/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dntrn9gqid] {
    position: relative;
    display: block;
}

main[b-dntrn9gqid] {
    flex: 1;
}

#blazor-error-ui[b-dntrn9gqid] {
    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-dntrn9gqid] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.top-header[b-dntrn9gqid] {
    background-color: #f3e4ec;
    color: #2f2230;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e7d4df;
}

.site-title[b-dntrn9gqid] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.header-inner[b-dntrn9gqid] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.top-nav[b-dntrn9gqid] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.top-nav a[b-dntrn9gqid] {
    color: #4a3847;
    text-decoration: none;
    font-weight: 500;
}

.top-nav a:hover[b-dntrn9gqid] {
    color: #2f2230;
    text-decoration: underline;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-e8epq67a7b],
.components-reconnect-repeated-attempt-visible[b-e8epq67a7b],
.components-reconnect-failed-visible[b-e8epq67a7b],
.components-pause-visible[b-e8epq67a7b],
.components-resume-failed-visible[b-e8epq67a7b],
.components-rejoining-animation[b-e8epq67a7b] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-e8epq67a7b],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-e8epq67a7b],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-e8epq67a7b],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-e8epq67a7b],
#components-reconnect-modal.components-reconnect-retrying[b-e8epq67a7b],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-e8epq67a7b],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-e8epq67a7b],
#components-reconnect-modal.components-reconnect-failed[b-e8epq67a7b],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-e8epq67a7b] {
    display: block;
}


#components-reconnect-modal[b-e8epq67a7b] {
    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-e8epq67a7b 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-e8epq67a7b 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-e8epq67a7b 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-e8epq67a7b]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-e8epq67a7b 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-e8epq67a7b {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-e8epq67a7b {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-e8epq67a7b {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-e8epq67a7b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-e8epq67a7b] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-e8epq67a7b] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-e8epq67a7b] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-e8epq67a7b] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-e8epq67a7b] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-e8epq67a7b] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-e8epq67a7b 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-e8epq67a7b] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-e8epq67a7b {
    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/GalleryNewArrivals.Razor.rz.scp.css */
.gallery-header[b-k5t1nhf9d9] {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0 2rem;
}

.gallery-header h1[b-k5t1nhf9d9] {
    font-size: 2rem;
    color: #2f2230;
    margin-bottom: 0.25rem;
}

.gallery-header p[b-k5t1nhf9d9] {
    color: #888;
    font-style: italic;
    margin-bottom: 0;
}

.nail-card-link[b-k5t1nhf9d9] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.nail-card-link:hover .nail-card[b-k5t1nhf9d9] {
    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-k5t1nhf9d9] {
    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-k5t1nhf9d9] {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.nail-card h3[b-k5t1nhf9d9] {
    margin: 0.75rem 0 0.25rem;
    font-size: 1rem;
    color: #2f2230;
}

.nail-card p[b-k5t1nhf9d9] {
    margin: 0;
    color: #4a3847;
}
/* /Components/Pages/Home.Razor.rz.scp.css */
/* =========================
   HERO SECTION
   ========================= */

.hero[b-7gcxjczr3d] {
    width: 100%;
    height: 400px;
    background-image: url("/images/ManyStylesNails.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay[b-7gcxjczr3d] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text[b-7gcxjczr3d] {
    color: white;
    text-align: center;
}

.hero-text h1[b-7gcxjczr3d] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.hero-text p[b-7gcxjczr3d] {
    font-size: 1.2rem;
}

/* =========================
   FEATURED / NEW ARRIVALS
   ========================= */

.featured-section[b-7gcxjczr3d] {
    background-color: #f3e4ec;
    padding: 3rem 1.5rem 2rem 1.5rem;
}

.section-inner[b-7gcxjczr3d] {
    max-width: 1100px;
    margin: 0 auto;
}

.section-inner h2[b-7gcxjczr3d] {
    font-size: 2.2rem;
    margin-bottom: 0.25rem;
}

.section-subtitle[b-7gcxjczr3d] {
    margin-bottom: 2.5rem;
    font-size: 0.95rem;
}

.card-grid[b-7gcxjczr3d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.nail-card img[b-7gcxjczr3d] {
    width: 100%;
    height: 260px; /* was 320 */
    object-fit: cover;
    border-radius: 6px;
}

.nail-card h3[b-7gcxjczr3d] {
    margin: 0.75rem 0 0.25rem;
    font-size: 1rem;
    color: #2f2230;
}

.nail-card p[b-7gcxjczr3d] {
    margin: 0;
    color: #4a3847;
}

.nail-card img:hover[b-7gcxjczr3d] {
    transform: scale(1.03);
    transition: 0.3s ease;
}

@media (max-width: 900px) {
    .card-grid[b-7gcxjczr3d] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .card-grid[b-7gcxjczr3d] {
        grid-template-columns: 1fr;
    }
}

/* =========================
   ALT SECTION (lighter tone)
   ========================= */
.alt-section[b-7gcxjczr3d] {
    background-color: #efe2ea;
    padding-top: 2.5rem;
}

.alt-section .section-subtitle[b-7gcxjczr3d] {
    margin-bottom: 2rem;
}

/* =========================
   TEXT CARDS
   ========================= */
.text-card[b-7gcxjczr3d] {
    background: #eadbe4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    border-radius: 6px;
    padding: 1.5rem;
}

.text-card-inner[b-7gcxjczr3d] {
    text-align: center;
    color: #c21875;
}

.text-card-inner h3[b-7gcxjczr3d] {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.text-card-inner p[b-7gcxjczr3d] {
    font-size: 0.95rem;
    color: #4a3847;
    margin: 0;
}

/* =========================
   VIEW ALL BUTTON
   ========================= */

.section-button[b-7gcxjczr3d] {
    margin-top: 1.25rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.view-all-button[b-7gcxjczr3d] {
    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-7gcxjczr3d] {
    background-color: #3a2b3b;
}

/* =========================
   CAROUSEL
   ========================= */

.carousel-wrapper[b-7gcxjczr3d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.carousel-arrow[b-7gcxjczr3d] {
    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-7gcxjczr3d] {
    background: #ddd;
    cursor: default;
    opacity: 0.5;
}

.carousel-arrow:not(:disabled):hover[b-7gcxjczr3d] {
    background: #8f4070;
}

.carousel-dots[b-7gcxjczr3d] {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
}

.dot[b-7gcxjczr3d] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.2s;
}

.dot.active[b-7gcxjczr3d] {
    background: #b06090;
}

.nail-card-link[b-7gcxjczr3d] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.nail-card-link:hover .nail-card[b-7gcxjczr3d] {
    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-mimxhj6sst] {
    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-mimxhj6sst] {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.product-category[b-mimxhj6sst] {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #b06090;
    margin-bottom: 0.4rem;
}

.product-name[b-mimxhj6sst] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 0.5rem 0;
}

.product-price[b-mimxhj6sst] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 1.2rem;
}

.product-divider[b-mimxhj6sst] {
    height: 1px;
    background: #e0c8d8;
    margin-bottom: 1.2rem;
}

.product-description[b-mimxhj6sst] {
    font-size: 1rem;
    color: #555;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.product-note[b-mimxhj6sst] {
    font-size: 0.88rem;
    color: #999;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.order-btn[b-mimxhj6sst] {
    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: not-allowed;
    opacity: 0.75;
    margin-bottom: 1rem;
}

.back-link[b-mimxhj6sst] {
    display: inline-block;
    color: #b06090;
    text-decoration: none;
    font-size: 0.95rem;
}

.back-link:hover[b-mimxhj6sst] {
    text-decoration: underline;
}

.not-found[b-mimxhj6sst] {
    text-align: center;
    margin: 4rem auto;
    color: #888;
}

@media (max-width: 700px) {
    .product-page[b-mimxhj6sst] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/ComingSoon.razor.rz.scp.css */
.page-container[b-maijhazih8] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem 2rem;
}

h1[b-maijhazih8] {
    color: #b06090;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.coming-soon[b-maijhazih8] {
    color: #888;
    font-style: italic;
}
