
:root {
    /* Thème dominant : rouge / noir / blanc / gris clair (voir --bs-primary/--bs-secondary/--bs-dark/--bs-light).
       Couleurs de soutien, réservées à des usages sémantiques précis : */
    --support-orange: #F28B00; /* réductions / promotions */
    --support-green: #2E7D46;  /* stock / succès */
}

body { background-color: #F2F2F2; }

/* Bandeau "offres par catégorie" (accueil) — design moderne. */
.promo-offer-section { padding: 8px 0 44px; }
.promo-offer-card {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff;
    border-radius: 16px; padding: 30px 32px; text-decoration: none; box-shadow: 0 1px 3px rgba(16,15,14,0.06);
    transition: box-shadow .25s ease, transform .25s ease; height: 100%;
}
.promo-offer-card:hover { box-shadow: 0 16px 32px rgba(16,15,14,0.1); transform: translateY(-2px); }
.promo-offer-tagline { font-size: 13px; color: #8A8680; margin-bottom: 6px; }
.promo-offer-name { font-size: 15px; font-weight: 700; color: var(--bs-primary); text-transform: uppercase; letter-spacing: .03em; margin-bottom: 10px; }
.promo-offer-discount { font-size: 30px; font-weight: 700; color: #191817; margin-bottom: 10px; line-height: 1.1; }
.promo-offer-discount .unit { font-size: 14px; font-weight: 400; color: #8A8680; }
.promo-offer-link { font-size: 13px; font-weight: 600; color: #191817; }
.promo-offer-img { max-width: 130px; height: auto; flex-shrink: 0; }
@media (max-width: 576px) { .promo-offer-card { padding: 22px; } .promo-offer-img { max-width: 90px; } .promo-offer-discount { font-size: 24px; } }

/* Transition en fondu du slider principal (owl carousel .header-carousel).
   .fadeOut + son @keyframes existent déjà dans owl.carousel.min.css ; il ne
   manquait que .fadeIn (normalement fourni par animate.css, retiré du site). */
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/* Hero (accueil) : hauteur réduite. */
.carousel-img { position: relative; }
.carousel-img img { max-height: 280px; width: auto; margin: 0 auto; object-fit: contain; }
.carousel-img .ec-img-skeleton { max-width: 280px; margin: 0 auto; }
.carousel-content h1.display-3 { font-size: 2.1rem; line-height: 1.15; }
.carousel-content h4 { font-size: 13px; margin-bottom: 14px !important; }
.carousel-content .btn { padding: 10px 28px !important; }
.carousel-header-banner img { max-height: 380px; }

/* Bande de services (accueil) : icônes + titres/description compacts. */
.services-strip h6 { font-size: 12.5px; margin-bottom: 4px !important; letter-spacing: 0.03em; }
.services-strip p { font-size: 12.5px; color: #8A8680; }
.services-strip .fa-2x { font-size: 1.5em; }

/* Barre du haut (Aide/Support/Contact, téléphone) : compacte et en gras. */
.topbar-strip,
.topbar-strip a,
.topbar-strip span {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.topbar-strip { padding-top: 5px; padding-bottom: 5px; background: #F6F5F2; }
.topbar-strip .d-inline-flex { height: auto !important; }
.topbar-strip a { color: #57534E; }
.topbar-strip a:hover { color: var(--bs-primary); }

/* Header mobile : logo + burger + icônes, toujours visible (mobile first). */
.mobile-header {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 12px 16px; background: #fff; border-bottom: 1px solid #EEECE7; position: sticky; top: 0; z-index: 30;
}
.mobile-header-burger {
    border: none; background: none; font-size: 20px; color: #191817; width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mobile-header-logo { flex-shrink: 0; }
.mobile-header-logo img { height: 30px; width: auto; display: block; }
.mobile-header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.mobile-header-icon {
    position: relative; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #E7E5E1;
    display: flex; align-items: center; justify-content: center; color: #191817; font-size: 15px; flex-shrink: 0;
}
.mobile-search { padding: 10px 16px 14px; background: #fff; border-bottom: 1px solid #EEECE7; }
.mobile-search .header-search { height: 46px; }

/* Panneau menu mobile flottant (offcanvas). */
.mobile-menu-panel { width: 300px; max-width: 85vw; }
.mobile-menu-panel .offcanvas-header { border-bottom: 1px solid #EEECE7; padding: 18px 20px; }
.mobile-menu-nav { display: flex; flex-direction: column; }
.mobile-menu-nav a {
    display: flex; align-items: center; gap: 14px; padding: 14px 4px; font-size: 15px; font-weight: 500;
    color: #4A4740; border-bottom: 1px solid #F3F1EC; text-decoration: none;
}
.mobile-menu-nav a i { width: 18px; text-align: center; color: #ADA9A1; }
.mobile-menu-nav a.active { color: var(--bs-primary); }
.mobile-menu-nav a.active i { color: var(--bs-primary); }
.mobile-menu-cats { margin-top: 18px; padding-top: 14px; border-top: 1px solid #EEECE7; }
.mobile-menu-cats-title { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #ADA9A1; margin-bottom: 8px; }
.mobile-menu-cats .categories-bars-item { display: flex; justify-content: space-between; padding: 9px 4px; font-size: 14px; }
.mobile-menu-cats .categories-bars-item a { color: #4A4740; text-decoration: none; }
.mobile-menu-cats .categories-bars-item span { color: #ADA9A1; font-size: 12px; }
.mobile-menu-foot { margin-top: auto; padding-top: 18px; }

/* Barre de recherche header : contrôle unifié, moderne. */
.header-search {
    display: flex; align-items: center; background: #fff; border: 1px solid #E7E5E1;
    border-radius: 999px; height: 54px; padding: 0 6px 0 20px; transition: box-shadow .2s ease, border-color .2s ease;
    box-shadow: 0 1px 2px rgba(16,15,14,0.04);
}
.header-search:focus-within { border-color: var(--bs-primary); box-shadow: 0 0 0 4px rgba(227,6,19,0.08); }
.header-search-icon { color: #B9B5AC; font-size: 15px; flex-shrink: 0; }
.header-search-input {
    flex: 1; min-width: 0; border: none; outline: none; background: none; padding: 0 14px; font-size: 14.5px; color: #191817;
}
.header-search-input::placeholder { color: #ADA9A1; }
.header-search-sep { width: 1px; height: 24px; background: #E7E5E1; flex-shrink: 0; }
.header-search-select {
    border: none; outline: none; background: none; color: #6c757d; font-size: 13.5px; padding: 0 14px;
    max-width: 170px; cursor: pointer; appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ADA9A1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 2px center; padding-right: 18px;
}
.header-search-btn {
    flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; border: none; background: var(--bs-primary); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 15px; cursor: pointer; transition: background .2s ease, transform .15s ease;
}
.header-search-btn:hover { background: #191817; transform: scale(1.04); }

/* Pastille de compteur (panier/favoris) posée sur une icône ronde. */
.sb-cart-count-onicon {
    position: absolute;
    top: -7px;
    right: -7px;
    background: var(--bs-primary);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    min-width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 999px;
    text-align: center;
    border: 2px solid #FFFFFF;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
}

.btn.btn-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .categories-bars .categories-bars-item {
    padding: 10px 14px;
    margin: 2px 0;
    border-bottom: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: background .15s ease;
}

.nav-bar .categories-bars .categories-bars-item a {
    color: #4A4740;
    font-size: 13.5px;
    text-decoration: none;
    transition: color .15s ease;
}

.nav-bar .categories-bars .categories-bars-item span {
    font-size: 11px;
    color: #ADA9A1;
    background: #F5F3EF;
    padding: 2px 9px;
    border-radius: 999px;
    flex-shrink: 0;
    transition: background .15s ease, color .15s ease;
}

.nav-bar .categories-bars .categories-bars-item:hover {
    background: #FDEEEE;
}

.nav-bar .categories-bars .categories-bars-item:hover a {
    color: var(--bs-primary);
}

.nav-bar .categories-bars .categories-bars-item:hover span {
    background: var(--bs-primary);
    color: #fff;
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
}

.nav-bar .btn.btn-secondary:hover,
.nav-bar .btn.btn-secondary:hover i {
    color: #fff !important;
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #fff;
    transition: .5s;
}

.nav-bar .navbar-toggler,
.nav-bar .navbar-toggler .fa-bars,
.nav-bar h4,
.nav-bar h4 i {
    color: #fff;
    font-size: 16px;
}

/* Apparition instantanée du sous-menu "Catégorie" (pas d'animation de collapse). */
#allCat.collapsing { transition: none !important; height: auto !important; }

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
    opacity: .85;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 5px 15px;
}

#allCat {
    position: absolute;
    left: 0;
    width: 460px;
    max-width: 90vw;
    top: calc(100% + 10px);
    z-index: 999;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 48px rgba(16,15,14,0.16);
    padding: 16px;
}
.allcat-title { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #191817; padding: 4px 4px 12px; border-bottom: 1px solid #F0EEE9; margin-bottom: 8px; }
#allCat .categories-bars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px 12px;
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important; 
    box-shadow: none !important;
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel.owl-carousel .owl-nav .owl-prev {
    right: 130px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-next {
    right: 60px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.carousel .carousel-header-banner {
    position: relative;
}

.carousel .carousel-banner-offer {
    position: absolute;
    top: 20px; 
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.carousel .carousel-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
/*** Carousel Header End ***/


/*** Page Header start ***/
/* Pages légales (mentions-legales.php, confidentialite.php). */
.legal-section { padding: 40px 0 64px; background: #fff; }
.legal-title { font-size: 26px; font-weight: 700; margin-bottom: 24px; }
.legal-section h2 { font-size: 16px; font-weight: 700; margin: 28px 0 10px; }
.legal-section p, .legal-section li { font-size: 14.5px; line-height: 1.7; color: #57534E; }
.legal-section ul { padding-left: 20px; }

/* Fil d'ariane fin, façon shopone : simple bandeau sombre sous la navbar. */
.ec-breadcrumb { background: #191817; }
.ec-breadcrumb-inner {
    max-width: 1200px; margin: 0 auto; padding: 13px 48px;
    display: flex; align-items: center; gap: 8px; font-size: 13px; flex-wrap: wrap;
}
.ec-breadcrumb-inner a { color: #B9B5AC; text-decoration: none; display: flex; align-items: center; transition: color .15s ease; }
.ec-breadcrumb-inner a:hover { color: #fff; }
.ec-breadcrumb-inner .sep { color: #6F6B64; }
.ec-breadcrumb-inner .current { color: #fff; font-weight: 600; }
@media (max-width: 640px) { .ec-breadcrumb-inner { padding: 12px 20px; } }
/*** Page Header end ***/


/*** Products Start ***/
.product .product-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .product-item .product-item-inner {
    height: 100%;
}

.product .product-item .product-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.product .product-item:hover .product-item-add {
    background: var(--bs-white);
    margin-bottom: -124px;
    opacity: 1;
}
.product .product-item:hover .product-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product .product-item .product-item-inner .product-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new,
.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    position: absolute;
    width: 60px; 
    height: 60px;
    border-radius: 60px; 
    top: 20px; 
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.product .product-item .product-item-inner .product-item-inner-item .product-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    background: var(--support-orange);
    color: var(--bs-white);
}

.product .product-item .product-item-inner img {
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner img {
    transform: scale(1.1);
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details a i {
    width: 50px; 
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner .product-item-inner-item .product-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item:hover .product-item-inner .product-details {
    opacity: 1;
}

/* Section "Nos produits" (accueil) — design moderne. */
.home-products-section { padding: 12px 0 56px; }
.home-products-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; }
.home-products-head h2 { font-size: 24px; font-weight: 700; margin: 0; }
.home-tab-pills { list-style: none; display: flex; gap: 6px; margin: 0; padding: 4px; background: #F5F3EF; border-radius: 999px; flex-wrap: wrap; }
.home-tab-pills a {
    display: inline-flex; align-items: center; justify-content: center; padding: 9px 18px; border-radius: 999px;
    font-size: 13px; font-weight: 500; color: #57534E; cursor: pointer; text-decoration: none; transition: background .2s ease, color .2s ease;
}
.home-tab-pills a.active { background: var(--bs-primary); color: #fff; }
.home-tab-pills a:not(.active):hover { color: #191817; }
@media (max-width: 767px) { .home-tab-pills { width: 100%; } .home-tab-pills a { flex: 1; padding: 9px 10px; } }

/* Panier (cart.php) — design moderne. */
.cart-section { padding: 36px 0 64px; }
.cart-panel { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 1px 3px rgba(16,15,14,0.06); }
.cart-panel-title { font-size: 17px; font-weight: 700; margin-bottom: 20px; }
.cart-lines-panel { padding: 8px 24px; margin-bottom: 20px; }
.cart-line { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid #F0EEE9; }
.cart-line:last-child { border-bottom: none; }
.cart-line-media { position: relative; width: 72px; height: 72px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: #FAF9F7; display: block; }
.cart-line-media img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #D9D5CC; font-size: 20px; }
.cart-line-info { flex: 1; min-width: 0; }
.cart-line-name { display: block; font-size: 14px; font-weight: 600; color: #191817; text-decoration: none; margin-bottom: 4px; }
.cart-line-name:hover { color: var(--bs-primary); }
.cart-line-price { font-size: 13px; color: #8A8680; margin-bottom: 10px; }
.cart-qty { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #E7E5E1; border-radius: 999px; padding: 4px 6px; }
.cart-qty button { width: 24px; height: 24px; border-radius: 50%; border: none; background: #F5F3EF; font-size: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.cart-qty button:hover { background: var(--bs-primary); color: #fff; }
.cart-qty span { font-size: 13px; font-weight: 600; min-width: 14px; text-align: center; }
.cart-line-end { text-align: right; flex-shrink: 0; }
.cart-line-total { font-size: 14.5px; font-weight: 700; color: #191817; white-space: nowrap; margin-bottom: 8px; }
.cart-line-remove { border: none; background: none; color: #ADA9A1; cursor: pointer; font-size: 13px; padding: 4px; }
.cart-line-remove:hover { color: #C0392B; }
.cart-checkout-row { margin-top: 32px; }
.cart-label { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #ADA9A1; margin-bottom: 6px; }
.cart-input {
    width: 100%; border: 1px solid #E7E5E1; border-radius: 8px; padding: 11px 14px; font-size: 14px; color: #191817;
    background: #FAF9F7; transition: border-color .15s ease, background .15s ease;
}
.cart-input:focus { outline: none; border-color: var(--bs-primary); background: #fff; }
.cart-payment-option {
    display: flex; align-items: center; gap: 10px; border: 1px solid #E7E5E1; border-radius: 10px; padding: 13px 16px;
    margin-bottom: 10px; cursor: pointer; font-size: 14px; color: #4A4740; transition: border-color .15s ease, background .15s ease;
}
.cart-payment-option i { color: #ADA9A1; width: 16px; }
.cart-payment-option.active { border-color: var(--bs-primary); background: #FDEEEE; }
.cart-payment-option.active i { color: var(--bs-primary); }
.cart-summary-panel { position: sticky; top: 20px; }
.cart-promo-row { display: flex; gap: 8px; margin-bottom: 6px; }
.cart-promo-row .cart-input { flex: 1; }
.cart-promo-row button { border: none; background: #191817; color: #fff; border-radius: 8px; padding: 0 18px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.cart-promo-row button:hover { background: var(--bs-primary); }
.cart-shipping-bar { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #F0EEE9; }
.cart-shipping-bar p { font-size: 13px; color: #4A4740; margin-bottom: 8px; }
.cart-shipping-bar strong { color: var(--bs-primary); }
.cart-shipping-track { height: 6px; border-radius: 999px; background: #F0EEE9; overflow: hidden; }
.cart-shipping-fill { height: 100%; background: var(--support-green); border-radius: 999px; transition: width .3s ease; }
.cart-summary-row { display: flex; justify-content: space-between; font-size: 14px; color: #57534E; padding: 8px 0; }
.cart-summary-total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 700; color: #191817; border-top: 1px solid #F0EEE9; margin-top: 8px; padding-top: 14px; }
@media (max-width: 992px) { .cart-summary-panel { position: static; } }

/* Boutique (shop.php) — sidebar + barre d'outils modernes. */
.shop-section { padding: 32px 0 56px; }
.shop-sidebar-panel { background: #fff; border-radius: 14px; padding: 20px; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(16,15,14,0.06); }
.shop-sidebar-title { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #191817; margin-bottom: 12px; }
.shop-sidebar-list li { border-bottom: 1px solid #F3F1EC; }
.shop-sidebar-list li:last-child { border-bottom: none; }
.shop-sidebar-list a {
    display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 2px;
    font-size: 13.5px; color: #57534E; text-decoration: none; transition: color .15s ease;
}
.shop-sidebar-list a:hover { color: var(--bs-primary); }
.shop-sidebar-list a.active { color: var(--bs-primary); font-weight: 600; }
.shop-sidebar-list a .count { font-size: 11.5px; color: #ADA9A1; background: #F5F3EF; padding: 2px 8px; border-radius: 999px; }
.shop-sidebar-checkbox-item {
    display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 2px;
    font-size: 13.5px; color: #57534E; cursor: pointer;
}
.shop-sidebar-checkbox-item:hover { color: var(--bs-primary); }
.shop-sidebar-checkbox-item-main { display: flex; align-items: center; gap: 8px; min-width: 0; }
.shop-sidebar-checkbox-item input[type="checkbox"], .shop-sidebar-checkbox-item input[type="radio"] { width: 15px; height: 15px; flex-shrink: 0; cursor: pointer; accent-color: var(--bs-primary); }
.shop-sidebar-checkbox-item .count { font-size: 11.5px; color: #ADA9A1; background: #F5F3EF; padding: 2px 8px; border-radius: 999px; flex-shrink: 0; }
.shop-sidebar-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.shop-sidebar-reset { border: none; background: none; color: var(--bs-primary); font-size: 12.5px; font-weight: 600; cursor: pointer; padding: 0; }
.shop-sidebar-reset:hover { text-decoration: underline; }
.shop-price-filter { display: flex; align-items: center; gap: 8px; }
.shop-price-filter input {
    width: 0; flex: 1; min-width: 0; border: 1px solid #E7E5E1; border-radius: 8px; padding: 8px 10px;
    font-size: 13px; outline: none;
}
.shop-price-filter input:focus { border-color: var(--bs-primary); }
.shop-price-filter span { color: #ADA9A1; }
.shop-price-filter button {
    flex-shrink: 0; border: none; background: #191817; color: #fff; border-radius: 8px; padding: 8px 14px;
    font-size: 12.5px; font-weight: 600; cursor: pointer;
}
.shop-price-filter button:hover { background: var(--bs-primary); }
.shop-sidebar-check { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #57534E; cursor: pointer; }
.shop-sidebar-check input { width: 16px; height: 16px; cursor: pointer; accent-color: var(--bs-primary); }

/* Marques : liste limitée à ~5 lignes visibles, le reste défile. */
.shop-sidebar-list-scroll {
    max-height: 184px; overflow-y: auto; padding-right: 4px;
    scrollbar-width: thin; scrollbar-color: #D9D5CC transparent;
}
.shop-sidebar-list-scroll::-webkit-scrollbar { width: 6px; }
.shop-sidebar-list-scroll::-webkit-scrollbar-track { background: transparent; }
.shop-sidebar-list-scroll::-webkit-scrollbar-thumb { background: #D9D5CC; border-radius: 999px; }
.shop-sidebar-list-scroll::-webkit-scrollbar-thumb:hover { background: #ADA9A1; }

/* Curseur (double poignée) pour la zone Prix. */
.shop-price-slider { position: relative; height: 28px; margin-bottom: 12px; }
.shop-price-slider .track {
    position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%);
    height: 4px; background: #E7E5E1; border-radius: 2px;
}
.shop-price-slider .track-range {
    position: absolute; top: 50%; transform: translateY(-50%); height: 4px; background: var(--bs-primary); border-radius: 2px;
}
.shop-price-slider input[type="range"] {
    position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); margin: 0;
    -webkit-appearance: none; appearance: none; background: none; pointer-events: none;
}
.shop-price-slider input[type="range"]::-webkit-slider-runnable-track { background: none; }
.shop-price-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto; -webkit-appearance: none; width: 16px; height: 16px; border-radius: 50%;
    background: var(--bs-primary); border: 2px solid #fff; box-shadow: 0 1px 4px rgba(16,15,14,0.3); cursor: pointer;
}
.shop-price-slider input[type="range"]::-moz-range-track { background: none; border: none; }
.shop-price-slider input[type="range"]::-moz-range-thumb {
    pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--bs-primary);
    border: 2px solid #fff; box-shadow: 0 1px 4px rgba(16,15,14,0.3); cursor: pointer;
}

.shop-toolbar { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; flex-wrap: wrap; background: #fff; border-radius: 14px; padding: 12px 16px; box-shadow: 0 1px 3px rgba(16,15,14,0.06); }
.shop-toolbar-search { flex: 1; min-width: 200px; display: flex; align-items: center; gap: 10px; position: relative; }
.shop-toolbar-search > i:first-child { color: #ADA9A1; font-size: 14px; }
.shop-toolbar-search input { flex: 1; border: none; outline: none; font-size: 14px; padding: 6px 0; background: none; }
.shop-toolbar-search button { border: none; background: var(--bs-primary); color: #fff; width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; cursor: pointer; }
.shop-toolbar-search button i { color: #fff; }
.shop-toolbar-sort {
    border: 1px solid #E7E5E1; border-radius: 999px; padding: 8px 34px 8px 16px; font-size: 13px; color: #57534E; cursor: pointer;
    appearance: none; -webkit-appearance: none; background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ADA9A1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center;
}
.shop-toolbar-view { display: flex; gap: 4px; border: 1px solid #E7E5E1; border-radius: 999px; padding: 3px; flex-shrink: 0; }
.shop-toolbar-view button { width: 34px; height: 34px; border: none; background: none; border-radius: 50%; color: #ADA9A1; cursor: pointer; }
.shop-toolbar-view button.active { background: #191817; color: #fff; }
@media (max-width: 767px) { .shop-toolbar { flex-direction: column; align-items: stretch; } }

/* Fiche produit (detail-produit.php) — design moderne. */
.pdp-section { padding: 36px 0 64px; }
.pdp-panel { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 1px 3px rgba(16,15,14,0.06); margin-bottom: 12px; }
.pdp-gallery-main { position: relative; aspect-ratio: 1/1; background: #FAF9F7; border-radius: 12px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.pdp-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.pdp-gallery-placeholder { color: #D9D5CC; font-size: 3rem; }
.pdp-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pdp-thumb { position: relative; width: 64px; height: 64px; border-radius: 8px; overflow: hidden; padding: 0; border: 2px solid transparent; cursor: pointer; background: none; flex-shrink: 0; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdp-thumb.active, .pdp-thumb:hover { border-color: var(--bs-primary); }
.pdp-cat { font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--bs-primary); font-weight: 600; text-decoration: none; display: inline-block; margin-bottom: 8px; }
.pdp-title { font-size: 24px; font-weight: 700; color: #191817; margin-bottom: 10px; }
.pdp-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.pdp-rating span { font-size: 13px; color: #8A8680; }
.pdp-price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.pdp-price { font-size: 26px; font-weight: 700; color: #191817; }
.pdp-price.on-sale { color: var(--support-orange); }
.pdp-price-orig { font-size: 15px; color: #ADA9A1; text-decoration: line-through; }
.pdp-discount { font-size: 12px; font-weight: 700; color: #fff; background: var(--support-orange); padding: 3px 8px; border-radius: 999px; }
.pdp-stock { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; margin-bottom: 18px; }
.pdp-stock .dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.pdp-stock.in { color: var(--support-green); }
.pdp-stock.in .dot { background: var(--support-green); }
.pdp-stock.out { color: #C0392B; }
.pdp-stock.out .dot { background: #C0392B; }
.pdp-stock.low { color: #C0392B; }
.pdp-stock.low .dot { background: #C0392B; animation: pdp-pulse 1.4s ease-in-out infinite; }
@keyframes pdp-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.pdp-desc { font-size: 14.5px; line-height: 1.7; color: #57534E; margin-bottom: 20px; }
.pdp-desc ul, .pdp-desc ol { padding-left: 22px; margin: 8px 0; }
.pdp-desc a { color: var(--bs-primary); }
.pdp-desc p { margin: 0 0 10px; }
.pdp-desc h2 { font-size: 20px; font-weight: 700; color: #191817; margin: 14px 0 8px; }
.pdp-desc h3 { font-size: 17px; font-weight: 700; color: #191817; margin: 12px 0 6px; }
.pdp-desc blockquote { border-left: 3px solid #F0EEE9; margin: 10px 0; padding: 4px 14px; color: #8A8680; }
.pdp-desc img { max-width: 100%; border-radius: 8px; margin: 8px 0; }
.pdp-desc hr { border: none; border-top: 1px solid #F0EEE9; margin: 14px 0; }
.pdp-specs { list-style: none; padding: 0; margin: 0 0 24px; border-top: 1px solid #F0EEE9; }
.pdp-specs li { padding: 11px 0; border-bottom: 1px solid #F0EEE9; font-size: 13.5px; color: #57534E; }
.pdp-cta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pdp-qty { display: flex; align-items: center; gap: 12px; border: 1px solid #E7E5E1; border-radius: 999px; padding: 6px 8px; }
.pdp-qty button { width: 30px; height: 30px; border-radius: 50%; border: none; background: #F5F3EF; color: #191817; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 11px; }
.pdp-qty button:hover { background: var(--bs-primary); color: #fff; }
.pdp-qty span { min-width: 16px; text-align: center; font-weight: 600; font-size: 14px; }
.pdp-wish-btn {
    width: 48px; height: 48px; border-radius: 50%; border: 1px solid #E7E5E1; background: #fff; color: #191817;
    display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; flex-shrink: 0;
}
.pdp-wish-btn:hover, .pdp-wish-btn.active { color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-pdp-primary {
    border: none; background: #191817; color: #fff; border-radius: 999px; padding: 14px 28px; font-size: 14.5px;
    font-weight: 600; cursor: pointer; transition: background .2s ease; display: inline-flex; align-items: center; justify-content: center;
}
.btn-pdp-primary:hover { background: var(--bs-primary); }
.btn-pdp-primary:disabled { background: #E7E5E1; color: #ADA9A1; cursor: not-allowed; }
.btn-pdp-outline {
    border: 1px solid #E7E5E1; background: none; color: #4A4740; border-radius: 999px; padding: 14px 24px;
    font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color .2s ease, color .2s ease;
}
.btn-pdp-outline:hover { border-color: var(--bs-primary); color: var(--bs-primary); }

/* Mon compte (compte.php). */
.account-avatar { width: 52px; height: 52px; border-radius: 50%; background: #F5F3EF; color: var(--bs-primary); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.account-tabs { display: flex; gap: 4px; background: #F5F3EF; border-radius: 999px; padding: 4px; margin-bottom: 24px; }
.account-tabs button { flex: 1; border: none; background: none; padding: 10px; border-radius: 999px; font-size: 13.5px; font-weight: 600; color: #57534E; cursor: pointer; transition: background .2s ease, color .2s ease; }
.account-tabs button.active { background: var(--bs-primary); color: #fff; }
.account-why-panel { background: #FAF9F7; }
.account-why-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #4A4740; margin-bottom: 14px; }
.account-why-item i { color: var(--bs-primary); width: 16px; }

/* Bandeau de consentement cookies. */
.ec-cookie-banner {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
    background: #191817; color: #fff; padding: 18px 52px 18px 24px;
    display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap;
    transform: translateY(100%); transition: transform .35s ease;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.18);
}
.ec-cookie-banner.show { transform: translateY(0); }
.ec-cookie-banner p { margin: 0; font-size: 13.5px; line-height: 1.5; max-width: 640px; color: #D9D5CC; }
.ec-cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.ec-cookie-actions button { padding: 10px 20px; font-size: 13.5px; }
.ec-cookie-close {
    position: absolute; top: 12px; right: 16px; width: 28px; height: 28px; border-radius: 50%;
    border: none; background: none; color: #B9B5AC; font-size: 20px; line-height: 1; cursor: pointer;
    display: flex; align-items: center; justify-content: center; transition: background .15s ease, color .15s ease;
}
.ec-cookie-close:hover { background: rgba(255,255,255,0.1); color: #fff; }
@media (max-width: 640px) {
    .ec-cookie-banner { flex-direction: column; align-items: stretch; text-align: center; }
    .ec-cookie-actions { justify-content: center; }
}

.pdp-block { margin-top: 40px; padding-top: 40px; border-top: 1px solid #EEECE7; }
.pdp-block-title { font-size: 20px; font-weight: 700; margin-bottom: 24px; }
.pdp-reviews-summary { display: flex; align-items: center; gap: 18px; margin-bottom: 12px; }
.pdp-avg { font-size: 38px; font-weight: 700; color: #191817; line-height: 1; }
.pdp-review-count { font-size: 12.5px; color: #ADA9A1; margin-top: 4px; }
.pdp-review-card { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid #F0EEE9; }
.pdp-review-avatar { width: 46px; height: 46px; border-radius: 50%; background: #F5F3EF; color: #ADA9A1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pdp-review-date { font-size: 12px; color: #ADA9A1; margin-bottom: 4px; }
.pdp-review-form { margin-top: 32px; padding-top: 32px; border-top: 1px solid #EEECE7; }
.pdp-input { border: 1px solid #E7E5E1 !important; border-radius: 8px !important; padding: 12px 14px !important; font-size: 14px; }
.pdp-input:focus { border-color: var(--bs-primary) !important; box-shadow: 0 0 0 3px rgba(227,6,19,0.08) !important; }
@media (max-width: 992px) {
    .pdp-panel { padding: 20px; }
    .pdp-cta-row { flex-wrap: wrap; }
    .btn-pdp-primary { order: 1; flex-basis: 100%; }
}

/* Bloc infos footer (adresse/email/téléphone) : compact. */
.footer-info-row { padding: 4px 0; }
.footer-info-item { display: flex; align-items: center; gap: 14px; padding: 16px; }
.footer-info-icon {
    width: 42px; height: 42px; border-radius: 50%; background: var(--bs-secondary); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.footer-info-item h6 { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.footer-info-item p { font-size: 12.5px; color: #B9B5AC; }

/* Skeleton de chargement image (voir skeletonImgTag() dans shop-api.js). */
@keyframes ec-shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
.ec-img-skeleton {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, #EFEDE6 25%, #F6F5F2 37%, #EFEDE6 63%);
    background-size: 400% 100%; animation: ec-shimmer 1.4s ease-in-out infinite;
}

/* Carte produit — design moderne (remplace le panneau qui glisse au survol,
   peu adapté au tactile/mobile, par un contrôle toujours visible). */
.pcm-card {
    background: #fff; border-radius: 14px; overflow: hidden; height: 100%;
    display: flex; flex-direction: column; box-shadow: 0 1px 3px rgba(16,15,14,0.06);
    border: 1px solid #F0EEE9; transition: box-shadow .25s ease, transform .25s ease;
}
.pcm-card:hover { box-shadow: 0 16px 32px rgba(16,15,14,0.1); transform: translateY(-3px); }
.pcm-media { position: relative; aspect-ratio: 1/1; background: #FAF9F7; overflow: hidden; }
.pcm-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pcm-card:hover .pcm-media img { transform: scale(1.06); }
.pcm-media .pcm-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #D9D5CC; font-size: 2rem; }
.pcm-badge {
    position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700; letter-spacing: .02em;
    padding: 5px 10px; border-radius: 999px; color: #fff; text-transform: uppercase;
}
.pcm-badge.sale { background: var(--support-orange); }
.pcm-badge.new { background: #2563EB; }
.pcm-wish {
    position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.92); color: #191817; display: flex; align-items: center; justify-content: center;
    font-size: 14px; cursor: pointer; box-shadow: 0 2px 6px rgba(16,15,14,0.12); transition: color .15s ease;
}
.pcm-wish:hover { color: var(--bs-primary); }
.pcm-wish.active { color: var(--bs-primary); }
.pcm-body { padding: 12px 14px 14px; display: flex; flex-direction: column; flex: 1; }
.pcm-cat { font-size: 9px; text-transform: uppercase; letter-spacing: .04em; color: var(--bs-primary); font-weight: 600; margin-bottom: 3px; }
.pcm-name {
    font-size: 13.5px; font-weight: 400; color: #4A4740; text-decoration: none; display: block;
    line-height: 1.3; margin-bottom: 4px; white-space: normal; word-break: break-word;
}
.pcm-name:hover { color: var(--bs-primary); }

/* Grille auto-width : chaque carte s'adapte à son contenu (nom entier visible),
   le nombre de colonnes se recalcule seul selon la largeur disponible. */
.pcm-grid:not(.products-mini) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}
.pcm-grid:not(.products-mini) > * {
    margin: 0; padding: 0; width: auto; max-width: none; flex: none;
}
.pcm-stars { display: flex; align-items: center; gap: 4px; margin-bottom: 4px; }
.pcm-stars .count { font-size: 10.5px; color: #ADA9A1; }
.pcm-price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px; flex-wrap: wrap; }
.pcm-price { font-size: 14.5px; font-weight: 700; color: #191817; white-space: nowrap; }
.pcm-price.on-sale { color: var(--support-orange); }
.pcm-price-orig { font-size: 11px; color: #ADA9A1; text-decoration: line-through; white-space: nowrap; }
.pcm-lowstock { font-size: 11px; font-weight: 600; color: #C0392B; margin-bottom: 8px; }
.pcm-addcart {
    margin-top: auto; border: none; background: #191817; color: #fff; border-radius: 8px; padding: 8px 10px;
    font-size: 12.5px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 6px;
    cursor: pointer; transition: background .2s ease;
}
.pcm-addcart:hover { background: var(--bs-primary); }
.pcm-addcart:disabled { background: #E7E5E1; color: #ADA9A1; cursor: not-allowed; }

/* Bannière insérée en pleine largeur dans la grille produits (voir home_after_products). */
.home-after-products-banner {
    grid-column: 1 / -1; border-radius: 14px; overflow: hidden; aspect-ratio: 21 / 5; max-height: 150px;
    background: #FAF9F7;
}
.home-after-products-banner a { display: block; height: 100%; }

.product .tab-class .nav .nav-item a.active {
    background: var(--bs-primary) !important;
}

.product .tab-class .nav .nav-item a.active span {
    color: var(--bs-white) !important;
}
/*** Product End ***/


/*** ProductList Categories Start ***/
.productList .productList-carousel {
    height: 215px !important;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    position: relative;
    width: calc(100% - 1px);
    transition: 0.5s;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    margin-bottom: 75px;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item:hover {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.productList .productList-carousel .owl-nav .owl-prev,
.productList .productList-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.productList .productList-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    padding: 5px 10px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    opacity: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-next {
    opacity: 1;
}
/*** ProductList Categories End ***/



/*** bestseller Products Start ***/
.products .products-mini .products-mini-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.products .products-mini .products-mini-item .products-mini-img {
 position: relative;
 overflow: hidden;
}

.products .products-mini .products-mini-item .products-mini-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img img {
    border-bottom-left-radius: 0 !important;
    transform: scale(1.3);
}

.products .products-mini .products-mini-item .products-mini-img .products-mini-icon {
    position: absolute;
    width: 50px; 
    height: 50px; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon {
    opacity: 1;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon:hover {
    background: var(--bs-secondary) !important;
}

.products .products-mini .products-mini-item .products-mini-add {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bs-white);
    transition: 0.5s;
    z-index: 9;
    opacity: 0;
}

.products .products-mini .products-mini-item:hover .products-mini-add {
    opacity: 1;
    margin-bottom: -75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** bestseller Products End ***/

/*** Pagination Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    display: inline-flex; align-items: center; justify-content: center;
    color: #57534E;
    width: 32px; height: 32px;
    font-size: 12.5px;
    text-decoration: none;
    transition: 0.2s;
    border: none;
    border-radius: 50%;
    margin: 0 3px;
    background: #F5F3EF;
}

.pagination a.active {
    background-color: var(--bs-primary);
    color: #fff;
}

.pagination a:hover:not(.active) { background-color: #191817; color: #fff; }

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Pagination End ***/

/*** Shop Page Start ***/
.shop .product-categories .categories-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.shop .product-categories .categories-item a {
    transition: 0.5s;
}

.shop .product-categories .categories-item a:hover {
    color: var(--bs-primary) !important;
}

.shop .product-color .product-color-item {
    display: flex;
    padding: 10px 0;
}

.shop .product-color .product-color-item a {
    transition: 0.5s;
}

.shop .product-color .product-color-item a:hover {
    color: var(--bs-secondary);
}

.shop .price {
    padding: 10px 0;
}

.shop .additional-product .additional-product-item {
    padding: 10px 0;
}

.shop .featured-product .featured-product-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop .product-tags .product-tags-items a {
    display: inline-block !important;
    background: var(--bs-white);
    color: var(--bs-dark);
    transition: 0.5;
}

.shop .product-tags .product-tags-items a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** Shop Page End ***/


/*** Single Products Start ***/
.single-product .owl-nav .owl-prev,
.single-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -13%;
    font-size: 22px;
    color: var(--bs-primary);
}

.single-product .owl-nav .owl-prev {
    left: 0;
}

.single-product .owl-nav .owl-next {
    right: 0 !important;
}


.single-product .single-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 15px;
    border: 2px solid var(--bs-primary);
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot.active img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}














.related-product .related-carousel .related-item {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 125px;
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 99;
}

.related-product .related-carousel .related-item:hover .related-item-add {
    background: var(--bs-white);
    margin-bottom: -125px;
    opacity: 1;
}

.related-product .related-carousel .related-item:hover .related-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new,
.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    position: absolute;
    width: 60px; 
    height: 60px;
    border-radius: 60px; 
    top: 20px; 
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
    z-index: 5;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    background: var(--support-orange);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner img {
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner img {
    transform: scale(1.1);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details a i {
    width: 50px; 
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-item-inner-item .related-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-details {
    opacity: 1;
}


.related-product .owl-nav .owl-prev,
.related-product .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .owl-nav .owl-prev {
    left: 0;
}

.related-product .owl-nav .owl-next {
    right: 0;
}

.related-product .owl-nav .owl-prev:hover,
.related-product .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
}
/*** Single Products End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-primary) !important;
}

/*** Aide / Support Start ***/
.help-section { background: #F2F2F2; }
.help-search {
    position: relative; background: #fff; border-radius: 999px; box-shadow: 0 1px 3px rgba(16,15,14,0.06);
    padding: 14px 20px 14px 46px;
}
.help-search i { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: #ADA9A1; }
.help-search input { width: 100%; border: none; outline: none; background: none; font-size: 14px; }

.help-topic-card {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
    background: #fff; border-radius: 14px; padding: 24px 12px; text-align: center; text-decoration: none;
    color: #191817; height: 100%; box-shadow: 0 1px 3px rgba(16,15,14,0.06); transition: box-shadow .2s ease, transform .2s ease;
}
.help-topic-card:hover { box-shadow: 0 16px 32px rgba(16,15,14,0.1); transform: translateY(-2px); color: var(--bs-primary); }
.help-topic-card i { font-size: 26px; color: var(--bs-primary); }
.help-topic-card span { font-size: 13.5px; font-weight: 600; }

.help-category { margin-bottom: 32px; }
.help-category-title { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; margin-bottom: 14px; }
.help-category-title i { color: var(--bs-primary); font-size: 16px; }
.help-item {
    border: 1px solid #E7E5E1; border-radius: 12px; background: #fff; margin-bottom: 10px; overflow: hidden;
}
.help-item .accordion-button {
    background: none; box-shadow: none; font-size: 14.5px; font-weight: 600; color: #191817; padding: 18px 24px;
}
.help-item .accordion-button:not(.collapsed) { color: var(--bs-primary); }
.help-item .accordion-button::after { flex-shrink: 0; }
.help-item .accordion-body { padding: 0 24px 22px; font-size: 13.5px; color: #57534E; line-height: 1.7; }
.help-item .accordion-body a { color: var(--bs-primary); }

.support-channel-card {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
    background: #fff; border-radius: 14px; padding: 26px 12px; text-align: center; text-decoration: none;
    color: #191817; height: 100%; box-shadow: 0 1px 3px rgba(16,15,14,0.06); transition: box-shadow .2s ease, transform .2s ease;
}
.support-channel-card:hover { box-shadow: 0 16px 32px rgba(16,15,14,0.1); transform: translateY(-2px); color: var(--bs-primary); }
.support-channel-card i { font-size: 28px; color: var(--bs-primary); }
.support-channel-card h5 { font-size: 14.5px; font-weight: 700; margin: 0; }
.support-channel-card span { font-size: 12.5px; color: #8A8680; }
.support-links-list { display: flex; flex-direction: column; gap: 4px; }
.support-links-list a {
    padding: 12px 2px; border-bottom: 1px solid #F0EEE9; color: #191817; text-decoration: none; font-size: 14px;
}
.support-links-list a:hover { color: var(--bs-primary); }

/* Suivre ma commande */
.track-hero-icon { font-size: 40px; color: var(--bs-primary); }
.track-card { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 1px 3px rgba(16,15,14,0.06); }
.track-label { display: block; font-size: 12.5px; font-weight: 600; color: #57534E; margin-bottom: 6px; }
.track-hint { font-size: 12.5px; color: #ADA9A1; margin-top: 18px; }
.track-hint i { color: #ADA9A1; }
/*** Aide / Support End ***/
/*** copyright end ***/