@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//globalcouturecreation.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(109,15,26);
	--wd-alternative-color: rgb(34,68,119);
	--wd-link-color: rgb(34,68,119);
	--wd-link-color-hover: #242424;
	--btn-default-transform: none;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(109,15,26);
	--btn-accented-bgcolor-hover: rgb(212,175,55);
	--btn-accented-color: rgb(255,215,0);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://globalcouturecreation.com/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(109,15,26);
	background-image: none;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(10,10,10);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.page .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(230,213,184);
}
.product-labels .product-label.onsale {
	background-color: rgb(212,175,55);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* ==================== */
/* CATEGORIES CERCLÉES */
/* ==================== */
.woodmart-circle-categories {
  padding: 60px 15px;
  background-color: var(--wd-blanc);
  position: relative;
}

.woodmart-circle-categories:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--wd-or), transparent);
}

.circle-categories-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.circle-category {
  text-decoration: none;
  text-align: center;
  width: 18%;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.circle-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Crée un carré parfait */
  margin: 0 auto 15px;
}

.circle-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 3px solid var(--wd-or);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  overflow: hidden;
}

.circle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(109, 15, 26, 0.3);
  opacity: 0;
  transition: all 0.3s ease;
}

.circle-title {
  color: var(--wd-bordeaux);
  font-family: var(--font-primary);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  transition: all 0.3s ease;
}

/* Effets au survol */
.circle-category:hover {
  transform: translateY(-5px);
}

.circle-category:hover .circle-image {
  border-color: var(--wd-bordeaux);
  box-shadow: 0 8px 25px rgba(109, 15, 26, 0.2);
}

.circle-category:hover .circle-overlay {
  opacity: 1;
}

.circle-category:hover .circle-title {
  color: var(--wd-or);
}

/* ==================== */
/* RESPONSIVE */
/* ==================== */
@media (max-width: 1024px) {
  .circle-category {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .circle-category {
    width: 48%;
  }
  
  .circle-title {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .circle-category {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .woodmart-circle-categories {
    padding: 40px 15px;
  }
}
/* ----- CARTES DE PRODUITS ÉLÉGANTES (OVERRIDE FORCÉ) ----- */
body.woocommerce-page .products.grid-items .product-inner, 
body.woocommerce-page .woodmart-products-holder .product {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 20px !important;
    padding: 0 !important; /* Reset des paddings existants */
}

/* Effet hover */
body.woocommerce-page .products.grid-items .product-inner:hover, 
body.woocommerce-page .woodmart-products-holder .product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Image du produit */
body.woocommerce-page .products.grid-items .product-image-wrap, 
body.woocommerce-page .woodmart-products-holder .product-image {
    border-bottom: 1px solid #f5f5f5 !important;
    position: relative !important;
    display: block !important; /* Force le bloc pour éviter les floats */
}

/* Badge de réduction */
body.woocommerce-page .products.grid-items .onsale, 
body.woocommerce-page .woodmart-products-holder .product .onsale {
    background: #a67c52 !important; /* Couleur dorée */
    color: white !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    z-index: 10 !important; /* Au-dessus de l'image */
}

/* Titre du produit */
body.woocommerce-page .products.grid-items .product-title a, 
body.woocommerce-page .woodmart-products-holder .product-title a {
    font-family: 'Playfair Display', serif !important;
    color: #333 !important;
    font-size: 16px !important;
    margin: 10px 0 !important;
    text-align: center !important;
    display: block !important;
    text-decoration: none !important;
}

/* Prix */
body.woocommerce-page .products.grid-items .price, 
body.woocommerce-page .woodmart-products-holder .product .price {
    text-align: center !important;
    margin-bottom: 15px !important;
    display: block !important;
}

body.woocommerce-page .products.grid-items .price del, 
body.woocommerce-page .woodmart-products-holder .product .price del {
    color: #999 !important;
    font-size: 14px !important;
    margin-right: 5px !important;
}

body.woocommerce-page .products.grid-items .price ins, 
body.woocommerce-page .woodmart-products-holder .product .price ins {
    color: #a67c52 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

/* Bouton "Ajouter au panier" */
body.woocommerce-page .products.grid-items .add_to_cart_button, 
body.woocommerce-page .woodmart-products-holder .product .add_to_cart_button {
    background: #a67c52 !important;
    color: white !important;
    border: none !important;
    padding: 10px 15px !important;
    width: 100% !important;
    border-radius: 0 0 8px 8px !important;
    font-weight: bold !important;
    transition: background 0.3s !important;
    display: block !important;
    text-align: center !important;
}

body.woocommerce-page .products.grid-items .add_to_cart_button:hover, 
body.woocommerce-page .woodmart-products-holder .product .add_to_cart_button:hover {
    background: #8c6b4a !important;
}
/* Pour le widget Tawk.to sur mobile */
@media (max-width: 768px) {
    #tmawk-iframes-container {
        position: fixed;
        bottom: 60px !important; /* Ajustez selon la hauteur de votre navbar mobile */
        right: 10px !important;
        z-index: 99999 !important;
    }
    
    /* Optionnel: pour s'assurer que rien ne cache le widget */
    .mobile-nav {
        z-index: 9999 !important;
    }
}
iframe[title="chat widget"] {
  z-index: 999999 !important;
  position: fixed !important;
}
iframe[title="chat widget"] {
  position: fixed !important;
  bottom: 80px !important; /* Ajustez cette valeur selon la hauteur de votre barre de navigation mobile */
  z-index: 2147483647 !important;
}
iframe[title="chat widget"],
iframe[title="chat widget"]::backdrop,
iframe[title="chat widget"] * {
  z-index: 999999 !important;
  position: fixed !important;
}
iframe[title="chat widget"] {
  z-index: 999999 !important;
  position: fixed !important;
}
#trusted-floating-widget {
  position: fixed;
  bottom: 80px; /* Pour rester au-dessus de la navbar mobile */
  left: 20px;
  z-index: 9999;
  background: #ffffff;
  color: #000;
  border-radius: 30px;
  padding: 10px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
#trusted-floating-widget:hover {
  background-color: #f3f3f3;
  transform: scale(1.05);
}
#trusted-floating-widget img {
  width: 20px;
  height: 20px;
}
/* Page Contact - Style Luxe pour WoodMart */
.contact-page-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
}

/* Titre principal */
.contact-page-title {
    font-family: 'Playfair Display', serif;
    color: #6D0F1A;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.contact-page-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #D4AF37, #6D0F1A);
    margin: 15px auto 0;
}

/* Cartes d'information */
.woodmart-contact-info {
    background: #f9f5f0 !important;
    border-left: 4px solid #D4AF37 !important;
    border-radius: 0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease;
}

.woodmart-contact-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(109, 15, 26, 0.1) !important;
}

.contact-info-icon {
    color: #D4AF37 !important;
    font-size: 32px !important;
}

.contact-info-title {
    font-family: 'Playfair Display', serif !important;
    color: #6D0F1A !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

/* Formulaire de contact */
.contact-form-wrapper {
    background: white !important;
    padding: 30px !important;
    border-top: 3px solid #D4AF37 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

.contact-form-title {
    font-family: 'Playfair Display', serif !important;
    color: #6D0F1A !important;
    font-size: 24px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #f0e6d0;
    padding-bottom: 10px;
}

.wpcf7-form-control {
    border: 1px solid #e0d5c0 !important;
    padding: 12px 15px !important;
    border-radius: 0 !important;
}

.wpcf7-form-control:focus {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 1px #D4AF37 !important;
}

.wpcf7-submit {
    background: #6D0F1A !important;
    color: white !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 500 !important;
    padding: 15px 30px !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

.wpcf7-submit:hover {
    background: #8a1c2b !important;
    transform: translateY(-2px);
}

/* Carte Google Maps */
.woodmart-google-map {
    border: 3px solid #f0e6d0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-page-title {
        font-size: 28px !important;
    }
    
    .contact-info-title {
        font-size: 18px !important;
    }
    
    .contact-form-title {
        font-size: 20px !important;
    }
    
    .woodmart-contact-info {
        margin-bottom: 20px !important;
    }
}
/* Style général des tabs */
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 30px;
}

/* Style des titres des tabs */
.woocommerce-tabs .tabs.wc-tabs li a {
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 4px 4px 0 0;
}

/* Style au survol et actif */
.woocommerce-tabs .tabs.wc-tabs li.active a,
.woocommerce-tabs .tabs.wc-tabs li a:hover {
    background: #83b735; /* Couleur verte de Woodmart */
    color: white;
}

/* Style du contenu des tabs */
.woocommerce-Tabs-panel {
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
}

/* Style spécifique pour la tab description */
.woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
    background: #fafafa;
}

/* Style pour les titres dans les tabs */
.woocommerce-Tabs-panel h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #83b735;
}
.footer-caftan-description {
  color: #E6D5B8;
  font-size: 15px;
  line-height: 1.6;
}

.footer-title {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-features {
  padding-left: 20px;
  margin: 20px 0;
}

.footer-features li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
}

.footer-features li:before {
  content: "•";
  color: #D4AF37;
  position: absolute;
  left: -15px;
}

.footer-advantages {
  background: rgba(212, 175, 55, 0.1);
  padding: 15px;
  border-left: 2px solid #D4AF37;
  margin: 25px 0;
}

.advantage-item {
  margin-bottom: 8px;
  padding-left: 10px;
}

.footer-signature {
  font-style: italic;
  text-align: right;
  margin-top: 20px;
  color: #D4AF37;
}
/* ==================== */
/* 🎨 FOOTER 4 COLONNES LUXE MAROCAIN */
/* ==================== */
.footer-container {
    background-color: #0A0A0A !important;
    padding: 60px 0 30px !important;
    border-top: 1px solid #D4AF37 !important;
    font-family: 'Playfair Display', serif;
}

/* Conteneur des colonnes */
.footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Colonnes individuelles */
.footer-widget {
    flex: 0 0 23%;
    margin-bottom: 30px;
}

/* Titres des widgets */
.widget-title {
    color: #D4AF37 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 25px !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D4AF37;
    font-family: 'Playfair Display', serif !important;
}

/* Contenu des widgets */
.textwidget,
.widget_nav_menu ul,
.widget_pages ul {
    color: #E6D5B8 !important;
    font-size: 14px;
    line-height: 1.8;
}

/* Liens */
.footer-widget a {
    color: #E6D5B8 !important;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.footer-widget a:hover {
    color: #D4AF37 !important;
    padding-left: 5px;
}

/* Liste menu */
.widget_nav_menu ul,
.widget_pages ul {
    list-style: none;
    padding-left: 0;
}

.widget_nav_menu li,
.widget_pages li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.widget_nav_menu li:before,
.widget_pages li:before {
    content: "•";
    color: #D4AF37;
    position: absolute;
    left: 0;
}

/* Newsletter */
.woodmart-newsletter-form {
    margin-top: 20px;
}

.woodmart-newsletter-email {
    background: rgba(245, 245, 245, 0.1) !important;
    border: 1px solid #E6D5B8 !important;
    color: white !important;
    margin-bottom: 10px;
}

.woodmart-newsletter-btn {
    background: #6D0F1A !important;
    color: #D4AF37 !important;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.woodmart-newsletter-btn:hover {
    background: #D4AF37 !important;
    color: #0A0A0A !important;
}

/* Icônes de contact */
.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-contact-icon {
    color: #D4AF37;
    margin-right: 12px;
    font-size: 16px;
    min-width: 20px;
}

/* Réseaux sociaux */
.social-icons {
    display: flex;
    margin-top: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(212, 175, 55, 0.2);
    color: #D4AF37 !important;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background: #D4AF37 !important;
    color: #0A0A0A !important;
    transform: translateY(-3px);
}

/* Copyright */
.footer-copyright {
    text-align: center;
    padding: 20px 0 0;
    margin-top: 40px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    color: #E6D5B8;
    font-size: 13px;
}

.footer-copyright a {
    color: #D4AF37 !important;
}

/* ==================== */
/* 📱 RESPONSIVE MOBILE */
/* ==================== */
@media (max-width: 768px) {
    .footer-widget {
        flex: 0 0 48%;
    }
}

@media (max-width: 480px) {
    .footer-widget {
        flex: 0 0 100%;
    }
    
    .widget-title {
        font-size: 16px !important;
    }
}
/* ==================== */
/* 🎨 VARIABLES THEMATIQUES */
/* ==================== */
:root {
  --wd-or: #D4AF37;          /* Couleur or principale */
  --wd-or-light: #FFD700;    /* Or clair */
  --wd-beige: #E6D5B8;      /* Beige doré */
  --wd-bordeaux: #6D0F1A;   /* Bordeaux */
  --wd-noir: #0A0A0A;       /* Noir */
  --wd-blanc: #F5F5F5;      /* Blanc cassé */
}

/* ==================== */
/* 🖥️ EN-TÊTE */
/* ==================== */
.whb-header {
  border-bottom: 0.5px solid var(--wd-or) !important; /* Bordure fine */
  background: var(--wd-noir) !important;
  box-shadow: 0 1px 0px rgba(212, 175, 55, 0.1);
}

/* ==================== */
/* 🛍️ FICHE PRODUIT */
/* ==================== */
/* Image principale */
.woocommerce-product-gallery__image {
  border: 1px solid var(--wd-beige);
  background: white;
  padding: 5px;
  border-radius: 3px;
}

/* Miniatures */
.flex-control-thumbs li {
  border: 1px solid var(--wd-beige) !important;
  width: 70px;
  height: 70px;
}
.flex-control-thumbs li:hover {
  border-color: var(--wd-or) !important;
}

/* ==================== */
/* 🦶 PIED DE PAGE */
/* ==================== */
.footer-container {
  background: var(--wd-noir);
  color: var(--wd-beige);
  border-top: 1px solid var(--wd-or);
}
.footer-widget-title {
  color: var(--wd-or) !important;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

/* ==================== */
/* 📱 RESPONSIVE */
/* ==================== */
@media (max-width: 768px) {
  .whb-header {
    border-bottom-width: 0.5px !important;
  }
  .footer-widget-title {
    font-size: 16px;
  }
}
/***** BORDURES PERSONNALISÉES *****/
/* 1. HEADER - Bordure d'en-tête */
.whb-header, 
.whb-main-header {
    border-bottom: 0.5px solid #D4AF37 !important; /* Or brillant */
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.1) !important;
}

/* 2. MENUS - Navigation principale */
.whb-main-nav > li > a {
    border-bottom: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}
.whb-main-nav > li > a:hover,
.whb-main-nav > li.current-menu-item > a {
    border-bottom-color: #D4AF37 !important; /* Effet surlignage or */
}

/* 3. SELECTEUR DE TAILLE */
.select2-container--default .select2-selection--single {
    border: 1px solid #E6D5B8 !important; /* Beige doré */
    border-radius: 3px !important;
    height: 42px !important;
}
.select2-container--default .select2-selection--single:hover {
    border-color: #D4AF37 !important; /* Or au survol */
}

/* 4. QUANTITÉ (Input +/-) */
.quantity input.qty {
    border: 1px solid #E6D5B8 !important;
    border-left: none !important;
    border-right: none !important;
    color: #0A0A0A !important;
}
.quantity .minus, 
.quantity .plus {
    background: #F5F5F5 !important;
    border: 1px solid #E6D5B8 !important;
    color: #6D0F1A !important; /* Bordeaux */
}
.quantity .minus:hover,
.quantity .plus:hover {
    background: #D4AF37 !important;
    color: white !important;
}

/* 5. MENUS DÉROULANTS */
.woodmart-nav-dropdown,
.woodmart-shopping-cart {
    border: 1px solid #E6D5B8 !important;
    border-top: 2px solid #D4AF37 !important; /* Ligne or */
}

/* 6. BORDURE SECONDARY (Mobile) */
.whb-sticked .whb-main-header {
    border-bottom: 1px solid rgba(214, 175, 55, 0.2) !important;
}

/***** EFFETS SPÉCIAUX *****/
/* Animation sur les bordures */
.select2-container--default,
.quantity,
.variations_form .variations select {
    transition: border-color 0.3s ease !important;
}

/* Focus states */
.select2-container--default.select2-container--focus .select2-selection--single,
.quantity:focus-within {
    border-color: #6D0F1A !important; /* Bordeaux */
    box-shadow: 0 0 0 1px #6D0F1A !important;
}
/***** FOOTER - STYLE LUXE MAROCAIN *****/
/* Fond principal */
.footer-container {
  background-color: #0A0A0A; /* Noir profond comme l'en-tête */
  color: #E6D5B8; /* Texte beige doré */
  padding: 40px 0;
  border-top: 1px solid #D4AF37; /* Ligne or en séparation */
}

/* Titres de sections */
.footer-widget-title {
  color: #D4AF37 !important; /* Or */
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Liens */
.footer a {
  color: #E6D5B8 !important; /* Beige doré */
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer a:hover {
  color: #D4AF37 !important; /* Or au survol */
  padding-left: 5px;
}

/* Infos de contact */
.footer-contact-item {
  margin-bottom: 12px;
}
.footer-contact-item i {
  color: #D4AF37; /* Icônes en or */
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

/* Newsletter */
.newsletter-input {
  background: rgba(245, 245, 245, 0.1) !important;
  border: 1px solid #E6D5B8 !important;
  color: white !important;
}
.newsletter-btn {
  background: #6D0F1A !important; /* Bordeaux */
  color: #FFD700 !important; /* Or brillant */
  border: none !important;
}
.newsletter-btn:hover {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
}

/* Barre inférieure (copyright) */
.footer-bottom {
  background: rgba(10, 10, 10, 0.9); /* Noir légèrement transparent */
  padding: 15px 0;
  border-top: 1px solid #333;
}
.footer-copyright {
  color: #E6D5B8;
  font-size: 14px;
}
.footer-payments img {
  filter: brightness(0) invert(0.8); /* Icônes de paiement en beige */
}

/* Icônes sociales */
.social-icons a {
  display: inline-block;
  background: rgba(212, 175, 55, 0.2); /* Or transparent */
  color: #D4AF37 !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}
.social-icons a:hover {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
}

/***** RESPONSIVE *****/
@media (max-width: 768px) {
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-widget-title {
    font-size: 16px;
  }
}
/***** PALETTE DE COULEURS PRINCIPALE *****/
:root {
  --bg-main: #F5F5F5; /* Arrière-plan principal */
  --text-dark: #0A0A0A; /* Texte noir */
  --gold-light: #D4AF37; /* Or liens */
  --gold-bright: #FFD700; /* Or brillant */
  --beige-border: #E6D5B8; /* Bordure beige doré */
  --burgundy: #6D0F1A; /* Bordeaux */
  --emerald: #028A0F; /* Vert émeraude */
}

/***** FOND GÉNÉRAL *****/
body {
  background-color: var(--bg-main);
  color: var(--text-dark);
}

/***** EN-TÊTE & NAVIGATION *****/
.whb-header {
  background-color: var(--text-dark);
}
.whb-main-nav > li > a {
  color: var(--gold-light);
}
.whb-main-nav > li > a:hover {
  opacity: 0.8;
}

/***** CARTES DE PRODUITS *****/
.product-grid-item {
  border: 1px solid var(--beige-border);
  background: white;
}

/***** BOUTONS PRINCIPAUX *****/
.button, .add_to_cart_button {
  background-color: var(--burgundy);
  color: var(--gold-bright);
  border: none;
}
.button:hover {
  background-color: var(--text-dark);
}

/***** LABELS PERSONNALISÉS *****/
/* Label PROMOTION */
.onsale {
  background: var(--burgundy) !important;
  color: var(--gold-bright) !important;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 3px;
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
}

/* Label NOUVEAUTÉ */
.new-label {
  background: var(--emerald);
  color: white;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
}

/***** SUPPRIMER "AJOUTER AU PANIER" SUR MINIATURE *****/
.product-grid-item .add-to-cart-btn {
  display: none !important;
}

/***** PRIX *****/
.price {
  color: var(--gold-light);
  font-weight: bold;
}
.price del {
  color: #999;
}
.price ins {
  color: var(--burgundy);
  text-decoration: none;
}

/***** OPTIONS SPÉCIFIQUES WOODMART *****/
/* Ajustement des ombres */
.product-grid-item:hover {
  box-shadow: 0 5px 15px rgba(10, 10, 10, 0.1);
}

/* Ajustement du hover sur image */
.product-image-wrap:hover img {
  opacity: 0.9;
}
/* Mobile Browser Bar Color */
:root {
  --wd-mobile-bar: #D4AF37; /* Or principal */
}

meta[name="theme-color"],
meta[name="msapplication-navbutton-color"],
meta[name="apple-mobile-web-app-status-bar-style"] {
  content: var(--wd-mobile-bar) !important;
}
/* ==================== */
/* BANNIÈRE PROMO LUXE */
/* ==================== */
.woodmart-promo-banner.vip-banner {
  /* Style de base */
  background: #6D0F1A !important; /* Bordeaux */
  color: #D4AF37 !important; /* Texte or */
  border-top: 3px solid #E6D5B8 !important; /* Ligne beige */
  padding: 25px 0;
  text-align: center;
  
  /* Typographie premium */
  font-family: 'Playfair Display', serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  /* Effets spéciaux */
  position: relative;
  overflow: hidden;
}

/* Animation de paillettes dorées */
.vip-banner:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.15) 0%,
    rgba(212, 175, 55, 0) 70%
  );
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Bouton CTA */
.vip-banner .promo-btn {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
  border: none !important;
  padding: 12px 30px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s;
}

.vip-banner .prom
/* Bannière Negafa */
.wd-negafa-banner {
  background: linear-gradient(90deg, #6D0F1A 0%, #0A0A0A 100%);
  border-bottom: 1px solid #D4AF37;
  padding: 12px 0;
  font-size: 14px;
  width: 100%;
}

.wd-banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wd-banner-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wd-badge {
  background-color: #D4AF37;
  color: #0A0A0A;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

.wd-banner-text {
  margin-left: 15px;
  color: #FFFFFF;
}

.wd-banner-text strong {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
}

.wd-separator {
  color: #E6D5B8;
  margin: 0 10px;
}

.wd-promo-btn {
  background: #D4AF37;
  color: #0A0A0A !important;
  padding: 6px 20px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  white-space: nowrap;
}

.wd-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 12px rgba(212, 175, 55, 0.4);
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .wd-banner-container {
    flex-direction: column;
    gap: 10px;
  }
  
  .wd-banner-content {
    justify-content: center;
    text-align: center;
    margin-left: 0;
    gap: 8px;
  }
  
  .wd-banner-text {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .wd-separator {
    display: none;
  }
  
  .wd-banner-text span {
    display: block;
    width: 100%;
    margin: 3px 0 !important;
  }
}
padding: 12px 0; /* Version desktop */
     padding: 8px 0; /* Pour mobile */
/* Offre Caftan Sur-Mesure */
.custom-caftan-offer {
  background: linear-gradient(135deg, rgba(245,245,245,0.95) 0%, rgba(230,213,184,0.9) 100%);
  border: 2px solid #D4AF37;
  padding: 30px;
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(109,15,26,0.1);
}

.offer-badge {
  background: #6D0F1A;
  color: #D4AF37;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #D4AF37;
}

.offer-title {
  color: #6D0F1A;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 15px 0 25px;
  position: relative;
}

.offer-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #D4AF37;
  margin: 15px auto 0;
}

.custom-features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0;
}

.feature {
  flex: 1;
  min-width: 200px;
  margin: 10px;
  padding: 20px;
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  border: 1px dashed #D4AF37;
}

.feature-icon {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  color: #6D0F1A;
}

.feature-text {
  color: #0A0A0A;
  font-size: 15px;
  display: block;
  line-height: 1.4;
}

.custom-btn {
  background: #6D0F1A;
  color: #ffffff !important;
  padding: 12px 40px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  border: 2px solid #D4AF37;
  font-size: 16px;
  margin-top: 10px;
}

.custom-btn:hover {
  background: #D4AF37;
  color: #6D0F1A !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(109,15,26,0.2);
}

.delivery-info {
  display: block;
  margin-top: 15px;
  color: #6D0F1A;
  font-size: 13px;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-features {
    flex-direction: column;
  }
  
  .offer-title {
    font-size: 24px;
  }
  
  .feature {
    margin: 8px 0;
  }
}
/* DESIGN LUXE CAFTAN SUR-MESURE */
.luxe-caftan-custom {
  position: relative;
  background: url('https://example.com/texture-marocain.jpg') center/cover;
  padding: 60px 20px;
  text-align: center;
  margin: 50px auto;
  max-width: 1000px;
  border: 1px solid #D4AF37;
  overflow: hidden;
}

.luxe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,0.85);
  z-index: 0;
}

.luxe-content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.luxe-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 0;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.luxe-title {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
}

.luxe-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 60%;
}

.luxe-separator .line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.luxe-separator .star {
  color: #D4AF37;
  margin: 0 15px;
  font-size: 20px;
}

.luxe-subtitle {
  color: #E6D5B8;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.luxe-features {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1;
  min-width: 200px;
  margin: 15px;
  padding: 30px 20px;
  background: rgba(109,15,26,0.3);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.5s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  background: rgba(109,15,26,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.feature-icon {
  color: #D4AF37;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.feature-item p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.feature-item span {
  color: #D4AF37;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.luxe-cta {
  display: inline-block;
  background: transparent;
  color: #D4AF37 !important;
  padding: 18px 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #D4AF37;
  margin: 30px 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.luxe-cta:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
  letter-spacing: 3px;
}

.luxe-cta .arrow {
  margin-left: 10px;
  transition: all 0.4s ease;
}

.luxe-cta:hover .arrow {
  transform: translateX(5px);
}

.luxe-note {
  color: #E6D5B8;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-style: italic;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.luxe-title, .luxe-subtitle, .feature-item {
  animation: fadeIn 1s ease forwards;
}

.feature-item:nth-child(2) { animation-delay: 0.3s; }
.feature-item:nth-child(3) { animation-delay: 0.6s; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .luxe-title { font-size: 28px; }
  .luxe-features { flex-direction: column; }
  .feature-item { margin: 10px 0; }
  .luxe-cta { padding: 15px 30px; }
}
/* Bannière Mobile Élégante */
.mobile-caftan-promo {
  position: relative;
  width: 100%;
  max-height: 400px;
  height: 400px;
  background: rgba(10,10,10,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #D4AF37;
}

.mobile-caftan-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('votre-image-fond.jpg') center/cover;
  z-index: -1;
  opacity: 0.9;
}

.promo-content {
  text-align: center;
  width: 100%;
  padding: 20px;
  animation: fadeIn 1.5s ease;
}

.promo-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 3px;
}

.promo-title {
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 10px 0;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.promo-text {
  color: #E6D5B8;
  font-size: 16px;
  margin: 0 auto 25px;
  max-width: 300px;
  line-height: 1.5;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  background: #6D0F1A;
  color: #D4AF37 !important;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
  border: 1px solid #D4AF37;
}

.promo-btn span {
  margin-left: 8px;
  transition: transform 0.3s;
}

.promo-btn:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
}

.promo-btn:hover span {
  transform: translateX(3px);
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 480px) {
  .mobile-caftan-promo {
    height: 320px;
    padding: 15px;
  }
  
  .promo-title {
    font-size: 24px;
  }
  
  .promo-text {
    font-size: 15px;
  }
  
  .promo-btn {
    padding: 10px 25px;
    font-size: 13px;
  }
}
/* Bannière Mini Luxe - 300px avec overlay 85% */
.mini-promo-banner {
  width: 100%;
  height: 300px;
  background: 
    linear-gradient(rgba(10,10,10,0.85), rgba(10,10,10,0.85)), 
    url('votre-image-fond.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #D4AF37;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.3); /* Effet velours */
}

/* Le reste du CSS reste inchangé */
.banner-inner {
  text-align: center;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  animation: fadeUp 0.8s ease-out;
}

.luxe-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 2px;
}

.mini-promo-banner h3 {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin: 8px 0;
  line-height: 1.3;
}

.mini-promo-banner p {
  color: #E6D5B8;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #D4AF37 !important;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #D4AF37;
  border-radius: 3px;
  transition: all 0.3s;
}

.cta-button span {
  margin-left: 5px;
  transition: transform 0.3s;
}

.cta-button:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
}

.cta-button:hover span {
  transform: translateX(3px);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .mini-promo-banner {
    height: 300px;
  }
  
  .banner-inner {
    padding: 15px;
  }
  
  .mini-promo-banner h3 {
    font-size: 20px;
  }
  
  .mini-promo-banner p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
/* Section Séparatrice Luxe */
.luxe-separator-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  padding: 0 20px;
}

.luxe-separator-line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  max-width: 150px;
}

.luxe-separator-content {
  padding: 0 30px;
  text-align: center;
}

.luxe-icon {
  color: #D4AF37;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.luxe-subtitle {
  color: #6D0F1A;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.luxe-description {
  color: #0A0A0A;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .luxe-separator-section {
    flex-direction: column;
    margin: 30px 0;
  }
  
  .luxe-separator-line {
    width: 60%;
    margin: 15px 0;
    max-width: none;
  }
  
  .luxe-subtitle {
    font-size: 19px;
  }
  
  .luxe-description {
    font-size: 14px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.luxe-quote, 
.testimonial-text {
  font-family: 'Great Vibes', cursive !important;
  font-size: 24px;
  color: #6D0F1A;
}
/***** CENTRER LES ÉTOILES D'AVIS SEULEMENT *****/

/* Suppression de l'espace résiduel */

/* Ajustement responsive */
@media (max-width: 768px) {
  .product-grid-item .star-rating {
    font-size: 12px;
    margin-top: 5px !important;
  }
}
/* Centrer le conteneur des avis */
   .wcsag-reviews {
       display: flex !important;
       flex-direction: column !important;
       align-items: center !important;
       text-align: center !important;
       margin: 10px 0 !important;
       width: 100%;
   }

   /* Centrer les étoiles */
   .wcsag-reviews .star-rating {
       float: none !important;
       margin: 0 auto 5px !important;
   }

   /* Centrer le texte du compteur d'avis */
   .wcsag-reviews .wcsag-review-count {
       display: block !important;
       text-align: center !important;
   }
.pswp__share-tooltip a.pswp__share--download{
	display: none;
}
/* ================ */
/* PAGE SUR-MESURE */
/* ================ */

/* Variables Couleurs */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

/* Base Styling */
.custom-caftan-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
  line-height: 1.7;
}

/* Hero Section */
.couture-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/hero-caftan.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-separator {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 20px auto;
}

.hero-content p {
  color: white;
  font-size: 20px;
  font-style: italic;
}

/* Expertise Section */
.expertise-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.expertise-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 30px rgba(0,0,0,0.1);
  position: relative;
}

.expertise-card h2 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.gold-border {
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 30px;
}

.expertise-text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.dropcap {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  float: left;
  line-height: 0.8;
  margin-right: 10px;
}

.luxe-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  text-align: center;
}

.luxe-list li {
  position: relative;
  padding: 12px 0;
  font-size: 18px;
}

.luxe-list li:before {
  content: "✽";
  color: var(--gold);
  margin-right: 10px;
}

/* Process Section */
.process-section {
  padding: 80px 0;
  background: url('https://example.com/texture-bg.jpg');
}

.process-section h2 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  flex: 1;
  min-width: 300px;
  margin: 15px;
  padding: 30px;
  background: white;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  position: relative;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: -60px auto 25px;
  border: 3px solid white;
}

.step h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  font-size: 22px;
  margin-bottom: 15px;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  text-align: center;
  background: var(--dark);
  color: white;
}

.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}

.cta-section p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.notice {
  font-style: italic;
  color: var(--beige);
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }
  
  .process-steps {
    flex-direction: column;
  }
  
  .step {
    margin: 15px 0;
  }
}
/* ==================== */
/* PAGE OFFRE SPECIALE */
/* ==================== */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

.special-offer-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
}

/* Hero Section */
.offer-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/negafa-hero.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109,15,26,0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.offer-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  padding: 8px 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
}

.offer-hero h1 {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 42px;
  margin: 15px 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.hero-subtitle {
  color: var(--beige);
  font-size: 20px;
  margin-bottom: 30px;
}

.whatsapp-cta {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-cta:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

/* Offer Details */
.offer-details {
  padding: 60px 0;
  background: #f9f9f9;
}

.offer-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  border-top: 5px solid var(--gold);
}

.offer-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.gold-text {
  color: var(--gold);
}

.gold-line {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
}

.offer-steps {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
  border: 3px solid var(--gold);
}

.step p {
  font-size: 18px;
}

.offer-conditions {
  background: rgba(230,213,184,0.2);
  padding: 25px;
  border-left: 3px solid var(--gold);
  margin-top: 40px;
}

.offer-conditions h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  margin-bottom: 15px;
}

.offer-conditions ul {
  list-style: none;
  padding: 0;
}

.offer-conditions li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.offer-conditions li:before {
  content: "•";
  color: var(--gold);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -5px;
}

/* Audience Section */
.audience-section {
  padding: 60px 0;
  background: white;
}

.audience-section h2 {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: var(--burgundy);
}

.audience-cards {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.audience-card {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  margin: 15px;
  text-align: center;
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.3s;
}

.audience-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(109,15,26,0.1);
}

.audience-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.audience-card h3 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  font-size: 22px;
  margin-bottom: 15px;
}

/* Final CTA */
.final-cta {
/* ==================== */
/* PAGE OFFRE SPECIALE */
/* ==================== */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

.special-offer-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
}

/* Hero Section */
.offer-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/negafa-hero.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109,15,26,0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.offer-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  padding: 8px 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
}

.offer-hero h1 {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 42px;
  margin: 15px 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.hero-subtitle {
  color: var(--beige);
  font-size: 20px;
  margin-bottom: 30px;
}

.whatsapp-cta {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-cta:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

/* Offer Details */
.offer-details {
  padding: 60px 0;
  background: #f9f9f9;
}

.offer-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  border-top: 5px solid var(--gold);
}

.offer-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.gold-text {
  color: var(--gold);
}

.gold-line {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
}

.offer-steps {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
  border: 3px solid var(--gold);
}

.step p {
  font-size: 18px;
}

.offer-conditions {
  background: rgba(230,213,184,0.2);
  padding: 25px;
  border-left: 3px solid var(--gold);
  margin-top: 40px;
}

.offer-conditions h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  margin-bottom: 15px;
}

.offer-conditions ul {
  list-style: none;
  padding: 0;
}

.offer-conditions li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.offer-conditions li:before {
  content: "•";
  color: var(--gold);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -5px;
}

/* Audience Section */
.audience-section {
  padding: 60px 0;
  background: white;
}

.audience-section h2 {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: var(--burgundy);
}

.audience-cards {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.audience-card {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  margin: 15px;
  text-align: center;
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.3s;
}

.audience-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(109,15,26,0.1);
}

.audience-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.audience-card h3 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  font-size: 22px;
  margin-bottom: 15px;
}

/* Final CTA */
.final-cta {
  padding: 80px 20px;
  background: var(--dark);
  color: white;
  text-align: center;
}

.final-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}

.final-cta p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

.whatsapp-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.collection-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--dark) !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.collection-btn:hover {
  background: var(--beige);
  transform: translateY(-3px);
}

.small-note {
  font-size: 14px;
  color: var(--beige);
  font-style: italic;
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .offer-hero h1 {
    font-size: 32px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .offer-steps {
    flex-direction: column;
  }
  
  .audience-card {
    min-width: 100%;
    margin: 10px 0;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
	/* Supprimer le border-radius du label promotion */
.onsale {
  border-radius: 0 !important;
}

/* Supprimer aussi le border-radius sur l'état hover si nécessaire */
.onsale:hover {
  border-radius: 0 !important;
}
	/* ==================== */
/* FOOTER LUXE MAROCAIN */
/* ==================== */

/* Structure Principale */
.woodmart-footer-wrapper {
  background-color: #0A0A0A !important;
  color: #E6D5B8 !important;
  border-top: 2px solid #D4AF37 !important;
  font-family: 'Cormorant Garamond', serif;
  padding: 60px 0 0 !important;
}

/* Conteneur Grille */
.footer-container {
  max-width: 1200px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(200px, 1fr)) !important;
  gap: 40px !important;
  padding: 0 20px !important;
}

/* Colonnes */
.footer-widget {
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}

/* Titres des Widgets */
.widget-title {
  color: #D4AF37 !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-bottom: 25px !important;
  padding-bottom: 15px !important;
  position: relative !important;
}

.widget-title:after {
  content: '';
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #E6D5B8 !important;
  opacity: 0.3;
}

/* Liens */
.footer-widget a {
  color: #E6D5B8 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  display: block !important;
  padding: 8px 0 !important;
  position: relative !important;
}

.footer-widget a:hover {
  color: #D4AF37 !important;
  padding-left: 10px !important;
}

.footer-widget a:before {
  content: '→';
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s ease;
}

.footer-widget a:hover:before {
  opacity: 1;
  left: -5px;
}

/* Première Colonne (Logo & Texte) */
.footer-widget:first-child .widget-title {
  margin-bottom: 20px !important;
}

.footer-logo {
  margin-bottom: 25px !important;
}

.footer-logo img {
  max-width: 180px !important;
  height: auto !important;
  filter: brightness(0) invert(1) !important;
}

.footer-text {
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

/* Icônes Sociales */
.social-icons {
  display: flex !important;
  gap: 15px !important;
  margin-top: 25px !important;
}

.social-icons a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(212, 175, 55, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.social-icons a:hover {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
  padding-left: 0 !important;
  transform: translateY(-3px) !important;
}

/* Newsletter */
.newsletter-form {
  margin-top: 20px !important;
}

.newsletter-form input[type="email"] {
  background: rgba(245, 245, 245, 0.1) !important;
  border: 1px solid #E6D5B8 !important;
  color: #E6D5B8 !important;
  padding: 12px 15px !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}

.newsletter-form button {
  background: #6D0F1A !important;
  color: #D4AF37 !important;
  border: none !important;
  padding: 12px 25px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-family: 'Playfair Display', serif !important;
}

.newsletter-form button:hover {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
}

/* Barre Inférieure */
.footer-bottom {
  background: rgba(0, 0, 0, 0.3) !important;
  margin-top: 60px !important;
  padding: 20px 0 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
}

.copyright {
  font-size: 14px !important;
  text-align: center !important;
}

.payment-icons img {
  filter: brightness(0) invert(0.8) !important;
  height: 25px !important;
  margin: 0 5px !important;
}

/* ============== */
/* RESPONSIVE */
/* ============== */
@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr)) !important;
    gap: 30px !important;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  .footer-widget {
    padding: 0 !important;
  }
  
  .widget-title {
    font-size: 16px !important;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-widget {
  animation: fadeInUp 0.5s ease forwards;
}

.footer-widget:nth-child(1) { animation-delay: 0.1s; }
.footer-widget:nth-child(2) { animation-delay: 0.2s; }
.footer-widget:nth-child(3) { animation-delay: 0.3s; }
.footer-widget:nth-child(4) { animation-delay: 0.4s; }
	/* REMPLACEZ TOUT LE CSS EXISTANT PAR CE CODE */
.woodmart-footer-wrapper {
  background-color: #0A0A0A !important;
  border-top: 2px solid #D4AF37 !important;
}

.woodmart-footer .footer-container {
  max-width: 1300px !important;
  padding: 60px 15px 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(200px, 1fr)) !important;
  gap: 40px !important;
}

/* FORCER le style des widgets */
.woodmart-footer .footer-widget {
  margin-bottom: 0 !important;
  padding: 0 15px !important;
  animation: fadeInUp 0.5s ease forwards !important;
}

.woodmart-footer .widget-title {
  color: #D4AF37 !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-bottom: 25px !important;
  padding-bottom: 10px !important;
  position: relative !important;
  border-bottom: 1px solid rgba(212,175,55,0.3) !important;
}
	/* BLOC REASSURANCE LUXE */
.reassurance-luxe {
  background: linear-gradient(135deg, rgba(245,245,245,0.95) 0%, rgba(230,213,184,0.9) 100%);
  border-top: 1px solid var(--wd-or);
  border-bottom: 1px solid var(--wd-or);
  padding: 40px 0;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}

.reassurance-luxe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" opacity="0.03" viewBox="0 0 100 100"><path fill="%23D4AF37" d="M50 0l12 25 25 12-25 12-12 25-12-25-25-12 25-12z"/></svg>');
  background-size: 80px;
  animation: shine 20s linear infinite;
}

.reassurance-container {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.reassurance-item {
  text-align: center;
  padding: 25px;
  flex: 1;
  min-width: 220px;
  transition: all 0.4s ease;
}

.reassurance-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: var(--wd-bordeaux);
  color: var(--wd-or-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.reassurance-icon svg {
  width: 28px;
  height: 28px;
}

.reassurance-title {
  font-family: var(--font-secondary);
  color: var(--wd-bordeaux);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.reassurance-text {
  color: var(--wd-noir);
  font-size: 15px;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}

/* Effets au survol */
.reassurance-item:hover {
  transform: translateY(-5px);
}

.reassurance-item:hover .reassurance-icon {
  background: var(--wd-or);
  color: var(--wd-noir);
  transform: rotateY(180deg);
}

/* Responsive */
@media (max-width: 768px) {
  .reassurance-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .reassurance-item {
    padding: 15px;
  }
}

@keyframes shine {
  from { background-position: 0 0; }
  to { background-position: 80px 80px; }
}
	.review-card {
      opacity: 0;
      animation: fadeIn 0.5s forwards;
  }
  
  @keyframes fadeIn {
      to { opacity: 1; }
  }
	.single-product .star-rating {
         letter-spacing: 3px;
         line-height: 1;
         float: none;
         display: inline-block;
         vertical-align: middle;
         margin: 5px 0 !important;
     }
	/* === AVIS CLIENTS - GLOBAL COUTURE === */
.gcc-reviews-container {
    padding: 60px 0;
    background: url('https://example.com/moroccan-pattern.png') repeat;
    background-size: 400px;
    background-attachment: fixed;
    position: relative;
}

.gcc-reviews-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.92);
    z-index: 0;
}

.gcc-reviews-header {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.gcc-reviews-grid {
    position: relative;
    z-index: 1;
}

.gcc-review-card {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gcc-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(109, 15, 26, 0.1);
    border-color: #D4AF37 !important;
}

.gcc-review-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #D4AF37;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    opacity: 0.15;
}

/* Badge vérifié */
.verified-badge {
    transition: all 0.3s;
}

.verified-badge:hover {
    background: #D4AF37 !important;
    color: white !important;
}

.verified-badge:hover svg {
    fill: white;
}

/* Tags thématiques */
.feature-tag {
    transition: all 0.3s;
}

.feature-tag:hover {
    background: #D4AF37 !important;
    color: white !important;
}

.feature-tag:hover svg {
    fill: white;
}

/* Bouton avis externes */
.external-reviews-link .woodmart-button:hover {
    background: #D4AF37 !important;
    color: white !important;
    border-color: #D4AF37 !important;
}

/* Responsive */
@media (max-width: 992px) {
    .gcc-review-col {
        flex: 0 0 calc(50% - 15px) !important;
    }
}

@media (max-width: 768px) {
    .gcc-review-col {
        flex: 0 0 100% !important;
    }
    
    .gcc-reviews-header h2 {
        font-size: 24px !important;
    }
    
    .gcc-review-card {
        padding: 20px !important;
    }
}
	.customer-reviews {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    color: #8B5E3C; /* Couleur en harmonie avec votre site */
    font-size: 24px;
    margin-bottom: 20px;
}

.review {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #333;
}

.badge {
    background: #d4af37;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.review-dates {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.review-text {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

.external-link {
    text-align: center;
    margin-top: 20px;
}

.external-link a {
    text-decoration: none;
    color: #8B5E3C;
    font-weight: bold;
}
	/* ========== AVIS CLIENTS - GLOBAL COUTURE CREATION ========== */
/* Conteneur principal */
.gcc-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
    font-family: 'Poppins', sans-serif;
}

/* En-tête */
.gcc-reviews-header {
    text-align: center;
    margin-bottom: 40px;
}

.gcc-reviews-header h1 {
    font-size: 32px;
    color: #8B4513;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gcc-reviews-header p {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}

/* Carte d'avis */
.gcc-review-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 25px;
    margin-bottom: 30px;
    border-left: 4px solid #D2B48C;
    position: relative;
    transition: all 0.3s ease;
}

.gcc-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* En-tête de l'avis */
.gcc-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.gcc-review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F5DEB3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #8B4513;
    font-weight: bold;
    font-size: 24px;
}

.gcc-review-info {
    flex: 1;
}

.gcc-review-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    font-size: 18px;
}

.gcc-review-location {
    color: #888;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.gcc-review-location i {
    margin-right: 5px;
    font-size: 16px;
}

.gcc-review-product {
    background: #F5F5F5;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    color: #8B4513;
    display: inline-block;
    margin-top: 5px;
}

/* Étoiles et badge vérifié */
.gcc-review-stars {
    color: #FFD700;
    font-size: 18px;
    margin: 10px 0;
}

.gcc-verified-badge {
    background: #8B4513;
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

.gcc-verified-badge i {
    margin-right: 5px;
    font-size: 14px;
}

/* Contenu de l'avis */
.gcc-review-content {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}

/* Pied de carte */
.gcc-review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #999;
    border-top: 1px dashed #eee;
    padding-top: 15px;
}

/* Bouton "Plus d'avis" */
.gcc-more-reviews {
    text-align: center;
    margin-top: 50px;
}

.gcc-more-reviews a {
    background: #8B4513;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.gcc-more-reviews a:hover {
    background: #A0522D;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .gcc-review-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gcc-review-avatar {
        margin-bottom: 15px;
    }
    
    .gcc-review-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gcc-review-footer div {
        margin-bottom: 5px;
    }
    
    .gcc-reviews-header h1 {
        font-size: 26px;
    }
}

/* Compatibilité Woodmart */
.woodmart-dark .gcc-review-card {
    background-color: #2d2d2d;
    border-left-color: #A0522D;
}

.woodmart-dark .gcc-review-name,
.woodmart-dark .gcc-review-content {
    color: #eee;
}

.woodmart-dark .gcc-review-product {
    background-color: #3d3d3d;
    color: #D2B48C;
}

.woodmart-dark .gcc-review-footer {
    border-top-color: #444;
}
	/* ===== AVIS CLIENTS - OPTIMISATION WOODMART ===== */
/* Structure de base compatible Woodmart */
.woocommerce div.gcc-reviews-container {
    max-width: var(--wd-max-width);
    margin: 0 auto;
    padding: 30px 15px;
    font-family: inherit;
}

/* Adaptation du header */
.gcc-reviews-header {
    text-align: center;
    margin-bottom: 40px;
}

.gcc-reviews-header h1 {
    font-size: 36px;
    color: var(--wd-primary-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.gcc-reviews-header p {
    color: var(--color-gray-400);
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}

/* Cartes d'avis - Style Woodmart */
.gcc-review-card {
    background: var(--wd-content-bg);
    border-radius: var(--wd-brd-radius);
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    padding: 25px;
    margin-bottom: 30px;
    border-left: 4px solid var(--wd-primary-color);
    transition: all 0.25s ease;
}

.gcc-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* En-tête avec avatar */
.gcc-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.gcc-review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(var(--wd-primary-color-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: var(--wd-primary-color);
    font-weight: 600;
    font-size: 24px;
}

.gcc-review-info {
    flex: 1;
}

.gcc-review-name {
    font-weight: 600;
    color: var(--wd-heading-color);
    margin-bottom: 5px;
    font-size: 18px;
}

.gcc-review-location {
    color: var(--color-gray-400);
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* Produit concerné */
.gcc-review-product {
    background: rgba(var(--wd-primary-color-rgb), 0.05);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: var(--wd-primary-color);
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

/* Évaluation */
.gcc-review-stars {
    color: var(--wd-star-color);
    font-size: 16px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gcc-verified-badge {
    background: var(--wd-alert-success-bg);
    color: var(--wd-alert-success-color);
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

/* Contenu */
.gcc-review-content {
    color: var(--wd-text-color);
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 15px;
}

/* Pied de carte */
.gcc-review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--color-gray-500);
    border-top: 1px dashed var(--wd-brd-color);
    padding-top: 15px;
}

/* Bouton "Plus d'avis" */
.gcc-more-reviews {
    text-align: center;
    margin-top: 50px;
}

.gcc-more-reviews a {
    background: var(--wd-primary-color);
    color: #fff;
    padding: 12px 30px;
    border-radius: var(--wd-brd-radius);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.gcc-more-reviews a:hover {
    background: var(--wd-primary-color-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--wd-primary-color-rgb), 0.2);
}

/* Responsive Woodmart */
@media (max-width: 1024px) {
    .gcc-reviews-header h1 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .gcc-review-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gcc-review-avatar {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .gcc-review-footer {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
    
    .gcc-reviews-header h1 {
        font-size: 26px;
    }
}

/* Compatibilité RTL */
[dir="rtl"] .gcc-review-card {
    border-left: none;
    border-right: 4px solid var(--wd-primary-color);
}

[dir="rtl"] .gcc-review-avatar {
    margin-right: 0;
    margin-left: 20px;
}
	/* ===== AVIS CLIENTS - GLOBAL COUTURE ===== */
.gcc-reviews-page {
    padding: 60px 0;
    background-color: #F9F7F4;
}

.gcc-reviews-header {
    margin-bottom: 40px;
}

.gcc-reviews-header .woodmart-title-divider {
    width: 100px;
    height: 2px;
    margin: 15px auto 25px;
}

.gcc-review-card {
    background: white;
    border: 1px solid #E6D5B8;
    padding: 25px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gcc-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(109, 15, 26, 0.1);
    border-color: #D4AF37;
}

.review-meta {
    display: flex;
    margin-bottom: 15px;
}

.review-author {
    font-family: 'Playfair Display', serif;
    color: #6D0F1A;
    font-size: 16px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}

.verified-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.1);
    color: #D4AF37;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 11px;
    margin-left: 8px;
    text-transform: uppercase;
}

.review-dates {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.product-category {
    display: inline-block;
    background: rgba(109, 15, 26, 0.08);
    color: #6D0F1A;
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 3px;
}

.review-rating {
    color: #D4AF37;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 10px 0;
}

.review-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin: 10px 0;
    color: #0A0A0A;
}

.review-content {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    flex-grow: 1;
}

.review-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-tag {
    display: inline-block;
    background: rgba(230, 213, 184, 0.2);
    color: #6D0F1A;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    transition: all 0.3s;
}

.feature-tag:hover {
    background: #D4AF37;
    color: white;
}

/* Responsive */
@media (max-width: 1024px) {
    .woodmart-col {
        flex: 0 0 calc(50% - 15px) !important;
    }
}

@media (max-width: 768px) {
    .woodmart-col {
        flex: 0 0 100% !important;
    }
    
    .gcc-review-card {
        padding: 20px !important;
    }
}
	.trusted-title-wrapper:hover h2 {
  transform: translateY(-3px);
  text-shadow: 0 5px 15px rgba(109,15,26,0.1);
}
.trusted-title-wrapper:hover svg {
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.ultimate-trusted-header:hover .trusted-badge {
  transform: rotate(5deg) scale(1.05);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(212,175,55,0.4); }
  70% { box-shadow: 0 0 0 15px rgba(212,175,55,0); }
  100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); }
}
	.avis-client {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.cr-review {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.cr-review .cr-review-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.cr-review .cr-review-rating {
    color: #ffbc00; /* étoiles dorées */
}

.cr-review .cr-review-author {
    font-style: italic;
    color: #666;
    margin-top: 10px;
}

.cr-review .cr-review-image {
    border-radius: 8px;
    overflow: hidden;
    max-width: 100px;
    margin-right: 10px;
}
.cusrev-review {
  background: white !important;
  border-radius: 8px;
  border: 1px solid #f1e8d8;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  padding: 25px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
}
.cusrev-review .cr-review-title {
  font-size: 1.2rem;
  border-left: 3px solid #d4af37;
  padding-left: 10px;
  color: #333;
}
.cusrev-review .cr-review-author {
  color: #6d0f1a;
  font-weight: bold;
  margin-top: 10px;
}
.cusrev-review .cr-review-rating {
  color: #d4af37;
  letter-spacing: 3px;
  font-size: 1.2rem;
}
#trusted-floating-widget {
  position: fixed;
  bottom: 80px; /* Pour rester au-dessus de la navbar mobile */
  left: 20px;
  z-index: 9999;
  background: #ffffff;
  color: #000;
  border-radius: 30px;
  padding: 10px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
#trusted-floating-widget:hover {
  background-color: #f3f3f3;
  transform: scale(1.05);
}
#trusted-floating-widget img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1025px) {
	/* ==================== */
/* 🎨 VARIABLES THEMATIQUES */
/* ==================== */
:root {
  --wd-or: #D4AF37;          /* Couleur or principale */
  --wd-or-light: #FFD700;    /* Or clair */
  --wd-beige: #E6D5B8;      /* Beige doré */
  --wd-bordeaux: #6D0F1A;   /* Bordeaux */
  --wd-noir: #0A0A0A;       /* Noir */
  --wd-blanc: #F5F5F5;      /* Blanc cassé */
}

/* ==================== */
/* 🖥️ EN-TÊTE */
/* ==================== */
.whb-header {
  border-bottom: 0.5px solid var(--wd-or) !important; /* Bordure fine */
  background: var(--wd-noir) !important;
  box-shadow: 0 1px 3px rgba(212, 175, 55, 0.1);
}

/* ==================== */
/* 🛍️ FICHE PRODUIT */
/* ==================== */
/* Image principale */
.woocommerce-product-gallery__image {
  border: 1px solid var(--wd-beige);
  background: white;
  padding: 5px;
  border-radius: 3px;
}

/* Miniatures */
.flex-control-thumbs li {
  border: 1px solid var(--wd-beige) !important;
  width: 70px;
  height: 70px;
}
.flex-control-thumbs li:hover {
  border-color: var(--wd-or) !important;
}

/* ==================== */
/* 🦶 PIED DE PAGE */
/* ==================== */
.footer-container {
  background: var(--wd-noir);
  color: var(--wd-beige);
  border-top: 2px solid var(--wd-or);
}
.footer-widget-title {
  color: var(--wd-or) !important;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

/* ==================== */
/* 📱 RESPONSIVE */
/* ==================== */
@media (max-width: 768px) {
  .whb-header {
    border-bottom-width: 0.5px !important;
  }
  .footer-widget-title {
    font-size: 16px;
  }
}
/***** PALETTE DE COULEURS PRINCIPALE *****/
:root {
  --bg-main: #F5F5F5; /* Arrière-plan principal */
  --text-dark: #0A0A0A; /* Texte noir */
  --gold-light: #D4AF37; /* Or liens */
  --gold-bright: #FFD700; /* Or brillant */
  --beige-border: #E6D5B8; /* Bordure beige doré */
  --burgundy: #6D0F1A; /* Bordeaux */
  --emerald: #028A0F; /* Vert émeraude */
}

/***** FOND GÉNÉRAL *****/
body {
  background-color: var(--bg-main);
  color: var(--text-dark);
}

/***** EN-TÊTE & NAVIGATION *****/
.whb-header {
  background-color: var(--text-dark);
}
.whb-main-nav > li > a {
  color: var(--gold-light);
}
.whb-main-nav > li > a:hover {
  opacity: 0.8;
}

/***** CARTES DE PRODUITS *****/
.product-grid-item {
  border: 1px solid var(--beige-border);
  background: white;
}

/***** BOUTONS PRINCIPAUX *****/
.button, .add_to_cart_button {
  background-color: var(--burgundy);
  color: var(--gold-bright);
  border: none;
}
.button:hover {
  background-color: var(--text-dark);
}

/***** LABELS PERSONNALISÉS *****/
/* Label PROMOTION */
.onsale {
  background: var(--burgundy) !important;
  color: var(--gold-bright) !important;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 3px;
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
}

/* Label NOUVEAUTÉ */
.new-label {
  background: var(--emerald);
  color: white;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
}

/***** SUPPRIMER "AJOUTER AU PANIER" SUR MINIATURE *****/
.product-grid-item .add-to-cart-btn {
  display: none !important;
}

/***** PRIX *****/
.price {
  color: var(--gold-light);
  font-weight: bold;
}
.price del {
  color: #999;
}
.price ins {
  color: var(--burgundy);
  text-decoration: none;
}

/***** OPTIONS SPÉCIFIQUES WOODMART *****/
/* Ajustement des ombres */
.product-grid-item:hover {
  box-shadow: 0 5px 15px rgba(10, 10, 10, 0.1);
}

/* Ajustement du hover sur image */
.product-image-wrap:hover img {
  opacity: 0.9;
}
/* ==================== */
/* BANNIÈRE PROMO LUXE */
/* ==================== */
.woodmart-promo-banner.vip-banner {
  /* Style de base */
  background: #6D0F1A !important; /* Bordeaux */
  color: #D4AF37 !important; /* Texte or */
  border-top: 3px solid #E6D5B8 !important; /* Ligne beige */
  padding: 25px 0;
  text-align: center;
  
  /* Typographie premium */
  font-family: 'Playfair Display', serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  /* Effets spéciaux */
  position: relative;
  overflow: hidden;
}

/* Animation de paillettes dorées */
.vip-banner:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.15) 0%,
    rgba(212, 175, 55, 0) 70%
  );
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Bouton CTA */
.vip-banner .promo-btn {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
  border: none !important;
  padding: 12px 30px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s;
}

.vip-banner .prom
/* Bannière Negafa */
.wd-negafa-banner {
  background: linear-gradient(90deg, #6D0F1A 0%, #0A0A0A 100%);
  border-bottom: 1px solid #D4AF37;
  padding: 12px 0;
  font-size: 14px;
  width: 100%;
}

.wd-banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wd-banner-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wd-badge {
  background-color: #D4AF37;
  color: #0A0A0A;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

.wd-banner-text {
  margin-left: 15px;
  color: #FFFFFF;
}

.wd-banner-text strong {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
}

.wd-separator {
  color: #E6D5B8;
  margin: 0 10px;
}

.wd-promo-btn {
  background: #D4AF37;
  color: #0A0A0A !important;
  padding: 6px 20px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  white-space: nowrap;
}

.wd-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 12px rgba(212, 175, 55, 0.4);
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .wd-banner-container {
    flex-direction: column;
    gap: 10px;
  }
  
  .wd-banner-content {
    justify-content: center;
    text-align: center;
    margin-left: 0;
    gap: 8px;
  }
  
  .wd-banner-text {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .wd-separator {
    display: none;
  }
  
  .wd-banner-text span {
    display: block;
    width: 100%;
    margin: 3px 0 !important;
  }
}
/* DESIGN LUXE CAFTAN SUR-MESURE */
.luxe-caftan-custom {
  position: relative;
  background: url('https://example.com/texture-marocain.jpg') center/cover;
  padding: 60px 20px;
  text-align: center;
  margin: 50px auto;
  max-width: 1000px;
  border: 1px solid #D4AF37;
  overflow: hidden;
}

.luxe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,0.85);
  z-index: 0;
}

.luxe-content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.luxe-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 0;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.luxe-title {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
}

.luxe-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 60%;
}

.luxe-separator .line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.luxe-separator .star {
  color: #D4AF37;
  margin: 0 15px;
  font-size: 20px;
}

.luxe-subtitle {
  color: #E6D5B8;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.luxe-features {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1;
  min-width: 200px;
  margin: 15px;
  padding: 30px 20px;
  background: rgba(109,15,26,0.3);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.5s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  background: rgba(109,15,26,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.feature-icon {
  color: #D4AF37;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.feature-item p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.feature-item span {
  color: #D4AF37;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.luxe-cta {
  display: inline-block;
  background: transparent;
  color: #D4AF37 !important;
  padding: 18px 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #D4AF37;
  margin: 30px 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.luxe-cta:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
  letter-spacing: 3px;
}

.luxe-cta .arrow {
  margin-left: 10px;
  transition: all 0.4s ease;
}

.luxe-cta:hover .arrow {
  transform: translateX(5px);
}

.luxe-note {
  color: #E6D5B8;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-style: italic;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.luxe-title, .luxe-subtitle, .feature-item {
  animation: fadeIn 1s ease forwards;
}

.feature-item:nth-child(2) { animation-delay: 0.3s; }
.feature-item:nth-child(3) { animation-delay: 0.6s; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .luxe-title { font-size: 28px; }
  .luxe-features { flex-direction: column; }
  .feature-item { margin: 10px 0; }
  .luxe-cta { padding: 15px 30px; }
}
/* Bannière Mobile Élégante */
.mobile-caftan-promo {
  position: relative;
  width: 100%;
  max-height: 400px;
  height: 400px;
  background: rgba(10,10,10,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #D4AF37;
}

.mobile-caftan-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('votre-image-fond.jpg') center/cover;
  z-index: -1;
  opacity: 0.4;
}

.promo-content {
  text-align: center;
  width: 100%;
  padding: 20px;
  animation: fadeIn 1.5s ease;
}

.promo-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 3px;
}

.promo-title {
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 10px 0;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.promo-text {
  color: #E6D5B8;
  font-size: 16px;
  margin: 0 auto 25px;
  max-width: 300px;
  line-height: 1.5;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  background: #6D0F1A;
  color: #D4AF37 !important;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
  border: 1px solid #D4AF37;
}

.promo-btn span {
  margin-left: 8px;
  transition: transform 0.3s;
}

.promo-btn:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
}

.promo-btn:hover span {
  transform: translateX(3px);
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 480px) {
  .mobile-caftan-promo {
    height: 380px;
    padding: 15px;
  }
  
  .promo-title {
    font-size: 24px;
  }
  
  .promo-text {
    font-size: 15px;
  }
  
  .promo-btn {
    padding: 10px 25px;
    font-size: 13px;
  }
}
/* Bannière Mini Luxe - 300px avec overlay 85% */
.mini-promo-banner {
  width: 100%;
  height: 300px;
  background: 
    linear-gradient(rgba(10,10,10,0.85), rgba(10,10,10,0.85)), 
    url('votre-image-fond.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #D4AF37;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.3); /* Effet velours */
}

/* Le reste du CSS reste inchangé */
.banner-inner {
  text-align: center;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  animation: fadeUp 0.8s ease-out;
}

.luxe-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 2px;
}

.mini-promo-banner h3 {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin: 8px 0;
  line-height: 1.3;
}

.mini-promo-banner p {
  color: #E6D5B8;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #D4AF37 !important;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #D4AF37;
  border-radius: 3px;
  transition: all 0.3s;
}

.cta-button span {
  margin-left: 5px;
  transition: transform 0.3s;
}

.cta-button:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
}

.cta-button:hover span {
  transform: translateX(3px);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .mini-promo-banner {
    height: 300px;
  }
  
  .banner-inner {
    padding: 15px;
  }
  
  .mini-promo-banner h3 {
    font-size: 20px;
  }
  
  .mini-promo-banner p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
/* ==================== */
/* TYPOGRAPHIE LUXE MAROCAIN */
/* ==================== */

/* 1. Import Google Fonts (Direct dans CSS) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Cormorant+Garamond:wght@300;400;500&display=swap');

/* 2. Appliquer aux éléments clés */
body, p, .product-details {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, 
.woodmart-title-container, 
.product-title, 
.woocommerce-tabs h2 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0A0A0A;
  text-transform: uppercase;
}

/* 3. Boutons & CTA */
.button, .add_to_cart_button, 
.woodmart-nav > li > a {
  font-family: 'Playfair Display', serif !important;
  letter-spacing: 1px;
}

/* 4. Accents spéciaux */
.luxe-accent, 
.onsale, 
.woodmart-price ins {
  font-family: 'Playfair Display', serif;
  color: #D4AF37 !important;
}

/* 5. Responsive */
@media (max-width: 768px) {
  h1 { font-size: 28px !important; }
  h2 { font-size: 24px !important; }
}
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.luxe-quote, 
.testimonial-text {
  font-family: 'Great Vibes', cursive !important;
  font-size: 24px;
  color: #6D0F1A;
}
/***** CENTRER LES ÉTOILES D'AVIS SEULEMENT *****/
.product-grid-item .star-rating {
  display: block !important;
  margin: 8px auto 0 !important;
  float: none !important;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #D4AF37 !important; /* Or de votre palette */
  line-height: 1;
}

/* Suppression de l'espace résiduel */
.woocommerce-product-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 5px !important;
}

/* Ajustement responsive */
@media (max-width: 768px) {
  .product-grid-item .star-rating {
    font-size: 12px;
    margin-top: 5px !important;
  }
}
.pswp__share-tooltip a.pswp__share--download{
	display: none;
}
/* ================ */
/* PAGE SUR-MESURE */
/* ================ */

/* Variables Couleurs */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

/* Base Styling */
.custom-caftan-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
  line-height: 1.7;
}

/* Hero Section */
.couture-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/hero-caftan.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-separator {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 20px auto;
}

.hero-content p {
  color: white;
  font-size: 20px;
  font-style: italic;
}

/* Expertise Section */
.expertise-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.expertise-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 30px rgba(0,0,0,0.1);
  position: relative;
}

.expertise-card h2 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.gold-border {
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 30px;
}

.expertise-text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.dropcap {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  float: left;
  line-height: 0.8;
  margin-right: 10px;
}

.luxe-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  text-align: center;
}

.luxe-list li {
  position: relative;
  padding: 12px 0;
  font-size: 18px;
}

.luxe-list li:before {
  content: "✽";
  color: var(--gold);
  margin-right: 10px;
}

/* Process Section */
.process-section {
  padding: 80px 0;
  background: url('https://example.com/texture-bg.jpg');
}

.process-section h2 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  flex: 1;
  min-width: 300px;
  margin: 15px;
  padding: 30px;
  background: white;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  position: relative;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: -60px auto 25px;
  border: 3px solid white;
}

.step h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  font-size: 22px;
  margin-bottom: 15px;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  text-align: center;
  background: var(--dark);
  color: white;
}

.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}

.cta-section p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.notice {
  font-style: italic;
  color: var(--beige);
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }
  
  .process-steps {
    flex-direction: column;
  }
  
  .step {
    margin: 15px 0;
  }
}
/* ==================== */
/* PAGE OFFRE SPECIALE */
/* ==================== */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

.special-offer-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
}

/* Hero Section */
.offer-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/negafa-hero.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109,15,26,0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.offer-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  padding: 8px 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
}

.offer-hero h1 {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 42px;
  margin: 15px 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.hero-subtitle {
  color: var(--beige);
  font-size: 20px;
  margin-bottom: 30px;
}

.whatsapp-cta {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-cta:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

/* Offer Details */
.offer-details {
  padding: 60px 0;
  background: #f9f9f9;
}

.offer-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  border-top: 5px solid var(--gold);
}

.offer-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.gold-text {
  color: var(--gold);
}

.gold-line {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
}

.offer-steps {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
  border: 3px solid var(--gold);
}

.step p {
  font-size: 18px;
}

.offer-conditions {
  background: rgba(230,213,184,0.2);
  padding: 25px;
  border-left: 3px solid var(--gold);
  margin-top: 40px;
}

.offer-conditions h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  margin-bottom: 15px;
}

.offer-conditions ul {
  list-style: none;
  padding: 0;
}

.offer-conditions li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.offer-conditions li:before {
  content: "•";
  color: var(--gold);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -5px;
}

/* Audience Section */
.audience-section {
  padding: 60px 0;
  background: white;
}

.audience-section h2 {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: var(--burgundy);
}

.audience-cards {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.audience-card {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  margin: 15px;
  text-align: center;
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.3s;
}

.audience-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(109,15,26,0.1);
}

.audience-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.audience-card h3 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  font-size: 22px;
  margin-bottom: 15px;
}

/* Final CTA */
.final-cta {
  padding: 80px 20px;
  background: var(--dark);
  color: white;
  text-align: center;
}

.final-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}

.final-cta p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

.whatsapp-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.collection-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--dark) !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.collection-btn:hover {
  background: var(--beige);
  transform: translateY(-3px);
}

.small-note {
  font-size: 14px;
  color: var(--beige);
  font-style: italic;
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .offer-hero h1 {
    font-size: 32px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .offer-steps {
    flex-direction: column;
  }
  
  .audience-card {
    min-width: 100%;
    margin: 10px 0;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
/* BLOC REASSURANCE LUXE */
.reassurance-luxe {
  background: linear-gradient(135deg, rgba(245,245,245,0.95) 0%, rgba(230,213,184,0.9) 100%);
  border-top: 1px solid var(--wd-or);
  border-bottom: 1px solid var(--wd-or);
  padding: 40px 0;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}

.reassurance-luxe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" opacity="0.03" viewBox="0 0 100 100"><path fill="%23D4AF37" d="M50 0l12 25 25 12-25 12-12 25-12-25-25-12 25-12z"/></svg>');
  background-size: 80px;
  animation: shine 20s linear infinite;
}

.reassurance-container {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.reassurance-item {
  text-align: center;
  padding: 25px;
  flex: 1;
  min-width: 220px;
  transition: all 0.4s ease;
}

.reassurance-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: var(--wd-bordeaux);
  color: var(--wd-or-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.reassurance-icon svg {
  width: 28px;
  height: 28px;
}

.reassurance-title {
  font-family: var(--font-secondary);
  color: var(--wd-bordeaux);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.reassurance-text {
  color: var(--wd-noir);
  font-size: 15px;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}

/* Effets au survol */
.reassurance-item:hover {
  transform: translateY(-5px);
}

.reassurance-item:hover .reassurance-icon {
  background: var(--wd-or);
  color: var(--wd-noir);
  transform: rotateY(180deg);
}

/* Responsive */
@media (max-width: 768px) {
  .reassurance-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .reassurance-item {
    padding: 15px;
  }
}

@keyframes shine {
  from { background-position: 0 0; }
  to { background-position: 80px 80px; }
}
/* ===== AVIS CLIENTS ===== */
.gcc-reviews-wrapper {
    padding: 60px 0;
    background-color: #F9F7F4;
}

.gcc-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.gcc-review-card {
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

.gcc-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(109,15,26,0.1);
    border-color: #D4AF37 !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .gcc-reviews-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .gcc-reviews-wrapper {
        padding: 40px 0;
    }
    
    .gcc-reviews-grid {
        grid-template-columns: 1fr;
    }
}
body.page-id-35988 .header, 
   body.page-id-35988 .footer {
       display: none !important;
   }
/* Style ultra minimaliste */
.woocommerce-tabs .tabs.wc-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
}

.woocommerce-tabs .tabs.wc-tabs li {
    margin: 0;
    padding: 0;
}

.woocommerce-tabs .tabs.wc-tabs li a {
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* ==================== */
/* 🎨 VARIABLES THEMATIQUES */
/* ==================== */
:root {
  --wd-or: #D4AF37;          /* Couleur or principale */
  --wd-or-light: #FFD700;    /* Or clair */
  --wd-beige: #E6D5B8;      /* Beige doré */
  --wd-bordeaux: #6D0F1A;   /* Bordeaux */
  --wd-noir: #0A0A0A;       /* Noir */
  --wd-blanc: #F5F5F5;      /* Blanc cassé */
}

/* ==================== */
/* 🖥️ EN-TÊTE */
/* ==================== */
.whb-header {
  border-bottom: 0.5px solid var(--wd-or) !important; /* Bordure fine */
  background: var(--wd-noir) !important;
  box-shadow: 0 1px 3px rgba(212, 175, 55, 0.1);
}

/* ==================== */
/* 🛍️ FICHE PRODUIT */
/* ==================== */
/* Image principale */
.woocommerce-product-gallery__image {
  border: 1px solid var(--wd-beige);
  background: white;
  padding: 5px;
  border-radius: 3px;
}

/* Miniatures */
.flex-control-thumbs li {
  border: 1px solid var(--wd-beige) !important;
  width: 70px;
  height: 70px;
}
.flex-control-thumbs li:hover {
  border-color: var(--wd-or) !important;
}

/* ==================== */
/* 🦶 PIED DE PAGE */
/* ==================== */
.footer-container {
  background: var(--wd-noir);
  color: var(--wd-beige);
  border-top: 2px solid var(--wd-or);
}
.footer-widget-title {
  color: var(--wd-or) !important;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

/* ==================== */
/* 📱 RESPONSIVE */
/* ==================== */
@media (max-width: 768px) {
  .whb-header {
    border-bottom-width: 0.5px !important;
  }
  .footer-widget-title {
    font-size: 16px;
  }
}
/***** PALETTE DE COULEURS PRINCIPALE *****/
:root {
  --bg-main: #F5F5F5; /* Arrière-plan principal */
  --text-dark: #0A0A0A; /* Texte noir */
  --gold-light: #D4AF37; /* Or liens */
  --gold-bright: #FFD700; /* Or brillant */
  --beige-border: #E6D5B8; /* Bordure beige doré */
  --burgundy: #6D0F1A; /* Bordeaux */
  --emerald: #028A0F; /* Vert émeraude */
}

/***** FOND GÉNÉRAL *****/
body {
  background-color: var(--bg-main);
  color: var(--text-dark);
}

/***** EN-TÊTE & NAVIGATION *****/
.whb-header {
  background-color: var(--text-dark);
}
.whb-main-nav > li > a {
  color: var(--gold-light);
}
.whb-main-nav > li > a:hover {
  opacity: 0.8;
}

/***** CARTES DE PRODUITS *****/
.product-grid-item {
  border: 1px solid var(--beige-border);
  background: white;
}

/***** BOUTONS PRINCIPAUX *****/
.button, .add_to_cart_button {
  background-color: var(--burgundy);
  color: var(--gold-bright);
  border: none;
}
.button:hover {
  background-color: var(--text-dark);
}

/***** LABELS PERSONNALISÉS *****/
/* Label PROMOTION */
.onsale {
  background: var(--burgundy) !important;
  color: var(--gold-bright) !important;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 3px;
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
}

/* Label NOUVEAUTÉ */
.new-label {
  background: var(--emerald);
  color: white;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
}

/***** SUPPRIMER "AJOUTER AU PANIER" SUR MINIATURE *****/
.product-grid-item .add-to-cart-btn {
  display: none !important;
}

/***** PRIX *****/
.price {
  color: var(--gold-light);
  font-weight: bold;
}
.price del {
  color: #999;
}
.price ins {
  color: var(--burgundy);
  text-decoration: none;
}

/***** OPTIONS SPÉCIFIQUES WOODMART *****/
/* Ajustement des ombres */
.product-grid-item:hover {
  box-shadow: 0 5px 15px rgba(10, 10, 10, 0.1);
}

/* Ajustement du hover sur image */
.product-image-wrap:hover img {
  opacity: 0.9;
}
/* Bannière Negafa */
.wd-negafa-banner {
  background: linear-gradient(90deg, #6D0F1A 0%, #0A0A0A 100%);
  border-bottom: 1px solid #D4AF37;
  padding: 12px 0;
  font-size: 14px;
  width: 100%;
}

.wd-banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wd-banner-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wd-badge {
  background-color: #D4AF37;
  color: #0A0A0A;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

.wd-banner-text {
  margin-left: 15px;
  color: #FFFFFF;
}

.wd-banner-text strong {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
}

.wd-separator {
  color: #E6D5B8;
  margin: 0 10px;
}

.wd-promo-btn {
  background: #D4AF37;
  color: #0A0A0A !important;
  padding: 6px 20px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  white-space: nowrap;
}

.wd-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 12px rgba(212, 175, 55, 0.4);
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .wd-banner-container {
    flex-direction: column;
    gap: 10px;
  }
  
  .wd-banner-content {
    justify-content: center;
    text-align: center;
    margin-left: 0;
    gap: 8px;
  }
  
  .wd-banner-text {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .wd-separator {
    display: none;
  }
  
  .wd-banner-text span {
    display: block;
    width: 100%;
    margin: 3px 0 !important;
  }
}
/* DESIGN LUXE CAFTAN SUR-MESURE */
.luxe-caftan-custom {
  position: relative;
  background: url('https://example.com/texture-marocain.jpg') center/cover;
  padding: 60px 20px;
  text-align: center;
  margin: 50px auto;
  max-width: 1000px;
  border: 1px solid #D4AF37;
  overflow: hidden;
}

.luxe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,0.85);
  z-index: 0;
}

.luxe-content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.luxe-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 0;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.luxe-title {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
}

.luxe-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 60%;
}

.luxe-separator .line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.luxe-separator .star {
  color: #D4AF37;
  margin: 0 15px;
  font-size: 20px;
}

.luxe-subtitle {
  color: #E6D5B8;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.luxe-features {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1;
  min-width: 200px;
  margin: 15px;
  padding: 30px 20px;
  background: rgba(109,15,26,0.3);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.5s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  background: rgba(109,15,26,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.feature-icon {
  color: #D4AF37;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.feature-item p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.feature-item span {
  color: #D4AF37;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.luxe-cta {
  display: inline-block;
  background: transparent;
  color: #D4AF37 !important;
  padding: 18px 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #D4AF37;
  margin: 30px 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.luxe-cta:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
  letter-spacing: 3px;
}

.luxe-cta .arrow {
  margin-left: 10px;
  transition: all 0.4s ease;
}

.luxe-cta:hover .arrow {
  transform: translateX(5px);
}

.luxe-note {
  color: #E6D5B8;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-style: italic;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.luxe-title, .luxe-subtitle, .feature-item {
  animation: fadeIn 1s ease forwards;
}

.feature-item:nth-child(2) { animation-delay: 0.3s; }
.feature-item:nth-child(3) { animation-delay: 0.6s; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .luxe-title { font-size: 28px; }
  .luxe-features { flex-direction: column; }
  .feature-item { margin: 10px 0; }
  .luxe-cta { padding: 15px 30px; }
}
/* Section Séparatrice Luxe */
.luxe-separator-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  padding: 0 20px;
}

.luxe-separator-line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  max-width: 150px;
}

.luxe-separator-content {
  padding: 0 30px;
  text-align: center;
}

.luxe-icon {
  color: #D4AF37;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.luxe-subtitle {
  color: #6D0F1A;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.luxe-description {
  color: #0A0A0A;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .luxe-separator-section {
    flex-direction: column;
    margin: 30px 0;
  }
  
  .luxe-separator-line {
    width: 60%;
    margin: 15px 0;
    max-width: none;
  }
  
  .luxe-subtitle {
    font-size: 19px;
  }
  
  .luxe-description {
    font-size: 14px;
  }
}
/* ==================== */
/* TYPOGRAPHIE LUXE MAROCAIN */
/* ==================== */

/* 1. Import Google Fonts (Direct dans CSS) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Cormorant+Garamond:wght@300;400;500&display=swap');

/* 2. Appliquer aux éléments clés */
body, p, .product-details {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, 
.woodmart-title-container, 
.product-title, 
.woocommerce-tabs h2 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0A0A0A;
  text-transform: uppercase;
}

/* 3. Boutons & CTA */
.button, .add_to_cart_button, 
.woodmart-nav > li > a {
  font-family: 'Playfair Display', serif !important;
  letter-spacing: 1px;
}

/* 4. Accents spéciaux */
.luxe-accent, 
.onsale, 
.woodmart-price ins {
  font-family: 'Playfair Display', serif;
  color: #D4AF37 !important;
}

/* 5. Responsive */
@media (max-width: 768px) {
  h1 { font-size: 28px !important; }
  h2 { font-size: 24px !important; }
}
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.luxe-quote, 
.testimonial-text {
  font-family: 'Great Vibes', cursive !important;
  font-size: 24px;
  color: #6D0F1A;
}
.pswp__share-tooltip a.pswp__share--download{
	display: none;
}
/* ================ */
/* PAGE SUR-MESURE */
/* ================ */

/* Variables Couleurs */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

/* Base Styling */
.custom-caftan-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
  line-height: 1.7;
}

/* Hero Section */
.couture-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/hero-caftan.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-separator {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 20px auto;
}

.hero-content p {
  color: white;
  font-size: 20px;
  font-style: italic;
}

/* Expertise Section */
.expertise-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.expertise-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 30px rgba(0,0,0,0.1);
  position: relative;
}

.expertise-card h2 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.gold-border {
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 30px;
}

.expertise-text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.dropcap {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  float: left;
  line-height: 0.8;
  margin-right: 10px;
}

.luxe-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  text-align: center;
}

.luxe-list li {
  position: relative;
  padding: 12px 0;
  font-size: 18px;
}

.luxe-list li:before {
  content: "✽";
  color: var(--gold);
  margin-right: 10px;
}

/* Process Section */
.process-section {
  padding: 80px 0;
  background: url('https://example.com/texture-bg.jpg');
}

.process-section h2 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  flex: 1;
  min-width: 300px;
  margin: 15px;
  padding: 30px;
  background: white;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  position: relative;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: -60px auto 25px;
  border: 3px solid white;
}

.step h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  font-size: 22px;
  margin-bottom: 15px;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  text-align: center;
  background: var(--dark);
  color: white;
}

.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}

.cta-section p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.notice {
  font-style: italic;
  color: var(--beige);
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }
  
  .process-steps {
    flex-direction: column;
  }
  
  .step {
    margin: 15px 0;
  }
}
/* ==================== */
/* PAGE OFFRE SPECIALE */
/* ==================== */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

.special-offer-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
}

/* Hero Section */
.offer-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/negafa-hero.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109,15,26,0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.offer-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  padding: 8px 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
}

.offer-hero h1 {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 42px;
  margin: 15px 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.hero-subtitle {
  color: var(--beige);
  font-size: 20px;
  margin-bottom: 30px;
}

.whatsapp-cta {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-cta:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

/* Offer Details */
.offer-details {
  padding: 60px 0;
  background: #f9f9f9;
}

.offer-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  border-top: 5px solid var(--gold);
}

.offer-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.gold-text {
  color: var(--gold);
}

.gold-line {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
}

.offer-steps {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
  border: 3px solid var(--gold);
}

.step p {
  font-size: 18px;
}

.offer-conditions {
  background: rgba(230,213,184,0.2);
  padding: 25px;
  border-left: 3px solid var(--gold);
  margin-top: 40px;
}

.offer-conditions h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  margin-bottom: 15px;
}

.offer-conditions ul {
  list-style: none;
  padding: 0;
}

.offer-conditions li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.offer-conditions li:before {
  content: "•";
  color: var(--gold);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -5px;
}

/* Audience Section */
.audience-section {
  padding: 60px 0;
  background: white;
}

.audience-section h2 {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: var(--burgundy);
}

.audience-cards {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.audience-card {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  margin: 15px;
  text-align: center;
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.3s;
}

.audience-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(109,15,26,0.1);
}

.audience-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.audience-card h3 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  font-size: 22px;
  margin-bottom: 15px;
}

/* Final CTA */
.final-cta {
  padding: 80px 20px;
  background: var(--dark);
  color: white;
  text-align: center;
}

.final-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}

.final-cta p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

.whatsapp-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.collection-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--dark) !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.collection-btn:hover {
  background: var(--beige);
  transform: translateY(-3px);
}

.small-note {
  font-size: 14px;
  color: var(--beige);
  font-style: italic;
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .offer-hero h1 {
    font-size: 32px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .offer-steps {
    flex-direction: column;
  }
  
  .audience-card {
    min-width: 100%;
    margin: 10px 0;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* ==================== */
/* 🎨 VARIABLES THEMATIQUES */
/* ==================== */
:root {
  --wd-or: #D4AF37;          /* Couleur or principale */
  --wd-or-light: #FFD700;    /* Or clair */
  --wd-beige: #E6D5B8;      /* Beige doré */
  --wd-bordeaux: #6D0F1A;   /* Bordeaux */
  --wd-noir: #0A0A0A;       /* Noir */
  --wd-blanc: #F5F5F5;      /* Blanc cassé */
}

/* ==================== */
/* 🖥️ EN-TÊTE */
/* ==================== */
.whb-header {
  border-bottom: 0.5px solid var(--wd-or) !important; /* Bordure fine */
  background: var(--wd-noir) !important;
  box-shadow: 0 1px 3px rgba(212, 175, 55, 0.1);
}

/* ==================== */
/* 🛍️ FICHE PRODUIT */
/* ==================== */
/* Image principale */
.woocommerce-product-gallery__image {
  border: 1px solid var(--wd-beige);
  background: white;
  padding: 5px;
  border-radius: 3px;
}

/* Miniatures */
.flex-control-thumbs li {
  border: 1px solid var(--wd-beige) !important;
  width: 70px;
  height: 70px;
}
.flex-control-thumbs li:hover {
  border-color: var(--wd-or) !important;
}

/* ==================== */
/* 🦶 PIED DE PAGE */
/* ==================== */
.footer-container {
  background: var(--wd-noir);
  color: var(--wd-beige);
  border-top: 2px solid var(--wd-or);
}
.footer-widget-title {
  color: var(--wd-or) !important;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

/* ==================== */
/* 📱 RESPONSIVE */
/* ==================== */
@media (max-width: 768px) {
  .whb-header {
    border-bottom-width: 0.5px !important;
  }
  .footer-widget-title {
    font-size: 16px;
  }
}
.pswp__share-tooltip a.pswp__share--download{
	display: none;
}
}

@media (max-width: 576px) {
	/* ==================== */
/* 🎨 VARIABLES THEMATIQUES */
/* ==================== */
:root {
  --wd-or: #D4AF37;          /* Couleur or principale */
  --wd-or-light: #FFD700;    /* Or clair */
  --wd-beige: #E6D5B8;      /* Beige doré */
  --wd-bordeaux: #6D0F1A;   /* Bordeaux */
  --wd-noir: #0A0A0A;       /* Noir */
  --wd-blanc: #F5F5F5;      /* Blanc cassé */
}

/* ==================== */
/* 🖥️ EN-TÊTE */
/* ==================== */
.whb-header {
  border-bottom: 0.5px solid var(--wd-or) !important; /* Bordure fine */
  background: var(--wd-noir) !important;
  box-shadow: 0 1px 3px rgba(212, 175, 55, 0.1);
}

/* ==================== */
/* 🛍️ FICHE PRODUIT */
/* ==================== */
/* Image principale */
.woocommerce-product-gallery__image {
  border: 1px solid var(--wd-beige);
  background: white;
  padding: 5px;
  border-radius: 3px;
}

/* Miniatures */
.flex-control-thumbs li {
  border: 1px solid var(--wd-beige) !important;
  width: 70px;
  height: 70px;
}
.flex-control-thumbs li:hover {
  border-color: var(--wd-or) !important;
}

/* ==================== */
/* 🦶 PIED DE PAGE */
/* ==================== */
.footer-container {
  background: var(--wd-noir);
  color: var(--wd-beige);
  border-top: 1px solid var(--wd-or);
}
.footer-widget-title {
  color: var(--wd-or) !important;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

/* ==================== */
/* 📱 RESPONSIVE */
/* ==================== */
@media (max-width: 768px) {
  .whb-header {
    border-bottom-width: 0.5px !important;
  }
  .footer-widget-title {
    font-size: 16px;
  }
}
/***** BORDURES PERSONNALISÉES *****/
/* 1. HEADER - Bordure d'en-tête */
.whb-header, 
.whb-main-header {
    border-bottom: 0.5px solid #D4AF37 !important; /* Or brillant */
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.1) !important;
}

/* 2. MENUS - Navigation principale */
.whb-main-nav > li > a {
    border-bottom: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}
.whb-main-nav > li > a:hover,
.whb-main-nav > li.current-menu-item > a {
    border-bottom-color: #D4AF37 !important; /* Effet surlignage or */
}

/* 3. SELECTEUR DE TAILLE */
.select2-container--default .select2-selection--single {
    border: 1px solid #E6D5B8 !important; /* Beige doré */
    border-radius: 3px !important;
    height: 42px !important;
}
.select2-container--default .select2-selection--single:hover {
    border-color: #D4AF37 !important; /* Or au survol */
}

/* 4. QUANTITÉ (Input +/-) */
.quantity input.qty {
    border: 1px solid #E6D5B8 !important;
    border-left: none !important;
    border-right: none !important;
    color: #0A0A0A !important;
}
.quantity .minus, 
.quantity .plus {
    background: #F5F5F5 !important;
    border: 1px solid #E6D5B8 !important;
    color: #6D0F1A !important; /* Bordeaux */
}
.quantity .minus:hover,
.quantity .plus:hover {
    background: #D4AF37 !important;
    color: white !important;
}

/* 5. MENUS DÉROULANTS */
.woodmart-nav-dropdown,
.woodmart-shopping-cart {
    border: 1px solid #E6D5B8 !important;
    border-top: 2px solid #D4AF37 !important; /* Ligne or */
}

/* 6. BORDURE SECONDARY (Mobile) */
.whb-sticked .whb-main-header {
    border-bottom: 1px solid rgba(214, 175, 55, 0.2) !important;
}

/***** EFFETS SPÉCIAUX *****/
/* Animation sur les bordures */
.select2-container--default,
.quantity,
.variations_form .variations select {
    transition: border-color 0.3s ease !important;
}

/* Focus states */
.select2-container--default.select2-container--focus .select2-selection--single,
.quantity:focus-within {
    border-color: #6D0F1A !important; /* Bordeaux */
    box-shadow: 0 0 0 1px #6D0F1A !important;
}
/***** FOOTER - STYLE LUXE MAROCAIN *****/
/* Fond principal */
.footer-container {
  background-color: #0A0A0A; /* Noir profond comme l'en-tête */
  color: #E6D5B8; /* Texte beige doré */
  padding: 40px 0;
  border-top: 1px solid #D4AF37; /* Ligne or en séparation */
}

/* Titres de sections */
.footer-widget-title {
  color: #D4AF37 !important; /* Or */
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Liens */
.footer a {
  color: #E6D5B8 !important; /* Beige doré */
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer a:hover {
  color: #D4AF37 !important; /* Or au survol */
  padding-left: 5px;
}

/* Infos de contact */
.footer-contact-item {
  margin-bottom: 12px;
}
.footer-contact-item i {
  color: #D4AF37; /* Icônes en or */
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

/* Newsletter */
.newsletter-input {
  background: rgba(245, 245, 245, 0.1) !important;
  border: 1px solid #E6D5B8 !important;
  color: white !important;
}
.newsletter-btn {
  background: #6D0F1A !important; /* Bordeaux */
  color: #FFD700 !important; /* Or brillant */
  border: none !important;
}
.newsletter-btn:hover {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
}

/* Barre inférieure (copyright) */
.footer-bottom {
  background: rgba(10, 10, 10, 0.9); /* Noir légèrement transparent */
  padding: 15px 0;
  border-top: 1px solid #333;
}
.footer-copyright {
  color: #E6D5B8;
  font-size: 14px;
}
.footer-payments img {
  filter: brightness(0) invert(0.8); /* Icônes de paiement en beige */
}

/* Icônes sociales */
.social-icons a {
  display: inline-block;
  background: rgba(212, 175, 55, 0.2); /* Or transparent */
  color: #D4AF37 !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}
.social-icons a:hover {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
}

/***** RESPONSIVE *****/
@media (max-width: 768px) {
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-widget-title {
    font-size: 16px;
  }
}
/***** PALETTE DE COULEURS PRINCIPALE *****/
:root {
  --bg-main: #F5F5F5; /* Arrière-plan principal */
  --text-dark: #0A0A0A; /* Texte noir */
  --gold-light: #D4AF37; /* Or liens */
  --gold-bright: #FFD700; /* Or brillant */
  --beige-border: #E6D5B8; /* Bordure beige doré */
  --burgundy: #6D0F1A; /* Bordeaux */
  --emerald: #028A0F; /* Vert émeraude */
}

/***** FOND GÉNÉRAL *****/
body {
  background-color: var(--bg-main);
  color: var(--text-dark);
}

/***** EN-TÊTE & NAVIGATION *****/
.whb-header {
  background-color: var(--text-dark);
}
.whb-main-nav > li > a {
  color: var(--gold-light);
}
.whb-main-nav > li > a:hover {
  opacity: 0.8;
}

/***** CARTES DE PRODUITS *****/
.product-grid-item {
  border: 1px solid var(--beige-border);
  background: white;
}

/***** BOUTONS PRINCIPAUX *****/
.button, .add_to_cart_button {
  background-color: var(--burgundy);
  color: var(--gold-bright);
  border: none;
}
.button:hover {
  background-color: var(--text-dark);
}

/***** LABELS PERSONNALISÉS *****/
/* Label PROMOTION */
.onsale {
  background: var(--burgundy) !important;
  color: var(--gold-bright) !important;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 3px;
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
}

/* Label NOUVEAUTÉ */
.new-label {
  background: var(--emerald);
  color: white;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
}

/***** SUPPRIMER "AJOUTER AU PANIER" SUR MINIATURE *****/
.product-grid-item .add-to-cart-btn {
  display: none !important;
}

/***** PRIX *****/
.price {
  color: var(--gold-light);
  font-weight: bold;
}
.price del {
  color: #999;
}
.price ins {
  color: var(--burgundy);
  text-decoration: none;
}

/***** OPTIONS SPÉCIFIQUES WOODMART *****/
/* Ajustement des ombres */
.product-grid-item:hover {
  box-shadow: 0 5px 15px rgba(10, 10, 10, 0.1);
}

/* Ajustement du hover sur image */
.product-image-wrap:hover img {
  opacity: 0.9;
}
/* Mobile Browser Bar Color */
:root {
  --wd-mobile-bar: #D4AF37; /* Or principal */
}

meta[name="theme-color"],
meta[name="msapplication-navbutton-color"],
meta[name="apple-mobile-web-app-status-bar-style"] {
  content: var(--wd-mobile-bar) !important;
}
/* ==================== */
/* BANNIÈRE PROMO LUXE */
/* ==================== */
.woodmart-promo-banner.vip-banner {
  /* Style de base */
  background: #6D0F1A !important; /* Bordeaux */
  color: #D4AF37 !important; /* Texte or */
  border-top: 3px solid #E6D5B8 !important; /* Ligne beige */
  padding: 25px 0;
  text-align: center;
  
  /* Typographie premium */
  font-family: 'Playfair Display', serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  /* Effets spéciaux */
  position: relative;
  overflow: hidden;
}

/* Animation de paillettes dorées */
.vip-banner:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.15) 0%,
    rgba(212, 175, 55, 0) 70%
  );
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Bouton CTA */
.vip-banner .promo-btn {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
  border: none !important;
  padding: 12px 30px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s;
}

.vip-banner .prom
/* Bannière Negafa */
.wd-negafa-banner {
  background: linear-gradient(90deg, #6D0F1A 0%, #0A0A0A 100%);
  border-bottom: 1px solid #D4AF37;
  padding: 12px 0;
  font-size: 14px;
  width: 100%;
}

.wd-banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wd-banner-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wd-badge {
  background-color: #D4AF37;
  color: #0A0A0A;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

.wd-banner-text {
  margin-left: 15px;
  color: #FFFFFF;
}

.wd-banner-text strong {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
}

.wd-separator {
  color: #E6D5B8;
  margin: 0 10px;
}

.wd-promo-btn {
  background: #D4AF37;
  color: #0A0A0A !important;
  padding: 6px 20px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  white-space: nowrap;
}

.wd-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 12px rgba(212, 175, 55, 0.4);
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .wd-banner-container {
    flex-direction: column;
    gap: 10px;
  }
  
  .wd-banner-content {
    justify-content: center;
    text-align: center;
    margin-left: 0;
    gap: 8px;
  }
  
  .wd-banner-text {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .wd-separator {
    display: none;
  }
  
  .wd-banner-text span {
    display: block;
    width: 100%;
    margin: 3px 0 !important;
  }
}
padding: 12px 0; /* Version desktop */
     padding: 8px 0; /* Pour mobile */
/* Offre Caftan Sur-Mesure */
.custom-caftan-offer {
  background: linear-gradient(135deg, rgba(245,245,245,0.95) 0%, rgba(230,213,184,0.9) 100%);
  border: 2px solid #D4AF37;
  padding: 30px;
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(109,15,26,0.1);
}

.offer-badge {
  background: #6D0F1A;
  color: #D4AF37;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #D4AF37;
}

.offer-title {
  color: #6D0F1A;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 15px 0 25px;
  position: relative;
}

.offer-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #D4AF37;
  margin: 15px auto 0;
}

.custom-features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0;
}

.feature {
  flex: 1;
  min-width: 200px;
  margin: 10px;
  padding: 20px;
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  border: 1px dashed #D4AF37;
}

.feature-icon {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  color: #6D0F1A;
}

.feature-text {
  color: #0A0A0A;
  font-size: 15px;
  display: block;
  line-height: 1.4;
}

.custom-btn {
  background: #6D0F1A;
  color: #D4AF37 !important;
  padding: 12px 40px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  border: 2px solid #D4AF37;
  font-size: 16px;
  margin-top: 10px;
}

.custom-btn:hover {
  background: #D4AF37;
  color: #6D0F1A !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(109,15,26,0.2);
}

.delivery-info {
  display: block;
  margin-top: 15px;
  color: #6D0F1A;
  font-size: 13px;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-features {
    flex-direction: column;
  }
  
  .offer-title {
    font-size: 24px;
  }
  
  .feature {
    margin: 8px 0;
  }
}
/* DESIGN LUXE CAFTAN SUR-MESURE */
.luxe-caftan-custom {
  position: relative;
  background: url('https://example.com/texture-marocain.jpg') center/cover;
  padding: 60px 20px;
  text-align: center;
  margin: 50px auto;
  max-width: 1000px;
  border: 1px solid #D4AF37;
  overflow: hidden;
}

.luxe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,0.85);
  z-index: 0;
}

.luxe-content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.luxe-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 0;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.luxe-title {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
}

.luxe-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 60%;
}

.luxe-separator .line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.luxe-separator .star {
  color: #D4AF37;
  margin: 0 15px;
  font-size: 20px;
}

.luxe-subtitle {
  color: #E6D5B8;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.luxe-features {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1;
  min-width: 200px;
  margin: 15px;
  padding: 30px 20px;
  background: rgba(109,15,26,0.3);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.5s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  background: rgba(109,15,26,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.feature-icon {
  color: #D4AF37;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.feature-item p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.feature-item span {
  color: #D4AF37;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.luxe-cta {
  display: inline-block;
  background: transparent;
  color: #D4AF37 !important;
  padding: 18px 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #D4AF37;
  margin: 30px 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.luxe-cta:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
  letter-spacing: 3px;
}

.luxe-cta .arrow {
  margin-left: 10px;
  transition: all 0.4s ease;
}

.luxe-cta:hover .arrow {
  transform: translateX(5px);
}

.luxe-note {
  color: #E6D5B8;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-style: italic;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.luxe-title, .luxe-subtitle, .feature-item {
  animation: fadeIn 1s ease forwards;
}

.feature-item:nth-child(2) { animation-delay: 0.3s; }
.feature-item:nth-child(3) { animation-delay: 0.6s; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .luxe-title { font-size: 28px; }
  .luxe-features { flex-direction: column; }
  .feature-item { margin: 10px 0; }
  .luxe-cta { padding: 15px 30px; }
}
/* Bannière Mobile Élégante */
.mobile-caftan-promo {
  position: relative;
  width: 100%;
  max-height: 400px;
  height: 400px;
  background: rgba(10,10,10,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #D4AF37;
}

.mobile-caftan-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('votre-image-fond.jpg') center/cover;
  z-index: -1;
  opacity: 0.4;
}

.promo-content {
  text-align: center;
  width: 100%;
  padding: 20px;
  animation: fadeIn 1.5s ease;
}

.promo-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 3px;
}

.promo-title {
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 10px 0;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.promo-text {
  color: #E6D5B8;
  font-size: 16px;
  margin: 0 auto 25px;
  max-width: 300px;
  line-height: 1.5;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  background: #6D0F1A;
  color: #D4AF37 !important;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
  border: 1px solid #D4AF37;
}

.promo-btn span {
  margin-left: 8px;
  transition: transform 0.3s;
}

.promo-btn:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
}

.promo-btn:hover span {
  transform: translateX(3px);
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 480px) {
  .mobile-caftan-promo {
    height: 320px;
    padding: 15px;
  }
  
  .promo-title {
    font-size: 24px;
  }
  
  .promo-text {
    font-size: 15px;
  }
  
  .promo-btn {
    padding: 10px 25px;
    font-size: 13px;
  }
}
/* Bannière Mini Luxe - 300px avec overlay 85% */
.mini-promo-banner {
  width: 100%;
  height: 300px;
  background: 
    linear-gradient(rgba(10,10,10,0.85), rgba(10,10,10,0.85)), 
    url('votre-image-fond.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #D4AF37;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.3); /* Effet velours */
}

/* Le reste du CSS reste inchangé */
.banner-inner {
  text-align: center;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  animation: fadeUp 0.8s ease-out;
}

.luxe-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A0A0A;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 2px;
}

.mini-promo-banner h3 {
  color: #D4AF37;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin: 8px 0;
  line-height: 1.3;
}

.mini-promo-banner p {
  color: #E6D5B8;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #D4AF37 !important;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #D4AF37;
  border-radius: 3px;
  transition: all 0.3s;
}

.cta-button span {
  margin-left: 5px;
  transition: transform 0.3s;
}

.cta-button:hover {
  background: #D4AF37;
  color: #0A0A0A !important;
}

.cta-button:hover span {
  transform: translateX(3px);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .mini-promo-banner {
    height: 300px;
  }
  
  .banner-inner {
    padding: 15px;
  }
  
  .mini-promo-banner h3 {
    font-size: 20px;
  }
  
  .mini-promo-banner p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
/* Section Séparatrice Luxe */
.luxe-separator-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  padding: 0 20px;
}

.luxe-separator-line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  max-width: 150px;
}

.luxe-separator-content {
  padding: 0 30px;
  text-align: center;
}

.luxe-icon {
  color: #D4AF37;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.luxe-subtitle {
  color: #6D0F1A;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.luxe-description {
  color: #0A0A0A;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .luxe-separator-section {
    flex-direction: column;
    margin: 30px 0;
  }
  
  .luxe-separator-line {
    width: 60%;
    margin: 15px 0;
    max-width: none;
  }
  
  .luxe-subtitle {
    font-size: 19px;
  }
  
  .luxe-description {
    font-size: 14px;
  }
}
/* ==================== */
/* TYPOGRAPHIE LUXE MAROCAIN */
/* ==================== */

/* 1. Import Google Fonts (Direct dans CSS) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Cormorant+Garamond:wght@300;400;500&display=swap');

/* 2. Appliquer aux éléments clés */
body, p, .product-details {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, 
.woodmart-title-container, 
.product-title, 
.woocommerce-tabs h2 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0A0A0A;
  text-transform: uppercase;
}

/* 3. Boutons & CTA */
.button, .add_to_cart_button, 
.woodmart-nav > li > a {
  font-family: 'Playfair Display', serif !important;
  letter-spacing: 1px;
}

/* 4. Accents spéciaux */
.luxe-accent, 
.onsale, 
.woodmart-price ins {
  font-family: 'Playfair Display', serif;
  color: #D4AF37 !important;
}

/* 5. Responsive */
@media (max-width: 768px) {
  h1 { font-size: 28px !important; }
  h2 { font-size: 24px !important; }
}
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.luxe-quote, 
.testimonial-text {
  font-family: 'Great Vibes', cursive !important;
  font-size: 24px;
  color: #6D0F1A;
}
/***** CENTRER LES ÉTOILES D'AVIS SEULEMENT *****/
.product-grid-item .star-rating {
  display: block !important;
  margin: 8px auto 0 !important;
  float: none !important;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #D4AF37 !important; /* Or de votre palette */
  line-height: 1;
}

/* Suppression de l'espace résiduel */
.woocommerce-product-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 5px !important;
}

/* Ajustement responsive */
@media (max-width: 768px) {
  .product-grid-item .star-rating {
    font-size: 12px;
    margin-top: 5px !important;
  }
}
/* Animation subtile au survol */
.product-grid-item:hover .star-rating {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.pswp__share-tooltip a.pswp__share--download{
	display: none;
}
/* ================ */
/* PAGE SUR-MESURE */
/* ================ */

/* Variables Couleurs */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

/* Base Styling */
.custom-caftan-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
  line-height: 1.7;
}

/* Hero Section */
.couture-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/hero-caftan.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-separator {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 20px auto;
}

.hero-content p {
  color: white;
  font-size: 20px;
  font-style: italic;
}

/* Expertise Section */
.expertise-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.expertise-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 30px rgba(0,0,0,0.1);
  position: relative;
}

.expertise-card h2 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.gold-border {
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 30px;
}

.expertise-text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.dropcap {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  float: left;
  line-height: 0.8;
  margin-right: 10px;
}

.luxe-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  text-align: center;
}

.luxe-list li {
  position: relative;
  padding: 12px 0;
  font-size: 18px;
}

.luxe-list li:before {
  content: "✽";
  color: var(--gold);
  margin-right: 10px;
}

/* Process Section */
.process-section {
  padding: 80px 0;
  background: url('https://example.com/texture-bg.jpg');
}

.process-section h2 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  flex: 1;
  min-width: 300px;
  margin: 15px;
  padding: 30px;
  background: white;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  position: relative;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: -60px auto 25px;
  border: 3px solid white;
}

.step h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  font-size: 22px;
  margin-bottom: 15px;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  text-align: center;
  background: var(--dark);
  color: white;
}

.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}

.cta-section p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.notice {
  font-style: italic;
  color: var(--beige);
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }
  
  .process-steps {
    flex-direction: column;
  }
  
  .step {
    margin: 15px 0;
  }
{
	/* ==================== */
/* PAGE OFFRE SPECIALE */
/* ==================== */
:root {
  --gold: #D4AF37;
  --burgundy: #6D0F1A;
  --dark: #0A0A0A;
  --beige: #E6D5B8;
}

.special-offer-page {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
}

/* Hero Section */
.offer-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('https://example.com/negafa-hero.jpg') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109,15,26,0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.offer-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  padding: 8px 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
}

.offer-hero h1 {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 42px;
  margin: 15px 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.hero-subtitle {
  color: var(--beige);
  font-size: 20px;
  margin-bottom: 30px;
}

.whatsapp-cta {
  display: inline-block;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-cta:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

/* Offer Details */
.offer-details {
  padding: 60px 0;
  background: #f9f9f9;
}

.offer-card {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  border-top: 5px solid var(--gold);
}

.offer-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.gold-text {
  color: var(--gold);
}

.gold-line {
  width: 100px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
}

.offer-steps {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--burgundy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
  border: 3px solid var(--gold);
}

.step p {
  font-size: 18px;
}

.offer-conditions {
  background: rgba(230,213,184,0.2);
  padding: 25px;
  border-left: 3px solid var(--gold);
  margin-top: 40px;
}

.offer-conditions h3 {
  font-family: 'Playfair Display', serif;
  color: var(--burgundy);
  margin-bottom: 15px;
}

.offer-conditions ul {
  list-style: none;
  padding: 0;
}

.offer-conditions li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.offer-conditions li:before {
  content: "•";
  color: var(--gold);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -5px;
}

/* Audience Section */
.audience-section {
  padding: 60px 0;
  background: white;
}

.audience-section h2 {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: var(--burgundy);
}

.audience-cards {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.audience-card {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  margin: 15px;
  text-align: center;
  border: 1px solid rgba(212,175,55,0.3);
  transition: all 0.3s;
}

.audience-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(109,15,26,0.1);
}

.audience-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.audience-card h3 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  font-size: 22px;
  margin-bottom: 15px;
}

/* Final CTA */
.final-cta {
  padding: 80px 20px;
  background: var(--dark);
  color: white;
  text-align: center;
}

.final-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}

.final-cta p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  background: #25D366;
  color: white !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  background: #128C7E;
  transform: translateY(-3px);
}

.whatsapp-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.collection-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--dark) !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
}

.collection-btn:hover {
  background: var(--beige);
  transform: translateY(-3px);
}

.small-note {
  font-size: 14px;
  color: var(--beige);
  font-style: italic;
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .offer-hero h1 {
    font-size: 32px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .offer-steps {
    flex-direction: column;
  }
  
  .audience-card {
    min-width: 100%;
    margin: 10px 0;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
	/* BLOC REASSURANCE LUXE */
.reassurance-luxe {
  background: linear-gradient(135deg, rgba(245,245,245,0.95) 0%, rgba(230,213,184,0.9) 100%);
  border-top: 1px solid var(--wd-or);
  border-bottom: 1px solid var(--wd-or);
  padding: 40px 0;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}

.reassurance-luxe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" opacity="0.03" viewBox="0 0 100 100"><path fill="%23D4AF37" d="M50 0l12 25 25 12-25 12-12 25-12-25-25-12 25-12z"/></svg>');
  background-size: 80px;
  animation: shine 20s linear infinite;
}

.reassurance-container {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.reassurance-item {
  text-align: center;
  padding: 25px;
  flex: 1;
  min-width: 220px;
  transition: all 0.4s ease;
}

.reassurance-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: var(--wd-bordeaux);
  color: var(--wd-or-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.reassurance-icon svg {
  width: 28px;
  height: 28px;
}

.reassurance-title {
  font-family: var(--font-secondary);
  color: var(--wd-bordeaux);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.reassurance-text {
  color: var(--wd-noir);
  font-size: 15px;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}

/* Effets au survol */
.reassurance-item:hover {
  transform: translateY(-5px);
}

.reassurance-item:hover .reassurance-icon {
  background: var(--wd-or);
  color: var(--wd-noir);
  transform: rotateY(180deg);
}

/* Responsive */
@media (max-width: 768px) {
  .reassurance-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .reassurance-item {
    padding: 15px;
  }
}

@keyframes shine {
  from { background-position: 0 0; }
  to { background-position: 80px 80px; }
}
}

