/* La Brulerie des Alpes — custom header, menu & hero */

:root {
  --bda-navy: #22476a;
  --bda-navy-dark: #17324f;
  --bda-cream: #f8f4ec;
  --bda-gold: #ddb65f;
}

/* ---------- Global mobile safety net ---------- */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
[class^="bda-"], [class*=" bda-"] {
  max-width: 100%;
}
[class^="bda-"] img, [class*=" bda-"] img,
[class^="bda-"] svg, [class*=" bda-"] svg {
  max-width: 100%;
  height: auto;
}
.bda-topbar__text,
[class^="bda-"] h1, [class^="bda-"] h2, [class^="bda-"] h3, [class^="bda-"] p,
[class*=" bda-"] h1, [class*=" bda-"] h2, [class*=" bda-"] h3, [class*=" bda-"] p {
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 480px) {
  .bda-topbar__text {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}

/* ---------- Top announcement bar ---------- */
.bda-topbar {
  background: var(--bda-navy-dark);
  padding: 10px 15px;
  text-align: center;
}
.bda-topbar__text {
  margin: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}
.bda-topbar__text strong {
  font-weight: 700;
}

/* ---------- Header bottom (logo + nav + icons) ---------- */
.header-top.d-none.d-md-block,
.header-top {
  display: none !important;
}

.header-bottom {
  background: var(--bda-cream);
  padding: 18px 0;
  border-bottom: none;
  box-shadow: none;
}
.header-bottom__container {
  max-width: 1560px !important;
}

.bda-logo__link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.bda-logo__leaf {
  flex-shrink: 0;
  width: 40px;
  height: auto;
}
.bda-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.bda-logo__line1,
.bda-logo__line2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--bda-navy);
}
.bda-logo__since {
  font-family: 'Dancing Script', cursive;
  font-weight: 600;
  font-size: 14px;
  color: var(--bda-navy);
  margin-top: 2px;
}

/* ---------- Main navigation ---------- */
.bda-nav__list {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}
.bda-nav__link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--bda-navy);
  text-decoration: none;
  padding: 8px 0;
  display: inline-block;
}
.bda-nav__link:hover {
  color: var(--bda-gold);
}

/* ---------- Search bar ---------- */
#ps_searchbar.ps-searchbar {
  background: transparent;
}
.ps-searchbar__form {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-bottom: 1px solid var(--bda-navy);
  padding-bottom: 4px;
  background: transparent;
}
.ps-searchbar__magnifier {
  color: var(--bda-navy);
  font-size: 18px;
  position: static;
}
.ps-searchbar__input {
  border: none;
  background: transparent;
  font-family: Georgia, 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--bda-navy);
  padding: 0;
  min-width: 140px;
}
.ps-searchbar__input::placeholder {
  color: var(--bda-navy);
  opacity: 0.65;
}

/* ---------- Flex order: logo, nav, account, cart, search (desktop only — must not hide the mobile hamburger toggle) ---------- */
@media (min-width: 1200px) {
  .header-bottom .ps-mainmenu {
    order: 1 !important;
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
  }
  .header-bottom .ps-mainmenu .bda-nav__list {
    gap: 34px;
  }
  #_desktop_ps_customersignin,
  #_desktop_ps_shoppingcart {
    display: inline-flex !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }
  #_desktop_ps_searchbar {
    order: 2 !important;
  }
  #_desktop_ps_shoppingcart {
    order: 3 !important;
  }
  #_desktop_ps_customersignin {
    order: 4 !important;
  }
}
/* Tablet range: nav stays in the off-canvas hamburger (until 1200px), but the
   account/cart icons default to block/full-width here and stack vertically —
   force them back to inline icons without touching the nav toggle. */
@media (min-width: 768px) and (max-width: 1199px) {
  #_desktop_ps_customersignin,
  #_desktop_ps_shoppingcart {
    display: inline-flex !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }
}
.header-bottom .header-block {
  display: flex;
  align-items: center;
}
.header-bottom .header-block__action-btn,
.header-bottom .header-block__action-btn.border-0 {
  color: var(--bda-navy);
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-bottom .header-block__icon {
  color: var(--bda-navy);
  font-size: 24px;
}
.header-bottom .header-block__title {
  display: none !important;
}
.header-bottom .header-block__badge {
  background: var(--bda-gold);
  color: var(--bda-navy-dark);
  font-size: 10px;
  min-width: 16px;
  height: 16px;
}
.header-bottom .blockcart.inactive .header-block__badge {
  display: none;
}

/* ---------- Hero section ---------- */
.bda-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  aspect-ratio: 2000 / 1493;
  max-height: 78vh;
  min-height: 480px;
  background: var(--bda-cream);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bda-hero__media {
  position: absolute;
  inset: 0;
}
.bda-hero__coffee {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bda-hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 0 6vw 0 clamp(24px, 6vw, 120px);
}
.bda-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: clamp(34px, 4.2vw, 56px);
  margin: 0 0 20px;
  line-height: 1.1;
}
.bda-hero__tagline {
  font-family: Georgia, 'Playfair Display', serif;
  color: var(--bda-navy);
  font-size: clamp(16px, 1.6vw, 20px);
  margin: 0 0 32px;
}
.bda-hero__cta {
  display: inline-block;
  background: var(--bda-gold);
  color: var(--bda-navy-dark);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 4px;
}
.bda-hero__sprout {
  position: absolute;
  z-index: 3;
  left: 52%;
  top: 55%;
  width: clamp(100px, 10vw, 150px);
  pointer-events: none;
}

@media (max-width: 991px) {
  .bda-hero__content {
    max-width: 100%;
    padding: 32px 24px 30vw 24px;
  }
}

/* ---------- Product cards ---------- */
.bda-card {
  position: relative;
  background: var(--bda-cream);
  border-radius: 28px;
  padding: 26px 22px 30px;
  height: 100%;
  box-shadow: none;
  border: none;
}
.bda-card__actions {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.bda-card__icon-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--bda-navy);
  cursor: pointer;
  display: flex;
  line-height: 0;
}
.bda-card__icon-btn svg {
  width: 22px;
  height: 22px;
}
.bda-card__cart-form {
  display: flex;
}
.bda-card__title-link {
  text-decoration: none;
  display: block;
  padding-right: 56px;
}
.bda-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--bda-navy);
  font-size: 19px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.25;
}
.bda-card__subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--bda-navy);
  opacity: 0.75;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 4px 0 0;
  padding-right: 56px;
}
.bda-card__image {
  display: block;
  margin: 18px auto 0;
  max-width: 78%;
}
.bda-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}
.bda-card__beans,
.bda-card__stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.bda-card__beans {
  margin-top: 20px;
}
.bda-card__price {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 17px;
  color: var(--bda-navy);
}
.bda-card__stars {
  margin-top: 10px;
}
.bda-card__bean {
  width: 18px;
  height: 18px;
  color: #d7d2c4;
}
.bda-card__bean ellipse {
  fill: #d7d2c4;
}
.bda-card__bean.is-filled ellipse {
  fill: var(--bda-navy);
}
.bda-card__star {
  width: 16px;
  height: 16px;
  fill: #e4dcc4;
}
.bda-card__star.is-filled {
  fill: var(--bda-gold);
}

/* ---------- Best sellers section ---------- */
.bda-bestsellers {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  margin-top: -1px;
  display: block;
}
.page-content--home {
  gap: 0 !important;
}
.bda-bestsellers__arch {
  position: absolute;
  top: 0;
  left: 40px;
  width: 340px;
  height: 78px;
  transform: translateY(-100%);
  background: var(--bda-navy);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 5;
}
.bda-bestsellers__sprout {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 79px;
  transform: translateX(-50%);
}
.bda-bestsellers__body {
  position: relative;
  background: var(--bda-navy);
  overflow: hidden;
  padding: 50px 0 110px;
}
.bda-bestsellers__branch {
  position: absolute;
  opacity: 0.16;
  pointer-events: none;
  width: 460px;
  filter: brightness(0) invert(1);
}
.bda-bestsellers__branch--tl {
  top: -40px;
  left: -60px;
}
.bda-bestsellers__branch--br {
  bottom: -40px;
  right: -60px;
  transform: scale(-1, -1);
}
.bda-bestsellers__inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
}
.bda-bestsellers__title {
  text-align: center;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 16px;
}
.bda-bestsellers__title::after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  background: #fff;
  margin: 18px auto 0;
}
.bda-bestsellers__carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.bda-bestsellers__track {
  flex: 1;
  min-width: 0;
  max-width: 1008px;
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.bda-bestsellers__track::-webkit-scrollbar {
  display: none;
}
.bda-bestsellers__track .products {
  display: flex !important;
  gap: 24px;
  padding: 4px;
}
.bda-bestsellers__track .product-miniature {
  flex: 0 0 320px !important;
  scroll-snap-align: start;
}
.bda-bestsellers__arrow {
  flex: 0 0 auto;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
}
.bda-bestsellers__arrow svg {
  width: 26px;
  height: 26px;
}
.bda-bestsellers__cta {
  text-align: center;
  margin-top: 36px;
}
.bda-bestsellers__btn {
  display: inline-block;
  background: var(--bda-navy-dark);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 6px;
}
.bda-bestsellers__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  line-height: 0;
}
.bda-bestsellers__wave svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bda-bestsellers__wave path {
  fill: var(--bda-cream);
}

@media (max-width: 767px) {
  .bda-bestsellers__branch {
    display: none;
  }
  .bda-bestsellers__track .product-miniature {
    flex-basis: 260px;
  }
}

/* ---------- Notre entreprise section ---------- */
.bda-about {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: var(--bda-cream);
}
.bda-about__branch {
  position: absolute;
  width: 460px;
  opacity: 0.5;
  pointer-events: none;
}
.bda-about__branch--tl {
  top: -60px;
  left: -80px;
}
.bda-about__branch--br {
  bottom: -60px;
  right: -80px;
  transform: scale(-1, -1);
}
.bda-about__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
}
.bda-about__row {
  display: flex;
  align-items: center;
  gap: 64px;
}
.bda-about__text {
  flex: 1 1 50%;
  min-width: 0;
}
.bda-about__icon {
  width: 40px;
  margin-bottom: 18px;
}
.bda-about__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: clamp(28px, 3vw, 40px);
  margin: 0 0 22px;
}
.bda-about__text p {
  color: var(--bda-navy);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.bda-about__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
.bda-about__btn {
  display: inline-block;
  background: var(--bda-gold);
  color: var(--bda-navy-dark);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 30px;
}
.bda-about__badge {
  height: 64px;
  width: auto;
}
.bda-about__photo {
  flex: 1 1 45%;
  min-width: 0;
  text-align: center;
}
.bda-about__photo img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(34, 71, 106, 0.25));
}

@media (max-width: 900px) {
  .bda-about__row {
    flex-direction: column;
  }
  .bda-about__text,
  .bda-about__photo {
    flex: 1 1 100%;
  }
  .bda-about__branch {
    width: 300px;
  }
}

/* ---------- Savoir-faire photo band ---------- */
.bda-craft {
  --craft-w: 100vw;
  --craft-h: calc(100vw * 1465 / 2400);
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  aspect-ratio: 2400 / 1465;
  background-color: #050403;
  background-image: url(../img/brulerie/craft-photo.webp);
  background-repeat: no-repeat;
  background-size: var(--craft-w) var(--craft-h);
  background-position: 0 0;
  overflow: visible;
}
.bda-craft__branch {
  position: absolute;
  left: -60px;
  bottom: -50px;
  width: 420px;
  max-width: 32%;
  opacity: 0.35;
  filter: brightness(0) invert(1);
  pointer-events: none;
}
.bda-craft__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(24px, 6vw, 90px);
  transform: translateY(-50%);
  max-width: 480px;
}
.bda-craft__eyebrow {
  color: var(--bda-gold);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  margin: 0 0 14px;
}
.bda-craft__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-cream);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.2;
  margin: 0 0 34px;
}
.bda-craft__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.bda-craft__btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.8px;
  padding: 18px 32px;
  border-radius: 30px;
}
.bda-craft__btn--light {
  background: var(--bda-cream);
  color: var(--bda-navy);
}
.bda-craft__btn--dark {
  background: var(--bda-navy);
  color: #fff;
}
.bda-craft__wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 3;
  line-height: 0;
  pointer-events: none;
}
.bda-craft__wave-top svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bda-craft__wave-top path {
  fill: var(--bda-cream);
}
.bda-craft__arch {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 220px;
  height: 60px;
  transform: translate(-50%, 50%);
  background-color: #050403;
  background-image: url(../img/brulerie/craft-photo.webp);
  background-repeat: no-repeat;
  background-size: var(--craft-w) var(--craft-h);
  background-position: calc(-50vw + 110px) calc(var(--craft-h) * -1 + 30px);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
}
.bda-craft__arch-icon {
  width: 40px;
}

@media (max-width: 767px) {
  .bda-craft__branch {
    max-width: 55%;
  }
  .bda-craft__content {
    max-width: 78%;
  }
  .bda-craft__title {
    margin-bottom: 24px;
  }
}

/* ---------- Equipez-vous shop section (gold) ---------- */
.bda-shop {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--bda-gold);
  overflow: hidden;
  padding: 70px 0 80px;
}
.bda-shop__branch {
  position: absolute;
  width: 460px;
  opacity: 0.45;
  pointer-events: none;
}
.bda-shop__branch--tl {
  top: -60px;
  left: -80px;
}
.bda-shop__branch--br {
  bottom: -60px;
  right: -80px;
  transform: scale(-1, -1);
}
.bda-shop__inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
}
.bda-shop__title {
  text-align: center;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: clamp(22px, 2.6vw, 30px);
  margin: 0 0 16px;
}
.bda-shop__title::after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  background: #fff;
  margin: 18px auto 0;
}
.bda-shop__carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.bda-shop__track {
  flex: 1;
  min-width: 0;
  max-width: 1008px;
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.bda-shop__track::-webkit-scrollbar {
  display: none;
}
.bda-shop__track .products {
  display: flex !important;
  gap: 24px;
  padding: 4px;
}
.bda-shop__track .product-miniature {
  flex: 0 0 320px !important;
  scroll-snap-align: start;
}
.bda-shop__arrow {
  flex: 0 0 auto;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
}
.bda-shop__arrow svg {
  width: 26px;
  height: 26px;
}
.bda-shop__cta {
  text-align: center;
  margin-top: 36px;
}
.bda-shop__btn {
  display: inline-block;
  background: var(--bda-navy-dark);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .bda-shop__branch {
    display: none;
  }
  .bda-shop__track .product-miniature {
    flex-basis: 260px;
  }
}

/* ---------- "La Brulerie des Alpes c'est ..." features section ---------- */
.bda-features {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--bda-navy);
  padding: 30px 0 90px;
  margin-bottom: -2.5rem;
  overflow: hidden;
}
.bda-features__wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  transform: translateY(-65%);
  line-height: 0;
  pointer-events: none;
}
.bda-features__wave-top svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bda-features__wave-top path {
  fill: var(--bda-navy);
}
.bda-features__inner {
  position: relative;
  max-width: 1320px;
}
.bda-features__title {
  text-align: center;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 32px);
  margin: 0 0 40px;
}
.bda-features__row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.bda-features__card {
  flex: 1 1 280px;
  max-width: 340px;
  background: var(--bda-cream);
  border-radius: 20px;
  padding: 30px 24px 34px;
  text-align: center;
}
.bda-features__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bda-navy);
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 1.35;
  margin: 0 0 22px;
}
.bda-features__icon {
  width: 46px;
  height: 46px;
  color: var(--bda-navy);
  margin: 0 0 22px;
}
.bda-features__caption {
  text-transform: uppercase;
  color: var(--bda-navy);
  opacity: 0.75;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin: 0;
}

@media (max-width: 767px) {
  .bda-features__row {
    flex-direction: column;
    align-items: center;
  }
}

/* ---------- Footer ---------- */
.bda-footer {
  background: var(--bda-navy-dark);
  padding: 60px 0 0;
}
.bda-footer__inner {
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  padding-bottom: 50px;
}
.bda-footer__brand {
  flex: 1 1 260px;
}
.bda-footer__logo-link {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  text-decoration: none;
}
.bda-footer__logo-leaf {
  width: 58px;
  margin: 0 -6px -4px 0;
  filter: brightness(0) invert(1);
}
.bda-footer__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.bda-footer__logo-line1,
.bda-footer__logo-line2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.bda-footer__logo-since {
  font-family: 'Dancing Script', cursive;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-top: 4px;
}
.bda-footer__col {
  flex: 1 1 200px;
}
.bda-footer__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px;
}
.bda-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bda-footer__links a {
  color: #cfd6de;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.bda-footer__links a:hover {
  color: var(--bda-gold);
}
.bda-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bda-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #cfd6de;
  font-size: 13px;
  line-height: 1.5;
}
.bda-footer__contact svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--bda-gold);
}
.bda-footer__contact a {
  color: #cfd6de;
  text-decoration: none;
}
.bda-footer__contact strong {
  color: #fff;
}
.bda-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0;
}
.bda-footer__bottom-inner {
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.bda-footer__bottom-inner p {
  margin: 0;
  color: #9aa5b1;
  font-size: 12px;
}
.bda-footer__bottom-inner a {
  color: #9aa5b1;
  text-decoration: none;
}
.bda-footer__legal {
  display: flex;
  gap: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .bda-footer__inner {
    flex-direction: column;
  }
}

/* ---------- Product detail page ---------- */
body#product #wrapper {
  padding-top: 24px !important;
}
.bda-pdp {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  padding: 0 24px 40px;
}
.bda-pdp__left {
  flex: 1 1 48%;
  min-width: 0;
}
.bda-pdp__back {
  display: inline-block;
  font-family: Georgia, 'Playfair Display', serif;
  font-style: italic;
  color: var(--bda-navy);
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 15px;
}
.bda-pdp__left .product__carousel,
.bda-pdp__left .carousel-item picture,
.bda-pdp__left .product__images {
  background: transparent;
}
.bda-pdp__left .product__thumbnail-image {
  border-radius: 10px;
}
.bda-pdp__left .product-flags {
  display: none !important;
}
.bda-pdp__right {
  flex: 1 1 48%;
  min-width: 0;
}
.bda-pdp__icon {
  width: 34px;
  margin-bottom: 16px;
}
.bda-pdp__breadcrumb {
  font-family: Georgia, 'Playfair Display', serif;
  font-style: italic;
  color: var(--bda-navy);
  font-size: 15px;
  margin-bottom: 14px;
}
.bda-pdp__breadcrumb a {
  color: var(--bda-navy);
  text-decoration: none;
}
.bda-pdp__breadcrumb a:hover {
  color: var(--bda-gold);
}
.bda-pdp__sep {
  color: var(--bda-gold);
  margin: 0 2px;
}
.bda-pdp__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bda-navy);
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 10px;
  line-height: 1.1;
}
.bda-pdp__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bda-navy);
  opacity: 0.85;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.bda-pdp__rule {
  border: none;
  border-top: 1px solid var(--bda-gold);
  margin: 22px 0;
}
.bda-pdp__specs {
  margin: 0;
}
.bda-pdp__spec-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 0;
}
.bda-pdp__spec-row dt {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: 13px;
  letter-spacing: 0.5px;
  flex: 0 0 auto;
}
.bda-pdp__spec-row dd {
  margin: 0;
  text-align: right;
  color: var(--bda-navy);
  font-size: 14px;
  font-family: Georgia, 'Playfair Display', serif;
  font-style: italic;
}
.bda-pdp__beans {
  display: inline-flex;
  gap: 5px;
  vertical-align: middle;
}
.bda-pdp__bean {
  width: 17px;
  height: 17px;
  color: #d7d2c4;
}
.bda-pdp__bean ellipse {
  fill: #d7d2c4;
}
.bda-pdp__bean.is-filled ellipse {
  fill: var(--bda-navy);
}
.bda-pdp__group {
  margin-bottom: 22px;
}
.bda-pdp__group h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bda-navy);
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}
.bda-pdp__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bda-pdp__pill-label {
  display: inline-block;
  cursor: pointer;
}
.bda-pdp__pill-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.bda-pdp__pill {
  display: inline-block;
  background: transparent;
  border: 1.5px solid var(--bda-navy);
  color: var(--bda-navy);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.bda-pdp__pill-input:checked + .bda-pdp__pill {
  background: var(--bda-navy);
  color: #fff;
}
.bda-pdp__pill-input:focus-visible + .bda-pdp__pill {
  outline: 2px solid var(--bda-gold);
  outline-offset: 2px;
}
.bda-pdp__buy {
  margin-top: 26px;
}
.bda-pdp__buy-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.bda-pdp__qty h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bda-navy);
  font-size: 14px;
  margin: 0 0 12px;
}
.bda-pdp__price-block {
  text-align: right;
}
.bda-pdp__price {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: 34px;
}
.bda-pdp__price-caption {
  color: var(--bda-navy);
  opacity: 0.7;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 4px 0 0;
}
.bda-pdp__add-btn {
  display: block;
  width: 100%;
  background: var(--bda-navy-dark);
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 18px;
  border-radius: 8px;
  cursor: pointer;
}
.bda-pdp__secure {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bda-navy);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 22px;
}
.bda-pdp__secure svg {
  width: 20px;
  height: 20px;
}
.bda-pdp__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.bda-pdp__payments span {
  border: 1px solid #d8d2c4;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--bda-navy);
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .bda-pdp {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .bda-pdp {
    padding: 0 16px 30px;
  }
  .bda-pdp__buy-row {
    flex-wrap: wrap;
  }
  .bda-pdp__price-block {
    text-align: left;
  }
}

/* ---------- Category listing page ---------- */
body#category #wrapper {
  padding-top: 32px !important;
}
.bda-cat__header {
  text-align: center;
  padding: 0 24px 30px;
}
.bda-cat__icon {
  width: 40px;
  margin-bottom: 14px;
}
.bda-cat__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: clamp(28px, 3.4vw, 40px);
  margin: 0 0 10px;
}
.bda-cat__breadcrumb {
  font-family: Georgia, 'Playfair Display', serif;
  font-style: italic;
  color: var(--bda-navy);
  font-size: 15px;
}
.bda-cat__breadcrumb a {
  color: var(--bda-navy);
  text-decoration: none;
}
.bda-cat__breadcrumb a:hover {
  color: var(--bda-gold);
}
.bda-cat__sep {
  color: var(--bda-gold);
  margin: 0 2px;
}
.bda-cat__parent-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  border: 1.5px solid var(--bda-navy);
  color: var(--bda-navy);
  border-radius: 30px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none;
}
.bda-cat__parent-btn svg {
  width: 16px;
  height: 16px;
}
.bda-cat__parent-btn:hover {
  background: var(--bda-navy);
  color: #fff;
}
.bda-cat__layout {
  display: flex;
  gap: 48px;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 40px 60px;
  align-items: flex-start;
}
.bda-cat__sidebar {
  flex: 0 0 220px;
}
/* Real ps_facetedsearch output (hummingbird override markup), restyled */
.bda-cat__sidebar #search-filters {
  width: 100%;
}
.bda-cat__sidebar .left-block__title {
  display: none;
}
.bda-cat__sidebar .search-filters__clear {
  margin-bottom: 18px;
}
.bda-cat__sidebar .search-filters__clear .btn {
  background: none;
  border: 1px solid var(--bda-navy);
  color: var(--bda-navy);
  border-radius: 20px;
  font-size: 12px;
  padding: 6px 14px;
  text-transform: uppercase;
}
.bda-cat__sidebar .accordion-item {
  border: none;
  margin-bottom: 18px;
}
.bda-cat__sidebar .accordion-button {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: 17px;
  padding: 0 0 12px;
  background: none;
  box-shadow: none;
}
.bda-cat__sidebar .accordion-button::after {
  display: none;
}
.bda-cat__sidebar .accordion-collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}
.bda-cat__sidebar .accordion-body {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bda-cat__sidebar .search-filters__item {
  margin-bottom: 10px;
}
.bda-cat__sidebar .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  min-height: 0;
}
.bda-cat__sidebar .form-check-input {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1.5px solid var(--bda-navy);
  accent-color: var(--bda-navy);
  flex-shrink: 0;
}
.bda-cat__sidebar .form-check-label {
  margin: 0;
}
.bda-cat__sidebar .search-filters__link {
  color: var(--bda-navy);
  font-size: 14px;
  text-decoration: none;
}
.bda-cat__sidebar .search-filters__item.active .search-filters__link {
  font-weight: 700;
}
.bda-cat__sidebar .search-filters__magnitude {
  opacity: 0.6;
  font-size: 12px;
  margin-left: 3px;
}
.bda-cat__sidebar .search-filters__slider-container {
  padding-top: 6px;
}
.bda-cat__sidebar .noUi-target {
  background: #e5ded0;
  border: none;
  box-shadow: none;
  height: 4px;
}
.bda-cat__sidebar .noUi-connect {
  background: var(--bda-navy);
}
.bda-cat__sidebar .noUi-handle {
  border: none;
  background: var(--bda-navy);
  border-radius: 50%;
  box-shadow: none;
  width: 16px;
  height: 16px;
  top: -6px;
  right: -8px;
}
.bda-cat__sidebar .noUi-handle::before,
.bda-cat__sidebar .noUi-handle::after {
  display: none;
}
.bda-cat__sidebar .search-filters__slider-values {
  color: var(--bda-navy);
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}
.bda-cat__products {
  flex: 1;
  min-width: 0;
}
.bda-cat__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
.bda-cat__count {
  font-family: Georgia, 'Playfair Display', serif;
  font-style: italic;
  color: var(--bda-navy);
  font-size: 15px;
}
.bda-cat__sort {
  display: flex;
  align-items: center;
}
.products__sort-label {
  border: 1.5px solid var(--bda-navy) !important;
  color: var(--bda-navy) !important;
  background: transparent !important;
  border-radius: 30px 0 0 30px !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-right: none !important;
  display: inline-flex;
  align-items: center;
}
.dropdown-menu {
  background: #fff;
  border: 1px solid #e5ded0;
  box-shadow: 0 10px 30px rgba(34, 71, 106, 0.15);
  z-index: 20;
}
.products__sort-dropdown .dropdown-item {
  color: var(--bda-navy);
}
.products__sort-dropdown-button {
  background: var(--bda-navy) !important;
  color: #fff !important;
  border: 1.5px solid var(--bda-navy) !important;
  border-radius: 0 30px 30px 0 !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.bda-cat__products .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1300px) {
  .bda-cat__products .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .bda-cat__layout {
    flex-direction: column;
  }
  .bda-cat__products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bda-cat__sidebar {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .bda-cat__products .products {
    grid-template-columns: 1fr;
  }
  .bda-cat__layout {
    padding: 0 20px 60px;
  }
}
.bda-cat__sentinel {
  height: 1px;
}
.bda-cat__loader {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.bda-cat__spinner {
  width: 32px;
  height: 32px;
  color: var(--bda-navy);
  animation: bda-cat-spin 0.8s linear infinite;
}
.bda-cat__spinner circle {
  stroke: currentColor;
  stroke-dasharray: 42 14;
}
@keyframes bda-cat-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ---------- Subcategory tiles (parent category pages) ---------- */
.bda-cat__subcats {
  max-width: 1900px;
  margin: 0 auto 50px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}
.bda-cat__subcat {
  background: var(--bda-cream);
  border-radius: 18px;
  padding: 28px 16px 22px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.bda-cat__subcat:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(34, 71, 106, 0.12);
}
.bda-cat__subcat-icon {
  display: block;
  width: 34px;
  height: auto;
  margin: 0 auto 14px;
}
.bda-cat__subcat-name {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bda-navy);
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .bda-cat__subcats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px;
  }
}
@media (max-width: 420px) {
  .bda-cat__subcats {
    grid-template-columns: 1fr;
  }
}

/* ---------- Product page bottom accordion + reviews ---------- */
#product_accordion .accordion-item {
  border: none;
  border-top: 1px solid #e5ded0;
}
#product_accordion .accordion-item:first-child {
  border-top: none;
}
#product_accordion .accordion-button {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--bda-navy) !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 20px 0;
}
#product_accordion .accordion-button::after {
  filter: none;
}
#product_accordion .accordion-body {
  color: var(--bda-navy);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  padding: 0 0 24px;
}
#product_accordion .details__item {
  border-bottom: 1px solid #f0ebe0;
}
.product__bottom .section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: 26px;
  margin: 40px 0 20px;
}
.product__bottom .comment-list,
.product__bottom .no-comment,
.product__bottom .product-comment-list-empty {
  color: var(--bda-navy);
  font-size: 15px;
}
/* ---------- "A propos" / entreprise page banner ---------- */
.bda-ent-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.bda-ent-hero__band {
  position: relative;
  background-color: #050403;
  overflow: hidden;
  min-height: 460px;
}
.bda-ent-hero__wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 3;
  line-height: 0;
  pointer-events: none;
}
.bda-ent-hero__wave-top svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bda-ent-hero__wave-top path {
  fill: var(--bda-cream);
}
.bda-ent-hero__top-icon {
  position: absolute;
  top: 51px;
  left: 16%;
  width: 74px;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
.bda-ent-hero__branch {
  position: absolute;
  left: -60px;
  bottom: -50px;
  width: 420px;
  max-width: 32%;
  opacity: 0.3;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 1;
}
.bda-ent-hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56%;
  z-index: 2;
}
.bda-ent-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bda-ent-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  height: 100%;
  min-height: 460px;
  display: flex;
  align-items: center;
}
.bda-ent-hero__text {
  max-width: 46%;
}
.bda-ent-hero__eyebrow {
  color: var(--bda-gold);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  margin: 0 0 14px;
}
.bda-ent-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-cream);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.2;
  margin: 0;
}
.bda-ent-hero__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 3;
  line-height: 0;
  pointer-events: none;
}
.bda-ent-hero__wave-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bda-ent-hero__wave-bottom path {
  fill: var(--bda-navy);
}
.bda-ent-hero__bottom-icon {
  position: absolute;
  bottom: 41px;
  left: 50%;
  width: 34px;
  transform: translate(-50%, 50%);
  z-index: 4;
  pointer-events: none;
}
.bda-ent-hero__tail {
  position: relative;
  background: var(--bda-navy);
  overflow: hidden;
  padding: 90px 0 130px;
}
.bda-ent-hero__wave-bottom-final {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  line-height: 0;
  pointer-events: none;
}
.bda-ent-hero__wave-bottom-final svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bda-ent-hero__wave-bottom-final path {
  fill: var(--bda-cream);
}

/* ---------- "Une grande famille" section ---------- */
.bda-family {
  position: relative;
  z-index: 1;
}
.bda-family__branch-tr {
  position: absolute;
  top: -30px;
  right: -60px;
  width: 640px;
  max-width: 46%;
  pointer-events: none;
  mix-blend-mode: screen;
}
.bda-family__branch-bl {
  position: absolute;
  bottom: -20px;
  left: -100px;
  width: 1160px;
  max-width: 78%;
  pointer-events: none;
  mix-blend-mode: screen;
}
.bda-family__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  display: flex;
  align-items: center;
  gap: 64px;
}
.bda-family__text {
  flex: 1 1 48%;
  min-width: 0;
}
.bda-family__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-cream);
  font-size: clamp(28px, 3.2vw, 42px);
  margin: 0 0 22px;
}
.bda-family__text p {
  color: var(--bda-cream);
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.bda-family__photo {
  flex: 0 1 460px;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22), 0 25px 55px rgba(0, 0, 0, 0.35);
}
.bda-family__photo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .bda-family__inner {
    flex-direction: column;
    text-align: center;
  }
  .bda-family__branch-tr {
    max-width: 60%;
  }
  .bda-family__branch-bl {
    max-width: 90%;
  }
}

@media (max-width: 900px) {
  .bda-ent-hero__band {
    min-height: 340px;
  }
  .bda-ent-hero__inner {
    min-height: 340px;
  }
  .bda-ent-hero__text {
    max-width: 60%;
  }
  .bda-ent-hero__photo {
    width: 46%;
    opacity: 0.55;
  }
  .bda-ent-hero__branch {
    max-width: 55%;
  }
}

/* ---------- "Un vrai bon café" section ---------- */
.bda-goodcoffee {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--bda-cream);
  padding: 100px 0;
}
.bda-goodcoffee__inner {
  max-width: 1320px;
  display: flex;
  align-items: center;
  gap: 64px;
}
.bda-goodcoffee__photo {
  flex: 0 1 440px;
  min-width: 0;
}
.bda-goodcoffee__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 20px 30px rgba(34, 71, 106, 0.2));
}
.bda-goodcoffee__text {
  flex: 1 1 46%;
  min-width: 0;
}
.bda-goodcoffee__icon {
  width: 40px;
  margin-bottom: 18px;
}
.bda-goodcoffee__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: clamp(28px, 3.2vw, 42px);
  margin: 0 0 22px;
}
.bda-goodcoffee__text p {
  color: var(--bda-navy);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

@media (max-width: 900px) {
  .bda-goodcoffee__inner {
    flex-direction: column;
    text-align: center;
  }
}

/* ---------- Qualité / Localité / Réactivité ---------- */
.bda-values {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--bda-cream);
  padding: 20px 0 110px;
}
.bda-values__row {
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  text-align: center;
}
.bda-values__item {
  flex: 1 1 0;
  min-width: 0;
}
.bda-values__icon {
  width: 44px;
  height: auto;
  margin: 0 auto 18px;
  display: block;
}
.bda-values__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: 22px;
  margin: 0 0 14px;
}
.bda-values__item p {
  color: var(--bda-navy);
  opacity: 0.85;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

@media (max-width: 760px) {
  .bda-values__row {
    flex-direction: column;
    gap: 40px;
  }
}

.product__bottom .btn-primary {
  background: var(--bda-navy) !important;
  border-color: var(--bda-navy) !important;
}

/* ---------- Default breadcrumb (generic pages) ---------- */
.breadcrumb__wrapper {
  background: var(--bda-cream) !important;
  border-bottom: 1px solid rgba(34, 71, 106, 0.1);
  padding: 14px 0;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb-item {
  color: var(--bda-navy);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\2022";
  color: var(--bda-gold);
  margin-right: 10px;
  font-weight: 700;
}
.breadcrumb-item span {
  color: var(--bda-navy);
  opacity: 0.75;
}
.breadcrumb-link {
  color: var(--bda-navy);
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb-link span {
  color: var(--bda-navy);
  opacity: 1;
}
.breadcrumb-link:hover {
  color: var(--bda-gold);
}
.breadcrumb-link:hover span {
  color: var(--bda-gold);
}

/* ---------- Customer reassurance block (cart / checkout / product) ---------- */
.blockreassurance {
  background: var(--bda-cream);
  border-radius: 14px;
  padding: 6px 0;
}
.blockreassurance--cart {
  margin-top: 24px;
  padding: 20px;
}
.reassurance {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 4px;
  text-decoration: none;
}
.reassurance + .reassurance {
  border-top: 1px solid rgba(34, 71, 106, 0.12);
}
.reassurance__image {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  background-image: url(../img/brulerie/sprout-gold.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* The module's own icon relies on a protocol-relative "//modules/..." URL that
   resolves incorrectly in this environment; show our own icon instead. */
.reassurance__image img {
  display: none !important;
}
.reassurance__title {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: 15px;
}
.reassurance__desc {
  display: block;
  color: var(--bda-navy);
  opacity: 0.75;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 3px;
}
.reassurance--link:hover .reassurance__title {
  color: var(--bda-gold);
}

/* ---------- Cart & checkout theming ---------- */
#cart, #checkout {
  --bs-primary: var(--bda-navy);
  --bs-primary-rgb: 34, 71, 106;
  --bs-link-color: var(--bda-navy);
  --bs-link-color-rgb: 34, 71, 106;
  --bs-link-hover-color: var(--bda-gold);
  --bs-success: var(--bda-gold);
  --bs-success-rgb: 221, 182, 95;
  --bs-dark: var(--bda-navy-dark);
  --bs-dark-bg-subtle: #d8dde2;
  --bs-btn-focus-shadow-rgb: 34, 71, 106;
}

#cart h1, #checkout h1,
#cart h2, #checkout h2,
#cart h3, #checkout h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--bda-navy);
}

#checkout .checkout-steps {
  background: var(--bda-cream);
}
#checkout .checkout-steps__btn {
  color: var(--bda-navy);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
#checkout .checkout-steps__step--current .checkout-steps__btn {
  color: var(--bda-navy);
  font-weight: 700;
}
#checkout .checkout-steps__step--success .checkout-steps__btn {
  color: var(--bda-gold);
}

#checkout .address-card {
  border: 1px solid rgba(34, 71, 106, 0.2);
  border-radius: 14px;
  padding: 18px 20px;
  transition: border-color .15s ease;
}
#checkout .address-card.selected,
#checkout .address-card--radio:has(.form-check-input:checked) {
  border-color: var(--bda-navy);
  box-shadow: 0 4px 16px rgba(34, 71, 106, 0.1);
}
#checkout .address-card__alias {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
}
#checkout .address-card__content {
  color: var(--bda-navy);
  opacity: 0.85;
}
#checkout .address-card__edit {
  color: var(--bda-navy) !important;
}
#checkout .address-card__delete {
  color: #b23b3b !important;
}
#checkout .custom-radio .form-check-input:checked {
  background-color: var(--bda-navy);
  border-color: var(--bda-navy);
}

#cart .btn-primary, #checkout .btn-primary {
  background-color: var(--bda-navy) !important;
  border-color: var(--bda-navy) !important;
  color: var(--bda-cream) !important;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .4px;
}
#cart .btn-primary:hover, #checkout .btn-primary:hover {
  background-color: var(--bda-navy-dark) !important;
  border-color: var(--bda-navy-dark) !important;
}
#cart .btn-outline-secondary, #checkout .btn-outline-secondary,
#cart .btn-secondary, #checkout .btn-secondary {
  background-color: transparent !important;
  border-color: var(--bda-navy) !important;
  color: var(--bda-navy) !important;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .4px;
}
#cart .btn-outline-secondary:hover, #checkout .btn-outline-secondary:hover {
  background-color: var(--bda-navy) !important;
  color: var(--bda-cream) !important;
}

#cart .cart-summary,
#checkout .cart-summary,
#checkout .order-final-summary {
  background: var(--bda-cream);
  border-radius: 16px;
  padding: 24px;
}
#cart .cart-total-line--total .value,
#checkout .cart-total-line--total .value,
#cart .cart-total-line--total,
#checkout .cart-total-line--total {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: 20px;
}

/* ---------- Generic page title (search results, account pages, etc.) ---------- */
.page-title-section {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
}

/* ---------- My account: sidebar + dashboard tiles ---------- */
.account-menu--sidebar {
  background: var(--bda-cream);
  border-radius: 16px;
  padding: 26px 22px;
}
.account-menu__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bda-navy);
  font-size: 22px;
  margin-bottom: 16px;
}
.account-menu--sidebar .account-menu__link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bda-navy);
  text-decoration: none;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(34, 71, 106, 0.1);
}
.account-menu--sidebar .account-menu__link:last-child,
.account-menu--sidebar .account-menu__link--signout {
  border-bottom: none;
}
.account-menu--sidebar .account-menu__icon {
  color: var(--bda-navy);
  font-size: 20px;
}
.account-menu--sidebar .account-menu__link--active {
  color: var(--bda-gold);
  font-weight: 700;
}
.account-menu--sidebar .account-menu__link--active .account-menu__icon {
  color: var(--bda-gold);
}
.account-menu--sidebar .account-menu__link:hover {
  color: var(--bda-gold);
}
.account-menu--sidebar .account-menu__link--signout {
  color: #b23b3b;
}
.account-menu--sidebar .account-menu__link--signout .account-menu__icon {
  color: #b23b3b;
}

.account-menu--main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 8px;
}
.account-menu--main .account-menu__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bda-cream);
  border-radius: 14px;
  padding: 22px 20px;
  color: var(--bda-navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: box-shadow .15s ease;
}
.account-menu--main .account-menu__link:hover {
  box-shadow: 0 10px 24px rgba(34, 71, 106, 0.12);
}
.account-menu--main .account-menu__icon {
  color: var(--bda-navy);
  font-size: 26px;
}
.account-menu--main .account-menu__link--signout {
  color: #b23b3b;
}
.account-menu--main .account-menu__link--signout .account-menu__icon {
  color: #b23b3b;
}
.account-menu__back {
  border-color: var(--bda-navy) !important;
  color: var(--bda-navy) !important;
  border-radius: 8px;
}
.account-menu__back:hover {
  background: var(--bda-navy) !important;
  color: var(--bda-cream) !important;
}

/* "Mes abonnements" link injected by the bdaformules module, matched to account-menu style */
.account-menu__link.bda-account-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ---------- Order history table ---------- */
.order-history {
  background: var(--bda-cream);
  border-radius: 16px;
  padding: 10px 24px;
}
.order-history__header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--bda-navy);
  opacity: 0.7;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.order-history__row {
  border-top: 1px solid rgba(34, 71, 106, 0.12);
  color: var(--bda-navy);
}
.order-history__cell--reference {
  font-weight: 700;
}
.order-history__status {
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 6px 14px;
}
.page-content--customer .btn-outline-primary {
  border-color: var(--bda-navy);
  color: var(--bda-navy);
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.page-content--customer .btn-outline-primary:hover {
  background: var(--bda-navy);
  color: var(--bda-cream);
  border-color: var(--bda-navy);
}
