/* Logo header — cycle d'effets JS ; taille visuelle via --ecom-logo-scale */
.ecom-logo-animated,
.logo-area.ecom-logo-animated {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
    height: 48px;
    width: 160px;
    overflow: visible;
    position: relative;
    z-index: 5;
}

.logo-area.ecom-logo-animated .ecom-logo-img,
.logo-area.ecom-logo-animated img.logo {
    --ecom-logo-scale: 2.6;
    display: block;
    height: 48px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    transform: scale(var(--ecom-logo-scale));
    transform-origin: center center;
    will-change: transform, filter;
    transition: filter 0.3s ease;
}

@media only screen and (max-width: 991px) {
    .logo-area.ecom-logo-animated {
        height: 46px;
        width: 140px;
    }

    .logo-area.ecom-logo-animated .ecom-logo-img,
    .logo-area.ecom-logo-animated img.logo {
        --ecom-logo-scale: 2.2;
        height: 46px;
        max-width: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .logo-area.ecom-logo-animated {
        height: 42px;
        width: 120px;
    }

    .logo-area.ecom-logo-animated .ecom-logo-img,
    .logo-area.ecom-logo-animated img.logo {
        --ecom-logo-scale: 1.9;
        height: 42px;
        max-width: 120px;
    }
}

.ecom-logo-img.fx-pulse {
    animation: ecom-logo-pulse 0.9s ease-in-out infinite;
}

.ecom-logo-img.fx-glow {
    animation: ecom-logo-glow 0.9s ease-in-out infinite;
}

@keyframes ecom-logo-pulse {

    0%,
    100% {
        transform: scale(var(--ecom-logo-scale));
    }

    50% {
        transform: scale(calc(var(--ecom-logo-scale) * 1.14));
    }
}

@keyframes ecom-logo-glow {

    0%,
    100% {
        filter: hue-rotate(0deg) saturate(1) brightness(1) drop-shadow(0 0 0 rgba(255, 139, 0, 0));
    }

    50% {
        filter: hue-rotate(18deg) saturate(1.45) brightness(1.08) drop-shadow(0 0 12px rgba(255, 139, 0, 0.85));
    }
}

@media (prefers-reduced-motion: reduce) {
    .ecom-logo-img {
        animation: none !important;
        filter: none !important;
    }
}

/* Badges compteur favoris / panier ? vibration intermittente (desktop + mobile) */
.accont-wishlist-cart-area-header .wishlist>.number.ecom-header-count-badge,
.accont-wishlist-cart-area-header .cart>.number.ecom-header-count-badge,
.ecom-header-count-badge {
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    will-change: transform;
}

/* Boutons header Compte / Favoris / Panier ? ic?nes seules */
.ecom-header-actions.accont-wishlist-cart-area-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ecom-header-actions .ecom-header-action-btn.btn-border-only {
    position: relative;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    padding: 0 !important;
    margin: 0;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #f3f4f6 !important;
    color: #1f2937 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ecom-header-actions .ecom-header-action-btn.btn-border-only:hover {
    background: #fff7ed !important;
    border-color: #fed7aa !important;
    color: #c2410c !important;
}

.ecom-header-actions .ecom-header-action-btn i {
    position: static !important;
    margin: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
    color: inherit !important;
}

.ecom-header-actions .ecom-header-action-btn span.text,
.ecom-header-actions .ecom-header-action-btn>span:not(.number):not(.ecom-header-count-badge) {
    display: none !important;
}

.ecom-header-actions .wishlist>.number.ecom-header-count-badge,
.ecom-header-actions .cart>.number.ecom-header-count-badge {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    left: auto !important;
    min-width: 22px;
    width: auto !important;
    height: 22px !important;
    padding: 0 6px;
    border-radius: 999px;
    background: #ff8b00 !important;
    color: #fff !important;
    font-size: 0.75rem !important;
    font-weight: 800;
    line-height: 1 !important;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(255, 139, 0, 0.3);
    z-index: 2;
}

.ecom-header-actions.accont-wishlist-cart-area-header,
.logo-search-category-wrapper {
    overflow: visible;
}

.ecom-header-user-dropdown {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 1200;
    max-width: min(280px, calc(100vw - 24px));
}

.ecom-header-user-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    max-width: min(280px, calc(100vw - 24px));
    padding: 6px 14px 6px 6px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
    color: inherit;
    font: inherit;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.ecom-header-user-dropdown .ecom-header-user-card {
    width: 100%;
    max-width: 100%;
}

.ecom-header-user-card:hover,
.ecom-header-user-dropdown:hover .ecom-header-user-card,
.ecom-header-user-dropdown:focus-within .ecom-header-user-card {
    background: #ffedd5;
    border-color: #fdba74;
    box-shadow: 0 6px 14px rgba(255, 139, 0, 0.15);
}

.ecom-header-user-card--guest {
    max-width: min(300px, calc(100vw - 24px));
}

.ecom-header-user-chevron {
    flex-shrink: 0;
    margin-left: auto;
    color: #9a3412;
    font-size: 0.78rem;
    transition: transform 0.18s ease;
}

.ecom-header-user-dropdown:hover .ecom-header-user-chevron,
.ecom-header-user-dropdown:focus-within .ecom-header-user-chevron {
    transform: rotate(180deg);
}

.ecom-header-user-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 1210;
    margin: 0;
    padding: 8px;
    list-style: none;
    border: 1px solid #f3e8d8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.ecom-header-user-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
}

.ecom-header-user-dropdown:hover .ecom-header-user-menu,
.ecom-header-user-dropdown:focus-within .ecom-header-user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.ecom-header-user-menu li+li {
    margin-top: 4px;
}

.ecom-header-user-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 999px;
    color: #c2410c !important;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s ease, color 0.15s ease;
}

.ecom-header-user-menu a i {
    flex-shrink: 0;
    width: 1.15em;
    color: #ff8b00;
    font-size: 1.05rem;
    text-align: center;
}

.ecom-header-user-menu a:hover,
.ecom-header-user-menu-logout:hover {
    background: rgba(255, 139, 0, 0.14) !important;
    color: #9a3412 !important;
}

.ecom-header-user-menu-logout,
.ecom-header-user-menu-logout i {
    color: #c2410c !important;
}

.ecom-header-user-avatar-wrap {
    position: relative;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.ecom-header-user-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #ffedd5;
}

.ecom-header-user-avatar--initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff8b00, #ff8b00);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.ecom-header-user-badge {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #7c3aed;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    border: 2px solid #fff7ed;
}

.ecom-header-user-meta {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ecom-header-user-name {
    color: #111827;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecom-header-user-email {
    color: #6b7280;
    font-size: 0.98rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1199px) {
    .ecom-header-user-meta {
        display: none;
    }

    .ecom-header-user-card {
        width: auto;
        padding: 4px;
        max-width: none;
        border-radius: 12px;
    }

    .ecom-header-user-menu {
        left: auto;
        right: 0;
        width: 220px;
        max-width: calc(100vw - 24px);
    }

    .ecom-header-user-chevron {
        display: none;
    }
}

.accont-wishlist-cart-area-header .wishlist>.number.ecom-header-count-badge.is-shaking,
.accont-wishlist-cart-area-header .cart>.number.ecom-header-count-badge.is-shaking,
.ecom-header-count-badge.is-shaking {
    animation: ecom-header-count-shake 0.45s ease-in-out infinite !important;
}

@keyframes ecom-header-count-shake {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    15% {
        transform: translate3d(-2px, 1px, 0) rotate(-6deg);
    }

    30% {
        transform: translate3d(3px, -1px, 0) rotate(5deg);
    }

    45% {
        transform: translate3d(-3px, 0, 0) rotate(-4deg);
    }

    60% {
        transform: translate3d(2px, 1px, 0) rotate(4deg);
    }

    75% {
        transform: translate3d(-1px, -1px, 0) rotate(-2deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ecom-header-count-badge.is-shaking {
        animation: none !important;
    }
}

/* Barre top header ? rotation continue des messages */
.ecom-header-top-ticker .discount-area,
.ecom-header-top-ticker .contact-number-area {
    min-height: 24px;
    overflow: hidden;
}

.ecom-header-ticker-text {
    display: block;
    margin: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.32s ease, transform 0.32s ease;
}

.ecom-header-ticker-text.is-active {
    opacity: 1;
    transform: translateY(0);
}

.ecom-header-ticker-text.is-leaving {
    opacity: 0;
    transform: translateY(-8px);
}

.ecom-header-ticker-text.is-entering {
    opacity: 0;
    transform: translateY(8px);
}

@media (prefers-reduced-motion: reduce) {
    .ecom-header-ticker-text {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Boutique ? grille 5 colonnes (maquette shop-grid) */
.ecom-shop-grid-5 .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.ecom-shop-grid-5 .ecom-piece-card {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #fff;
    padding: 12px 12px 14px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ecom-shop-grid-5 .ecom-piece-card:hover {
    border-color: #cfd4d0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.ecom-shop-grid-5 .ecom-piece-card .thumbnail-preview {
    height: 150px;
    border-radius: 6px;
    padding: 12px;
}

.ecom-shop-grid-5 .ecom-piece-card .body-content {
    padding-top: 12px;
}

.ecom-shop-grid-5 .ecom-piece-card .body-content .title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ecom-shop-grid-5 .ecom-piece-card .availability {
    font-size: 1.1rem;
    color: #8a8f98;
}

.ecom-shop-grid-5 .ecom-piece-card .ecom-stock-line {
    font-size: 1.18rem;
    font-weight: 600;
}

.ecom-shop-grid-5 .ecom-piece-card .price-area .current {
    font-size: 1.4rem;
    font-weight: 700;
    color: #e53935;
}

.ecom-shop-grid-5 .ecom-piece-card .price-area .previous {
    font-size: 1.1rem;
    color: #9aa0a6;
    text-decoration: line-through;
}

.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action {
    margin-top: 12px;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: stretch;
}

.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .quantity-edit {
    width: 102px;
    min-width: 102px;
    flex-shrink: 0;
    padding: 4px 8px;
    min-height: 38px;
    align-self: stretch;
}

.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .quantity-edit input,
.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .quantity-edit .input {
    max-width: 28px !important;
    width: 28px;
    font-size: 1.1rem;
    text-align: center;
}

.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .quantity-edit button i {
    font-size: 11px;
    padding: 5px 7px;
}

.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .rts-btn,
.shop-grid-sidebar .ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .rts-btn,
.product-area-wrapper-shopgrid-list .ecom-piece-card .cart-counter-action .rts-btn {
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    min-height: 38px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 12px !important;
    gap: 6px;
}

.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .rts-btn .btn-text {
    font-size: 14px;
    font-weight: 700;
}

.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .rts-btn .arrow-icon,
.ecom-shop-grid-5 .ecom-piece-card .cart-counter-action .rts-btn i {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .ecom-shop-grid-5 .ecom-piece-card .thumbnail-preview {
        height: 140px;
    }
}

/* Cartes catalogue e-commerce ? images uniformes */
.single-shopping-card-one.ecom-piece-card {
    background: #fff;
    border: 1px solid #eaeaea;
}

.ecom-section-white,
.ecom-catalogue-section-white {
    background: #fff !important;
}

.ecom-piece-card .thumbnail-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 14px;
    box-sizing: border-box;
}

.ecom-piece-card .thumbnail-preview img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transform: none;
}

.single-shopping-card-one.ecom-piece-card .thumbnail-preview img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: none;
}

.ecom-piece-card .ecom-piece-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #9aa3ab;
}

.ecom-piece-card .ecom-piece-placeholder i {
    font-size: 3rem;
}

.ecom-piece-category {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 8px;
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--color-primary, #ff8b00);
    color: #fff8f1;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.ecom-piece-category:hover {
    background: var(--color-primary-dark, #ff8b00);
    color: #fff;
    text-decoration: none;
}

.ecom-piece-card .body-content .title,
.single-shopping-card-one .body-content .title {
    margin-top: 0;
}

.ecom-piece-card .body-content .title {
    font-size: 1.35rem;
}

.ecom-piece-card .availability {
    font-size: 1.1rem;
}

.ecom-piece-card .ecom-stock-line {
    font-size: 1.2rem;
    line-height: 1.35;
    font-weight: 600;
}

.ecom-piece-card .price-area .current {
    font-size: 1.4rem;
}

.ecom-piece-card .cart-counter-action {
    align-items: stretch;
}

.ecom-piece-card .cart-counter-action .quantity-edit {
    width: 102px;
    min-width: 102px;
    min-height: 38px;
    flex-shrink: 0;
}

.ecom-piece-card .cart-counter-action .quantity-edit input,
.ecom-piece-card .cart-counter-action .quantity-edit .input {
    max-width: 28px !important;
    width: 28px;
    font-size: 1rem;
    text-align: center;
}

.ecom-piece-card .cart-counter-action .rts-btn,
.single-shopping-card-one.ecom-piece-card .cart-counter-action .rts-btn {
    height: auto;
    min-height: 38px;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 12px !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.ecom-piece-card .cart-counter-action .rts-btn .btn-text {
    font-size: 14px;
    font-weight: 700;
}

.ecom-piece-card .cart-counter-action .rts-btn .arrow-icon,
.ecom-piece-card .cart-counter-action .rts-btn i {
    font-size: 14px;
}

.ecom-piece-card.is-out-of-stock .thumbnail-preview {
    opacity: 0.85;
}

.ecom-cat-swiper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #eef0f2;
    color: #6c757d;
    font-size: 1.5rem;
}

.ecom-cat-menu-icon {
    width: 20px;
    text-align: center;
    color: #6c757d;
}

.ecom-piece-card:hover .thumbnail-preview img {
    transform: scale(1.02);
}

.ecom-piece-card .thumbnail-preview .badge {
    left: 20px;
    top: -8px;
}

@media (max-width: 575px) {
    .ecom-piece-card .thumbnail-preview {
        height: 180px;
    }
}

.ecom-piece-card .single-action.is-favori i,
.ecom-piece-card .single-action.is-favori:hover i {
    color: #e53935;
}

.ecom-favori-form .single-action {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px dashed rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.ecom-mini-cart-remove .close-c1 {
    cursor: pointer;
}

#pieces-plus-commandees {
    scroll-margin-top: 110px;
    padding-top: 28px;
}

.ecom-pieces-plus-commandees .ecom-swiper-piece-card,
.ecom-pieces-plus-commandees .ecom-swiper-piece-card .ecom-piece-card {
    height: 100%;
}

.ecom-pieces-plus-commandees .swiper-slide {
    height: auto;
    padding: 4px 2px 12px;
    box-sizing: border-box;
}

/* Accueil ? ombre au survol (align?e boutique shop-grid-sidebar) */
.ecom-pieces-plus-commandees .ecom-piece-card,
.ecom-catalogue-column .ecom-piece-card {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #fff;
    padding: 12px 12px 14px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ecom-pieces-plus-commandees .ecom-piece-card:hover,
.ecom-catalogue-column .ecom-piece-card:hover {
    border-color: #cfd4d0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.ecom-map-catalogue-row .ecom-map-column .ecom-localite-map {
    height: 320px;
    min-height: 280px;
}

@media (min-width: 992px) {
    .ecom-map-catalogue-row .ecom-map-column {
        position: sticky;
        top: 100px;
    }
}

/* Bouton Ajouter seul (sans s?lecteur quantit?) */
.ecom-piece-card .cart-counter-action .rts-btn.w-100 {
    flex: 1 1 100%;
    justify-content: center;
}

/* Menu d?roulant cat?gories ? libell? seul */
.ecom-cat-menu-label-only li a.menu-item {
    gap: 0;
    padding: 10px 18px;
}

.ecom-cat-menu-label-only li a.menu-item img,
.ecom-cat-menu-label-only li a.menu-item i {
    display: none !important;
}

.ecom-cat-menu-label-only li a.menu-item span {
    margin: 0;
    font-weight: 500;
}

/* Section accueil */
.ecom-index-hero-section {
    padding: 0;
}

/* Hero accueil — hauteur viewport légèrement réduite */
.ecom-index-hero-section.ecom-hero-with-categories {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: calc(70vh + 12px);
    min-height: calc(70dvh + 12px);
    padding: 0 0 48px;
    margin: 0 0 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #fff7ed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ecom-index-hero-section.ecom-hero-with-categories::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(15, 23, 42, 0.28) 0%,
            rgba(255, 139, 0, 0.22) 55%,
            rgba(15, 23, 42, 0.32) 100%);
    z-index: 0;
    pointer-events: none;
}

.ecom-index-hero-section.ecom-hero-with-categories>* {
    position: relative;
    z-index: 1;
}

.ecom-hero-with-categories .ecom-hero-banner-wrap {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.ecom-hero-with-categories .ecom-hero-banner-swiper {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
}

.ecom-hero-with-categories .ecom-hero-banner-swiper,
.ecom-hero-with-categories .ecom-hero-banner-swiper .swiper-wrapper,
.ecom-hero-with-categories .ecom-hero-banner-swiper .swiper-slide {
    height: auto !important;
}

.ecom-hero-with-categories .ecom-hero-slide {
    min-height: clamp(360px, 42vh, 520px);
    display: flex;
    align-items: flex-end;
    padding: 56px 0 36px;
}

.ecom-hero-with-categories .banner-one-inner-content.ecom-hero-banner-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    /* Descend le texte sous le centre actuel */
    padding: clamp(48px, 10vh, 100px) 16px 8px;
}

.ecom-hero-with-categories .ecom-hero-banner-content .pre {
    display: inline-block;
    color: #f5c84c;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 700;
    margin-bottom: 16px;
}

.ecom-hero-with-categories .ecom-hero-banner-content .title {
    color: #fff;
    font-weight: 800;
    font-size: clamp(2.75rem, 5.8vw, 4.5rem);
    line-height: 1.12;
    margin: 0 0 34px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.ecom-hero-with-categories .ecom-hero-banner-content .rts-btn {
    margin: 0 auto;
    font-size: 1.15rem;
}

.ecom-hero-with-categories .ecom-hero-banner-content .rts-btn .btn-text {
    font-size: 1.15rem;
    font-weight: 700;
}

.ecom-hero-with-categories .swiper-button-next,
.ecom-hero-with-categories .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: 42%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: rgba(17, 24, 39, 0.45);
    box-shadow: none;
    opacity: 0.45;
    transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ecom-hero-with-categories .swiper-button-next:hover,
.ecom-hero-with-categories .swiper-button-prev:hover {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.55);
    color: rgba(17, 24, 39, 0.75);
}

.ecom-hero-with-categories .swiper-button-next::after,
.ecom-hero-with-categories .swiper-button-prev::after {
    display: none;
}

.ecom-hero-with-categories .swiper-button-next i,
.ecom-hero-with-categories .swiper-button-prev i {
    font-size: 0.85rem;
}

.ecom-hero-with-categories .swiper-button-prev {
    left: 18px;
}

.ecom-hero-with-categories .swiper-button-next {
    right: 18px;
}

.ecom-hero-with-categories .home-banner-scroll {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: -11px auto 10px;
    transform: none;
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ecom-hero-with-categories .home-banner-scroll:hover {
    opacity: 1;
    color: #fff;
    transform: translateY(2px);
}

.ecom-hero-with-categories .home-banner-scroll__mouse {
    position: relative;
    width: 22px;
    height: 34px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 14px;
}

.ecom-hero-with-categories .home-banner-scroll__wheel {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 3px;
    height: 7px;
    margin-left: -1.5px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.95);
    animation: ecom-banner-scroll-wheel 1.6s ease-in-out infinite;
}

.ecom-hero-with-categories .home-banner-scroll__chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
    transform: rotate(45deg);
    animation: ecom-banner-scroll-chevron 1.6s ease-in-out infinite;
}

@keyframes ecom-banner-scroll-wheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    70% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

@keyframes ecom-banner-scroll-chevron {

    0%,
    100% {
        opacity: 0.45;
    }

    50% {
        opacity: 1;
    }
}

.ecom-hero-categories-bar {
    position: relative;
    z-index: 3;
    margin-top: -8px;
}

.ecom-hero-categories-inline {
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
    padding: 0 12px;
}

.ecom-hero-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.ecom-hero-category-card.single-category-one {
    height: auto;
    min-height: 110px;
    padding: 12px 10px;
    margin: 0;
    width: 100%;
    max-width: none;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ecom-hero-category-card.single-category-one img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

.ecom-hero-category-card.single-category-one p {
    margin-bottom: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1f1f25;
}

@media (max-width: 991px) {
    .ecom-index-hero-section.ecom-hero-with-categories {
        min-height: calc(68vh + 12px);
        min-height: calc(68dvh + 12px);
        background-position: center center;
        background-size: cover;
    }

    .ecom-hero-with-categories .ecom-hero-banner-content .title {
        text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 767px) {
    .ecom-index-hero-section.ecom-hero-with-categories {
        min-height: calc(64vh + 12px);
        min-height: calc(64dvh + 12px);
        padding-bottom: 24px;
        background-position: center center;
        background-size: cover;
    }

    .ecom-hero-with-categories .ecom-hero-slide {
        min-height: 280px;
        align-items: flex-end;
        padding: 40px 0 24px;
    }

    .ecom-hero-with-categories .banner-one-inner-content.ecom-hero-banner-content {
        max-width: 100%;
        padding: 40px 16px 4px;
    }

    .ecom-hero-with-categories .swiper-button-next,
    .ecom-hero-with-categories .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .ecom-hero-with-categories .swiper-button-prev {
        left: 8px;
    }

    .ecom-hero-with-categories .swiper-button-next {
        right: 8px;
    }

    .ecom-hero-categories-inline {
        max-width: 100%;
    }

    .ecom-hero-categories-grid {
        gap: 10px;
    }

    .ecom-hero-category-card.single-category-one {
        min-height: 100px;
        padding: 10px 8px;
    }
}

@media (max-width: 575px) {
    .ecom-hero-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Page À propos (Auto-Pièce) */
.ecom-about-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(255, 139, 0, 0.12);
    color: var(--color-primary, #ff8b00);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ecom-about-story-heading {
    font-size: clamp(2.2rem, 4vw, 2.9rem) !important;
}

.ecom-about-story-actions {
    margin-top: 24px;
}

.ecom-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ecom-about-stats {
    margin-top: 0;
    margin-bottom: 8px;
}

.rts-section-gapTop {
    padding-top: 36px;
}

.ecom-about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ecom-about-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 26px 18px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.ecom-about-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(255, 139, 0, 0.12);
    color: var(--color-primary, #ff8b00);
    font-size: 1.9rem;
}

.ecom-about-stat-value {
    margin: 0 0 6px;
    font-size: 2.35rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
}

.ecom-about-stat-label {
    margin: 0;
    font-size: 1.4rem;
    color: #6b7280;
}

.ecom-about-story-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    height: 100%;
    padding: 48px 28px;
    border-radius: 18px;
    background-color: #fff7ed;
    background-image: url("../images/feature/bg_d.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fed7aa;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.ecom-about-story-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(15, 23, 42, 0.45) 0%,
            rgba(255, 139, 0, 0.35) 55%,
            rgba(15, 23, 42, 0.55) 100%);
    z-index: 0;
}

.ecom-about-story-visual>* {
    position: relative;
    z-index: 1;
}

.ecom-about-story-icon {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--color-primary, #ff8b00);
    font-size: 3.2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.ecom-about-story-brand {
    margin: 0 0 8px;
    font-size: 2.9rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.ecom-about-story-tagline {
    margin: 0;
    font-size: 1.55rem;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.ecom-about-section-title {
    margin: 0 0 14px;
    font-size: 2.4rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
}

.ecom-about-section-text {
    margin: 0 0 14px;
    font-size: 1.55rem;
    line-height: 1.65;
    color: #4b5563;
}

.ecom-about-section-head {
    max-width: 800px;
    margin: 0 auto 8px;
}

.ecom-about-checklist {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.ecom-about-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.45rem;
    color: #374151;
    font-weight: 500;
}

.ecom-about-checklist i {
    margin-top: 4px;
    color: var(--color-primary, #ff8b00);
    flex-shrink: 0;
    font-size: 1.4rem;
}

.ecom-about-value-card {
    height: 100%;
    position: relative;
    padding: 30px 24px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.ecom-about-value-num {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 1.4rem;
    font-weight: 800;
    color: #fed7aa;
}

.ecom-about-value-icon {
    display: inline-flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(255, 139, 0, 0.12);
    color: var(--color-primary, #ff8b00);
    font-size: 1.85rem;
}

.ecom-about-value-title {
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
}

.ecom-about-value-text {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #6b7280;
}

.ecom-about-step {
    height: 100%;
    padding: 26px 22px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.ecom-about-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--color-primary, #ff8b00);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
}

.ecom-about-step-title {
    margin: 0 0 10px;
    font-size: 1.65rem;
    font-weight: 700;
    color: #111827;
}

.ecom-about-step-text {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.55;
    color: #6b7280;
}

.ecom-about-cta-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 34px 30px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.ecom-about-cta-title {
    margin: 0 0 8px;
    font-size: 2.2rem;
    font-weight: 800;
    color: #111827;
}

.ecom-about-cta-text {
    margin: 0;
    font-size: 1.5rem;
    color: #6b7280;
}

.ecom-about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ecom-about-cta-actions .rts-btn,
.ecom-about-story-actions .rts-btn {
    font-size: 1.3rem;
    padding: 14px 24px;
}

/* Bandeau bas spécifique page about */
.ecom-about-page .rts-shorts-service-area .ecom-contact-service-icon {
    width: 96px;
    height: 96px;
    font-size: 2.1rem;
}

.ecom-about-page .rts-shorts-service-area .information .title {
    font-size: 1.65rem;
}

.ecom-about-page .rts-shorts-service-area .information .disc {
    font-size: 1.4rem;
}

@media (max-width: 991.98px) {
    .ecom-about-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {

    .ecom-about-stats-grid,
    .ecom-about-checklist {
        grid-template-columns: 1fr;
    }
}

/* Page Contact */
.ecom-contact-hero {
    background:
        linear-gradient(135deg, rgba(255, 139, 0, 0.12), rgba(255, 255, 255, 0.92)),
        radial-gradient(circle at top right, rgba(255, 139, 0, 0.18), transparent 45%),
        #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    padding: 56px 0 48px;
}

.ecom-contact-hero-inner {
    max-width: 720px;
}

.ecom-contact-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 139, 0, 0.12);
    color: var(--color-primary, #ff8b00);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ecom-contact-hero-title {
    margin: 0 0 12px;
    font-size: clamp(2.25rem, 4.5vw, 3.1rem);
    font-weight: 800;
    color: #111827;
    line-height: 1.15;
}

.ecom-contact-hero-text {
    margin: 0;
    max-width: 620px;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #4b5563;
}

.ecom-contact-info {
    padding-top: 36px;
}

.ecom-contact-map-form-row {
    align-items: stretch;
}

.ecom-contact-map-panel {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
}

.ecom-contact-map-panel .title-left {
    font-size: 2rem;
    margin-bottom: 4px;
}

.ecom-contact-map-panel>p {
    font-size: 1.35rem;
}

.ecom-contact-map-panel .small {
    font-size: 1.15rem !important;
}

.ecom-contact-map-body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.ecom-contact-map-panel .ecom-localite-map,
.ecom-contact-map-body #ecom-map {
    flex: 1 1 auto;
    width: 100%;
    min-height: 280px;
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    .ecom-contact-map-panel {
        margin-bottom: 0;
    }

    .ecom-contact-map-panel .ecom-localite-map,
    .ecom-contact-map-body #ecom-map {
        min-height: 320px;
        height: 320px !important;
    }
}

.ecom-contact-form-modern.h-100 {
    display: flex;
    flex-direction: column;
}

.ecom-contact-form-modern.h-100 .ecom-contact-form {
    flex: 1 1 auto;
}

.ecom-contact-card {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.ecom-contact-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: rgba(255, 139, 0, 0.12);
    color: var(--color-primary, #ff8b00);
    font-size: 1.6rem;
}

.ecom-contact-card-title {
    margin: 0 0 6px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
}

.ecom-contact-card-text {
    margin: 0 0 10px;
    color: #6b7280;
    font-size: 1.4rem;
}

.ecom-contact-card-link {
    color: var(--color-primary, #ff8b00);
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
}

.ecom-contact-card-link:hover {
    color: var(--color-primary-dark, #ff8b00);
}

.ecom-contact-aside-title,
.ecom-contact-form-title {
    margin: 0 0 8px;
    font-size: 2.25rem;
    font-weight: 800;
    color: #111827;
}

.ecom-contact-aside-text,
.ecom-contact-form-text {
    margin: 0;
    color: #6b7280;
    font-size: 1.4rem;
    line-height: 1.6;
}

.ecom-contact-aside-text {
    margin-bottom: 24px;
}

.ecom-contact-localites {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    gap: 12px;
}

.ecom-contact-localites li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.ecom-contact-localites i {
    margin-top: 2px;
    color: var(--color-primary, #ff8b00);
}

.ecom-contact-localites strong {
    display: block;
    font-size: 1.3rem;
    color: #111827;
}

.ecom-contact-localites span {
    display: block;
    font-size: 1.15rem;
    color: #6b7280;
}

.ecom-contact-form-card {
    padding: 24px;
    border: 1px solid #eceff3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ecom-contact-form-modern .ecom-contact-form-title {
    margin: 0 0 4px;
    font-size: 2rem;
}

.ecom-contact-form-modern .ecom-contact-form-text {
    margin: 0 0 18px;
    font-size: 1.35rem;
}

.ecom-contact-label {
    display: block;
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.ecom-contact-form .ecom-contact-input,
.ecom-contact-form-modern .ecom-contact-input {
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: 12px 16px;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #111827;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ecom-contact-form .ecom-contact-input::placeholder {
    color: #9ca3af;
}

.ecom-contact-form .ecom-contact-input:focus {
    border-color: var(--color-primary, #ff8b00);
    box-shadow: 0 0 0 3px rgba(255, 139, 0, 0.12);
}

.ecom-contact-form .ecom-contact-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236b7280' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-color: #fff;
    padding-right: 36px;
    cursor: pointer;
}

.ecom-contact-form select.ecom-no-nice-select {
    display: block !important;
}

.ecom-contact-form .nice-select {
    display: none !important;
}

.ecom-contact-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}

.ecom-contact-service {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    color: #374151;
    user-select: none;
}

.ecom-contact-service input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ecom-contact-check {
    width: 22px;
    height: 22px;
    border: 1.5px solid #d1d5db;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    transition: 0.2s ease;
}

.ecom-contact-service input:checked+.ecom-contact-check {
    border-color: var(--color-primary, #ff8b00);
    background: var(--color-primary, #ff8b00);
    box-shadow: 0 0 0 3px rgba(255, 139, 0, 0.15);
}

.ecom-contact-service input:checked+.ecom-contact-check::after {
    content: "";
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translateY(-1px);
}

.ecom-contact-message-wrap {
    position: relative;
}

.ecom-contact-form .ecom-contact-textarea {
    height: auto;
    min-height: 130px;
    border-radius: 12px;
    padding: 14px 16px 32px;
    resize: vertical;
    line-height: 1.5;
}

.ecom-contact-counter {
    position: absolute;
    left: 16px;
    bottom: 12px;
    font-size: 1.1rem;
    color: #9ca3af;
    pointer-events: none;
}

.ecom-contact-submit-pill {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 14px 22px;
    border: none;
    border-radius: 999px;
    background: var(--color-primary, #ff8b00);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(255, 139, 0, 0.25);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.ecom-contact-submit-pill:hover {
    background: var(--color-primary-dark, #ff8b00);
    color: #fff;
    box-shadow: 0 10px 22px rgba(255, 139, 0, 0.32);
}

.ecom-contact-submit-pill i {
    font-size: 1rem;
}

.rts-shorts-service-area .information .title {
    font-size: 1.55rem;
}

.rts-shorts-service-area .information .disc {
    font-size: 1.35rem;
}

.ecom-contact-service-icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary, #ff8b00);
    font-size: 1.85rem;
}

@media (max-width: 767px) {
    .ecom-contact-form-card {
        padding: 24px 18px;
    }

    .ecom-contact-services {
        grid-template-columns: 1fr;
    }

    .ecom-contact-hero {
        padding: 40px 0 32px;
    }
}

/* Page 404 ? m?me langage visuel que Contact */
.ecom-404-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ecom-404-card-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    color: inherit;
}

.ecom-404-panel {
    text-align: center;
}

.ecom-404-code {
    display: inline-block;
    margin-bottom: 12px;
    font-size: clamp(3.5rem, 8vw, 5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--color-primary, #ff8b00);
    opacity: 0.9;
}

.ecom-404-panel .ecom-contact-form-title {
    margin-bottom: 10px;
}

.ecom-404-panel .ecom-contact-form-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
}

.ecom-404-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.ecom-404-actions .ecom-contact-submit-pill {
    width: auto;
    min-width: 220px;
    text-decoration: none;
}

.ecom-404-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #111827;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ecom-404-btn-secondary:hover {
    border-color: var(--color-primary, #ff8b00);
    color: var(--color-primary, #ff8b00);
    background: rgba(255, 139, 0, 0.06);
}

@media (max-width: 575.98px) {
    .ecom-404-actions {
        flex-direction: column;
    }

    .ecom-404-actions .ecom-contact-submit-pill,
    .ecom-404-btn-secondary {
        width: 100%;
        min-width: 0;
    }
}

/* Localit?s / Agences (vendor-grid & vendor-details) */
.ecom-localite-card .title a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.ecom-localite-card .title a:hover {
    color: var(--color-primary, #ff8b00);
}

/* Titre page d?tail localit? */
.ecom-localite-page-title .vendor-name-area-details {
    padding: 48px 0 28px;
}

.ecom-localite-page-title .vendor-name-area-details .title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
    text-align: center;
    margin: 0;
    line-height: 1.15;
}

@media only screen and (max-width: 575px) {
    .ecom-localite-page-title .vendor-name-area-details {
        padding: 32px 0 16px;
    }
}

/* Hero banni?re d?tail localit? */
.ecom-localite-hero-banner {
    padding: 20px !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.ecom-localite-thumb,
.ecom-localite-detail-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f3f4f6;
}

.ecom-localite-thumb img,
.ecom-localite-detail-thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    opacity: 0.35;
}

.ecom-localite-banner-left .ecom-localite-detail-thumb {
    width: 104px;
    height: 88px;
    margin: 0 auto 18px;
    border-radius: 10px;
    background: linear-gradient(145deg, #2a2a2a, #111);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Cartes grille localit?s ? design clair */
.single-vendor-area.ecom-localite-card {
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.single-vendor-area.ecom-localite-card:hover {
    border-color: #fdba74;
    box-shadow: 0 14px 32px rgba(255, 139, 0, 0.12);
    transform: translateY(-3px);
}

.ecom-localite-card .ecom-localite-card-body,
.ecom-localite-card .inner.ecom-localite-card-body {
    padding: 22px 24px 24px;
}

.ecom-localite-card .ecom-localite-grid-thumb-link {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-decoration: none;
    color: inherit;
}

.ecom-localite-card>.logo-vendor.ecom-localite-grid-thumb-link {
    margin-bottom: 0;
}

.ecom-localite-card .ecom-localite-grid-thumb {
    position: relative;
    width: 100%;
    min-height: 148px;
    margin: 0;
    padding: 28px 20px 22px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fed7aa;
    background: linear-gradient(160deg, #fff7ed 0%, #ffedd5 55%, #fed7aa 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: background 0.25s ease;
}

.ecom-localite-card .ecom-localite-grid-thumb-link:hover .ecom-localite-grid-thumb {
    background: linear-gradient(160deg, #ffedd5 0%, #fed7aa 55%, #fdba74 100%);
}

.ecom-localite-card .ecom-localite-status {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.ecom-localite-card .ecom-localite-status.open {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.ecom-localite-card .ecom-localite-status.closed {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.with-list .ecom-localite-card .ecom-localite-grid-thumb {
    width: 168px;
    min-width: 168px;
    min-height: 100%;
    margin: 0;
    padding: 24px 16px;
    border-bottom: none;
    border-right: 1px solid #fed7aa;
    border-radius: 0;
}

.with-list .ecom-localite-card .ecom-localite-grid-thumb-link {
    flex-shrink: 0;
    width: auto;
    align-self: stretch;
}

.with-list .single-vendor-area.ecom-localite-card {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.with-list .ecom-localite-card .inner.ecom-localite-card-body {
    flex: 1;
    padding: 24px 28px;
}

@media only screen and (max-width: 575px) {
    .with-list .single-vendor-area.ecom-localite-card {
        flex-direction: column;
    }

    .with-list .ecom-localite-card .ecom-localite-grid-thumb {
        width: 100%;
        min-width: 0;
        min-height: 132px;
        border-right: none;
        border-bottom: 1px solid #fed7aa;
    }
}

.ecom-localite-card .ecom-localite-grid-thumb .ecom-localite-thumb-icon {
    position: static;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    color: var(--color-primary, #ff8b00);
    line-height: 1;
    box-shadow: 0 6px 18px rgba(255, 139, 0, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ecom-localite-card .ecom-localite-grid-thumb-link:hover .ecom-localite-thumb-icon {
    transform: scale(1.06);
    box-shadow: 0 8px 22px rgba(255, 139, 0, 0.28);
}

.ecom-localite-card .ecom-localite-thumb-title {
    margin: 0;
    padding: 0 8px;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
    text-align: center;
    text-transform: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ecom-localite-card .ecom-localite-grid-thumb .ecom-localite-thumb-label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #c2410c;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    max-width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ecom-localite-card .title a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.ecom-localite-card .title a:hover {
    color: var(--color-primary, #ff8b00);
}

.single-vendor-area.ecom-localite-card .title,
.ecom-localite-card .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111827;
}

.ecom-localite-card .title .open,
.ecom-localite-card .title span.open,
.ecom-localite-card .ecom-localite-status.open {
    padding: 6px 14px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 0.82rem;
    font-weight: 700;
    margin-left: 0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ecom-localite-card .title .closed,
.ecom-localite-card .title span.closed,
.ecom-localite-card .ecom-localite-status.closed {
    padding: 6px 14px;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 0.82rem;
    font-weight: 700;
    margin-left: 0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

#localites-grid-pane .ecom-localite-card-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#localites-grid-pane .ecom-localite-card-details {
    align-items: center;
}

.ecom-localite-card-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 4px;
}

.ecom-localite-contact-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.ecom-localite-card .stars-area.ecom-localite-meta,
.ecom-localite-card .ecom-localite-meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 0;
    padding: 12px 16px;
    border-radius: 10px;
    background: #fff7ed;
    border: 1px solid #ffedd5;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.ecom-localite-card .ecom-localite-meta i {
    color: var(--color-primary, #ff8b00);
    font-size: 1.35rem;
}

.ecom-localite-card .stars-area.ecom-localite-meta span,
.ecom-localite-card .ecom-localite-meta span {
    color: #9a3412;
    font-size: 1.25rem;
    font-weight: 600;
    margin-left: 0;
}

#localites-grid-pane .ecom-localite-card .stars-area.ecom-localite-meta,
#localites-grid-pane .ecom-localite-card .ecom-localite-meta {
    width: 100%;
}

#localites-grid-pane .ecom-localite-card .location {
    justify-content: flex-start;
    text-align: left;
}

.ecom-localite-card .location {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f9fafb;
    border: 1px solid #eef0f3;
    box-sizing: border-box;
}

.ecom-localite-card .location i {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 1.2rem;
}

.ecom-localite-card .location p {
    margin: 0;
    padding-top: 0;
    flex: 1;
    min-width: 0;
    max-width: none;
    color: #374151;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
    word-break: break-word;
}

.single-vendor-area.ecom-localite-card .location p {
    max-width: none;
}

.ecom-localite-card a.rts-btn,
.ecom-localite-card a.rts-btn.ecom-localite-card-cta {
    margin-top: 20px;
    width: 100%;
    max-width: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 56px;
    padding: 14px 20px;
    box-shadow: 0 4px 14px rgba(255, 139, 0, 0.2);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ecom-localite-card a.rts-btn .btn-text {
    font-size: 1.3rem;
    font-weight: 700;
}

.ecom-localite-card a.rts-btn.with-icon .arrow-icon i {
    font-size: 1.25rem;
}

.ecom-localite-card:hover a.rts-btn {
    box-shadow: 0 8px 20px rgba(255, 139, 0, 0.28);
}

.ecom-localite-banner-left .ecom-localite-detail-thumb img {
    display: none;
}

.ecom-localite-thumb-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: var(--color-primary, #ff8b00);
    pointer-events: none;
}

.ecom-localite-banner-left .ecom-localite-thumb-icon {
    position: static;
    font-size: 2rem;
    color: var(--color-primary, #ff8b00);
    line-height: 1;
}

.ecom-localite-banner-left .ecom-localite-thumb-label {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.78rem;
}

.ecom-localite-banner-left {
    background: #1a1a1a !important;
    border-radius: 10px !important;
    height: 100%;
    min-height: 280px;
    text-align: center;
    padding: 28px 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ecom-localite-banner-left .header-area {
    margin-bottom: 16px;
    width: 100%;
}

.ecom-localite-banner-left .header-area .title {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    line-height: 1.3;
}

.ecom-localite-banner-left .header-area .title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.18);
    color: #4ade80;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.ecom-localite-banner-left .header-area .title span.closed {
    background: rgba(239, 68, 68, 0.18);
    color: #f87171;
}

.ecom-localite-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 0.95rem;
}

.ecom-localite-meta i {
    color: var(--color-primary, #ff8b00);
}

.ecom-localite-banner-left .stars-area,
.ecom-localite-banner-left .ecom-localite-meta {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    color: #fff;
    margin: 0 0 16px;
    font-size: 1.35rem;
    gap: 12px;
}

.ecom-localite-banner-left .stars-area i,
.ecom-localite-banner-left .ecom-localite-meta i {
    color: var(--color-primary, #ff8b00);
    flex-shrink: 0;
    width: 28px;
    font-size: 1.35rem;
    text-align: center;
}

.ecom-localite-banner-left .stars-area span,
.ecom-localite-banner-left .ecom-localite-meta span {
    color: #fff;
    margin-left: 0;
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 600;
}

.ecom-localite-banner-left .location {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 0 !important;
    margin-bottom: 16px;
    text-align: left;
}

.ecom-localite-banner-left .location:last-child {
    margin-bottom: 0;
}

.ecom-localite-banner-left .location i {
    color: var(--color-primary, #ff8b00) !important;
    flex-shrink: 0;
    width: 28px;
    font-size: 1.35rem;
    text-align: center;
    margin-top: 2px;
}

.ecom-localite-banner-left .location p {
    color: #fff !important;
    text-align: left;
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 600;
    word-break: break-word;
}

.ecom-localite-promo-banner {
    min-height: 280px;
    height: 100% !important;
    border-radius: 10px !important;
    background-color: #f7f4ef;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}

.ecom-localite-promo-banner::before {
    content: none;
}

.ecom-localite-promo-banner .content-area {
    position: relative;
    z-index: 1;
    padding: 36px 40px;
    max-width: 62%;
}

.ecom-localite-promo-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.ecom-localite-promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 8px 16px;
    border-radius: 6px;
    background: var(--color-primary, #ff8b00);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
}

.ecom-localite-promo-banner .title {
    color: #111827 !important;
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1.22;
    margin: 0 0 14px;
}

.ecom-localite-promo-banner .title span {
    color: #111827 !important;
}

.ecom-localite-promo-text {
    margin: 0 0 20px;
    color: #374151;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.45;
    max-width: 28rem;
}

.ecom-localite-promo-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.ecom-localite-promo-select-form {
    margin: 0;
}

.ecom-localite-promo-select-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 12px 22px !important;
    font-size: 1.15rem !important;
    font-weight: 700;
    white-space: nowrap;
}

.ecom-localite-promo-cta {
    gap: 10px;
    min-height: 48px;
}

.ecom-localite-promo-cta .plus-icon {
    opacity: 1 !important;
    background: var(--color-primary, #ff8b00) !important;
    height: 32px;
    width: 32px;
}

.ecom-localite-promo-cta .plus-icon+.plus-icon {
    display: none !important;
}

.ecom-localite-promo-cta .text {
    color: #111827 !important;
    font-size: 1.15rem !important;
    font-weight: 700;
    margin: 0 !important;
}

.ecom-localite-promo-cta:hover .plus-icon {
    opacity: 1 !important;
    background: #111827 !important;
}

.ecom-localite-promo-cta:hover .text {
    color: var(--color-primary, #ff8b00) !important;
}

.vendor-time-opening .title-opeing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.ecom-localite-open-now,
.ecom-localite-closed-now {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
}

.ecom-localite-open-now {
    background: #dcfce7;
    color: #15803d;
}

.ecom-localite-closed-now {
    background: #fee2e2;
    color: #b91c1c;
}

.vendor-time-opening .single-opening-hour.is-closed {
    color: #9ca3af;
}

@media only screen and (max-width: 991px) {
    .ecom-localite-promo-banner {
        min-height: 240px;
        background-position: 70% center;
    }

    .ecom-localite-promo-banner .content-area {
        max-width: 60%;
        padding: 28px 24px;
    }
}

@media only screen and (max-width: 767px) {
    .ecom-localite-banner-left {
        min-height: 0;
        margin-bottom: 0;
    }

    .ecom-localite-promo-banner {
        min-height: 220px;
        background-position: right center;
    }

    .ecom-localite-promo-banner .content-area {
        max-width: 70%;
        padding: 24px 20px;
        background: linear-gradient(90deg, rgba(247, 244, 239, 0.96) 55%, rgba(247, 244, 239, 0));
    }

    .ecom-localite-promo-banner .title {
        font-size: 1.65rem;
    }

    .ecom-localite-promo-badge {
        font-size: 1rem;
    }

    .ecom-localite-promo-text {
        font-size: 1.1rem;
    }

    .ecom-localite-promo-select-btn,
    .ecom-localite-promo-cta .text {
        font-size: 1.05rem !important;
    }
}

@media only screen and (max-width: 575px) {
    .ecom-localite-promo-banner .content-area {
        max-width: 100%;
        background: rgba(247, 244, 239, 0.92);
    }
}

/* Cartes pi?ces d?tail localit? + vues r?centes (layout horizontal) */
.ecom-vues-recentes .cover-card-main-over {
    background: transparent;
    padding: 0;
}

.ecom-vues-recentes-row {
    margin-top: 8px;
}

.ecom-vues-recentes.top-tranding-product {
    background: #fff !important;
}

.single-shopping-card-one.ecom-vendor-piece-card {
    background: #fff;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card,
.ecom-vues-recentes-row .ecom-vendor-piece-card {
    display: flex;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.ecom-wishlist-pieces-row .ecom-vendor-piece-card.is-wishlist-card {
    position: relative;
}

.ecom-wishlist-remove-form {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
}

.ecom-wishlist-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: var(--color-primary, #ff8b00);
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ecom-wishlist-remove-btn i {
    font-size: 1rem;
    line-height: 1;
}

.ecom-wishlist-remove-btn:hover,
.ecom-wishlist-remove-btn:focus-visible {
    background: var(--color-primary, #ff8b00);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 14px rgba(255, 139, 0, 0.35);
}

.ecom-wishlist-remove-btn:active {
    transform: scale(0.98);
}

.ecom-localite-pieces-row .ecom-vendor-piece-media {
    position: relative;
    flex: 0 0 168px;
    width: 168px;
    min-width: 168px;
    align-self: stretch;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 168px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    display: block;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview .ecom-piece-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 2rem;
    background: #fff;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview .badge {
    left: 10px;
    top: -6px;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview .badge i {
    font-size: 46px;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview .badge span {
    top: 14px;
    left: 14px;
    font-size: 13px;
}

.ecom-localite-pieces-row .ecom-vendor-piece-media .action-share-option {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotateX(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(100% - 16px);
    max-width: 140px;
    height: 42px;
    padding: 0 12px;
    border-radius: 10px 10px 0 0;
    background: var(--color-primary, #ff8b00);
    transform-origin: bottom;
    transition: 0.35s cubic-bezier(0.375, 1.185, 0.92, 0.975);
    z-index: 3;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card:hover .action-share-option {
    transform: translateX(-50%) rotateX(0deg);
}

.ecom-localite-pieces-row .ecom-vendor-piece-media .action-share-option .single-action {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.2px dashed rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    color: #fff;
    background: transparent;
}

.ecom-localite-pieces-row .ecom-vendor-piece-media .action-share-option .single-action i {
    color: #fff;
    font-size: 0.85rem;
}

.ecom-localite-pieces-row .ecom-vendor-piece-media .action-share-option .single-action.is-favori,
.ecom-localite-pieces-row .ecom-vendor-piece-media .action-share-option .single-action.is-favori i {
    color: #ffe4c7;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .body-content {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 168px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .body-content>.ecom-vendor-add-form,
.ecom-localite-pieces-row .ecom-vendor-piece-card .body-content>.cart-counter-action {
    margin-top: auto;
    width: 100%;
}

.ecom-localite-pieces-row .ecom-vendor-add-form.cart-counter-action {
    margin: 0;
    width: 100%;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .cart-counter-action {
    align-items: stretch;
    width: 100%;
}

.ecom-vendor-piece-card .cart-counter-action .rts-btn,
.ecom-vendor-piece-card .cart-counter-action .rts-btn.w-100,
.ecom-localite-pieces-row .ecom-vendor-piece-card .cart-counter-action .rts-btn,
.ecom-localite-pieces-row .ecom-vendor-piece-card .cart-counter-action .rts-btn.w-100 {
    flex: 1 1 100%;
    width: 100%;
    max-width: none !important;
    height: auto;
    min-height: 38px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 12px !important;
    gap: 6px;
    border-radius: 999px !important;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .cart-counter-action .rts-btn .btn-text {
    font-size: 14px;
    font-weight: 700;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .cart-counter-action .rts-btn .arrow-icon,
.ecom-localite-pieces-row .ecom-vendor-piece-card .cart-counter-action .rts-btn i {
    font-size: 14px;
}

.ecom-localite-pieces-row .ecom-vendor-piece-category {
    display: inline-block;
    margin: 0 0 8px;
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--color-primary, #ff8b00);
    color: #fff !important;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.ecom-localite-pieces-row .ecom-vendor-piece-category:hover {
    background: #ff8b00;
    color: #fff !important;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .body-content a .title {
    margin: 0 0 6px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .availability {
    display: block;
    margin: 0 0 6px;
    color: #9ca3af;
    font-size: 1.22rem;
}

.ecom-localite-pieces-row .ecom-vendor-stock-line {
    margin: 0 0 8px;
    font-size: 1.22rem;
    font-weight: 600;
}

.ecom-localite-pieces-row .ecom-vendor-stock-line .is-ok {
    color: #0f766e;
}

.ecom-localite-pieces-row .ecom-vendor-stock-line .is-out {
    color: #dc2626;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .price-area {
    margin: 0 0 10px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .price-area .current {
    color: #ef4444;
    font-size: 1.55rem;
    font-weight: 800;
}

.ecom-localite-pieces-row .ecom-vendor-piece-card .price-area .previous {
    color: #9ca3af;
    font-size: 1.15rem;
}

@media (max-width: 1199.98px) {
    .ecom-localite-pieces-row .ecom-vendor-piece-card {
        flex-direction: column;
    }

    .ecom-localite-pieces-row .ecom-vendor-piece-media {
        width: 100%;
        min-width: 0;
        flex-basis: auto;
    }

    .ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview {
        min-height: 200px;
        height: 200px;
    }

    .ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview img,
    .ecom-localite-pieces-row .ecom-vendor-piece-card .thumbnail-preview .ecom-piece-placeholder {
        min-height: 0;
        height: auto;
        max-height: 100%;
    }
}

.ecom-localite-products-banner {
    background:
        linear-gradient(90deg, rgba(255, 139, 0, 0.12), rgba(255, 255, 255, 0.9)),
        #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    padding: 28px 32px;
    margin-top: 28px;
}

.ecom-localite-products-banner .title {
    margin: 0;
    color: #111827;
}

.ecom-localites-sort-form select {
    min-width: 160px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px 10px;
    background: #fff;
}

.vendor-banner-left .header-area .title span.closed {
    background: #fee2e2;
    color: #b91c1c;
}

.ecom-localite-banner-left .header-area .title span.closed {
    background: rgba(239, 68, 68, 0.18);
    color: #f87171;
}

.search-vendor-form button.rts-btn,
.product-filter-area-vendors-details .search-header button.rts-btn {
    border: 0;
}

/* Search grille localit?s ? m?me pattern que vendor-details */
.ecom-localites-search-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ecom-localites-search-hero .title {
    text-align: center;
    margin-bottom: 22px;
    font-size: clamp(2.5rem, 5vw, 3.25rem);
    font-weight: 800;
}

.vendor-search-area .filter-search-area-top-between .top-filter>span {
    font-size: 1.25rem;
    font-weight: 500;
    color: #374151;
}

.ecom-localites-grid-search.ecom-localite-search-form {
    flex: none;
    width: 100%;
    max-width: 560px;
    margin: 0 auto !important;
}

.ecom-localites-grid-search .ecom-localite-search-box {
    height: 54px !important;
    border-radius: 8px !important;
}

.ecom-localites-grid-search .ecom-localite-search-input,
.ecom-localites-grid-search .ecom-localite-search-box input[type="text"] {
    padding: 0 140px 0 20px !important;
    font-size: 1.22rem !important;
    line-height: 54px !important;
    border-radius: 8px !important;
}

.ecom-localites-grid-search .ecom-localite-search-btn {
    min-width: 120px !important;
    max-width: 130px !important;
    height: 42px !important;
    right: 6px !important;
    border-radius: 6px !important;
    font-size: 1.18rem !important;
}

/* Search bar d?tail localit? ? pattern EKOMART (input plein + bouton inset) */
.ecom-localite-filter-bar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.ecom-localite-search-form {
    flex: 0 1 470px;
    width: 100%;
    max-width: 470px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.ecom-localite-search-box {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.ecom-localite-search-box .ecom-localite-search-input,
.ecom-localite-search-form .ecom-localite-search-box input[type="text"] {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 130px 0 18px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 15px !important;
    color: #374151 !important;
    line-height: 50px !important;
    box-sizing: border-box !important;
}

.ecom-localite-search-box .ecom-localite-search-input::placeholder {
    color: #9ca3af !important;
    opacity: 1 !important;
}

.ecom-localite-search-box .ecom-localite-search-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.ecom-localite-search-box .ecom-localite-search-btn {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 110px !important;
    max-width: 120px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: var(--color-primary, #ff8b00) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.ecom-localite-search-box .ecom-localite-search-btn:hover,
.ecom-localite-search-box .ecom-localite-search-btn:focus {
    opacity: 0.95;
    color: #fff !important;
    background: var(--color-primary, #ff8b00) !important;
    outline: none !important;
    box-shadow: none !important;
}

.ecom-localite-search-box .ecom-localite-search-btn i {
    display: inline-block !important;
    font-size: 14px !important;
    color: #fff !important;
    line-height: 1 !important;
    margin-left: 2px;
}

.ecom-localite-sort-form {
    flex: 0 0 auto;
    margin: 0 !important;
    position: static !important;
}

.ecom-localite-sort-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: 210px;
    max-width: 260px;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ecom-localite-sort-wrap:hover {
    border-color: #fdba74;
    box-shadow: 0 4px 14px rgba(255, 139, 0, 0.1);
}

.ecom-localite-sort-wrap .nice-select {
    display: none !important;
}

.ecom-localite-sort-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 42px;
    margin-left: 2px;
    border-radius: 10px;
    background: #fff7ed;
    color: #ea580c;
    font-size: 0.95rem;
    pointer-events: none;
}

.ecom-localite-sort-select,
.ecom-localite-sort-form select.ecom-localite-sort-select,
.ecom-localite-sort-wrap select.ecom-no-nice-select {
    display: block !important;
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    height: 42px !important;
    padding: 0 36px 0 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: #334155 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-shadow: none !important;
    text-overflow: ellipsis;
}

.ecom-localite-sort-select::-ms-expand {
    display: none;
}

.ecom-localite-sort-select:hover,
.ecom-localite-sort-select:focus {
    color: #0f172a !important;
    outline: none !important;
    box-shadow: none !important;
}

.ecom-localite-sort-caret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.7rem;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
    transition: background 0.15s ease, color 0.15s ease;
}

.ecom-localite-sort-caret i {
    display: block;
    font-size: 0.7rem;
    line-height: 1;
    color: inherit;
}

.ecom-localite-sort-wrap:hover .ecom-localite-sort-caret {
    background: #ffedd5;
    color: #ea580c;
}

@media (max-width: 767.98px) {
    .ecom-localite-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .ecom-localite-search-form {
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }

    .ecom-localite-sort-form {
        align-self: flex-end;
    }
}

/* Panier vide */
.ecom-empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px 80px;
    min-height: 420px;
}

.ecom-empty-cart-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #eceff3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.ecom-empty-cart-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 64px;
    border-radius: 14px;
    background: var(--color-primary, #ff8b00);
    color: #fff;
    box-shadow: 0 10px 24px rgba(255, 139, 0, 0.28);
}

.ecom-empty-cart-badge>.fa-cart-shopping {
    font-size: 2rem;
    color: #fff;
}

.ecom-empty-cart-star {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
    font-size: 0.7rem;
    color: #fff;
    opacity: 0.95;
}

.ecom-empty-cart-title {
    margin: 0 0 10px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
}

.ecom-empty-cart-text {
    margin: 0 0 28px;
    max-width: 420px;
    font-size: 1rem;
    line-height: 1.5;
    color: #6b7280;
}

.ecom-empty-cart-btn {
    box-shadow: 0 10px 22px rgba(255, 139, 0, 0.28);
}

.ecom-empty-cart-btn:hover {
    box-shadow: 0 12px 26px rgba(255, 139, 0, 0.35);
}

/* Page d?tail pi?ce ? placeholder image */
.ecom-detail-placeholder {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef0f2;
    border-radius: 6px;
}

.ecom-detail-placeholder .ecom-piece-placeholder {
    height: 200px;
}

.ecom-detail-add-form.product-bottom-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.rts-product-details-section .ecom-detail-add-form .quantity-edit {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: 4px 8px;
    gap: 6px;
}

.rts-product-details-section .ecom-detail-add-form .quantity-edit button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 4px 8px;
    line-height: 1;
}

.rts-product-details-section .ecom-detail-add-form .quantity-edit button i {
    font-size: 16px;
    color: var(--color-primary, #ff8b00);
    transition: color 0.2s ease;
}

.rts-product-details-section .ecom-detail-add-form .quantity-edit button:hover:not(:disabled) i {
    color: #ff8b00;
}

.rts-product-details-section .ecom-detail-add-form .quantity-edit button:disabled i {
    color: #d1d5db;
    cursor: not-allowed;
}

.rts-product-details-section .ecom-detail-add-form .quantity-edit .input,
.rts-product-details-section .ecom-detail-add-form .ecom-detail-qty-value {
    display: inline-block;
    min-width: 2.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.ecom-detail-added-label {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.ecom-detail-qty-control {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ecom-detail-stock-alert {
    min-height: 1.25rem;
}

.share-option-shop-details .ecom-favori-form button {
    color: inherit;
    cursor: pointer;
}

/* Boutique — sidebar un peu plus large, grille produits légèrement réduite */
@media (min-width: 1200px) {
    .shop-grid-sidebar-area .ecom-shop-sidebar-col {
        flex: 0 0 22%;
        max-width: 22%;
        padding-right: 10px !important;
    }

    .shop-grid-sidebar-area .ecom-shop-products-col {
        flex: 0 0 78%;
        max-width: 78%;
        padding-left: 0 !important;
    }
}

@media (max-width: 1199.98px) {
    .shop-grid-sidebar-area .ecom-shop-sidebar-col {
        margin-bottom: 10px;
    }
}

#ecom-shop-results {
    position: relative;
    transition: opacity 0.2s ease;
}

#ecom-shop-results.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

#ecom-shop-results.is-loading::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    border: 3px solid rgba(255, 139, 0, 0.25);
    border-top-color: #ff8b00;
    border-radius: 50%;
    animation: ecom-shop-spin 0.7s linear infinite;
    z-index: 5;
}

@keyframes ecom-shop-spin {
    to {
        transform: rotate(360deg);
    }
}

.ecom-shop-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 320px;
    padding: 48px 20px;
}

.ecom-shop-empty__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgba(255, 139, 0, 0.1);
    color: #ff8b00;
    font-size: 2.4rem;
}

.ecom-shop-empty__title {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1f2937;
}

.ecom-shop-empty__hint {
    margin: 0 0 20px;
    font-size: 1rem;
    max-width: 360px;
}

/* Boutique ? pagination (carr?s, page active orange) */
.ecom-shop-pagination ul {
    gap: 8px;
}

.ecom-shop-pagination .ecom-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ecom-shop-pagination .ecom-page-btn:hover:not(.disabled):not(.active) {
    border-color: var(--color-primary, #ff8b00);
    color: var(--color-primary, #ff8b00);
}

.ecom-shop-pagination .ecom-page-btn.active {
    border-color: var(--color-primary, #ff8b00);
    color: var(--color-primary, #ff8b00);
    background: #fff;
}

.ecom-shop-pagination .ecom-page-btn.disabled {
    color: #c5c5c5;
    border-color: #ececec;
    cursor: default;
    pointer-events: none;
}

.ecom-shop-pagination .ecom-page-btn i {
    font-size: 13px;
    line-height: 1;
}

/* Boutique ? barre outils align?e sur la grille + selects visibles */
.shop-grid-sidebar .filter-select-area.ecom-shop-filter-bar,
.shop-grid-sidebar .product-area-wrapper-shopgrid-list {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}

.ecom-shop-filter-bar>.mb-3 {
    margin-top: 0.75rem;
}

.ecom-shop-local-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 139, 0, 0.1) 0%, rgba(255, 139, 0, 0.04) 100%);
    border: 1px solid rgba(255, 139, 0, 0.22);
    color: #374151;
}

.ecom-shop-local-banner--muted {
    background: #f8fafc;
    border-color: #e5e7eb;
}

.ecom-shop-local-banner__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #ff8b00;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
    font-size: 1.2rem;
}

.ecom-shop-local-banner--muted .ecom-shop-local-banner__icon {
    color: #6b7280;
}

.ecom-shop-local-banner__text {
    font-size: 1.25rem;
    line-height: 1.45;
}

.ecom-shop-local-banner__text strong {
    color: #ff8b00;
    font-weight: 700;
    font-size: 1.3rem;
}

.ecom-shop-toolbar {
    position: relative;
    z-index: 30;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: visible;
}

.ecom-shop-toolbar .ecom-shop-top-filter {
    padding: 14px 18px;
    border-bottom: 1px solid #d7dde8;
}

.ecom-shop-results {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}

.ecom-shop-sort-label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    white-space: nowrap;
}

.ecom-shop-top-selects {
    position: relative;
    z-index: 31;
    margin: 0;
    overflow: visible;
}

.ecom-shop-top-selects-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    flex-wrap: wrap;
    overflow: visible;
}

.ecom-shop-select-group {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: clamp(16px, 4vw, 48px);
    min-width: 0;
    overflow: visible;
}

.ecom-shop-select-wrap {
    flex: 1 1 0;
    min-width: 160px;
    max-width: 320px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.ecom-shop-select-wrap:has(.nice-select.open) {
    z-index: 50;
}

/* Select natif (si nice-select d?sactiv?) */
.ecom-shop-ghost-select:not(.nice-select) {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 6px 22px 6px 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    cursor: pointer;
    outline: none;
}

/* nice-select (theme transforme tous les <select>) */
.ecom-shop-filter-bar .nice-select.ecom-shop-ghost-select,
.ecom-shop-select-wrap .nice-select {
    float: none;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 28px 0 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.ecom-shop-filter-bar .nice-select.ecom-shop-ghost-select:hover,
.ecom-shop-filter-bar .nice-select.ecom-shop-ghost-select:focus,
.ecom-shop-filter-bar .nice-select.ecom-shop-ghost-select.open,
.ecom-shop-select-wrap .nice-select:hover,
.ecom-shop-select-wrap .nice-select.open {
    border: none;
    background: transparent;
    color: var(--color-primary, #629d23);
}

.ecom-shop-filter-bar .nice-select.ecom-shop-ghost-select::after,
.ecom-shop-select-wrap .nice-select::after {
    right: 4px;
    border-color: #6b7280;
}

.ecom-shop-filter-bar .nice-select .list,
.ecom-shop-select-wrap .nice-select .list {
    z-index: 9999;
    min-width: 100%;
    width: max(100%, 220px);
    max-height: 280px;
    overflow-y: auto;
    margin-top: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.ecom-shop-sort-form {
    position: relative;
    z-index: 32;
    overflow: visible;
}

.ecom-shop-sort-form .nice-select.ecom-shop-ghost-select {
    width: auto;
    min-width: 150px;
    float: none;
}

.ecom-shop-sort-form .nice-select .list {
    z-index: 9999;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.ecom-shop-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 16px;
    border: 1px solid rgba(43, 66, 38, 0.15);
    border-radius: 4px;
    background: #fff;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease;
}

.ecom-shop-reset-btn:hover {
    background: var(--color-primary, #629d23);
    border-color: var(--color-primary, #629d23);
    color: #fff;
}

/* La grille produits ne doit pas passer au-dessus des listes ouvertes */
.shop-grid-sidebar #shopViewTabContent {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .ecom-shop-select-group {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 8px;
    }

    .ecom-shop-select-wrap {
        max-width: none;
        width: 100%;
    }

    .ecom-shop-top-selects-row {
        align-items: stretch;
    }

    .ecom-shop-reset-btn {
        width: 100%;
    }
}

/* Page panier ? compl?ments th?me */
.rts-cart-list-area .product-main-cart .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.rts-cart-list-area .product-main-cart .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rts-cart-list-area .product-main-cart .thumbnail .ecom-piece-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 1.5rem;
    background: #fff;
}

.rts-cart-list-area .product-main-cart .information .title a {
    color: inherit;
    text-decoration: none;
}

.rts-cart-list-area .product-main-cart .information .title a:hover {
    color: var(--color-primary, #ff8b00);
}

.rts-cart-list-area .product-main-cart .information .ecom-cart-category {
    display: block;
    margin-bottom: 2px;
    color: var(--color-primary, #ff8b00);
    font-size: 1.2rem;
    font-weight: 600;
}

.rts-cart-list-area .ecom-cart-coupon-form input[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

.rts-cart-list-area .ecom-cart-coupon-form button[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Page compte client ? menu lat?ral */
.ecom-account-nav {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.25rem 1rem 1rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.ecom-account-nav-title {
    margin: 0 0 1rem;
    padding: 0 0.5rem 0.85rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
    line-height: 1.2;
}

.ecom-account-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ecom-account-nav-list>li {
    border-bottom: 1px solid #eef0f3;
}

.ecom-account-nav-list>li:last-child {
    border-bottom: none;
}

.ecom-account-nav-link {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 14px;
    border: none;
    border-left: 3px solid transparent;
    border-radius: 20px;
    background: transparent;
    color: #1f2937;
    text-decoration: none;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.3;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.ecom-account-nav-link i {
    width: 1.5rem;
    text-align: center;
    font-size: 1.35rem;
    color: #6b7280;
    flex-shrink: 0;
}

.ecom-account-nav-link span {
    color: inherit;
}

.ecom-account-nav-link:hover {
    background: #f3f4f6;
    border-radius: 20px;
    color: #111827;
    text-decoration: none;
}

.ecom-account-nav-link:hover i {
    color: #374151;
}

.ecom-account-nav-link.is-active {
    background: #fff7ed;
    border-left-color: #ff8b00;
    border-radius: 20px;
    color: #c2410c;
}

.ecom-account-nav-link.is-active i {
    color: #ff8b00;
}

.ecom-account-nav-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
    padding: 15px 18px;
    border: 1.5px solid #fecaca;
    border-radius: 999px;
    background: #fef2f2;
    color: #b91c1c;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ecom-account-nav-logout i {
    width: auto;
    text-align: center;
    color: inherit;
    font-size: 1.25rem;
}

.ecom-account-nav-logout:hover {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(185, 28, 28, 0.22);
}

.ecom-account-panel .title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.ecom-account-panel .disc {
    color: #6b7280;
    line-height: 1.6;
}

.ecom-account-stats {
    margin-top: 1.5rem;
}

.ecom-account-stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    height: 100%;
}

.ecom-account-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fff7ed;
    color: var(--color-primary, #ff8b00);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.ecom-account-stat-label {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: #6b7280;
}

.ecom-account-stat-value {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
}

.ecom-account-stat-card--purchases {
    flex-direction: row;
    align-items: flex-start;
    border-color: #fed7aa;
    background: linear-gradient(180deg, #fffaf5 0%, #fff 70%);
}

.ecom-account-stat-purchases-body {
    min-width: 0;
    flex: 1;
}

.ecom-account-dash-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    margin-bottom: 0.25rem;
}

.ecom-account-orders-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.35rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.ecom-account-orders-heading {
    min-width: 0;
}

.ecom-account-orders-title {
    margin: 0;
    font-size: 1.85rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
}

.ecom-account-orders-subtitle {
    margin: 0.25rem 0 0;
    font-size: 1.05rem;
    color: #6b7280;
    font-weight: 500;
}

.ecom-account-dash-intro {
    min-width: 0;
    flex: 1;
}

.ecom-account-dash-intro .title {
    margin-bottom: 0.5rem;
}

.ecom-account-dash-intro .disc {
    margin-bottom: 0;
}

.ecom-account-period-filter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 0;
    padding: 8px 12px 8px 14px;
    border: 1.5px solid #fdba74;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(255, 139, 0, 0.1);
}

.ecom-account-period-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff7ed;
    color: var(--color-primary, #ff8b00);
    font-size: 0.95rem;
    line-height: 1;
    flex-shrink: 0;
}

.ecom-account-period-field {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 8.2rem;
}

.ecom-account-period-field--year {
    min-width: 5.4rem;
}

.ecom-account-period-select {
    width: 100%;
    height: 38px;
    border: 1.5px solid #fdba74;
    border-radius: 999px;
    background: #fff7ed;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 2rem 0 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ecom-account-period-select--year {
    text-align: center;
    padding-left: 10px;
}

.ecom-account-period-chevron {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    color: #9ca3af;
    pointer-events: none;
}

.ecom-account-period-select:hover {
    background: #ffedd5;
}

.ecom-account-period-select:focus {
    outline: none;
    border-color: var(--color-primary, #ff8b00);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 139, 0, 0.18);
}

.ecom-account-stat-value--money {
    font-size: 1.7rem;
    color: var(--color-primary, #ff8b00);
}

.ecom-account-stat-meta {
    margin: 4px 0 0;
    font-size: 1.05rem;
    color: #6b7280;
    line-height: 1.3;
}

@media (max-width: 767px) {

    .ecom-account-dash-top,
    .ecom-account-orders-top {
        flex-direction: column;
        align-items: stretch;
    }

    .ecom-account-period-filter {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .ecom-account-period-field {
        flex: 1 1 auto;
        min-width: 0;
    }

    .ecom-account-period-field--year {
        flex: 0 0 auto;
        min-width: 5.4rem;
    }

    .ecom-account-orders-title {
        font-size: 1.55rem;
    }
}

.ecom-account-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ecom-account-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 1.05rem;
    font-weight: 600;
}

.ecom-account-badge.is-success {
    background: #dcfce7;
    color: #15803d;
}

.ecom-account-badge.is-cancelled {
    background: #fee2e2;
    color: #b91c1c;
}

.ecom-orders-cancelled {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #b91c1c;
    font-size: 0.95rem;
    font-weight: 600;
}

.ecom-orders-cancel-btn {
    border-color: #fca5a5 !important;
    color: #b91c1c !important;
}

.ecom-orders-cancel-btn:hover {
    background: #fef2f2 !important;
    border-color: #ef4444 !important;
    color: #991b1b !important;
}

.ecom-account-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.ecom-account-action-form {
    margin: 0;
}

.ecom-account-action-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 6px 12px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ecom-account-action-link i {
    font-size: 0.9rem;
}

.ecom-account-action-link:hover {
    background: #ffedd5;
    border-color: #ff8b00;
    color: #9a3412;
    text-decoration: none;
}

.ecom-orders-pending {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #9ca3af;
    font-weight: 600;
    font-size: 1.05rem;
}

.ecom-account-address-panel {
    display: block;
}

.ecom-account-profile-head {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.ecom-account-avatar-wrap {
    position: relative;
    width: 112px;
    height: 112px;
    flex-shrink: 0;
}

.ecom-account-avatar-trigger {
    display: block;
    width: 112px;
    height: 112px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
}

.ecom-account-avatar {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #fdba74, 0 8px 20px rgba(255, 139, 0, 0.18);
    flex-shrink: 0;
    background: #fff7ed;
}

.ecom-account-avatar--initials,
.ecom-account-avatar--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 100%);
    color: var(--color-primary, #ff8b00);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    user-select: none;
}

.ecom-account-camera-btn {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.16);
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ecom-account-camera-btn i {
    font-size: 0.95rem;
}

.ecom-account-camera-btn:hover {
    background: var(--color-primary, #ff8b00);
    color: #fff;
    transform: scale(1.06);
}

.ecom-account-photo-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ecom-account-photo-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.ecom-account-photo-hint {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.4;
}

.ecom-account-photo-validate {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1.5px solid var(--color-primary, #ff8b00);
    background: #fff7ed;
    color: var(--color-primary, #ff8b00);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.ecom-account-photo-validate-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-primary, #ff8b00);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

.ecom-account-photo-validate:hover:not(:disabled) {
    background: var(--color-primary, #ff8b00);
    color: #fff;
}

.ecom-account-photo-validate:hover:not(:disabled) .ecom-account-photo-validate-icon {
    background: #fff;
    color: var(--color-primary, #ff8b00);
}

.ecom-account-photo-validate:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.account-details-area .single-input label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
}

.ecom-account-panel .account-details-area .single-input {
    margin-bottom: 0.9rem;
}

.ecom-account-panel .account-details-area .input-half-area {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 0.15rem;
}

.ecom-account-panel .account-details-area .input-half-area .single-input {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
}

.ecom-account-panel .account-details-area input,
.ecom-account-panel .account-details-area textarea,
.ecom-account-panel .account-details-area .form-control,
.ecom-account-panel .account-details-area .ecom-account-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1.5px solid #fdba74;
    border-radius: 999px;
    background: #fff;
    padding: 1.15rem 1.65rem;
    min-height: 3.85rem;
    height: auto;
    margin-bottom: 0;
    font-size: 1.08rem;
    font-family: inherit;
    color: #1a1a1a;
    line-height: 1.45;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ecom-account-panel .account-details-area textarea,
.ecom-account-panel .account-details-area textarea.ecom-account-input,
.ecom-account-panel .account-details-area textarea.form-control {
    border-radius: 24px;
    min-height: 8.5rem;
    resize: vertical;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.ecom-account-panel .account-details-area input::placeholder,
.ecom-account-panel .account-details-area textarea::placeholder,
.ecom-account-panel .account-details-area .ecom-account-input::placeholder,
.ecom-account-panel .account-details-area .form-control::placeholder {
    color: #94a3b8;
}

.ecom-account-panel .account-details-area input:focus,
.ecom-account-panel .account-details-area textarea:focus,
.ecom-account-panel .account-details-area .form-control:focus,
.ecom-account-panel .account-details-area .ecom-account-input:focus {
    outline: none;
    border-color: #ff8b00;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 139, 0, 0.14);
}

.ecom-account-panel .account-details-area input[readonly],
.ecom-account-panel .account-details-area input[readonly].form-control,
.ecom-account-panel .account-details-area input[readonly].ecom-account-input {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #64748b;
    cursor: default;
}

.ecom-account-panel .account-details-area input[type="date"] {
    color-scheme: light;
}

.ecom-account-panel .account-details-area .rts-btn.btn-primary,
.ecom-account-panel .account-details-area button.rts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 240px;
    max-width: 100%;
    margin-top: 1.25rem;
    border: none;
    border-radius: 999px;
    padding: 1.1rem 1.9rem;
    min-height: 3.85rem;
    font-size: 1.08rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ff8b00 0%, #ff8b00 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(255, 139, 0, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.ecom-account-panel .account-details-area .rts-btn.btn-primary:hover,
.ecom-account-panel .account-details-area button.rts-btn:hover {
    filter: brightness(1.03);
    box-shadow: 0 10px 24px rgba(255, 139, 0, 0.32);
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 767px) {
    .ecom-account-panel .account-details-area .input-half-area {
        flex-direction: column;
        gap: 0;
    }
}

.ecom-account-panel .dashboard-account-area a {
    color: var(--color-primary, #ff8b00);
    font-weight: 600;
    text-decoration: none;
}

.ecom-account-panel .dashboard-account-area a:hover {
    text-decoration: underline;
}

.cart-total-area-start-right .button-area .rts-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.single-footer-wized .footersubscribe-form .footersubscribe-fields {
    position: relative;
}

.single-footer-wized .footersubscribe-form {
    position: static;
}

.single-footer-wized .footersubscribe-form .footersubscribe-fields button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.single-footer-wized .footersubscribe-form .dsic {
    margin-top: 20px;
}

.single-footer-wized .footersubscribe-form .dsic label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #74787c;
    cursor: pointer;
}

.single-footer-wized .footersubscribe-form .dsic input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 3px;
    flex-shrink: 0;
    border: none;
    border-radius: 0;
}

/* ?? Centre d'aide / Support ?? */
.ecom-support-hero {
    background:
        linear-gradient(135deg, rgba(255, 247, 237, 0.95), rgba(249, 250, 251, 0.98)),
        radial-gradient(circle at top right, rgba(255, 139, 0, 0.12), transparent 45%);
    padding: 48px 0 36px;
    border-bottom: 1px solid #eceff3;
}

.ecom-support-hero-inner {
    max-width: 720px;
}

.ecom-support-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #c2410c;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ecom-support-hero-title {
    margin: 0 0 12px;
    color: #111827;
    font-size: clamp(2.7rem, 4.2vw, 3.6rem);
    font-weight: 800;
    line-height: 1.2;
}

.ecom-support-hero-text {
    margin: 0 0 22px;
    color: #6b7280;
    font-size: 1.65rem;
    line-height: 1.65;
}

.ecom-support-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ecom-support-section {
    padding-top: 40px;
    background: #f3f4f6;
}

.ecom-support-nav {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 14px;
    position: sticky;
    top: 100px;
}

.ecom-support-nav-title {
    margin: 0 8px 14px;
    color: #111827;
    font-size: 1.75rem;
    font-weight: 700;
}

.ecom-support-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ecom-support-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #e5e7eb;
    border-left: 3px solid transparent;
    border-radius: 10px;
    background: #fff;
    color: #1f2937;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ecom-support-nav-link:hover {
    background: #f9fafb;
    color: #111827;
    text-decoration: none;
}

.ecom-support-nav-link.is-active {
    background: #fff7ed;
    border-color: #fed7aa;
    border-left-color: #ff8b00;
    color: #c2410c;
}

.ecom-support-nav-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #4b5563;
    flex-shrink: 0;
}

.ecom-support-nav-link.is-active .ecom-support-nav-icon {
    background: #ffedd5;
    color: #ff8b00;
}

.ecom-support-nav-label {
    flex: 1;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
}

.ecom-support-nav-chevron {
    color: #9ca3af;
    font-size: 0.75rem;
}

.ecom-support-nav-link.is-active .ecom-support-nav-chevron {
    color: #ff8b00;
}

.ecom-support-nav-help {
    margin-top: 18px;
    padding: 14px 12px;
    border-top: 1px dashed #e5e7eb;
}

.ecom-support-nav-help p {
    margin: 0 0 6px;
    color: #6b7280;
    font-size: 1.35rem;
}

.ecom-support-nav-help a {
    color: #ff8b00;
    font-weight: 700;
    font-size: 1.4rem;
    text-decoration: none;
}

.ecom-support-nav-help a:hover {
    text-decoration: underline;
}

.ecom-support-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 8px 8px 20px;
    min-height: 420px;
}

.ecom-support-panel-head {
    padding: 18px 18px 8px;
}

.ecom-support-theme-panel[hidden] {
    display: none !important;
}

.ecom-support-panel-title {
    margin: 0 0 6px;
    color: #111827;
    font-size: 2.4rem;
    font-weight: 800;
}

.ecom-support-panel-text {
    margin: 0;
    color: #6b7280;
    font-size: 1.45rem;
}

.ecom-support-accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
}

.ecom-support-item {
    border: none !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: transparent;
}

.ecom-support-item:last-child {
    border-bottom: none !important;
}

.ecom-support-question {
    gap: 16px;
    padding: 18px 18px;
    box-shadow: none !important;
    color: #111827;
}

.ecom-support-question:not(.collapsed) {
    color: #111827;
}

.ecom-support-question::after {
    width: 1.1rem;
    height: 1.1rem;
    background-size: 1.1rem;
    flex-shrink: 0;
    margin-left: 12px;
}

.ecom-support-question-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-align: left;
    width: 100%;
}

.ecom-support-question-cat {
    color: #9ca3af;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.ecom-support-question-text {
    color: #111827;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
}

.ecom-support-answer {
    padding: 0 18px 20px;
    color: #4b5563;
    font-size: 1.5rem;
    line-height: 1.7;
}

.ecom-support-empty {
    padding: 24px 18px;
    color: #6b7280;
    font-size: 1.4rem;
}

.ecom-support-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 18px 0;
    margin-top: 8px;
}

.ecom-support-quicklinks a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 1.35rem;
    font-weight: 600;
    text-decoration: none;
}

.ecom-support-quicklinks a:hover {
    background: #ffedd5;
    color: #c2410c;
}

@media (max-width: 991px) {
    .ecom-support-nav {
        position: static;
    }

    .ecom-support-nav-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}

@media (max-width: 575px) {
    .ecom-support-nav-list {
        grid-template-columns: 1fr;
    }

    .ecom-support-hero {
        padding: 36px 0 28px;
    }

    .ecom-support-question-text {
        font-size: 1.45rem;
    }

    .ecom-support-answer {
        font-size: 1.35rem;
    }

    .ecom-support-nav-label {
        font-size: 1.4rem;
    }

    .ecom-support-hero-text {
        font-size: 1.4rem;
    }
}

/* ?? Language dropdown (header) ?? */
.ecom-lang-dropdown {
    position: relative;
    z-index: 30;
}

.ecom-lang-dropdown.language-hover::after {
    display: none !important;
}

.ecom-lang-trigger {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 6px 10px !important;
    border-radius: 999px;
    color: #374151 !important;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.18s ease, color 0.18s ease;
}

.ecom-lang-trigger::after {
    display: none !important;
}

.ecom-lang-dropdown:hover .ecom-lang-trigger,
.ecom-lang-dropdown:focus-within .ecom-lang-trigger {
    background: #fff7ed;
    color: #c2410c !important;
}

.ecom-lang-trigger-icon {
    font-size: 0.95rem;
    color: #ff8b00;
}

.ecom-lang-trigger-chevron {
    font-size: 0.7rem;
    color: #9ca3af;
    transition: transform 0.18s ease, color 0.18s ease;
}

.ecom-lang-dropdown:hover .ecom-lang-trigger-chevron,
.ecom-lang-dropdown:focus-within .ecom-lang-trigger-chevron {
    transform: rotate(180deg);
    color: #ff8b00;
}

.ecom-lang-dropdown .ecom-lang-menu.category-sub-menu {
    min-width: 220px;
    padding: 8px;
    margin-top: 8px;
    right: 0;
    left: auto;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
    gap: 4px;
    overflow: hidden;
}

.ecom-lang-dropdown .ecom-lang-menu>li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.ecom-lang-form {
    margin: 0;
    width: 100%;
}

.ecom-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 9px;
    background: transparent;
    color: #1f2937;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.ecom-lang-option:hover {
    background: #f3f4f6;
    color: #111827;
}

.ecom-lang-option.is-active {
    background: #fff7ed;
    color: #c2410c;
}

.ecom-lang-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 28px;
    padding: 0 8px;
    border-radius: 6px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.ecom-lang-option.is-active .ecom-lang-flag {
    background: #ffedd5;
    color: #ff8b00;
}

.ecom-lang-name {
    flex: 1;
}

.ecom-lang-check {
    color: #ff8b00;
    font-size: 1rem;
}

.nav-and-btn-wrapper .right-btn-area .btn-narrow,
.nav-and-btn-wrapper .right-btn-area .rts-btn {
    border-radius: 999px !important;
}

.nav-and-btn-wrapper .right-btn-area .ecom-origin-btn {
    background: #ff8b00 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(255, 139, 0, 0.35);
    animation: ecom-origin-btn-pulse 2.2s ease-in-out infinite;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.nav-and-btn-wrapper .right-btn-area .ecom-origin-btn:hover,
.nav-and-btn-wrapper .right-btn-area .ecom-origin-btn:focus {
    background: #e07a00 !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(255, 139, 0, 0.45);
    transform: scale(1.04);
    animation-play-state: paused;
}

@keyframes ecom-origin-btn-pulse {

    0%,
    100% {
        box-shadow: 0 4px 14px rgba(255, 139, 0, 0.35);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 6px 20px rgba(255, 139, 0, 0.55);
        transform: scale(1.03);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-and-btn-wrapper .right-btn-area .ecom-origin-btn {
        animation: none;
    }
}

/* ?? Mobile sidebar menu ?? */
#side-bar.side-bar.header-two.ecom-drawer {
    position: fixed !important;
    padding: 0 !important;
    background: #fff;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column;
}

#side-bar.side-bar.header-two .ecom-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}

#side-bar.side-bar.header-two .ecom-drawer-brand {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#side-bar.side-bar.header-two .ecom-drawer-logo {
    height: 40px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
}

#side-bar.side-bar.header-two .ecom-drawer-header-spacer {
    width: 40px;
    flex-shrink: 0;
}

#side-bar.side-bar.header-two .ecom-mobile-sidebar-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 24px;
}

#side-bar.side-bar.header-two .close-icon-menu,
#side-bar.side-bar.header-two .ecom-drawer-close {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    z-index: 2 !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    cursor: pointer;
    max-width: none !important;
}

#side-bar.side-bar.header-two .close-icon-menu i,
#side-bar.side-bar.header-two .close-icon-menu .fa-solid,
#side-bar.side-bar.header-two .close-icon-menu .fa-xmark {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#side-bar.side-bar.header-two .close-icon-menu:hover {
    background: transparent !important;
    color: #ff8b00 !important;
}

#side-bar.side-bar.header-two .search-input-area-menu {
    position: relative;
    margin-top: 8px;
}

#side-bar.side-bar.header-two .search-input-area-menu input {
    width: 100%;
    height: 48px;
    padding: 0 48px 0 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #f9fafb;
    font-size: 1rem;
    color: #111827;
}

#side-bar.side-bar.header-two .search-input-area-menu button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #6b7280;
}

#side-bar .mobile-menu-nav-area .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border: none;
    margin-bottom: 8px;
}

#side-bar .mobile-menu-nav-area .nav-tabs .nav-link {
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px !important;
    background: #fff;
    color: #374151;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 12px 10px;
}

#side-bar .mobile-menu-nav-area .nav-tabs .nav-link.active {
    background: #ff8b00 !important;
    border-color: #ff8b00 !important;
    color: #fff !important;
}

.ecom-mobile-profile {
    margin: 0 0 16px;
}

.ecom-mobile-profile-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    text-decoration: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ecom-mobile-profile-card:hover {
    transform: translateY(-1px);
    background: #ffedd5;
    box-shadow: 0 8px 20px rgba(255, 139, 0, 0.12);
}

.ecom-mobile-profile-avatar-wrap {
    position: relative;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.ecom-mobile-profile-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #dbeafe;
}

.ecom-mobile-profile-avatar--initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff8b00, #ff8b00);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.ecom-mobile-profile-badge {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #7c3aed;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    border: 2px solid #fff7ed;
}

.ecom-mobile-profile-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ecom-mobile-profile-name {
    color: #111827;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecom-mobile-profile-email {
    color: #6b7280;
    font-size: 0.98rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecom-mobile-nav {
    padding: 0 !important;
}

.ecom-mobile-nav>li {
    margin: 0 !important;
    border: none !important;
}

.ecom-mobile-nav>li>a.main.ecom-mobile-link {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 16px 12px !important;
    border: none !important;
    border-radius: 14px;
    color: #1f2937 !important;
    font-size: 1.5rem !important;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

.ecom-mobile-nav>li>a.main.ecom-mobile-link:hover {
    background: #fff7ed;
    color: #c2410c !important;
}

.ecom-mobile-link-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #fff7ed !important;
    color: #ff8b00 !important;
    flex-shrink: 0;
    font-size: 1rem;
    visibility: visible !important;
    opacity: 1 !important;
}

.ecom-mobile-link-icon i,
.ecom-mobile-link-icon .fa-solid {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ff8b00 !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
}

.ecom-mobile-link-label {
    flex: 1;
    line-height: 1.3;
}

.ecom-mobile-link-chevron {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--color-primary, #ff8b00);
    color: #fff !important;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.ecom-mobile-link-chevron i {
    display: inline-block !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 0.75rem !important;
    color: #fff !important;
    line-height: 1 !important;
}

.ecom-mobile-nav>li.has-droupdown.mm-active>a .ecom-mobile-link-chevron {
    transform: rotate(90deg);
}

/* Masque les pseudo-ic?nes FA Pro cass?es du th?me */
.ecom-mobile-menu .mobile-menu-main nav ul li.has-droupdown::after,
.ecom-mobile-nav>li.has-droupdown::after,
.ecom-mobile-nav>li.has-droupdown.mm-active::after,
#side-bar .ecom-mobile-nav>li.has-droupdown::after {
    content: none !important;
    display: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
}

.ecom-mobile-nav .submenu {
    margin: 0 0 8px;
    padding: 4px 8px 8px 54px !important;
    list-style: none;
}

.ecom-mobile-nav .submenu>li {
    margin: 0 !important;
    border: none !important;
}

.ecom-mobile-nav .submenu .mobile-menu-link {
    display: block;
    padding: 11px 10px !important;
    border: none !important;
    border-radius: 10px;
    color: #4b5563 !important;
    font-size: 1.3rem !important;
    font-weight: 500;
    text-decoration: none;
}

.ecom-mobile-nav .submenu .mobile-menu-link:hover {
    background: #f3f4f6;
    color: #c2410c !important;
}

.ecom-mobile-sidebar-footer {
    margin: 16px 16px 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ecom-mobile-sidebar-footer .buton-area-bottom,
.ecom-drawer .ecom-mobile-sidebar-footer {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: auto;
}

.ecom-drawer .ecom-mobile-sidebar-footer:has(> a:nth-child(2)) {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.ecom-drawer .ecom-mobile-sidebar-footer .rts-btn {
    display: block;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    border-radius: 999px !important;
    padding: 12px 16px;
    font-size: 1.25rem;
    font-weight: 700;
}

.ecom-mobile-sidebar-footer .contact-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.ecom-mobile-sidebar-footer .contact-area .phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ecom-mobile-sidebar-footer .contact-area .phone i {
    color: #ff8b00;
    width: 20px;
    text-align: center;
}

.ecom-mobile-sidebar-footer .contact-area .phone a {
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

.ecom-mobile-sidebar-footer .buton-area-bottom {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.ecom-mobile-sidebar-footer .buton-area-bottom:has(> a:nth-child(2)) {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.ecom-mobile-sidebar-footer .buton-area-bottom .rts-btn {
    display: block;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    border-radius: 999px !important;
    padding: 14px 16px;
    font-size: 1.05rem;
    font-weight: 700;
}

.ecom-mobile-sidebar-footer .ecom-mobile-logout-btn {
    background: var(--color-primary, #ff8b00) !important;
    border-color: var(--color-primary, #ff8b00) !important;
    color: #fff !important;
}

.ecom-drawer-toplink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: #6b7280 !important;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-bottom: 1px solid #e5e7eb;
}

.ecom-drawer-toplink i {
    color: #9ca3af;
    font-size: 1.15rem;
}

.ecom-drawer-iconlist {
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.ecom-drawer-iconrow {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px;
    color: #111827 !important;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none !important;
}

.ecom-drawer-iconrow i {
    width: 30px;
    text-align: center;
    color: #4b5563;
    font-size: 1.45rem;
}

.ecom-drawer-sectionhead {
    padding: 16px 20px 4px;
}

.ecom-drawer-sectionhead p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.ecom-drawer-textlist {
    display: flex;
    flex-direction: column;
    padding: 8px 0 4px;
    border-top: 1px solid #e5e7eb;
}

.ecom-drawer-textlist a {
    padding: 12px 20px;
    color: #374151 !important;
    font-size: 1.35rem;
    text-decoration: none !important;
}

.ecom-mobile-categories {
    margin-top: 0;
    border-bottom: 1px solid #e5e7eb;
}

.ecom-mobile-cat-panel {
    background: #fff;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.ecom-mobile-cat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px 8px;
    background: transparent;
}

.ecom-mobile-cat-head-title {
    color: #9ca3af;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ecom-mobile-cat-head-link {
    color: #ff8b00 !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none !important;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.ecom-mobile-cat-head-link:hover {
    opacity: 1;
    background: transparent;
    text-decoration: underline !important;
}

.ecom-mobile-cat-list {
    list-style: none;
    margin: 0;
    padding: 0 8px 12px 8px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ecom-mobile-cat-item {
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 12px !important;
    border-radius: 0;
    color: #111827 !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease;
}

.ecom-mobile-cat-item:hover {
    background: #fff7ed;
    color: #111827 !important;
}

.ecom-mobile-cat-icon {
    width: 22px;
    height: auto;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #4b5563;
    flex-shrink: 0;
}

.ecom-mobile-cat-icon i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 1.4rem;
    color: #4b5563 !important;
}

.ecom-mobile-cat-label {
    flex: 1;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
}

.ecom-mobile-cat-chevron {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #9ca3af;
    flex-shrink: 0;
}

.ecom-mobile-cat-item:hover .ecom-mobile-cat-chevron {
    background: #ffedd5;
    color: #ff8b00;
}

.ecom-mobile-cat-chevron i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 0.7rem;
}

.ecom-mobile-cat-empty {
    padding: 24px 16px;
    text-align: center;
}

.ecom-mobile-cat-empty p {
    margin: 0 0 14px;
    color: #6b7280;
    font-size: 1.2rem;
}

/* —— Mobile header (style Jumia) —— */
.ecom-mobile-header.after-md-device-header {
    display: none !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 10px 0 12px;
    background: #fff !important;
    border-bottom: 1px solid #f3f4f6;
}

@media only screen and (max-width: 991px) {
    .ecom-mobile-header.after-md-device-header {
        display: flex !important;
    }

    .rts-header-nav-area-one .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .rts-header-nav-area-one {
        padding: 0;
        border-bottom: none;
    }
}

.ecom-mobile-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.ecom-mobile-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}

.ecom-mobile-header__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    text-decoration: none !important;
}

.ecom-mobile-header__logo .ecom-logo-img {
    height: 54px;
    width: auto;
    max-width: min(220px, 58vw);
    object-fit: contain;
}

.ecom-mobile-header__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    flex-shrink: 0;
}

.ecom-mobile-header__icon-btn {
    position: relative;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #1f2937;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: none !important;
    transition: color 0.15s ease, background 0.15s ease;
}

.ecom-mobile-header__icon-btn:hover,
.ecom-mobile-header__icon-btn:focus {
    background: #f9fafb;
    color: #c2410c;
}

.ecom-mobile-header__icon-btn i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    font-size: 1.65rem !important;
    line-height: 1 !important;
    color: inherit !important;
}

.ecom-mobile-header__brand .menu-btn i {
    font-size: 1.85rem !important;
}

.ecom-mobile-header__icon-btn--cart i,
.ecom-mobile-header__icon-btn .fa-solid {
    font-weight: 900 !important;
    font-size: 1.7rem !important;
}

.ecom-mobile-header__badge {
    position: absolute;
    top: 4px;
    right: 2px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff8b00 !important;
    color: #fff !important;
    font-size: 0.68rem !important;
    font-weight: 800;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.ecom-mobile-header__search {
    width: 100%;
}

.ecom-search-suggest--mobile-header {
    position: relative;
    width: 100%;
    z-index: 50;
}

.ecom-mobile-header-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.ecom-mobile-header-search-form:focus-within {
    border-color: #ff8b00;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 139, 0, 0.12);
}

.ecom-mobile-header-search-form__icon {
    flex-shrink: 0;
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.ecom-mobile-header-search-form__input {
    flex: 1 1 auto;
    min-width: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    height: auto !important;
    font-size: 0.95rem !important;
    color: #1f2937 !important;
}

.ecom-mobile-header-search-form__input::placeholder {
    color: #9ca3af;
}

.ecom-mobile-header-search-form__clear {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 999px;
    background: #e5e7eb;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.ecom-search-suggest--mobile-header .ecom-search-suggest-panel {
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    border-radius: 12px;
}

/* Legacy mobile navbar (fallback) */
.logo-search-category-wrapper.after-md-device-header.ecom-mobile-navbar {
    display: none !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 10px 0;
    background: #fff !important;
    border-bottom: 1px solid #f3f4f6;
}

@media only screen and (max-width: 991px) {
    .logo-search-category-wrapper.after-md-device-header.ecom-mobile-navbar {
        display: flex !important;
    }
}

.ecom-mobile-navbar-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    max-width: 46%;
}

.ecom-mobile-navbar-logo .ecom-logo-img {
    height: 46px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.ecom-mobile-navbar-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
}

.ecom-mobile-nav-btn {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f3f4f6;
    color: #1f2937;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: none !important;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ecom-mobile-nav-btn:hover,
.ecom-mobile-nav-btn:focus {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}

.ecom-mobile-nav-btn i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
    color: inherit !important;
}

.ecom-mobile-nav-cart {
    color: #1f2937;
}

.ecom-mobile-nav-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ff8b00 !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    font-weight: 800;
    line-height: 1 !important;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(255, 139, 0, 0.35);
    z-index: 2;
    box-sizing: border-box;
}

/* Neutralise anciens styles theme sur nos boutons mobile */
.after-md-device-header.ecom-mobile-navbar .actions-area,
.after-md-device-header.ecom-mobile-navbar .category-search-wrapper,
.after-md-device-header.ecom-mobile-navbar .accont-wishlist-cart-area-header {
    display: none !important;
}

.after-md-device-header.ecom-mobile-navbar .search-btn,
.after-md-device-header.ecom-mobile-navbar .menu-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    border-radius: 12px !important;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
}

/* ========== Overlay recherche mobile ========== */
.search-input-area.ecom-mobile-search-overlay {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 68px 16px 24px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.search-input-area.ecom-mobile-search-overlay .container {
    width: 100%;
    max-width: 720px;
    padding: 0;
    margin: 0 auto;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-inner {
    display: block;
    width: 100%;
    position: relative;
}

.search-input-area.ecom-mobile-search-overlay .ecom-search-suggest--overlay {
    width: 100%;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-form.input-div {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-input.search-input,
.search-input-area.ecom-mobile-search-overlay .input-div input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 12px 0 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f3f4f6 !important;
    color: #111827 !important;
    font-size: 1.02rem !important;
    font-weight: 500;
    line-height: 1.3;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-input::-webkit-search-cancel-button,
.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-input::placeholder {
    color: #9ca3af;
    opacity: 1;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-input:focus {
    background: #f3f4f6 !important;
}

/* Clear (X) ? carr? orange avant le bouton loupe */
.search-input-area.ecom-mobile-search-overlay .ecom-search-query-clear,
.search-input-area.ecom-mobile-search-overlay .ecom-search-suggest--overlay .ecom-search-query-clear {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    flex: 0 0 auto;
    align-self: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    margin: 0 6px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ff7a21 !important;
    color: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
    z-index: 2;
}

.search-input-area.ecom-mobile-search-overlay .ecom-search-query-clear[hidden] {
    display: none !important;
}

.search-input-area.ecom-mobile-search-overlay .ecom-search-query-clear:hover,
.search-input-area.ecom-mobile-search-overlay .ecom-search-query-clear:focus {
    background: #ff8b00 !important;
    color: #fff !important;
}

.search-input-area.ecom-mobile-search-overlay .ecom-search-query-clear i {
    font-size: 0.95rem !important;
    line-height: 1;
    color: #fff !important;
}

/* Bouton Rechercher (loupe) */
.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-submit {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 54px;
    min-width: 54px;
    height: 52px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ff7a21 !important;
    color: #fff !important;
    cursor: pointer;
    transition: background 0.15s ease;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-submit:hover,
.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-submit:focus {
    background: #ff8b00 !important;
    color: #fff !important;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-submit i {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff !important;
}

/* Ne pas styler le clear comme le submit */
.search-input-area.ecom-mobile-search-overlay .input-div button.ecom-mobile-search-submit {
    background: #ff7a21 !important;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-close.search-close-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #fff4eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.15s ease;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-close:hover,
.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-close:focus {
    background: #ffedd5;
    outline: none;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-close i {
    position: static !important;
    z-index: auto;
    font-size: 1.1rem !important;
    line-height: 1;
    color: #ff7a21 !important;
}

.search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-close i::after {
    display: none !important;
    content: none !important;
}

.search-input-area.ecom-mobile-search-overlay .ecom-search-suggest-panel {
    right: 0;
    top: calc(100% + 10px);
    border-radius: 12px;
}

@media only screen and (max-width: 575px) {
    .search-input-area.ecom-mobile-search-overlay {
        padding: 60px 14px 20px;
    }

    .search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-form.input-div {
        border-radius: 10px;
    }

    .search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-input.search-input,
    .search-input-area.ecom-mobile-search-overlay .input-div input {
        height: 50px !important;
        padding: 0 10px 0 14px !important;
        font-size: 0.98rem !important;
    }

    .search-input-area.ecom-mobile-search-overlay .ecom-search-query-clear,
    .search-input-area.ecom-mobile-search-overlay .ecom-search-suggest--overlay .ecom-search-query-clear {
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
        margin-right: 5px !important;
        border-radius: 7px !important;
    }

    .search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-submit {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .search-input-area.ecom-mobile-search-overlay .ecom-mobile-search-close.search-close-icon {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        border-radius: 9px;
    }
}

/* ========== Suggestions recherche (r?centes + populaires) ========== */
.logo-search-category-wrapper .category-search-wrapper .ecom-search-suggest {
    position: relative;
    flex: 1 1 auto;
    flex-basis: 70%;
    width: auto;
    min-width: 0;
    z-index: 40;
}

.logo-search-category-wrapper .category-search-wrapper .ecom-search-suggest .search-header {
    flex-basis: auto;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .logo-search-category-wrapper .category-search-wrapper .ecom-search-suggest {
        display: none;
    }
}

.ecom-search-suggest--overlay,
.ecom-search-suggest--sidebar {
    position: relative;
    width: 100%;
    z-index: 5;
}

.ecom-search-suggest-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 148px;
    z-index: 1300;
    padding: 18px 20px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.ecom-search-suggest.is-open .search-header input,
.ecom-search-suggest.is-open .ecom-search-input {
    border-color: #ff8b00 !important;
}

.ecom-search-suggest--overlay .ecom-search-suggest-panel,
.ecom-search-suggest--sidebar .ecom-search-suggest-panel {
    right: 0;
    top: calc(100% + 10px);
    border-radius: 12px;
}

.ecom-search-suggest--sidebar .ecom-search-suggest-panel {
    position: relative;
    top: 12px;
}

.ecom-search-suggest-section+.ecom-search-suggest-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.ecom-search-suggest-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    width: 100%;
    margin-bottom: 12px;
}

.ecom-search-suggest-title {
    display: block !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: #6b7280 !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip;
    opacity: 1 !important;
    visibility: visible !important;
}

.ecom-search-suggest-clear {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    justify-self: end;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1a73e8 !important;
    font-size: 0.95rem !important;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    height: auto !important;
    width: auto !important;
    box-shadow: none !important;
}

.ecom-search-suggest-clear i {
    font-size: 0.82rem;
    color: inherit;
}

.ecom-search-suggest-clear:hover {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1557b0 !important;
    text-decoration: none;
}

.ecom-search-suggest-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.ecom-search-suggest-pill {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 9px 16px;
    border: 0;
    border-radius: 999px;
    background: #f0f0f0;
    color: #333 !important;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s ease, color 0.15s ease;
}

.ecom-search-suggest-pill:hover {
    background: #e5e7eb;
    color: #111827 !important;
}

/* Bouton X pour vider q dans l'input + URL */
.ecom-search-suggest .search-header,
.ecom-search-suggest .ecom-search-form {
    position: relative;
}

.ecom-search-query-clear {
    position: absolute !important;
    top: 50% !important;
    right: 150px !important;
    left: auto !important;
    z-index: 3;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: #e5e7eb !important;
    color: #4b5563 !important;
    transform: translateY(-50%) !important;
    cursor: pointer;
    box-shadow: none !important;
}

.ecom-search-query-clear[hidden] {
    display: none !important;
}

.ecom-search-query-clear:hover {
    background: #d1d5db !important;
    color: #111827 !important;
}

.ecom-search-query-clear i {
    font-size: 0.85rem;
    line-height: 1;
}

.ecom-search-suggest--overlay .ecom-search-query-clear,
.ecom-search-suggest--sidebar .ecom-search-query-clear {
    right: 60px !important;
}

@media only screen and (max-width: 1599px) {
    .ecom-search-suggest-panel {
        right: 140px;
    }

    .ecom-search-query-clear {
        right: 140px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .ecom-search-suggest-panel {
        right: 120px;
        padding: 16px 16px 18px;
    }

    .ecom-search-query-clear {
        right: 120px !important;
    }
}

@media only screen and (max-width: 575px) {
    .ecom-search-suggest-panel {
        right: 0;
        padding: 14px 14px 16px;
    }

    .ecom-search-suggest-title {
        font-size: 0.88rem !important;
    }

    .ecom-search-suggest-clear {
        font-size: 0.88rem !important;
        padding: 5px 10px;
    }

    .ecom-search-suggest-pill {
        padding: 8px 14px;
        font-size: 1rem;
    }

    .ecom-search-query-clear {
        right: 56px !important;
    }
}

/* ========== Filtre prix boutique (slider dual + Min/Max) ========== */
.ecom-price-filter-box .title {
    font-size: 1.2rem !important;
    font-weight: 700;
    color: #111827 !important;
    padding: 18px 18px 14px !important;
    border-bottom: 0 !important;
}

.ecom-price-filter-box .filterbox-body {
    padding: 4px 18px 18px !important;
}

.ecom-price-slider {
    position: relative;
    height: 28px;
    margin: 8px 0 22px;
    display: flex;
    align-items: center;
}

.ecom-price-slider-track {
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 999px;
    background: #e5e7eb;
    pointer-events: none;
}

.ecom-price-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 999px;
    background: #8f9a6b;
    pointer-events: none;
}

.ecom-price-slider-thumb {
    position: absolute;
    left: 0;
    width: 100%;
    height: 28px;
    margin: 0;
    padding: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.ecom-price-slider-thumb::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
    border: none;
}

.ecom-price-slider-thumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    margin-top: -8px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    background: #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.ecom-price-slider-thumb::-moz-range-track {
    height: 6px;
    background: transparent;
    border: none;
}

.ecom-price-slider-thumb::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    background: #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    cursor: pointer;
    pointer-events: auto;
}

.ecom-price-slider-max {
    z-index: 3;
}

.ecom-price-filter-row {
    display: flex !important;
    align-items: flex-end;
    gap: 8px !important;
    width: 100% !important;
}

.single-filter-box .filterbox-body .price-input-area .half-input-wrapper.ecom-price-filter-row {
    gap: 8px !important;
    width: 100% !important;
}

.ecom-price-field {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
}

.ecom-price-field label {
    display: block;
    margin: 0 0 8px;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.ecom-price-filter .ecom-price-input,
.single-filter-box .filterbox-body .price-input-area .ecom-price-input,
.single-filter-box .filterbox-body .price-input-area .half-input-wrapper .single .ecom-price-input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 999px !important;
    background: #f3f4f6 !important;
    color: #4b5563 !important;
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    -moz-appearance: textfield;
}

.ecom-price-filter .ecom-price-input::-webkit-outer-spin-button,
.ecom-price-filter .ecom-price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ecom-price-filter .ecom-price-input::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

.ecom-price-filter .ecom-price-input:hover {
    border-color: #9ca3af !important;
}

.ecom-price-filter .ecom-price-input:focus {
    border-color: #8f9a6b !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: 0 0 0 3px rgba(143, 154, 107, 0.18) !important;
}

.ecom-price-filter-sep {
    flex: 0 0 auto;
    padding-bottom: 11px;
    color: #6b7280;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .ecom-price-filter-box .title {
        padding: 16px 16px 10px !important;
    }

    .ecom-price-filter-box .filterbox-body {
        padding: 4px 16px 16px !important;
    }
}

/* ========== Modal t?l?chargement app ========== */
.ecom-app-download-modal .modal-dialog {
    max-width: 860px;
    margin: 1.25rem auto;
}

.ecom-app-download-content {
    position: relative;
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.ecom-app-download-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #c2410c;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.ecom-app-download-close:hover {
    background: #fff7ed;
    color: #9a3412;
    transform: scale(1.04);
}

.ecom-app-download-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    padding: 0;
    overflow: hidden;
    background-color: #dcdcdc;
}

.ecom-app-download-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    max-height: 520px;
    object-fit: cover;
    object-position: 35% center;
}

.ecom-app-download-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 34px 36px;
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 55%);
}

.ecom-app-download-eyebrow {
    margin: 0 0 10px;
    color: #ff8b00;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ecom-app-download-title {
    margin: 0 0 14px;
    color: #111827;
    font-size: 2.05rem;
    font-weight: 800;
    line-height: 1.2;
}

.ecom-app-download-text {
    margin: 0 0 24px;
    color: #374151;
    font-size: 1.18rem;
    line-height: 1.6;
}

.ecom-app-download-stores {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}

.ecom-app-store-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ecom-app-store-link:hover {
    border-color: #fdba74;
    box-shadow: 0 8px 18px rgba(255, 139, 0, 0.15);
    transform: translateY(-1px);
}

.ecom-app-store-link img {
    display: block;
    width: auto;
    height: 48px;
    max-width: 100%;
    object-fit: contain;
}

.ecom-app-download-note {
    margin: 18px 0 0;
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.45;
}

@media only screen and (max-width: 991px) {
    .ecom-app-download-modal .modal-dialog {
        max-width: 720px;
    }

    .ecom-app-download-content {
        grid-template-columns: 1.25fr 1fr;
    }

    .ecom-app-download-visual {
        min-height: 400px;
    }

    .ecom-app-download-img {
        min-height: 400px;
    }

    .ecom-app-download-title {
        font-size: 1.75rem;
    }

    .ecom-app-download-text {
        font-size: 1.08rem;
    }
}

@media only screen and (max-width: 767px) {
    .ecom-app-download-content {
        grid-template-columns: 1fr;
    }

    .ecom-app-download-visual {
        min-height: 280px;
    }

    .ecom-app-download-img {
        min-height: 280px;
        object-fit: cover;
        object-position: center top;
    }

    .ecom-app-download-body {
        padding: 26px 20px 24px;
    }

    .ecom-app-download-eyebrow {
        font-size: 0.92rem;
    }

    .ecom-app-download-title {
        font-size: 1.55rem;
    }

    .ecom-app-download-text {
        font-size: 1.08rem;
    }

    .ecom-app-download-stores {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .ecom-app-store-link {
        flex: 1 1 0;
        padding: 6px 8px;
    }

    .ecom-app-store-link img {
        height: 42px;
    }

    .ecom-app-download-note {
        font-size: 0.95rem;
    }
}

/* ========== Modal guide commande (accueil) ========== */
.ecom-order-guide-modal .modal-dialog {
    max-width: 560px;
    margin: 1rem auto;
}

.ecom-order-guide-content {
    position: relative;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
    overflow: hidden;
}

.ecom-order-guide-body {
    padding: 28px 28px 24px;
}

.ecom-order-guide-eyebrow {
    margin: 0 0 8px;
    color: #ff8b00;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ecom-order-guide-title {
    margin: 0 0 12px;
    padding-right: 44px;
    color: #111827;
    font-size: clamp(1.35rem, 2.4vw, 1.65rem);
    font-weight: 800;
    line-height: 1.22;
}

.ecom-order-guide-intro {
    margin: 0 0 18px;
    color: #374151;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5;
}

.ecom-order-guide-steps {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ecom-order-guide-steps li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 0;
    background: #fffaf5;
    border: 1px solid #fed7aa;
}

.ecom-order-guide-step-num {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff8b00;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
}

.ecom-order-guide-steps strong {
    display: block;
    margin-bottom: 2px;
    color: #111827;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.3;
}

.ecom-order-guide-steps p {
    margin: 0;
    color: #4b5563;
    font-size: 1.25rem;
    line-height: 1.45;
}

.ecom-order-guide-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-bottom: 0;
}

.ecom-order-guide-actions .rts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 10px 18px;
}

.ecom-order-guide-actions-end {
    margin-left: auto;
}

/* Bouton fermer — coin supérieur droit du modal */
.ecom-order-guide-skip {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111827;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease;
}

.ecom-order-guide-skip i {
    font-size: 1.2rem;
}

.ecom-order-guide-skip:hover {
    background: #f3f4f6;
    color: #ff8b00;
}

@media (max-width: 767px) {
    .ecom-order-guide-body {
        padding: 52px 16px 18px;
    }

    .ecom-order-guide-title {
        padding-right: 0;
        font-size: 1.3rem;
    }

    .ecom-order-guide-eyebrow {
        font-size: 1rem;
    }

    .ecom-order-guide-intro {
        font-size: 1.05rem;
    }

    .ecom-order-guide-steps strong {
        font-size: 1.25rem;
    }

    .ecom-order-guide-steps p {
        font-size: 1.12rem;
    }

    .ecom-order-guide-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ecom-order-guide-actions-end {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .ecom-order-guide-actions .rts-btn {
        width: 100%;
        font-size: 1.05rem;
    }

    .ecom-order-guide-skip {
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
    }
}

/* Pages légales (confidentialité, cookies, CGV) */
.ecom-legal-content .disc,
.ecom-legal-content .section-list p,
.ecom-legal-content .section-list li p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    line-height: 1.75;
    color: #4b5563;
}

.ecom-legal-content .title {
    text-align: left;
}

.ecom-legal-content .ecom-legal-meta {
    font-size: 0.9rem;
    color: #9a3412;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.ecom-legal-content .section-list ul {
    padding-left: 1.15rem;
}

.ecom-legal-content .section-list li {
    margin-bottom: 0.85rem;
}

.ecom-legal-content a {
    color: #ff8b00;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ecom-legal-content a:hover {
    color: #c2410c;
}

/* Checkout commande en ligne */
.ecom-checkout-page {
    font-size: 1.125rem;
}

.ecom-checkout-page .ecom-checkout-layout {
    align-items: flex-start;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.ecom-checkout-page .ecom-checkout-main {
    padding-right: 1rem;
    max-width: 720px;
}

.ecom-checkout-page .ecom-checkout-aside {
    padding-left: 0.5rem;
    max-width: 420px;
}

.ecom-checkout-page .ecom-checkout-aside-sticky {
    position: sticky;
    top: 1.25rem;
}

.ecom-checkout-page .ecom-checkout-title {
    margin: 0 0 0.5rem;
    font-size: 2.15rem;
    font-weight: 700;
    color: #1a1a1a;
}

.ecom-checkout-page .ecom-checkout-steps {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1.65rem;
    color: #9ca3af;
    font-size: 1.05rem;
}

.ecom-checkout-page .ecom-checkout-steps .is-active {
    color: #ff8b00;
    font-weight: 600;
}

.ecom-checkout-card,
.ecom-checkout-page .ecom-checkout-sidebar {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.45rem 1.55rem;
}

.ecom-checkout-card-title,
.ecom-checkout-page .rts-billing-details-area .title,
.ecom-checkout-page .title-checkout {
    margin: 0 0 1rem;
    font-size: 1.45rem;
    font-weight: 700;
    color: #1a1a1a;
}

.ecom-checkout-hint {
    margin: -0.35rem 0 1.15rem;
    color: #6b7280;
    font-size: 1.05rem;
}

.ecom-checkout-review-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 1.1rem;
}

.ecom-checkout-review-row:last-child {
    border-bottom: none;
}

.ecom-checkout-review-row .label {
    color: #6b7280;
    font-weight: 600;
    min-width: 7.5rem;
}

.ecom-checkout-review-row .value {
    color: #111827;
    text-align: right;
}

.ecom-checkout-modes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.ecom-checkout-mode {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 1.2rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    margin: 0;
    font-size: 1.1rem;
}

.ecom-checkout-mode:has(input:checked) {
    border-color: #ff8b00;
    background: #fff7ed;
    box-shadow: inset 0 0 0 1px #ff8b00;
}

.ecom-checkout-page .single-input {
    margin-bottom: 1.1rem;
}

.ecom-checkout-page .single-input label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #374151;
}

.ecom-checkout-page .single-input input,
.ecom-checkout-page .single-input select,
.ecom-checkout-page .single-input textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    font-size: 1.1rem;
    line-height: 1.4;
    background: #fff;
    color: #111827;
    min-height: 3.15rem;
}

.ecom-checkout-page .single-input textarea {
    min-height: 5.75rem;
}

.ecom-checkout-page .single-input input:focus,
.ecom-checkout-page .single-input select:focus,
.ecom-checkout-page .single-input textarea:focus {
    outline: none;
    border-color: #ff8b00;
    box-shadow: 0 0 0 3px rgba(255, 139, 0, 0.15);
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
    margin-bottom: 0.15rem;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap>[class*="col-"] {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .single-input {
    margin-bottom: 1.1rem;
    min-width: 0;
    width: 100%;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select.ecom-checkout-select,
.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select.wide {
    float: none;
    display: block;
    width: 100% !important;
    max-width: none;
    height: 3.15rem;
    line-height: 3.05rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #111827;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 2.4rem;
    background: #fff;
    box-shadow: none;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select:hover {
    border-color: #ff8b00;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select:active,
.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select.open,
.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select:focus {
    border-color: #ff8b00;
    box-shadow: 0 0 0 3px rgba(255, 139, 0, 0.15);
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select::after {
    border-color: #9ca3af;
    right: 16px;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select .list {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.4rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    max-height: 260px;
    overflow-y: auto;
    z-index: 30;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select .option {
    min-height: 0;
    line-height: 1.35;
    font-size: 1.05rem;
    font-weight: 500;
    color: #374151;
    padding: 0.7rem 0.85rem;
    margin: 0.12rem 0;
    border-radius: 8px;
    white-space: normal;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select .option:hover,
.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select .option.focus,
.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select .option.selected.focus {
    background: #fff7ed;
    color: #ff8b00;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select .option.selected {
    background: #ffedd5;
    color: #c2410c;
    font-weight: 700;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap .nice-select .option.disabled {
    color: #9ca3af;
    background: transparent;
}

.ecom-checkout-page .ecom-checkout-geo-bootstrap select.ecom-checkout-select {
    width: 100%;
}

.ecom-checkout-payments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ecom-checkout-payments li {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 0.6rem;
    padding: 0.95rem 1.05rem;
    font-size: 1.1rem;
}

.ecom-checkout-payments li.is-active {
    border-color: #ff8b00;
    background: #fff7ed;
}

.ecom-checkout-payments li.is-disabled {
    opacity: 0.55;
    background: #f9fafb;
}

.ecom-checkout-payments label {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.ecom-checkout-payments em {
    margin-left: auto;
    font-style: normal;
    font-size: 0.9rem;
    color: #9a3412;
    background: #ffedd5;
    border-radius: 999px;
    padding: 0.15rem 0.55rem;
}

.ecom-checkout-page .ecom-checkout-sidebar.right-card-sidebar-checkout {
    margin-top: 0;
}

.ecom-checkout-sidebar .top-wrapper,
.ecom-checkout-sidebar .single-shop-list {
    font-size: 1.1rem;
}

.ecom-checkout-sidebar .single-shop-list .thumbnail {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
    background: #f3f4f6;
    flex-shrink: 0;
}

.ecom-checkout-sidebar .single-shop-list .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ecom-checkout-sidebar .single-shop-list .title small {
    display: block;
    color: #6b7280;
    font-weight: 500;
    font-size: 1rem;
}

.ecom-checkout-total-row .price {
    color: #ff8b00 !important;
    font-weight: 700 !important;
    font-size: 1.35rem;
}

.ecom-checkout-page .cottom-cart-right-area p,
.ecom-checkout-page .cottom-cart-right-area label {
    font-size: 1.05rem;
}

.ecom-checkout-page .btn-primary {
    background: #ff8b00 !important;
    border-color: #ff8b00 !important;
    font-size: 1.15rem !important;
    padding: 0.95rem 1.25rem !important;
}

.ecom-checkout-page .btn-primary:hover {
    background: #ff8b00 !important;
    border-color: #ff8b00 !important;
}

.ecom-checkout-page .ecom-checkout-seuil {
    font-size: 1rem !important;
}

@media (max-width: 991px) {
    .ecom-checkout-page .ecom-checkout-layout {
        max-width: none;
    }

    .ecom-checkout-page .ecom-checkout-main,
    .ecom-checkout-page .ecom-checkout-aside {
        max-width: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .ecom-checkout-page .ecom-checkout-aside {
        margin-bottom: 1.25rem;
    }

    .ecom-checkout-page .ecom-checkout-aside-sticky {
        position: static;
    }
}

@media (max-width: 767px) {
    .ecom-checkout-page .ecom-checkout-title {
        font-size: 1.75rem;
    }
}

/* ——— Mes commandes (trackorder) — tableau + filtre live ——— */
.ecom-orders-page {
    --ecom-orders-primary: #ff8b00;
    --ecom-orders-primary-dark: #e67e00;
    --ecom-orders-accent-bg: #fff7ed;
    --ecom-orders-border: #e8edf3;
    --ecom-orders-muted: #64748b;
    --ecom-orders-heading: #1a1a1a;
}

.ecom-orders-header {
    margin-bottom: 1.25rem;
}

.ecom-orders-title {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ecom-orders-heading);
}

.ecom-orders-subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.95rem;
    color: var(--ecom-orders-muted);
    font-weight: 500;
}

.ecom-orders-shell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--ecom-orders-border);
    border-radius: 24px;
    padding: 18px 18px 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ecom-orders-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.ecom-orders-search-wrap {
    position: relative;
    flex: 1 1 240px;
    max-width: 420px;
}

.ecom-orders-search-wrap>i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
    font-size: 0.9rem;
}

.ecom-orders-search {
    width: 100%;
    height: 46px;
    padding: 0.55rem 1.15rem 0.55rem 2.6rem;
    border: 1px solid var(--ecom-orders-border);
    border-radius: 999px;
    background: #f8fafc;
    color: var(--ecom-orders-heading);
    font-size: 0.95rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ecom-orders-search:focus {
    outline: none;
    background: #fff;
    border-color: var(--ecom-orders-primary);
    box-shadow: 0 0 0 3px rgba(255, 139, 0, 0.16);
}

.ecom-orders-count {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ecom-orders-muted);
    white-space: nowrap;
}

.ecom-orders-count strong {
    color: var(--ecom-orders-primary);
}

.ecom-orders-empty {
    text-align: center;
    color: var(--ecom-orders-muted);
    padding: 1rem;
    display: none;
    margin: 0 0 0.75rem;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 0.95rem;
}

.ecom-orders-empty.is-visible {
    display: block;
}

.ecom-orders-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

.ecom-orders-table {
    width: 100%;
    min-width: 820px;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.4rem;
}

.ecom-orders-table thead th {
    background: #f8fafc !important;
    color: #64748b !important;
    font-weight: 700;
    border: none !important;
    border-bottom: 1px solid var(--ecom-orders-border) !important;
    padding: 1.05rem 1.1rem;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ecom-orders-table tbody td {
    padding: 1.15rem 1.1rem;
    border-bottom: 1px solid #eef2f6 !important;
    border-top: 0 !important;
    vertical-align: middle;
    color: #334155;
    background: #fff;
    font-size: 1.4rem;
}

.ecom-orders-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.ecom-orders-table tbody tr:hover td {
    background: #fffaf5 !important;
}

.ecom-orders-table tbody tr.is-filtered-out {
    display: none !important;
}

.ecom-orders-numero {
    display: inline-block;
    font-weight: 800;
    color: var(--ecom-orders-heading);
    text-decoration: none;
    letter-spacing: -0.01em;
}

.ecom-orders-numero:hover {
    color: var(--ecom-orders-primary);
}

.ecom-orders-date {
    margin: 0.2rem 0 0;
    font-size: 1.1rem;
    color: var(--ecom-orders-muted);
}

.ecom-orders-localite,
.ecom-orders-reception {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #475569;
}

.ecom-orders-localite i {
    color: var(--ecom-orders-primary);
    font-size: 1.05rem;
}

.ecom-orders-total {
    font-weight: 800;
    color: var(--ecom-orders-heading);
    white-space: nowrap;
}

.ecom-orders-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.ecom-orders-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.9rem;
    border-radius: 999px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.ecom-orders-badge--en_attente {
    background: #f1f5f9;
    color: #475569;
}

.ecom-orders-badge--valider {
    background: #fff7ed;
    color: #c2410c;
}

.ecom-orders-badge--livrer {
    background: #dcfce7;
    color: #15803d;
}

.ecom-orders-badge--annuler {
    background: #fee2e2;
    color: #b91c1c;
}

.ecom-orders-badge--recu,
.ecom-orders-badge--paye {
    background: #ecfdf5;
    color: #047857;
}

.ecom-orders-badge--impaye {
    background: #fff7ed;
    color: #9a3412;
}

.ecom-orders-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.ecom-orders-actions form {
    margin: 0;
}

.ecom-orders-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto !important;
    height: 44px;
    padding: 0 1.05rem;
    border-radius: 999px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ecom-orders-btn--ghost {
    background: #f8fafc;
    border-color: var(--ecom-orders-border);
    color: #334155;
}

.ecom-orders-btn--ghost:hover {
    border-color: var(--ecom-orders-primary);
    color: var(--ecom-orders-primary);
}

.ecom-orders-btn--primary {
    background: var(--ecom-orders-primary);
    color: #fff;
}

.ecom-orders-btn--primary:hover {
    background: var(--ecom-orders-primary-dark);
    color: #fff;
}

.ecom-orders-btn--danger {
    background: #fff;
    border-color: #fecaca;
    color: #b91c1c;
}

.ecom-orders-btn--danger:hover {
    background: #fef2f2;
}

.ecom-orders-confirmed,
.ecom-orders-cancelled {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    font-size: 1.1rem;
}

.ecom-orders-pager {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 1.1rem 0 1.25rem;
}

.ecom-orders-pager-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 120px;
    max-width: none;
    flex: 0 0 auto;
    height: 44px;
    padding: 0 1.25rem !important;
    border-radius: 999px !important;
    border: 1px solid var(--ecom-orders-border) !important;
    background: #fff !important;
    color: var(--ecom-orders-heading) !important;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.ecom-orders-pager-btn:hover:not(:disabled) {
    border-color: var(--ecom-orders-primary) !important;
    color: var(--ecom-orders-primary) !important;
    background: #fff7ed !important;
}

.ecom-orders-pager-btn:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.ecom-orders-pager-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 44px;
    padding: 0 1rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid var(--ecom-orders-border);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ecom-orders-heading);
    white-space: nowrap;
    flex: 0 0 auto;
}

.ecom-orders-confirmed {
    color: #16a34a;
}

.ecom-orders-cancelled {
    color: #dc2626;
}

.ecom-orders-empty-state {
    background: #fff;
    border: 1px solid var(--ecom-orders-border);
    border-radius: 24px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ecom-orders-empty-icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff7ed;
    color: var(--ecom-orders-primary);
    font-size: 1.25rem;
    margin-bottom: 0.85rem;
}

.ecom-orders-empty-title {
    margin: 0;
    font-weight: 800;
    color: var(--ecom-orders-heading);
}

.ecom-orders-empty-text {
    margin: 0.35rem 0 1.1rem;
    color: var(--ecom-orders-muted);
}

@media (max-width: 767px) {
    .ecom-orders-title {
        font-size: 1.45rem;
    }

    .ecom-orders-shell {
        padding: 14px 12px 6px;
        border-radius: 18px;
    }

    .ecom-orders-search {
        font-size: 0.95rem;
        height: 44px;
    }

    .ecom-orders-search-wrap {
        max-width: none;
    }

    .ecom-orders-table {
        min-width: 760px;
    }

    .ecom-orders-table thead th,
    .ecom-orders-table tbody td {
        padding: 0.8rem 0.75rem;
    }
}

/* ——— Facture e-com (style minimaliste type invoice) ——— */
.ecom-invoice-page {
    --ecom-inv-ink: #111111;
    --ecom-inv-muted: #555555;
    --ecom-inv-line: #e0e0e0;
    --ecom-inv-soft: #f7f7f7;
}

.ecom-invoice-page .container-2 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ecom-invoice-page .ecom-invoice-card {
    background: #fff !important;
    border: 1px solid var(--ecom-inv-line);
    border-radius: 4px;
    box-shadow: none !important;
    width: 100%;
    max-width: 780px;
    margin: 2rem auto 1.5rem !important;
    padding: 2.5rem 2.75rem !important;
    color: var(--ecom-inv-ink);
    box-sizing: border-box;
}

.ecom-inv-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.25rem;
}

.ecom-inv-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 auto;
}

.ecom-inv-title {
    margin: 0;
    font-size: 3.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ecom-inv-ink);
    line-height: 1.1;
    text-align: left;
}

.ecom-inv-brand {
    margin: 0.5rem 0 0;
    font-size: 1.4rem;
    color: var(--ecom-inv-muted);
    font-weight: 500;
    text-align: left;
}

.ecom-inv-logo {
    display: block;
    width: auto;
    max-width: 130px;
    max-height: 68px;
    object-fit: contain;
    margin-left: auto;
}

.ecom-inv-meta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
    margin-bottom: 1.75rem;
    align-items: start;
    justify-content: space-between;
}

.ecom-inv-col {
    min-width: 0;
}

.ecom-inv-col--right {
    justify-self: end;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    text-align: right;
}

.ecom-inv-field {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.35rem 1rem;
    margin-bottom: 1rem;
    align-items: start;
    text-align: left;
}

.ecom-inv-col--right .ecom-inv-field {
    grid-template-columns: auto auto;
    justify-content: end;
    justify-items: end;
    text-align: right;
    margin-left: auto;
}

.ecom-inv-label {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ecom-inv-ink);
    text-align: left;
    line-height: 1.4;
}

.ecom-inv-col--right .ecom-inv-label {
    min-width: 0;
    text-align: right;
}

.ecom-inv-value {
    font-size: 1.35rem;
    color: var(--ecom-inv-muted);
    line-height: 1.5;
    text-align: left;
    word-break: break-word;
}

.ecom-inv-col--right .ecom-inv-value {
    text-align: right;
}

.ecom-inv-value--strong {
    color: var(--ecom-inv-ink);
    font-weight: 600;
}

.ecom-inv-rule {
    border: 0;
    border-top: 1px solid var(--ecom-inv-line);
    margin: 1.75rem 0;
}

.ecom-inv-section-title {
    margin: 0 0 1.25rem;
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--ecom-inv-ink);
    text-align: left;
}

.ecom-inv-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    table-layout: fixed;
}

.ecom-inv-table thead th {
    background: transparent !important;
    color: var(--ecom-inv-muted) !important;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    border: none !important;
    border-bottom: 1px solid var(--ecom-inv-line) !important;
    padding: 0.85rem 0.65rem 1rem !important;
}

.ecom-inv-th-desc {
    text-align: left;
    width: 42%;
}

.ecom-inv-th-num {
    text-align: right;
    white-space: nowrap;
}

.ecom-inv-table tbody td {
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 1.15rem 0.65rem !important;
    background: transparent !important;
    vertical-align: top;
    font-size: 1.4rem;
    color: var(--ecom-inv-ink);
}

.ecom-inv-table tbody tr:nth-child(even) td {
    background: transparent !important;
}

.ecom-inv-td-desc {
    text-align: left;
}

.ecom-inv-td-num {
    text-align: right;
    white-space: nowrap;
    color: var(--ecom-inv-muted);
    font-variant-numeric: tabular-nums;
}

.ecom-inv-item-name {
    display: block;
    font-weight: 600;
    font-size: 1.45rem;
    color: var(--ecom-inv-ink);
    text-align: left;
}

.ecom-inv-item-category {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-primary, #ff8b00);
    text-align: left;
}

.ecom-inv-item-code {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.2rem;
    color: var(--ecom-inv-muted);
    text-align: left;
}

.ecom-inv-total-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
    margin: 0.75rem 0 0.35rem;
    text-align: right;
}

.ecom-inv-total-label {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ecom-inv-ink);
}

.ecom-inv-total-amount {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--ecom-inv-ink);
    letter-spacing: -0.02em;
    line-height: 1.15;
    font-variant-numeric: tabular-nums;
}

.ecom-inv-footer {
    margin-top: 0.5rem;
    text-align: left;
}

.ecom-inv-footer-title {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ecom-inv-ink);
}

.ecom-inv-footer p {
    margin: 0 0 0.3rem;
    font-size: 0.8rem;
    color: var(--ecom-inv-muted);
    line-height: 1.45;
}

.ecom-invoice-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.ecom-invoice-actions .rts-btn {
    cursor: pointer;
}

.ecom-invoice-print-hint {
    flex: 1 1 100%;
    text-align: center;
    margin: 0.35rem 0 0;
    font-size: 1rem;
    color: #6b7280;
}

@media screen and (max-width: 767px) {
    .ecom-invoice-page .container-2 {
        max-width: 100%;
    }

    .ecom-invoice-page .ecom-invoice-card {
        max-width: 100%;
        padding: 1.5rem 1.25rem !important;
        margin-top: 1rem !important;
    }

    .ecom-inv-title {
        font-size: 2.5rem;
    }

    .ecom-inv-brand {
        font-size: 1.2rem;
    }

    .ecom-inv-logo {
        max-width: 100px;
        max-height: 52px;
    }

    .ecom-inv-meta-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .ecom-inv-col--right {
        justify-self: stretch;
        width: 100%;
        margin-left: 0;
        text-align: left;
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid var(--ecom-inv-line);
    }

    .ecom-inv-col--right .ecom-inv-field {
        justify-content: start;
        justify-items: start;
        text-align: left;
        margin-left: 0;
        grid-template-columns: 7.5rem minmax(0, 1fr);
    }

    .ecom-inv-col--right .ecom-inv-label,
    .ecom-inv-col--right .ecom-inv-value {
        text-align: left;
    }

    .ecom-inv-field {
        grid-template-columns: 7.5rem minmax(0, 1fr);
    }

    .ecom-inv-label {
        font-size: 1.2rem;
    }

    .ecom-inv-value,
    .ecom-inv-table tbody td,
    .ecom-inv-footer p {
        font-size: 0.85rem;
    }

    .ecom-inv-footer-title {
        font-size: 0.9rem;
    }

    .ecom-inv-table thead th {
        font-size: 1.1rem;
    }

    .ecom-inv-item-name {
        font-size: 0.95rem;
    }

    .ecom-inv-item-category {
        font-size: 0.78rem;
    }

    .ecom-inv-total-amount {
        font-size: 1.6rem;
    }

    .ecom-inv-section-title {
        font-size: 1.4rem;
    }
}

@media print {
    @page {
        size: A4 portrait;
        margin: 10mm;
    }

    /* Ne pas utiliser visibility:hidden sur * — Chrome imprime une page blanche */
    html.ecom-invoice-printing,
    body.ecom-invoice-body,
    body.ecom-invoice-printing {
        background: #fff !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        overflow: visible !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    body.ecom-invoice-body .ecom-invoice-screen-chrome,
    body.ecom-invoice-body .rts-header-one-area-one,
    body.ecom-invoice-body .ap-sticky-header,
    body.ecom-invoice-body .ap-sticky-placeholder,
    body.ecom-invoice-body .rts-footer-area,
    body.ecom-invoice-body .rts-copyright-area,
    body.ecom-invoice-body .progress-wrap,
    body.ecom-invoice-body .contact-float,
    body.ecom-invoice-body .contact-chatbot,
    body.ecom-invoice-body #anywhere-home,
    body.ecom-invoice-body .rts-ltr-rtl-setting-button-area,
    body.ecom-invoice-body .product-details-popup-wrapper,
    body.ecom-invoice-body .modal,
    body.ecom-invoice-body .modal-backdrop,
    body.ecom-invoice-body .side-bar,
    body.ecom-invoice-body #side-bar,
    body.ecom-invoice-body .ecom-mobile-menu,
    body.ecom-invoice-body #ecomFlashMessages,
    body.ecom-invoice-body .ecom-flash-stack,
    body.ecom-invoice-body .no-print,
    body.ecom-invoice-body .ecom-invoice-actions,
    body.ecom-invoice-body .buttons-area-invoice,
    body.ecom-invoice-body .rts-navigation-area-breadcrumb {
        display: none !important;
    }

    body.ecom-invoice-body .rts-invoice-style-one,
    body.ecom-invoice-body .ecom-invoice-page,
    body.ecom-invoice-body .container-2,
    body.ecom-invoice-body .container-2>.row,
    body.ecom-invoice-body .container-2>.row>[class*="col-"] {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        float: none !important;
        position: static !important;
        overflow: visible !important;
    }

    body.ecom-invoice-body #ecomInvoicePrintArea,
    body.ecom-invoice-body .ecom-invoice-card,
    body.ecom-invoice-body .invoice-main-wrapper-1.ecom-invoice-card {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: #fff !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    body.ecom-invoice-body #ecomInvoicePrintArea * {
        box-sizing: border-box !important;
    }

    /* Disposition figée = écran desktop */
    body.ecom-invoice-body .ecom-inv-top {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 8mm !important;
        margin-bottom: 8mm !important;
        width: 100% !important;
    }

    body.ecom-invoice-body .ecom-inv-top-left {
        flex: 1 1 auto !important;
        text-align: left !important;
    }

    body.ecom-invoice-body .ecom-inv-top-right {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
    }

    body.ecom-invoice-body .ecom-inv-logo {
        display: block !important;
        max-width: 34mm !important;
        max-height: 18mm !important;
        width: auto !important;
        height: auto !important;
        margin-left: auto !important;
    }

    body.ecom-invoice-body .ecom-inv-meta-row {
        display: grid !important;
        grid-template-columns: 1.15fr 0.85fr !important;
        gap: 6mm 12mm !important;
        align-items: start !important;
        margin-bottom: 6mm !important;
        width: 100% !important;
    }

    body.ecom-invoice-body .ecom-inv-col {
        min-width: 0 !important;
        text-align: left !important;
    }

    body.ecom-invoice-body .ecom-inv-col--right {
        justify-self: end !important;
        width: max-content !important;
        max-width: 100% !important;
        margin: 0 0 0 auto !important;
        padding: 0 !important;
        border: 0 !important;
        text-align: right !important;
    }

    body.ecom-invoice-body .ecom-inv-field {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        gap: 1mm 3mm !important;
        margin-bottom: 2.8mm !important;
        align-items: start !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    body.ecom-invoice-body .ecom-inv-col--right .ecom-inv-field {
        grid-template-columns: auto auto !important;
        justify-content: end !important;
        justify-items: end !important;
        text-align: right !important;
        margin-left: auto !important;
        width: max-content !important;
    }

    body.ecom-invoice-body .ecom-inv-label {
        font-size: 11pt !important;
        font-weight: 700 !important;
        color: #111 !important;
        text-align: left !important;
    }

    body.ecom-invoice-body .ecom-inv-col--right .ecom-inv-label,
    body.ecom-invoice-body .ecom-inv-col--right .ecom-inv-value {
        text-align: right !important;
    }

    body.ecom-invoice-body .ecom-inv-value {
        font-size: 11pt !important;
        color: #555 !important;
        text-align: left !important;
    }

    body.ecom-invoice-body .ecom-inv-value--strong {
        color: #111 !important;
        font-weight: 600 !important;
    }

    body.ecom-invoice-body .ecom-inv-title {
        font-size: 28pt !important;
        margin: 0 !important;
        text-align: left !important;
        color: #111 !important;
    }

    body.ecom-invoice-body .ecom-inv-brand {
        font-size: 12pt !important;
        margin: 2mm 0 0 !important;
        text-align: left !important;
        color: #555 !important;
    }

    body.ecom-invoice-body .ecom-inv-rule {
        border: 0 !important;
        border-top: 1px solid #e0e0e0 !important;
        margin: 5mm 0 !important;
        width: 100% !important;
        display: block !important;
    }

    body.ecom-invoice-body .ecom-inv-section-title {
        font-size: 13pt !important;
        font-weight: 700 !important;
        margin: 0 0 4mm !important;
        text-align: left !important;
        color: #111 !important;
    }

    body.ecom-invoice-body .ecom-inv-table-wrap {
        width: 100% !important;
        overflow: visible !important;
    }

    body.ecom-invoice-body .ecom-inv-table {
        width: 100% !important;
        border-collapse: collapse !important;
        table-layout: fixed !important;
    }

    body.ecom-invoice-body .ecom-inv-table thead th {
        background: transparent !important;
        color: #666 !important;
        font-size: 10.5pt !important;
        font-weight: 600 !important;
        border: none !important;
        border-bottom: 1px solid #e0e0e0 !important;
        padding: 2mm 1.5mm !important;
    }

    body.ecom-invoice-body .ecom-inv-table tbody td {
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid #f0f0f0 !important;
        padding: 3mm 1.5mm !important;
        font-size: 11pt !important;
        color: #111 !important;
        vertical-align: top !important;
    }

    body.ecom-invoice-body .ecom-inv-th-desc,
    body.ecom-invoice-body .ecom-inv-td-desc {
        text-align: left !important;
        width: 42% !important;
    }

    body.ecom-invoice-body .ecom-inv-th-num,
    body.ecom-invoice-body .ecom-inv-td-num {
        text-align: right !important;
    }

    body.ecom-invoice-body .ecom-inv-item-name {
        display: block !important;
        font-size: 12pt !important;
        font-weight: 600 !important;
        text-align: left !important;
    }

    body.ecom-invoice-body .ecom-inv-item-category {
        display: block !important;
        margin-top: 1mm !important;
        font-size: 9pt !important;
        font-weight: 600 !important;
        color: #ff8b00 !important;
        text-align: left !important;
    }

    body.ecom-invoice-body .ecom-inv-item-code {
        display: block !important;
        font-size: 10pt !important;
        color: #666 !important;
        text-align: left !important;
    }

    body.ecom-invoice-body .ecom-inv-total-block {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        text-align: right !important;
        width: 100% !important;
        margin: 3mm 0 !important;
    }

    body.ecom-invoice-body .ecom-inv-total-label {
        font-size: 11pt !important;
        font-weight: 700 !important;
        text-align: right !important;
    }

    body.ecom-invoice-body .ecom-inv-total-amount {
        font-size: 16pt !important;
        font-weight: 800 !important;
        text-align: right !important;
        color: #111 !important;
    }

    body.ecom-invoice-body .ecom-inv-footer {
        text-align: left !important;
        margin-top: 2mm !important;
    }

    body.ecom-invoice-body .ecom-inv-footer-title {
        font-size: 9pt !important;
        font-weight: 700 !important;
        margin: 0 0 2mm !important;
        text-align: left !important;
    }

    body.ecom-invoice-body .ecom-inv-footer p {
        font-size: 8pt !important;
        color: #555 !important;
        text-align: left !important;
        margin: 0 0 1.5mm !important;
    }
}

/* Flash messages — mini modals au-dessus de la navbar */
.ecom-flash-stack {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1080;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: min(420px, calc(100vw - 24px));
    pointer-events: none;
}

.ecom-flash-toast {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
    animation: ecomFlashIn 0.28s ease;
}

.ecom-flash-toast.is-leaving {
    animation: ecomFlashOut 0.3s ease forwards;
}

.ecom-flash-toast-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    line-height: 1;
}

.ecom-flash-toast-text {
    flex: 1;
    margin: 0;
    color: #1f2937;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
}

.ecom-flash-toast-close {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: -4px -4px 0 0;
    border: 0;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease;
}

.ecom-flash-toast-close:hover {
    color: #111827;
    background: rgba(15, 23, 42, 0.06);
}

.ecom-flash-toast--success {
    background: #f0fdf4;
    border-color: #86efac;
}

.ecom-flash-toast--success .ecom-flash-toast-icon {
    color: #16a34a;
}

.ecom-flash-toast--error,
.ecom-flash-toast--danger {
    background: #fef2f2;
    border-color: #fca5a5;
}

.ecom-flash-toast--error .ecom-flash-toast-icon,
.ecom-flash-toast--danger .ecom-flash-toast-icon {
    color: #dc2626;
}

.ecom-flash-toast--warning {
    background: #fffbeb;
    border-color: #fcd34d;
}

.ecom-flash-toast--warning .ecom-flash-toast-icon {
    color: #d97706;
}

.ecom-flash-toast--info {
    background: #eff6ff;
    border-color: #93c5fd;
}

.ecom-flash-toast--info .ecom-flash-toast-icon {
    color: #2563eb;
}

@keyframes ecomFlashIn {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ecomFlashOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@media (max-width: 575px) {
    .ecom-flash-stack {
        top: 8px;
        width: calc(100vw - 16px);
    }

    .ecom-flash-toast {
        padding: 12px 12px;
    }

    .ecom-flash-toast-text {
        font-size: 1.15rem;
    }
}

.ecom-cat-children {
    list-style: none;
    padding: 0.15rem 0 0.35rem 1.1rem;
    margin: 0;
}

.ecom-cat-children .menu-item {
    font-size: 0.92em;
    opacity: 0.9;
}

.ecom-mobile-cat-caret {
    margin-left: auto;
    font-size: 0.9rem;
    color: #9ca3af;
    transition: transform 0.2s ease;
}

.ecom-mobile-cat-li.is-open>.ecom-mobile-cat-item>.ecom-mobile-cat-caret {
    transform: rotate(180deg);
    color: #ff8b00;
}

.ecom-mobile-cat-children,
.ecom-mobile-cat-pieces {
    display: none;
    list-style: none;
    padding: 0 0 0.35rem 1.75rem;
    margin: 0;
}

.ecom-mobile-cat-li.is-open>.ecom-mobile-cat-children,
.ecom-mobile-cat-li.is-open>.ecom-mobile-cat-pieces,
.ecom-mobile-cat-pieces.is-open {
    display: block;
}

.ecom-mobile-cat-item--child {
    font-size: 1.25rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.ecom-mobile-cat-item--piece {
    font-size: 1.15rem;
    font-weight: 500 !important;
    padding: 0.2rem 0.75rem 0.2rem 1.1rem !important;
    color: #57534e !important;
}

.ecom-mobile-cat-pieces {
    list-style: none;
    padding: 0 0 0.4rem 0.5rem;
    margin: 0;
}

.ecom-shop-cat {
    position: relative;
}

.ecom-shop-sous-host {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 16px;
}

.ecom-shop-sous-host:not([hidden]) {
    display: flex;
}

/* Localité détail : ne pas afficher les sous-catégories dans la sidebar étroite */
.ecom-localite-cat-wrapper .ecom-shop-sous-card {
    display: none !important;
}

.ecom-localite-sous-host.ecom-shop-sous-host {
    margin-top: 14px;
    margin-bottom: 8px;
}

#ecom-localite-results {
    position: relative;
    transition: opacity 0.2s ease;
}

#ecom-localite-results.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

#ecom-localite-results.is-loading::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    border: 3px solid rgba(255, 139, 0, 0.25);
    border-top-color: #ff8b00;
    border-radius: 50%;
    animation: ecom-shop-spin 0.7s linear infinite;
    z-index: 5;
}

.ecom-shop-sous-card {
    display: none;
    padding: 16px 18px 14px;
    border: 1px solid #f3e8d8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(255, 139, 0, 0.08);
}

.ecom-shop-sous-card.is-open {
    display: block;
}

.ecom-shop-sous-card__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    font-weight: 800;
    color: #111;
}

.ecom-shop-sous-card__title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8b00;
}

.ecom-shop-sous-card__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 12px;
}

.ecom-shop-sous-card__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #f3f4f6;
    border-radius: 10px;
    background: #fafafa;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #374151;
    cursor: pointer;
}

.ecom-shop-sous-card__item:hover {
    border-color: #ffd7a8;
    background: #fff7ed;
}

.ecom-shop-sous-card__item:has(input:checked) {
    border-color: #ff8b00;
    background: #fff7ed;
    color: #9a3412;
}

.ecom-shop-sous-card__item input {
    margin-top: 2px;
    flex: 0 0 auto;
    accent-color: #ff8b00;
}

@media (max-width: 991.98px) {
    .ecom-shop-sous-card__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .ecom-shop-sous-card__grid {
        grid-template-columns: 1fr;
    }
}

/* Méga-menu catégories (survol) */
.logo-search-category-wrapper .category-search-wrapper,
.logo-search-category-wrapper .category-search-wrapper .category-btn {
    overflow: visible;
}

.category-hover-header .category-sub-menu.ecom-mega-cats {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 248px;
    min-width: 248px;
    max-height: min(72vh, 580px);
    overflow: visible;
    padding: 8px 0;
    z-index: 40;
}

.ecom-mega-cats__item {
    position: static;
    margin: 0;
}

.ecom-mega-cats__parent {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 11px 16px !important;
    background: transparent !important;
}

.ecom-mega-cats__parent span {
    font-weight: 600;
    color: #1c1917;
}

.ecom-mega-cats__parent i {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    color: #ff8b00 !important;
    font-size: 11px !important;
}

.ecom-mega-cats__item:hover>.ecom-mega-cats__parent,
.category-btn:hover .ecom-mega-cats:not(:has(.ecom-mega-cats__item:hover)) .ecom-mega-cats__item.is-open>.ecom-mega-cats__parent {
    background: #ff8b00 !important;
}

.ecom-mega-cats__item:hover>.ecom-mega-cats__parent span,
.category-btn:hover .ecom-mega-cats:not(:has(.ecom-mega-cats__item:hover)) .ecom-mega-cats__item.is-open>.ecom-mega-cats__parent span {
    color: #fff !important;
}

.ecom-mega-cats__item:hover>.ecom-mega-cats__parent i,
.category-btn:hover .ecom-mega-cats:not(:has(.ecom-mega-cats__item:hover)) .ecom-mega-cats__item.is-open>.ecom-mega-cats__parent i {
    color: #fff !important;
}

.ecom-mega-cats__panel {
    position: absolute;
    top: 0;
    left: 248px;
    width: min(78vw, 860px);
    min-height: 100%;
    max-height: min(72vh, 580px);
    overflow-y: auto;
    background: #fff;
    border: 0;
    border-left: 1px solid #e5e7eb;
    border-radius: 0;
    box-shadow: 12px 10px 28px rgba(15, 23, 42, 0.1);
    padding: 20px 28px 28px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 41;
}

.category-btn:hover .ecom-mega-cats__item.is-open>.ecom-mega-cats__panel,
.ecom-mega-cats__item:hover>.ecom-mega-cats__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ecom-mega-cats:has(.ecom-mega-cats__item:hover) .ecom-mega-cats__item.is-open:not(:hover)>.ecom-mega-cats__panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ecom-mega-cats__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.ecom-mega-cats__panel-head strong {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111827;
}

.ecom-mega-cats__panel-head a {
    padding: 0 !important;
    background: none !important;
    color: #ff8b00 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.ecom-mega-cats__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2.5rem;
    row-gap: 1.75rem;
    align-items: start;
}

.ecom-mega-col {
    min-width: 0;
}

.category-hover-header .ecom-mega-cats .ecom-mega-col__title {
    display: block;
    margin: 0 0 4px;
    padding: 18px 0 10px !important;
    background: none !important;
    border: 0 !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
}

.ecom-mega-col__title:hover {
    background: none !important;
    color: #ff8b00 !important;
}

.ecom-mega-col__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ecom-mega-col__list>li {
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.category-hover-header .ecom-mega-cats .ecom-mega-col__list a,
.category-hover-header .ecom-mega-cats .ecom-mega-col__piece {
    display: block;
    padding: 12px 0 !important;
    background: none !important;
    color: #6b7280 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4;
}

.ecom-mega-col__list a:hover {
    background: none !important;
    color: #111827 !important;
}

.ecom-mega-col__list a:hover span {
    color: inherit !important;
}

.ecom-mega-col__empty {
    padding: 12px 0;
    color: #9ca3af;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.ecom-mega-col__more {
    color: #ff8b00 !important;
    font-weight: 600 !important;
}

.ecom-mega-cats__empty {
    margin: 0;
    grid-column: 1 / -1;
    color: #9ca3af;
    font-size: 0.95rem;
}

@media (max-width: 1199px) {
    .ecom-mega-cats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.75rem;
    }
}

@media (max-width: 991px) {
    .ecom-mega-cats__panel {
        left: 0;
        top: 100%;
        width: min(92vw, 420px);
        min-height: 0;
        max-height: 60vh;
        border-left: 1px solid #e5e7eb;
        border-radius: 0;
    }

    .ecom-mega-cats__grid {
        grid-template-columns: 1fr;
        row-gap: 0.5rem;
    }
}

/* Carte article — layout image / titres / prix + CTA */
.ecom-article-card.ecom-piece-card,
.ecom-pieces-plus-commandees .ecom-article-card.ecom-piece-card,
.ecom-catalogue-column .ecom-article-card.ecom-piece-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 10px 10px 14px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ecom-article-card.ecom-piece-card:hover,
.ecom-pieces-plus-commandees .ecom-article-card.ecom-piece-card:hover {
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
    border-color: #e5e5e5;
    transform: translateY(-2px);
}

.ecom-article-card__media {
    position: relative;
    margin: 0 0 12px;
}

.ecom-article-card__image,
.ecom-article-card .thumbnail-preview {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 188px !important;
    margin: 0;
    padding: 16px !important;
    background: #f6f7f8 !important;
    border: 0 !important;
    border-radius: 16px !important;
    overflow: hidden;
}

.ecom-article-card .thumbnail-preview img,
.ecom-article-card .ecom-piece-placeholder {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ecom-article-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.55);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.ecom-article-card__badge.is-out {
    background: rgba(185, 28, 28, 0.78);
}

.ecom-article-card__mark {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.ecom-article-card__cat {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    max-width: calc(100% - 24px);
    padding: 5px 10px;
    border-radius: 999px;
    background: #ff8b00;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecom-article-card__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #ff8b00;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease;
}

.ecom-article-card__icon-btn i {
    color: inherit;
}

.ecom-article-card__icon-btn:hover,
.ecom-article-card__icon-btn.is-favori:hover {
    background: #ff8b00;
    color: #fff;
}

.ecom-article-card__icon-btn.is-favori,
.ecom-article-card__icon-btn.is-favori i {
    color: #ff8b00;
}

.ecom-article-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 2px 6px 0 !important;
    text-align: left !important;
}

.ecom-article-card__title,
.ecom-article-card .title {
    margin: 0 0 4px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #111 !important;
}

.ecom-article-card__title a,
.ecom-article-card .title a {
    color: inherit !important;
    text-decoration: none !important;
}

.ecom-article-card__sub,
.ecom-article-card .ecom-piece-category {
    display: block;
    margin: 0 0 6px;
    color: #9ca3af !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.ecom-article-card__desc {
    margin: 0 0 14px;
    color: #9ca3af;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.45;
}

.ecom-article-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}

.ecom-article-card__price-wrap {
    min-width: 0;
}

.ecom-article-card__price,
.ecom-article-card .current {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    white-space: nowrap;
}

.ecom-article-card__price-old {
    display: block;
    margin-top: 3px;
    padding-left: 4px;
    color: #9ca3af;
    font-size: 11px;
    text-decoration: line-through;
}

.ecom-article-card__buy {
    margin: 0;
    flex: 0 0 auto;
}

.ecom-article-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px 7px 14px;
    border: 0;
    border-radius: 999px;
    background: #ff8b00 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none !important;
}

.ecom-article-card__cta:hover {
    background: #e07a00 !important;
    color: #fff !important;
}

.ecom-article-card__cta.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.ecom-article-card__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 11px;
}

.ecom-article-card__hint {
    margin: 8px 0 0;
    font-size: 11px;
    color: #9ca3af;
}

.ecom-article-card__hint.is-out {
    color: #dc2626;
}

.ecom-article-card .image-and-action-area-wrapper,
.ecom-article-card .action-share-option,
.ecom-article-card .cart-counter-action,
.ecom-article-card .availability,
.ecom-article-card .ecom-stock-line,
.ecom-article-card .price-area {
    display: none;
}

/* Fiche produit */
.ecom-pd {
    background: #f7f7f8;
    padding-top: 28px;
    padding-bottom: 48px;
    max-width: 100%;
    overflow-x: clip;
}

.ecom-pd > .container {
    max-width: 100%;
}

.ecom-pd-breadcrumb .navigator-breadcrumb-wrapper {
    flex-wrap: nowrap;
    gap: 8px 10px;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ecom-pd-breadcrumb .navigator-breadcrumb-wrapper::-webkit-scrollbar {
    display: none;
}

.ecom-pd-breadcrumb .navigator-breadcrumb-wrapper a,
.ecom-pd-breadcrumb .navigator-breadcrumb-wrapper .current {
    flex-shrink: 0;
    font-size: 13px;
    white-space: nowrap;
}

.ecom-pd-breadcrumb .navigator-breadcrumb-wrapper .current {
    max-width: min(220px, 45vw);
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecom-pd-breadcrumb .navigator-breadcrumb-wrapper i {
    flex-shrink: 0;
    font-size: 10px;
    opacity: 0.55;
}

.ecom-pd__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: start;
    padding: 28px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.ecom-pd__gallery {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    max-width: 100%;
}

.ecom-pd__info {
    min-width: 0;
    max-width: 100%;
}

.ecom-pd__thumbs-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.ecom-pd__thumbs-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: calc(100% - 8px);
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

.ecom-pd__thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 2px 4px 8px;
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
}

.ecom-pd__thumbs::-webkit-scrollbar {
    height: 6px;
}

.ecom-pd__thumbs::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}

.ecom-pd__thumb {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    scroll-snap-align: center;
    padding: 6px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #f6f7f8;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color 0.15s ease;
}

.ecom-pd__thumb.is-active {
    border-color: #ff8b00;
}

.ecom-pd__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecom-pd__stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 420px;
    padding: 36px;
    background: #f3f4f6;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.ecom-pd__stage img,
.ecom-pd-zoom__img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 380px;
    object-fit: contain;
}

.ecom-pd-zoom {
    overflow: hidden;
    cursor: zoom-in;
}

.ecom-pd-zoom__frame {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ecom-pd-zoom__img {
    display: block;
    max-width: 100%;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.12s ease-out;
    will-change: transform;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.ecom-pd-zoom.is-zooming .ecom-pd-zoom__img {
    transition: none;
}

@media (hover: none) {
    .ecom-pd-zoom {
        cursor: default;
    }
}

.ecom-pd__placeholder {
    font-size: 64px;
    color: #d1d5db;
}

.ecom-pd__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    padding: 6px 12px;
    border-radius: 8px;
    background: #ff8b00;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.ecom-pd__badge.is-out {
    background: #dc2626;
}

.ecom-pd__cat {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    max-width: calc(100% - 24px);
    padding: 6px 10px;
    border-radius: 999px;
    background: #ff8b00;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecom-pd__status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.ecom-pd__stars {
    color: #f5b301;
    font-size: 13px;
    letter-spacing: 1px;
}

.ecom-pd__status-text {
    color: #6b7280;
    font-size: 13px;
}

.ecom-pd__status-text.is-out {
    color: #dc2626;
    font-weight: 700;
}

.ecom-pd__title {
    margin: 0 0 12px;
    color: #111;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ecom-pd__lead {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.ecom-pd__price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.ecom-pd__price strong {
    color: #111;
    font-size: 28px;
    font-weight: 800;
}

.ecom-pd__price-old {
    color: #9ca3af;
    font-size: 16px;
    text-decoration: line-through;
}

.ecom-pd__save {
    padding: 4px 10px;
    border-radius: 999px;
    background: #ffe4e6;
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
}

.ecom-pd__perks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.ecom-pd__perk {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.ecom-pd__perk i {
    color: #ff8b00;
}

.ecom-pd__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 0 20px;
}

.ecom-pd__meta div {
    margin: 0;
}

.ecom-pd__meta dt {
    margin: 0;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ecom-pd__meta dd {
    margin: 2px 0 0;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.ecom-pd__label {
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

.ecom-pd__qty-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.ecom-pd__qty {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.ecom-pd__qty .button,
.ecom-pd__qty .qty-minus,
.ecom-pd__qty .qty-plus {
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    color: #111;
}

.ecom-pd__qty .ecom-detail-qty-value {
    min-width: 36px;
    text-align: center;
    font-weight: 800;
}

.ecom-pd__added {
    color: #6b7280;
    font-size: 13px;
}

.ecom-pd__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.ecom-pd__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    border: 1px solid transparent;
    cursor: pointer;
}

.ecom-pd__btn--primary {
    background: #ff8b00 !important;
    color: #fff !important;
    border-color: #ff8b00;
}

.ecom-pd__btn--primary:hover {
    background: #e07a00 !important;
    color: #fff !important;
}

.ecom-pd__btn--ghost {
    background: #fff;
    color: #111 !important;
    border-color: #111;
}

.ecom-pd__btn--ghost:hover {
    background: #111;
    color: #fff !important;
}

.ecom-pd__warn {
    color: #6b7280;
    margin: 12px 0;
}

.ecom-pd__warn.is-out {
    color: #dc2626;
    font-weight: 600;
}

.ecom-pd__share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.ecom-pd__wish {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
}

.ecom-pd__wish-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #ff8b00;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: background 0.15s ease, color 0.15s ease;
}

.ecom-pd__wish:hover .ecom-pd__wish-icon {
    background: #ff8b00;
    color: #fff;
}

.ecom-pd__social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    color: #6b7280;
    font-size: 13px;
}

.ecom-pd__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    color: #111 !important;
    text-decoration: none !important;
}

.ecom-pd__bar {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0;
    padding: 22px 16px;
    background: #fff;
    border-radius: 18px;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.ecom-pd__bar-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 6px;
    min-width: 0;
}

.ecom-pd__bar-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-top: 0;
    border-radius: 50%;
    background: #ff8b00;
    color: #fff;
    font-size: 15px;
}

.ecom-pd__bar-item strong {
    display: block;
    color: #111;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.ecom-pd__bar-item p {
    margin: 2px 0 0;
    color: #9ca3af;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.ecom-pd__lower {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 24px;
    align-items: start;
    min-width: 0;
    max-width: 100%;
}

.ecom-pd__tabs {
    padding: 24px;
    background: #fff;
    border-radius: 18px;
}

.ecom-pd__tabs.product-discription-tab-shop {
    margin-top: 0;
}

.ecom-pd__tabs .ecom-pd__tablist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px !important;
    margin-bottom: 20px;
    padding-bottom: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
}

.ecom-pd__tabs .ecom-pd__tablist .nav-item {
    margin: 0;
}

.ecom-pd__tabs .ecom-pd__tablist .nav-link,
.ecom-pd__tabs.product-discription-tab-shop button.nav-link {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 16px !important;
    border: 1px solid #ececec !important;
    border-radius: 999px !important;
    background: #f6f7f8 !important;
    box-shadow: none !important;
    color: #4b5563 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.ecom-pd__tabs .ecom-pd__tablist .nav-link i {
    font-size: 13px;
    color: inherit;
}

.ecom-pd__tabs .ecom-pd__tablist .nav-link:hover,
.ecom-pd__tabs.product-discription-tab-shop button.nav-link:hover {
    background: #fff4e6 !important;
    border-color: #ffd7a8 !important;
    color: #ff8b00 !important;
}

.ecom-pd__tabs .ecom-pd__tablist .nav-link.active,
.ecom-pd__tabs.product-discription-tab-shop button.nav-link.active {
    background: #ff8b00 !important;
    border-color: #ff8b00 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.ecom-pd__h {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
}

.ecom-pd__tabs p {
    color: #6b7280;
    line-height: 1.7;
}

.ecom-pd__checks {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.ecom-pd__checks li {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    color: #374151;
    font-weight: 600;
}

.ecom-pd__checks i {
    color: #16a34a;
}

.ecom-pd__table {
    width: 100%;
}

.ecom-pd__table td,
.ecom-pd__table th {
    padding: 10px 8px;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
}

.ecom-pd__table td:first-child {
    width: 40%;
    color: #6b7280;
    font-weight: 600;
}

.ecom-pd__note {
    margin-top: 14px;
    color: #374151;
}

.ecom-pd__ready {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ecom-pd__ready-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 28px;
    background: #f6f7f8;
}

.ecom-pd__ready-media img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
}

.ecom-pd__ready-body {
    padding: 20px 22px 22px;
}

.ecom-pd__ready-kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff4e6;
    color: #ff8b00;
    font-size: 12px;
    font-weight: 700;
}

.ecom-pd__ready-body h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.ecom-pd__ready-body p {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.ecom-pd__ready-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff8b00 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.ecom-pd__ready-link:hover {
    color: #e07a00 !important;
}

@media (max-width: 991px) {

    .ecom-pd {
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .ecom-pd.rts-section-gap {
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .ecom-pd > .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ecom-pd-breadcrumb .navigator-breadcrumb-wrapper {
        padding: 14px 0;
    }

    .ecom-pd__hero,
    .ecom-pd__lower {
        grid-template-columns: 1fr;
    }

    .ecom-pd__bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 18px 0;
        padding: 16px 12px;
    }

    .ecom-pd__hero {
        gap: 20px;
        padding: 16px;
        border-radius: 18px;
    }

    .ecom-pd__gallery {
        width: 100%;
        min-width: 0;
    }

    .ecom-pd__thumbs {
        justify-content: flex-start;
    }

    .ecom-pd__title {
        font-size: 26px;
    }

    .ecom-pd__stage {
        min-height: 260px;
        padding: 20px 16px;
    }

    .ecom-pd__stage img,
    .ecom-pd-zoom__img {
        max-height: 240px;
    }

    .ecom-pd__share {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ecom-pd__perks {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 575px) {

    .ecom-pd > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ecom-pd-breadcrumb .navigator-breadcrumb-wrapper {
        gap: 6px 8px;
        padding: 10px 0;
    }

    .ecom-pd-breadcrumb .navigator-breadcrumb-wrapper a,
    .ecom-pd-breadcrumb .navigator-breadcrumb-wrapper .current {
        font-size: 12px;
    }

    .ecom-pd__hero {
        padding: 10px;
        gap: 12px;
        border-radius: 14px;
        box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    }

    .ecom-pd__stage {
        min-height: 200px;
        padding: 14px 12px;
        border-radius: 12px;
    }

    .ecom-pd__stage img,
    .ecom-pd-zoom__img {
        max-height: 180px;
    }

    .ecom-pd__badge {
        top: 10px;
        left: 10px;
        font-size: 11px;
        padding: 5px 10px;
    }

    .ecom-pd__cat {
        right: 8px;
        bottom: 8px;
        max-width: calc(100% - 16px);
        font-size: 10px;
    }

    .ecom-pd__thumbs-wrap::after {
        width: 18px;
    }

    .ecom-pd__thumbs {
        gap: 8px;
        padding-bottom: 10px;
    }

    .ecom-pd__thumb {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        padding: 5px;
        border-radius: 10px;
    }

    .ecom-pd__title {
        font-size: 20px;
    }

    .ecom-pd__lead {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .ecom-pd__price strong {
        font-size: 22px;
    }

    .ecom-pd__bar {
        grid-template-columns: 1fr;
        gap: 14px;
        margin: 14px 0;
        padding: 14px 10px;
        border-radius: 14px;
    }

    .ecom-pd__bar-item {
        padding: 0;
    }

    .ecom-pd__btns {
        flex-direction: column;
    }

    .ecom-pd__btn {
        width: 100%;
        justify-content: center;
    }

    .ecom-pd__lower {
        gap: 16px;
    }

    .ecom-pd__tabs .ecom-pd__tablist {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 6px;
        padding-bottom: 4px;
    }

    .ecom-pd__tabs .ecom-pd__tablist::-webkit-scrollbar {
        display: none;
    }

    .ecom-pd__tabs .ecom-pd__tablist .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 13px;
        padding: 10px 14px;
    }
}

/* Page panier */
.ecom-cart-page {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 56px;
}

.ecom-cart-page__title {
    margin: 0 0 6px;
    color: #111;
    font-size: 36px;
    font-weight: 800;
}

.ecom-cart-page__local {
    margin: 0 0 18px;
    color: #6b7280;
}

.ecom-cart-page__note {
    margin-bottom: 20px;
    color: #374151;
}

.ecom-cart-page__note span {
    color: #ff8b00;
    font-weight: 700;
}

.ecom-cart-page__progress {
    height: 6px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #f3f4f6;
}

.ecom-cart-page__progress span {
    display: block;
    height: 100%;
    background: #ff8b00;
}

.ecom-cart-page__ok {
    margin-bottom: 18px;
    color: #16a34a;
    font-weight: 600;
}

.ecom-cart-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    gap: 40px;
    align-items: start;
}

.ecom-cart-page .rts-cart-list-area {
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.ecom-cart-page__head,
.ecom-cart-page__row,
.ecom-cart-page .ecom-cart-page__row.single-cart-area-list.main {
    display: grid !important;
    grid-template-columns: minmax(180px, 1.6fr) 150px 130px 56px !important;
    gap: 12px !important;
    align-items: center !important;
    width: 100%;
    flex-direction: unset !important;
}

.ecom-cart-page__head {
    padding: 0 0 12px !important;
    border-bottom: 1px solid #eee !important;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.ecom-cart-page .ecom-cart-page__row.single-cart-area-list.main {
    padding: 20px 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    background: transparent !important;
}

.ecom-cart-page .ecom-cart-page__product.product-main-cart {
    flex: none !important;
    flex-basis: auto !important;
    width: auto !important;
    max-width: none !important;
    position: static !important;
}

.ecom-cart-page__qty {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    height: 42px;
    padding: 0 6px;
    border: 1px solid #111 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.ecom-cart-page__qty .qty-minus,
.ecom-cart-page__qty .qty-plus {
    width: 28px;
    height: 28px;
    padding: 0 !important;
    border: 0;
    background: transparent;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1;
    cursor: pointer;
}

.ecom-cart-page__qty .input {
    width: 36px !important;
    max-width: 36px !important;
    height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
    font-size: 15px !important;
    font-weight: 700;
    box-shadow: none !important;
}

.ecom-cart-page__trash i {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111 !important;
}

.ecom-cart-page__summary {
    padding: 24px !important;
    border: 1px solid #eee !important;
    border-radius: 24px !important;
    background: #fff;
}

.ecom-cart-page__total-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.ecom-cart-page__product {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.ecom-cart-page__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 16px;
    background: #f6f7f8;
}

.ecom-cart-page__thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ecom-cart-page__name {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 800;
}

.ecom-cart-page__name a {
    color: #111 !important;
    text-decoration: none !important;
}

.ecom-cart-page__meta {
    margin: 0;
    color: #9ca3af;
    font-size: 13px;
}

.ecom-cart-page__line {
    margin: 0;
    color: #111;
    font-size: 20px;
    font-weight: 800;
}

.ecom-cart-page__trash {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 16px;
}

.ecom-cart-page__list-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ecom-cart-page__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
}

.ecom-cart-page__btn--solid {
    background: #ff8b00 !important;
    border: 1px solid #ff8b00;
    color: #fff !important;
}

.ecom-cart-page__btn--solid:hover {
    background: #e07a00 !important;
    color: #fff !important;
}

.ecom-cart-page__btn--ghost {
    background: #fff;
    border: 1px solid #111;
    color: #111 !important;
}

.ecom-cart-page__summary.cart-total-area-start-right {
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 24px;
    background: #fff;
}

.ecom-cart-page__summary-title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 800;
}

.ecom-cart-page__voucher {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.ecom-cart-page__voucher-input,
.ecom-cart-page__voucher input {
    flex: 1 1 140px !important;
    width: auto !important;
    min-width: 140px !important;
    max-width: 100% !important;
    height: 44px !important;
    padding: 0 14px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #fafafa !important;
    box-sizing: border-box;
}

.ecom-cart-page__voucher-apply {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100%;
    min-height: 44px;
    padding: 0 16px !important;
    border: 1px solid #111 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: not-allowed;
}

.ecom-cart-page__lines {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ecom-cart-page__line-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #6b7280;
    font-size: 14px;
}

.ecom-cart-page__line-row strong {
    color: #111;
    font-weight: 700;
}

.ecom-cart-page__total {
    margin: 16px 0;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.ecom-cart-page__total .wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.ecom-cart-page__total span {
    font-size: 16px;
    font-weight: 700;
}

.ecom-cart-page__total .price {
    font-size: 28px;
    font-weight: 800;
    color: #111;
}

.ecom-cart-page__warranty,
.ecom-cart-page__pickup {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 10px;
    color: #6b7280;
    font-size: 12px;
}

.ecom-cart-page__warranty i {
    color: #ff8b00;
    margin-top: 2px;
}

.ecom-cart-page__pickup a {
    color: #111;
    font-weight: 700;
}

.ecom-cart-page__checkout {
    width: 100%;
    min-height: 50px;
    margin-top: 8px;
}

.ecom-cart-page__promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #eee;
}

.ecom-cart-page__promo p {
    margin: 0 0 4px;
    color: #9ca3af;
    font-size: 13px;
}

.ecom-cart-page__promo h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .ecom-cart-page__grid {
        grid-template-columns: 1fr;
    }

    .ecom-cart-page__head,
    .ecom-cart-page__row,
    .ecom-cart-page .ecom-cart-page__row.single-cart-area-list.main {
        grid-template-columns: 1fr !important;
    }

    .ecom-cart-page__promo {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Checkout */
.ecom-co {
    background: #f5f6f8;
    padding-top: 20px;
    padding-bottom: 56px;
}

.ecom-co__progress {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto 24px;
    padding: 14px 20px;
    background: #fff;
    border-radius: 16px;
}

.ecom-co__step {
    color: #9ca3af;
    font-weight: 700;
    text-decoration: none !important;
}

.ecom-co__step.is-active {
    color: #111;
}

.ecom-co__secure {
    margin-left: auto;
    color: #16a34a;
    font-size: 13px;
    font-weight: 700;
}

.ecom-co__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.7fr);
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

.ecom-checkout-page .ecom-co__grid .ecom-checkout-main,
.ecom-checkout-page .ecom-co__grid .ecom-checkout-aside {
    max-width: none !important;
    width: 100%;
    padding: 0 !important;
}

.ecom-co__aside {
    position: sticky;
    top: 88px;
}

.ecom-co__card {
    margin-bottom: 16px;
    padding: 22px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ecom-co__card h2 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 800;
}

.ecom-co__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.ecom-co__card-head h2 {
    margin: 0;
}

.ecom-co__muted {
    margin: 0 0 8px;
    color: #6b7280;
    font-size: 14px;
}

.ecom-co__ghost {
    padding: 8px 14px;
    border: 1px solid #111;
    border-radius: 999px;
    color: #111 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

.ecom-co__modes,
.ecom-co__pays {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ecom-co__mode,
.ecom-co-pay {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 14px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
}

.ecom-co__mode input,
.ecom-co-pay input {
    margin: 0;
}

.ecom-co-pay.is-active,
.ecom-co__mode:has(input:checked) {
    border-color: #ff8b00;
    background: #fff7ed;
}

.ecom-co__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ecom-co__field {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-column: 1 / -1;
    min-width: 0;
}

.ecom-co__field--half {
    grid-column: span 1;
}

.ecom-co__field label {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 8px;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.ecom-co__select {
    position: relative;
    width: 100%;
    min-width: 0;
}

.ecom-co__select .nice-select,
.ecom-co .ecom-co__select .nice-select,
.ecom-co .nice-select {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 46px !important;
    margin: 0;
    padding: 0 36px 0 14px !important;
    line-height: 1.2 !important;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-sizing: border-box;
}

.ecom-co__select .nice-select .current,
.ecom-co .nice-select .current {
    display: block;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.ecom-co__select .nice-select.open,
.ecom-geo-selects .nice-select.open,
.ecom-cart-page .nice-select.open,
.vendor-details .nice-select.open {
    z-index: 40;
}

.ecom-co__select .nice-select .list,
.ecom-co .nice-select .list,
.ecom-geo-selects .nice-select .list,
.ecom-cart-page .nice-select .list,
.ecom-checkout-page .nice-select .list,
.vendor-details .nice-select .list,
.ecom-localite-sort-wrap .nice-select .list {
    max-height: 220px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.ecom-co input.ecom-co__control {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    line-height: 46px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-sizing: border-box;
}

.ecom-co textarea.ecom-co__control {
    width: 100% !important;
    min-height: 96px;
    padding: 12px 14px !important;
    line-height: 1.45 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-sizing: border-box;
}

.ecom-co__promo {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ecom-co__promo input {
    flex: 1 1 140px;
    min-width: 140px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
}

.ecom-co__promo button {
    height: 44px;
    padding: 0 16px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #fff;
    font-weight: 700;
}

.ecom-co__items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ecom-co__item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.ecom-co__item.is-out {
    padding: 8px;
    border-radius: 12px;
    background: #fef2f2;
}

.ecom-co__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 10px;
    background: #f3f4f6;
}

.ecom-co__thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ecom-co__item-body {
    min-width: 0;
}

.ecom-co__item-body strong {
    display: block;
    font-size: 14px;
}

.ecom-co__item-body span {
    color: #9ca3af;
    font-size: 12px;
}

.ecom-co__out {
    display: block;
    color: #dc2626;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.ecom-co__item-price {
    font-weight: 800;
    white-space: nowrap;
}

.ecom-co__line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #6b7280;
}

.ecom-co__line--total {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    color: #111;
    font-size: 18px;
}

.ecom-co__ship-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 600;
}

.ecom-co__legal-card h2 {
    margin-bottom: 14px;
}

.ecom-co__trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 0 16px;
}

.ecom-co__trust span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f0fdf4;
    color: #14532d;
    font-size: 14px;
    font-weight: 700;
}

.ecom-co__trust i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
}

.ecom-co__cgv {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 10px;
    padding: 12px;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    background: #fff7ed;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.ecom-co__cgv input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex: 0 0 auto;
    accent-color: #ff8b00;
}

.ecom-co__cgv a {
    color: #c2410c;
    text-decoration: underline;
}

.ecom-co__legal {
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
}

.ecom-co__legal a {
    color: #111;
    font-weight: 700;
}

.ecom-co__success-wrap {
    max-width: 560px;
    margin: 0 auto;
}

.ecom-co__success {
    text-align: center;
    padding: 36px 28px 28px;
}

.ecom-co__success h2 {
    margin: 0 0 8px;
    font-size: 26px;
}

.ecom-co__success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #ecfdf3;
    color: #16a34a;
    font-size: 28px;
    box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.08);
}

.ecom-co__success-eyebrow {
    margin: 0 0 6px;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ecom-co__success-lead {
    margin: 0 auto 20px;
    max-width: 36em;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.55;
}

.ecom-co__success-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    margin: 0 0 16px;
    padding: 14px;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    background: #fafafa;
    text-align: left;
}

.ecom-co__success-meta dt {
    margin: 0 0 2px;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ecom-co__success-meta dd {
    margin: 0;
    color: #111;
    font-size: 14px;
    font-weight: 800;
}

.ecom-co__success-items {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.ecom-co__success-items li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
    font-size: 13px;
}

.ecom-co__success-items li:last-child {
    border-bottom: 0;
}

.ecom-co__success-items em {
    font-style: normal;
    color: #9ca3af;
}

.ecom-co__success-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ecom-co__success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.ecom-co__success-btn--solid {
    background: #ff8b00;
    color: #fff !important;
}

.ecom-co__success-btn--ghost {
    border: 1px solid #111;
    color: #111 !important;
    background: #fff;
}

.ecom-co__success-shop {
    display: inline-block;
    margin-top: 16px;
    color: #ff8b00 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

@media (max-width: 575px) {
    .ecom-co__success-actions {
        grid-template-columns: 1fr;
    }
}

.ecom-co__submit {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    background: #ff8b00;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.ecom-co__continue {
    display: block;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid #111;
    border-radius: 999px;
    color: #111 !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
}

@media (max-width: 991px) {

    .ecom-co__grid,
    .ecom-co__fields,
    .ecom-co__modes,
    .ecom-co__pays {
        grid-template-columns: 1fr;
    }

    .ecom-co__aside {
        position: static;
    }

    .ecom-co__field--half {
        grid-column: 1 / -1;
    }
}

.ecom-geo-selects {
    display: grid;
    gap: 10px;
}

.ecom-geo-selects__field label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}

.ecom-geo-selects__field select,
.ecom-geo-selects .nice-select {
    width: 100% !important;
    float: none !important;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.ecom-cart-page__geo {
    margin: 14px 0;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.ecom-cart-page__geo-title {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 800;
}

.ecom-co__pay-frame {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

/* ——— Page localités (vendor_grid) ——— */
.ecom-localites-page .ecom-localites-hero {
    padding-top: 28px;
    padding-bottom: 12px;
}

.ecom-localites-hero__kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ecom-localites-search-lead {
    max-width: 560px;
    margin: 0 auto 24px;
    text-align: center;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.55;
}

.ecom-localites-shell {
    background: #f4f6fb;
    border-radius: 24px 24px 0 0;
}

.ecom-localites-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.ecom-localites-toolbar__count {
    font-size: 1rem;
    font-weight: 600;
    color: #475569;
}

.ecom-localites-empty {
    padding: 3.5rem 1.5rem;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    border: 1px dashed #cbd5e1;
    color: #64748b;
}

.ecom-localites-empty i {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 2rem;
    color: #94a3b8;
}

/* Carte ticket localité */
.ecom-localite-ticket {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 3px 10px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ecom-localite-ticket:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 139, 0, 0.22);
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.06), 0 8px 18px rgba(255, 139, 0, 0.12);
}

.ecom-localite-ticket__head {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 22px 18px;
}

.ecom-localite-ticket__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecfdf5;
    color: #059669;
    font-size: 1.4rem;
    box-shadow: inset 0 0 0 6px rgba(16, 185, 129, 0.12);
}

.ecom-localite-ticket__title-wrap {
    flex: 1;
    min-width: 0;
    padding-right: 78px;
}

.ecom-localite-ticket__title {
    margin: 0 0 4px;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
}

.ecom-localite-ticket__title a {
    color: inherit;
    text-decoration: none;
}

.ecom-localite-ticket__title a:hover {
    color: #ea580c;
}

.ecom-localite-ticket__lead {
    margin: 0;
    font-size: 1.08rem;
    color: #64748b;
}

.ecom-localite-ticket__status {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ecom-localite-ticket__status.is-open {
    background: #dcfce7;
    color: #15803d;
}

.ecom-localite-ticket__status.is-closed {
    background: #fee2e2;
    color: #b91c1c;
}

.ecom-localite-ticket__tear {
    position: relative;
    height: 0;
    margin: 0 0 18px;
    border-top: 2px dashed #e2e8f0;
}

.ecom-localite-ticket__tear::before,
.ecom-localite-ticket__tear::after {
    content: "";
    position: absolute;
    top: -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f4f6fb;
}

.ecom-localite-ticket__tear::before {
    left: -11px;
}

.ecom-localite-ticket__tear::after {
    right: -11px;
}

.ecom-localite-ticket__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 22px 22px;
}

.ecom-localite-ticket__rows {
    margin: 0 0 18px;
}

.ecom-localite-ticket__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.ecom-localite-ticket__row:last-child {
    border-bottom: none;
}

.ecom-localite-ticket__row dt {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 500;
    color: #64748b;
}

.ecom-localite-ticket__row dd {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 700;
    color: #0f172a;
    text-align: right;
}

.ecom-localite-ticket__row dd.is-accent {
    color: #ea580c;
}

.ecom-localite-ticket__footer {
    margin-top: auto;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.ecom-localite-ticket__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0.2rem 0.1rem;
    color: #0f172a;
    font-size: 1.12rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
}

.ecom-localite-ticket__cta i {
    color: #ea580c;
    transition: transform 0.15s ease;
}

.ecom-localite-ticket__cta:hover {
    color: #ea580c;
}

.ecom-localite-ticket__cta:hover i {
    transform: translateX(4px);
}

.ecom-localite-ticket--list {
    flex-direction: row;
}

.ecom-localite-ticket--list .ecom-localite-ticket__head {
    flex: 0 0 220px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 2px dashed #e2e8f0;
    padding-bottom: 22px;
}

.ecom-localite-ticket--list .ecom-localite-ticket__title-wrap {
    padding-right: 0;
}

.ecom-localite-ticket--list .ecom-localite-ticket__status {
    position: static;
    margin-top: 8px;
}

.ecom-localite-ticket--list .ecom-localite-ticket__tear {
    display: none;
}

.ecom-localite-ticket--list .ecom-localite-ticket__body {
    flex: 1;
    padding-top: 22px;
}

@media (max-width: 767px) {
    .ecom-localites-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .ecom-localite-ticket--list {
        flex-direction: column;
    }

    .ecom-localite-ticket--list .ecom-localite-ticket__head {
        flex: none;
        border-right: none;
        border-bottom: 2px dashed #e2e8f0;
    }
}