/* ============================================================
   DARMANKO BUSINESS — Modern · Montserrat · Pill UI
   ============================================================ */

:root {
  --accent: #131313;
  --red: #E11B27;
  --navy: #14254E;
  --bg: #ffffff;
  --bg-soft: #f6f6f6;
  --text: #131313;
  --muted: rgba(0, 0, 0, 0.46);
  --line: #ebebeb;
  --container: 1200px;
  --font: "Montserrat", sans-serif;
  --display: "Montserrat", sans-serif;
  --radius-pill: 999px;
  --header-h: 58px;
  --shadow-sm: 0 2px 12px rgba(20, 37, 78, 0.06);
  --shadow-md: 0 8px 28px rgba(20, 37, 78, 0.08);
  --red-soft: #ff4d58;
  --red-glow: rgba(225, 27, 39, 0.35);
  --navy-soft: #1e3a7a;
  --btn-primary-bg: var(--accent);
  --btn-primary-fg: #ffffff;
  --btn-cta-bg: var(--red);
  --btn-cta-fg: #ffffff;
  --btn-hover-bg: var(--navy);
  --btn-hover-fg: #ffffff;
  --home-section-py: 48px;
  --home-row-inset: 40px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 15px; }
body {
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
input, select, textarea { font-family: inherit; font-size: 16px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 70px 0; }
.section-tight { padding: 50px 0; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--accent);
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title--left {
  text-align: left;
  margin-bottom: 0;
}
.home-featurette-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.home-featurette-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.home-featurette-link:hover { opacity: 0.75; }
.section-title h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  letter-spacing: -0.02em;
}
.section-title p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 15px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--btn-primary-bg, var(--accent));
  border-radius: var(--radius-pill);
  background: var(--btn-primary-bg, var(--accent));
  color: var(--btn-primary-fg, #fff);
  transition: 0.22s ease;
  box-shadow: var(--shadow-sm);
}
a.btn:not(.btn-outline),
button.btn:not(.btn-outline) {
  color: var(--btn-primary-fg, #fff);
}
.btn:hover {
  background: var(--btn-hover-bg, var(--navy));
  border-color: var(--btn-hover-bg, var(--navy));
  color: var(--btn-hover-fg, #fff);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
a.btn:not(.btn-outline):hover,
button.btn:not(.btn-outline):hover {
  color: var(--btn-hover-fg, #fff);
}
.btn-outline {
  background: transparent;
  color: var(--accent);
}
.btn-outline:hover { background: var(--accent); color: var(--btn-primary-fg, #fff); }
.btn-red {
  background: var(--btn-cta-bg, var(--red));
  border-color: var(--btn-cta-bg, var(--red));
  color: var(--btn-cta-fg, #fff);
}
a.btn-red,
button.btn-red {
  color: var(--btn-cta-fg, #fff);
}
.btn-red:hover {
  background: #b5121c;
  border-color: #b5121c;
  color: #fff;
}
a.btn-red:hover,
button.btn-red:hover {
  color: #fff;
}
.btn-block { width: 100%; }

/* ── TOP BAR ANNONCE ── */
[data-site-header] {
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-shell {
  position: relative;
}
.announce-bar {
  height: 38px;
  background: linear-gradient(90deg, var(--navy) 0%, #1a3268 50%, var(--navy) 100%);
  background-size: 200% 100%;
  animation: bar-shimmer 8s ease infinite;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.announce-viewport {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}
.announce-item {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  pointer-events: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.announce-item.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.announce-item strong,
.announce-item .hl-accent {
  color: var(--red-soft);
  font-weight: 700;
  text-shadow: 0 0 20px var(--red-glow);
}
.announce-ico-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
  animation: ico-bounce 2.5s ease-in-out infinite;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.25));
}
.announce-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  font-size: 12px;
  flex-shrink: 0;
  animation: ico-bounce 2.5s ease-in-out infinite;
}
.announce-ico svg { width: 14px; height: 14px; }
@keyframes bar-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes ico-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

/* ── HEADER ── */
.site-header {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 1;
}
.header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  grid-template-areas: "burger logo nav actions";
  align-items: center;
  gap: 20px;
  min-height: var(--header-h);
}
.header-grid--center {
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "logo nav actions";
}
.header-grid--center .site-branding { justify-self: start; }
.header-grid--center .header-nav {
  justify-content: center;
  margin: 0;
  gap: 28px;
}
.header-grid--center .header-actions { justify-self: end; }
.site-branding {
  grid-area: logo;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: transparent;
}
.logo-img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
  background: transparent;
}
.logo-img--footer { height: 40px; margin-bottom: 16px; background: transparent; }
.mm-head .logo-img { height: 36px; }
.footer-brand .site-branding { margin-bottom: 0; display: inline-flex; }
.burger {
  display: none;
  grid-area: burger;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
}
.burger:hover { background: var(--bg-soft); }
.burger svg { width: 20px; height: 20px; }
.header-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: flex-start;
  margin-left: 4px;
}
.header-nav a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
  padding: 6px 0;
  transition: color 0.18s ease;
}
.header-nav a:hover,
.header-nav a.active {
  color: var(--navy);
}
.header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hdr-icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--accent);
  transition: 0.18s ease;
}
.hdr-icon:hover,
.hdr-account:hover {
  border-color: var(--navy);
  color: var(--navy);
  background: var(--bg-soft);
}
.hdr-account { display: flex; align-items: center; justify-content: center; }
.hdr-account-wrap { position: relative; }
.hdr-account--logged { position: relative; }
.hdr-account-initial {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hdr-account-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 210px;
  max-width: min(280px, calc(100vw - 24px));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.18s ease;
  z-index: 120;
}
.hdr-account-wrap:hover .hdr-account-menu,
.hdr-account-wrap:focus-within .hdr-account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hdr-account-menu-head {
  padding: 8px 14px 10px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
  min-width: 0;
}
.hdr-account-menu-head b {
  display: block;
  font-size: 13px;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.hdr-account-menu-head small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.hdr-account-menu a,
.hdr-account-menu button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 9px 14px;
  font-size: 13px;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
}
.hdr-account-menu a:hover,
.hdr-account-menu button:hover { background: var(--bg-soft); color: var(--navy); }
.orders-list { display: grid; gap: 12px; margin-top: 16px; }
.orders-list--rich { gap: 14px; }
.order-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--bg-soft);
}
.order-card--rich {
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}
.order-card-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid var(--line);
}
.order-card-thumb--empty {
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
}
.order-card-thumb .thumb-img { width: 100%; height: 100%; object-fit: cover; }
.order-card-body { flex: 1; min-width: 0; }
.order-card-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.order-card-head small { color: var(--muted); font-size: 12px; }
.order-card-product {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-card-meta { margin: 0; font-size: 13px; color: var(--muted); }
.order-card--rich .order-status { flex-shrink: 0; align-self: flex-start; margin-top: 2px; }
.hdr-icon svg { width: 18px; height: 18px; }
.cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--red);
  color: #fff;
  border-radius: var(--radius-pill);
  font-size: 9px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
}
.search-slide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-top: 1px solid transparent;
  background: var(--bg-soft);
}
.search-slide.open {
  max-height: 72px;
  border-top-color: var(--line);
}
.search-slide form {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}
.search-slide input {
  flex: 1;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 0 20px;
  background: #fff;
  font-size: 16px;
}
.search-slide input:focus { outline: none; border-color: var(--navy); }
.search-slide button {
  padding: 0 22px;
  height: 42px;
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.06em;
  border-radius: var(--radius-pill);
  border: none;
  transition: 0.18s;
}
.search-slide button:hover { background: var(--accent); color: #fff; }

/* ── HERO SLIDER — unified banner cards (text + product image) ── */
.hero-slider {
  position: relative;
  background: var(--bg-soft);
  padding: var(--home-section-py, 48px) 0;
  overflow: visible;
}
.hero-slider-shell {
  position: relative;
}
.hero-slider-track {
  position: relative;
  min-height: clamp(300px, 34vw, 400px);
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.hero-slider--campaign .hero-slide {
  transition: none;
}
.hero-banner-card--no-image {
  grid-template-columns: 1fr;
}
.hero-banner-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: clamp(300px, 34vw, 400px);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 32px rgba(20, 37, 78, 0.1);
  border: 1px solid var(--line);
}
.hero-banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 3.5vw, 40px);
  color: #fff;
}
.hero-banner-copy--navy {
  background: linear-gradient(145deg, var(--navy) 0%, #1e3a7a 100%);
}
.hero-banner-copy--red {
  background: linear-gradient(145deg, #b91520 0%, var(--red) 55%, #ff4d58 100%);
}
.hero-banner-copy--teal {
  background: linear-gradient(145deg, #0a5c47 0%, #0d7a5f 100%);
}
.hero-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 14px;
  opacity: 0.92;
}
.hero-banner-title {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #fff;
}
.hero-banner-lead {
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.88);
}
.hero-banner-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
  padding: 0 20px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: 0.2s;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.hero-banner-visual {
  display: block;
  background: #e6edf8;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}
.hero-banner-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}
.hero-banner-visual:hover img {
  transform: scale(1.03);
}
.hero-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  transition: 0.2s;
}
.hero-slider-arrow:hover { background: var(--navy); color: #fff; }
.hero-slider-arrow--prev { left: -6px; }
.hero-slider-arrow--next { right: -6px; }
.hero-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.hero-slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: 0.2s;
}
.hero-slider-dots button.active {
  width: 24px;
  border-radius: 999px;
  background: var(--red);
}
@media (max-width: 768px) {
  .hero-banner-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero-banner-copy {
    order: 1;
    padding: 28px 22px;
    flex: 0 0 auto;
  }
  .hero-banner-visual {
    order: 2;
    flex: 1 1 auto;
    min-height: 220px;
    height: auto;
    margin-top: auto;
    padding: 0;
  }
  .hero-banner-visual img {
    object-position: center bottom;
  }
  .hero-slider-track {
    min-height: clamp(380px, 72vw, 480px);
  }
  .hero-slider-arrow { display: none; }
}

/* ── HERO CAMPAGNE (split + fusion Backmarket) ── */
.hero-slider--campaign {
  padding: var(--home-section-py, 48px) 0;
  background: #fff;
}
.hero-slider-track--campaign {
  min-height: clamp(280px, 34vw, 400px);
  overflow: hidden;
}
.hero-slide--campaign {
  border-radius: 4px;
  overflow: hidden;
}
.hero-slide--campaign .hero-campaign--fusion,
.hero-slide--campaign .hero-campaign--split {
  height: 100%;
  min-height: 100%;
}

/* Split : texte gauche + photo droite (comme l’ancien banner) */
.hero-campaign--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: clamp(280px, 34vw, 400px);
  overflow: hidden;
  border-radius: 4px;
}
.hero-campaign--split .hero-campaign__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 44px);
  max-width: none;
  z-index: 2;
}
.hero-campaign--split .hero-campaign__photo {
  position: relative;
  min-height: clamp(220px, 34vw, 400px);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}
.hero-campaign--split .hero-campaign__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Fusion : fond uni + photo fondue à droite (style Backmarket) */
.hero-campaign--fusion {
  position: relative;
  background: var(--hero-bg, #111);
  min-height: clamp(280px, 34vw, 400px);
  display: flex;
  align-items: center;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px);
  overflow: hidden;
  border-radius: 4px;
}
.hero-campaign--fusion .hero-campaign__copy {
  position: relative;
  z-index: 3;
  max-width: min(520px, 46%);
  flex-shrink: 0;
}
.hero-campaign__fusion-photo {
  position: absolute;
  inset: 0 0 0 30%;
  z-index: 0;
}
.hero-campaign__fusion-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-campaign__fusion-fade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--hero-bg, #111) 0%,
    var(--hero-bg, #111) 34%,
    color-mix(in srgb, var(--hero-bg, #111) 55%, transparent) 52%,
    transparent 78%
  );
}

.hero-campaign__copy {
  max-width: 520px;
  z-index: 2;
}
.hero-campaign__title {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3.8vw, 2.85rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #111;
}
.hero-campaign__title em {
  font-style: italic;
  font-weight: 700;
}
.hero-campaign__copy--light .hero-campaign__title {
  color: #fff;
}
.hero-campaign__sub {
  margin: 0 0 22px;
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.72);
  max-width: 420px;
}
.hero-campaign__copy--light .hero-campaign__sub {
  color: rgba(255, 255, 255, 0.82);
}
.hero-campaign__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.hero-campaign__btn--light {
  background: #fff;
  color: #111;
}
.hero-campaign__btn:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-1px);
}
.hero-campaign__btn--light:hover {
  background: #f0f0f0;
  color: #111;
}
@media (max-width: 768px) {
  .hero-campaign--split {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero-campaign--split .hero-campaign__copy {
    padding: 24px 20px 16px;
    flex: 0 0 auto;
  }
  .hero-campaign--split .hero-campaign__photo {
    flex: 1 1 auto;
    min-height: 220px;
    order: 2;
    margin-top: auto;
  }
  .hero-campaign--split .hero-campaign__photo img {
    object-position: center bottom;
  }
  .hero-campaign--fusion {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px 0;
    display: flex;
  }
  .hero-campaign--fusion .hero-campaign__copy {
    max-width: 100%;
    margin-bottom: 16px;
    flex: 0 0 auto;
  }
  .hero-campaign__fusion-photo {
    position: relative;
    inset: auto;
    flex: 1 1 auto;
    width: calc(100% + 40px);
    margin: auto -20px 0;
    min-height: 220px;
  }
  .hero-campaign__fusion-photo img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: center bottom;
    display: block;
  }
  .hero-campaign__fusion-fade {
    background: linear-gradient(
      180deg,
      var(--hero-bg, #111) 0%,
      transparent 28%
    );
  }
  .hero-slider-track--campaign {
    min-height: clamp(380px, 72vw, 480px);
  }
}

/* ── HERO (legacy single + slide inner) ── */
.hero-main {
  position: relative;
  min-height: clamp(340px, 44vh, 460px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--navy) center/cover no-repeat;
  transform: scale(1);
  animation: hero-kenburns 18s ease-in-out infinite alternate;
  will-change: transform;
}
.hero-bg--default {
  background-image: url("https://images.unsplash.com/photo-1556911220-bff31c812dba?w=1600&q=80");
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(20, 37, 78, 0.94) 0%, rgba(20, 37, 78, 0.72) 45%, rgba(20, 37, 78, 0.35) 100%);
  pointer-events: none;
}
.hero-shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.07) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hero-shine 6s ease-in-out infinite;
  pointer-events: none;
}
.hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(0);
}
.hero-deco--1 {
  width: 280px;
  height: 280px;
  top: -80px;
  right: 8%;
  background: radial-gradient(circle, rgba(225, 27, 39, 0.18) 0%, transparent 70%);
  animation: hero-float 8s ease-in-out infinite;
}
.hero-deco--2 {
  width: 180px;
  height: 180px;
  bottom: -40px;
  right: 22%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  animation: hero-float 10s ease-in-out infinite reverse;
}
@keyframes hero-kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}
@keyframes hero-shine {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hero-float {
  0%, 100% { transform: translateY(0); opacity: 0.85; }
  50% { transform: translateY(-12px); opacity: 1; }
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 52px 20px;
  color: #fff;
}
.hero-main .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 16px;
  padding: 6px 14px 6px 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(6px);
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 10px var(--red-glow);
  animation: pulse-dot 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.85; }
}
.hero-main h1 {
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  color: #fff;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.hero-main h1 .hl-accent,
.hero-main h1 strong {
  color: var(--red-soft);
  font-weight: 800;
}
.hero-lead,
.hero-main p.hero-lead {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 26px;
  line-height: 1.7;
  max-width: 440px;
}
.hero-lead .hl-accent,
.hero-lead strong {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(225, 27, 39, 0.35), rgba(225, 27, 39, 0.08));
  padding: 0 4px;
  border-radius: 4px;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-cta .btn-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
}
.hero-cta .btn-outline:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}
.btn-glow {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--red-glow);
}
.btn-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.22) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: btn-shine 4s ease-in-out infinite;
}
@keyframes btn-shine {
  0%, 70%, 100% { transform: translateX(-120%); }
  85% { transform: translateX(120%); }
}
.anim-d4 { animation-delay: 0.48s; }

/* ── ANIMATIONS ── */
html:not(.js) .reveal,
html:not(.js) .anim-scale,
html:not(.js) .anim-fade-up,
html:not(.js) .product {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(22px);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.anim-fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.anim-d1 { animation-delay: 0.12s; }
.anim-d2 { animation-delay: 0.24s; }
.anim-d3 { animation-delay: 0.36s; }
@keyframes fade-up {
  to { opacity: 1; transform: translateY(0); }
}
.anim-scale {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
html.js .reveal:not(.is-visible) .anim-scale {
  opacity: 0;
  transform: scale(0.98) translateY(12px);
}
.reveal.is-visible .anim-scale {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.anim-float {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.anim-float:hover {
  transform: translateY(-6px);
}
.anim-pulse {
  animation: pulse-star 2s ease-in-out infinite;
}
@keyframes pulse-star {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.05); }
}
.product {
  opacity: 1;
  transform: none;
}
html.js .product.is-visible {
  animation: product-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes product-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.section-pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(225, 27, 39, 0.08);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
}
.promo-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  background: linear-gradient(135deg, var(--red) 0%, #c41420 100%);
  color: #fff;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
  box-shadow: 0 4px 14px var(--red-glow);
  animation: tag-pop 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes tag-pop {
  from { opacity: 0; transform: translateY(8px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.promo-content {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.promo-card:hover .promo-content {
  transform: translateY(-6px);
}
.promo-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.promo-section .reveal.is-visible .promo-tile:nth-child(2) {
  transition-delay: 0.1s;
}

/* ── PRODUCT GRID — unified card design ── */
.product-grid { width: 100%; }
.woocommerce { width: 100%; }
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 22px;
  list-style: none;
}
.product {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: var(--product-card-h, 328px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(20, 37, 78, 0.04);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease, border-color 0.25s;
}
.product:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 37, 78, 0.12);
  box-shadow: 0 14px 36px rgba(20, 37, 78, 0.1);
}
.product-thumb-wrap,
.astra-shop-thumbnail-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  aspect-ratio: 1;
  background: linear-gradient(160deg, #fafafa 0%, #f0f2f6 100%);
  border-bottom: 1px solid var(--line);
}
.product-card-link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.product-thumb {
  aspect-ratio: 1;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 3rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.product:hover .product-thumb { transform: scale(1.03); }
.product-thumb[data-cat="gros-electromenager"] { background: linear-gradient(145deg, #eef2ff, #dbeafe); }
.product-thumb[data-cat="petit-electromenager"] { background: linear-gradient(145deg, #fff7ed, #ffedd5); }
.product-thumb[data-cat="climatisation"] { background: linear-gradient(145deg, #ecfeff, #cffafe); }
.product-thumb[data-cat="beaute-soins"],
.product-thumb[data-cat="soins-visage"] { background: linear-gradient(145deg, #fdf2f8, #fce7f3); }
.product-thumb[data-cat="montres"] { background: linear-gradient(145deg, #f8fafc, #e2e8f0); }
.product-thumb[data-cat="foulards"] { background: linear-gradient(145deg, #fdf2f8, #fce7f3); }
.product-thumb[data-cat="accessoires"] { background: linear-gradient(145deg, #f0fdf4, #dcfce7); }
.product img.thumb-img,
.product-card-link .thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  padding: 0;
  mix-blend-mode: normal;
  aspect-ratio: unset;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.product:hover img.thumb-img,
.product:hover .product-card-link .thumb-img { transform: scale(1.05); }
.ast-on-card-button {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  padding: 9px 18px;
  background: var(--navy);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.25s;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}
.product:hover .ast-on-card-button {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.product-card-add {
  display: none;
  width: 100%;
  margin-top: 10px;
  padding: 10px 14px;
  font-size: 10px;
  letter-spacing: 0.06em;
  justify-content: center;
}
.product-card-add:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: var(--red);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}
.product-badge.new { background: var(--navy); }
.product-summary-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 118px;
  padding: 14px 14px 16px;
  text-align: left;
  gap: 4px;
}
.product-summary-wrap > a {
  display: block;
  flex: 1;
  min-height: calc(1.4em * 2 + 2px);
}
.ast-woo-product-category {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
  font-weight: 600;
}
.product-card-title,
.woocommerce-loop-product__title {
  font-family: var(--font);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 4px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.4em * 2);
  max-height: calc(1.4em * 2);
  transition: color 0.15s;
}
.product .product-rating {
  font-size: 10px;
  margin: 2px 0 6px;
  color: var(--muted);
  min-height: 14px;
}
.product .product-rating small { font-size: 9px; }
.product-summary-wrap .price {
  margin-top: auto;
  padding-top: 6px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.product:hover .product-card-title,
.product:hover .woocommerce-loop-product__title { color: var(--red); }
.price {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}
.price del {
  color: var(--muted);
  font-weight: 400;
  font-size: 11px;
  margin-right: 6px;
}
.price ins { text-decoration: none; color: var(--navy); font-weight: 700; }

/* ── PROMO BANNERS — simple split tiles ── */
.promo-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.promo-tile {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(20, 37, 78, 0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}
.promo-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.promo-tile-media {
  position: relative;
  overflow: hidden;
  background: var(--bg-soft);
  padding: 0;
  min-height: 160px;
  height: 100%;
}
.promo-tile-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}
.promo-tile:hover .promo-tile-media img {
  transform: scale(1.05);
}
.promo-tile-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 20px;
  gap: 6px;
}
.promo-tile-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 2px;
}
.promo-tile-body h3 {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  color: var(--accent);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.promo-tile-body p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.promo-tile-link {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--navy);
}
.promo-tile:hover .promo-tile-link { color: var(--red); }
@media (max-width: 768px) {
  .promo-banner { grid-template-columns: 1fr; }
  .promo-tile { grid-template-columns: 110px 1fr; }
  .promo-tile-media { min-height: 100%; height: auto; padding: 0; }
  .promo-tile-body { padding: 16px 14px; }
}

/* Legacy promo-card (shop etc.) */
.promo-card {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  color: #fff;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow-md);
}
.promo-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.promo-card:hover .promo-card__bg {
  transform: scale(1.06);
}
.promo-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.promo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}
.promo-card > .promo-content { position: relative; z-index: 2; }
.promo-card h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.promo-card h3 .hl-accent,
.promo-card h3 strong {
  color: var(--red-soft);
  font-weight: 800;
}
.promo-card p {
  opacity: 0.92;
  margin-bottom: 20px;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.65;
}
.promo-card p .hl-accent,
.promo-card p strong {
  color: #fff;
  font-weight: 700;
}
.promo-card .btn-promo,
.promo-card .btn {
  border-color: #fff;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.promo-card .btn-promo:hover,
.promo-card .btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--red-glow);
}
.hl-accent {
  font-weight: 700;
}

/* ── TESTIMONIAL ── */
.testimonial {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.testimonial .stars { color: #f4b840; font-size: 18px; letter-spacing: 4px; margin-bottom: 20px; }
.testimonial blockquote {
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--accent);
  margin-bottom: 20px;
}
.testimonial cite { font-style: normal; font-size: 13px; color: var(--muted); letter-spacing: 0.05em; text-transform: uppercase; }

/* ── TRUST BADGES ── */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-item svg { width: 36px; height: 36px; margin: 0 auto 12px; color: var(--accent); }
.trust-item b { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 4px; }
.trust-item span { font-size: 13px; color: var(--muted); }

/* ── CTA FINAL ── */
.cta-final {
  text-align: center;
  padding: 72px 20px;
  background: var(--bg-soft);
  border-radius: 28px;
  margin: 48px 20px 0;
  max-width: calc(var(--container) + 40px);
  margin-left: auto;
  margin-right: auto;
}
.cta-final h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 12px; }
.cta-final p { color: var(--muted); margin-bottom: 24px; max-width: 480px; margin-left: auto; margin-right: auto; }

/* ── CATEGORIES STRIP ── */
.cat-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.cat-tile {
  text-align: center;
  padding: 24px 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s;
}
.cat-tile:hover {
  border-color: transparent;
  box-shadow: var(--shadow-md);
  transform: translateY(-6px) scale(1.02);
}
.cat-tile-img {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-soft);
}
.cat-tile-img .thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cat-tile b { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.cat-tile span { font-size: 12px; color: var(--muted); }

/* ── FOOTER ── */
.site-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.72);
  padding: 60px 0 0;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 40px;
  align-items: start;
}
.footer-grid > div { min-width: 0; }
.footer-brand .logo-text--light { color: #fff; margin-bottom: 14px; }
.footer-brand .logo-text--light .logo-sub { color: rgba(255, 255, 255, 0.65); }
.footer-brand p { font-size: 14px; max-width: 280px; line-height: 1.7; }
.site-footer h4 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.site-footer li { margin-bottom: 10px; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
}
.footer-legal a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  transition: color 0.2s;
}
.footer-legal a:hover { color: #fff; }
.pay-badges { font-weight: 700; letter-spacing: 0.05em; }

/* ── DRAWER / MOBILE (unchanged breakpoints) ── */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  z-index: 200;
}
.overlay.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: 92vw;
  background: #fff;
  z-index: 210;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}
.drawer-head h3 { font-size: 18px; }
.drawer-close { font-size: 20px; width: 36px; height: 36px; }
.drawer-body { flex: 1; overflow-y: auto; padding: 12px 20px; }
.drawer-foot { padding: 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.drawer-foot .btn-block + .btn-block { margin-top: 0; }
.drawer-total { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 14px; }
.drawer-empty { text-align: center; padding: 40px 16px; color: var(--muted); }
.mini-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mini-item .thumb-sm {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--bg-soft);
  flex-shrink: 0;
}
.mini-item b { font-size: 13px; display: block; line-height: 1.35; }
.mini-item-body { flex: 1; min-width: 0; }
.mi-price-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 6px 0 8px; }
.mi-unit { color: var(--muted); font-size: 12px; }
.mi-line-total { color: var(--red); font-weight: 700; font-size: 14px; }
.mini-item .mi-price { color: var(--red); font-weight: 700; font-size: 13px; margin-top: 4px; }
.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  overflow: hidden;
  margin-top: 8px;
}
.qty button { width: 28px; height: 28px; font-weight: 700; }
.qty span { min-width: 28px; text-align: center; font-size: 13px; font-weight: 600; }
.mi-remove { font-size: 12px; color: var(--muted); margin-top: 6px; display: inline-block; }
.mi-remove:hover { color: var(--red); }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  max-width: 88vw;
  background: #fff;
  z-index: 210;
  transform: translateX(-100%);
  transition: transform 0.3s;
  overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mm-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: var(--navy);
}
.mm-head .logo-text--light { color: #fff; }
.mm-head .logo-text--light .logo-sub { color: rgba(255, 255, 255, 0.7); }
.mm-head button { color: #fff; font-size: 20px; width: 34px; height: 34px; border-radius: var(--radius-pill); }
.mm-head button:hover { background: rgba(255,255,255,0.1); }
.mobile-menu nav a {
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.18s, background 0.18s;
}
.mobile-menu nav a:hover { color: var(--navy); background: var(--bg-soft); }

/* ── PAGE HEAD (breadcrumb navy) ── */
.page-head {
  background: var(--navy);
  padding: 22px 0;
}
.page-head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.page-head-inner h1 {
  color: #fff;
  font-family: var(--font);
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  flex: 1 1 auto;
  min-width: 0;
}
.page-head-bc {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  text-transform: none;
  letter-spacing: 0.01em;
  flex-shrink: 0;
  text-align: right;
}
.page-head-bc a { color: rgba(255, 255, 255, 0.88); }
.page-head-bc a:hover { color: #fff; }
.page-head .breadcrumb,
.page-head-bc.breadcrumb {
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.page-head-bc.breadcrumb a { color: rgba(255, 255, 255, 0.92); }
.page-head-bc.breadcrumb a:hover { color: #fff; }
.page-head--product {
  background: var(--bg-soft);
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.page-head--product .page-head-bc,
.page-head--product .page-head-bc.breadcrumb {
  color: var(--muted);
}
.page-head--product .page-head-bc a,
.page-head--product .page-head-bc.breadcrumb a {
  color: var(--navy);
}
.page-head--product .page-head-bc .bc-current {
  color: var(--ink);
  font-weight: 600;
}
.section--pd-hero {
  padding-top: 24px;
  padding-bottom: 28px;
}
.page-head-inner--bc {
  justify-content: flex-start;
}
.page-head--product .page-head-bc {
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}
.page-head-bc .bc-current {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}
.page-content-title {
  font-family: var(--font);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 20px;
  line-height: 1.25;
}
.section--page-content { padding-top: 28px; }
.section--shop { padding-top: 24px; }
.section--shop .page-content-title { margin-bottom: 16px; }
.section-store-cats { padding-top: 8px; padding-bottom: 32px; }
.page-trust-bar { margin-top: 0; }
.shop-promo-strip {
  background: var(--red);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.shop-promo-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 13px;
}
.shop-promo-strip-inner p { margin: 0; }
.trust-bar-section {
  padding: 48px 0 56px;
  margin: 0;
}
.pd-trust-inline {
  padding: 8px 0 40px;
  margin: 0;
}

/* ── SHOP / PRODUCT / CART / CONTACT pages ── */
.shop-banner {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.shop-banner--compact { min-height: 160px; }
.shop-banner-bg {
  position: absolute;
  inset: 0;
  background: var(--navy) center/cover no-repeat;
  background-image: linear-gradient(105deg, rgba(20, 37, 78, 0.88) 0%, rgba(20, 37, 78, 0.55) 100%),
    url("https://images.unsplash.com/photo-1556745750-68263fac62ae?w=1400&q=80");
}
.shop-banner-inner {
  position: relative;
  z-index: 2;
  padding: 56px 20px 28px;
  color: #fff;
  text-align: center;
}
.shop-banner-inner h1 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 8px 0 6px;
}
.shop-banner-sub { color: rgba(255,255,255,0.82); font-size: 14px; max-width: 520px; margin: 0 auto; }
.shop-banner .breadcrumb { color: rgba(255,255,255,0.65); margin-bottom: 8px; }
.shop-banner .breadcrumb a { color: rgba(255,255,255,0.85); }
.shop-banner .breadcrumb a:hover { color: #fff; }
.shop-banner-ad {
  position: relative;
  z-index: 2;
  background: rgba(225, 27, 39, 0.95);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.shop-banner-ad-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  flex-wrap: wrap;
}
.shop-ad-text { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: #fff; font-size: 13px; }
.shop-ad-text p { margin: 0; }
.shop-ad-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.18);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}
.btn-sm { padding: 10px 22px; font-size: 11px; }
.shop-empty { padding: 48px 20px; text-align: center; color: var(--muted); }

.page-hero {
  background: var(--bg-soft);
  padding: 48px 0;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.breadcrumb a:hover { color: var(--navy); }
.filters-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.filters-head h4 { margin: 0; }
.filter-input {
  width: 100%;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 0 14px;
}
.filter-range-val { margin-top: 8px; font-size: 13px; }
.product-rating { font-size: 12px; color: var(--muted); margin: 4px 0 8px; }
.stars-inline { color: #f5a623; letter-spacing: 1px; }
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; align-items: start; }
.filters {
  position: sticky;
  top: calc(var(--header-h) + 16px);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  background: #fff;
}
.filters h4 {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.filter-block { padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.filter-block:last-child { border: none; margin: 0; padding: 0; }
.filter-opt { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 14px; cursor: pointer; }
.filter-opt input { accent-color: var(--accent); }
.filter-opt .count { margin-left: auto; color: var(--muted); font-size: 12px; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 12px; }
.shop-toolbar select {
  height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 0 18px;
  background: #fff;
  font-weight: 600;
  font-size: 12px;
}
.filters-toggle { display: none; }

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}
.pd-gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.pd-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-soft);
}
.pd-main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.pd-gallery-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.pd-thumb {
  position: relative;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, opacity 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.pd-thumb.active {
  border-color: var(--red);
}
.pd-thumb:not(.active) { opacity: 0.72; }
.pd-thumb .thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pd-convert {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pd-product-head h1 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: 6px 0 10px;
  line-height: 1.25;
  color: var(--ink);
  font-weight: 700;
}
.pd-buy-panel {
  position: sticky;
  top: 92px;
  padding: 22px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(20, 37, 78, 0.08);
  border: 1px solid rgba(20, 37, 78, 0.08);
}
.pd-category {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.pd-config-line {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.pd-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 8px;
}
.pd-rating-row strong { color: var(--ink); }
.pd-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.pd-price-block { margin-bottom: 10px; }
.pd-price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
.pd-price-main ins {
  font-size: clamp(1.5rem, 2.8vw, 1.85rem);
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
}
.pd-price-main del {
  font-size: 1rem;
  color: var(--muted);
}
.pd-savings {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #15803d;
}
.pd-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--red);
  color: #fff;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}
.pd-badge.new { background: var(--navy); }
.pd-discount {
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  background: rgba(225, 27, 39, 0.1);
  padding: 4px 9px;
  border-radius: var(--radius-pill);
}
.pd-stock {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 16px;
}
.pd-stock.ok { color: #15803d; }
.pd-stock.low { color: #c45a00; }
.pd-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}
.pd-qty {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 4px;
  background: var(--bg-soft);
  width: fit-content;
}
.pd-qty button {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 14px;
}
.pd-qty span {
  min-width: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.pd-buy-trust .pay-logos-row { justify-content: flex-start; margin-top: 0; }
.pd-trust-strip {
  padding: 20px 0 28px;
  background: #fff;
}
.pd-trust-strip .trust-bar {
  border: 2px solid var(--navy);
  border-radius: 4px;
}
.pd-extra {
  background: var(--bg-soft);
  padding-top: 36px;
  padding-bottom: 40px;
}
.pd-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
  gap: 32px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}
.pd-content-main { min-width: 0; }
.pd-side-promo {
  position: sticky;
  top: 92px;
}
.pd-side-promo-title {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.pd-block-title {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}
.pd-sidebar-ad-list { display: grid; gap: 12px; }
.pd-sidebar-ad {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(20, 37, 78, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pd-sidebar-ad:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(20, 37, 78, 0.1);
}
.pd-sidebar-ad-thumb {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-soft);
  display: block;
}
.pd-sidebar-ad-thumb .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-sidebar-ad-body {
  display: grid;
  gap: 4px;
  align-content: center;
  min-width: 0;
}
.pd-sidebar-ad-body strong {
  font-size: 12px;
  line-height: 1.35;
  color: var(--ink);
}
.pd-sidebar-ad-price ins {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
}
.pd-sidebar-ad-price del {
  font-size: 11px;
  color: var(--muted);
  margin-right: 4px;
}
.pd-sidebar-ad-cta {
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pd-media-block {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.pd-media-videos {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}
.pd-media-video {
  width: 100%;
  border-radius: 12px;
  background: #000;
  border: 1px solid var(--line);
}
.pd-media-video--embed {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.pd-media-video--embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pd-media-gif {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}
.pd-media-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.pd-media-photo {
  margin: 0;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.pd-media-photo .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-specs--desc { margin-top: 16px; }
.pd-accordions { display: grid; gap: 12px; }
.pd-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 190;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 28px rgba(20, 37, 78, 0.12);
  transform: translateY(110%);
  transition: transform 0.28s ease;
  padding: 10px 0 calc(10px + env(safe-area-inset-bottom, 0px));
}
.pd-sticky-bar.is-visible { transform: translateY(0); }
body.pd-sticky-on { padding-bottom: 76px; }
.pd-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.pd-sticky-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}
.pd-sticky-thumb {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  flex-shrink: 0;
  display: block;
}
.pd-sticky-thumb .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-sticky-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.pd-sticky-copy strong {
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pd-sticky-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}
.pd-sticky-bar .btn { flex-shrink: 0; min-width: 140px; }
.pd-section-title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  margin: 0 0 18px;
  color: var(--ink);
}
.pd-section-title--sm { font-size: 1rem; margin-bottom: 14px; }
.pd-below { display: grid; gap: 36px; }
.pd-suggest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.pd-suggest-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pd-suggest-card:hover {
  border-color: var(--navy);
  box-shadow: 0 8px 24px rgba(20, 37, 78, 0.08);
}
.pd-suggest-thumb {
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-soft);
  display: block;
}
.pd-suggest-thumb .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-suggest-body {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.pd-suggest-body strong {
  font-size: 13px;
  line-height: 1.35;
  color: var(--ink);
}
.pd-suggest-meta {
  font-size: 11px;
  color: var(--muted);
}
.pd-suggest-price ins {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
}
.pd-suggest-price del {
  font-size: 11px;
  color: var(--muted);
  margin-right: 4px;
}
.pd-below-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 340px);
  gap: 28px;
  align-items: start;
}
.pd-accordions { display: grid; gap: 10px; }
.pd-accordion {
  border: none;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 37, 78, 0.05);
}
.pd-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd-accordion summary::-webkit-details-marker { display: none; }
.pd-accordion summary::after {
  content: "+";
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
}
.pd-accordion[open] summary::after { content: "−"; }
.pd-accordion-body {
  padding: 18px 20px 22px;
  border-top: 1px solid var(--line);
}
.pd-accordion-body p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 14px;
}
.pd-accordion-body p:last-child { margin-bottom: 0; }
.pd-accordion-body .pd-lead { margin-bottom: 14px; }
.pd-accordion-body .pd-specs { margin: 0; }
.pd-accordion-body .bm-reviews-wrap { margin: 0; }
.pd-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.pd-spec-tile {
  display: grid;
  gap: 8px;
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-soft);
  text-align: center;
}
.pd-spec-tile-ico {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
}
.pd-spec-tile-text {
  font-size: 12px;
  line-height: 1.4;
  color: var(--ink);
}
.pd-compare-section { background: var(--bg-soft); }
.pd-compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pd-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.pd-compare-table th,
.pd-compare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  vertical-align: top;
  text-align: left;
}
.pd-compare-table thead th {
  background: var(--bg-soft);
  font-weight: 600;
}
.pd-compare-table thead th a {
  display: grid;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.35;
}
.pd-compare-table .pd-compare-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
}
.pd-compare-table .is-current {
  background: rgba(20, 37, 78, 0.04);
}
.pd-compare-table tbody th {
  color: var(--muted);
  font-weight: 600;
  width: 140px;
}
.pd-extra { background: var(--bg-soft); padding-top: 36px; padding-bottom: 36px; }
.pd-trust {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg-soft);
}
.pd-trust-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; }
.pd-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--navy);
}
.pd-trust-icon svg { width: 20px; height: 20px; }
.pd-trust-head b { display: block; font-size: 14px; margin-bottom: 2px; }
.pd-trust-head span { font-size: 12px; color: var(--muted); }
.pd-pay-methods { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: #fff;
}
.pay-wave { border-color: #1dc4ff; color: #0099cc; }
.pay-om { border-color: #ff7900; color: #ff7900; }
.pay-cod { border-color: var(--navy); color: var(--navy); }
.pay-visa { border-color: #1a1f71; color: #1a1f71; }
.pay-cash { border-color: #666; color: #444; }
.pd-perks {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  font-size: 13px;
}
.pd-perks div { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.pd-perks svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--navy); }


.pd-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.pd-tab {
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  transition: 0.2s;
}
.pd-tab.active, .pd-tab:hover { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.pd-panel { display: none; background: #fff; border-radius: 20px; padding: 28px; border: 1px solid var(--line); }
.pd-panel.active { display: block; }
.pd-panel h3 { font-size: 1.1rem; margin-bottom: 14px; }
.pd-panel p { color: var(--muted); line-height: 1.75; margin-bottom: 12px; }
.pd-specs { list-style: none; display: grid; gap: 8px; }
.pd-specs li {
  padding: 10px 14px;
  background: var(--bg-soft);
  border-radius: 12px;
  font-size: 14px;
}
.pd-specs li::before { content: "✓ "; color: var(--navy); font-weight: 700; }
.pd-reviews-summary { margin-bottom: 20px; }
.pd-reviews-intro {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.pd-reviews-more {
  width: 100%;
  margin-top: 16px;
  justify-content: center;
}
.pd-reviews-loading {
  padding: 32px 0;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
.bm-reviews-wrap { width: 100%; }
.bm-reviews-sidebar { position: sticky; top: 88px; }
.bm-score-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  margin-bottom: 16px;
}
.bm-score-main { display: flex; align-items: baseline; justify-content: center; gap: 4px; }
.bm-score-value { font-size: 2.6rem; line-height: 1; color: var(--navy); }
.bm-score-max { font-size: 1rem; color: var(--muted); }
.bm-score-stars { margin: 8px 0; font-size: 14px; }
.bm-score-count { margin: 0; font-size: 12px; color: var(--muted); }
.bm-score-recommend { margin: 10px 0 0; font-size: 13px; color: var(--ink); }
.bm-score-recommend strong { color: #15803d; }
.bm-reviews-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.bm-reviews-list-head h3 { margin: 0; font-size: 18px; }
.bm-reviews-note {
  font-size: 11px;
  color: var(--muted);
  background: var(--bg-soft);
  border-radius: 999px;
  padding: 5px 12px;
}
.bm-reviews-empty {
  margin: 0;
  padding: 28px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  background: var(--bg-soft);
  border: 1px dashed var(--line);
  border-radius: 16px;
}
.pd-reviews-layout--empty {
  grid-template-columns: 1fr;
}
.bm-reviews-list { display: grid; gap: 16px; }
.bm-review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 1px 4px rgba(20, 37, 78, 0.04);
}
.bm-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.bm-review-author { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.bm-review-name-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bm-review-name-row b { font-size: 14px; color: var(--navy); }
.bm-review-meta { margin: 4px 0 0; font-size: 12px; color: var(--muted); }
.bm-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #2563eb;
  background: #eff6ff;
  border-radius: 999px;
  padding: 3px 8px;
}
.bm-review-score { text-align: right; flex-shrink: 0; }
.bm-review-stars { font-size: 12px; margin-bottom: 2px; }
.bm-review-score strong { font-size: 13px; color: var(--navy); }
.bm-review-photo { margin: 0 0 14px; max-width: 280px; }
.bm-review-photo-img,
.bm-reviews-photo-img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--line);
  object-fit: cover;
  aspect-ratio: 1;
  background: var(--bg-soft);
}
.bm-review-title { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: var(--navy); }
.bm-review-text { margin: 0; font-size: 14px; line-height: 1.65; color: var(--ink); }
.bm-review-reply {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--bg-soft);
  border-left: 3px solid var(--accent, #2563eb);
}
.bm-review-reply strong { display: block; margin-bottom: 6px; font-size: 12px; color: var(--navy); }
.bm-review-reply p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--ink); }
.bm-review-product {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.bm-review-product-thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  position: relative;
  display: block;
}
.bm-review-product-thumb .thumb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bm-review-product-meta { min-width: 0; display: grid; gap: 2px; font-size: 12px; }
.bm-review-product-meta strong {
  display: block;
  font-size: 12px;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bm-review-product-meta span { color: var(--muted); }
.bm-review-product-meta a { color: var(--navy); font-weight: 600; text-decoration: underline; }
.bm-reviews-photos { margin-bottom: 22px; }
.bm-reviews-photos h4 { margin: 0 0 12px; font-size: 14px; }
.bm-reviews-photos-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.bm-reviews-photos-grid::-webkit-scrollbar { display: none; }
.bm-reviews-photo-tile {
  flex: 0 0 120px;
  margin: 0;
  position: relative;
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.bm-reviews-photo-tile figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px 8px 8px;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.account-review-prompts {
  margin-bottom: 24px;
  padding: 18px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.account-review-prompts-head h3 { margin: 0 0 4px; font-size: 16px; }
.account-review-prompts-head p { margin: 0 0 14px; font-size: 13px; color: var(--muted); }
.account-review-prompts-grid { display: grid; gap: 12px; }
.account-review-prompt {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.account-review-prompt-thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  display: block;
}
.account-review-prompt-thumb .thumb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.account-review-prompt-body { min-width: 0; flex: 1; display: grid; gap: 6px; }
.account-review-prompt-body strong { font-size: 13px; color: var(--navy); }
.account-review-prompt-body small { color: var(--muted); font-size: 11px; }
.review-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.review-modal {
  width: min(100%, 480px);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  position: relative;
  box-shadow: 0 24px 60px rgba(20, 37, 78, 0.18);
}
.review-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: var(--bg-soft);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}
.review-modal-head { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; padding-right: 36px; }
.review-modal-head h3 { margin: 0 0 4px; font-size: 18px; }
.review-modal-head p { margin: 0; font-size: 12px; color: var(--muted); }
.review-modal-thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  display: block;
}
.review-modal-thumb .thumb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.review-modal-form { display: grid; gap: 10px; }
.review-modal-form input[type="text"],
.review-modal-form textarea,
.review-modal-form input[type="file"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
}
.review-modal-hint { margin: 0; font-size: 11px; color: var(--muted); line-height: 1.45; }
body.modal-open { overflow: hidden; }
.pd-reviews-layout {
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 28px;
  align-items: start;
}
.pd-reviews-main { min-width: 0; }
.pd-reviews-score { text-align: center; padding: 20px; background: var(--bg-soft); border-radius: 16px; }
.pd-rating-bars { display: grid; gap: 8px; margin-top: 16px; }
.pd-rating-bar-row { display: grid; grid-template-columns: 36px 1fr 36px; gap: 8px; align-items: center; font-size: 12px; color: var(--muted); }
.pd-rating-bar-track { height: 8px; background: var(--line); border-radius: 999px; overflow: hidden; }
.pd-rating-bar-fill { display: block; height: 100%; background: linear-gradient(90deg, var(--navy), var(--accent)); border-radius: 999px; }
.pd-rating-bar-pct { text-align: right; font-size: 11px; }
.pd-recommend-bar {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--ink);
}
.pd-recommend-bar strong { color: #15803d; font-size: 15px; }
.pd-product-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.pd-meta-chip {
  font-size: 11px;
  color: var(--muted);
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 12px;
}
.pd-meta-chip strong { color: var(--navy); }
.pd-highlights {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 6px;
}
.pd-highlights li {
  font-size: 13px;
  color: var(--ink);
  padding-left: 18px;
  position: relative;
  line-height: 1.45;
}
.pd-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #15803d;
  font-weight: 700;
}
.pd-shipping-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 18px;
  font-size: 12px;
  color: var(--muted);
}
.pd-shipping-promise span::before { content: "✓ "; color: var(--navy); font-weight: 700; }
.pd-desc-gallery { margin-top: 24px; }
.pd-desc-gallery h4 { font-size: 14px; margin-bottom: 12px; }
.pd-desc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.pd-desc-gallery-grid figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 1;
  background: var(--bg-soft);
}
.pd-customer-photos { margin-bottom: 20px; }
.pd-customer-photos h4 { font-size: 14px; margin: 0 0 12px; }
.pd-customer-photos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pd-customer-photo {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.2s;
}
.pd-customer-photo:hover { border-color: var(--accent); }
.review-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  color: hsl(var(--av-hue, 210), 45%, 32%);
  background: hsl(var(--av-hue, 210), 55%, 92%);
}
.review-avatar--lg { width: 48px; height: 48px; font-size: 18px; }
.review-card--buyer { background: #fff; }
.review-card-top { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 10px; }
.review-card-meta { min-width: 0; flex: 1; }
.review-card-sub { margin: 4px 0 0; font-size: 12px; color: var(--muted); }
.review-card-title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}
.review-card-text { color: var(--ink); font-size: 14px; line-height: 1.65; margin: 0; }
.review-verified { color: #15803d; font-weight: 600; }
.review-card-photos { margin-top: 12px; }
.review-card-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
}
.review-home-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.review-role { margin: 2px 0 0; font-size: 12px; color: var(--muted); }
.review-product-tag {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--navy);
  background: var(--bg-soft);
  padding: 4px 10px;
  border-radius: 999px;
}
.review-card--home { min-height: 240px; }
.pd-reviews-score b { font-size: 2.4rem; color: var(--navy); }
.pd-reviews-score span { font-size: 1rem; color: var(--muted); }
.pd-reviews-list { display: grid; gap: 14px; }
.review-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--bg-soft);
}
.review-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.review-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.thumb-sm,
.thumb-xs {
  position: relative;
  overflow: hidden;
}
.thumb-sm {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--bg-soft);
  flex-shrink: 0;
}
.thumb-sm .thumb-img,
.thumb-xs .thumb-img {
  position: absolute;
  inset: 0;
}
.cart-row .thumb-sm { width: 64px; height: 64px; }

/* ── MON COMPTE ── */
.account-auth {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
}
.account-tabs { display: flex; gap: 8px; margin-bottom: 24px; }
.account-tab {
  flex: 1;
  padding: 12px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  background: var(--bg-soft);
}
.account-tab.active { background: var(--navy); color: #fff; }
.account-form.hidden { display: none; }
.account-auth-hint { font-size: 13px; color: var(--muted); margin-top: 12px; line-height: 1.5; }
.link-btn {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: var(--red);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.account-notice {
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
.account-notice--info {
  background: #eef6ff;
  border: 1px solid #c5dff8;
  color: #1a4a7a;
}
.account-notice--warn {
  background: #fff8eb;
  border: 1px solid #f0d49a;
  color: #6b4a00;
}
.account-notice h3 { margin: 0 0 8px; font-size: 1.05rem; }
.account-auth-title { margin: 0 0 20px; font-size: 1.35rem; font-weight: 700; text-align: center; }
.account-section--password { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.account-section--password h3 { margin-bottom: 12px; font-size: 1rem; }
.otp-inline-verify { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-end; margin-top: 12px; }
.otp-inline-verify .field { flex: 1; min-width: 140px; margin: 0; }
.otp-back-btn { background: none; border: none; padding: 0; cursor: pointer; font-size: 13px; color: var(--navy); font-weight: 600; }
.account-inline-form { display: grid; gap: 12px; margin-top: 16px; max-width: 360px; }
.account-dash { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; min-width: 0; }
#accountRoot { min-width: 0; max-width: 100%; }
.account-nav {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
}
.account-user { text-align: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.account-user-text {
  min-width: 0;
  max-width: 100%;
}
.account-user-text b,
.account-user-text small {
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.account-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.account-user b { display: block; font-size: 15px; }
.account-user small { color: var(--muted); font-size: 12px; }
.account-user-text b { font-size: 15px; line-height: 1.35; }
.account-user-text small { color: var(--muted); font-size: 12px; line-height: 1.35; }
.account-nav nav { display: grid; gap: 4px; }
.account-nav nav a,
.account-nav nav button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: 0;
}
.account-nav-tabs button {
  border: 0;
}
.account-nav nav button.active,
.account-nav nav button:hover { background: var(--bg-soft); color: var(--navy); }
.account-nav-wrap { display: grid; gap: 4px; }
.account-nav-tabs { display: grid; gap: 4px; }
.account-nav-tabs button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.account-nav-tabs button.active,
.account-nav-tabs button:hover { background: var(--bg-soft); color: var(--navy); }
.account-nav-logout {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.account-nav-logout:hover { background: var(--bg-soft); color: var(--navy); }
.account-cards-wrap { position: relative; margin-bottom: 28px; }
.account-cards-hint { display: none; }
.account-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 0; }
.account-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.account-main {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  min-height: 420px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.orders-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.orders-panel-head h2 { margin: 0; }
.orders-panel-count {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}
.orders-board {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.orders-board__head {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) 96px minmax(108px, 1fr) minmax(96px, 0.9fr) 52px;
  gap: 12px;
  padding: 12px 18px;
  background: var(--bg-soft);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.orders-board__row {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) 96px minmax(108px, 1fr) minmax(96px, 0.9fr) 52px;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  transition: background 0.15s;
}
.orders-board__row:last-child { border-bottom: none; }
.orders-board__row:hover { background: #fafbfc; }
.orders-board__order {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.orders-board__thumb {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid var(--line);
}
.orders-board__thumb--empty {
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
}
.orders-board__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.orders-board__order-info { min-width: 0; }
.orders-board__order-info strong {
  display: block;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 2px;
}
.orders-board__order-info small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orders-board__date {
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}
.orders-board__status {
  min-width: 0;
  display: flex;
  justify-content: flex-start;
}
.orders-board__status .order-status {
  max-width: 100%;
  font-size: 10px;
  padding: 4px 10px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orders-board__total {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  text-align: right;
  white-space: nowrap;
}
.orders-board__action {
  text-align: right;
}
.orders-board__action a {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
}
.orders-board__action a:hover { color: var(--accent); }
.account-main h2 { margin-bottom: 24px; }
.account-card b { display: block; font-size: 1.4rem; color: var(--navy); margin-bottom: 4px; }
.account-card span { font-size: 12px; color: var(--muted); }
.account-card--reviews.is-active {
  border-color: var(--navy);
  background: #eff6ff;
}
.account-card--reviews.is-active b { color: var(--red); }
.account-review-dash {
  margin: -12px 0 24px;
  padding: 14px 16px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.account-review-dash p { margin: 0; font-size: 13px; color: var(--ink); }
.address-geo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 4px 0 12px;
  padding: 12px 14px;
  background: var(--bg-soft);
  border: 1px dashed var(--line);
  border-radius: 14px;
}
.address-geo-btn { display: inline-flex; align-items: center; gap: 6px; }
.address-geo-hint { font-size: 11px; color: var(--muted); }
.address-geo-status {
  flex: 1 1 100%;
  margin: 0;
  font-size: 12px;
  color: #15803d;
}
.address-geo-status.is-error { color: #b91c1c; }
.account-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
}
.account-section h3 { font-size: 1rem; margin-bottom: 12px; }
.account-empty { color: var(--muted); font-size: 14px; }

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: start;
}
.cart-main { display: flex; flex-direction: column; gap: 20px; }
.cart-table {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.cart-table-header {
  display: grid;
  grid-template-columns: 1fr 110px 120px 110px 40px;
  gap: 12px;
  padding: 14px 20px;
  background: var(--bg-soft);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.cart-row {
  display: grid;
  grid-template-columns: 1fr 110px 120px 110px 40px;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}
.cart-row:last-child { border-bottom: none; }
.cart-product {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.cart-thumb { flex-shrink: 0; display: block; }
.cart-thumb .thumb-sm {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-soft);
}
.cart-product-info { min-width: 0; }
.cart-product-name {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--accent);
  margin-bottom: 4px;
  line-height: 1.35;
}
.cart-product-name:hover { color: var(--navy); }
.cart-product-cat { font-size: 12px; color: var(--muted); }
.cart-unit,
.cart-line-total { font-size: 14px; font-weight: 600; }
.cart-line-total { color: var(--accent); }
.cart-remove {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--muted);
  background: transparent;
  transition: 0.2s;
}
.cart-remove:hover { background: var(--bg-soft); color: var(--red); }
.cart-coupon {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px 22px;
  background: #fff;
}
.cart-coupon h4 { font-size: 14px; margin: 0 0 12px; }
.cart-coupon-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cart-coupon-form input {
  flex: 1;
  min-width: 180px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 0 16px;
  font-size: 16px;
  text-transform: uppercase;
}
.cart-coupon-form .btn { flex-shrink: 0; padding: 10px 20px; }
.cart-coupon-msg { font-size: 13px; margin: 10px 0 0; }
.cart-coupon-msg--ok { color: #1a7f4b; }
.cart-coupon-msg--err { color: var(--red); }
.cart-shipping-hint { font-size: 12px; color: var(--muted); margin: 8px 0 0; }
.cart-shipping-hint--ok { color: #1a7f4b; }
.cart-coupon-clear {
  background: none;
  border: none;
  color: var(--navy);
  font-weight: 600;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
.cart-coupon-hint { font-size: 11px; color: var(--muted); margin: 8px 0 0; }
.cart-continue {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.cart-continue:hover { color: var(--red); }
.cart-summary,
.summary {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
  background: #fff;
}
.cart-summary h3,
.summary h3 { font-size: 1.1rem; margin: 0 0 16px; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; color: var(--muted); gap: 12px; }
.summary-row--discount { color: #1a7f4b; font-weight: 600; }
.summary-row.total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; color: var(--accent); font-weight: 700; font-size: 18px; }
.cart-checkout { margin-top: 16px; }
.cart-empty { text-align: center; padding: 60px 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.cart-empty h3 { margin-bottom: 8px; }
.cart-empty p { color: var(--muted); margin-bottom: 20px; }

.section--cart { padding: 40px 0 56px; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.contact-page .contact-layout { gap: 40px; }
.contact-intro,
.support-intro {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 22px;
  max-width: 42ch;
}
.contact-aside { display: flex; flex-direction: column; gap: 8px; }
.ci-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(20, 37, 78, 0.04);
}
.ci-card--link {
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.ci-card--link:hover {
  border-color: rgba(196, 30, 58, 0.25);
  box-shadow: 0 8px 24px rgba(20, 37, 78, 0.08);
  transform: translateY(-1px);
}
.ci-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--bg-soft);
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}
.ci-card b { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--accent); margin-bottom: 4px; }
.ci-card p { margin: 0; font-size: 15px; font-weight: 600; color: var(--navy); }
.ci-card small { display: block; margin-top: 4px; font-size: 12px; color: var(--muted); font-weight: 500; }

.inquiry-form,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(20, 37, 78, 0.06);
}
.inquiry-form__head { margin-bottom: 24px; }
.inquiry-form__title,
.support-form h2 {
  font-size: 1.25rem;
  margin: 0 0 8px;
  color: var(--accent);
}
.inquiry-form__lead,
.support-form-lead {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
.inquiry-form__submit { margin-top: 4px; }

.inquiry-form-wrap { width: 100%; }
.inquiry-form__success {
  border: 1px solid rgba(15, 107, 69, 0.25);
  border-radius: 20px;
  padding: 40px 32px;
  background: linear-gradient(180deg, #f6fcf9 0%, #fff 100%);
  text-align: center;
  box-shadow: 0 4px 24px rgba(20, 37, 78, 0.06);
}
.inquiry-form__success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #0f6b45;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 700;
}
.inquiry-form__success h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  color: var(--accent);
}
.inquiry-form__success p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 36ch;
  margin-inline: auto;
}
.inquiry-form__error {
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: var(--radius-pill);
  background: #fef3f2;
  border: 1px solid rgba(180, 35, 24, 0.2);
  color: #b42318;
  font-size: 14px;
  font-weight: 600;
}

.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 8px; color: var(--accent); }
.field-hint { display: block; margin-top: 6px; font-size: 12px; color: var(--muted); font-weight: 500; }
.inquiry-form .field input,
.inquiry-form .field select,
.contact-form .field input,
.contact-form .field select,
.field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 12px 18px;
  font-size: 16px;
  font-family: inherit;
  color: var(--navy);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.inquiry-form .field textarea,
.contact-form .field textarea,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 12px 18px;
  font-size: 16px;
  font-family: inherit;
  color: var(--navy);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 140px;
  resize: vertical;
  line-height: 1.6;
}
.inquiry-form .field textarea:focus,
.contact-form .field textarea:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(196, 30, 58, 0.45);
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.08);
}
.inquiry-form .field input:focus,
.inquiry-form .field select:focus,
.contact-form .field input:focus,
.contact-form .field select:focus,
.field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.field select:focus {
  outline: none;
  border-color: rgba(196, 30, 58, 0.45);
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.08);
}
.inquiry-form .field select,
.contact-form .field select,
.field select {
  height: 48px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2314254e' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: var(--navy);
  color: #fff;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 600;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
}
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.toast.toast--success { background: #0f6b45; }
.toast.toast--error { background: #b42318; }

.shop-banner--slim { min-height: 120px; }
.shop-banner--slim .shop-banner-inner { padding: 28px 20px 16px; }
.shop-banner--slim .shop-banner-inner h1 { font-size: clamp(1.3rem, 3vw, 1.7rem); margin: 4px 0 0; }
.shop-banner-ad--slim .shop-banner-ad-inner { padding: 10px 20px; }
.shop-banner-ad--slim p { font-size: 12px; color: #fff; margin: 0; }
.section--tight-top { padding-top: 32px; }

/* Trust bar encadrée (style original) */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--navy);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
}
.trust-bar-item:last-child { border-right: none; }
.trust-bar-img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  object-fit: contain;
}
.trust-bar-txt b {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--accent);
}
.trust-bar-txt span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

/* Paiement logos */
.pay-logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.pay-logos-row--compact { margin-top: 14px; gap: 10px; }
.pay-logo {
  height: 40px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 6px 10px;
  border: 1px solid var(--line);
}
.pay-logos-row--compact .pay-logo { height: 36px; max-width: 96px; padding: 4px 8px; }
.footer-brand .pay-logos-row { margin-top: 20px; }
.footer-brand .pay-logo { height: 32px; background: rgba(255,255,255,0.95); }

/* Newsletter collée au footer */
.site-footer-wrap {
  margin-top: 0;
  display: block;
}
.site-footer-wrap .newsletter-section {
  background: var(--navy);
  padding: 36px 0;
  margin: 0;
  border-bottom: none;
}
.site-footer-wrap .site-footer {
  margin-top: 0;
  padding-top: 60px;
}
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.newsletter-copy { color: #fff; max-width: 400px; flex: 1 1 240px; }
.newsletter-copy h2 { color: #fff; font-size: 1.35rem; margin: 6px 0; font-weight: 700; }
.newsletter-copy p { color: rgba(255,255,255,0.78); font-size: 13px; line-height: 1.6; }
.newsletter-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.14);
  color: #fff;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}
.newsletter-form {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  max-width: 440px;
  gap: 0;
  background: #fff;
  border-radius: var(--radius-pill);
  padding: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.newsletter-form input {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: none;
  padding: 0 18px;
  font-size: 16px;
  background: transparent;
}
.newsletter-form .btn {
  flex-shrink: 0;
  padding: 10px 22px;
  font-size: 11px;
  white-space: nowrap;
  box-shadow: none;
}
.newsletter-form .btn-red:hover {
  background: #b5121c;
  border-color: #b5121c;
  color: #fff;
}
.newsletter-actions {
  flex: 1 1 280px;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  align-self: center;
}
.newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  cursor: pointer;
}
.newsletter-consent input {
  margin-top: 2px;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  accent-color: var(--accent);
}
@media (min-width: 769px) {
  .newsletter-consent {
    align-items: center;
    gap: 7px;
    font-size: 10px;
    line-height: 1.35;
  }
  .newsletter-consent input {
    width: 13px;
    height: 13px;
    margin-top: 0;
  }
}
.newsletter-consent a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Product carousel home — scroll 4 at a time desktop */
.product-carousel-wrap { overflow: hidden; position: relative; }
.product-row-slider {
  position: relative;
  padding: 0 var(--home-row-inset);
}
.product-row-arrow {
  position: absolute;
  top: 38%;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: 0.2s;
}
.product-row-arrow:hover { color: var(--red); border-color: rgba(225,27,39,0.25); }
.product-row-arrow--prev { left: 0; }
.product-row-arrow--next { right: 0; }
.product-row-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
.product-row-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d1d5db;
  transition: 0.2s;
}
.product-row-dots button.active {
  width: 20px;
  border-radius: 999px;
  background: var(--red);
}
.product-carousel-wrap .products.product-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 2px 8px;
  -webkit-overflow-scrolling: touch;
}
.product-carousel-wrap .products.product-scroll::-webkit-scrollbar { display: none; }
.product-carousel-wrap .product {
  flex: 0 0 calc(25% - 12px);
  min-width: 210px;
  min-height: var(--product-card-h, 328px);
  scroll-snap-align: start;
}
.section-related-products .product-row-slider {
  margin-top: 4px;
}
.section-related-products .product-carousel-wrap {
  width: 100%;
}
@media (max-width: 1024px) {
  .product-carousel-wrap .product { flex: 0 0 calc(33.333% - 11px); min-width: 190px; }
}
@media (max-width: 768px) {
  .product-row-slider { padding: 0 0; }
  .product-row-arrow { display: none; }
  .product-carousel-wrap {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .product-carousel-wrap .product {
    flex: 0 0 68%;
    max-width: 280px;
  }
}

/* ── HOME PAGE — spacing & sections (Avantis-inspired, Darmanko DNA) ── */
body[data-page="Accueil"] .home-section {
  padding: var(--home-section-py) 0;
}
body[data-page="Accueil"] .home-section--compact {
  padding: var(--home-section-py) 0;
}
body[data-page="Accueil"] .home-section--soft {
  background: var(--bg-soft);
}
body[data-page="Accueil"] .hero-slider {
  margin-bottom: 0;
  padding: var(--home-section-py) 0;
}
body[data-page="Accueil"] .home-section:has(.product-row-slider) .home-section-head {
  padding-left: var(--home-row-inset);
  padding-right: var(--home-row-inset);
}
.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.home-section-head--stack {
  align-items: flex-end;
  margin-bottom: 22px;
}
.home-section-head__text {
  flex: 1;
  min-width: 0;
}
.home-section-label {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
}
.home-section-label--rose { background: rgba(225, 27, 39, 0.08); color: var(--red); }
.home-section-label--mint { background: rgba(13, 122, 95, 0.15); color: #fff; }
.home-section-label--sky { background: rgba(20, 37, 78, 0.08); color: var(--navy); }
.home-section-label--sand { background: rgba(180, 83, 9, 0.1); color: #b45309; }
.home-section-label--lavender { background: rgba(124, 58, 237, 0.08); color: #7c3aed; }
.home-section-label--navy { background: rgba(20, 37, 78, 0.08); color: var(--navy); }
.home-section-title {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--accent);
  margin: 0;
  line-height: 1.25;
}
.home-section-sub {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  max-width: 520px;
}
.home-section-link {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--navy);
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}
.home-section-link:hover {
  color: var(--red);
  border-bottom-color: rgba(225, 27, 39, 0.35);
}
.home-quick-cats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 12px;
}
.cat-tile--quick {
  text-align: center;
  padding: 12px 8px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.cat-tile--quick:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(20, 37, 78, 0.1);
}
.cat-tile--quick .cat-tile-img {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-soft);
}
.cat-tile--quick .cat-tile-photo,
.cat-tile--quick .thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cat-tile--quick b {
  display: block;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 600;
}
.cat-tile--quick span { font-size: 9px; color: var(--muted); }
.home-ad-banner-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  padding: 32px;
  box-shadow: var(--shadow-md);
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.home-ad-banner-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(20, 37, 78, 0.15);
}
.home-ad-banner-inner--navy {
  background: linear-gradient(135deg, var(--navy) 0%, #1e3a7a 100%);
}
.home-ad-banner-inner--mint {
  background: linear-gradient(135deg, #0a5c47 0%, #0d7a5f 100%);
}
.home-ad-banner-cta {
  display: inline-block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
}
.home-ad-banner-copy h2 {
  color: #fff;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  margin: 8px 0 10px;
  letter-spacing: -0.02em;
}
.home-ad-banner-copy p {
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 420px;
}
.home-ad-banner-visual {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
}
.home-ad-banner-visual img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Paiement sécurisé — style Backmarket */
.pay-trust {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px);
  border-radius: 20px;
  background: #E4D4F2;
}
.pay-trust__title {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #111;
}
.pay-trust__sub {
  margin: 0 0 24px;
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.72);
  max-width: 440px;
}
.pay-trust__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.pay-trust__btn:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-1px);
}
.pay-trust__card {
  background: #fff;
  border-radius: 16px;
  padding: clamp(16px, 2.5vw, 22px);
  box-shadow: 0 4px 24px rgba(20, 37, 78, 0.06);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pay-trust__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pay-trust__item:last-child {
  border-bottom: none;
}
.pay-trust__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDE4F8;
}
.pay-trust__icon--wave,
.pay-trust__icon--orange,
.pay-trust__icon--cash {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 6px;
}
.pay-trust__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pay-trust__label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}
@media (max-width: 768px) {
  .pay-trust {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .pay-trust__card {
    width: 100%;
  }
}

body[data-page="Accueil"] .promo-section {
  padding: var(--home-section-py) 0;
}
body[data-page="Accueil"] .promo-banner {
  gap: 20px;
}

/* Reviews — carousel (inspiré témoignages, DNA Darmanko) */
body[data-page="Accueil"] .reviews-carousel-section {
  background: var(--bg-soft);
}
.reviews-carousel-head {
  text-align: center;
  margin-bottom: 32px;
}
.reviews-carousel-title {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent);
  margin: 0 0 8px;
  line-height: 1.2;
  text-transform: uppercase;
}
.reviews-carousel-hl {
  color: var(--red);
}
.reviews-carousel-sub {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}
.reviews-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
.reviews-carousel-viewport {
  flex: 1;
  overflow: hidden;
  padding: 12px 0 20px;
}
.reviews-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.review-slide {
  flex: 0 0 min(520px, 78vw);
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0.45;
  transform: scale(0.94);
}
.review-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.review-slide .review-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 32px 32px;
  box-shadow: 0 4px 24px rgba(20, 37, 78, 0.08);
  border: 1px solid rgba(20, 37, 78, 0.06);
  min-height: 220px;
}
.review-slide.is-active .review-card {
  box-shadow: 0 12px 40px rgba(20, 37, 78, 0.12);
}
.review-name {
  margin: 0 0 8px;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}
.review-stars {
  color: var(--red);
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 14px;
  line-height: 1;
}
.review-title {
  margin: 0 0 12px;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.3;
}
.review-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
}
.reviews-carousel-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(20, 37, 78, 0.2);
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
}
.reviews-carousel-arrow:hover {
  background: var(--red);
  transform: scale(1.05);
}
.reviews-carousel-arrow--prev { margin-right: -8px; }
.reviews-carousel-arrow--next { margin-left: -8px; }
.reviews-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.reviews-carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: 0.25s;
  padding: 0;
}
.reviews-carousel-dots button.active {
  background: var(--red);
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .reviews-carousel-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .reviews-carousel-wrap {
    display: block;
    padding: 0;
  }
  .reviews-carousel-arrow {
    display: none;
  }
  .reviews-carousel-viewport {
    overflow: hidden;
    padding: 8px 0 16px;
    margin: 0;
  }
  .reviews-carousel-track {
    gap: 0;
  }
  .review-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    transform: none;
  }
  .review-slide.is-active {
    opacity: 1;
    transform: none;
  }
  .review-slide .review-card {
    padding: 20px 18px 22px;
    min-height: 0;
    border-radius: 16px;
  }
  .review-card--home {
    min-height: 0;
  }
  .review-card--home .review-home-head {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 12px;
    row-gap: 6px;
    align-items: start;
    margin-bottom: 14px;
  }
  .review-card--home .review-avatar {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
  }
  .review-card--home .review-home-head > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .review-card--home .review-product-tag {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    justify-self: start;
  }
  .review-card--home .review-name {
    font-size: 13px;
    color: var(--navy);
    font-weight: 700;
  }
  .review-card--home .review-role {
    font-size: 11px;
  }
  .review-card--home .review-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .review-card--home .review-text {
    font-size: 13px;
    line-height: 1.65;
  }
  .reviews-carousel-head { margin-bottom: 20px; }
  .reviews-carousel-title {
    font-size: 1.15rem;
    line-height: 1.25;
  }
  .reviews-carousel-dots {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  :root { --home-section-py: 40px; --home-row-inset: 0px; }
  .home-ad-banner-inner { grid-template-columns: 1fr; padding: 24px 20px; }
  .home-ad-banner-visual { max-height: 180px; }
  .home-section-head { margin-bottom: 18px; }
}

/* About page */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.about-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 360px;
  background: linear-gradient(145deg, var(--navy) 0%, #243a6b 100%);
}
.about-visual img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  min-height: 360px;
  max-height: 520px;
  display: block;
}
.about-visual--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.about-visual-placeholder {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  padding: 32px 24px;
}
.about-visual-placeholder-icon {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 12px;
  opacity: 0.85;
}
.about-visual-placeholder p {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.about-visual-placeholder small {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}
.about-visual-placeholder code {
  font-size: 9px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
.about-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
}
.about-text h2 { font-size: clamp(1.45rem, 2.8vw, 1.9rem); margin: 10px 0 16px; }
.about-text p { color: var(--muted); margin-bottom: 14px; line-height: 1.75; font-size: clamp(14px, 1.6vw, 16px); }
.page-prose .about-mv-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.about-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 16px;
}
.about-stat b { display: block; font-size: 1.6rem; color: var(--navy); margin-bottom: 4px; }
.about-stat span { font-size: 12px; color: var(--muted); }
.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.about-value {
  text-align: center;
  padding: 28px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.about-value img { margin: 0 auto 14px; }
.about-value b { display: block; font-size: 14px; margin-bottom: 8px; }
.about-value p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* About — mission & vision */
.about-mv-section { background: var(--bg-soft); }
.about-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about-mv-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 2px 8px rgba(20, 37, 78, 0.04);
}
.about-mv-card--accent {
  border-color: rgba(225, 27, 39, 0.15);
  background: linear-gradient(145deg, #fff 0%, rgba(225, 27, 39, 0.03) 100%);
}
.about-mv-label {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.about-mv-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 12px;
  line-height: 1.3;
}
.about-mv-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

/* Support page */
.support-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
.support-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.support-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 18px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.support-card > div {
  flex: 1;
  min-width: 0;
}
.support-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
  border-color: rgba(20, 37, 78, 0.12);
}
.support-card--static { cursor: default; }
.support-card--static:hover { transform: none; }
.support-card-icon {
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}
.support-card b {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 4px;
}
.support-card span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.support-card small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.support-card--phone:hover span { color: var(--red); }
.support-card--wa:hover span { color: #25d366; }
.support-faq-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}
.support-faq h2 {
  font-size: 1.25rem;
  margin: 0 0 18px;
  color: var(--accent);
}
.faq-list { display: grid; gap: 10px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.faq-item summary {
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 700;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.faq-item .faq-answer {
  padding: 0 18px 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.faq-item .faq-answer p {
  margin: 0 0 0.65em;
  padding: 0;
}
.faq-item .faq-answer p:last-child { margin-bottom: 0; }
.faq-item a { color: var(--navy); font-weight: 600; }

/* Legal pages */
.legal-page {
  padding: 48px 0 72px;
}
.legal-prose {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 4px;
}
.legal-updated {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 32px;
  padding-top: 4px;
}
.legal-prose h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent);
  margin: 32px 0 12px;
}
.legal-prose h2:first-of-type {
  margin-top: 8px;
}
.legal-prose p,
.legal-prose li {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin-bottom: 12px;
}
.legal-prose ul {
  margin: 0 0 16px 20px;
  padding: 0;
}
.legal-prose a { color: var(--navy); font-weight: 600; }
.legal-contact {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

/* Review form harmonieux */
.review-form-card {
  margin-top: 24px;
  padding: 24px;
  background: var(--bg-soft);
  border-radius: 20px;
  border: 1px solid var(--line);
}
.review-form-card h4 { font-size: 15px; margin-bottom: 16px; }
.review-form { display: grid; gap: 12px; }
.review-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 4px;
}
.review-form textarea,
.review-form input[type="text"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 14px;
  background: #fff;
  resize: vertical;
}
.review-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}
.review-stars-input { display: flex; gap: 4px; margin-bottom: 4px; }
.review-stars-input button {
  font-size: 1.5rem;
  color: #ddd;
  padding: 0 2px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}
.review-stars-input button.active { color: #f5a623; }
.review-card--new { border-color: var(--navy); }

/* Perks & trust produit */
.pd-trust-lock { flex-shrink: 0; object-fit: contain; }
.pd-perk { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.perk-img { flex-shrink: 0; object-fit: contain; }

@media (max-width: 768px) {
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .trust-bar-item:nth-child(2) { border-right: none; }
  .trust-bar-item { border-bottom: 1px solid var(--line); }
  .trust-bar-item:nth-child(3),
  .trust-bar-item:nth-child(4) { border-bottom: none; }
  .newsletter-inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
  }
  .newsletter-copy {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }
  .newsletter-copy h2 { font-size: 1.2rem; margin: 4px 0 2px; }
  .newsletter-copy p { font-size: 12px; line-height: 1.45; margin: 0; padding: 0; }
  .newsletter-tag { margin-bottom: 2px; }
  .trust-bar-section { padding: 32px 0 40px; }
  .pd-trust-inline { padding: 0 0 32px; }
  .site-footer-wrap .newsletter-section { padding: 24px 0; }
  .newsletter-actions {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .newsletter-consent {
    justify-content: flex-start;
    text-align: left;
    font-size: 10px;
    line-height: 1.4;
    padding: 0 4px;
  }
  .newsletter-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    gap: 0;
    background: #fff;
    border-radius: var(--radius-pill);
    padding: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }
  .newsletter-form input {
    flex: 1;
    min-width: 0;
    height: 42px;
    font-size: 13px;
    padding: 0 14px;
    border-radius: 0;
    background: transparent;
  }
  .newsletter-form .btn {
    flex-shrink: 0;
    padding: 10px 16px;
    font-size: 10px;
    border-radius: var(--radius-pill);
    box-shadow: none;
  }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-table-header { display: none; }
  .cart-row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "product remove"
      "unit unit"
      "qty total";
    gap: 10px 12px;
    padding: 16px;
  }
  .cart-product { grid-area: product; }
  .cart-remove { grid-area: remove; justify-self: end; }
  .cart-unit { grid-area: unit; font-size: 13px; color: var(--muted); font-weight: 500; }
  .cart-unit::before { content: "Prix unitaire : "; }
  .cart-row .qty { grid-area: qty; justify-self: start; }
  .cart-line-total { grid-area: total; justify-self: end; font-size: 15px; }
  .cart-coupon-form { flex-direction: column; }
  .cart-coupon-form input,
  .cart-coupon-form .btn { width: 100%; }
  .page-head-inner { flex-direction: column; align-items: flex-start; gap: 6px; }
  .page-head-bc { font-size: 12px; text-align: left; color: rgba(255, 255, 255, 0.78); }
  .page-head-bc.breadcrumb { color: rgba(255, 255, 255, 0.78); }
  .page-head--product { padding: 12px 0; }
  .page-head--product .page-head-bc,
  .page-head--product .page-head-bc.breadcrumb {
    color: var(--muted);
  }
  .page-head--product .page-head-bc a,
  .page-head--product .page-head-bc.breadcrumb a {
    color: var(--navy);
  }
  .page-head--product .page-head-bc { font-size: 11px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 280px; }
  .about-visual img { min-height: 280px; max-height: none; aspect-ratio: 16/10; }
  .page-prose .about-mv-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .about-values { grid-template-columns: 1fr; }
  .about-mv-grid { grid-template-columns: 1fr; }
  .support-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .support-card {
    padding: 16px 14px;
    gap: 12px;
  }
  .support-card span { font-size: 13px; }
  .support-intro {
    max-width: none;
    padding-inline: 4px;
    margin-bottom: 20px;
  }
  .support-faq-layout { grid-template-columns: 1fr; }
  .product-thumb-wrap .ast-on-card-button { display: none; }
  .product-card-add { display: inline-flex; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-legal { width: 100%; }
  .review-form-row { grid-template-columns: 1fr; }
  .review-form-row .btn { width: 100%; }
  .pay-logo { height: 30px; max-width: 60px; }
}

@media (max-width: 380px) {
  .newsletter-form .btn { padding: 10px 12px; font-size: 9px; }
  .newsletter-form input { font-size: 16px; padding: 0 12px; }
}

/* Catégories carousel mobile */
.cat-carousel {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .cat-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cat-carousel::-webkit-scrollbar { display: none; }
  .cat-carousel .cat-tile {
    flex: 0 0 140px;
    scroll-snap-align: start;
  }
}

/* Témoignages carousel */
.testimonial-carousel { overflow: hidden; max-width: 720px; margin: 0 auto; }
.testimonial-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.testimonial-slide {
  flex: 0 0 100%;
  text-align: center;
  padding: 20px 10px;
}
.testimonial-slide .stars { color: #f5a623; font-size: 1rem; letter-spacing: 3px; margin-bottom: 16px; }
.testimonial-slide blockquote {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  font-style: italic;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 14px;
}
.testimonial-slide cite { font-size: 13px; color: var(--muted); font-style: normal; }
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.testimonial-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  padding: 0;
  transition: 0.2s;
}
.testimonial-dots button.active { background: var(--navy); transform: scale(1.2); }

/* Grille boutique 2 colonnes */
.products.columns-2 { grid-template-columns: repeat(2, 1fr); }
.products.columns-4 { grid-template-columns: repeat(4, 1fr); }
.page-shop .shop-main--grid2 .products { grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (min-width: 1024px) {
  .page-shop .shop-main--grid2 .products { grid-template-columns: repeat(3, 1fr); }
}

/* Paiement produit — logos PNG */
.pd-pay-icons { display: none; }

/* Perks — images PNG via .perk-img */

/* Mobile bouton acheter pleine largeur */
@media (max-width: 768px) {
  .pd-actions { flex-direction: column; align-items: stretch; }
  .pd-actions .pd-qty { align-self: flex-start; }
}

/* Espace personnel */
.account-panel { display: none; }
.account-panel.active { display: block; }
.account-nav nav button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
}
.account-nav nav button.active,
.account-nav nav button:hover { background: var(--bg-soft); color: var(--navy); }
.account-welcome { color: var(--muted); margin-bottom: 20px; }
.account-quick { display: flex; flex-wrap: wrap; gap: 10px; }
.address-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: var(--bg-soft);
}
.address-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.address-delete-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  opacity: .55;
  padding: 4px;
  transition: opacity .2s;
}
.address-delete-btn:hover { opacity: 1; }
#addressesList {
  display: grid;
  gap: 16px;
  margin: 16px 0;
}
.address-card p { color: var(--muted); font-size: 14px; margin: 8px 0 12px; }
.addr-badge { font-size: 11px; font-weight: 600; color: var(--accent); margin-left: 4px; }
.field-check { display: flex; align-items: center; gap: 8px; font-size: 14px; margin: 10px 0; cursor: pointer; font-weight: 500; text-transform: none; letter-spacing: 0; }
.field-check input { width: auto; accent-color: var(--accent); }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.checkout-billing { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.checkout-billing.hidden, .hidden { display: none !important; }
.cart-login-prompt { font-size: 14px; color: var(--muted); margin-bottom: 12px; text-align: center; }
.address-form-actions { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
#addressFormWrap { margin-top: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.cart-checkout h4 { font-size: 1rem; margin: 20px 0 12px; }
.cart-checkout h4:first-child { margin-top: 0; }
.cart-checkout .field select { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 12px 18px; }
.order-card--link { display: flex; text-decoration: none; color: inherit; transition: border-color .2s, box-shadow .2s; }
.order-card--link:hover { border-color: var(--accent); box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06); }
.order-status {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.order-status--awaiting-payment { background: #f3f4f6; color: #374151; }
.order-status--payment-offline { background: #dbeafe; color: #1d4ed8; }
.order-status--payment-received { background: #ede9fe; color: #6d28d9; }
.order-status--dispatched { background: #dcfce7; color: #15803d; }
.section--checkout { padding: 40px 0 56px; }
.checkout-layout { align-items: start; }
.checkout-main { min-width: 0; }
.checkout-form { display: grid; gap: 28px; }
.checkout-step { border: 1px solid var(--line); border-radius: 20px; padding: 22px; background: #fff; }
.checkout-step h3 { margin: 0 0 14px; font-size: 1.05rem; }
.checkout-back { margin-top: 16px; font-size: 14px; }
.checkout-back a { color: var(--muted); }
.checkout-summary-lines { list-style: none; padding: 0; margin: 0 0 16px; max-height: 220px; overflow: auto; }
.checkout-summary-lines li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 13px; align-items: center; }
.checkout-summary-item { display: flex; align-items: center; gap: 10px; }
.checkout-summary-item .thumb-xs {
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-soft);
}
.checkout-summary-item-text { flex: 1; min-width: 0; }
.checkout-remove-btn {
  border: none;
  background: transparent;
  color: var(--red, #E11B27);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}
.order-line-item { display: flex; align-items: center; gap: 10px; }
.order-line-item--linked .order-line-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.order-line-item--linked .order-line-link:hover .order-line-desc {
  color: var(--red, #E11B27);
  text-decoration: underline;
}
.order-line-item--linked .order-line-price { flex-shrink: 0; }
.order-line-thumb {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bg-soft);
}
.order-line-thumb .thumb-img {
  position: absolute;
  inset: 0;
}
.order-line-desc { flex: 1; min-width: 0; }
.address-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(15, 23, 42, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.address-modal {
  width: min(520px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.address-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.address-modal-head h3 { margin: 0; font-size: 1.1rem; }
.address-modal-close {
  border: 0;
  background: var(--bg-soft);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
body.modal-open { overflow: hidden; }
.checkout-summary-lines li:last-child { border-bottom: 0; }
.checkout-hint { font-size: 14px; color: var(--muted); margin: 0 0 16px; }
.checkout-guest-panel {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #a5d6a7;
  background: #e8f5e9;
}
.checkout-guest-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.checkout-guest-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #1b5e20;
}
.checkout-guest-banner__access {
  flex-shrink: 0;
  border: 1px solid #66bb6a;
  background: #fff;
  color: #2e7d32;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.checkout-guest-banner__access:hover { background: #f1f8f2; border-color: #43a047; }
.client-auth-modal { max-width: 440px; }
.client-auth-modal .address-modal,
.client-auth-modal { overflow: hidden; }
.client-auth-modal .account-auth-hint,
.otp-sent-contact {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.client-auth-modal__tabs { margin-bottom: 16px; }
.account-guest-landing { max-width: 480px; margin: 0 auto; padding: 32px 24px; text-align: center; }
.account-guest-landing h2 { margin: 0 0 12px; }
.account-guest-landing p { color: var(--muted); margin: 0 0 20px; }
.checkout-member-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid #a5d6a7;
  background: #e8f5e9;
  color: #1b5e20;
  font-size: 14px;
}
.checkout-member-bar__label { font-weight: 600; flex-shrink: 0; }
.checkout-member-bar__meta {
  color: #2e7d32;
  min-width: 0;
  flex: 1 1 120px;
  text-align: right;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.checkout-auth-panel {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafafa;
}
.checkout-auth-panel.hidden { display: none !important; }
.checkout-auth-panel h4 { margin: 0 0 8px; font-size: 1rem; }
.checkout-auth-panel p { margin: 0 0 14px; font-size: 14px; color: var(--muted); }
.order-claim-block { margin-bottom: 24px; margin-top: 32px; }
.order-claim-block .order-claim-step--start { margin-top: 20px; }
.order-claim-block--centered {
  max-width: 520px;
  margin: 32px auto 0;
  text-align: center;
  padding: 32px 28px;
}
.order-claim-block--centered .order-claim-step--start { margin-top: 28px; }
.order-claim-block--centered .order-claim-email,
.order-claim-block--centered .order-claim-verify { text-align: left; }
.section--order-received {
  min-height: calc(100vh - 220px);
  padding: 48px 0 80px;
}
.order-received-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 16px;
}
.order-received-hero {
  text-align: center;
  margin-bottom: 32px;
}
.order-received-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.order-received-thanks {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
  text-align: center;
}
.order-received-lead {
  text-align: center;
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.order-received-cta {
  text-align: center;
  margin-bottom: 36px;
}
.order-received-wrap .receipt-register {
  margin: 0 auto 40px;
  max-width: 560px;
}
.receipt-register__inner {
  padding: 32px 28px;
  border-radius: 18px;
  background: #eef4ff;
  border: 1px solid #c7d9f5;
  text-align: center;
}
.receipt-register__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c7d9f5;
  color: var(--navy);
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.receipt-register__inner h3 { margin: 0 0 8px; font-size: 1.15rem; }
.receipt-register__inner > p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.receipt-register__form {
  max-width: 380px;
  margin: 0 auto;
  text-align: left;
}
.order-received-wrap .order-detail--receipt { margin-top: 0; }
.section--order-confirmation {
  min-height: calc(100vh - 220px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 56px 0 80px;
}
.order-confirmation-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 0 16px;
}
.order-confirmation-thanks {
  margin: 0 0 32px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
}
.order-confirmation-wrap .order-claim-block--centered {
  margin: 0 0 48px;
  text-align: center;
}
.order-confirmation-wrap .order-detail--thank-you {
  margin-top: 8px;
  text-align: left;
}
.order-detail--thank-you {
  margin-top: 0;
}
.order-line-item--shipping {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.order-line-desc--shipping { font-weight: 600; color: var(--muted); }
.order-line-qty { color: var(--muted); font-weight: 500; }
.order-line-price { font-weight: 600; white-space: nowrap; }
.order-detail--account .order-detail-head { margin-bottom: 24px; }
.order-detail--account { padding: 32px; }
.order-confirmation-ref {
  margin: 24px 0 0;
  font-size: 14px;
  color: var(--muted);
}
.order-empty--center { text-align: center; margin: 48px auto; }
.payment-awaiting {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
}
.payment-awaiting-spinner,
.btn-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid var(--line);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: payment-spin .8s linear infinite;
  flex-shrink: 0;
}
.btn-spinner {
  width: 16px;
  height: 16px;
  border-color: currentColor;
  border-top-color: transparent;
  opacity: 0.9;
}
.btn.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}
@keyframes payment-spin { to { transform: rotate(360deg); } }
.order-detail--thank-you .order-detail-head { margin-top: 0; }
.order-confirmation-wrap .account-notice--info {
  margin-bottom: 0;
}
.payment-options { display: grid; gap: 10px; margin-bottom: 8px; }
.payment-option { cursor: pointer; }
.payment-option input { position: absolute; opacity: 0; pointer-events: none; }
.payment-option-box {
  display: flex; align-items: center; gap: 12px;
  border: 2px solid var(--line); border-radius: 16px; padding: 14px 16px;
  background: #fff; transition: border-color .2s, box-shadow .2s;
}
.payment-option-box small { display: block; font-size: 12px; color: var(--muted); font-weight: 500; }
.payment-option input:checked + .payment-option-box { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.payment-option-icon { width: 40px; height: 40px; object-fit: contain; }
.order-detail { border: 1px solid var(--line); border-radius: 24px; padding: 28px; background: #fff; }
.order-detail-head { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.order-detail-total { font-size: 1.5rem; font-weight: 700; color: var(--accent); }
.order-detail-badge { display: inline-block; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; margin-bottom: 8px; background: var(--bg-soft); }
.order-detail-thanks { color: #15803d; font-weight: 600; margin-bottom: 20px; }
.payment-flow-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 16px;
}
.order-detail--payment .payment-qr-block {
  background: #fff;
  border: 2px solid var(--line);
  text-align: center;
}
.payment-qr-block__head h3 { margin: 0 0 8px; font-size: 1.1rem; }
.payment-qr-block__head p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }
.payment-test-panel {
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
  border: 2px dashed #93c5fd;
  background: #f0f9ff;
  text-align: center;
}
.payment-test-panel__label {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1d4ed8;
}
.payment-test-panel__hint {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.payment-test-hint {
  margin: 16px 0 0;
  font-size: 13px;
  color: #1d4ed8;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 10px 14px;
  line-height: 1.5;
}
.section--payment-simulate { padding: 48px 0 80px; }
.payment-simulate-wrap { max-width: 480px; margin: 0 auto; }
.payment-simulate-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  text-align: center;
}
.payment-simulate-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1d4ed8;
  background: #eff6ff;
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.payment-simulate-card h1 { margin: 0 0 8px; font-size: 1.35rem; }
.payment-simulate-lead { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.payment-simulate-lines {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.payment-simulate-lines li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.payment-simulate-lines li:last-child { border-bottom: none; }
.payment-simulate-ship { background: var(--bg-soft); }
.payment-simulate-total { font-size: 1.15rem; margin: 0 0 24px; }
.payment-simulate-note {
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.payment-qr-block, .payment-info-block { border: 1px solid var(--line); border-radius: 20px; padding: 24px; margin-bottom: 20px; background: var(--bg-soft); }
.payment-qr-ref, .payment-ref-line { font-size: 14px; margin: 12px 0; }
.payment-qr-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 16px; }
.payment-qr-img { width: min(280px, 100%); height: auto; border-radius: 16px; border: 1px solid var(--line); background: #fff; padding: 12px; }
.payment-qr-missing { font-size: 14px; color: var(--muted); text-align: center; }
.order-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.order-detail-box { border: 1px solid var(--line); border-radius: 16px; padding: 16px; }
.order-detail-box h4 { margin: 0 0 10px; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.order-lines { list-style: none; padding: 0; margin: 0; }
.order-lines li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.order-lines li:last-child { border-bottom: 0; }
.order-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.order-empty { text-align: center; padding: 48px 20px; }
@media (max-width: 768px) { .order-detail-grid { grid-template-columns: 1fr; } }

/* ── RESPONSIVE (Astra breakpoints — ne pas modifier la logique) ── */
@media (max-width: 1200px) {
  .footer-grid {
    gap: 20px;
  }
  .footer-brand p { font-size: 13px; }
  .site-footer h4 { font-size: 11px; margin-bottom: 12px; }
  .site-footer li { font-size: 13px; margin-bottom: 8px; }
}

@media (max-width: 1024px) {
  .products { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-strip { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .header-grid,
  .header-grid--center {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "burger logo actions";
    gap: 8px;
    min-height: 52px;
  }
  .header-grid--center .header-nav { display: none; }
  .header-grid .burger,
  .header-grid--center .burger { justify-self: start; }
  .header-grid .site-branding,
  .header-grid--center .site-branding {
    justify-self: center;
    grid-column: logo;
  }
  .header-grid .header-actions,
  .header-grid--center .header-actions { justify-self: end; }
  [data-hdr-account] { display: none; }
  .burger { display: flex; }
  .header-nav { display: none; }
  .products { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .promo-banner { grid-template-columns: 1fr; }
  .promo-card { min-height: 260px; }
  .hero-main { min-height: 300px; }
  .hero-inner { padding: 36px 20px; }
  .announce-item { font-size: 10px; white-space: normal; text-align: center; line-height: 1.3; }
  .announce-ico { width: 22px; height: 22px; font-size: 11px; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    z-index: 210;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s;
    overflow-y: auto;
  }
  .filters.open { transform: translateX(0); }
  .filters-toggle { display: inline-flex; }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: none;
  }
  .pd-gallery-wrap { max-width: none; }
  .pd-gallery { max-width: 420px; margin: 0 auto; width: 100%; }
  .pd-buy-panel { position: static; }
  .pd-content-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pd-side-promo { position: static; }
  .pd-sticky-copy strong { max-width: 42vw; }
  .pd-sticky-bar .btn { min-width: 120px; padding-left: 16px; padding-right: 16px; }
  .pd-reviews-layout { grid-template-columns: 1fr; gap: 20px; }
  .bm-reviews-sidebar { position: static; }
  .pd-product-meta-row { gap: 6px; }
  .pd-customer-photo { width: 64px; height: 64px; }
  .review-product-tag { margin-left: 0; margin-top: 8px; }
  .section-related-products .product-carousel-wrap {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .section-related-products .product-row-arrow { display: none; }
  .account-dash {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    min-width: 0;
  }
  .account-main {
    padding: 20px 16px;
    min-height: 0;
    border-radius: 16px;
    width: 100%;
  }
  .account-panel[data-panel="dashboard"] h2 {
    font-size: 1.35rem;
    margin-bottom: 8px;
    line-height: 1.25;
  }
  .account-welcome {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  /* Menu : onglets glissants + déconnexion en dessous */
  .account-nav {
    position: static;
    top: auto;
    padding: 12px 14px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
  }
  .account-user {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    padding: 0 0 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--line);
  }
  .account-user-text {
    flex: 1;
    min-width: 0;
  }
  .account-avatar {
    width: 44px;
    height: 44px;
    font-size: 1rem;
    margin: 0;
    flex-shrink: 0;
  }
  .account-user b { font-size: 14px; line-height: 1.3; }
  .account-user-text b { font-size: 14px; line-height: 1.3; }
  .account-user small {
    display: block;
    font-size: 11px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .account-nav-wrap { gap: 10px; }
  .account-nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding-bottom: 4px;
    margin: 0 -2px;
  }
  .account-nav-tabs::-webkit-scrollbar { display: none; }
  .account-nav nav button,
  .account-nav-tabs button {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
    padding: 9px 14px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    font-size: 12px;
    text-align: center;
    scroll-snap-align: start;
  }
  .account-nav-tabs button.active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
  }
  .account-nav-logout {
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    background: transparent;
    color: var(--red);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid var(--line);
    margin-top: 2px;
    padding-top: 12px;
  }
  /* Stats : cartes empilées, vue directe (pas de slide) */
  .account-cards-hint { display: none !important; }
  .account-cards-wrap {
    margin: 0 0 22px;
    padding: 0;
  }
  .account-cards-wrap::after { display: none; }
  .account-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: visible;
    padding: 0;
  }
  .account-card {
    flex: none;
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    padding: 16px 18px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  }
  .account-card b {
    order: 2;
    font-size: 1.5rem;
    margin: 0;
    flex-shrink: 0;
  }
  .account-card span {
    order: 1;
    flex: 1;
    text-align: left;
    font-size: 14px;
    margin: 0;
  }
  .account-quick {
    flex-direction: column;
    align-items: stretch;
  }
  .account-quick .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .account-review-dash {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .account-main h2 {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
  .section:has(#accountRoot) {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow-x: clip;
  }
  .section:has(#accountRoot) .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .orders-board__head { display: none; }
  .orders-board__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }
  .orders-board__order-info small { white-space: normal; }
  .orders-board__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 4px;
  }
  .orders-board__date::before { content: ""; }
  .orders-board__date { font-size: 12px; }
  .orders-board__total { text-align: left; font-size: 15px; }
  .orders-board__action { text-align: left; }
  .shop-banner-ad-inner { justify-content: center; text-align: center; }
  .shop-ad-text { justify-content: center; }
  .cart-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cat-strip { grid-template-columns: repeat(2, 1fr); }
  .ast-on-card-button { opacity: 1; transform: translateX(-50%) translateY(0); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .products { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .account-card b { font-size: 1.5rem; }
  .account-main { padding: 16px 14px; }
  .orders-panel-head { flex-direction: column; align-items: flex-start; }
}

/* ── Blog ── */
body[data-page="Accueil"] .blog-home-section {
  padding: var(--home-section-py) 0;
  margin-bottom: 0;
}
.blog-home-section {
  padding: 56px 0 72px;
  margin-bottom: 32px;
  background: #fff;
}
.blog-home-head {
  margin-bottom: 22px;
}
.blog-home-more {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.blog-home-more:hover { color: var(--red); }

.blog-carousel-wrap { position: relative; }
.blog-carousel-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.blog-carousel-dots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: #cbd5e1;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.blog-carousel-dots button.active {
  background: var(--navy);
  transform: scale(1.25);
}

.blog-grid {
  display: grid;
  gap: 20px;
}
.blog-grid--home {
  grid-template-columns: repeat(3, 1fr);
}
.blog-grid--related {
  grid-template-columns: repeat(3, 1fr);
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  height: 100%;
}
.blog-card:hover {
  border-color: #d5dbe3;
  box-shadow: var(--shadow-sm);
}
.blog-card-media {
  display: block;
  overflow: hidden;
  background: var(--bg-soft);
  flex-shrink: 0;
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.blog-card:hover .blog-card-media img { transform: scale(1.03); }
.blog-card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: linear-gradient(135deg, #eef2f7 0%, #dfe6ef 100%);
}
.blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 18px;
  gap: 8px;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.blog-card-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
  text-decoration: none;
}
.blog-card-cat:hover { text-decoration: underline; }
.blog-card-byline {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.blog-card-byline--light { color: rgba(255, 255, 255, 0.82); margin-top: 8px; }
.blog-card-title {
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 6px 0 0;
  font-weight: 700;
}
.blog-card-title a { color: var(--navy); text-decoration: none; }
.blog-card-title a:hover { color: var(--red); }
.blog-card-excerpt {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-excerpt--short { -webkit-line-clamp: 2; font-size: 12px; }
.blog-card-link {
  margin-top: auto;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
}
.blog-card-link:hover { color: var(--red); }

.blog-card--home .blog-card-media { aspect-ratio: 16 / 9; max-height: 130px; }
.blog-card--home .blog-card-title { font-size: 0.9rem; }
.blog-card--home .blog-card-body { padding: 14px 16px 16px; }

.blog-card--grid .blog-card-media { aspect-ratio: 16 / 10; }
.blog-card--grid .blog-card-body { padding: 18px 20px 22px; }

.page-head--blog { padding: 28px 0 32px; }
.page-head--article { padding: 18px 0; }
.page-head--article .page-head-bc { width: 100%; text-align: left; }

.blog-magazine { padding: 40px 0 72px; background: #fff; }
.blog-magazine-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}
.blog-main { min-width: 0; }

.blog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.blog-toolbar-count { font-size: 13px; color: var(--muted); margin: 0; }
.blog-sort { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.blog-sort label { color: var(--muted); font-weight: 600; }
.blog-sort select {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 12px;
  font-family: var(--font);
  font-size: 13px;
  color: var(--navy);
  background: #fff;
}

.blog-grid--archive { grid-template-columns: repeat(2, 1fr); gap: 28px; }
.blog-grid--similar { grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 20px; }

.blog-sidebar { display: flex; flex-direction: column; gap: 24px; }
.blog-widget {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 18px;
}
.blog-widget-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.blog-widget-posts,
.blog-widget-comments,
.blog-widget-list { list-style: none; margin: 0; padding: 0; }
.blog-widget-posts li + li,
.blog-widget-comments li + li,
.blog-widget-list li + li { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.blog-widget-post {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
.blog-widget-post img,
.blog-widget-thumb-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--bg-soft);
}
.blog-widget-post-text strong {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: var(--navy);
  margin-bottom: 4px;
}
.blog-widget-post-text small { font-size: 11px; color: var(--muted); }
.blog-widget-comments a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
}
.blog-widget-comments strong { color: var(--navy); display: block; margin-bottom: 2px; }
.blog-widget-comments span { color: var(--muted); }
.blog-widget-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
}
.blog-widget-list a span { color: var(--muted); font-weight: 500; }
.blog-widget-list a:hover { color: var(--red); }
.blog-widget-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-widget-tags a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  background: var(--bg-soft);
}
.blog-widget-tags a span { color: var(--muted); font-weight: 500; }
.blog-widget-tags a:hover { border-color: var(--navy); }
.blog-widget-empty { font-size: 13px; color: var(--muted); }

.blog-empty { text-align: center; padding: 48px 20px; }
.blog-empty h2 { margin-bottom: 10px; color: var(--navy); }
.blog-empty p { color: var(--muted); margin-bottom: 24px; }

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.blog-page-btn {
  display: inline-flex;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  background: #fff;
}
.blog-page-btn:hover:not(.is-disabled) { border-color: var(--navy); background: var(--bg-soft); }
.blog-page-btn.is-disabled { opacity: 0.45; pointer-events: none; }
.blog-page-info { font-size: 13px; color: var(--muted); }

/* Article page */
.blog-article-header { margin-bottom: 24px; }
.blog-article-header h1 {
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  line-height: 1.2;
  color: var(--navy);
  margin: 10px 0 0;
  font-weight: 800;
}
.blog-article-featured {
  margin: 0 0 28px;
  border-radius: 12px;
  overflow: hidden;
}
.blog-article-featured img { width: 100%; height: auto; display: block; }

.blog-prose-content {
  font-size: 16px;
  line-height: 1.85;
  color: #334155;
}
.blog-prose-content h2,
.blog-prose-content h3 {
  color: var(--navy);
  font-weight: 800;
  margin: 1.75em 0 0.65em;
  line-height: 1.3;
}
.blog-prose-content h2 { font-size: 1.35rem; }
.blog-prose-content h3 { font-size: 1.15rem; }
.blog-prose-content p { margin: 0 0 1.1em; }
.blog-prose-content ul, .blog-prose-content ol { margin: 0 0 1.1em 1.3em; }
.blog-prose-content a { color: var(--red); font-weight: 600; }

.blog-article-metafoot {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.blog-article-metafoot p { margin-bottom: 12px; color: var(--muted); }
.blog-article-metafoot a { color: var(--navy); font-weight: 700; text-decoration: none; }
.blog-article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.blog-article-tags a {
  padding: 5px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
}
.blog-share { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.blog-share span { font-weight: 700; color: var(--navy); }
.blog-share a { font-size: 13px; font-weight: 600; color: var(--red); text-decoration: none; }

.blog-similar { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.blog-similar h2 { font-size: 1.2rem; color: var(--navy); margin-bottom: 4px; }

/* Comments */
.blog-comments { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.blog-comments > h2 { font-size: 1.2rem; color: var(--navy); margin-bottom: 24px; }
.blog-comment-list { list-style: none; margin: 0 0 32px; padding: 0; }
.blog-comment {
  display: flex;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.blog-comment-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
}
.blog-comment-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 8px;
}
.blog-comment-head strong { color: var(--navy); font-size: 14px; }
.blog-comment-head time { font-size: 12px; color: var(--muted); }
.blog-comment-body p { font-size: 14px; line-height: 1.65; color: #475569; margin: 0; }
.blog-comment-reply {
  margin-top: 10px;
  border: 0;
  background: none;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--red);
  cursor: pointer;
  font-family: var(--font);
}
.blog-comment-replies { list-style: none; margin: 16px 0 0; padding: 0 0 0 20px; border-left: 2px solid var(--line); }
.blog-comment--reply .blog-comment-avatar { width: 36px; height: 36px; font-size: 14px; }
.blog-comment-notice {
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 20px;
}
.blog-comment-notice--ok { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.blog-comment-empty { font-size: 14px; color: var(--muted); margin-bottom: 24px; }

.blog-comment-form-wrap h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 16px; }
.blog-comment-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.blog-comment-form-full { grid-column: 1 / -1; }
.blog-comment-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
}
.blog-comment-form input,
.blog-comment-form textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font-family: var(--font);
  font-size: 14px;
}
.blog-reply-hint { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.blog-reply-hint button { border: 0; background: none; color: var(--red); font-weight: 700; cursor: pointer; font-family: var(--font); }
.blog-form-errors { color: var(--red); font-size: 13px; margin-bottom: 12px; list-style: none; padding: 0; }

@media (max-width: 1024px) {
  .blog-magazine-inner { grid-template-columns: 1fr; }
  .blog-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 900px) {
  .blog-grid--archive,
  .blog-grid--similar { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  body[data-page="Accueil"] .blog-home-section { padding: var(--home-section-py) 0; margin-bottom: 0; }
  .blog-home-head { margin-bottom: 18px; }
  .blog-sidebar { grid-template-columns: 1fr; }
  .blog-comment-form-grid { grid-template-columns: 1fr; }
  .blog-carousel-wrap { margin: 0 -20px; padding: 0 20px; }
  .blog-grid--home,
  .blog-grid--related {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .blog-grid--home::-webkit-scrollbar,
  .blog-grid--related::-webkit-scrollbar { display: none; }
  .blog-grid--home .blog-card,
  .blog-grid--related .blog-card {
    flex: 0 0 78%;
    max-width: 280px;
    scroll-snap-align: start;
  }
  .blog-carousel-dots { display: flex; }
  .blog-toolbar { flex-direction: column; align-items: flex-start; }
}

@media (min-width: 769px) {
  .blog-grid--home .blog-card,
  .blog-grid--related .blog-card { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg,
  .hero-shine,
  .hero-deco,
  .eyebrow-dot,
  .btn-glow::after,
  .announce-bar,
  .promo-tag {
    animation: none !important;
  }
  .promo-card:hover .promo-card__bg,
  .promo-card:hover {
    transform: none;
  }
}

/* Commande en 1 clic (EasySell-style) */
.quick-order-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
}
body.quick-order-open { overflow: hidden; }
body.quick-order-open .toast { z-index: 13000; }
.quick-order-error {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  color: #8a1c13;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}
.quick-order-overlay--busy { cursor: wait; }
.quick-order-overlay--busy .quick-order-modal { pointer-events: none; opacity: 0.92; }
.quick-order-close:disabled { opacity: 0.35; cursor: not-allowed; }
.quick-order-modal {
  background: #fff;
  border-radius: 12px;
  width: min(520px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}
.quick-order-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 20px 0;
}
.quick-order-head h2 { margin: 0 0 6px; font-size: 1.25rem; }
.quick-order-head p { margin: 0; color: #666; font-size: 0.9rem; }
.quick-order-close {
  border: none;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.quick-order-form { padding: 16px 20px 20px; display: flex; flex-direction: column; gap: 0; }
.quick-order-grid { display: flex; flex-direction: column; gap: 0; }
.quick-order-fields { display: flex; flex-direction: column; gap: 0; }
.quick-order-fields .field { margin-bottom: 14px; }
.quick-order-fields .field--note { margin-bottom: 0; }
.quick-order-fields .field-optional {
  font-weight: 500;
  color: var(--muted, #888);
  font-size: 12px;
}
.quick-order-payment-block {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line, #ebebeb);
}
.quick-order-section-title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent, #111);
  letter-spacing: 0.02em;
}
.quick-order-payment-options {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
}
.quick-order-form .payment-option-box {
  border-radius: 999px;
  padding: 12px 16px;
}
.quick-order-form .iti-wrap .iti__tel-input {
  border-radius: 999px;
  padding: 12px 12px 12px 52px;
}
.quick-order-member-bar { margin-bottom: 14px; }
.quick-order-hint {
  margin: -6px 0 12px;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.45;
}
.quick-order-hint a { color: var(--red, #E11B27); font-weight: 600; }
.quick-order-product {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f7f7f7;
  border-radius: 8px;
  margin-bottom: 16px;
}
.quick-order-product-img,
.quick-order-summary-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: #fff;
}
.quick-order-product-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.quick-order-summary-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.quick-order-summary-name { flex: 1; min-width: 0; }
.phone-field-row {
  display: flex;
  gap: 8px;
}
.phone-field-row .phone-country {
  flex: 0 0 auto;
  max-width: 42%;
  min-width: 120px;
}
.phone-field-row .phone-number { flex: 1; min-width: 0; }
.iti-wrap .iti { width: 100%; }
.iti-wrap .iti__tel-input {
  width: 100%;
  padding: 10px 12px 10px 52px;
  border: 1px solid var(--line, #ddd);
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
}
.iti-wrap .iti__tel-input:focus {
  outline: none;
  border-color: var(--red, #E11B27);
  box-shadow: 0 0 0 2px rgba(225, 27, 39, 0.12);
}
.cart-summary .btn + .btn { margin-top: 10px; }
.drawer-actions { display: flex; flex-direction: column; gap: 10px; }
.quick-order-summary {
  margin: 20px 0 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.quick-order-otp .field--btn { display: flex; align-items: flex-end; }
.quick-order-otp .field--btn .btn { width: 100%; }
.quick-order-otp-row { gap: 10px; }
.checkout-phone-otp-row { gap: 10px; }
.phone-otp-flow {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--bg_soft, #f6f6f6);
  border: 1px solid var(--line, #ebebeb);
}
.phone-otp-hint { margin: 0 0 10px; font-size: 14px; color: var(--muted); }
.phone-otp-steps {
  margin: 0 0 12px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}
.phone-otp-row { gap: 10px; }
.phone-otp-row .field--btn { display: flex; align-items: flex-end; }
.phone-otp-row .field--btn .btn { width: 100%; }
.phone-otp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.phone-otp-ok {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #15803d;
  font-size: 14px;
}
.phone-otp-flow.hidden { display: none; }
.account-auth-hint--ok { color: #0f6b45; font-weight: 600; }

/* iOS Safari — évite le zoom automatique au focus (seuil 16px) */
@media (max-width: 768px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="button"]):not([type="submit"]),
  select,
  textarea,
  .iti__tel-input {
    font-size: 16px !important;
  }
}
