/* Self-hosted Quicksand + Caveat, discrete weights (2026-07-08, avoids font-weight range syntax compat issues) */
@font-face { font-family: 'Quicksand'; font-style: normal; font-weight: 400; font-display: swap; src: url('/themes/wooly-hbd/assets/fonts/custom/quicksand-var.woff2') format('woff2'); }
@font-face { font-family: 'Quicksand'; font-style: normal; font-weight: 500; font-display: swap; src: url('/themes/wooly-hbd/assets/fonts/custom/quicksand-var.woff2') format('woff2'); }
@font-face { font-family: 'Quicksand'; font-style: normal; font-weight: 600; font-display: swap; src: url('/themes/wooly-hbd/assets/fonts/custom/quicksand-var.woff2') format('woff2'); }
@font-face { font-family: 'Quicksand'; font-style: normal; font-weight: 700; font-display: swap; src: url('/themes/wooly-hbd/assets/fonts/custom/quicksand-var.woff2') format('woff2'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 400; font-display: swap; src: url('/themes/wooly-hbd/assets/fonts/custom/caveat-var.woff2') format('woff2'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 600; font-display: swap; src: url('/themes/wooly-hbd/assets/fonts/custom/caveat-var.woff2') format('woff2'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 700; font-display: swap; src: url('/themes/wooly-hbd/assets/fonts/custom/caveat-var.woff2') format('woff2'); }

/* Wooly Patisserie - design tokens (fuchsia/turquoise, esprit Charlie et la Chocolaterie) */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Quicksand:wght@400;500;600;700&display=swap');

:root,
[data-bs-theme=light] {
  --bs-primary: #EC6694;
  --bs-primary-rgb: 236, 102, 148;
  --bs-primary-text-emphasis: #D6006E;
  --bs-primary-bg-subtle: #FBEEDD;
  --bs-primary-border-subtle: #F4B8CC;

  --bs-secondary: #0094AD;
  --bs-secondary-rgb: 0, 148, 173;
  --bs-secondary-bg: #BDEAF1;
  --bs-secondary-bg-subtle: #E5F7FA;
  --bs-secondary-border-subtle: #BDEAF1;

  --bs-body-color: #3A2A1E;
  --bs-body-color-rgb: 58, 42, 30;
  --bs-body-bg: #FFFBF5;
  --bs-body-bg-rgb: 255, 251, 245;

  --bs-link-color: #D6006E;
  --bs-link-color-rgb: 214, 0, 110;
  --bs-link-hover-color: #EC6694;
  --bs-link-hover-color-rgb: 236, 102, 148;

  --bs-font-sans-serif: 'Quicksand', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --wooly-accent-gold: #E2A628;
  --wooly-cream: #FBEEDD;
  --wooly-cream-light: #FFFBF5;
  --wooly-turquoise-pale: #BDEAF1;
  --wooly-font-display: 'Caveat', cursive;
}

body {
  font-family: var(--bs-font-sans-serif);
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
}

h1, h2, h3, .h1, .h2, .h3,
.wooly-display {
  font-family: var(--wooly-font-display);
  font-weight: 700;
  letter-spacing: 0.01em;
}

a {
  color: var(--bs-link-color);
}
a:hover {
  color: var(--bs-link-hover-color);
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--bs-primary-text-emphasis);
  border-color: var(--bs-primary-text-emphasis);
}

.btn-secondary {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #FFFFFF;
}

.bg-wooly-cream {
  background-color: var(--wooly-cream) !important;
}
.bg-wooly-cream-light {
  background-color: var(--wooly-cream-light) !important;
}
.text-wooly-gold {
  color: var(--wooly-accent-gold) !important;
}

/* ===== Wooly homepage sections (2026-07-08) ===== */
.wooly-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
}
.wooly-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--bs-secondary);
  margin-bottom: 8px;
}
.wooly-eyebrow--light { color: #FFFFFF; opacity: 0.85; }
.wooly-display--light { color: #FFFFFF; }

/* Hero */
.wooly-hero {
  background: linear-gradient(135deg, var(--wooly-cream-light) 0%, var(--wooly-cream) 55%, var(--wooly-turquoise-pale) 100%);
  padding: 56px 24px;
}
.wooly-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.wooly-hero__text h1 { font-size: 2.6rem; line-height: 1.1; margin-bottom: 18px; color: var(--bs-primary-text-emphasis); }
.wooly-hero__lead { font-size: 1.05rem; color: var(--bs-body-color); max-width: 46ch; margin-bottom: 24px; }
.wooly-hero__cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.wooly-btn-primary {
  background: var(--bs-primary); color: #fff; border: none; border-radius: 999px;
  padding: 14px 28px; font-weight: 600; text-decoration: none; display: inline-block;
}
.wooly-btn-primary:hover { background: var(--bs-primary-text-emphasis); color: #fff; }
.wooly-link-arrow { color: var(--bs-primary-text-emphasis); font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--bs-primary); padding-bottom: 2px; }
.wooly-hero__media { position: relative; }
.wooly-hero__img { width: 100%; border-radius: 24px; display: block; object-fit: cover; aspect-ratio: 4/3; }
.wooly-hero__badge {
  position: absolute; top: -14px; right: -14px; background: var(--wooly-turquoise-pale);
  color: #0B3B3C; border-radius: 50%; width: 110px; height: 110px; display: flex;
  align-items: center; justify-content: center; text-align: center; font-size: 0.72rem;
  font-weight: 700; line-height: 1.25; box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* La carte */
.wooly-carte { background: linear-gradient(120deg, #0094AD, #17B8C0); }
.wooly-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; margin-top: 32px; }
.wooly-tile {
  background: var(--wooly-cream-light); border-radius: 16px; padding: 24px 20px;
  text-decoration: none; color: var(--bs-body-color); display: flex; flex-direction: column;
  gap: 6px; position: relative; overflow: hidden; transition: transform 0.2s ease;
}
.wooly-tile:hover { transform: translateY(-4px); color: var(--bs-body-color); }
.wooly-tile::after {
  content: ""; position: absolute; top: 0; right: 0; width: 0; height: 0;
  border-style: solid; border-width: 0 34px 34px 0;
}
.wooly-tile--fuchsia::after { border-color: transparent var(--bs-primary) transparent transparent; }
.wooly-tile--turquoise::after { border-color: transparent var(--bs-secondary) transparent transparent; }
.wooly-tile--gold::after { border-color: transparent var(--wooly-accent-gold) transparent transparent; }
.wooly-tile__icon { font-size: 1.6rem; }
.wooly-tile__title { font-weight: 700; font-size: 1.1rem; }
.wooly-tile__desc { font-size: 0.85rem; color: #6b6b6b; }

/* Best-sellers */
.wooly-bestsellers { background: var(--wooly-cream); }
.wooly-products { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 20px; margin-top: 32px; }
.wooly-product {
  background: #fff; border-radius: 14px; overflow: hidden; text-decoration: none; color: var(--bs-body-color);
  display: flex; flex-direction: column; box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.wooly-product img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.wooly-product__name { padding: 12px 14px 2px; font-weight: 600; font-size: 0.95rem; }
.wooly-product__price { padding: 0 14px 14px; color: var(--bs-primary-text-emphasis); font-weight: 700; }

/* Notre histoire */
.wooly-histoire__inner { display: grid; grid-template-columns: 5fr 7fr; gap: 48px; align-items: center; }
.wooly-histoire__media img { width: 100%; border-radius: 20px; display: block; }
.wooly-histoire__text p { color: #555; line-height: 1.65; margin-bottom: 12px; }
.wooly-signature { font-family: var(--wooly-font-display); font-size: 1.3rem; color: var(--bs-secondary); }

/* Avis clients */
.wooly-avis { background: var(--wooly-turquoise-pale); }
.wooly-avis__source { color: #4a6f70; margin-bottom: 28px; }
.wooly-avis__source a { color: #4a6f70; text-decoration: underline; }
.wooly-review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.wooly-review-card { background: #fff; border-radius: 14px; padding: 22px; }
.wooly-stars { color: var(--wooly-accent-gold); letter-spacing: 2px; display: block; margin-bottom: 10px; }
.wooly-review-card p { font-size: 0.9rem; color: #444; line-height: 1.5; margin-bottom: 12px; }
.wooly-review-card__author { font-weight: 600; font-size: 0.82rem; color: #333; }

/* Nos adresses */
.wooly-address-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 32px; }
.wooly-address-card {
  border: 1px solid var(--wooly-turquoise-pale); border-radius: 14px; padding: 20px;
  text-decoration: none; color: var(--bs-body-color); display: flex; flex-direction: column; gap: 4px;
}
.wooly-address-card:hover { border-color: var(--bs-primary); }
.wooly-address-card__pin { font-size: 1.2rem; }
.wooly-address-card__city { font-weight: 700; }
.wooly-address-card__street { font-size: 0.85rem; color: #6b6b6b; }

@media (max-width: 860px) {
  .wooly-hero__inner { grid-template-columns: 1fr; }
  .wooly-histoire__inner { grid-template-columns: 1fr; }
  .wooly-hero__text h1 { font-size: 2rem; }
}

/* Wooly footer light theme override (2026-07-08 late fixes) */
.footer__before, .footer__main {
  background-color: var(--wooly-cream-light) !important;
  color: var(--bs-body-color) !important;
}
.footer__main .footer-block__title,
.footer__main .footer-block__title--toggle,
.footer__main h3, .footer__main h4, .footer__main .h3, .footer__main .h4 {
  color: var(--bs-body-color) !important;
}
.footer__main a { color: var(--bs-link-color) !important; }
.footer__main a:hover { color: var(--bs-link-hover-color) !important; }
.footer__before { border-top: 1px solid var(--wooly-turquoise-pale); }
.footer .copyright, .footer__main + * {
  background-color: var(--wooly-cream) !important;
  color: var(--bs-body-color) !important;
}

/* Hide auto-generated category cover banner (padded/cropped poorly) */
.category__cover { display: none !important; }

/* Blog card titles: ensure bold even if cache stale for other visitors */
.woolyblog-card__title { font-weight: 700 !important; }

/* Hide broken "no image" store placeholders (2026-07-08 late fixes) */
.store__image { display: none !important; }

/* Degressive price badge on homepage best-sellers (2026-07-08 late fixes) */
.wooly-product__badge {
  display: inline-block;
  margin: 0 14px 12px;
  padding: 3px 10px;
  background: var(--wooly-cream);
  color: var(--bs-primary-text-emphasis);
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 999px;
  width: fit-content;
}


/* Hero visual fix (2026-07-08 late) — white card frame + striped accent + floating badge, per original mockup */
.wooly-hero__media {
  position: relative;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 14px 14px 26px;
  box-shadow: 0 20px 44px rgba(43, 35, 32, 0.14);
}
.wooly-hero__img {
  border-radius: 18px;
}
.wooly-hero__stripe {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 11px;
  height: 9px;
  border-radius: 999px;
  background: repeating-linear-gradient(-45deg, var(--bs-primary) 0 10px, #FFFFFF 10px 20px);
}
.wooly-hero__badge {
  animation: wooly-badge-float 4.5s ease-in-out infinite;
}
@keyframes wooly-badge-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}
@media (prefers-reduced-motion: reduce) {
  .wooly-hero__badge { animation: none; }
}


/* Header reproduction: promo bar + dark nav links + Accueil pill (2026-07-08 late) */
header#header::before {
  content: "\2728  Livraison gratuite \00e0  Bruxelles d\00e8 s 50\00a0 \20ac  de commande \00b7  Retrait en 45 min dans nos 4 boutiques \2728 ";
  display: block;
  background: var(--bs-primary-text-emphasis);
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 16px;
}
html[lang^="en"] header#header::before {
  content: "\2728  Free delivery in Brussels from \20ac 50 \00b7  Pickup in 45 min at our 4 shops \2728 ";
}
html[lang^="nl"] header#header::before {
  content: "\2728  Gratis levering in Brussel vanaf \20ac 50 \00b7  Afhalen in 45 min in onze 4 winkels \2728 ";
}
.ps-mainmenu__tree-link {
  color: var(--bs-body-color) !important;
}
.ps-mainmenu__tree-link:hover,
.ps-mainmenu__tree-link:focus {
  color: var(--bs-primary-text-emphasis) !important;
}
.ps-mainmenu__tree-item:first-child .ps-mainmenu__tree-link {
  background: var(--bs-primary);
  color: #fff !important;
  border-radius: 999px;
}
.ps-mainmenu__tree-item:first-child .ps-mainmenu__tree-link:hover,
.ps-mainmenu__tree-item:first-child .ps-mainmenu__tree-link:focus {
  background: var(--bs-primary-text-emphasis);
  color: #fff !important;
}


/* Hero refinement v2 (2026-07-08 very late) — remove white frame, add since-card + full divider stripe, turquoise accent word */
.wooly-hero__media {
  background: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.wooly-hero__img {
  border-radius: 24px;
}
.wooly-hero__stripe {
  display: none;
}
.wooly-accent-turquoise {
  color: var(--bs-secondary);
}
.wooly-hero__since {
  position: absolute;
  left: -18px;
  bottom: -22px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: 0 14px 34px rgba(43, 35, 32, 0.16);
}
.wooly-hero__since-icon {
  color: var(--bs-secondary);
  font-size: 1.3rem;
  line-height: 1;
}
.wooly-hero__since-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.wooly-hero__since-title {
  font-family: var(--wooly-font-display);
  color: var(--bs-primary-text-emphasis);
  font-size: 1.15rem;
}
.wooly-hero__since-sub {
  font-size: 0.75rem;
  color: #6b6b6b;
}
.wooly-hero__divider {
  height: 14px;
  background: repeating-linear-gradient(-45deg, var(--bs-secondary) 0 14px, var(--bs-primary) 14px 28px);
}
@media (max-width: 860px) {
  .wooly-hero__since { left: 12px; bottom: -18px; padding: 8px 12px; }
  .wooly-hero__since-title { font-size: 1rem; }
}


/* Store locator: Google Maps embed (2026-07-08 very late) — re-enables .store__image, was hidden when empty */
.store__image {
  display: block !important;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}
.store__img.img-fluid {
  border-radius: 14px;
}
