/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0xolla7cxl] {
    position: relative;
    display: block;
}

main[b-0xolla7cxl] {
    flex: 1;
}

#blazor-error-ui[b-0xolla7cxl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-0xolla7cxl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.top-header[b-0xolla7cxl] {
    background-color: #f3e4ec;
    color: #2f2230;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e7d4df;
}

.site-title[b-0xolla7cxl] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.header-inner[b-0xolla7cxl] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.top-nav[b-0xolla7cxl] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.top-nav a[b-0xolla7cxl] {
    color: #4a3847;
    text-decoration: none;
    font-weight: 500;
}

.top-nav a:hover[b-0xolla7cxl] {
    color: #2f2230;
    text-decoration: underline;
}

.cart-link[b-0xolla7cxl] {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    color: #4a3847;
}

.cart-link:hover[b-0xolla7cxl] {
    color: #2f2230;
}

.cart-badge[b-0xolla7cxl] {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #b06090;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media (max-width: 600px) {
    .top-header[b-0xolla7cxl] {
        padding: 1rem;
    }

    .site-title[b-0xolla7cxl] {
        font-size: 1.5rem;
    }

    .top-nav[b-0xolla7cxl] {
        gap: 1rem;
        font-size: 0.875rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tmpdhwigpf],
.components-reconnect-repeated-attempt-visible[b-tmpdhwigpf],
.components-reconnect-failed-visible[b-tmpdhwigpf],
.components-pause-visible[b-tmpdhwigpf],
.components-resume-failed-visible[b-tmpdhwigpf],
.components-rejoining-animation[b-tmpdhwigpf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tmpdhwigpf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tmpdhwigpf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tmpdhwigpf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tmpdhwigpf],
#components-reconnect-modal.components-reconnect-retrying[b-tmpdhwigpf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tmpdhwigpf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tmpdhwigpf],
#components-reconnect-modal.components-reconnect-failed[b-tmpdhwigpf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tmpdhwigpf] {
    display: block;
}


#components-reconnect-modal[b-tmpdhwigpf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-tmpdhwigpf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tmpdhwigpf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tmpdhwigpf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-tmpdhwigpf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-tmpdhwigpf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tmpdhwigpf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tmpdhwigpf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tmpdhwigpf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-tmpdhwigpf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tmpdhwigpf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-tmpdhwigpf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tmpdhwigpf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tmpdhwigpf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-tmpdhwigpf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-tmpdhwigpf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-tmpdhwigpf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-tmpdhwigpf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-tmpdhwigpf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Cart.razor.rz.scp.css */
.cart-page[b-whdg2k6tk0] {
    max-width: 800px;
    margin: 2.5rem auto;
    padding: 0 1.5rem;
}

.cart-title[b-whdg2k6tk0] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 2rem;
}

/* Empty state */
.cart-empty[b-whdg2k6tk0] {
    text-align: center;
    padding: 3rem 0;
    color: #888;
}

/* Item rows */
.cart-items[b-whdg2k6tk0] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.cart-row[b-whdg2k6tk0] {
    display: grid;
    grid-template-columns: 80px 1fr auto auto auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #edd8e6;
    border-radius: 10px;
    background: #fff;
}

.cart-thumb[b-whdg2k6tk0] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-info[b-whdg2k6tk0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cart-item-name[b-whdg2k6tk0] {
    font-weight: 600;
    color: #2d2d2d;
    margin: 0;
}

.cart-item-price[b-whdg2k6tk0] {
    font-size: 0.875rem;
    color: #888;
    margin: 0;
}

/* Quantity controls */
.cart-qty[b-whdg2k6tk0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qty-btn[b-whdg2k6tk0] {
    width: 28px;
    height: 28px;
    border: 1px solid #d0b0c8;
    border-radius: 50%;
    background: white;
    color: #b06090;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.qty-btn:hover[b-whdg2k6tk0] {
    background: #f3e4ec;
}

.qty-count[b-whdg2k6tk0] {
    min-width: 24px;
    text-align: center;
    font-weight: 600;
}

.cart-line-total[b-whdg2k6tk0] {
    font-weight: 600;
    color: #444;
    margin: 0;
    min-width: 70px;
    text-align: right;
}

.remove-btn[b-whdg2k6tk0] {
    background: none;
    border: none;
    color: #ccc;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.25rem;
    line-height: 1;
}

.remove-btn:hover[b-whdg2k6tk0] {
    color: #b06090;
}

/* Summary */
.cart-summary[b-whdg2k6tk0] {
    border-top: 1px solid #e0c8d8;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.cart-total[b-whdg2k6tk0] {
    display: flex;
    gap: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d2d2d;
}

.cart-note[b-whdg2k6tk0] {
    font-size: 0.85rem;
    color: #999;
    font-style: italic;
    margin: 0;
    text-align: right;
}

.checkout-btn[b-whdg2k6tk0] {
    padding: 0.9rem 2.5rem;
    background-color: #b06090;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.checkout-btn:hover[b-whdg2k6tk0] {
    background-color: #9a4f7a;
}

.continue-link[b-whdg2k6tk0] {
    color: #b06090;
    text-decoration: none;
    font-size: 0.95rem;
}

.continue-link:hover[b-whdg2k6tk0] {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .cart-page[b-whdg2k6tk0] {
        padding: 0 1rem;
        margin: 1.5rem auto;
    }

    .cart-row[b-whdg2k6tk0] {
        grid-template-columns: 70px 1fr auto;
        grid-template-rows: auto auto;
        row-gap: 0.5rem;
    }

    .cart-info[b-whdg2k6tk0] {
        grid-column: 2;
        grid-row: 1;
    }

    .cart-qty[b-whdg2k6tk0] {
        grid-column: 2;
        grid-row: 2;
    }

    .cart-line-total[b-whdg2k6tk0] {
        grid-column: 3;
        grid-row: 1;
        text-align: right;
    }

    .remove-btn[b-whdg2k6tk0] {
        grid-column: 3;
        grid-row: 2;
        align-self: center;
        justify-self: end;
    }

    .cart-summary[b-whdg2k6tk0] {
        align-items: stretch;
    }

    .cart-total[b-whdg2k6tk0] {
        justify-content: space-between;
    }

    .cart-note[b-whdg2k6tk0] {
        text-align: left;
    }

    .checkout-btn[b-whdg2k6tk0] {
        width: 100%;
        text-align: center;
    }
}
/* /Components/Pages/CheckoutSuccess.razor.rz.scp.css */
.success-page[b-ojpvz5h7f8] {
    max-width: 500px;
    margin: 4rem auto;
    text-align: center;
    padding: 0 1.5rem;
}

.success-icon[b-ojpvz5h7f8] {
    width: 70px;
    height: 70px;
    background-color: #b06090;
    color: white;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.success-page h1[b-ojpvz5h7f8] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 1rem;
}

.success-page p[b-ojpvz5h7f8] {
    color: #555;
    margin-bottom: 0.5rem;
}

.processing-note[b-ojpvz5h7f8] {
    font-size: 0.875rem;
    color: #999;
    font-style: italic;
}

.home-btn[b-ojpvz5h7f8] {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.85rem 2rem;
    background-color: #b06090;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s;
}

.home-btn:hover[b-ojpvz5h7f8] {
    background-color: #9a4f7a;
    color: white;
}
/* /Components/Pages/GalleryNewArrivals.Razor.rz.scp.css */
.gallery-header[b-178lqvwkgx] {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0 2rem;
}

.gallery-header h1[b-178lqvwkgx] {
    font-size: 2rem;
    color: #2f2230;
    margin-bottom: 0.25rem;
}

.gallery-header p[b-178lqvwkgx] {
    color: #888;
    font-style: italic;
    margin-bottom: 0;
}

.nail-card-link[b-178lqvwkgx] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.nail-card-link:hover .nail-card[b-178lqvwkgx] {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(176, 96, 144, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-grid[b-178lqvwkgx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.nail-card img[b-178lqvwkgx] {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.nail-card h3[b-178lqvwkgx] {
    margin: 0.75rem 0 0.25rem;
    font-size: 1rem;
    color: #2f2230;
}

.nail-card p[b-178lqvwkgx] {
    margin: 0;
    color: #4a3847;
}
/* /Components/Pages/Home.Razor.rz.scp.css */
/* =========================
   HERO SECTION
   ========================= */

.hero[b-dtofuyi1qm] {
    width: 100%;
    height: 400px;
    background-image: url("/images/ManyStylesNails.webp");
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay[b-dtofuyi1qm] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text[b-dtofuyi1qm] {
    color: white;
    text-align: center;
}

.hero-text h1[b-dtofuyi1qm] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.hero-text p[b-dtofuyi1qm] {
    font-size: 1.2rem;
}

/* =========================
   FEATURED / NEW ARRIVALS
   ========================= */

.featured-section[b-dtofuyi1qm] {
    background-color: #f3e4ec;
    padding: 3rem 1.5rem 2rem 1.5rem;
}

.section-inner[b-dtofuyi1qm] {
    max-width: 1100px;
    margin: 0 auto;
}

.section-inner h2[b-dtofuyi1qm] {
    font-size: 2.2rem;
    margin-bottom: 0.25rem;
}

.section-subtitle[b-dtofuyi1qm] {
    margin-bottom: 2.5rem;
    font-size: 0.95rem;
}

.card-grid[b-dtofuyi1qm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.nail-card img[b-dtofuyi1qm] {
    width: 100%;
    height: 260px; /* was 320 */
    object-fit: cover;
    border-radius: 6px;
}

.nail-card h3[b-dtofuyi1qm] {
    margin: 0.75rem 0 0.25rem;
    font-size: 1rem;
    color: #2f2230;
}

.nail-card p[b-dtofuyi1qm] {
    margin: 0;
    color: #4a3847;
}

.nail-card img:hover[b-dtofuyi1qm] {
    transform: scale(1.03);
    transition: 0.3s ease;
}

@media (max-width: 900px) {
    .card-grid[b-dtofuyi1qm] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .card-grid[b-dtofuyi1qm] {
        grid-template-columns: 1fr;
    }

    .hero[b-dtofuyi1qm] {
        height: 260px;
    }

    .hero-text h1[b-dtofuyi1qm] {
        font-size: 1.7rem;
    }

    .hero-text p[b-dtofuyi1qm] {
        font-size: 1rem;
    }

    .section-inner h2[b-dtofuyi1qm] {
        font-size: 1.6rem;
    }

    /* Carousel: hide arrows, make cards horizontally scrollable */
    .carousel-wrapper[b-dtofuyi1qm] {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0;
    }

    .carousel-wrapper .card-grid[b-dtofuyi1qm] {
        display: flex;
        flex-wrap: nowrap;
        gap: 1rem;
        padding: 0.5rem 0;
    }

    .carousel-wrapper .nail-card-link[b-dtofuyi1qm] {
        flex: 0 0 75vw;
        scroll-snap-align: start;
    }

    .carousel-arrow[b-dtofuyi1qm] {
        display: none;
    }

    .carousel-dots[b-dtofuyi1qm] {
        display: none;
    }
}

/* =========================
   ALT SECTION (lighter tone)
   ========================= */
.alt-section[b-dtofuyi1qm] {
    background-color: #efe2ea;
    padding-top: 2.5rem;
}

.alt-section .section-subtitle[b-dtofuyi1qm] {
    margin-bottom: 2rem;
}

/* =========================
   TEXT CARDS
   ========================= */
.text-card[b-dtofuyi1qm] {
    background: #eadbe4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    border-radius: 6px;
    padding: 1.5rem;
}

.text-card-inner[b-dtofuyi1qm] {
    text-align: center;
    color: #c21875;
}

.text-card-inner h3[b-dtofuyi1qm] {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.text-card-inner p[b-dtofuyi1qm] {
    font-size: 0.95rem;
    color: #4a3847;
    margin: 0;
}

/* =========================
   VIEW ALL BUTTON
   ========================= */

.section-button[b-dtofuyi1qm] {
    margin-top: 1.25rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.view-all-button[b-dtofuyi1qm] {
    display: inline-block;
    background-color: #1f1721;
    color: white;
    text-decoration: none;
    padding: 0.85rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
}

.view-all-button:hover[b-dtofuyi1qm] {
    background-color: #3a2b3b;
}

/* =========================
   CAROUSEL
   ========================= */

.carousel-wrapper[b-dtofuyi1qm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.carousel-wrapper .card-grid[b-dtofuyi1qm] {
    flex: 1;
    min-width: 0;
}

.carousel-arrow[b-dtofuyi1qm] {
    background: #b06090;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s, opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-arrow:disabled[b-dtofuyi1qm] {
    background: #ddd;
    cursor: default;
    opacity: 0.5;
}

.carousel-arrow:not(:disabled):hover[b-dtofuyi1qm] {
    background: #8f4070;
}

.carousel-dots[b-dtofuyi1qm] {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
}

.dot[b-dtofuyi1qm] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.2s;
}

.dot.active[b-dtofuyi1qm] {
    background: #b06090;
}

.nail-card-link[b-dtofuyi1qm] {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* =========================
   VIDEO TEASER
   ========================= */

.video-teaser-section[b-dtofuyi1qm] {
    background-color: #f3e4ec;
}

.video-teaser-wrapper[b-dtofuyi1qm] {
    max-width: 720px;
    margin: 0 auto 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.video-teaser-wrapper video[b-dtofuyi1qm] {
    width: 100%;
    display: block;
    background: #000;
    max-height: 320px;
    object-fit: cover;
}

.nail-card-link:hover .nail-card[b-dtofuyi1qm] {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(176, 96, 144, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* /Components/Pages/ProductDetail.razor.rz.scp.css */
.product-page[b-3glqcsyrzn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 2.5rem auto;
    padding: 0 1.5rem;
    align-items: start;
}

.product-img[b-3glqcsyrzn] {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.product-category[b-3glqcsyrzn] {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #b06090;
    margin-bottom: 0.4rem;
}

.product-name[b-3glqcsyrzn] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 0.5rem 0;
}

.product-price[b-3glqcsyrzn] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 1.2rem;
}

.product-divider[b-3glqcsyrzn] {
    height: 1px;
    background: #e0c8d8;
    margin-bottom: 1.2rem;
}

.product-description[b-3glqcsyrzn] {
    font-size: 1rem;
    color: #555;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.product-note[b-3glqcsyrzn] {
    font-size: 0.88rem;
    color: #999;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.order-btn[b-3glqcsyrzn] {
    display: block;
    width: 100%;
    padding: 0.9rem;
    background-color: #b06090;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 1rem;
    transition: background-color 0.2s;
}

.order-btn:hover[b-3glqcsyrzn] {
    background-color: #9a4f7a;
}

.back-link[b-3glqcsyrzn] {
    display: inline-block;
    color: #b06090;
    text-decoration: none;
    font-size: 0.95rem;
}

.back-link:hover[b-3glqcsyrzn] {
    text-decoration: underline;
}

.not-found[b-3glqcsyrzn] {
    text-align: center;
    margin: 4rem auto;
    color: #888;
}

@media (max-width: 700px) {
    .product-page[b-3glqcsyrzn] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 1.5rem auto;
        padding: 0 1rem;
    }

    .product-name[b-3glqcsyrzn] {
        font-size: 1.5rem;
    }

    .product-price[b-3glqcsyrzn] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/Videos.razor.rz.scp.css */
.videos-header[b-94b1ds7qwi] {
    max-width: 1100px;
    margin: 2rem auto 0;
    padding: 0 1.5rem;
}

.videos-header h1[b-94b1ds7qwi] {
    font-size: 2rem;
    color: #2f2230;
    margin-bottom: 0.25rem;
}

.videos-header p[b-94b1ds7qwi] {
    color: #888;
    font-style: italic;
    margin-bottom: 0;
}

.videos-grid[b-94b1ds7qwi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.video-card[b-94b1ds7qwi] {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.video-card video[b-94b1ds7qwi] {
    width: 100%;
    display: block;
    max-height: 400px;
    background: #000;
}

.video-info[b-94b1ds7qwi] {
    padding: 1rem 1.25rem;
}

.video-info h3[b-94b1ds7qwi] {
    font-size: 1.1rem;
    color: #2f2230;
    margin: 0 0 0.25rem;
}

.video-info p[b-94b1ds7qwi] {
    font-size: 0.9rem;
    color: #888;
    margin: 0;
}

@media (max-width: 600px) {
    .videos-grid[b-94b1ds7qwi] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/ComingSoon.razor.rz.scp.css */
.page-container[b-118q46p9vf] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem 2rem;
}

h1[b-118q46p9vf] {
    color: #b06090;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.coming-soon[b-118q46p9vf] {
    color: #888;
    font-style: italic;
}
