/* ============ KRAKEN DTC — Common styles partagés ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #B8986A;
  --gold-dark: #9A7E54;
  --cream: #FAF7F2;
  --cream-2: #F2EEE6;
  --charcoal: #1C1917;
  --gray: #6B6760;
  --gray-light: #D9D5CC;
  --gray-lighter: #EDEAE3;
  --max: 1280px;
  --radius: 4px;
  --shadow-sm: 0 1px 3px rgba(28, 25, 23, 0.06);
  --shadow-md: 0 4px 16px rgba(28, 25, 23, 0.08);
}
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
h4 { font-size: 1rem; font-family: 'Inter', sans-serif; font-weight: 600; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 16px; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
@media (max-width: 640px) { .container { padding: 0 16px; } }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 32px; font-weight: 600;
  border-radius: 999px; transition: all .2s; font-size: 14px;
  letter-spacing: 0.02em; text-transform: uppercase; border: none; cursor: pointer;
}
.btn-primary { background: var(--charcoal); color: var(--cream); }
.btn-primary:hover { background: var(--gold); }
.btn-ghost { background: transparent; color: var(--charcoal); border: 1px solid var(--charcoal); }
.btn-ghost:hover { background: var(--charcoal); color: var(--cream); }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 40px; font-size: 15px; }

/* Trust bar (top) */
.trust-bar {
  background: var(--charcoal); color: var(--cream-2); text-align: center;
  padding: 10px 0; font-size: 13px; letter-spacing: 0.05em;
}
@media (max-width: 640px) { .trust-bar { font-size: 11px; padding: 8px 16px; } }

/* Header */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--cream, #FAFAF7);
  border-bottom: 1px solid var(--gray-light); padding: 16px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; letter-spacing: 0.02em; }
.logo span { color: var(--gold); }
.nav { display: flex; gap: 32px; font-size: 14px; font-weight: 500; }
.nav a { color: var(--charcoal); padding: 4px 0; border-bottom: 1px solid transparent; }
.nav a:hover { border-bottom-color: var(--gold); }
.header-actions { display: flex; gap: 8px; align-items: center; }
.icon-btn {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; cursor: pointer; background: transparent;
  border: none; transition: all .2s; position: relative;
}
.icon-btn:hover { background: var(--cream-2); }
.icon-btn .badge {
  position: absolute; top: 4px; right: 4px;
  background: var(--gold); color: white;
  width: 16px; height: 16px; border-radius: 50%;
  font-size: 10px; display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.menu-burger { display: none; }

@media (max-width: 767px) {
  .nav { display: none; }
  .menu-burger { display: flex; }
}

/* Section heading */
.section-head { text-align: center; padding: 80px 0 40px; }
.section-head .eyebrow {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px; font-weight: 600;
}
.section-head p { color: var(--gray); margin-top: 12px; }
@media (max-width: 640px) { .section-head { padding: 60px 0 32px; } }

/* Reassurance */
.reass {
  background: var(--charcoal); color: var(--cream); padding: 60px 0;
}
.reass-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  text-align: center;
}
.reass-item .icon { font-size: 28px; margin-bottom: 12px; color: var(--gold); }
.reass-item .title { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.reass-item .desc { font-size: 13px; color: var(--gray-light); }
@media (max-width: 640px) { .reass-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

/* Footer */
.footer {
  background: var(--charcoal); color: var(--gray-light); padding: 60px 0 24px;
  border-top: 1px solid #2A2725;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 40px; border-bottom: 1px solid #2A2725;
}
.footer-brand .logo-f { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--cream); margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.6; }
.footer-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cream); margin-bottom: 16px; font-weight: 600; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; font-size: 14px; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; font-size: 13px;
}
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* Product card (réutilisé partout) */
.product-card { cursor: pointer; }
.product-card .img-wrap {
  aspect-ratio: 3/4; overflow: hidden; border-radius: var(--radius);
  margin-bottom: 12px; background: var(--cream-2); position: relative;
}
.product-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .img-wrap img { transform: scale(1.04); }
.product-card .name { font-size: 14px; font-weight: 500; color: var(--charcoal); margin-bottom: 4px; line-height: 1.4; }
.product-card .price { font-size: 14px; color: var(--gray); }

/* Page links indicator (pour les previews) */
.preview-nav {
  position: fixed; bottom: 16px; left: 16px; z-index: 200;
  background: var(--charcoal); color: var(--cream); border-radius: 8px;
  padding: 8px 12px; font-size: 12px;
  display: flex; gap: 12px; align-items: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.preview-nav a { color: var(--gold); padding: 4px 8px; border-radius: 4px; }
.preview-nav a:hover { background: rgba(255,255,255,0.1); }
.preview-nav strong { color: var(--cream); margin-right: 4px; }
/* Styles specific to home page */

.hero { padding: 80px 0; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero-text .eyebrow { font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 16px; }
.hero-text h1 { margin-bottom: 24px; }
.hero-text p { font-size: 17px; color: var(--gray); margin-bottom: 32px; max-width: 480px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-image { aspect-ratio: 4/5; overflow: hidden; border-radius: 4px; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 768px) { .hero { padding: 40px 0; } .hero-grid { grid-template-columns: 1fr; gap: 32px; } .hero-text { order: 2; } }

.trust-signals { background: var(--cream-2); padding: 32px 0; border-top: 1px solid var(--gray-light); border-bottom: 1px solid var(--gray-light); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-item .num { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--gold); margin-bottom: 4px; }
.trust-item .txt { font-size: 13px; color: var(--gray); letter-spacing: 0.03em; }
@media (max-width: 768px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }

.cats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: var(--max); margin: 0 auto; padding: 0 24px 80px; }
.cat-card { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 4px; cursor: pointer; }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cat-card:hover img { transform: scale(1.05); }
.cat-card .label { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; color: var(--cream); background: linear-gradient(180deg, transparent, rgba(0,0,0,0.7)); font-family: 'Cormorant Garamond', serif; font-size: 22px; }
@media (max-width: 768px) { .cats-grid { grid-template-columns: repeat(2, 1fr); padding: 0 16px 60px; } }

.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: var(--max); margin: 0 auto; padding: 0 24px 80px; }
@media (max-width: 768px) { .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 16px 60px; } }

.story { background: var(--cream-2); padding: 100px 0; margin: 80px 0 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-image { aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-text .eyebrow { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.story-text p { font-size: 17px; line-height: 1.7; color: var(--gray); margin: 24px 0; }
@media (max-width: 768px) { .story-grid { grid-template-columns: 1fr; gap: 32px; } .story { padding: 60px 0; } }

.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: var(--max); margin: 0 auto; padding: 0 24px 100px; }
.testi { background: var(--cream); border: 1px solid var(--gray-light); padding: 32px; border-radius: 4px; }
.testi .stars { color: var(--gold); margin-bottom: 16px; font-size: 16px; }
.testi .quote { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; line-height: 1.5; margin-bottom: 20px; }
.testi .author { font-size: 13px; font-weight: 600; }
.testi .meta { font-size: 12px; color: var(--gray); margin-top: 2px; }
@media (max-width: 768px) { .testi-grid { grid-template-columns: 1fr; padding: 0 16px 60px; } }


/* ============ PRODUCT PAGE styles ============ */

/* --- PRODUCT --- */

/* ============ PAGE PRODUIT ============ */
.breadcrumb {
  padding: 16px 0; font-size: 13px; color: var(--gray);
}
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { margin: 0 8px; opacity: 0.5; }

.product-page {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
  padding: 24px 0 80px;
}

/* Galerie */
.gallery { position: relative; }
.gallery-main {
  aspect-ratio: 3/4; background: var(--cream-2);
  border-radius: var(--radius); overflow: hidden; margin-bottom: 16px;
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px;
}
.thumb {
  aspect-ratio: 3/4; background: var(--cream-2);
  border-radius: var(--radius); overflow: hidden; cursor: pointer;
  border: 2px solid transparent; transition: border-color .2s;
}
.thumb.active { border-color: var(--charcoal); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Info produit */
.product-info { padding-top: 8px; }
.product-info .meta {
  font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 12px;
}
.product-info h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 12px; line-height: 1.2;
}
.product-info .stars {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--gray); margin-bottom: 24px;
}
.product-info .stars .rating { color: var(--gold); font-size: 14px; }
.product-info .price-block {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px; color: var(--charcoal); margin-bottom: 8px;
}
.product-info .price-info { font-size: 13px; color: var(--gray); margin-bottom: 32px; }

/* Variants */
.variant-section { margin-bottom: 24px; }
.variant-label {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; font-weight: 600; margin-bottom: 12px;
}
.variant-label .selected { color: var(--gray); font-weight: 400; }
.variant-options { display: flex; gap: 8px; flex-wrap: wrap; }

/* Couleurs */
.swatch {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid var(--cream); cursor: pointer;
  box-shadow: 0 0 0 1px var(--gray-light);
  transition: all .2s;
}
.swatch.selected { box-shadow: 0 0 0 2px var(--charcoal); }
.swatch:hover { transform: scale(1.05); }

/* Tailles */
.size-btn {
  min-width: 48px; height: 48px; padding: 0 12px;
  border: 1px solid var(--gray-light); background: white;
  border-radius: 4px; font-size: 14px; font-weight: 500;
  cursor: pointer; transition: all .2s;
}
.size-btn:hover { border-color: var(--charcoal); }
.size-btn.selected { background: var(--charcoal); color: white; border-color: var(--charcoal); }
.size-btn.dashed { border-style: dashed; color: var(--gray); }
.size-btn.disabled { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }

.size-help {
  font-size: 13px; color: var(--gray); margin-top: 12px;
  display: flex; align-items: center; gap: 8px;
}
.size-help a { color: var(--charcoal); border-bottom: 1px solid currentColor; }

/* Add to cart */
.atc-section { margin: 32px 0 24px; }
.atc-section .btn { font-size: 14px; }

/* Réassurance produit */
.prod-reass { display: grid; gap: 12px; padding: 24px 0; border-top: 1px solid var(--gray-light); }
.prod-reass .item { display: flex; gap: 12px; align-items: center; font-size: 14px; }
.prod-reass .icon { color: var(--gold); width: 24px; text-align: center; }

/* Description (accordion) */
.acc {
  border-bottom: 1px solid var(--gray-light);
}
.acc-head {
  width: 100%; padding: 20px 0; background: none; border: none;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; font-weight: 600; color: var(--charcoal); text-align: left;
}
.acc-head .chev { transition: transform .2s; color: var(--gray); }
.acc.open .acc-head .chev { transform: rotate(180deg); }
.acc-body { display: none; padding: 0 0 24px; font-size: 14px; line-height: 1.7; color: var(--gray); }
.acc.open .acc-body { display: block; }
.acc-body ul { padding-left: 20px; margin: 12px 0; }
.acc-body li { margin-bottom: 6px; }

/* Cross-sell */
.cross-sell { padding: 80px 0; }

/* Sticky bar mobile */
.sticky-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
  background: white; border-top: 1px solid var(--gray-light);
  padding: 12px 16px; box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
}
.sticky-bar-inner {
  display: flex; gap: 12px; align-items: center; max-width: var(--max);
  margin: 0 auto;
}
.sticky-bar .info { flex: 1; }
.sticky-bar .name { font-size: 13px; font-weight: 500; line-height: 1.3; }
.sticky-bar .price { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--charcoal); }

/* Responsive */
@media (max-width: 767px) {
  .product-page { grid-template-columns: 1fr; gap: 32px; padding: 16px 0 100px; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .product-info .price-block { font-size: 28px; }
  .sticky-bar { display: block; }
  .atc-section .btn { font-size: 14px; }
}

/* --- SHOP --- */

.shop-hero {
  background: var(--cream-2); padding: 60px 0 40px; text-align: center;
}
.shop-hero h1 { margin-bottom: 12px; }
.shop-hero p { color: var(--gray); max-width: 600px; margin: 0 auto; }

.shop-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; border-bottom: 1px solid var(--gray-light);
  flex-wrap: wrap; gap: 16px;
}
.shop-count { font-size: 14px; color: var(--gray); }
.shop-actions { display: flex; gap: 12px; align-items: center; }
.shop-btn {
  padding: 10px 16px; border: 1px solid var(--gray-light); background: white;
  border-radius: 999px; font-size: 13px; font-weight: 500; cursor: pointer;
  display: flex; align-items: center; gap: 6px;
}
.shop-btn:hover { border-color: var(--charcoal); }

.shop-layout {
  display: grid; grid-template-columns: 240px 1fr; gap: 48px;
  padding: 32px 0 80px;
}
.filters h3 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; color: var(--charcoal); }
.filter-group { padding: 24px 0; border-bottom: 1px solid var(--gray-light); }
.filter-group:first-child { padding-top: 0; }
.filter-item {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 0; font-size: 14px; cursor: pointer;
}
.filter-item input { accent-color: var(--charcoal); width: 16px; height: 16px; }
.filter-item .count { margin-left: auto; color: var(--gray); font-size: 13px; }

.shop-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

@media (max-width: 767px) {
  .shop-layout { grid-template-columns: 1fr; gap: 16px; }
  .filters { display: none; }
  .filters.open { display: block; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 480px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* --- CART --- */

.cart-page { padding: 40px 0 80px; }
.cart-page h1 { text-align: center; margin-bottom: 8px; }
.cart-page > .container > .sub { text-align: center; color: var(--gray); margin-bottom: 48px; }

.cart-layout {
  display: grid; grid-template-columns: 1fr 380px; gap: 48px;
}

/* Items */
.cart-items { background: white; border: 1px solid var(--gray-light); border-radius: var(--radius); }
.cart-item {
  display: grid; grid-template-columns: 100px 1fr auto; gap: 20px;
  padding: 24px; border-bottom: 1px solid var(--gray-light);
  align-items: center;
}
.cart-item:last-child { border-bottom: none; }
.cart-item .img {
  width: 100px; aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden;
  background: var(--cream-2);
}
.cart-item .img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item .name { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.cart-item .var { font-size: 13px; color: var(--gray); margin-bottom: 12px; }
.cart-item .controls { display: flex; align-items: center; gap: 16px; }
.qty-stepper {
  display: flex; align-items: center; border: 1px solid var(--gray-light); border-radius: 999px;
}
.qty-stepper button {
  width: 32px; height: 32px; background: none; border: none; cursor: pointer;
  font-size: 14px; color: var(--charcoal);
}
.qty-stepper .qty { padding: 0 8px; font-size: 14px; font-weight: 500; min-width: 24px; text-align: center; }
.cart-item .remove {
  background: none; border: none; color: var(--gray); font-size: 13px;
  cursor: pointer; text-decoration: underline; padding: 0;
}
.cart-item .remove:hover { color: var(--charcoal); }
.cart-item .price-col { text-align: right; }
.cart-item .price-now { font-family: 'Cormorant Garamond', serif; font-size: 22px; }

/* Summary */
.cart-summary {
  background: var(--cream-2); border-radius: var(--radius); padding: 32px;
  position: sticky; top: 100px; height: fit-content;
}
.cart-summary h3 { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 24px; }
.summary-row {
  display: flex; justify-content: space-between; padding: 12px 0;
  font-size: 14px;
}
.summary-row.total {
  border-top: 1px solid var(--gray-light); margin-top: 12px; padding-top: 20px;
  font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 500;
}
.summary-row.shipping-free { color: var(--gold); font-weight: 600; }
.shipping-bar {
  background: var(--gray-lighter); height: 6px; border-radius: 999px; margin: 16px 0;
  overflow: hidden;
}
.shipping-bar .fill { height: 100%; background: var(--gold); border-radius: 999px; }
.shipping-msg { font-size: 13px; color: var(--gray); margin-bottom: 16px; }

.coupon-section { padding: 16px 0; border-top: 1px solid var(--gray-light); border-bottom: 1px solid var(--gray-light); margin: 16px 0; }
.coupon-section .row { display: flex; gap: 8px; }
.coupon-section input {
  flex: 1; padding: 12px 16px; border: 1px solid var(--gray-light); border-radius: 999px;
  font-size: 13px; background: white;
}
.coupon-section button {
  padding: 12px 20px; background: var(--charcoal); color: white;
  border: none; border-radius: 999px; font-size: 13px; font-weight: 600; cursor: pointer;
}

.checkout-btn { margin-top: 24px; }
.payments {
  display: flex; gap: 8px; justify-content: center; margin-top: 16px;
  font-size: 11px; color: var(--gray); align-items: center;
}
.payments span { padding: 4px 10px; background: white; border: 1px solid var(--gray-light); border-radius: 4px; font-weight: 600; font-size: 10px; letter-spacing: 0.05em; }

.continue { text-align: center; margin-top: 24px; }
.continue a { font-size: 13px; color: var(--gray); border-bottom: 1px solid currentColor; }

/* Empty cart */
.empty-cart { text-align: center; padding: 80px 0; }
.empty-cart .icon { font-size: 60px; color: var(--gray); margin-bottom: 24px; }

@media (max-width: 767px) {
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .cart-item { grid-template-columns: 80px 1fr; gap: 12px; padding: 16px; }
  .cart-item .img { width: 80px; }
  .cart-item .price-col { grid-column: 2; text-align: left; margin-top: 8px; }
}

/* --- CHECKOUT --- */

.checkout-header {
  text-align: center; padding: 32px 0 24px;
  border-bottom: 1px solid var(--gray-light);
}
.checkout-header .logo { margin-bottom: 12px; }
.checkout-header .secured {
  font-size: 13px; color: var(--gray);
  display: inline-flex; align-items: center; gap: 8px;
}
.checkout-header .secured::before { content: "🔒"; }

.checkout-page { padding: 40px 0 80px; }

.checkout-layout {
  display: grid; grid-template-columns: 1fr 420px; gap: 64px;
}

/* Express checkout */
.express {
  background: var(--cream-2); padding: 24px;
  border-radius: var(--radius); margin-bottom: 32px;
}
.express h3 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.express-btns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.express-btn {
  padding: 14px; background: white; border: 1px solid var(--gray-light);
  border-radius: var(--radius); font-weight: 700; font-size: 12px;
  cursor: pointer; letter-spacing: 0.1em;
}
.express-btn.apple { background: black; color: white; border-color: black; }
.express-btn.google { background: white; color: black; }
.express-btn.paypal { background: #FFC439; }

.divider {
  text-align: center; padding: 16px 0; position: relative; color: var(--gray); font-size: 13px;
}
.divider::before, .divider::after {
  content: ""; position: absolute; top: 50%; width: calc(50% - 30px);
  height: 1px; background: var(--gray-light);
}
.divider::before { left: 0; }
.divider::after { right: 0; }

/* Form */
.form-section { margin-bottom: 32px; }
.form-section h2 {
  font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600;
  margin-bottom: 16px; display: flex; align-items: center; gap: 12px;
}
.form-section h2 .num {
  width: 24px; height: 24px; background: var(--charcoal); color: white;
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.form-grid { display: grid; gap: 12px; }
.form-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.form-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.input-group { position: relative; }
.input-group label {
  position: absolute; top: 12px; left: 16px; pointer-events: none;
  font-size: 14px; color: var(--gray); transition: all .2s;
  background: white; padding: 0 4px;
}
.input-group input,
.input-group select {
  width: 100%; padding: 16px; border: 1px solid var(--gray-light);
  border-radius: var(--radius); font-size: 14px; background: white;
}
.input-group input:focus,
.input-group select:focus {
  outline: none; border-color: var(--charcoal);
}
.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label {
  top: -7px; font-size: 11px; color: var(--charcoal);
}

/* Shipping methods */
.ship-method {
  display: flex; align-items: center; gap: 16px;
  padding: 16px; border: 1px solid var(--gray-light); border-radius: var(--radius);
  cursor: pointer; margin-bottom: 8px; background: white;
}
.ship-method.selected { border-color: var(--charcoal); background: var(--cream); }
.ship-method input { accent-color: var(--charcoal); width: 18px; height: 18px; }
.ship-method .info { flex: 1; }
.ship-method .name { font-weight: 600; font-size: 14px; }
.ship-method .desc { font-size: 13px; color: var(--gray); }
.ship-method .price { font-weight: 600; font-size: 14px; color: var(--charcoal); }
.ship-method .price.free { color: var(--gold); }

/* Order summary */
.order-summary {
  background: var(--cream-2); border-radius: var(--radius); padding: 32px;
  position: sticky; top: 24px; height: fit-content;
}
.order-summary h3 { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.1em; }
.order-item {
  display: grid; grid-template-columns: 70px 1fr auto; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid var(--gray-light);
  align-items: center; font-size: 13px;
}
.order-item:last-of-type { border-bottom: none; padding-bottom: 16px; }
.order-item .img {
  width: 70px; aspect-ratio: 3/4; border-radius: var(--radius);
  overflow: hidden; background: white; position: relative;
}
.order-item .img img { width: 100%; height: 100%; object-fit: cover; }
.order-item .img .qty-badge {
  position: absolute; top: 4px; right: 4px;
  background: var(--charcoal); color: white;
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}
.order-item .info .name { font-weight: 500; line-height: 1.3; margin-bottom: 2px; }
.order-item .info .var { color: var(--gray); font-size: 12px; }
.order-item .price { font-weight: 600; }

.totals { padding-top: 16px; border-top: 1px solid var(--gray-light); margin-top: 8px; }
.totals .row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; }
.totals .row.total {
  font-family: 'Cormorant Garamond', serif; font-size: 24px;
  font-weight: 500; padding-top: 16px; margin-top: 8px;
  border-top: 1px solid var(--gray-light);
}

.place-order { margin-top: 24px; }
.legal-note { font-size: 12px; color: var(--gray); margin-top: 16px; line-height: 1.5; text-align: center; }
.legal-note a { color: var(--charcoal); border-bottom: 1px solid currentColor; }

@media (max-width: 767px) {
  .checkout-layout { grid-template-columns: 1fr; gap: 32px; }
  .order-summary { position: static; order: -1; }
  .form-grid.cols-2, .form-grid.cols-3 { grid-template-columns: 1fr; }
  .express-btns { grid-template-columns: 1fr; }
}

/* ============ WooCommerce variant swatches & bouton ============ */

/* Cacher la table .variations en mode tableau, on la rend en grid */
.product-info .variations {
    border-collapse: collapse; width: 100%;
}
.product-info .variations tr {
    display: block; margin-bottom: 24px;
}
.product-info .variations td.label,
.product-info .variations th.label {
    display: block; padding: 0 0 12px 0;
    font-size: 14px; font-weight: 600; color: var(--charcoal);
    text-align: left;
}
.product-info .variations td.label label,
.product-info .variations th.label label {
    font-size: 14px; font-weight: 600;
}
.product-info .variations td.value {
    display: block; padding: 0;
}
.product-info .variations td.value select {
    width: auto; min-width: 100%; padding: 12px 16px;
    border: 1px solid var(--gray-light); border-radius: 999px;
    font-size: 14px; background: white; cursor: pointer;
    -webkit-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%231C1917' d='M6 9L1 4h10z'/></svg>");
    background-repeat: no-repeat; background-position: right 16px center;
    padding-right: 40px;
}
.product-info .variations td.value select:focus {
    outline: none; border-color: var(--charcoal);
}
.reset_variations {
    font-size: 13px; color: var(--gray); text-decoration: underline;
    margin-left: 8px;
}

/* Bouton "Ajouter au panier" GROS */
.product-info .single_add_to_cart_button,
.product-info button.alt {
    display: block; width: 100%;
    padding: 18px 32px; margin-top: 24px;
    background: var(--charcoal) !important;
    color: var(--cream) !important;
    border: none; border-radius: 999px;
    font-size: 14px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.05em;
    cursor: pointer; transition: all .2s;
}
.product-info .single_add_to_cart_button:hover,
.product-info button.alt:hover {
    background: var(--gold) !important;
    color: var(--cream) !important;
}
.product-info .quantity {
    display: none; /* Quantity hidden, on va gérer via stepper plus tard */
}
.product-info .single_variation_wrap {
    margin-top: 16px;
}
.product-info .woocommerce-variation-price {
    margin: 16px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px; color: var(--charcoal);
}
.product-info .woocommerce-variation-availability {
    margin-top: 8px;
    font-size: 13px; color: var(--gray);
}
.product-info .woocommerce-variation-add-to-cart {
    margin-top: 16px;
}

/* Prix (gros) - tout type */
.product-info .price-block,
.product-info .price {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 36px !important; color: var(--charcoal) !important;
    margin-bottom: 8px; font-weight: 500;
}
.product-info .price del {
    color: var(--gray); font-size: 24px; font-weight: 400;
    margin-right: 12px;
}
.product-info .price ins {
    background: none; text-decoration: none; color: var(--charcoal);
}

/* Cacher les éléments WC inutiles */
.product_meta {
    display: none !important; /* SKU + Cat + Tag en bas - on les a en haut */
}
.product-info .stock {
    font-size: 13px; color: var(--gray);
}

/* Stars rating */
.product-info .woocommerce-product-rating {
    margin: 0 0 24px 0;
    display: flex; align-items: center; gap: 8px;
}
.product-info .star-rating {
    color: var(--gold); font-size: 14px; width: 80px;
}
.product-info .woocommerce-review-link {
    font-size: 13px; color: var(--gray);
}

/* ============ Variation swatches Kraken ============ */
.k-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.k-swatch {
  min-width: 48px; height: 48px; padding: 0 14px;
  border: 1px solid var(--gray-light); background: white;
  border-radius: 4px; font-size: 14px; font-weight: 500;
  cursor: pointer; transition: all .2s; color: var(--charcoal);
  font-family: 'Inter', sans-serif;
}
.k-swatch:hover { border-color: var(--charcoal); }
.k-swatch.selected { background: var(--charcoal); color: white; border-color: var(--charcoal); }
.k-swatches-color .k-swatch {
  width: 36px; height: 36px; min-width: 36px;
  padding: 0; border-radius: 50%;
  box-shadow: 0 0 0 1px var(--gray-light); border: 2px solid var(--cream);
}
.k-swatches-color .k-swatch.selected {
  box-shadow: 0 0 0 2px var(--charcoal);
}

/* PRIX en gros serif (override fort) */
.product-info .price-block,
.product-info .price-block * {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 38px !important;
    color: var(--charcoal) !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}
.product-info .price-block .woocommerce-Price-currencySymbol {
    font-size: 38px !important;
    font-weight: 500 !important;
}

/* Galerie thumbs visibles */
.gallery-thumbs {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 8px !important;
    margin-top: 12px !important;
}
.gallery-thumbs .thumb {
    aspect-ratio: 3/4 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    border: 2px solid transparent !important;
    background: var(--cream-2) !important;
    border-radius: 4px !important;
    padding: 0 !important;
}
.gallery-thumbs .thumb.active {
    border-color: var(--charcoal) !important;
}
.gallery-thumbs .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Gallery main image */
.gallery-main {
    aspect-ratio: 3/4;
    background: var(--cream-2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}
.gallery-main img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Cacher rating si 0 avis */
.product-info .stars[data-count='0'] { display: none; }

/* PRIX FORCED FINAL */
.product-info .price-block,
.product-info .price-block span,
.product-info .price-block .woocommerce-Price-amount,
.product-info .price-block .woocommerce-Price-amount.amount,
.product-info .price-block .woocommerce-Price-currencySymbol,
.product-info > .price-block,
section.product-page .product-info .price-block * {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    color: #1C1917 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    text-decoration: none !important;
}

/* ============ V6MAI — Patches alignement maquette ============ */

/* Tag catégorie (uppercase gold) */
.product-info .meta.meta-tag {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 14px;
}

/* One-liner sous H1 */
.product-info .baseline {
    font-size: 15px;
    color: var(--gray);
    font-style: italic;
    margin: 0 0 18px;
    line-height: 1.5;
    max-width: 90%;
}
@media (max-width: 640px) { .product-info .baseline { font-size: 14px; max-width: 100%; } }

/* Avis : structure cachée si data-count=0 */
.product-info .stars[data-count='0'] { display: none !important; }

/* Bouton CTA — alignement label maquette (ALL CAPS, charcoal large) */
.product-info .single_add_to_cart_button {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 14px !important;
    padding: 18px 40px !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    background: var(--charcoal) !important;
    color: var(--cream) !important;
    border: none !important;
    width: 100% !important;
    transition: background .2s !important;
}
.product-info .single_add_to_cart_button:hover {
    background: var(--gold) !important;
}

/* Fix gap entre titre et prix */
.product-info h1 { margin-bottom: 8px; }

/* Réassurance accordéon : meilleure lisibilité */
.acc-body p { margin-bottom: 8px; }

/* Mobile : on s'assure du 1 colonne */
@media (max-width: 768px) {
    .product-info .meta.meta-tag { font-size: 10px; }
}


/* ============ V6MAI MEGA — Toutes pages ============ */

/* === CART PAGE === */
.cart-page { padding: 40px 0 80px; }
.cart-page > .container > h1 { text-align: center; margin-bottom: 8px; }
.cart-page .sub { text-align: center; color: var(--gray); margin-bottom: 48px; font-size: 14px; }
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }
.cart-items { background: white; border: 1px solid var(--gray-light); border-radius: var(--radius); }
.cart-item {
    display: grid; grid-template-columns: 100px 1fr auto; gap: 20px;
    padding: 24px; border-bottom: 1px solid var(--gray-light); align-items: center;
}
.cart-item:last-child { border-bottom: none; }
.cart-item .img { width: 100px; aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden; background: var(--cream-2); }
.cart-item .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-item .name { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.cart-item .name a { color: inherit; }
.cart-item .var { font-size: 13px; color: var(--gray); margin-bottom: 12px; }
.cart-item .controls { display: flex; align-items: center; gap: 16px; }
.qty-stepper {
    display: flex; align-items: center; border: 1px solid var(--gray-light); border-radius: 999px;
    background: white;
}
.qty-stepper button {
    width: 32px; height: 32px; background: none; border: none; cursor: pointer;
    font-size: 16px; color: var(--charcoal); font-weight: 500;
}
.qty-stepper input.qty, .qty-stepper .qty {
    width: 32px; padding: 0 4px; font-size: 14px; font-weight: 500; text-align: center;
    border: none; background: transparent; -moz-appearance: textfield;
}
.qty-stepper input.qty::-webkit-outer-spin-button,
.qty-stepper input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cart-item .remove {
    background: none; border: none; color: var(--gray); font-size: 13px;
    cursor: pointer; text-decoration: underline; padding: 0;
}
.cart-item .remove:hover { color: var(--charcoal); }
.cart-item .price-col { text-align: right; }
.cart-item .price-now, .cart-item .price-now * {
    font-family: 'Cormorant Garamond', serif !important; font-size: 22px !important; font-weight: 500 !important;
    color: var(--charcoal) !important; text-decoration: none !important;
}

.cart-summary {
    background: var(--cream-2); border-radius: var(--radius); padding: 32px;
    position: sticky; top: 100px; height: fit-content;
}
.cart-summary h3 { font-family: 'Inter', sans-serif !important; font-size: 16px !important; font-weight: 600 !important; margin-bottom: 24px !important; letter-spacing: 0; }
.summary-row { display: flex; justify-content: space-between; padding: 12px 0; font-size: 14px; }
.summary-row.coupon { color: var(--gold); font-weight: 600; }
.summary-row.shipping-free { color: var(--gold); font-weight: 600; }
.summary-row.total {
    border-top: 1px solid var(--gray-light); margin-top: 12px; padding-top: 20px;
    font-family: 'Cormorant Garamond', serif !important; font-size: 24px !important; font-weight: 500 !important;
    align-items: center;
}
.summary-row.total span:last-child { font-size: 28px; }

.shipping-bar { background: var(--gray-lighter); height: 6px; border-radius: 999px; margin: 16px 0; overflow: hidden; }
.shipping-bar .fill { height: 100%; background: var(--gold); border-radius: 999px; transition: width .3s; }
.shipping-msg { font-size: 13px; color: var(--gray); margin-bottom: 4px; }
.shipping-msg.shipping-msg-success { color: var(--gold); font-weight: 600; }

.coupon-section { padding: 16px 0; border-top: 1px solid var(--gray-light); border-bottom: 1px solid var(--gray-light); margin: 16px 0; }
.coupon-section .row { display: flex; gap: 8px; }
.coupon-section input {
    flex: 1; padding: 12px 16px; border: 1px solid var(--gray-light); border-radius: 999px;
    font-size: 13px; background: white;
}
.coupon-section button {
    padding: 12px 20px; background: var(--charcoal); color: white;
    border: none; border-radius: 999px; font-size: 13px; font-weight: 600; cursor: pointer;
    text-transform: uppercase; letter-spacing: 0.04em;
}
.checkout-btn { margin-top: 24px; width: 100%; }
.cart-summary .payments {
    display: flex; gap: 6px; justify-content: center; margin-top: 16px; flex-wrap: wrap;
    font-size: 11px; color: var(--gray); align-items: center;
}
.cart-summary .payments span {
    padding: 4px 10px; background: white; border: 1px solid var(--gray-light); border-radius: 4px;
    font-weight: 600; font-size: 10px; letter-spacing: 0.05em;
}
.cart-summary .continue { text-align: center; margin-top: 24px; }
.cart-summary .continue a {
    font-size: 13px; color: var(--gray); border-bottom: 1px solid currentColor;
    text-decoration: none;
}
.cart-summary .continue a:hover { color: var(--charcoal); }

.empty-cart { text-align: center; padding: 80px 0; }
.empty-cart .icon { font-size: 60px; color: var(--gray-light); margin-bottom: 24px; }
.empty-cart h1 { margin-bottom: 8px; }

@media (max-width: 900px) {
    .cart-layout { grid-template-columns: 1fr; }
    .cart-summary { position: static; }
    .cart-item { grid-template-columns: 80px 1fr; gap: 12px; padding: 16px; }
    .cart-item .img { width: 80px; }
    .cart-item .price-col { grid-column: 2; text-align: left; margin-top: 8px; }
}

/* === CHECKOUT === */
.checkout-page { padding: 40px 0 80px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }

.woocommerce-checkout #customer_details { display: contents; }
.woocommerce-checkout .form-row { margin-bottom: 16px; }
.woocommerce-checkout .form-row label {
    display: block; font-size: 12px; color: var(--gray); margin-bottom: 4px;
    text-transform: none; letter-spacing: 0;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100% !important; padding: 14px 16px !important;
    border: 1px solid var(--gray-light) !important; border-radius: 8px !important;
    background: white !important; font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    transition: border-color .2s, box-shadow .2s !important;
}
.woocommerce-checkout input:focus, .woocommerce-checkout select:focus, .woocommerce-checkout textarea:focus {
    border-color: var(--gold) !important; outline: none !important;
    box-shadow: 0 0 0 3px rgba(184, 152, 106, 0.15) !important;
}
.woocommerce-checkout h3 {
    font-family: 'Cormorant Garamond', serif !important; font-size: 22px !important;
    font-weight: 500 !important; margin-bottom: 20px !important; padding-bottom: 12px !important;
    border-bottom: 1px solid var(--gray-light);
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 { width: 100% !important; max-width: 100% !important; padding: 0 !important; }
.woocommerce-checkout .col2-set { display: block !important; }

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
    background: white; border: 1px solid var(--gray-light); border-radius: var(--radius);
    padding: 24px; margin-bottom: 16px;
}
#order_review {
    background: var(--cream-2); border-radius: var(--radius); padding: 32px;
    position: sticky; top: 100px; height: fit-content;
}
#order_review h3 { font-family: 'Inter', sans-serif !important; font-size: 16px !important; font-weight: 600 !important; border: none !important; padding: 0 !important; margin-bottom: 16px !important; letter-spacing: 0; }

.woocommerce-checkout-review-order-table {
    width: 100%; border-collapse: collapse; margin-bottom: 16px;
}
.woocommerce-checkout-review-order-table th {
    text-align: left; padding: 8px 0; font-size: 12px; font-weight: 600;
    color: var(--gray); text-transform: uppercase; letter-spacing: 0.05em;
    border-bottom: 1px solid var(--gray-light);
}
.woocommerce-checkout-review-order-table td {
    padding: 12px 0; font-size: 14px; border-bottom: 1px solid var(--gray-light);
}
.woocommerce-checkout-review-order-table tfoot td {
    border-bottom: none;
}
.woocommerce-checkout-review-order-table .order-total {
    font-family: 'Cormorant Garamond', serif !important; font-size: 22px !important;
    font-weight: 500 !important; padding-top: 16px !important;
}

.wc_payment_methods { list-style: none; padding: 0; margin: 0; }
.wc_payment_method {
    background: white; border: 1px solid var(--gray-light); border-radius: 8px;
    padding: 16px; margin-bottom: 8px; cursor: pointer; transition: border-color .2s;
}
.wc_payment_method:hover { border-color: var(--charcoal); }
.wc_payment_method.payment_method_stripe label {
    font-weight: 500;
}
.payment_box { background: var(--cream-2); border-radius: 8px; padding: 16px; margin-top: 8px; font-size: 13px; }

#place_order, button#place_order {
    background: var(--charcoal) !important; color: var(--cream) !important;
    width: 100% !important; padding: 18px 32px !important;
    font-size: 14px !important; font-weight: 600 !important;
    border-radius: 999px !important; border: none !important;
    text-transform: uppercase !important; letter-spacing: 0.06em !important;
    margin-top: 16px !important; cursor: pointer !important;
    transition: background .2s !important;
}
#place_order:hover { background: var(--gold) !important; }

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { font-size: 12px; color: var(--gray); margin-top: 16px; line-height: 1.5; }

@media (max-width: 900px) {
    .checkout-layout { grid-template-columns: 1fr; gap: 32px; }
    #order_review { position: static; order: -1; }
}

/* === MY ACCOUNT === */
.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation {
    background: var(--cream-2); border-radius: var(--radius); padding: 24px;
    width: 240px; float: left;
}
.woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
    width: calc(100% - 280px); float: right;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none; padding: 0; margin: 0;
}
.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid var(--gray-light);
}
.woocommerce-MyAccount-navigation li:last-child { border-bottom: none; }
.woocommerce-MyAccount-navigation a {
    display: block; padding: 12px 0; font-size: 14px; color: var(--gray);
    text-decoration: none; transition: color .2s;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
    color: var(--charcoal); font-weight: 600;
}
.woocommerce-account .wc-main {
    padding: 40px 0 80px;
}
.woocommerce-account h1, .woocommerce-account h2, .woocommerce-account h3 {
    margin-bottom: 16px;
}
.woocommerce-account .woocommerce-form {
    max-width: 480px; margin: 32px auto; background: white;
    border: 1px solid var(--gray-light); border-radius: var(--radius); padding: 32px;
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    max-width: 480px; margin: 32px auto;
}
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account select {
    width: 100%; padding: 14px 16px;
    border: 1px solid var(--gray-light); border-radius: 8px;
    background: white; font-size: 14px; margin-bottom: 12px;
}
.woocommerce-account button[type="submit"], .woocommerce-account .woocommerce-Button {
    background: var(--charcoal); color: var(--cream);
    padding: 14px 32px; border-radius: 999px; border: none;
    font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
    cursor: pointer; transition: background .2s;
}
.woocommerce-account button[type="submit"]:hover { background: var(--gold); }

@media (max-width: 768px) {
    .woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce > .woocommerce-MyAccount-content { width: 100%; float: none; margin-bottom: 24px; }
}

/* === PAGE GENERIC === */
body.page .wc-main, body.single-post .wc-main, body.search .wc-main, body.archive:not(.woocommerce) .wc-main {
    padding: 60px 0 100px;
}
.page-content {
    max-width: 760px; margin: 0 auto;
    font-size: 16px; line-height: 1.7; color: var(--charcoal);
}
.page-content h1 { text-align: center; margin-bottom: 16px; }
.page-content > .lead { text-align: center; color: var(--gray); font-size: 18px; margin-bottom: 48px; }
.page-content h2 { font-size: 28px; margin: 48px 0 16px; }
.page-content h3 { font-size: 22px; margin: 32px 0 12px; font-family: 'Cormorant Garamond', serif; }
.page-content p { margin-bottom: 16px; }
.page-content ul, .page-content ol { padding-left: 24px; margin-bottom: 16px; }
.page-content li { margin-bottom: 8px; }
.page-content a { color: var(--gold); border-bottom: 1px solid currentColor; }
.page-content table {
    width: 100%; border-collapse: collapse; margin: 24px 0;
    font-size: 14px;
}
.page-content table th, .page-content table td {
    padding: 12px; border: 1px solid var(--gray-light); text-align: left;
}
.page-content table th { background: var(--cream-2); font-weight: 600; }
.page-content blockquote {
    border-left: 3px solid var(--gold); padding: 8px 24px;
    font-family: 'Cormorant Garamond', serif; font-size: 20px;
    font-style: italic; color: var(--gray); margin: 24px 0;
}

/* FAQ accordéons */
.faq-list summary, .accordion summary, details > summary {
    list-style: none; cursor: pointer; padding: 18px 0;
    border-bottom: 1px solid var(--gray-light); font-weight: 500;
    font-size: 16px; position: relative; padding-right: 32px;
}
.faq-list summary::-webkit-details-marker, details summary::-webkit-details-marker { display: none; }
.faq-list summary::after, details > summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 22px; color: var(--gray); transition: transform .2s;
}
.faq-list details[open] > summary::after, details[open] > summary::after {
    content: '−';
}
.faq-list details[open], details[open] {
    padding-bottom: 16px;
}
.faq-list details > div, details > div, details > p {
    padding: 12px 0 4px; color: var(--gray); font-size: 14px; line-height: 1.6;
}

/* === PAGE TITLE GENERIC === */
.page-hero {
    text-align: center; padding: 60px 0 32px;
}
.page-hero h1 { margin-bottom: 12px; }
.page-hero p { color: var(--gray); max-width: 640px; margin: 0 auto; font-size: 16px; }

/* === BLOG === */
body.blog .wc-main, body.archive .wc-main { padding: 40px 0 100px; }
.blog-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
    max-width: var(--max); margin: 0 auto; padding: 0 24px;
}
.blog-card {
    display: block; background: white; border-radius: var(--radius);
    overflow: hidden; transition: transform .3s; text-decoration: none; color: inherit;
}
.blog-card:hover { transform: translateY(-4px); }
.blog-card .img-wrap { aspect-ratio: 4/3; overflow: hidden; background: var(--cream-2); }
.blog-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .img-wrap img { transform: scale(1.05); }
.blog-card .body { padding: 20px 4px; }
.blog-card .cat {
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); font-weight: 600; margin-bottom: 8px;
}
.blog-card h3 { font-size: 20px; margin-bottom: 8px; line-height: 1.3; }
.blog-card .excerpt { color: var(--gray); font-size: 14px; line-height: 1.5; }
.blog-card .meta { font-size: 12px; color: var(--gray); margin-top: 12px; }

.single-post .post-content,
.single-post article {
    max-width: 760px; margin: 0 auto;
}
.single-post .post-cover {
    aspect-ratio: 16/9; background: var(--cream-2); margin-bottom: 32px;
    border-radius: var(--radius); overflow: hidden;
}
.single-post .post-cover img { width: 100%; height: 100%; object-fit: cover; }
.single-post .post-meta {
    text-align: center; margin-bottom: 24px;
    font-size: 13px; color: var(--gray);
}
.single-post .post-meta .cat { color: var(--gold); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; font-size: 11px; }
.single-post h1 { text-align: center; margin-bottom: 24px; }

@media (max-width: 768px) {
    .blog-grid { grid-template-columns: 1fr; gap: 24px; padding: 0 16px; }
}

/* === SEARCH === */
body.search .wc-main { padding: 40px 0 100px; }
.search-form-large {
    max-width: 640px; margin: 0 auto 48px; display: flex; gap: 8px;
}
.search-form-large input {
    flex: 1; padding: 16px 24px; border: 1px solid var(--gray-light); border-radius: 999px;
    font-size: 16px; background: white;
}
.search-form-large button {
    padding: 16px 32px; background: var(--charcoal); color: white;
    border: none; border-radius: 999px; cursor: pointer;
    font-size: 14px; font-weight: 600;
}

/* === CHECKOUT THANK YOU === */
.thankyou-page { padding: 80px 0 100px; text-align: center; max-width: 720px; margin: 0 auto; }
.thankyou-page .icon-success {
    width: 80px; height: 80px; margin: 0 auto 24px;
    background: var(--gold); color: white; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 40px;
}
.thankyou-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.thankyou-page > p.lead { color: var(--gray); margin-bottom: 32px; font-size: 17px; }
.thankyou-page .order-info {
    background: var(--cream-2); border-radius: var(--radius);
    padding: 32px; margin: 32px 0;
}

/* === GENERIC FORM === */
.contact-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
    max-width: 1080px; margin: 0 auto; padding: 0 24px;
}
.contact-grid .info h3 { font-size: 24px; margin-bottom: 16px; }
.contact-grid .info p { color: var(--gray); font-size: 15px; }
.contact-grid form { background: var(--cream-2); padding: 32px; border-radius: var(--radius); }
.contact-grid input, .contact-grid select, .contact-grid textarea {
    width: 100%; padding: 14px 16px; border: 1px solid var(--gray-light); border-radius: 8px;
    background: white; font-size: 14px; margin-bottom: 12px;
}
.contact-grid button {
    width: 100%; padding: 16px; background: var(--charcoal); color: var(--cream);
    border: none; border-radius: 999px; font-size: 14px; font-weight: 600; text-transform: uppercase;
    cursor: pointer; letter-spacing: 0.06em;
}
@media (max-width: 768px) {
    .contact-grid { grid-template-columns: 1fr; gap: 32px; }
}


/* ============ V6MAI FIX — Cart .remove button + Checkout DTC custom ============ */

/* Cart : bouton Supprimer styling fort (bypass WC default) */
.cart-page .cart-remove-link,
.cart-page a.cart-remove-link,
section.cart-page .cart-item .cart-remove-link {
    display: inline-flex !important;
    align-items: center !important;
    background: none !important;
    border: none !important;
    color: var(--gray) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
    transition: color .2s !important;
}
.cart-page .cart-remove-link:hover {
    color: var(--charcoal) !important;
}
/* Kill any WC injection on .product-remove */
.cart-page .product-remove a, .cart-page a.remove {
    color: var(--gray) !important;
    background: none !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* === CHECKOUT DTC CUSTOM === */
.checkout-page { padding: 40px 0 80px; background: var(--cream); }
.checkout-title { text-align: center; margin-bottom: 48px; }

.dtc-checkout .checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }

.dtc-checkout .form-section {
    background: white; border: 1px solid var(--gray-light); border-radius: var(--radius);
    padding: 32px; margin-bottom: 16px;
}
.dtc-checkout .form-section-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important; font-weight: 500 !important;
    margin: 0 0 24px 0 !important; padding-bottom: 16px !important;
    border-bottom: 1px solid var(--gray-light) !important;
    display: flex; align-items: center; gap: 12px;
    letter-spacing: 0;
}
.dtc-checkout .form-section-title .num {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--charcoal); color: var(--cream);
    display: inline-flex; align-items: center; justify-content: center;
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600;
}

/* Form fields */
.dtc-checkout .form-row, .dtc-checkout p.form-row { margin-bottom: 14px; padding: 0; }
.dtc-checkout .form-row label, .dtc-checkout p.form-row label {
    display: block; font-size: 12px; color: var(--gray);
    margin-bottom: 6px; text-transform: none; letter-spacing: 0;
    font-weight: 500;
}
.dtc-checkout .form-row .required { color: var(--gold); text-decoration: none; }
.dtc-checkout input[type="text"],
.dtc-checkout input[type="email"],
.dtc-checkout input[type="tel"],
.dtc-checkout input[type="password"],
.dtc-checkout input[type="number"],
.dtc-checkout select,
.dtc-checkout textarea,
.dtc-checkout .select2-container--default .select2-selection--single {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid var(--gray-light) !important;
    border-radius: 8px !important;
    background: white !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    height: auto !important;
    min-height: 48px;
    transition: border-color .2s, box-shadow .2s !important;
    outline: none !important;
}
.dtc-checkout input:focus, .dtc-checkout select:focus, .dtc-checkout textarea:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(184, 152, 106, 0.15) !important;
}
.dtc-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important; padding-left: 0 !important;
    color: var(--charcoal) !important;
}
.dtc-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px !important; }

/* Form rows in 2 columns */
.dtc-checkout .form-row-first { float: left; width: 49%; }
.dtc-checkout .form-row-last { float: right; width: 49%; }
.dtc-checkout .form-row-wide { clear: both; width: 100%; }

/* Shipping methods (cards) */
.dtc-checkout .shipping-methods { display: grid; gap: 8px; }
.dtc-checkout .shipping-methods .shipping_method {
    width: 100%;
    margin: 0 8px 0 0;
}
.dtc-checkout #shipping_method li, .dtc-checkout .woocommerce-shipping-totals li {
    list-style: none; padding: 16px 20px;
    background: white; border: 1px solid var(--gray-light); border-radius: 8px;
    margin: 0 0 8px 0;
    display: flex; align-items: center; gap: 12px;
    cursor: pointer; transition: border-color .2s;
}
.dtc-checkout #shipping_method li label { flex: 1; margin: 0 !important; cursor: pointer; font-size: 14px; font-weight: 500; color: var(--charcoal); text-transform: none; letter-spacing: 0; }
.dtc-checkout #shipping_method li:has(input:checked) { border-color: var(--charcoal); background: var(--cream); }

/* Payment methods */
.dtc-checkout .wc_payment_methods { list-style: none; padding: 0; margin: 0; }
.dtc-checkout .wc_payment_method {
    background: white; border: 1px solid var(--gray-light); border-radius: 8px;
    padding: 16px 20px; margin-bottom: 8px; transition: border-color .2s;
}
.dtc-checkout .wc_payment_method:has(input:checked) { border-color: var(--charcoal); background: var(--cream); }
.dtc-checkout .wc_payment_method label { font-weight: 500; cursor: pointer; }
.dtc-checkout .payment_box { background: var(--cream-2); padding: 16px; border-radius: 8px; margin-top: 12px; font-size: 13px; }

/* Place order button */
.dtc-checkout #place_order, .dtc-checkout button#place_order {
    width: 100% !important;
    background: var(--charcoal) !important; color: var(--cream) !important;
    padding: 18px 32px !important;
    font-size: 14px !important; font-weight: 600 !important;
    border-radius: 999px !important; border: none !important;
    text-transform: uppercase !important; letter-spacing: 0.06em !important;
    margin-top: 16px !important; cursor: pointer !important;
    transition: background .2s !important; height: auto !important;
}
.dtc-checkout #place_order:hover { background: var(--gold) !important; }
.dtc-checkout .legal-note { font-size: 12px; color: var(--gray); margin-top: 16px; line-height: 1.5; text-align: center; }
.dtc-checkout .legal-note a { color: var(--charcoal); border-bottom: 1px solid currentColor; }

/* Terms */
.dtc-checkout .woocommerce-terms-and-conditions-wrapper { margin-bottom: 16px; }
.dtc-checkout .form-row.create-account { margin-top: 12px; }

/* Order summary RIGHT SIDE */
.dtc-checkout .order-summary {
    background: var(--cream-2); border-radius: var(--radius); padding: 32px;
    position: sticky; top: 100px; height: fit-content;
}
.dtc-checkout .order-summary h3 {
    font-family: 'Inter', sans-serif !important; font-size: 16px !important;
    font-weight: 600 !important; margin-bottom: 16px !important; padding: 0 !important;
    border: none !important; letter-spacing: 0;
}
.dtc-checkout .order-item {
    display: grid; grid-template-columns: 70px 1fr auto;
    gap: 12px; padding: 12px 0;
    border-bottom: 1px solid var(--gray-light);
    align-items: center; font-size: 13px;
}
.dtc-checkout .order-item:last-of-type { border-bottom: none; padding-bottom: 16px; }
.dtc-checkout .order-item .img {
    width: 70px; aspect-ratio: 3/4; border-radius: var(--radius);
    overflow: hidden; background: white; position: relative;
}
.dtc-checkout .order-item .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dtc-checkout .order-item .img .qty-badge {
    position: absolute; top: 4px; right: 4px;
    background: var(--charcoal); color: white;
    width: 18px; height: 18px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700;
}
.dtc-checkout .order-item .name { font-weight: 500; line-height: 1.3; margin-bottom: 2px; }
.dtc-checkout .order-item .var { color: var(--gray); font-size: 12px; }
.dtc-checkout .order-item .price { font-weight: 600; white-space: nowrap; }

.dtc-checkout .totals { padding-top: 16px; border-top: 1px solid var(--gray-light); margin-top: 8px; }
.dtc-checkout .totals .row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; }
.dtc-checkout .totals .row.coupon { color: var(--gold); font-weight: 600; }
.dtc-checkout .totals .row.total {
    font-family: 'Cormorant Garamond', serif !important; font-size: 24px !important;
    font-weight: 500 !important; padding-top: 16px !important; margin-top: 8px !important;
    border-top: 1px solid var(--gray-light);
    align-items: center;
}
.dtc-checkout .totals .row.total span:last-child { font-size: 28px; }

@media (max-width: 900px) {
    .dtc-checkout .checkout-layout { grid-template-columns: 1fr; gap: 32px; }
    .dtc-checkout .order-summary { position: static; order: -1; }
    .dtc-checkout .form-row-first, .dtc-checkout .form-row-last { float: none; width: 100%; }
    .dtc-checkout .form-section { padding: 24px; }
}

/* Hide old WC default review-order table (we use our own) */
.woocommerce-checkout-review-order { display: none !important; }
.woocommerce-checkout-payment { display: contents; } /* unwrap so #place_order et payment_methods sont dans notre form-section */

/* === V6MAI FIX 2 — Force grid layout checkout desktop === */
@media (min-width: 901px) {
    .dtc-checkout .checkout-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 380px !important;
        gap: 48px !important;
        align-items: start !important;
    }
    .dtc-checkout .checkout-form-side,
    .dtc-checkout .checkout-summary-side { min-width: 0 !important; }
    .dtc-checkout .form-section { width: 100% !important; box-sizing: border-box !important; }
}

/* Ensure checkout container respects max width */
.checkout-page > .container { max-width: 1280px !important; }

/* === V6MAI FIX 3 — Pages WC checkout/cart override page-content max-width === */
body.woocommerce-checkout .page-content,
body.woocommerce-cart .page-content,
body.woocommerce-page .page-content {
    max-width: none !important;
    padding: 0 !important;
    font-size: inherit !important;
}
body.woocommerce-checkout .checkout-page,
body.woocommerce-cart .cart-page { width: 100%; }

/* === V6MAI FIX 4 — My account login form centered === */
.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-form-register {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.woocommerce-account .woocommerce > h2 { text-align: center !important; font-family: 'Cormorant Garamond', serif !important; font-size: 28px !important; margin-bottom: 16px !important; }
.woocommerce-account u {
    display: block; max-width: 480px; margin: 24px auto 0;
    text-align: center; font-size: 12px; color: var(--gray); text-decoration: none;
}

/* === V7MAI CART FIXES — image ratio, no overflow, btn coupon noir, 5 badges === */

/* Card item layout : image fixed width, info no overflow */
.cart-page .cart-item {
    display: grid !important;
    grid-template-columns: 90px 1fr auto !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 16px !important;
    background: white !important;
    border-radius: var(--radius) !important;
    border: 1px solid var(--gray-light) !important;
    margin-bottom: 12px !important;
}
.cart-page .cart-item .img {
    width: 90px !important;
    aspect-ratio: 3/4 !important;
    overflow: hidden !important;
    border-radius: var(--radius) !important;
    background: var(--cream) !important;
    flex-shrink: 0 !important;
}
.cart-page .cart-item .img img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important; display: block !important;
}
.cart-page .cart-item .info { min-width: 0 !important; overflow: hidden !important; }
.cart-page .cart-item .info .name {
    font-size: 14px !important; font-weight: 500 !important; line-height: 1.3 !important;
    color: var(--charcoal) !important;
    overflow: hidden !important; text-overflow: ellipsis !important;
    display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important;
    margin-bottom: 4px !important;
}
.cart-page .cart-item .info .name a { color: var(--charcoal) !important; text-decoration: none !important; }
.cart-page .cart-item .info .name a:hover { color: var(--gold) !important; }
.cart-page .cart-item .info .var {
    font-size: 12px !important; color: var(--gray) !important; margin-bottom: 8px !important;
    overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important;
}
.cart-page .cart-item .controls {
    display: flex !important; align-items: center !important; gap: 12px !important;
    flex-wrap: wrap !important;
}
.cart-page .cart-item .qty-stepper {
    display: inline-flex !important; align-items: center !important;
    border: 1px solid var(--gray-light) !important; border-radius: 999px !important;
    background: white !important; height: 32px !important; padding: 0 !important;
}
.cart-page .qty-stepper button {
    background: none !important; border: none !important;
    width: 28px !important; height: 32px !important;
    font-size: 16px !important; cursor: pointer !important; color: var(--charcoal) !important;
}
.cart-page .qty-stepper input.qty {
    width: 32px !important; text-align: center !important;
    border: none !important; background: none !important;
    font-size: 13px !important; font-weight: 500 !important;
    -moz-appearance: textfield !important; padding: 0 !important;
}
.cart-page .qty-stepper input.qty::-webkit-outer-spin-button,
.cart-page .qty-stepper input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important; margin: 0 !important;
}
.cart-page .cart-item .price-col { align-self: center !important; }
.cart-page .cart-item .price-now {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px !important; font-weight: 500 !important;
    color: var(--charcoal) !important; white-space: nowrap !important;
}

/* Coupon button NOIR pill (was violet/lavender) */
.cart-page .coupon-section .row {
    display: flex !important; gap: 8px !important; align-items: stretch !important;
}
.cart-page .coupon-section input#coupon_code {
    flex: 1 !important; padding: 12px 18px !important;
    border: 1px solid var(--gray-light) !important; border-radius: 999px !important;
    background: white !important; font-size: 14px !important;
    font-family: 'Inter', sans-serif !important; outline: none !important;
}
.cart-page .coupon-section input#coupon_code:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(184,152,106,0.15) !important;
}
.cart-page .coupon-section .btn-apply-coupon,
.cart-page button.btn-apply-coupon,
.cart-page button[name="apply_coupon"] {
    background: var(--charcoal) !important;
    color: var(--cream) !important;
    border: none !important;
    padding: 12px 22px !important;
    border-radius: 999px !important;
    font-size: 13px !important; font-weight: 600 !important;
    text-transform: uppercase !important; letter-spacing: 0.06em !important;
    cursor: pointer !important; transition: background .2s !important;
    white-space: nowrap !important;
}
.cart-page .coupon-section .btn-apply-coupon:hover,
.cart-page button[name="apply_coupon"]:hover { background: var(--gold) !important; }

/* Payment badges 5 logos */
.cart-page .payments {
    display: flex !important; flex-wrap: wrap !important; gap: 6px !important;
    justify-content: center !important; margin: 16px 0 12px !important;
}
.cart-page .payments .pm {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    background: white !important; border: 1px solid var(--gray-light) !important;
    border-radius: 6px !important; padding: 6px 10px !important;
    font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.05em !important;
    color: var(--charcoal) !important; min-width: 44px !important;
}
@media (max-width: 480px) {
    .cart-page .payments .pm { font-size: 9px !important; padding: 5px 8px !important; min-width: 40px !important; }
}

/* Cart layout responsive */
.cart-page .cart-layout {
    display: grid !important;
    grid-template-columns: 1fr 380px !important;
    gap: 32px !important;
    align-items: start !important;
}
@media (max-width: 900px) {
    .cart-page .cart-layout { grid-template-columns: 1fr !important; gap: 24px !important; }
}
.cart-page .cart-summary {
    background: var(--cream-2) !important;
    border-radius: var(--radius) !important;
    padding: 28px !important;
}
.cart-page .cart-summary h3 {
    font-family: 'Inter', sans-serif !important; font-size: 16px !important;
    font-weight: 600 !important; margin-bottom: 16px !important; padding: 0 !important;
    border: none !important; letter-spacing: 0 !important;
}
.cart-page .summary-row {
    display: flex !important; justify-content: space-between !important;
    padding: 8px 0 !important; font-size: 14px !important;
}
.cart-page .summary-row.shipping-free span:last-child { color: var(--gold) !important; font-weight: 600 !important; }
.cart-page .summary-row.coupon { color: var(--gold) !important; font-weight: 600 !important; }
.cart-page .summary-row.total {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important; font-weight: 500 !important;
    padding: 16px 0 8px !important; margin-top: 8px !important;
    border-top: 1px solid var(--gray-light) !important;
    align-items: center !important;
}
.cart-page .summary-row.total span:last-child { font-size: 26px !important; }
.cart-page .shipping-msg {
    color: var(--gold) !important; font-weight: 500 !important;
    font-size: 13px !important; margin: 8px 0 6px !important;
}
.cart-page .shipping-bar {
    height: 4px !important; background: var(--gray-light) !important;
    border-radius: 999px !important; overflow: hidden !important; margin-bottom: 16px !important;
}
.cart-page .shipping-bar .fill {
    height: 100% !important; background: var(--gold) !important;
    transition: width .4s !important;
}
.cart-page .checkout-btn {
    width: 100% !important; margin-top: 16px !important;
    background: var(--charcoal) !important; color: var(--cream) !important;
    padding: 18px 24px !important;
    border-radius: 999px !important; border: none !important;
    font-size: 14px !important; font-weight: 600 !important;
    text-transform: uppercase !important; letter-spacing: 0.06em !important;
    text-align: center !important; display: block !important; text-decoration: none !important;
    transition: background .2s !important;
}
.cart-page .checkout-btn:hover { background: var(--gold) !important; color: var(--cream) !important; }
.cart-page .continue {
    text-align: center !important; margin-top: 16px !important;
}
.cart-page .continue a {
    font-size: 13px !important; color: var(--gray) !important;
    text-decoration: underline !important;
}
.cart-page .continue a:hover { color: var(--charcoal) !important; }

/* === V7MAI CHECKOUT — header simple, paiement express, footer simple, livraison cards, btn PAYER avec montant === */

/* Header simplified */
.checkout-header {
    background: var(--cream);
    padding: 24px 0;
    border-bottom: 1px solid var(--gray-light);
    text-align: center;
}
.checkout-header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.checkout-header .checkout-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
}
.checkout-header .checkout-secured {
    font-size: 13px; color: var(--gray);
    display: inline-flex; align-items: center; gap: 6px;
}
@media (max-width: 640px) {
    .checkout-header { padding: 16px 0; }
    .checkout-header .checkout-logo { font-size: 24px; }
    .checkout-header .checkout-secured { font-size: 12px; }
}

/* Footer simplified */
.footer-checkout {
    background: var(--charcoal);
    color: var(--cream);
    padding: 24px 0;
    margin-top: 60px;
}
.footer-checkout-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
}
.footer-checkout a {
    color: var(--cream); text-decoration: none;
    margin-left: 24px;
    transition: color .2s;
}
.footer-checkout a:hover { color: var(--gold); }
.footer-checkout-links { display: flex; gap: 24px; }
.footer-checkout-links a { margin: 0; }
@media (max-width: 640px) {
    .footer-checkout-inner { justify-content: center; text-align: center; }
}

/* Express checkout block */
.dtc-checkout .express {
    background: var(--cream-2);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 24px;
}
.dtc-checkout .express h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    margin: 0 0 16px 0 !important;
    border: none !important;
    padding: 0 !important;
}
.dtc-checkout .express-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.dtc-checkout .express-btn {
    padding: 14px;
    background: white;
    border: 1px solid var(--gray-light);
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-transform: none;
    transition: opacity .2s;
}
.dtc-checkout .express-btn[disabled] { cursor: not-allowed; opacity: 0.85; }
.dtc-checkout .express-btn.apple { background: black; color: white; border-color: black; }
.dtc-checkout .express-btn.google { background: white; color: black; }
.dtc-checkout .express-btn.paypal { background: #FFC439; color: #000; border-color: #FFC439; }
@media (max-width: 480px) {
    .dtc-checkout .express-btns { grid-template-columns: 1fr; }
}

/* Divider "ou payer avec votre carte" */
.dtc-checkout .divider {
    text-align: center;
    padding: 8px 0 24px;
    position: relative;
    color: var(--gray);
    font-size: 13px;
}
.dtc-checkout .divider span {
    background: var(--cream);
    padding: 0 16px;
    position: relative;
    z-index: 2;
}
.dtc-checkout .divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gray-light);
    z-index: 1;
}

/* Mobile : summary above form (CSS order) */
@media (max-width: 900px) {
    .dtc-checkout .checkout-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }
    .dtc-checkout .checkout-summary-side { order: -1 !important; }
}

/* Shipping methods cards */
.dtc-checkout .shipping-methods #shipping_method,
.dtc-checkout #shipping_method {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dtc-checkout #shipping_method li {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 16px 20px !important;
    background: white !important;
    border: 1px solid var(--gray-light) !important;
    border-radius: var(--radius) !important;
    margin: 0 0 8px 0 !important;
    cursor: pointer !important;
    transition: border-color .2s, background .2s !important;
    list-style: none !important;
}
.dtc-checkout #shipping_method li:has(input:checked) {
    border-color: var(--charcoal) !important;
    background: var(--cream) !important;
}
.dtc-checkout #shipping_method li input[type="radio"] {
    accent-color: var(--charcoal) !important;
    width: 18px !important; height: 18px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}
.dtc-checkout #shipping_method li label {
    flex: 1 !important;
    margin: 0 !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--charcoal) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
}
.dtc-checkout #shipping_method li label::after {
    content: attr(data-price);
    float: right;
    font-weight: 600;
    color: var(--charcoal);
}

/* PAYER avec montant button */
.dtc-checkout #place_order, .dtc-checkout .place-order-btn {
    background: var(--charcoal) !important;
    color: var(--cream) !important;
    width: 100% !important;
    padding: 18px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin-top: 16px !important;
    cursor: pointer !important;
    transition: background .2s !important;
    display: block !important;
    text-align: center !important;
    line-height: 1.2 !important;
}
.dtc-checkout #place_order:hover,
.dtc-checkout .place-order-btn:hover { background: var(--gold) !important; }
/* Strip <span class="amount"> from button text styling */
.dtc-checkout #place_order .amount,
.dtc-checkout .place-order-btn .amount {
    color: var(--cream) !important;
    font-weight: 600 !important;
}
.dtc-checkout #place_order .amount bdi,
.dtc-checkout .place-order-btn .amount bdi {
    color: var(--cream) !important;
}

/* Hide page-header H1 when on checkout (we use header.checkout-header now) */
body.woocommerce-checkout .checkout-title,
body.woocommerce-checkout .page-hero,
body.woocommerce-cart .page-hero { display: none !important; }

/* No-payment-info notice (when Stripe not configured) */
.dtc-checkout .wc-no-payment-info {
    list-style: none !important;
    padding: 16px 20px !important;
    background: var(--cream-2) !important;
    border-radius: var(--radius) !important;
    color: var(--gray) !important;
    font-size: 13px !important;
    display: flex !important; align-items: center !important; gap: 8px !important;
}
.dtc-checkout .wc-no-payment-info .lock { font-size: 16px; }

/* WC default checkout-page H1 hidden */
.woocommerce-checkout .checkout-page > .checkout-title,
.woocommerce-checkout h1.entry-title { display: none !important; }

/* ============ V7MAI MOBILE OVERFLOW FIX (Cart + Checkout) ============ */
/* Maquette mobile = TOUT tient dans 375px sans débordement */

@media (max-width: 480px) {
    /* Killer global overflow horizontal */
    html, body { overflow-x: hidden !important; }
    .cart-page .container,
    .checkout-page .container { padding-left: 12px !important; padding-right: 12px !important; max-width: 100% !important; box-sizing: border-box !important; }

    /* CART : Item card mobile compact */
    .cart-page .cart-item { padding: 12px !important; gap: 12px !important; }
    .cart-page .cart-item .img,
    .cart-page .cart-item .img a { width: 80px !important; flex-shrink: 0 !important; }
    .cart-page .cart-item .img img { width: 80px !important; height: 107px !important; aspect-ratio: 3/4; object-fit: cover; border-radius: 6px; }
    .cart-page .cart-item .info { min-width: 0 !important; flex: 1; }
    .cart-page .cart-item .info .name { font-size: 13px !important; line-height: 1.3 !important; max-height: 2.6em; overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
    .cart-page .cart-item .info .name a { color: var(--charcoal); text-decoration: none; }
    .cart-page .cart-item .info .var { font-size: 12px !important; margin: 4px 0 8px !important; }
    .cart-page .cart-item .info .controls { gap: 8px !important; }
    .cart-page .cart-item .info .qty-stepper { transform: scale(0.9); transform-origin: left center; }
    .cart-page .cart-item .price-col { padding: 8px 12px 0 0 !important; }
    .cart-page .cart-item .price-col .price-now { font-size: 18px !important; }

    /* CART summary mobile */
    .cart-page .cart-summary { padding: 20px !important; box-sizing: border-box; max-width: 100%; }
    .cart-page .cart-summary .summary-row { font-size: 13px !important; padding: 10px 0 !important; }
    .cart-page .cart-summary .summary-row.total { font-size: 16px !important; }

    /* Coupon section mobile - input + button INLINE compact */
    .cart-page .coupon-section .row { display: flex !important; gap: 6px !important; align-items: stretch; }
    .cart-page .coupon-section input { flex: 1; min-width: 0 !important; font-size: 12px !important; padding: 10px 12px !important; height: 42px !important; box-sizing: border-box; border-radius: 999px; }
    .cart-page .coupon-section button.button { padding: 0 16px !important; font-size: 11px !important; height: 42px !important; min-width: 0 !important; box-sizing: border-box; flex-shrink: 0; white-space: nowrap; border-radius: 999px; background: var(--charcoal) !important; color: white !important; letter-spacing: 0.05em !important; }

    /* Checkout button mobile - safe width */
    .cart-page .checkout-btn { padding: 14px 16px !important; font-size: 13px !important; letter-spacing: 0.04em !important; width: 100% !important; box-sizing: border-box !important; min-width: 0 !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

    /* Payment badges mobile compact - 5 sur 1 ligne */
    .cart-page .payments { gap: 4px !important; flex-wrap: nowrap !important; justify-content: center !important; padding: 12px 0 !important; }
    .cart-page .payments .pm,
    .cart-page .payments span { font-size: 9px !important; padding: 4px 6px !important; letter-spacing: 0.02em !important; flex-shrink: 1; min-width: 0; }
}

/* CHECKOUT : Cache le notice "Avez-vous un code promo" WC default */
.checkout-page .woocommerce-form-coupon-toggle,
.checkout-page .woocommerce-form-coupon,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-coupon { display: none !important; }

/* CHECKOUT mobile compact */
@media (max-width: 480px) {
    .checkout-page .form-section { padding: 20px 16px !important; }
    .checkout-page .form-section-title { font-size: 18px !important; padding-bottom: 12px !important; margin-bottom: 16px !important; }
    .dtc-checkout .place-order-btn,
    .dtc-checkout #place_order { padding: 16px 20px !important; font-size: 13px !important; letter-spacing: 0.04em !important; box-sizing: border-box !important; max-width: 100%; white-space: normal; }
}

/* ============ V8MAI iPhone < 480px : Fix overflow .cart-summary content ============ */
@media (max-width: 480px) {
    /* Force grid columns à respecter min-width: 0 (sinon contenu déborde) */
    .cart-page .cart-layout {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
    }
    .cart-page .cart-items,
    .cart-page .cart-summary {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .cart-page .cart-summary > *,
    .cart-page .cart-summary .summary-row,
    .cart-page .cart-summary .coupon-section,
    .cart-page .cart-summary .coupon-section .row {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
    /* summary-row : value à droite ne se shrink pas, label peut wrap */
    .cart-page .cart-summary .summary-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: baseline !important;
        gap: 8px !important;
    }
    .cart-page .cart-summary .summary-row > span:first-child {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cart-page .cart-summary .summary-row > span:last-child {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }

    /* Coupon section : input flex / button shrink */
    .cart-page .coupon-section .row {
        display: flex !important;
        gap: 6px !important;
        align-items: stretch !important;
    }
    .cart-page .coupon-section input[type="text"],
    .cart-page .coupon-section #coupon_code {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    .cart-page .coupon-section button[name="apply_coupon"],
    .cart-page .coupon-section button.button {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }

    /* Form parent woocommerce-cart-form */
    .cart-page .woocommerce-cart-form {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* ============ V9MAI SHOP : Aligné maquette DTC ============ */

/* Hero with subtitle and tabs */
.shop-hero { padding: 60px 0 24px; text-align: center; background: var(--cream); }
.shop-hero h1 { margin-bottom: 12px; font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 500; }
.shop-hero .shop-subtitle { color: var(--gray); max-width: 620px; margin: 0 auto 32px; font-size: 14px; line-height: 1.6; }

.shop-tabs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.shop-tab { 
    padding: 10px 18px; border: 1px solid var(--gray-light); border-radius: 999px;
    font-size: 13px; font-weight: 500; color: var(--charcoal);
    transition: all .2s; background: white; text-decoration: none;
}
.shop-tab:hover { border-color: var(--charcoal); }
.shop-tab.active { background: var(--charcoal); color: white; border-color: var(--charcoal); }

@media (max-width: 768px) {
    .shop-hero { padding: 32px 0 16px; }
    .shop-hero h1 { font-size: 32px; }
    .shop-tabs { 
        gap: 6px; flex-wrap: nowrap; overflow-x: auto; 
        padding: 8px 12px; -webkit-overflow-scrolling: touch;
        scrollbar-width: none; justify-content: flex-start;
    }
    .shop-tabs::-webkit-scrollbar { display: none; }
    .shop-tab { font-size: 12px; padding: 8px 14px; flex-shrink: 0; }
}

/* Toolbar */
.shop-toolbar {
    display: flex; justify-content: space-between; align-items: center;
    padding: 24px 0; border-bottom: 1px solid var(--gray-light);
    margin-bottom: 24px; gap: 12px;
}
.shop-count { font-size: 14px; color: var(--gray); }
.shop-actions { display: flex; gap: 12px; align-items: center; }
.shop-btn-filters {
    background: none; border: 1px solid var(--gray-light); padding: 8px 14px;
    border-radius: 999px; font-size: 13px; color: var(--charcoal); cursor: pointer;
    display: inline-flex; align-items: center; gap: 6px;
}
.shop-btn-filters:hover { border-color: var(--charcoal); }
.shop-actions select.orderby {
    padding: 8px 14px; border: 1px solid var(--gray-light); border-radius: 999px;
    background: white; font-size: 13px; color: var(--charcoal); cursor: pointer;
}

@media (min-width: 901px) {
    .shop-btn-filters { display: none; }
}

/* Layout */
.shop-layout {
    display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 32px;
}
@media (max-width: 900px) {
    .shop-layout { grid-template-columns: 1fr; gap: 16px; }
    .filters { display: none; padding: 16px; background: var(--cream-2); border-radius: var(--radius); }
    .filters.open { display: block; }
}

/* Sidebar filters */
.filters { padding-right: 8px; }
.filter-group { padding: 24px 0; border-bottom: 1px solid var(--gray-light); }
.filter-group:first-child { padding-top: 0; }
.filter-group:last-child { border-bottom: none; }
.filter-group h3 { 
    font-family: 'Inter', sans-serif !important; font-size: 13px !important; font-weight: 600 !important;
    text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; color: var(--charcoal);
}

.filter-item {
    display: flex; align-items: center; gap: 8px; padding: 6px 0;
    cursor: pointer; font-size: 14px; color: var(--charcoal);
}
.filter-item:hover { color: var(--gold); }
.filter-item input[type="checkbox"] {
    width: 16px; height: 16px; accent-color: var(--charcoal); cursor: pointer; flex-shrink: 0;
}
.filter-item .swatch {
    width: 14px; height: 14px; border-radius: 50%;
    border: 1px solid var(--gray-light); flex-shrink: 0;
    background-size: cover; background-position: center;
}
.filter-item .count { color: var(--gray); font-size: 12px; margin-left: auto; flex-shrink: 0; }
.filter-item .cat-link { color: inherit; text-decoration: none; flex: 1; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.filter-item .cat-link.active { color: var(--gold); font-weight: 600; }

/* Size chips */
.size-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.size-chip {
    padding: 8px 12px; border: 1px solid var(--gray-light); border-radius: 6px;
    font-size: 13px; cursor: pointer; min-width: 36px; text-align: center;
    background: white; color: var(--charcoal); transition: all .2s;
    user-select: none;
}
.size-chip:hover { border-color: var(--charcoal); }
.size-chip.active { background: var(--charcoal); color: white; border-color: var(--charcoal); }

/* Filter reset */
.filter-reset {
    display: inline-block; margin-top: 16px; font-size: 13px; color: var(--gold);
    text-decoration: underline; cursor: pointer;
}

/* Grille shop : 3 cols desktop, 2 cols tablet, 2 cols mobile */
.shop-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    margin-bottom: 32px;
}
@media (max-width: 900px) { .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 480px) { .shop-grid { gap: 8px; } }

/* Product card already styled in common.css */
.shop-grid .product-card .img-wrap { aspect-ratio: 3/4; border-radius: var(--radius); }
.shop-grid .product-card .name { font-size: 14px; line-height: 1.3; }
.shop-grid .product-card .price { font-size: 14px; color: var(--gray); }
.shop-grid .product-card .price ins { text-decoration: none; color: var(--charcoal); font-weight: 500; }
.shop-grid .product-card .price del { color: var(--gray); margin-right: 4px; font-size: 12px; }

/* Load more + progress */
.shop-loadmore-wrap { text-align: center; padding: 32px 0 64px; }
.btn-loadmore {
    display: inline-block; padding: 14px 40px;
    background: white; border: 1px solid var(--charcoal); color: var(--charcoal);
    border-radius: 999px; font-size: 13px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em;
    text-decoration: none; cursor: pointer; transition: all .2s;
}
.btn-loadmore:hover { background: var(--charcoal); color: white; }
.shop-progress { margin-top: 16px; font-size: 13px; color: var(--gray); }

/* Hide WC default pagination (we use load-more) */
.woocommerce-pagination { display: none !important; }

/* Categories WC sidebar fallback */
.filters .product-categories,
.filters .widget_product_categories { display: none !important; }

/* ============ V10MAI MOBILE MENU DRAWER ============ */
@media (max-width: 900px) {
    .nav {
        position: fixed;
        top: 0; left: -100%;
        width: 80%; max-width: 320px; height: 100vh;
        background: var(--cream);
        flex-direction: column !important;
        gap: 0 !important;
        padding: 80px 24px 24px;
        box-shadow: 2px 0 16px rgba(0,0,0,0.1);
        transition: left .3s ease;
        z-index: 1000;
        display: flex !important;
        overflow-y: auto;
    }
    .nav.open { left: 0; }
    .nav a {
        padding: 16px 0 !important;
        border-bottom: 1px solid var(--gray-light) !important;
        font-size: 16px;
        font-weight: 500;
        color: var(--charcoal);
        text-decoration: none;
    }
    .nav-overlay {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
    }
    .nav-overlay.open {
        opacity: 1;
        pointer-events: auto;
    }
    .nav-close {
        position: absolute;
        top: 20px; right: 20px;
        background: none; border: none;
        font-size: 24px;
        cursor: pointer;
        color: var(--charcoal);
        padding: 8px;
        z-index: 1001;
    }
    body.menu-open { overflow: hidden; }
}

/* ============ V11MAI HEADER ICONS — SVG alignment ============ */
.header .icon-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border: none !important;
    color: var(--charcoal) !important;
    cursor: pointer !important;
    padding: 8px !important;
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    position: relative;
    transition: color .2s;
}
.header .icon-btn:hover { color: var(--gold) !important; }
.header .icon-btn svg { display: block; }
.header .icon-btn .badge.cart-count {
    position: absolute;
    top: 2px; right: 2px;
    background: var(--charcoal);
    color: var(--cream);
    border-radius: 50%;
    min-width: 18px; height: 18px;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}
.header-actions { display: flex; align-items: center; gap: 4px; }

/* Mobile : nav-close button utilise SVG aussi (close X) */
@media (max-width: 900px) {
    .menu-burger { width: 40px; height: 40px; padding: 8px !important; }
    .header .icon-btn { width: 38px; height: 38px; padding: 6px !important; }
}

/* ============ V11MAI MOBILE DRAWER — Refonte luxe ============ */
@media (max-width: 900px) {
    /* Drawer */
    .nav {
        position: fixed !important;
        top: 0 !important; left: -100% !important;
        width: 85% !important; max-width: 360px !important;
        height: 100vh !important; height: 100dvh !important;
        background: #FAFAF7 !important;
        background-color: #FAFAF7 !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 !important;
        box-shadow: 4px 0 32px rgba(0,0,0,0.18) !important;
        transition: left .35s cubic-bezier(.22, .61, .36, 1) !important;
        z-index: 1100 !important;
        display: flex !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    .nav.open { left: 0 !important; }

    /* Header drawer (logo + close) */
    .nav::before {
        content: 'CombiCérémonie';
        display: block;
        font-family: 'Cormorant Garamond', serif;
        font-size: 24px;
        font-weight: 500;
        color: #1C1917;
        padding: 28px 28px 0;
        letter-spacing: 0.01em;
    }
    .nav-close {
        position: absolute !important;
        top: 24px !important; right: 20px !important;
        background: none !important; border: none !important;
        font-size: 0 !important;
        cursor: pointer !important;
        color: #1C1917 !important;
        padding: 8px !important;
        z-index: 1101 !important;
        width: 36px; height: 36px;
        display: inline-flex; align-items: center; justify-content: center;
    }
    .nav-close::before {
        content: '';
        width: 18px; height: 18px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C1917' stroke-width='1.5' stroke-linecap='round'><line x1='5' y1='5' x2='19' y2='19'/><line x1='19' y1='5' x2='5' y2='19'/></svg>");
        background-size: contain; background-repeat: no-repeat;
        display: block;
    }

    /* Items - clean ul/li, no bullets */
    .nav ul,
    .nav .menu,
    .nav nav ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .nav ul li,
    .nav .menu li,
    .nav li {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(28, 25, 23, 0.08) !important;
    }
    .nav ul li::before,
    .nav .menu li::before,
    .nav li::before { content: none !important; display: none !important; }
    .nav ul li:first-child { margin-top: 32px !important; border-top: 1px solid rgba(28, 25, 23, 0.08) !important; }

    .nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 18px 28px !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #1C1917 !important;
        text-decoration: none !important;
        background: transparent !important;
        border: none !important;
        letter-spacing: 0.02em !important;
        transition: background .15s, color .15s;
    }
    .nav a:hover, .nav a:active {
        background: rgba(184, 152, 106, 0.08) !important;
        color: #B8986A !important;
        border: none !important;
    }
    .nav a::after {
        content: '';
        width: 14px; height: 14px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8986A' stroke-width='1.5' stroke-linecap='round'><polyline points='9 6 15 12 9 18'/></svg>");
        background-size: contain; background-repeat: no-repeat;
        opacity: 0.6;
    }

    /* Overlay backdrop */
    .nav-overlay {
        position: fixed !important; inset: 0 !important;
        background: rgba(0, 0, 0, 0.5) !important;
        z-index: 1090 !important;
        opacity: 0; pointer-events: none;
        transition: opacity .35s ease;
    }
    .nav-overlay.open { opacity: 1; pointer-events: auto; }

    body.menu-open { overflow: hidden !important; }
}

/* Override extreme : wp menu lists styling */
@media (max-width: 900px) {
    .nav > ul,
    nav.nav > ul,
    .nav .menu-main-menu-container,
    .nav .menu-main-menu-container > ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* ============ V12MAI — Sticky bar fiche produit + doublon Size + espacement shop ============ */

/* Sticky bar : layout propre 1 ligne */
.sticky-bar {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: white;
    border-top: 1px solid var(--gray-light);
    box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
    z-index: 100;
    padding: 12px 0;
}
.sticky-bar .sticky-bar-inner {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 16px !important;
}
.sticky-bar .info {
    min-width: 0; /* permet ellipsis */
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sticky-bar .info .name {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--charcoal) !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
}
.sticky-bar .info .price {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--charcoal) !important;
    line-height: 1 !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
}
.sticky-bar .info .price ins,
.sticky-bar .info .price .amount,
.sticky-bar .info .price bdi {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    color: var(--charcoal) !important;
}
.sticky-bar .btn {
    padding: 12px 24px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

/* Cacher la sticky bar sur desktop (déjà ATC visible dans la section produit) */
@media (min-width: 901px) {
    .sticky-bar { display: none !important; }
}

/* Doublon "Size" attribute → masquer le 2e si le 1er "Taille" existe.
   Note: WC affiche les attributes dans .variations. On cible le tr "size" en ciblant le label */
.variations tr.size,
.variations tr[class*="size"]:not(.taille):not([class*="taille"]) {
    /* leave default — better to handle via PHP filter */
}
/* Hide custom "Size" attribute label that duplicates Taille */
.variations label[for="size"],
.variations label[for*="pa_size"] {
    /* safety: if both Taille & Size present, the PHP filter below removes Size */
}

/* Shop : réduire l'écart vertical entre rangées de produits */
.shop-grid, .products {
    gap: 24px 16px !important; /* était trop grand */
}
@media (max-width: 700px) {
    .shop-grid, .products {
        gap: 18px 12px !important;
    }
    .product-card .product-info,
    .shop-grid .product-card { margin-top: 0 !important; }
}

/* Compact product card on mobile shop */
@media (max-width: 700px) {
    .product-card .price,
    .shop-grid .product-card .price,
    .products .product .price {
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }
    .product-card h3,
    .product-card .product-title,
    .shop-grid .product-card .name {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin: 8px 0 4px !important;
        min-height: auto !important;
    }
}

/* Reass section : compact + propre */
.reass {
    background: var(--charcoal) !important;
    color: var(--cream) !important;
    padding: 28px 0 !important;
}
.reass-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    text-align: center;
}
.reass-item .icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(184, 152, 106, 0.18);
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.reass-item .title {
    font-size: 13px;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 2px;
}
.reass-item .desc {
    font-size: 11px;
    color: rgba(245, 240, 232, 0.65);
}

@media (max-width: 700px) {
    .reass {
        padding: 18px 0 !important;
    }
    .reass-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px 12px !important;
    }
    .reass-item .icon {
        width: 32px; height: 32px;
    }
    .reass-item .icon svg {
        width: 20px; height: 20px;
    }
    .reass-item .title {
        font-size: 12px;
    }
    .reass-item .desc {
        font-size: 10px;
    }
    /* Sur fiche produit, la reass est cachée derrière la sticky-bar : padding bottom body */
    body.single-product { padding-bottom: 80px !important; }
    .reass { display: none !important; }
}

/* Cleanup : amp; entity dans breadcrumb produit */
.product-cat, .breadcrumbs { text-transform: none !important; }


/* V13MAI — Force Inter on all sticky-bar descendants */
.sticky-bar, .sticky-bar *, .sticky-bar .price, .sticky-bar .price *,
.sticky-bar .woocommerce-Price-amount, .sticky-bar .amount,
.sticky-bar .woocommerce-Price-currencySymbol {
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0 !important;
}
.sticky-bar .price, .sticky-bar .price .amount, .sticky-bar .price bdi, .sticky-bar .price .woocommerce-Price-amount {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1C1917 !important;
    font-family: 'Inter', sans-serif !important;
}
.sticky-bar .info .name, .sticky-bar .name {
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
}


/* ============ V14MAI — Search overlay + swatch active states ============ */

/* Swatch active state */
.k-swatches .k-swatch {
    background: white;
    border: 1px solid var(--gray-light);
    border-radius: 6px;
    padding: 12px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--charcoal);
    cursor: pointer;
    min-width: 48px;
    transition: all .2s;
}
.k-swatches .k-swatch:hover { border-color: var(--charcoal); }
.k-swatches .k-swatch.active {
    background: var(--charcoal);
    color: white;
    border-color: var(--charcoal);
}

/* Search overlay */
.cc-search-overlay {
    position: fixed; inset: 0;
    background: rgba(28, 25, 23, 0.55);
    backdrop-filter: blur(4px);
    z-index: 10000;
    opacity: 0; visibility: hidden;
    transition: opacity .25s, visibility .25s;
    display: flex;
    align-items: flex-start;
    padding-top: 12vh;
    justify-content: center;
}
.cc-search-overlay.open { opacity: 1; visibility: visible; }
.cc-search-inner {
    background: var(--cream);
    width: 92%; max-width: 640px;
    border-radius: 16px;
    padding: 32px 24px 24px;
    position: relative;
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}
.cc-search-close {
    position: absolute;
    top: 16px; right: 16px;
    background: none; border: none;
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: var(--charcoal);
    transition: background .15s;
}
.cc-search-close:hover { background: rgba(0,0,0,0.05); }
.cc-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid var(--gray-light);
    padding-bottom: 12px;
    margin-top: 8px;
}
.cc-search-form input[type="search"] {
    width: 100%;
    border: none; outline: none;
    background: transparent;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--charcoal);
    padding: 10px 0;
}
.cc-search-form input[type="search"]::placeholder { color: var(--gray); font-style: italic; }
.cc-search-submit {
    background: var(--charcoal); color: var(--cream);
    border: none; border-radius: 50%;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background .15s;
}
.cc-search-submit:hover { background: var(--gold); }
.cc-search-hints {
    margin-top: 16px;
    font-size: 12px;
    color: var(--gray);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Body lock when overlay open */
body.search-open, body.menu-open { overflow: hidden; }

/* Mobile sticky bar : ensure button text doesn't get truncated */
@media (max-width: 480px) {
    .sticky-bar .btn {
        padding: 12px 18px !important;
        font-size: 12px !important;
    }
}

/* Top bar promo : add code coupon visible */
.top-bar.cc-vp-bar, .top-bar {
    background: var(--charcoal) !important;
    color: var(--cream) !important;
    text-align: center !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    letter-spacing: 0.04em;
}
.top-bar .promo-code, .top-bar strong {
    color: var(--gold) !important;
    font-weight: 600 !important;
}

/* ============ V16MAI — Email popup luxe + shake animation ============ */

@keyframes cc-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}

/* Email Popup */
.cc-email-popup {
    position: fixed; inset: 0;
    z-index: 10001;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.cc-email-popup.open { opacity: 1; visibility: visible; }
.cc-email-popup-overlay {
    position: absolute; inset: 0;
    background: rgba(28, 25, 23, 0.65);
    backdrop-filter: blur(6px);
}
.cc-email-popup-card {
    position: relative;
    background: var(--cream, #FAFAF7);
    border-radius: 18px;
    width: 100%;
    max-width: 440px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25);
    transform: scale(.96);
    transition: transform .3s cubic-bezier(.16,1,.3,1);
}
.cc-email-popup.open .cc-email-popup-card { transform: scale(1); }

.cc-popup-close {
    position: absolute;
    top: 14px; right: 14px;
    background: rgba(255,255,255,0.9);
    border: none;
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: var(--charcoal, #1C1917);
    z-index: 2;
    transition: background .15s;
}
.cc-popup-close:hover { background: white; }

.cc-popup-visual {
    background: linear-gradient(135deg, #1C1917 0%, #2c2724 100%);
    color: var(--cream, #FAFAF7);
    padding: 36px 24px 24px;
    text-align: center;
    position: relative;
}
.cc-popup-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(184, 152, 106, 0.25), transparent 50%),
                      radial-gradient(circle at 80% 70%, rgba(184, 152, 106, 0.15), transparent 50%);
    pointer-events: none;
}
.cc-popup-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
    background: linear-gradient(90deg, var(--cream, #FAFAF7), #B8986A 50%, var(--cream, #FAFAF7));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}
.cc-popup-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #B8986A;
    position: relative;
    z-index: 1;
}

.cc-popup-body {
    padding: 30px 28px 26px;
    text-align: center;
}
.cc-popup-body h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 500;
    color: var(--charcoal, #1C1917);
    margin: 0 0 14px;
    line-height: 1.1;
    letter-spacing: 0;
}
.cc-popup-body h2 strong {
    font-weight: 600;
    color: #B8986A;
}
.cc-popup-sub {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0 0 24px;
    line-height: 1.5;
}

.cc-popup-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cc-popup-form input[type="email"] {
    width: 100%;
    border: 1px solid #e5e5e0;
    background: white;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}
.cc-popup-form input[type="email"]:focus {
    border-color: #B8986A;
    box-shadow: 0 0 0 3px rgba(184, 152, 106, 0.15);
}
.cc-popup-form button {
    width: 100%;
    background: var(--charcoal, #1C1917);
    color: var(--cream, #FAFAF7);
    border: none;
    padding: 15px 24px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s;
}
.cc-popup-form button:hover { background: #B8986A; }

.cc-popup-decline {
    margin-top: 16px;
    text-align: center;
}
.cc-popup-decline a {
    font-size: 12px;
    color: #999;
    text-decoration: underline;
}

/* Success state */
.cc-popup-success {
    text-align: center;
    padding: 8px 0;
}
.cc-popup-check {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: #B8986A;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}
.cc-popup-success h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 6px;
    color: var(--charcoal, #1C1917);
}
.cc-popup-success > p {
    font-size: 13px;
    color: #666;
    margin: 0 0 14px;
}
.cc-popup-code {
    background: #1C1917;
    color: #B8986A;
    padding: 16px;
    border-radius: 12px;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
    border: 1px dashed rgba(184, 152, 106, 0.4);
}
.cc-popup-fineprint {
    font-size: 11px;
    color: #999;
    margin: 0 0 18px;
}
.cc-popup-shop {
    background: var(--charcoal, #1C1917);
    color: var(--cream, #FAFAF7);
    border: none;
    padding: 13px 28px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s;
}
.cc-popup-shop:hover { background: #B8986A; }

body.popup-open { overflow: hidden; }

@media (max-width: 480px) {
    .cc-email-popup-card { max-width: 100%; }
    .cc-popup-body h2 { font-size: 30px; }
    .cc-popup-visual { padding: 28px 20px 20px; }
    .cc-popup-body { padding: 24px 22px 22px; }
}

/* ============ V18MAI — Fix drawer stacking context ============ */
@media (max-width: 900px) {
    body.menu-open .header {
        z-index: 1102 !important;
        background: #FAFAF7 !important;
        backdrop-filter: none !important;
    }
    body.menu-open .nav {
        z-index: 1102 !important;
        background: #FFFFFF !important;
    }
    body .nav { background: #FFFFFF !important; }
    body .nav ul li a { color: #1C1917 !important; }
    body .nav::before { color: #1C1917 !important; }
    body .nav-close { color: #1C1917 !important; }
    body .nav ul li { border-bottom: 1px solid rgba(184, 152, 106, 0.12) !important; }
}

/* ============ V19MAI — Promo banner sur fiche produit ============ */
.promo-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #fdf6ec 0%, #f7eedb 100%);
    border: 1px solid rgba(184, 152, 106, 0.3);
    border-radius: 12px;
    padding: 14px 16px;
    margin: 14px 0 18px;
}
.promo-banner-icon {
    flex-shrink: 0;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #B8986A;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
}
.promo-banner-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.3;
}
.promo-banner-headline {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1C1917;
    letter-spacing: 0;
}
.promo-banner-sub {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #5b5247;
}
.promo-banner-sub .amount, .promo-banner-sub .woocommerce-Price-amount {
    font-weight: 600;
    color: #B8986A;
    font-family: "Inter", sans-serif !important;
}
.promo-banner-sub strong {
    background: #1C1917;
    color: #B8986A;
    padding: 2px 8px;
    border-radius: 6px;
    font-family: "JetBrains Mono", "Courier New", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    margin-left: 4px;
}
@media (max-width: 480px) {
    .promo-banner { padding: 12px 14px; gap: 12px; }
    .promo-banner-icon { width: 34px; height: 34px; }
    .promo-banner-headline { font-size: 12px; }
    .promo-banner-sub { font-size: 11px; }
}

/* ============ V20MAI — Promo card luxe minimaliste ============ */
.promo-card {
    background: #FFFFFF;
    border: 1px solid rgba(184, 152, 106, 0.25);
    border-radius: 14px;
    padding: 18px 20px;
    margin: 14px 0 18px;
    position: relative;
    overflow: hidden;
}
.promo-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 3px;
    background: #B8986A;
}
.promo-card-eyebrow {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #B8986A;
    margin-bottom: 8px;
}
.promo-card-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.promo-card-headline {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 500;
    color: #1C1917;
    letter-spacing: 0;
    line-height: 1.1;
}
.promo-card-percent {
    color: #B8986A;
    font-weight: 600;
}
.promo-card-newprice {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 500;
    color: #1C1917;
    letter-spacing: 0;
    white-space: nowrap;
}
.promo-card-newprice .amount, .promo-card-newprice .woocommerce-Price-amount {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #1C1917 !important;
}
.promo-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 10px;
    border-top: 1px solid rgba(184, 152, 106, 0.15);
}
.promo-card-meta-text {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #6b6359;
    letter-spacing: 0;
}
.promo-card-code {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    background: #1C1917;
    color: #FAFAF7;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .15s;
}
.promo-card-code:hover { background: #B8986A; }

@media (max-width: 480px) {
    .promo-card { padding: 16px 18px; }
    .promo-card-headline { font-size: 20px; }
    .promo-card-newprice { font-size: 22px; }
    .promo-card-newprice .amount { font-size: 22px !important; }
    .promo-card-meta-text { font-size: 11px; }
}

/* ============ V21MAI — Promo line minimaliste (1 ligne fine) ============ */
.promo-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 8px 0 4px;
    margin: 6px 0 14px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #6b6359;
    line-height: 1.4;
}
.promo-line-text {
    color: #6b6359;
}
.promo-line-text .amount, .promo-line-text .woocommerce-Price-amount {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #B8986A !important;
}
.promo-line-code {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #1C1917;
    background: rgba(184, 152, 106, 0.14);
    padding: 4px 9px;
    border-radius: 4px;
    cursor: pointer;
    transition: background .15s, color .15s;
    user-select: all;
}
.promo-line-code:hover { background: #1C1917; color: #B8986A; }

/* ============ V22MAI — Promo ticket (mid-size, classy) ============ */
.promo-ticket {
    display: flex;
    align-items: stretch;
    background: #FAFAF7;
    border: 1px solid rgba(184, 152, 106, 0.28);
    border-radius: 10px;
    margin: 12px 0 18px;
    overflow: hidden;
    position: relative;
}
.promo-ticket::before, .promo-ticket::after {
    content: "";
    position: absolute;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.promo-ticket::before { left: -5px; border-right: 1px solid rgba(184, 152, 106, 0.28); }
.promo-ticket::after { right: -5px; border-left: 1px solid rgba(184, 152, 106, 0.28); }

.promo-ticket-left {
    flex-shrink: 0;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1C1917 0%, #2c2724 100%);
    color: #B8986A;
    min-width: 80px;
}
.promo-ticket-percent {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}
.promo-ticket-percent small {
    font-size: 14px;
    font-weight: 500;
    margin-left: 1px;
    vertical-align: top;
}

.promo-ticket-divider {
    width: 1px;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 4px, rgba(184, 152, 106, 0.4) 4px, rgba(184, 152, 106, 0.4) 8px, transparent 8px, transparent 12px);
    background-size: 1px 12px;
    background-repeat: repeat-y;
    flex-shrink: 0;
}

.promo-ticket-body {
    flex: 1;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}
.promo-ticket-line1 {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #B8986A;
}
.promo-ticket-line2 {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #6b6359;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.promo-ticket-newprice {
    font-weight: 600;
    color: #1C1917;
}
.promo-ticket-newprice .amount, .promo-ticket-newprice .woocommerce-Price-amount {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #1C1917 !important;
}
.promo-ticket-code {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #FAFAF7;
    background: #1C1917;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .15s;
}
.promo-ticket-code:hover { background: #B8986A; color: #1C1917; }

@media (max-width: 380px) {
    .promo-ticket-left { padding: 12px 14px; min-width: 70px; }
    .promo-ticket-percent { font-size: 24px; }
    .promo-ticket-body { padding: 10px 14px; }
    .promo-ticket-line1 { font-size: 10px; }
    .promo-ticket-line2 { font-size: 11px; }
}

/* ============ V23MAI — Promo pill arrow + spacing tight ============ */
.promo-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0 10px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #1C1917;
    line-height: 1;
}
.promo-pill-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #1C1917;
    color: #B8986A;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 7px 12px 7px 10px;
    border-radius: 4px 0 0 4px;
}
.promo-pill-tag::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0; height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #1C1917;
}
.promo-pill-text {
    color: #1C1917;
    letter-spacing: 0.01em;
    margin-left: 8px;
}
.promo-pill-text strong {
    font-weight: 700;
    color: #B8986A;
    letter-spacing: 0.04em;
}

/* Spacing tight on product page : prix → coupon → ATC */
.product-detail h1, .single-product .product-title {
    margin-bottom: 6px !important;
}
.product-summary .short-desc, .product-summary p {
    margin: 4px 0 10px !important;
}
.price-block {
    margin: 4px 0 0 !important;
}
.price-info {
    margin: 2px 0 6px !important;
    font-size: 12px;
}
.atc-section {
    margin-top: 10px !important;
}

@media (max-width: 480px) {
    .promo-pill { font-size: 12px; gap: 10px; margin: 4px 0 8px; }
    .promo-pill-tag { font-size: 12px; padding: 6px 10px 6px 9px; }
    .promo-pill-tag::after { border-top-width: 12px; border-bottom-width: 12px; }
    .promo-pill-text { font-size: 12px; margin-left: 6px; }
}

/* ============ V24MAI — Polish humain : microinteractions, transitions, details ============ */

/* Smooth scroll global */
html { scroll-behavior: smooth; }
html, body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }

/* ::selection branding */
::selection { background: rgba(184, 152, 106, 0.3); color: #1C1917; }

/* Focus rings unifiés (a11y) */
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .k-swatch:focus-visible {
    outline: 2px solid rgba(184, 152, 106, 0.6);
    outline-offset: 2px;
    border-radius: 6px;
}
input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: none;
    border-color: #B8986A !important;
    box-shadow: 0 0 0 3px rgba(184, 152, 106, 0.18) !important;
}

/* Button — pression haptique visuelle */
.btn, button.btn-primary, .single_add_to_cart_button, .checkout-btn, .promo-pill-tag {
    transition: background .25s cubic-bezier(.16,1,.3,1), color .25s, transform .12s ease, box-shadow .25s;
}
.btn:active, button.btn-primary:active, .single_add_to_cart_button:active, .checkout-btn:active {
    transform: scale(0.98);
}

/* Loading state ATC button */
.single_add_to_cart_button.loading, .btn.loading {
    opacity: 0.7;
    cursor: wait;
    pointer-events: none;
    position: relative;
}
.single_add_to_cart_button.loading::after, .btn.loading::after {
    content: "";
    width: 14px; height: 14px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: rgba(255,255,255,1);
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    animation: cc-spin 0.7s linear infinite;
}
@keyframes cc-spin { to { transform: rotate(360deg); } }

/* Success state */
.single_add_to_cart_button.success { background: #2d8a4f !important; }

/* Image zoom on hover (desktop) */
@media (hover: hover) and (pointer: fine) {
    .product-card .product-img, .shop-grid .product-card img {
        transition: transform .8s cubic-bezier(.16,1,.3,1);
    }
    .product-card:hover .product-img, .shop-grid .product-card:hover img {
        transform: scale(1.04);
    }
    .product-card { transition: box-shadow .25s; }
    .product-card:hover { box-shadow: 0 12px 28px rgba(28, 25, 23, 0.08); }
}

/* Card lift sur cross-sell + product cards */
.cross-sells-grid .product-card, .related-products .product-card {
    transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .25s;
}
.cross-sells-grid .product-card:hover, .related-products .product-card:hover {
    transform: translateY(-4px);
}

/* Swatches : hover scale subtil */
.k-swatch {
    transition: all .2s cubic-bezier(.16,1,.3,1);
}
.k-swatch:hover {
    transform: translateY(-1px);
    border-color: #1C1917;
}
.k-swatch.active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(28, 25, 23, 0.15);
}

/* Accordion chevron rotate */
.acc .chev {
    display: inline-block;
    transition: transform .25s cubic-bezier(.16,1,.3,1);
    margin-left: auto;
    color: #B8986A;
    font-size: 18px;
}
.acc.open .chev {
    transform: rotate(180deg);
}
.acc-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}
.acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s cubic-bezier(.16,1,.3,1), padding .25s;
    padding: 0 0;
}
.acc.open .acc-body {
    max-height: 1500px;
    padding: 12px 0 4px;
}

/* Header logo subtile attention */
.logo a, .header .logo {
    transition: opacity .2s, letter-spacing .3s;
}
.logo a:hover {
    opacity: 0.85;
}

/* Header icon hover */
.header .icon-btn {
    transition: color .2s cubic-bezier(.16,1,.3,1), background .2s;
    border-radius: 50%;
}
.header .icon-btn:hover {
    color: #B8986A !important;
}

/* Cart count badge — pop animation when changed */
.badge.cart-count.bump {
    animation: cc-bump 0.5s cubic-bezier(.16,1,.3,1);
}
@keyframes cc-bump {
    0% { transform: scale(1); }
    25% { transform: scale(1.3); }
    50% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

/* Page enter fade-in */
main, .product-detail, .shop-layout, .checkout-page, .cart-page {
    animation: cc-fade-in .5s cubic-bezier(.16,1,.3,1);
}
@keyframes cc-fade-in {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Stagger product cards (subtle delay per child) */
.shop-grid .product-card, .products .product, .cross-sells-grid .product-card {
    animation: cc-card-in .6s cubic-bezier(.16,1,.3,1) both;
    animation-delay: calc(var(--idx, 0) * 60ms);
}
@keyframes cc-card-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Smooth modals/drawers/overlays */
.cc-search-overlay, .cc-email-popup, .nav, .nav-overlay {
    will-change: opacity, transform;
}

/* Hide scroll bar (drawer + popup) without removing function */
.nav, .cc-popup-body {
    scrollbar-width: thin;
    scrollbar-color: rgba(184, 152, 106, 0.4) transparent;
}
.nav::-webkit-scrollbar, .cc-popup-body::-webkit-scrollbar { width: 4px; }
.nav::-webkit-scrollbar-thumb, .cc-popup-body::-webkit-scrollbar-thumb {
    background: rgba(184, 152, 106, 0.4);
    border-radius: 2px;
}

/* Toast notification */
.cc-toast {
    position: fixed;
    bottom: 20px; left: 50%;
    transform: translateX(-50%) translateY(120%);
    background: #1C1917;
    color: #FAFAF7;
    padding: 12px 24px;
    border-radius: 999px;
    font: 500 13px 'Inter', sans-serif;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    z-index: 10005;
    transition: transform .35s cubic-bezier(.16,1,.3,1), opacity .35s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cc-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.cc-toast .check {
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #B8986A;
    color: #1C1917;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

/* Stock low indicator (à venir, ready à activer) */
.stock-low {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #c84d3a;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
}
.stock-low::before {
    content: "";
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #c84d3a;
    animation: cc-pulse 1.5s ease-in-out infinite;
}
@keyframes cc-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* High-DPI optimisation */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header .icon-btn svg { stroke-width: 1.4; }
    .promo-pill-tag::after { transform: translateZ(0); }
}

/* Image lazy fade-in */
img.lazyloaded, img[loading="lazy"] {
    opacity: 0;
    transition: opacity .4s ease;
}
img.lazyloaded.loaded, img[loading="lazy"][src] {
    opacity: 1;
}

/* Polish typo : kerning + optical sizing */
h1, h2, h3, .product-title {
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
    text-rendering: optimizeLegibility;
}

/* ============ V25MAI — Compactage agressif fiche produit ============ */
/* Mamadou: trop d espace partout, on serre */

/* Variations form WC (table .variations) */
.product-detail .variations,
.product-summary .variations {
    margin: 0 0 8px !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}
.variations tr {
    display: block !important;
    margin-bottom: 10px !important;
}
.variations tr:last-child { margin-bottom: 6px !important; }
.variations th.label {
    display: block !important;
    padding: 0 0 6px !important;
    text-align: left !important;
}
.variations th.label label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1C1917 !important;
    margin: 0 !important;
}
.variations td.value {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
}
.variations .reset_variations {
    font-size: 11px !important;
    color: #6b6359 !important;
    margin-top: 4px !important;
    display: inline-block !important;
}

/* Swatches groupes : moins de gap entre groups */
.k-swatches { margin-bottom: 0 !important; }
.k-swatches .k-swatch {
    padding: 9px 14px !important;
    min-width: 42px !important;
    font-size: 13px !important;
}

/* Espace AVANT le bouton ATC */
.atc-section,
.product-detail .single_add_to_cart_button,
.cart .single_add_to_cart_button,
form.cart .button.alt {
    margin-top: 8px !important;
}

/* Bouton ATC — moins de padding */
.single_add_to_cart_button, button.single_add_to_cart_button {
    padding: 14px 24px !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
}

/* Quantity input */
.cart .quantity, .product-detail .quantity { margin-bottom: 0 !important; }
.cart .quantity .qty {
    padding: 8px !important;
    width: 60px !important;
}

/* Réassurance liste : items collés */
.prod-reass {
    margin: 12px 0 16px !important;
    border-top: 1px solid rgba(184, 152, 106, 0.18);
    padding-top: 12px !important;
}
.prod-reass .item {
    padding: 6px 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}
.prod-reass .item .icon {
    width: 28px !important;
    height: 28px !important;
    color: #B8986A !important;
    flex-shrink: 0;
}

/* Accordions : moins de padding */
.acc {
    border-top: 1px solid rgba(184, 152, 106, 0.18) !important;
    margin: 0 !important;
}
.acc:last-child { border-bottom: 1px solid rgba(184, 152, 106, 0.18) !important; }
.acc-head {
    padding: 14px 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background: none !important;
    border: none !important;
    color: #1C1917 !important;
}
.acc.open .acc-head { padding: 14px 0 8px !important; }

/* Gallery : compact aussi */
.gallery-thumbs {
    margin-top: 8px !important;
    gap: 6px !important;
}

/* Header padding réduit */
.header { padding: 12px 0 !important; }
.trust-bar {
    padding: 7px 12px !important;
    font-size: 11px !important;
}

/* Footer compact */
.footer { padding: 32px 0 16px !important; }
.footer-grid {
    gap: 24px 16px !important;
    margin-bottom: 20px !important;
}
.footer-col h4 { margin-bottom: 10px !important; font-size: 13px !important; }
.footer-col ul li { margin-bottom: 6px !important; line-height: 1.4; }
.footer-col ul li a { font-size: 13px !important; }
.footer-bottom { padding-top: 14px !important; font-size: 12px; }

/* Reass section: compact (4 items en 2 colonnes mobile) */
.reass {
    padding: 18px 0 !important;
}
.reass-grid {
    gap: 14px !important;
}
.reass-item .icon {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 4px !important;
}
.reass-item .title { font-size: 12px !important; margin-bottom: 1px !important; }
.reass-item .desc { font-size: 10px !important; }

/* Sections homepage (si présentes) : padding réduit */
.section, section.cta, .home-section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

/* Cross-sells / related : compact */
.section-head { margin-bottom: 12px !important; padding-top: 24px !important; }
.section-head .eyebrow { font-size: 10px !important; margin-bottom: 4px !important; }
.section-head h2 { font-size: 24px !important; margin: 0 !important; }

/* Cart layout compact */
.cart-page h1 { font-size: 24px !important; margin: 16px 0 4px !important; }
.cart-page .sub { margin-bottom: 16px !important; font-size: 13px; }
.cart-item {
    padding: 12px 0 !important;
    gap: 12px !important;
}
.cart-summary { padding: 16px !important; }
.summary-row { padding: 5px 0 !important; }

@media (max-width: 480px) {
    .product-detail h1, .product-title { font-size: 22px !important; line-height: 1.15 !important; margin-bottom: 4px !important; }
    .product-summary .short-desc { font-size: 13px !important; margin: 4px 0 8px !important; }
    .price-block { font-size: 28px !important; margin: 4px 0 0 !important; }
    .price-info { margin: 1px 0 4px !important; font-size: 11px !important; }
    .promo-pill { margin: 4px 0 8px !important; }
    .variations tr { margin-bottom: 8px !important; }
    .single_add_to_cart_button { margin: 6px 0 10px !important; }
    .prod-reass { margin: 8px 0 14px !important; padding-top: 10px !important; }
    .prod-reass .item { padding: 5px 0 !important; font-size: 12px !important; }
    .acc-head { padding: 12px 0 !important; font-size: 13px !important; }
}

/* ============ V26MAI — Killer espaces fantômes WC ============ */
/* WC inserts empty divs/wraps that take vertical space. Kill them. */
.single_variation_wrap {
    margin: 0 !important;
    padding: 0 !important;
}
.single_variation_wrap .single_variation { display: none !important; }
.single_variation_wrap .single_variation:has(.price), .single_variation_wrap .single_variation:has(.stock) { display: block !important; }
.single_variation_wrap .woocommerce-variation { margin: 0 !important; padding: 0 !important; }
.woocommerce-variation:empty { display: none !important; }

/* WC variation form spacing */
form.variations_form.cart, form.cart {
    margin: 0 !important;
    padding: 0 !important;
}
.product-detail form.cart { margin-top: 0 !important; }

/* Prod reass : items VRAIMENT compactés */
.prod-reass {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}
.prod-reass .item {
    padding: 4px 0 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    font-size: 12.5px !important;
}
.prod-reass .item .icon {
    width: 22px !important;
    height: 22px !important;
}
.prod-reass .item .icon svg {
    width: 16px !important;
    height: 16px !important;
}

/* Bouton ATC : marges minimales */
.single_add_to_cart_button {
    margin: 4px 0 8px !important;
    padding: 14px 24px !important;
}

/* Hide possible empty <p> in single-product */
.product-detail p:empty,
.product-summary p:empty,
.atc-section p:empty { display: none !important; }

/* Quantity + ATC inline = un seul bloc compact */
.product-detail form.cart .quantity {
    display: none !important; /* On force qty=1 par défaut, pas besoin sur fiche produit */
}
form.cart .qty[type="number"] {
    display: none !important;
}

/* Sticky bar gap minimal */
.sticky-bar { padding: 8px 0 !important; }
@media (max-width: 480px) {
    .sticky-bar { padding: 6px 0 !important; }
}

/* Container product-summary : padding/margin réduit */
.product-summary, .product-detail .product-summary {
    padding: 16px 0 !important;
}

@media (max-width: 480px) {
    .product-summary, .product-detail .product-summary {
        padding: 14px 0 !important;
    }
}

/* ============ V27MAI — Final compactage swatches→ATC ============ */
/* Hide reset_variations Effacer link (rarely used, takes space) */
.variations .reset_variations,
.reset_variations,
.reset_variations_alert,
.reset_variations_button,
.product-detail .reset_variations { display: none !important; }

/* Single variation wrap : kill ALL marges */
.single_variation_wrap, 
.product-detail .single_variation_wrap,
form.cart .single_variation_wrap {
    margin: 0 !important;
    padding: 0 !important;
}

/* Bouton ATC : margin top minimal */
.single_add_to_cart_button,
form.cart .single_add_to_cart_button,
button.single_add_to_cart_button,
.product-detail .single_add_to_cart_button {
    margin: 0 0 8px !important;
}

/* Variations table margin bottom */
.variations,
.product-detail .variations,
form.cart .variations {
    margin: 0 !important;
}

/* Last variation row no bottom margin */
.variations tr:last-child {
    margin-bottom: 0 !important;
}

/* GMC SAFE — Hide promos pour éviter Misrepresentation */
.promo-pill, .promo-line, .promo-card, .promo-banner, .promo-ticket { display: none !important; }
.cc-email-popup, #cc-email-popup { display: none !important; }


/* GMC: hide promos to fix Misrepresentation suspension */
.promo-pill, .promo-line, .promo-card, .promo-banner, .promo-ticket { display: none !important; }
.cc-email-popup, #cc-email-popup { display: none !important; }

