/* _content/TeamDecant/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i7kcg813i8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i7kcg813i8] {
    flex: 1;
}

.sidebar[b-i7kcg813i8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i7kcg813i8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i7kcg813i8]  a, .top-row[b-i7kcg813i8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-i7kcg813i8]  a:hover, .top-row[b-i7kcg813i8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-i7kcg813i8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-i7kcg813i8] {
        justify-content: space-between;
    }

    .top-row[b-i7kcg813i8]  a, .top-row[b-i7kcg813i8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i7kcg813i8] {
        flex-direction: row;
    }

    .sidebar[b-i7kcg813i8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i7kcg813i8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-i7kcg813i8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i7kcg813i8], article[b-i7kcg813i8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-i7kcg813i8] {
    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-i7kcg813i8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TeamDecant/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mvs6vy2amd] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mvs6vy2amd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mvs6vy2amd] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mvs6vy2amd] {
    font-size: 1.1rem;
}

.bi[b-mvs6vy2amd] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mvs6vy2amd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mvs6vy2amd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mvs6vy2amd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-mvs6vy2amd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mvs6vy2amd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mvs6vy2amd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mvs6vy2amd]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mvs6vy2amd]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mvs6vy2amd]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mvs6vy2amd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mvs6vy2amd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mvs6vy2amd] {
        display: none;
    }

    .nav-scrollable[b-mvs6vy2amd] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TeamDecant/Components/Pages/Admin/AdminPreparation.razor.rz.scp.css */
.prep-main[b-z1ees5ukjq] {
    padding: 20px;
    max-width: 900px;
    margin: auto;
}

.prep-toolbar[b-z1ees5ukjq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 8px;
}

.prep-subtitle[b-z1ees5ukjq] {
    font-size: 0.88rem;
    color: #6b7280;
    margin: 0 0 20px;
}

.prep-list[b-z1ees5ukjq] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prep-card[b-z1ees5ukjq] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.prep-card-head[b-z1ees5ukjq] {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 10px 16px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.prep-order-id[b-z1ees5ukjq] {
    font-weight: 700;
    font-size: 1rem;
    color: #6b7280;
}

.prep-client[b-z1ees5ukjq] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #111;
}

.prep-table[b-z1ees5ukjq] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.prep-table thead tr[b-z1ees5ukjq] {
    background: #fff;
}

.prep-table th[b-z1ees5ukjq] {
    padding: 8px 16px;
    color: #6b7280;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
}

.prep-table td[b-z1ees5ukjq] {
    padding: 8px 16px;
    border-top: 1px solid #f5f5f5;
}

.prep-product[b-z1ees5ukjq] {
    font-weight: 500;
}

.prep-company[b-z1ees5ukjq] {
    display: block;
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 1px;
}

/* ── Impression ─────────────────────────────────── */
@media print {
    .prep-toolbar[b-z1ees5ukjq],
    .prep-subtitle[b-z1ees5ukjq] {
        display: none !important;
    }

    .prep-main[b-z1ees5ukjq] {
        padding: 0;
        max-width: none;
    }

    .prep-card[b-z1ees5ukjq] {
        break-inside: avoid;
        box-shadow: none;
    }
}
/* _content/TeamDecant/Components/Pages/Contact.razor.rz.scp.css */
.td-contact-wrapper[b-43cl8tzufx] {
    max-width: 560px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.td-page-title[b-43cl8tzufx] {
    margin-bottom: 1.25rem;
}

/* Carte qui contient le formulaire (style identique aux autres surfaces du site). */
.td-contact-card[b-43cl8tzufx] {
    padding: 1.5rem;
}

.td-contact-form[b-43cl8tzufx] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

    /* La marge par défaut de .form-label (Bootstrap) est gérée par le gap du flex. */
    .td-contact-form .form-label[b-43cl8tzufx] {
        margin-bottom: 0.35rem;
    }

/* Bouton d'envoi : reprend le CTA de marque .btn-gold + dimensions. */
.td-contact-submit[b-43cl8tzufx] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 0;
    cursor: pointer;
    transition: background .15s, box-shadow .15s, transform .1s;
}

    .td-contact-submit:hover[b-43cl8tzufx] {
        box-shadow: 0 4px 14px rgba(0,0,0,.18);
    }

    .td-contact-submit:active[b-43cl8tzufx] {
        transform: translateY(1px);
        box-shadow: none;
    }

.td-alert-success[b-43cl8tzufx] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: var(--td-radius-sm);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .td-alert-success .bi[b-43cl8tzufx] {
        font-size: 1.2rem;
    }
/* _content/TeamDecant/Components/Pages/Home.razor.rz.scp.css */
/* ── Hero ── */
.hero-logo[b-nbvj66bqlg] {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.hero-count[b-nbvj66bqlg] {
    display: inline-block;
    margin-top: 1.2rem;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    padding: 10px 20px;
    backdrop-filter: blur(4px);
}

.hero-count-text[b-nbvj66bqlg] {
    font-size: 1.35rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.hero-count-num[b-nbvj66bqlg] {
    color: var(--td-gold);
}

.hero-features[b-nbvj66bqlg] {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.hero-feature[b-nbvj66bqlg] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: rgba(255,255,255,.75);
}

    .hero-feature .bi[b-nbvj66bqlg] {
        color: var(--td-gold);
    }

/* ── Items en vedette ── */
.featured-section[b-nbvj66bqlg] {
    margin: 20px 0 24px;
}

.featured-head[b-nbvj66bqlg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.featured-title[b-nbvj66bqlg] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Bouton « Voir plus » : mobile uniquement (voir media query plus bas). */
.featured-more-btn[b-nbvj66bqlg] {
    display: none;
}

    .featured-title .bi[b-nbvj66bqlg] {
        color: var(--td-gold);
    }

.featured-scroll-wrap[b-nbvj66bqlg] {
    position: relative;
}

.featured-scroll[b-nbvj66bqlg] {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

/* Indice visuel « il y a d'autres produits à droite ».
   Surtout utile sur iPhone, où Safari masque la barre de défilement.
   Affiché seulement sur mobile (sur ordi la barre est visible et la rangée tient souvent à l'écran). */
.featured-scroll-cue[b-nbvj66bqlg] {
    display: none;
}

@media (max-width: 768px) {
    /* Bouton « Voir plus » à côté du titre : fait défiler la rangée vers la droite. */
    .featured-more-btn[b-nbvj66bqlg] {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 0.85rem;
        font-weight: 600;
        color: white;
        background: var(--td-gold);
        border: none;
        border-radius: 999px;
        cursor: pointer;
    }

    /* Cartes plus étroites sur mobile pour qu'une carte « dépasse » à droite :
       le demi-produit visible est l'indice le plus clair qu'on peut défiler. */
    .featured-card[b-nbvj66bqlg] {
        min-width: 150px;
        max-width: 150px;
    }

    .featured-scroll-cue[b-nbvj66bqlg] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        pointer-events: none;
        color: white;
        font-size: 1.25rem;
        background: var(--td-gold);
        border-radius: 999px;
        box-shadow: 0 2px 8px rgba(0,0,0,.25);
    }

    /* Sur les navigateurs récents (iOS 18.4+, Chrome), masque l'indice une fois arrivé au bout du défilement. */
    @supports (animation-timeline: scroll()) {
        .featured-scroll[b-nbvj66bqlg] {
            scroll-timeline: --featured-scroll x;
        }

        .featured-scroll-cue[b-nbvj66bqlg] {
            animation: featured-cue-fade-b-nbvj66bqlg linear both;
            animation-timeline: --featured-scroll;
            animation-range: calc(100% - 80px) 100%;
        }

        @keyframes featured-cue-fade-b-nbvj66bqlg {
            to { opacity: 0; }
        }
    }
}

.featured-card[b-nbvj66bqlg] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--td-border);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: white;
    min-width: 175px;
    max-width: 175px;
    flex-shrink: 0;
    scroll-snap-align: start;
    transition: box-shadow .15s, transform .15s;
}

    .featured-card:hover[b-nbvj66bqlg] {
        box-shadow: var(--td-shadow);
        transform: translateY(-3px);
    }

.featured-card-img[b-nbvj66bqlg] {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.featured-card-badge[b-nbvj66bqlg] {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    background: var(--td-gold);
    color: var(--td-gold-ink);
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 2px 7px;
    border-radius: 999px;
}

.featured-card-badge-vedette[b-nbvj66bqlg] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: #e0a526;
    color: #3a2a00;
}

    .featured-card-badge-vedette .bi[b-nbvj66bqlg] {
        font-size: 0.7rem;
    }

.featured-card-influencer[b-nbvj66bqlg] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 1px 4px rgba(0,0,0,.18);
}

.featured-card-placeholder[b-nbvj66bqlg] {
    font-size: 2.6rem;
    color: #9ca3af;
}

.featured-card-body[b-nbvj66bqlg] {
    text-align: center;
    width: 100%;
}

.featured-card-name[b-nbvj66bqlg] {
    font-weight: 600;
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-card-company[b-nbvj66bqlg] {
    font-size: 0.82rem;
    color: #9ca3af;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-card-pricelabel[b-nbvj66bqlg] {
    font-size: 0.68rem;
    color: #b0b4ba;
    margin-top: 6px;
}

.featured-card-price[b-nbvj66bqlg] {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--td-gold);
    margin-top: 1px;
}

/* ── Recherche par mot-clé ── */
.home-search[b-nbvj66bqlg] {
    margin: 16px 0 20px;
    max-width: 480px;
    position: relative;
}

.search-dropdown[b-nbvj66bqlg] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: white;
    border: 1px solid var(--td-border);
    border-radius: 8px;
    box-shadow: var(--td-shadow);
    max-height: 340px;
    overflow-y: auto;
    margin-top: 4px;
}

.search-result[b-nbvj66bqlg] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f3f4f6;
    transition: background .1s;
}

    .search-result:hover[b-nbvj66bqlg] {
        background: #f9fafb;
    }

.search-result-img[b-nbvj66bqlg] {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.search-result-placeholder[b-nbvj66bqlg] {
    font-size: 1.3rem;
    color: #9ca3af;
    flex-shrink: 0;
    width: 44px;
    text-align: center;
}

.search-result-info[b-nbvj66bqlg] {
    min-width: 0;
}

.search-result-name[b-nbvj66bqlg] {
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-company[b-nbvj66bqlg] {
    font-size: 0.75rem;
    color: #9ca3af;
}

.search-empty[b-nbvj66bqlg] {
    padding: 12px;
    margin: 0;
    color: #9ca3af;
    font-size: 0.88rem;
}

/* ── Marques ── */
.home-brands[b-nbvj66bqlg] {
    margin: 0 0 28px;
    max-width: 480px;
}

/* ── Rangée des deux recherches (mot clé + marque) ── */
.home-search-row[b-nbvj66bqlg] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 16px 0 28px;
    padding: 16px;
    background: var(--td-gold);
    border-radius: var(--td-radius);
    box-shadow: var(--td-shadow);
}

    /* Inputs blancs bien contrastés sur le panneau foncé. */
    .home-search-row .form-control[b-nbvj66bqlg],
    .home-search-row .form-select[b-nbvj66bqlg] {
        background-color: #fff;
        border-color: transparent;
    }

        .home-search-row .form-control:focus[b-nbvj66bqlg],
        .home-search-row .form-select:focus[b-nbvj66bqlg] {
            border-color: #fff;
            box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .35);
        }

    /* Dans la rangée, chaque recherche partage la largeur et perd ses marges propres. */
    .home-search-row .home-search[b-nbvj66bqlg],
    .home-search-row .home-brands[b-nbvj66bqlg] {
        flex: 1 1 280px;
        max-width: none;
        margin: 0;
    }

/* ── Catégories ── */
.home-categories[b-nbvj66bqlg] {
    margin-bottom: 28px;
}

.category-chips[b-nbvj66bqlg] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.category-chip[b-nbvj66bqlg] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid var(--td-border);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: white;
    transition: box-shadow .15s, transform .15s;
    min-width: 160px;
}

    .category-chip:hover[b-nbvj66bqlg] {
        box-shadow: var(--td-shadow);
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    .category-chip[b-nbvj66bqlg] {
        flex: 1 1 100%;
        min-width: 0;
    }
}

.category-chip-img[b-nbvj66bqlg] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.category-chip-icon[b-nbvj66bqlg] {
    font-size: 1.4rem;
    color: #9ca3af;
    flex-shrink: 0;
}

.category-chip-name[b-nbvj66bqlg] {
    font-weight: 600;
    font-size: 0.9rem;
}

.category-chip-count[b-nbvj66bqlg] {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* ── Cartes influenceurs ── */
.influencer-avatar-col[b-nbvj66bqlg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.influencer-item-link[b-nbvj66bqlg] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-decoration: none;
    color: inherit;
    padding: 4px 0;
}

.influencer-item-img[b-nbvj66bqlg] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.influencer-item-info[b-nbvj66bqlg] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.influencer-item-company[b-nbvj66bqlg] {
    font-size: 0.75rem;
    color: #9ca3af;
}

.influencer-item-price[b-nbvj66bqlg] {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
}

.influencer-item-pricelabel[b-nbvj66bqlg] {
    font-size: 0.65rem;
    font-weight: 400;
    color: #9ca3af;
    line-height: 1;
}

.influencer-more[b-nbvj66bqlg] {
    text-align: center;
    margin-top: 10px;
}

.empty-state[b-nbvj66bqlg] {
    color: var(--td-ink-muted);
}
/* _content/TeamDecant/Components/Pages/InfluencerCatalogue.razor.rz.scp.css */
.catalogue-grid[b-fl8h01pq3z] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

@media (max-width: 640px) {
    .catalogue-grid[b-fl8h01pq3z] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* _content/TeamDecant/Components/Pages/InfluencerSommaire.razor.rz.scp.css */
.sommaire-main[b-bqo21snrcc] {
    max-width: 720px;
    margin: 0 auto;
    padding: var(--space-4) var(--space-3);
}

.sommaire-title[b-bqo21snrcc] {
    font-size: 1.4rem;
    margin-bottom: var(--space-3);
}

.sommaire-company[b-bqo21snrcc] {
    font-size: 1.1rem;
    margin: var(--space-3) 0 var(--space-1);
    color: var(--td-gold);
}

.sommaire-list[b-bqo21snrcc] {
    margin: 0;
    padding-left: var(--space-4);
    line-height: 1.7;
}

.sommaire-list li[b-bqo21snrcc] {
    margin-bottom: var(--space-1);
}
/* _content/TeamDecant/Components/Pages/Parfum.razor.rz.scp.css */
.detail-shell[b-axv8zg82cy] {
    padding: 16px;
}

.detail-section[b-axv8zg82cy] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.detail-img-col[b-axv8zg82cy] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.detail-img-wrap[b-axv8zg82cy] {
    position: relative;
    width: 200px;
    flex-shrink: 0;
}

.detail-img[b-axv8zg82cy] {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    cursor: zoom-in;
    display: block;
}

/* Photo de l'influenceur, en pastille superposée en bas à droite de la photo du parfum. */
.detail-img-influencer[b-axv8zg82cy] {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.28);
}

/* 2e photo (sample de l'influenceur) — même grandeur que la principale */
.detail-img-sample[b-axv8zg82cy] {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--td-border);
    flex-shrink: 0;
    cursor: zoom-in;
}

.detail-info[b-axv8zg82cy] {
    flex: 1;
}

.detail-company[b-axv8zg82cy] {
    margin: 0 0 2px;
    font-size: 0.85rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.detail-info h1[b-axv8zg82cy] {
    margin: 0 0 4px;
}

.detail-stock[b-axv8zg82cy] {
    margin: 0 0 20px;
    font-size: 0.85rem;
    color: #9ca3af;
}

    .detail-stock .in-stock[b-axv8zg82cy] {
        color: #065f46;
    }

    .detail-stock .out-stock[b-axv8zg82cy] {
        color: #991b1b;
    }

.size-card[b-axv8zg82cy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 14px;
    background: white;
}

    .size-card.is-unavailable[b-axv8zg82cy] {
        border-color: #fecaca;
        background: #fff5f5;
    }

.size-price[b-axv8zg82cy] {
    color: #374151;
    font-size: 1rem;
}

.size-name[b-axv8zg82cy] {
    font-weight: 600;
}

.size-add-btn[b-axv8zg82cy] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--td-gold);
    color: var(--td-gold-ink);
    border: none;
    padding: 11px 20px;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: background .15s, box-shadow .15s, transform .1s;
    align-self: flex-start;
}

    .size-add-btn:hover:not(:disabled)[b-axv8zg82cy] {
        background: var(--td-gold-h);
        box-shadow: 0 4px 14px rgba(0,0,0,.18);
    }

    .size-add-btn:active:not(:disabled)[b-axv8zg82cy] {
        transform: translateY(1px);
        box-shadow: none;
    }

    .size-add-btn:disabled[b-axv8zg82cy] {
        background: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
    }

.detail-checkout-btn[b-axv8zg82cy] {
    display: block;
    text-align: center;
    background: var(--td-gold);
    color: var(--td-gold-ink);
    padding: 13px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background .15s, box-shadow .15s, transform .1s;
}

    .detail-checkout-btn:hover[b-axv8zg82cy] {
        background: var(--td-gold-h);
        box-shadow: 0 4px 14px rgba(0,0,0,.18);
    }

    .detail-checkout-btn:active[b-axv8zg82cy] {
        transform: translateY(1px);
        box-shadow: none;
    }

.detail-continue[b-axv8zg82cy] {
    display: block;
    text-align: center;
    color: #6b7280;
    font-size: 0.85rem;
    text-decoration: none;
}

.detail-description[b-axv8zg82cy] {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: white;
    line-height: 1.6;
    color: #374151;
}

.detail-notes[b-axv8zg82cy] {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-note[b-axv8zg82cy] {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #6b7280;
}

    .detail-note .bi[b-axv8zg82cy] {
        flex-shrink: 0;
        color: var(--td-gold);
    }

.detail-note-content[b-axv8zg82cy] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-note-title[b-axv8zg82cy] {
    color: #374151;
}

.same-brand-section[b-axv8zg82cy] {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.same-brand-title[b-axv8zg82cy] {
    margin: 0 0 16px;
    font-size: 1.2rem;
}

.detail-back[b-axv8zg82cy] {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.detail-back-link[b-axv8zg82cy] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color .15s;
}

    .detail-back-link:hover[b-axv8zg82cy] {
        color: #374151;
    }

.lightbox[b-axv8zg82cy] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: zoom-out;
}

    .lightbox img[b-axv8zg82cy] {
        max-width: 90vw;
        max-height: 90vh;
        border-radius: 6px;
        box-shadow: 0 4px 32px #000;
    }

.toast-checkout-link[b-axv8zg82cy] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #065f46;
    text-decoration: underline;
    white-space: nowrap;
}

.btn-cart-text[b-axv8zg82cy] {
    display: inline;
}

.btn-cart-text-short[b-axv8zg82cy] {
    display: none;
}

.size-info[b-axv8zg82cy] {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.parfum-main-row[b-axv8zg82cy] {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.parfum-cart-col[b-axv8zg82cy] {
    min-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sizes-row[b-axv8zg82cy] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Popup toast */
.toast-popup[b-axv8zg82cy] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    min-width: 280px;
    max-width: 380px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 500;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.toast-popup.toast-success[b-axv8zg82cy] {
    background: #d1fae5;
    color: #065f46;
}

.toast-popup.toast-error[b-axv8zg82cy] {
    background: #fee2e2;
    color: #991b1b;
}

@keyframes toast-in-b-axv8zg82cy {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes toast-out-b-axv8zg82cy {
    from { opacity: 1; transform: translateY(0); }
    to   { opacity: 0; transform: translateY(12px); }
}

@media (max-width: 640px) {
    .btn-cart-text[b-axv8zg82cy] {
        display: none;
    }

    .btn-cart-text-short[b-axv8zg82cy] {
        display: inline;
    }

    .size-info[b-axv8zg82cy] {
        flex-direction: column;
        gap: 2px;
    }

    .parfum-main-row[b-axv8zg82cy] {
        flex-direction: column;
    }

    .sizes-row[b-axv8zg82cy] {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }

    .sizes-row > div[b-axv8zg82cy] {
        flex: 1 1 0;
        min-width: 0;
        padding: 8px !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .sizes-row > div button[b-axv8zg82cy] {
        width: 100%;
        align-self: stretch !important;
        justify-content: center;
        box-sizing: border-box;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .parfum-cart-col[b-axv8zg82cy] {
        min-width: unset;
        width: 100%;
    }
}
/* _content/TeamDecant/Components/Shared/CartViewer.razor.rz.scp.css */
.cart-box[b-l0b0cu8cjr] {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
    max-width: 420px;
}

.cart-box-head[b-l0b0cu8cjr] {
    padding: 10px 14px;
    background: #f9fafb;
    border-bottom: 1px solid #e6e6e6;
}

.cart-empty[b-l0b0cu8cjr] {
    margin: 12px 14px;
    color: #6b7280;
}

/* Barre « livraison gratuite » sous le titre — pleine largeur dans la boîte. */
.cart-ship-progress[b-l0b0cu8cjr] {
    max-width: none;
    margin: 0;
    padding: 12px 14px;
    border-bottom: 1px solid #f0f0f0;
}

    .cart-ship-progress .ship-progress-label[b-l0b0cu8cjr] {
        text-align: left;
    }

.cart-list[b-l0b0cu8cjr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-row[b-l0b0cu8cjr] {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #f5f5f5;
}

.cart-thumb[b-l0b0cu8cjr] {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity .15s;
}

    .cart-thumb:hover[b-l0b0cu8cjr] {
        opacity: .75;
    }

.cart-info[b-l0b0cu8cjr] {
    flex: 1;
    min-width: 0;
}

.cart-name[b-l0b0cu8cjr] {
    font-weight: 600;
    font-size: 0.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: color .15s;
}

    .cart-name:hover[b-l0b0cu8cjr] {
        color: var(--td-gold-h);
    }

.cart-size[b-l0b0cu8cjr] {
    font-size: 0.78rem;
    color: #9ca3af;
}

.cart-qty[b-l0b0cu8cjr] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart-qty-btn[b-l0b0cu8cjr] {
    width: 24px;
    height: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
    color: #374151;
}

    .cart-qty-btn:disabled[b-l0b0cu8cjr] {
        border-color: #fecaca;
        background: #fff5f5;
        cursor: not-allowed;
        color: #d1d5db;
    }

.cart-qty-count[b-l0b0cu8cjr] {
    min-width: 18px;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
}

.cart-subtotal[b-l0b0cu8cjr] {
    min-width: 52px;
    text-align: right;
    font-size: 0.88rem;
    font-weight: 600;
}

.cart-remove[b-l0b0cu8cjr] {
    background: none;
    border: none;
    padding: 4px 2px;
    cursor: pointer;
    color: #d1d5db;
    font-size: 0.8rem;
    line-height: 1;
    transition: color .15s;
}

    .cart-remove:hover[b-l0b0cu8cjr] {
        color: #ef4444;
    }

.cart-foot[b-l0b0cu8cjr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f9fafb;
    border-top: 1px solid #f0f0f0;
}

.cart-foot-count[b-l0b0cu8cjr] {
    font-size: 0.82rem;
    color: #6b7280;
}

.cart-foot-right[b-l0b0cu8cjr] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cart-total[b-l0b0cu8cjr] {
    font-weight: 700;
    font-size: 0.95rem;
}

.cart-clear[b-l0b0cu8cjr] {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.78rem;
    color: #d1d5db;
    cursor: pointer;
    text-decoration: underline;
    transition: color .15s;
}

    .cart-clear:hover[b-l0b0cu8cjr] {
        color: #ef4444;
    }
/* _content/TeamDecant/Components/Shared/NavSearchBar.razor.rz.scp.css */
/* ── Bouton loupe ─────────────────────────────────── */
.td-search-btn[b-i11bfeerg8] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: rgba(255,255,255,.82);
    font-size: 1.15rem;
    padding: 6px 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: background .15s, color .15s;
}

    .td-search-btn:hover[b-i11bfeerg8],
    .td-search-btn--active[b-i11bfeerg8] {
        background: rgba(255,255,255,.09);
        color: #fff;
    }

/* ── Panel de recherche (absolu sous la topbar) ───── */
.td-search-panel[b-i11bfeerg8] {
    position: absolute;
    top: var(--td-topbar-h);
    left: 0;
    right: 0;
    background: #1a1a1a;
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 8px 32px rgba(0,0,0,.35);
    z-index: 199;
    padding: 12px 1.5rem 14px;
}

/* ── Ligne input + icône + bouton fermer ──────────── */
.td-search-inner[b-i11bfeerg8] {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 620px;
    margin: 0 auto;
}

.td-search-icon-inline[b-i11bfeerg8] {
    color: rgba(255,255,255,.4);
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 0;
}

.td-search-input[b-i11bfeerg8] {
    flex: 1;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    color: #fff;
    padding: 9px 13px;
    font-size: 0.93rem;
    outline: none;
    transition: border-color .15s, background .15s;
}

    .td-search-input[b-i11bfeerg8]::placeholder {
        color: rgba(255,255,255,.32);
    }

    .td-search-input:focus[b-i11bfeerg8] {
        border-color: var(--td-gold);
        background: rgba(255,255,255,.11);
    }

    .td-search-input[b-i11bfeerg8]::-webkit-search-cancel-button {
        display: none;
    }

.td-search-close-btn[b-i11bfeerg8] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: rgba(255,255,255,.55);
    font-size: 1rem;
    padding: 5px 7px;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    transition: color .15s, background .15s;
}

    .td-search-close-btn:hover[b-i11bfeerg8] {
        color: #fff;
        background: rgba(255,255,255,.09);
    }

/* ── Liste des résultats ─────────────────────────── */
.td-search-results[b-i11bfeerg8] {
    max-width: 620px;
    margin: 10px auto 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.22);
    max-height: 340px;
    overflow-y: auto;
}

.td-search-result-row[b-i11bfeerg8] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    text-decoration: none;
    color: #1a1a1a;
    border-bottom: 1px solid #f3f4f6;
    transition: background .1s;
}

    .td-search-result-row:last-child[b-i11bfeerg8] {
        border-bottom: none;
    }

    .td-search-result-row:hover[b-i11bfeerg8] {
        background: #f9fafb;
    }

.td-search-result-img[b-i11bfeerg8] {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 7px;
    flex-shrink: 0;
}

.td-search-result-noimg[b-i11bfeerg8] {
    width: 46px;
    text-align: center;
    font-size: 1.25rem;
    color: #9ca3af;
    flex-shrink: 0;
    margin-right: 0;
}

.td-search-result-info[b-i11bfeerg8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.td-search-result-name[b-i11bfeerg8] {
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-search-result-company[b-i11bfeerg8] {
    font-size: 0.75rem;
    color: #9ca3af;
}

.td-search-empty[b-i11bfeerg8] {
    padding: 13px 16px;
    margin: 0;
    color: #6b7280;
    font-size: 0.88rem;
}
