@import 'Zambeste.Client.l52v9fvsk0.bundle.scp.css';

/* /Components/Categories/CategoryPage.razor.rz.scp.css */
/* Category Hero */
.cat-hero[b-w0i3m6psaq] {
    background: linear-gradient(135deg, var(--grad-from), var(--grad-to));
    padding: 4rem 0 3rem;
    color: #fff;
}

.cat-hero-inner[b-w0i3m6psaq] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cat-hero-emoji[b-w0i3m6psaq] {
    font-size: 3.5rem;
    line-height: 1;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.18));
    flex-shrink: 0;
}

.cat-hero-title[b-w0i3m6psaq] {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.cat-hero-desc[b-w0i3m6psaq] {
    margin: 0;
    opacity: 0.9;
    font-size: 1.05rem;
    font-weight: 500;
    max-width: 560px;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .cat-hero[b-w0i3m6psaq] {
        padding: 2.5rem 0 2rem;
    }

    .cat-hero-emoji[b-w0i3m6psaq] {
        font-size: 2.6rem;
    }

    .cat-hero-title[b-w0i3m6psaq] {
        font-size: 1.6rem;
    }

    .cat-hero-desc[b-w0i3m6psaq] {
        font-size: 0.9rem;
    }
}

/* Sticky Filters Bar */
.sticky-filters[b-w0i3m6psaq] {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(255, 71, 126, 0.1);
    padding: 14px 0;
    position: sticky;
    top: 75px;
    z-index: 850;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.cat-filters-row[b-w0i3m6psaq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

/* Subcategory Pills */
.subcat-pills-scroll[b-w0i3m6psaq] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1;
    min-width: 0;
    padding-bottom: 2px;
}

.subcat-pills-scroll[b-w0i3m6psaq]::-webkit-scrollbar {
    display: none;
}

.subcat-pill[b-w0i3m6psaq] {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 100px;
    border: 1.5px solid #e1e3e4;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    font-family: inherit;
}

.subcat-pill:hover[b-w0i3m6psaq] {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: #fff0f4;
}

.subcat-pill.active[b-w0i3m6psaq] {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 71, 126, 0.3);
}

/* Format Tabs */
.cat-format-tabs[b-w0i3m6psaq] {
    display: flex;
    background: #f5f5f5;
    border-radius: 100px;
    padding: 3px;
    gap: 2px;
}

.format-tab[b-w0i3m6psaq] {
    padding: 6px 16px;
    border-radius: 100px;
    border: none;
    background: transparent;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.18s ease;
    font-family: inherit;
    white-space: nowrap;
}

.format-tab:hover[b-w0i3m6psaq] {
    color: #333;
}

.format-tab.active[b-w0i3m6psaq] {
    background: #fff;
    color: var(--color-primary);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Sort */
.sort-select[b-w0i3m6psaq] {
    padding: 6px 14px;
    border: 1.5px solid #e1e3e4;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #444;
    background: #fff;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.sort-select:focus[b-w0i3m6psaq] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(255, 71, 126, 0.1);
}

@media (max-width: 576px) {
    .cat-filters-row[b-w0i3m6psaq] {
        flex-direction: column;
        align-items: stretch;
    }

    .cat-format-tabs[b-w0i3m6psaq],
    .sort-select[b-w0i3m6psaq] {
        width: 100%;
    }

    .cat-format-tabs[b-w0i3m6psaq] {
        justify-content: space-between;
    }

    .format-tab[b-w0i3m6psaq] {
        flex: 1;
        text-align: center;
    }
}

/* Results Area */
.cat-results[b-w0i3m6psaq] {
    padding-top: 32px;
    padding-bottom: 64px;
    min-height: 400px;
}

.cat-results-header[b-w0i3m6psaq] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.results-count[b-w0i3m6psaq] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #888;
}

.btn-clear-filters[b-w0i3m6psaq] {
    margin-left: 12px;
    padding: 4px 14px;
    border-radius: 100px;
    border: 1.5px solid #e1e3e4;
    background: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.18s ease;
    font-family: inherit;
}

.btn-clear-filters:hover[b-w0i3m6psaq] {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: #fff0f4;
}

/* Load more */
.cat-loadmore-wrap[b-w0i3m6psaq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.cat-loadmore-meta[b-w0i3m6psaq] {
    font-size: 0.85rem;
    color: #999;
    font-weight: 500;
}

/* Shared CTA buttons (scoped to this page) */
.btn-cta-primary[b-w0i3m6psaq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-primary), #c9356b);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    padding: 0.7rem 1.75rem;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-cta-primary:hover[b-w0i3m6psaq] {
    opacity: 0.92;
    transform: translateY(-1px);
    color: #fff;
}

.btn-cta-secondary[b-w0i3m6psaq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--color-primary);
    border: 1.5px solid var(--color-primary);
    border-radius: 50px;
    font-weight: 700;
    padding: 0.65rem 1.5rem;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-cta-secondary:hover[b-w0i3m6psaq] {
    background: #fff0f4;
    transform: translateY(-1px);
}

/* Empty State */
.cat-empty[b-w0i3m6psaq] {
    text-align: center;
    padding: 80px 16px;
}

.cat-empty-icon[b-w0i3m6psaq] {
    font-size: 3rem;
    color: var(--color-primary);
    opacity: 0.65;
    margin-bottom: 20px;
}

.cat-empty h3[b-w0i3m6psaq] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 8px;
}

.cat-empty p[b-w0i3m6psaq] {
    color: #888;
    font-weight: 500;
    margin: 0 auto 24px;
    max-width: 440px;
    line-height: 1.5;
}

.cat-empty-actions[b-w0i3m6psaq] {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Not-found (category slug mismatch) */
.cat-notfound[b-w0i3m6psaq] {
    padding: 4rem 1rem;
    display: flex;
    justify-content: center;
}

.cat-notfound-card[b-w0i3m6psaq] {
    background: #fff;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: var(--card-shadow);
    text-align: center;
    max-width: 480px;
    width: 100%;
}

.cat-notfound-icon[b-w0i3m6psaq] {
    font-size: 3rem;
    color: var(--color-primary);
    margin-bottom: 1rem;
    display: block;
}

.cat-notfound-card h2[b-w0i3m6psaq] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
}

.cat-notfound-card p[b-w0i3m6psaq] {
    color: #888;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

/* Skeleton Loading */
.cat-skeleton-grid[b-w0i3m6psaq] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (min-width: 768px) {
    .cat-skeleton-grid[b-w0i3m6psaq] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .cat-skeleton-grid[b-w0i3m6psaq] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cat-skeleton-card[b-w0i3m6psaq] {
    border-radius: 16px;
    overflow: hidden;
}

.skeleton-img[b-w0i3m6psaq] {
    width: 100%;
    aspect-ratio: 5/7;
    border-radius: 12px;
    background: #eee;
}

.skeleton-line[b-w0i3m6psaq] {
    height: 14px;
    border-radius: 8px;
    background: #eee;
}

@keyframes pulse-b-w0i3m6psaq {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.pulse[b-w0i3m6psaq] {
    animation: pulse-b-w0i3m6psaq 1.4s ease-in-out infinite;
}
/* /Components/HomePage/CategoryStrip.razor.rz.scp.css */
.categories-strip[b-56drhxxrlg] {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e1e3e4;
    padding: 20px 0;
    position: sticky;
    top: 75px;
    z-index: 900;
    backdrop-filter: blur(8px);
}

.cat-scroll-wrapper[b-56drhxxrlg] {
    position: relative;
}

.scroll-hint-overlay[b-56drhxxrlg] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.95) 40%, #FFF);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
    z-index: 5;
}

.hint-arrow[b-56drhxxrlg] {
    color: #E60050;
    font-size: 1.2rem;
    animation: bounceRight-b-56drhxxrlg 1.5s infinite;
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    cursor: pointer;
}

@keyframes bounceRight-b-56drhxxrlg {

    0%,
    100% {
        transform: translateX(0);
        opacity: 0.8;
    }

    50% {
        transform: translateX(5px);
        opacity: 1;
    }
}

.cat-scroll-container[b-56drhxxrlg] {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 60px 15px 20px;
    scrollbar-width: none;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
}

@media (min-width: 992px) {
    .cat-scroll-container[b-56drhxxrlg] {
        justify-content: center;
        padding-right: 20px;
    }

    .scroll-hint-overlay[b-56drhxxrlg] {
        display: none;
    }
}

.cat-scroll-container[b-56drhxxrlg]::-webkit-scrollbar {
    display: none;
}

.cat-bubble-wrapper[b-56drhxxrlg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    min-width: 88px;
    scroll-snap-align: start;
}

.cat-bubble-link[b-56drhxxrlg] {
    text-decoration: none;
    color: inherit;
}

.cat-bubble-wrapper:hover .cat-bubble[b-56drhxxrlg] {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(230, 0, 80, 0.18), 0 0 0 2px #E60050;
}

.cat-bubble-wrapper:hover .cat-name[b-56drhxxrlg] {
    color: #E60050;
}

.cat-bubble[b-56drhxxrlg] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cb-bday[b-56drhxxrlg] {
    background: #FFFDF0;
}

.cb-love[b-56drhxxrlg] {
    background: #FFF0F5;
}

.cb-fun[b-56drhxxrlg] {
    background: #F0FAFF;
}

.cb-baby[b-56drhxxrlg] {
    background: #F2FFF5;
}

.cb-sorry[b-56drhxxrlg] {
    background: #FFF0F5;
}

.cb-colleagues[b-56drhxxrlg] {
    background: #F0F8FF;
}

.cb-md[b-56drhxxrlg] {
    background: #F5F3FF;
}

.cb-more[b-56drhxxrlg] {
    background: #FFF5F8;
}

.cat-name[b-56drhxxrlg] {
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}
/* /Components/HomePage/HeroSection.razor.rz.scp.css */
.hero-section[b-1y0e3emheb] {
    padding: 4rem 0 2rem 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 80% 20%, #fff0f5 0%, #FFF9F5 60%);
}

.hero-blob[b-1y0e3emheb] {
    position: absolute;
    top: -30%;
    right: -10%;
    width: 60%;
    height: 140%;
    background: linear-gradient(135deg, #ffeaf2, #fff);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 0;
    animation: morphBlob-b-1y0e3emheb 15s ease-in-out infinite alternate;
    opacity: 0.7;
}

@keyframes morphBlob-b-1y0e3emheb {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.hero-heading[b-1y0e3emheb] {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.magic-input-wrapper[b-1y0e3emheb] {
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

.magic-input[b-1y0e3emheb] {
    border: 2px dashed var(--color-primary);
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 1.1rem;
    width: 100%;
    transition: all 0.3s;
}

    .magic-input:focus[b-1y0e3emheb] {
        background: white;
        border-style: solid;
        box-shadow: 0 10px 20px rgba(255, 71, 126, 0.1);
        outline: none;
    }

.magic-label[b-1y0e3emheb] {
    position: absolute;
    top: -10px;
    left: 15px;
    background: var(--color-primary);
    color: white;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 700;
}

.hero-features[b-1y0e3emheb] {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.feature-pill[b-1y0e3emheb] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
}

.feature-pill-accent-2[b-1y0e3emheb] {
    color: var(--color-accent-2);
}

.feature-pill-primary[b-1y0e3emheb] {
    color: var(--color-primary);
}

.feature-pill-secondary[b-1y0e3emheb] {
    color: var(--color-secondary);
}

.hero-badge[b-1y0e3emheb] {
    color: var(--color-primary);
}

.hero-cta[b-1y0e3emheb] {
    background: linear-gradient(135deg, var(--color-primary), #c9356b);
    color: #fff;
    border: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .hero-cta:hover[b-1y0e3emheb],
    .hero-cta:focus[b-1y0e3emheb] {
        color: #fff;
        opacity: 0.92;
        transform: translateY(-1px);
    }

.hero-cta-sm[b-1y0e3emheb] {
    background: linear-gradient(135deg, var(--color-primary), #c9356b);
    color: #fff;
    border: none;
    font-weight: 700;
}

    .hero-cta-sm:hover[b-1y0e3emheb],
    .hero-cta-sm:focus[b-1y0e3emheb] {
        color: #fff;
        opacity: 0.92;
    }

.floating-card-wrapper[b-1y0e3emheb] {
    perspective: 1000px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.card-3d-container[b-1y0e3emheb] {
    width: 300px;
    height: 420px;
    position: relative;
    transform-style: preserve-3d;
    animation: floatOnly-b-1y0e3emheb 6s ease-in-out infinite;
    cursor: pointer;
}

.card-inner[b-1y0e3emheb] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

    .card-inner.is-flipped[b-1y0e3emheb] {
        transform: rotateY(180deg);
    }

.card-face[b-1y0e3emheb] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: -20px 30px 60px rgba(61, 12, 89, 0.15);
    border: 1px solid rgba(0,0,0,0.05);
}

.card-back[b-1y0e3emheb] {
    transform: rotateY(180deg);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    background-image: radial-gradient(#FF477E 1px, transparent 1px);
    background-size: 20px 20px;
}

.handwritten-msg[b-1y0e3emheb] {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    background: white;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transform: rotate(-2deg);
}

.mock-top[b-1y0e3emheb] {
    height: 65%;
    background: #FFD166;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mock-btm[b-1y0e3emheb] {
    height: 35%;
    background: white;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@keyframes floatOnly-b-1y0e3emheb {
    0% {
        transform: translateY(0) rotate(2deg);
    }

    50% {
        transform: translateY(-25px) rotate(-2deg);
    }

    100% {
        transform: translateY(0) rotate(2deg);
    }
}

@media (max-width: 768px) {
    .hero-heading[b-1y0e3emheb] {
        font-size: 2.5rem;
        text-align: center;
    }

    .hero-lead[b-1y0e3emheb] {
        text-align: center;
    }

    .hero-actions[b-1y0e3emheb] {
        justify-content: center;
    }

    .hero-features[b-1y0e3emheb] {
        justify-content: center;
    }

    .magic-input-wrapper[b-1y0e3emheb] {
        display: flex;
        margin: 0 auto 2rem auto;
    }

    .floating-card-wrapper[b-1y0e3emheb] {
        height: 350px;
        margin-top: 10px;
    }

    .card-3d-container[b-1y0e3emheb] {
        width: 220px;
        height: 310px;
    }

    .card-back[b-1y0e3emheb] {
        padding: 1rem;
    }

    .handwritten-msg[b-1y0e3emheb] {
        font-size: 0.85rem;
        padding: 12px;
        line-height: 1.4;
    }
}

#heartIco[b-1y0e3emheb] {
    animation: floatOnly-b-1y0e3emheb 4s infinite reverse;
}

#starIco[b-1y0e3emheb] {
    animation: floatOnly-b-1y0e3emheb 5s infinite;
}
/* /Components/HomePage/ProductCard.razor.rz.scp.css */
.card-product[b-9b8o490c3b] {
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.cp-image-wrap[b-9b8o490c3b] {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.card-product:hover .cp-image-wrap[b-9b8o490c3b] {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.cp-overlay[b-9b8o490c3b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 12, 89, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 5;
    padding: 20px;
}

.card-product:hover .cp-overlay[b-9b8o490c3b] {
    opacity: 1;
}

.price-breakdown[b-9b8o490c3b] {
    width: 100%;
    margin-bottom: 20px;
    color: white;
}

.price-item[b-9b8o490c3b] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-item strong[b-9b8o490c3b] {
    font-size: 1rem;
    display: block;
}

.price-item .fw-bold[b-9b8o490c3b] {
    font-size: 1.1rem;
    align-self: center;
}

.btn-edit-hover[b-9b8o490c3b] {
    background: white;
    color: var(--color-primary);
    font-weight: 800;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.3s;
}

.card-product:hover .btn-edit-hover[b-9b8o490c3b] {
    transform: translateY(0);
}

.photo-frame[b-9b8o490c3b] {
    width: 80px;
    height: 80px;
    border: 3px dashed #ddd;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
}

.price-tag-visible[b-9b8o490c3b] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: white;
    padding: 6px 14px;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(61, 12, 89, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    z-index: 10;
    border: 1px solid rgba(255, 71, 126, 0.1);
    pointer-events: none;
}

.price-tag-visible small[b-9b8o490c3b] {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-secondary);
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.price-tag-visible span[b-9b8o490c3b] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-primary);
}

.card-product:hover .price-tag-visible[b-9b8o490c3b] {
    opacity: 0;
}

.card-product:hover .price-tag[b-9b8o490c3b] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 71, 126, 0.15);
}

@media (max-width: 576px) {
    .cp-overlay[b-9b8o490c3b] {
        padding: 10px;
    }

    .price-item small[b-9b8o490c3b] {
        display: none !important;
    }

    .price-item strong[b-9b8o490c3b] {
        font-size: 0.85rem;
    }

    .price-item .fw-bold[b-9b8o490c3b] {
        font-size: 0.9rem;
    }

    .price-item[b-9b8o490c3b] {
        padding: 5px 0;
    }

    .btn-edit-hover[b-9b8o490c3b] {
        padding: 8px 10px;
        font-size: 0.8rem;
        margin-top: 5px;
    }
}
/* /Components/HomePage/ProductGrid.razor.rz.scp.css */
.product-grid[b-854db9t45k] {
    margin-top: 3rem;
}

.discount-banner[b-854db9t45k] {
    background: linear-gradient(90deg, #FF9A9E 0%, #FECFEF 100%);
    color: #3D0C59 !important;
}

.discount-banner-badge[b-854db9t45k] {
    color: var(--color-secondary);
    font-weight: 700;
}
/* /Components/HomePage/StepsSection.razor.rz.scp.css */
.steps-section[b-dtyc81pvuy] {
    background: white;
    padding: 5rem 0;
    margin: 4rem 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.steps-connector-line[b-dtyc81pvuy] {
    display: none;
    position: absolute;
    top: 35%;
    left: 15%;
    width: 70%;
    height: 2px;
    border-top: 3px dashed #e0e0e0;
    z-index: 1;
}

@media (min-width: 768px) {
    .steps-connector-line[b-dtyc81pvuy] {
        display: block;
    }
}

.step-card[b-dtyc81pvuy] {
    background: white;
    position: relative;
    z-index: 2;
    padding: 20px;
    transition: transform 0.3s;
}

    .step-card:hover[b-dtyc81pvuy] {
        transform: translateY(-5px);
    }

.step-icon[b-dtyc81pvuy] {
    width: 90px;
    height: 90px;
    background: var(--color-bg);
    border: 2px solid white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 2.2rem;
    margin: 0 auto 1.5rem auto;
    position: relative;
}

.step-num[b-dtyc81pvuy] {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: var(--color-secondary);
    color: white;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-a2bkcgb3z4] {
    background-color: var(--color-secondary);
    color: white;
    padding: 4rem 0 2rem 0;
    border-radius: 40px 40px 0 0;
    margin-top: auto;
}

.footer-link[b-a2bkcgb3z4] {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

    .footer-link:hover[b-a2bkcgb3z4] {
        color: var(--color-accent-1);
        text-decoration: underline;
    }

.social-link[b-a2bkcgb3z4] {
    color: white;
    transition: transform 0.2s;
}

    .social-link:hover[b-a2bkcgb3z4] {
        color: var(--color-accent-1);
        transform: translateY(-3px);
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-zg9jobtw1i] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 0.8rem 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border-bottom: 2px solid rgba(255, 71, 126, 0.1);
    z-index: 1000;
    overflow: visible;
}

.navbar-brand[b-zg9jobtw1i] {
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--color-secondary);
    letter-spacing: -0.5px;
    white-space: nowrap;
}

    .navbar-brand i[b-zg9jobtw1i] {
        color: var(--color-primary);
    }

.search-wrapper[b-zg9jobtw1i] {
    position: relative;
    width: 100%;
    max-width: 550px;
}

.search-input[b-zg9jobtw1i] {
    border-radius: 50px;
    border: 2px solid #eee;
    background: #f9f9f9;
    padding: 12px 50px 12px 25px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
}

    .search-input:focus[b-zg9jobtw1i] {
        outline: none;
        border-color: var(--color-primary);
        background: white;
        box-shadow: 0 0 0 4px rgba(255, 71, 126, 0.1);
    }

.search-btn[b-zg9jobtw1i] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-primary);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: transform 0.2s;
}

    .search-btn:hover[b-zg9jobtw1i] {
        transform: translateY(-50%) scale(1.1);
    }

.nav-icon[b-zg9jobtw1i] {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-secondary);
    background: white;
    border: 1px solid #eee;
    transition: all 0.2s;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
}

    .nav-icon:hover[b-zg9jobtw1i] {
        background: var(--color-accent-1);
        border-color: var(--color-accent-1);
        color: #000;
    }

#mobileSearchContainer[b-zg9jobtw1i] {
    border-top: 1px solid #eee;
    background: white;
    padding: 15px 0;
    transition: height 0.35s ease-in-out;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ru4ga3uctv],
.components-reconnect-repeated-attempt-visible[b-ru4ga3uctv],
.components-reconnect-failed-visible[b-ru4ga3uctv],
.components-pause-visible[b-ru4ga3uctv],
.components-resume-failed-visible[b-ru4ga3uctv],
.components-rejoining-animation[b-ru4ga3uctv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ru4ga3uctv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ru4ga3uctv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ru4ga3uctv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ru4ga3uctv],
#components-reconnect-modal.components-reconnect-retrying[b-ru4ga3uctv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ru4ga3uctv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ru4ga3uctv],
#components-reconnect-modal.components-reconnect-failed[b-ru4ga3uctv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ru4ga3uctv] {
    display: block;
}


#components-reconnect-modal[b-ru4ga3uctv] {
    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-ru4ga3uctv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ru4ga3uctv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ru4ga3uctv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ru4ga3uctv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ru4ga3uctv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ru4ga3uctv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ru4ga3uctv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ru4ga3uctv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ru4ga3uctv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ru4ga3uctv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ru4ga3uctv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ru4ga3uctv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ru4ga3uctv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ru4ga3uctv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ru4ga3uctv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ru4ga3uctv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ru4ga3uctv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ru4ga3uctv {
    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/RecentCards/RecentCardsWidget.razor.rz.scp.css */
.nav-icon[b-nc0asifyx4] {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-secondary);
    background: white;
    border: 1px solid #eee;
    transition: all 0.2s;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}

    .nav-icon:hover[b-nc0asifyx4] {
        background: var(--color-accent-1);
        border-color: var(--color-accent-1);
        color: #000;
    }
