/* Iller — styles maquette (chargés hors cache CCC) */
:root {
  --iller-red: #ad0000;
  --iller-red-dark: #8a0000;
  --iller-ink: #1c1c1c;
  --iller-muted: #6b6b6b;
  --iller-sand: #f3f2f0;
  --iller-white: #ffffff;
  --iller-font-display: "Cormorant Garamond", Georgia, serif;
  --iller-font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --iller-header-h: 7.5rem;
  --iller-nav-h: 3.5rem;
}

/* Header toujours collé au viewport (hors CCC, après custom.css). */
#header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1100 !important;
}

body.theme-iller {
  padding-top: var(--iller-header-h, 7.5rem) !important;
}

/* Verrou scroll aperçu rapide : compense body.modal-open { overflow:hidden }
   qui sinon ramène le document en haut. top = -scroll courant (inline + var). */
html.iller-qv-scroll-lock,
body.iller-qv-scroll-lock {
  overflow: hidden !important;
}

body.iller-qv-scroll-lock {
  position: fixed !important;
  top: calc(-1 * var(--iller-qv-scroll-y, 0px)) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding-right: 0 !important;
}

body.modal-open.iller-qv-scroll-lock {
  position: fixed !important;
  overflow: hidden !important;
}

/* Le header reste collé au viewport (pas au body décalé). */
body.iller-qv-scroll-lock #header {
  position: fixed !important;
  top: 0 !important;
  padding-right: 0 !important;
}

/* Modales au-dessus du header fixe (z-index 1100).
   Appliquer à toutes les .modal (panier, aperçu, galerie…) :
   un z-index limité à .quickview laissait #blockcart-modal sous
   .modal-backdrop (1190) → film noir cliquable, modal inaccessible. */
.modal {
  z-index: 1200 !important;
}
.modal-backdrop {
  z-index: 1190 !important;
}

/* Confirmation panier : centrage H+V (Classic pose margin:10px sans auto,
   et width:100% sans margin auto → décalage à gauche). */
#blockcart-modal.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}
#blockcart-modal .modal-dialog {
  margin-left: auto !important;
  margin-right: auto !important;
  width: calc(100% - 1.5rem) !important;
  max-width: 1140px !important;
}

/* Bouton « Ajouter au panier » : Classic pose padding-top: .625rem sans
   padding bas + line-height hérité sur l'icône → panier décalé verticalement. */
.product-actions .add-to-cart,
.product-add-to-cart .add-to-cart,
button.add-to-cart,
.quickview .add-to-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.45rem !important;
  height: auto !important;
  min-height: 2.75rem !important;
  padding: 0.65rem 1.15rem !important;
  line-height: 1.2 !important;
}

.product-actions .add-to-cart .material-icons,
.product-add-to-cart .add-to-cart .material-icons,
button.add-to-cart .material-icons,
.quickview .add-to-cart .material-icons,
.add-to-cart .material-icons.shopping-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  vertical-align: middle !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
}

/* ---- Hero : pleine largeur viewport, image non découpée ---- */
body#index #wrapper,
body#index main,
body#index .page-home {
  overflow-x: visible !important;
  overflow: visible !important;
}
body#index .iller-home-wrapper,
body#index .iller-home-row,
body#index #content-wrapper,
body#index .page-home {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Shell déjà hors .container (pages produit / catégorie) */
#wrapper > .iller-hero-shell {
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 2.5rem !important;
}

/* Classic pose padding-top: 1.563rem sur #wrapper.
   Marge haute 40px par défaut ; annulée là où le carousel est visible. */
#wrapper {
  margin-top: 40px !important;
  padding-top: 0 !important;
}
body#index #wrapper,
body#product #wrapper,
body#category #wrapper,
body#search #wrapper,
body#manufacturer #wrapper,
body#supplier #wrapper,
body#best-sales #wrapper,
body#new-products #wrapper,
body#prices-drop #wrapper {
  margin-top: 0 !important;
}
body#index #carousel.iller-hero,
body#index .carousel.iller-hero,
#wrapper > .iller-hero-shell #carousel.iller-hero,
#wrapper > .iller-hero-shell .carousel.iller-hero {
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body#index .iller-hero-viewport,
body#index .iller-hero .carousel-inner,
body#index .iller-hero-track,
body#index .iller-hero .carousel-item,
body#index .iller-hero-item,
body#index .iller-hero-media,
#wrapper > .iller-hero-shell .iller-hero-viewport,
#wrapper > .iller-hero-shell .iller-hero .carousel-inner,
#wrapper > .iller-hero-shell .iller-hero-track,
#wrapper > .iller-hero-shell .iller-hero .carousel-item,
#wrapper > .iller-hero-shell .iller-hero-item,
#wrapper > .iller-hero-shell .iller-hero-media {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
body#index .carousel .carousel-item img,
body#index .iller-hero-image,
body#index #carousel .iller-hero-image,
#wrapper > .iller-hero-shell .carousel .carousel-item img,
#wrapper > .iller-hero-shell .iller-hero-image,
#wrapper > .iller-hero-shell #carousel .iller-hero-image {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: initial !important;
  display: block !important;
}

/* ---- Hero caption ---- */
.iller-hero-item {
  position: relative !important;
}
.iller-hero .carousel-inner,
.iller-hero-track {
  position: relative !important;
  z-index: 3 !important;
}
.iller-hero-title {
  font-family: var(--iller-font-display) !important;
  font-weight: 600 !important;
  font-size: clamp(2rem, 4.8vw, 3.5rem) !important;
  line-height: 1.1 !important;
  color: #fff !important;
  margin: 0 0 0.85rem !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.iller-hero-text {
  font-family: var(--iller-font-body) !important;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem) !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0 0 1.35rem !important;
  max-width: 28rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.iller-hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--iller-red) !important;
  color: #fff !important;
  font-family: var(--iller-font-body) !important;
  font-weight: 700 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 0.9rem 1.35rem !important;
  border-radius: 2px !important;
  line-height: 1 !important;
  border: none !important;
}
.iller-hero-cta:hover {
  background: var(--iller-red-dark) !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .iller-hero-title {
    font-size: clamp(1.55rem, 7vw, 2.1rem) !important;
  }
}

/* ---- CTA Accueil : Nos produits (sous iller-home-wrapper) ---- */
.iller-home-cta {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 3.25rem 1.25rem !important;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(173, 0, 0, 0.18), transparent 55%),
    var(--iller-ink, #1c1c1c) !important;
  color: #fff !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both;
  position: relative;
  z-index: 1;
}

.iller-home-cta__inner {
  max-width: 36rem;
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
}

.iller-home-cta__eyebrow {
  margin: 0 !important;
  font-family: var(--iller-font-body), "Segoe UI", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.55) !important;
  line-height: 1.3 !important;
}

.iller-home-cta__lead {
  margin: 0 0 0.5rem !important;
  font-family: var(--iller-font-display), Georgia, serif !important;
  font-size: clamp(1.45rem, 3.2vw, 2rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  color: #fff !important;
  letter-spacing: 0.01em;
}

.iller-home-cta__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  margin-top: 0.35rem !important;
  padding: 0.95rem 1.6rem 0.95rem 1.75rem !important;
  background: var(--iller-red, #ad0000) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: var(--iller-font-body), "Segoe UI", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.iller-home-cta__btn:hover,
.iller-home-cta__btn:focus-visible {
  background: var(--iller-red-dark, #8a0000) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
}

.iller-home-cta__arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.35rem;
  height: 1.35rem;
  transition: transform 0.25s ease;
}

.iller-home-cta__btn:hover .iller-home-cta__arrow,
.iller-home-cta__btn:focus-visible .iller-home-cta__arrow {
  transform: translateX(4px);
}

.iller-home-cta__arrow svg {
  display: block;
}

@media (max-width: 767px) {
  .iller-home-cta {
    padding: 2.5rem 1.25rem !important;
  }

  .iller-home-cta__btn {
    width: 100% !important;
    max-width: 20rem;
  }
}

/* ---- Bandeau confiance : 4 blocs ---- */
.iller-trust-bar {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 2.5rem 0 !important;
  background: #f5f4f2 !important;
  border: none !important;
  box-sizing: border-box;
  clear: both;
  position: relative;
  z-index: 1;
}

.iller-trust-bar__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.iller-trust-bar__list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.iller-trust-bar__item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.9rem !important;
  margin: 0 !important;
  padding: 1.25rem 1.15rem !important;
  min-width: 0 !important;
  max-width: none !important;
  background: #fff !important;
  border: 1px solid #e8e6e3 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  text-align: left !important;
}

.iller-trust-bar__icon {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.85rem !important;
  height: 2.85rem !important;
  border-radius: 50% !important;
  background: rgba(173, 0, 0, 0.07) !important;
  color: #ad0000 !important;
}

.iller-trust-bar__icon svg {
  display: block !important;
  width: 1.55rem !important;
  height: 1.55rem !important;
  stroke: currentColor !important;
}

.iller-trust-bar__copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.2rem !important;
  min-width: 0 !important;
}

.iller-trust-bar__title {
  display: block !important;
  font-family: var(--iller-font-body), "Segoe UI", sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #1c1c1c !important;
  line-height: 1.3 !important;
}

.iller-trust-bar__text {
  display: block !important;
  font-family: var(--iller-font-body), "Segoe UI", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  color: #6b6b6b !important;
  line-height: 1.4 !important;
  text-transform: none !important;
}

@media (max-width: 991px) {
  .iller-trust-bar__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem !important;
  }
}

@media (max-width: 575px) {
  .iller-trust-bar {
    padding: 1.75rem 0 !important;
  }

  .iller-trust-bar__list {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }
}

.iller-home-intro {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2.75rem 0 2rem;
  text-align: center;
  background: transparent;
  box-sizing: border-box;
}

.iller-home-intro__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 11rem);
  align-items: center;
  gap: 1.75rem 2.75rem;
  text-align: left;
  box-sizing: border-box;
}

.iller-home-intro__media {
  margin: 0;
}

.iller-home-intro__image {
  display: block;
  width: 100%;
  max-width: 11rem;
  height: auto;
  border: 1px solid #d8d3cd;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.iller-home-intro__copy {
  min-width: 0;
}

.iller-home-intro__eyebrow {
  margin: 0 0 0.65rem !important;
  font-family: var(--iller-font-body) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--iller-red) !important;
  line-height: 1.3 !important;
}

.iller-home-intro__title {
  margin: 0 0 0.55rem !important;
  font-family: var(--iller-font-display) !important;
  font-weight: 600 !important;
  font-size: clamp(1.65rem, 3.4vw, 2.45rem) !important;
  line-height: 1.15 !important;
  color: var(--iller-ink) !important;
  letter-spacing: 0.01em;
}

.iller-home-intro__subtitle {
  margin: 0 0 0.85rem !important;
  font-family: var(--iller-font-body) !important;
  font-weight: 500 !important;
  font-size: clamp(1rem, 1.8vw, 1.2rem) !important;
  line-height: 1.35 !important;
  color: var(--iller-muted) !important;
  letter-spacing: 0.01em;
}

.iller-home-intro__lead {
  margin: 0 !important;
  max-width: 36rem;
  font-family: var(--iller-font-body) !important;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem) !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: var(--iller-muted) !important;
}

.iller-home-intro__rule {
  display: block;
  width: 2.5rem;
  height: 2px;
  margin: 1.5rem 0 0;
  background: var(--iller-red);
  border-radius: 1px;
}

@media (max-width: 767px) {
  .iller-home-intro {
    padding: 2rem 0 1.5rem;
  }

  .iller-home-intro__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
    text-align: center;
  }

  .iller-home-intro__image {
    max-width: min(14rem, 70vw);
  }

  .iller-home-intro__lead {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .iller-home-intro__rule {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---- Titres sections ---- */
.products-section-title,
.iller-section-head .products-section-title {
  font-family: var(--iller-font-body) !important;
  font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

/* ---- Bloc éditorial accueil ---- */
.iller-home-editorial {
  width: 100%;
  max-width: none !important;
  margin: 3.5rem 0 0 !important;
  padding: 3.25rem 0 3.5rem !important;
  background: #f7f6f4;
  border-top: 1px solid #e8e6e3;
  border-bottom: none;
  box-sizing: border-box;
}

.iller-home-editorial__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

.iller-home-editorial__head {
  max-width: none;
  margin: 0 0 2.25rem;
}

.iller-home-editorial__eyebrow {
  margin: 0 0 0.55rem !important;
  font-family: var(--iller-font-body) !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--iller-red) !important;
  line-height: 1.3 !important;
}

.iller-home-editorial__title {
  margin: 0 !important;
  font-family: var(--iller-font-display) !important;
  font-weight: 600 !important;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem) !important;
  line-height: 1.15 !important;
  color: var(--iller-ink) !important;
  letter-spacing: 0.01em;
}

.iller-home-editorial__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 2.5rem;
}

.iller-home-editorial__item {
  position: relative;
  padding: 0 0 0 1.1rem;
  border: none;
  background: transparent;
}

.iller-home-editorial__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 2px;
  background: var(--iller-red);
  border-radius: 1px;
}

.iller-home-editorial__item h3 {
  margin: 0 0 0.55rem !important;
  font-family: var(--iller-font-body) !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: var(--iller-ink) !important;
  line-height: 1.3 !important;
}

.iller-home-editorial__item p,
.iller-home-editorial__item address {
  margin: 0 !important;
  font-family: var(--iller-font-body) !important;
  font-size: 0.98rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: var(--iller-muted) !important;
  line-height: 1.65 !important;
}

.iller-home-editorial__item--place address {
  color: var(--iller-ink) !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

.iller-home-editorial__item--place address + p {
  margin-top: 0.65rem !important;
}

@media (max-width: 767px) {
  .iller-home-editorial {
    margin-top: 2.5rem !important;
    padding: 2.5rem 0 2.75rem !important;
  }

  .iller-home-editorial__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .iller-home-editorial__head {
    margin-bottom: 1.75rem;
  }
}

/* ---- Wishlist masqué ---- */
.wishlist,
.wishlist-button,
.wishlist-button-add,
.wishlist-button-product,
button.wishlist-button-add,
.product-miniature .wishlist,
.js-product .wishlist-button-add {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.footer-before-wrapper .iller-newsletter,
.footer-before-wrapper .block_newsletter {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  align-self: center !important;
}

.footer-before-wrapper .iller-newsletter-inner {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1.25rem 2rem !important;
  width: 100% !important;
}

.footer-before-wrapper .iller-newsletter-copy {
  flex: 0 1 auto !important;
  max-width: 380px !important;
  min-width: 0 !important;
}

.footer-before-wrapper .iller-newsletter-title,
.footer-before-wrapper #block-newsletter-title {
  font-family: var(--iller-font-display), Georgia, serif !important;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem) !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

.footer-before-wrapper .iller-newsletter-form {
  flex: 1 1 auto !important;
  max-width: 420px !important;
  margin: 0 !important;
  min-width: 0 !important;
}

.footer-before-wrapper .iller-newsletter-fields {
  display: flex !important;
  align-items: stretch !important;
  gap: 0.5rem !important;
  width: 100% !important;
}

.footer-before-wrapper .iller-newsletter-fields input[type="email"] {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 46px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  border-radius: 2px !important;
  padding: 0 1rem !important;
  float: none !important;
}

.footer-before-wrapper .iller-newsletter-fields .btn-primary {
  flex: 0 0 auto !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 1.2rem !important;
  float: none !important;
  white-space: nowrap !important;
}

.footer-before-wrapper .iller-social,
.footer-before-wrapper .block-social {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  background: transparent !important;
  align-self: center !important;
}

.footer-before-wrapper .block-social ul {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Bloc centré comme .container du footer (max 1200px, margin auto) */
.footer-before-inner,
.footer-before-wrapper > .container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.5rem 2rem !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 991px) {
  .footer-before-inner,
  .footer-before-wrapper > .container,
  .footer-before-wrapper .iller-newsletter-inner {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 767px) {
  .footer-before-wrapper {
    padding: 1.75rem 1.25rem !important;
  }

  .footer-before-wrapper .iller-newsletter,
  .footer-before-wrapper .block_newsletter {
    flex: 0 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .footer-before-wrapper .iller-newsletter-inner {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    text-align: center !important;
    gap: 1rem !important;
  }

  .footer-before-wrapper .iller-newsletter-copy,
  .footer-before-wrapper .iller-newsletter-form {
    max-width: none !important;
    flex: 0 1 auto !important;
    width: 100% !important;
  }

  .footer-before-wrapper .iller-newsletter-title,
  .footer-before-wrapper #block-newsletter-title {
    font-size: 1.35rem !important;
    margin-bottom: 0.35rem !important;
  }

  .footer-before-wrapper .iller-newsletter-fields {
    flex-direction: column !important;
  }

  .footer-before-wrapper .iller-newsletter-fields .btn-primary {
    width: 100% !important;
  }

  .footer-before-inner,
  .footer-before-wrapper > .container {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1.5rem !important;
  }

  /* Facebook : pastille centrée sous le formulaire, pas étirée en pleine largeur */
  .footer-before-wrapper .iller-social,
  .footer-before-wrapper .block-social {
    width: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-self: center !important;
    margin: 0.15rem auto 0 !important;
    order: 2;
  }

  .footer-before-wrapper .iller-social ul,
  .footer-before-wrapper .block-social ul {
    justify-content: center !important;
  }

  #footer .footer-container {
    padding-top: 0.5rem !important;
  }

  #footer .footer-container .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    margin-bottom: 0 !important;
    text-align: left;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Accordéons Classic : ~96 px de haut chacun — on les ramène à une ligne */
  #footer .footer-container .title,
  #footer .footer-container .title.clearfix,
  #footer .block-contact .title,
  #footer .links .title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0.9rem 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    cursor: pointer;
    float: none !important;
  }

  #footer .footer-container .title .h3,
  #footer .footer-container .title h3,
  #footer .footer-container .title .h3 a,
  #footer .block-contact .title .h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--iller-font-body), "Segoe UI", sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    line-height: 1.3 !important;
    float: none !important;
  }

  #footer .footer-container .title .collapse-icons,
  #footer .footer-container .title .navbar-toggler {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2rem !important;
    height: 2rem !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    position: static !important;
    color: rgba(255, 255, 255, 0.7) !important;
  }

  #footer .footer-container .title .material-icons {
    font-size: 1.25rem !important;
    line-height: 1 !important;
    color: inherit !important;
  }

  #footer .footer-container .collapse,
  #footer .footer-container .collapse ul,
  #footer .footer-container .wrapper,
  #footer .block-contact .collapse {
    text-align: left !important;
  }

  #footer .footer-container .collapse ul {
    margin: 0 0 0.5rem !important;
    padding: 0.35rem 0 0.75rem !important;
  }

  #footer .footer-container .collapse li,
  #footer .footer-container .collapse a {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }

  #footer .footer-container ul,
  #footer .footer-container .block-contact {
    text-align: left;
  }

  #footer .footer-container li {
    float: none !important;
  }

  .footer-copyright,
  .footer-container .text-sm-center {
    text-align: center !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 1rem !important;
  }
}

/* ---- Menu déroulant (survol) ---- */
#header,
#header .header-top,
#header .header-top .container,
#header .header-top-row,
#header .header-top-right,
#header #_desktop_top_menu,
#header .menu {
  overflow: visible !important;
}

#header .header-top > .container {
  position: relative !important;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li {
  position: static;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li > a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li:has(> .sub-menu) > a[data-depth="0"]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.15rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li:has(> .sub-menu):hover > a[data-depth="0"]::after,
#_desktop_top_menu .top-menu[data-depth="0"] > li.is-open > a[data-depth="0"]::after {
  transform: rotate(225deg);
  margin-top: 0.15rem;
  opacity: 1;
}

#_desktop_top_menu .popover.sub-menu,
#_desktop_top_menu .top-menu .sub-menu {
  position: absolute !important;
  left: 15px !important;
  right: 15px !important;
  top: 100% !important;
  z-index: 120 !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.25rem 1.1rem 1.35rem !important;
  background: #fff !important;
  border: 1px solid #e8e6e3 !important;
  border-top: 2px solid #ad0000 !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12) !important;
  box-sizing: border-box !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li:hover > .popover.sub-menu,
#_desktop_top_menu .top-menu[data-depth="0"] > li:hover > .sub-menu,
#_desktop_top_menu .top-menu[data-depth="0"] > li:focus-within > .popover.sub-menu,
#_desktop_top_menu .top-menu[data-depth="0"] > li:focus-within > .sub-menu,
#_desktop_top_menu .top-menu[data-depth="0"] > li.is-open > .popover.sub-menu,
#_desktop_top_menu .top-menu[data-depth="0"] > li.is-open > .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0);
}

#_desktop_top_menu .popover.sub-menu::before,
#_desktop_top_menu .popover.sub-menu::after {
  display: none !important;
}

#header .header-top-right #_desktop_top_menu .sub-menu .top-menu[data-depth="1"],
#_desktop_top_menu .sub-menu .top-menu[data-depth="1"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex-wrap: wrap !important;
  gap: 0.2rem 0.85rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

#header .header-top-right #_desktop_top_menu .sub-menu .top-menu[data-depth="1"] > li,
#_desktop_top_menu .sub-menu .top-menu[data-depth="1"] > li {
  float: none !important;
  display: block !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

#_desktop_top_menu .sub-menu a.dropdown-item,
#_desktop_top_menu .sub-menu a[data-depth="1"],
#_desktop_top_menu .sub-menu a[data-depth="2"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0.65rem 0.85rem !important;
  margin: 0 !important;
  font-family: var(--iller-font-body), "Segoe UI", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #1c1c1c !important;
  background: transparent !important;
  border-radius: 2px !important;
  line-height: 1.3 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  box-sizing: border-box !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#_desktop_top_menu .sub-menu a.dropdown-item:hover,
#_desktop_top_menu .sub-menu a[data-depth="1"]:hover,
#_desktop_top_menu .sub-menu a[data-depth="2"]:hover {
  color: #ad0000 !important;
  background: #f7f6f4 !important;
}

@media (max-width: 991px) {
  #_desktop_top_menu .popover.sub-menu,
  #_desktop_top_menu .top-menu .sub-menu {
    display: none !important;
  }
}

@media (min-width: 992px) {
  #header .header-top-right #_desktop_top_menu .sub-menu .top-menu[data-depth="1"],
  #_desktop_top_menu .sub-menu .top-menu[data-depth="1"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  #header .header-top-right #_desktop_top_menu .sub-menu .top-menu[data-depth="1"],
  #_desktop_top_menu .sub-menu .top-menu[data-depth="1"] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* ---- Block catégories (colonne) ---- */
.iller-block-categories,
#left-column .block-categories,
#right-column .block-categories {
  background: #fff !important;
  border: 1px solid #e8e6e3 !important;
  border-radius: 0 !important;
  padding: 1.15rem 0.9rem 1.25rem !important;
  margin-bottom: 1.5rem !important;
  box-shadow: none !important;
}

.iller-block-categories__title,
.block-categories .category-top-menu > li > a.h6,
.block-categories .iller-block-categories__title {
  margin: 0 0 0.85rem !important;
  padding: 0 0.35rem 0.75rem !important;
  font-family: var(--iller-font-body), "Source Sans 3", "Segoe UI", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #1c1c1c !important;
  border-bottom: 2px solid #ad0000 !important;
  line-height: 1.3 !important;
}

.iller-block-categories__title a,
.block-categories .iller-block-categories__title a {
  color: inherit !important;
  text-decoration: none !important;
}

.iller-block-categories__title a:hover,
.block-categories .iller-block-categories__title a:hover {
  color: #ad0000 !important;
}

.block-categories .category-top-menu,
.block-categories .category-sub-menu,
.iller-block-categories .category-sub-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.block-categories .category-top-menu > li {
  list-style: none !important;
}

.iller-cat-item,
.block-categories .category-sub-menu > li {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #f0eeeb;
}

.iller-cat-item:last-child,
.block-categories .category-sub-menu > li:last-child {
  border-bottom: none;
}

.iller-cat-link,
.block-categories .category-sub-menu a {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.45rem !important;
  padding-right: 2rem !important;
  font-family: var(--iller-font-body), "Source Sans 3", "Segoe UI", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #1c1c1c !important;
  line-height: 1.35 !important;
  transition: color 0.15s ease, background-color 0.15s ease, padding-left 0.15s ease;
}

.iller-cat-link::before,
.block-categories .category-sub-menu > li > a::before {
  content: "";
  flex: 0 0 0.35rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 1.5px #c8c4bf;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.iller-cat-link:hover,
.block-categories .category-sub-menu a:hover {
  color: #ad0000 !important;
  background: #f7f6f4 !important;
  padding-left: 0.65rem !important;
}

.iller-cat-link:hover::before,
.block-categories .category-sub-menu > li > a:hover::before,
.iller-cat-item.current > .iller-cat-link::before,
.block-categories .category-sub-menu > li.current > a::before {
  background: #ad0000;
  box-shadow: none;
}

.iller-cat-item.current > .iller-cat-link,
.block-categories .category-sub-menu > li.current > a {
  color: #ad0000 !important;
  background: #f7f6f4 !important;
}

.iller-cat-toggle {
  position: absolute !important;
  top: 0.35rem;
  right: 0.15rem;
  width: 2rem;
  height: 2rem;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #6b6b6b !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.iller-cat-toggle .material-icons {
  font-size: 1.15rem !important;
  line-height: 1 !important;
}

.iller-cat-toggle .remove,
.iller-cat-toggle[aria-expanded="true"] .add {
  display: none;
}

.iller-cat-toggle[aria-expanded="true"] .remove {
  display: inline-block;
}

.iller-cat-panel .category-sub-menu,
.iller-cat-children {
  margin: 0 0 0.35rem !important;
  padding: 0 0 0 0.85rem !important;
  border-left: 2px solid #eeebe7;
}

.iller-cat-panel .iller-cat-link,
.iller-cat-children .iller-cat-link {
  font-size: 0.74rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  padding: 0.5rem 0.4rem !important;
}

/* ---- En-tête catégorie ---- */
.iller-category-header {
  margin: 0 0 2rem !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  scroll-margin-top: calc(var(--iller-header-h, 7.5rem) + 0.75rem);
}

#products {
  scroll-margin-top: calc(var(--iller-header-h, 7.5rem) + 0.75rem);
}

.js-product-container,
#product .product-container {
  scroll-margin-top: calc(var(--iller-header-h, 7.5rem) + 0.75rem);
}

.iller-category-header__inner {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.iller-category-header__inner--with-cover {
  grid-template-columns: minmax(0, 1fr) minmax(140px, 220px);
}

.iller-category-header__copy {
  min-width: 0;
  padding-top: 0.15rem;
}

.iller-category-header__title,
.iller-category-header .h1,
.block-category .h1 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 1.1rem !important;
  padding: 0 0 0.9rem !important;
  font-family: var(--iller-font-display), "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.15rem, 4.6vw, 3.15rem) !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
  text-transform: none !important;
  color: var(--iller-ink, #1c1c1c) !important;
  text-wrap: balance;
}

.iller-category-header__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.75rem;
  height: 2px;
  background: var(--iller-red, #ad0000);
}

.iller-category-header__desc,
.iller-category-header__desc p,
#category-description,
#category-description p {
  margin: 0 !important;
  max-width: 38rem;
  font-family: var(--iller-font-body), "Source Sans 3", "Segoe UI", sans-serif !important;
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
  color: var(--iller-muted, #6b6b6b) !important;
}

.iller-category-header__cover {
  overflow: hidden;
  background: var(--iller-sand, #f3f2f0);
  aspect-ratio: 4 / 3;
}

.iller-category-header__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .iller-category-header__inner--with-cover {
    grid-template-columns: 1fr;
  }

  .iller-category-header__title,
  .iller-category-header .h1,
  .block-category .h1 {
    font-size: clamp(1.95rem, 8.2vw, 2.55rem) !important;
    letter-spacing: -0.015em !important;
  }

  .iller-category-header__cover {
    max-width: 280px;
  }
}

/* Ancien block-category (fallback) */
.block-category.card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 1.5rem !important;
}

/* ---- Sous-catégories ---- */
.iller-subcategories,
#subcategories.iller-subcategories,
#subcategories.card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 2rem !important;
}

.iller-subcategories__title,
#subcategories .subcategory-heading,
#subcategories .iller-subcategories__title {
  margin: 0 0 1.15rem !important;
  padding: 0 0 0.65rem !important;
  font-family: var(--iller-font-body), "Source Sans 3", "Segoe UI", sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #1c1c1c !important;
  border-bottom: none !important;
  position: relative;
}

.iller-subcategories__title::after,
#subcategories .iller-subcategories__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: #ad0000;
}

.iller-subcategories,
#subcategories.iller-subcategories,
.iller-subcategories__list,
#subcategories .subcategories-list,
#subcategories .iller-subcategories__list {
  display: none !important;
}

.iller-subcategories__item,
#subcategories .subcategories-list > li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  float: none !important;
  text-align: left !important;
}

.iller-subcategories__card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit !important;
  background: #fff;
  border: 1px solid #e8e6e3;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.iller-subcategories__card:hover {
  border-color: #ad0000;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  color: inherit !important;
}

.iller-subcategories__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f3f2f0;
  overflow: hidden;
}

.iller-subcategories__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.iller-subcategories__card:hover .iller-subcategories__media img {
  transform: scale(1.04);
}

.iller-subcategories__media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, #f7f6f4 0%, #eceae6 100%);
}

.iller-subcategories__mono {
  font-family: var(--iller-font-display), "Cormorant Garamond", Georgia, serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #ad0000;
  opacity: 0.85;
}

.iller-subcategories__name,
#subcategories .subcategory-name {
  display: block !important;
  padding: 0.85rem 0.95rem 1rem !important;
  margin: 0 !important;
  font-family: var(--iller-font-body), "Source Sans 3", "Segoe UI", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  text-align: left !important;
  color: #1c1c1c !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.iller-subcategories__card:hover .iller-subcategories__name {
  color: #ad0000 !important;
}

#subcategories .subcategory-image,
#subcategories .cat_desc,
#subcategories h3 {
  margin: 0 !important;
}

#subcategories .cat_desc {
  display: none !important;
}

@media (min-width: 768px) {
  .iller-subcategories__list,
  #subcategories .subcategories-list,
  #subcategories .iller-subcategories__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .iller-subcategories__list,
  #subcategories .subcategories-list,
  #subcategories .iller-subcategories__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ==========================================================================
   Header / menu — tablette & mobile (≤991 px)
   Point de rupture unique : 992 px (voir iller-responsive.js).
   ========================================================================== */
@media (max-width: 991px) {
  #header .container,
  #header .header-top .container,
  #header .header-nav > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Spécificité > #header .header-nav .iller-topbar { display:flex !important } */
  #header .header-nav .iller-topbar.iller-desktop-only,
  #header .header-nav .iller-desktop-only,
  #header .iller-desktop-only {
    display: none !important;
  }

  #header .header-nav {
    min-height: 56px !important;
    height: auto !important;
    overflow: visible !important;
  }

  #header .header-nav > .container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .iller-mobile-bar {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 0.35rem 0.65rem !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 0.25rem 0 !important;
  }

  .iller-mobile-logo {
    justify-self: center !important;
    text-align: center !important;
    min-width: 0 !important;
  }

  .iller-mobile-logo .iller-logo-img {
    max-height: 32px !important;
    max-width: min(190px, 48vw) !important;
    margin: 0 auto !important;
  }

  .iller-mobile-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    gap: 0.15rem !important;
    flex: 0 0 auto !important;
    min-width: 5rem !important;
  }

  .iller-mobile-action,
  #header .header-nav #_mobile_user_info,
  #header .header-nav #_mobile_cart {
    width: 2.5rem !important;
    min-width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .iller-mobile-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    justify-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }

  .iller-mobile-action .material-icons {
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  #header .header-nav #_mobile_user_info,
  #header .header-nav #_mobile_cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #header .header-nav #_mobile_user_info {
    position: relative !important;
    top: 0 !important;
  }

  #header .header-nav #_mobile_user_info .user-info,
  #header .header-nav #_mobile_cart .blockcart,
  #header .header-nav #_mobile_cart .header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
  }

  #header .header-nav #_mobile_user_info a,
  #header .header-nav #_mobile_user_info .user-info a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    padding: 0 !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1 !important;
    float: none !important;
    position: relative !important;
    vertical-align: middle !important;
  }

  /* Masquer le libellé texte sur mobile, jamais l’icône .material-icons */
  #header .header-nav #_mobile_user_info .hidden-sm-down,
  #header .header-nav #_mobile_user_info span:not(.material-icons):not(.sr-only) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  #header .header-nav #_mobile_user_info .material-icons {
    font-size: 1.45rem !important;
    color: #fff !important;
    line-height: 1 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    display: block !important;
  }

  #header .header-nav #_mobile_cart .iller-cart-btn,
  #header .header-nav #_mobile_cart .header a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    min-width: 2.5rem !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  #header .header-nav #_mobile_cart,
  #header .header-nav #_mobile_cart #_desktop_cart,
  #header .header-nav #_mobile_cart .blockcart,
  #header .header-nav #_mobile_cart .cart-preview,
  #header .header-nav #_mobile_cart .header {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  #header .header-nav #_mobile_cart .iller-cart-label,
  #header .header-nav #_mobile_cart .iller-cart-total {
    display: none !important;
  }

  #header .header-nav #_mobile_cart .material-icons {
    color: #fff !important;
    font-size: 1.45rem !important;
    line-height: 1 !important;
  }

  #header .header-nav #_mobile_cart .cart-products-count {
    position: absolute !important;
    top: 0.15rem !important;
    right: 0.05rem !important;
    background: #ad0000 !important;
    color: #fff !important;
    min-width: 1.05rem !important;
    height: 1.05rem !important;
    font-size: 0.65rem !important;
  }

  /* Recherche pleine largeur sous la barre noire */
  #header .header-top {
    padding: 0.55rem 0 !important;
    border-bottom: 1px solid #e8e6e3 !important;
  }

  #header .header-top > .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  #header .header-top-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #header .header-top-right {
    display: flex !important;
    flex: 1 1 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #header .header-top-right #_desktop_top_menu,
  #header .header-top-right > .menu,
  #header .header-top-right .top-menu[data-depth="0"] {
    display: none !important;
  }

  #header .header-top-right .search-widget {
    display: block !important;
    flex: 1 1 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

  #header .header-top-right #search_widget,
  #header .header-top-right .search-widgets {
    display: block !important;
    flex: 1 1 100% !important;
    flex-basis: 100% !important;
    width: calc(100% - 1rem) !important;
    max-width: calc(100% - 1rem) !important;
    min-width: 0 !important;
    margin: 0 0.5rem !important;
    padding: 0 !important;
  }

  #header .header-top-right .search-widget form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  #header .header-top-right #search_widget form,
  #header .header-top-right .search-widgets form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  #header .header-top-right .search-widget form input[type="text"] {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  #header .header-top-right #search_widget input[type="text"],
  #header .header-top-right .search-widgets input[type="text"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  #header .header-top-right .iller-header-cart-slot {
    display: none !important;
  }

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

  body.iller-menu-open .iller-trust-bar {
    display: none !important;
  }

  /* Menu ouvert : masquer la recherche pour éviter qu'elle passe
     au-dessus du panneau (couche native des <input> sur mobile). */
  body.iller-menu-open #header .header-top-row {
    display: none !important;
  }

  body.iller-menu-open #header .header-top {
    padding: 0 !important;
    border-bottom: none !important;
  }

  /* ---- Panneau menu mobile ---- */
  #mobile_top_menu_wrapper.iller-mobile-menu,
  #mobile_top_menu_wrapper {
    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: none !important;
    border-top: 1px solid #e8e6e3 !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  /* Ouvert : calque plein écran sous la barre noire, au-dessus de tout. */
  body.iller-menu-open #mobile_top_menu_wrapper.iller-mobile-menu,
  body.iller-menu-open #mobile_top_menu_wrapper,
  #header.is-open #mobile_top_menu_wrapper.iller-mobile-menu,
  #header.is-open #mobile_top_menu_wrapper {
    position: fixed !important;
    top: var(--iller-nav-h, 3.5rem) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    z-index: 30 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: none !important;
    border-top: 1px solid #e8e6e3 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .iller-mobile-menu__panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: none;
    min-height: 100%;
    overflow: visible;
    padding: 0.35rem 0 1.25rem;
  }

  body.iller-menu-open .iller-mobile-menu__panel,
  #header.is-open .iller-mobile-menu__panel {
    max-height: none;
    min-height: 100%;
  }

  #mobile_top_menu_wrapper .js-top-menu.mobile,
  #mobile_top_menu_wrapper #_mobile_top_menu {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #mobile_top_menu_wrapper .top-menu {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  #mobile_top_menu_wrapper .top-menu > li {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    border: none !important;
  }

  /* Une seule catégorie racine (« Nos produits ») : on l’affiche comme
     en-tête de section, et on liste toutes les sous-catégories directement. */
  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > a[data-depth="0"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0.85rem 1rem 0.55rem !important;
    font-family: var(--iller-font-body), "Segoe UI", sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #ad0000 !important;
    line-height: 1.3 !important;
    background: transparent !important;
    border: none !important;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > .iller-menu-toggle,
  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > .collapse-icons {
    display: none !important;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > .popover.sub-menu,
  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > .sub-menu,
  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > .collapse {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #mobile_top_menu_wrapper .sub-menu .top-menu,
  #mobile_top_menu_wrapper .sub-menu ul[data-depth="1"] {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #mobile_top_menu_wrapper .sub-menu .top-menu[data-depth="1"] > li {
    border-bottom: 1px solid #f0eeeb !important;
  }

  #mobile_top_menu_wrapper .sub-menu .top-menu[data-depth="1"] > li:last-child {
    border-bottom: none !important;
  }

  #mobile_top_menu_wrapper .sub-menu a,
  #mobile_top_menu_wrapper .sub-menu a[data-depth="1"],
  #mobile_top_menu_wrapper .sub-menu a.dropdown-item {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0.85rem 1rem !important;
    margin: 0 !important;
    font-family: var(--iller-font-body), "Segoe UI", sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    color: #1c1c1c !important;
    line-height: 1.35 !important;
    background: transparent !important;
    border-radius: 0 !important;
  }

  #mobile_top_menu_wrapper .sub-menu a:hover,
  #mobile_top_menu_wrapper .sub-menu a:focus-visible {
    color: #ad0000 !important;
    background: #faf9f8 !important;
  }

  /* Sous-niveaux plus profonds (si présents) : accordéon compact */
  #mobile_top_menu_wrapper .sub-menu .iller-menu-toggle,
  #mobile_top_menu_wrapper .sub-menu .collapse-icons {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 0.35rem !important;
    top: 0.45rem !important;
    width: 2.4rem !important;
    height: 2.4rem !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    border: 0 !important;
    background: transparent !important;
    color: #6b6b6b !important;
    z-index: 2;
  }

  #mobile_top_menu_wrapper .sub-menu li {
    position: relative !important;
  }

  #mobile_top_menu_wrapper .sub-menu .collapse:not(.in):not(.show) {
    display: none !important;
  }

  #mobile_top_menu_wrapper .sub-menu .collapse.in,
  #mobile_top_menu_wrapper .sub-menu .collapse.show {
    display: block !important;
    padding-left: 0.75rem !important;
    background: #faf9f8 !important;
  }

  .iller-mobile-menu__links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    margin: 0.75rem 0 0 !important;
    padding: 0.35rem 0 0 !important;
    border-top: 1px solid #e8e6e3 !important;
  }

  .iller-mobile-menu__links a {
    display: block !important;
    padding: 0.8rem 1rem !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: #3a3a3a !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f0eeeb !important;
  }

  .iller-mobile-menu__links a:hover,
  .iller-mobile-menu__links a:focus-visible {
    color: #ad0000 !important;
  }

  .iller-mobile-menu__meta,
  #mobile_top_menu_wrapper .js-top-menu-bottom {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.75rem 1rem !important;
    margin: 0.5rem 0 0 !important;
    padding: 0.65rem 1rem 0 !important;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #6b6b6b !important;
    font-size: 0.85rem !important;
  }
}

@media (max-width: 767px) {
  #left-column {
    display: none !important;
  }

  #header .header-top {
    padding: 0.5rem 0 !important;
  }

  .iller-mobile-logo .iller-logo-img {
    max-height: 28px !important;
    max-width: min(170px, 46vw) !important;
    background: #fff !important;
    border-radius: 0.5rem !important;
    padding: 0.25rem 0.55rem !important;
    box-sizing: content-box !important;
  }

}

/* ==========================================================================
   FICHE PRODUIT — bouton retour
   ========================================================================== */
.iller-product-back {
  margin: 0 0 1rem;
  padding: 0.15rem 0 0;
}

.iller-product-back__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--iller-font-body) !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: var(--iller-ink) !important;
  transition: color 0.15s ease;
}

.iller-product-back__link .material-icons {
  font-size: 1.15rem !important;
  line-height: 1 !important;
  color: var(--iller-red) !important;
}

.iller-product-back__link:hover,
.iller-product-back__link:focus {
  color: var(--iller-red) !important;
}

/* ==========================================================================
   FICHE PRODUIT + APERÇU — comptoir boucherie (v2)
   ========================================================================== */

@keyframes iller-product-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-container.js-product-container,
#product .product-container {
  align-items: stretch !important;
  row-gap: 2rem !important;
  margin: 0 0 2.75rem !important;
}

#product .product-container > [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Panneau infos */
.iller-product-panel,
.iller-qv-panel {
  position: relative;
  animation: iller-product-rise 0.55s ease both;
}

.iller-product-panel {
  padding: 0.35rem 0 0.5rem;
}

@media (max-width: 767px) {
  .iller-product-panel {
    padding-top: 0.5rem;
  }
}

/* Galerie — plan clair (sans cadre noir) */
#product .images-container,
.quickview .images-container {
  position: relative;
  padding: 0;
  background:
    linear-gradient(160deg, #f7f6f4 0%, #efece8 55%, #e8e4df 100%);
  border: 1px solid var(--iller-line, #e8e6e3);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

#product .product-cover,
.quickview .product-cover {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0.65rem;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#product .product-cover img,
#product .js-qv-product-cover,
.quickview .product-cover img,
.quickview .js-qv-product-cover {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  transition: transform 0.45s ease;
}

#product .product-cover:hover img,
.quickview .product-cover:hover img {
  transform: scale(1.025);
}

#product .product-cover .layer,
.quickview .product-cover .layer {
  z-index: 2;
  background: rgba(17, 17, 17, 0.38) !important;
  opacity: 0;
  transition: opacity 0.25s ease;
}

#product .product-cover:hover .layer,
#product .product-cover .layer:focus-visible {
  opacity: 1;
}

#product .product-cover .layer .zoom-in,
.quickview .product-cover .layer .zoom-in {
  color: #fff !important;
  font-size: 2rem !important;
}

#product .product-flags,
.quickview .product-flags {
  z-index: 3;
  top: 1.35rem !important;
  left: 1.35rem !important;
}

#product .product-flags .product-flag,
.quickview .product-flags .product-flag {
  background: var(--iller-red) !important;
  color: #fff !important;
  font-family: var(--iller-font-body) !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 0.4rem 0.6rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#product .js-qv-mask,
.quickview .js-qv-mask {
  position: relative;
  z-index: 1;
  margin-top: 0.85rem !important;
  padding: 0 0.15rem;
  background: transparent !important;
}

#product .product-images .thumb-container,
.quickview .product-images .thumb-container {
  margin: 0 0.35rem 0 0 !important;
}

#product .product-images img,
.quickview .product-images img {
  border: 1px solid var(--iller-line, #e8e6e3) !important;
  background: #fff;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

#product .product-images img:hover,
.quickview .product-images img:hover {
  transform: translateY(-1px);
}

#product .product-images .thumb.selected,
#product .product-images .js-thumb.selected,
.quickview .product-images .thumb.selected,
.quickview .product-images .js-thumb.selected {
  border-color: var(--iller-red) !important;
  box-shadow: 0 0 0 1px var(--iller-red);
}

/* Titres */
#product .product-container .h1,
#product .product-container h1,
.quickview .modal-body .h1,
.quickview .modal-body h2.h1 {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 0 1.05rem !important;
  padding: 0 0 0.95rem !important;
  font-family: var(--iller-font-display), "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2rem, 4.2vw, 2.85rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.05 !important;
  color: var(--iller-ink) !important;
  text-transform: none !important;
  text-wrap: balance;
}

#product .product-container .h1::after,
#product .product-container h1::after,
.quickview .modal-body .h1::after,
.quickview .modal-body h2.h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 2px;
  background: var(--iller-red);
}

/* Prix — étiquette comptoir */
#product .product-prices,
.quickview .product-prices {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0 0 1.25rem !important;
  padding: 0.95rem 1.05rem !important;
  background:
    linear-gradient(135deg, rgba(173, 0, 0, 0.05), transparent 55%),
    #f7f5f2;
  border: 1px solid #e5e0da;
  border-left: 3px solid var(--iller-red);
}

#product .product-prices .current-price,
.quickview .product-prices .current-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem 0.85rem;
}

#product .product-prices .current-price-value,
#product .product-prices .price,
#product .current-price .price,
.quickview .product-prices .current-price-value,
.quickview .product-prices .price,
.quickview .current-price .price {
  font-family: var(--iller-font-display), "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.85rem, 3vw, 2.35rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  line-height: 1 !important;
  color: var(--iller-red) !important;
}

#product .product-prices .regular-price,
.quickview .product-prices .regular-price {
  color: var(--iller-muted) !important;
  text-decoration: line-through;
  font-size: 0.95rem !important;
}

#product .product-prices .discount,
.quickview .product-prices .discount {
  display: inline-block;
  background: var(--iller-ink) !important;
  color: #fff !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 0.3rem 0.55rem !important;
  border-radius: 0 !important;
}

#product .product-price.h5,
.quickview .product-price.h5 {
  margin: 0 !important;
  font-size: inherit !important;
}

#product .tax-shipping-delivery-label,
.quickview .tax-shipping-delivery-label {
  margin-top: 0.35rem !important;
  font-size: 0.78rem !important;
  color: var(--iller-muted) !important;
}

/* Description */
#product .product-information .product-description,
#product .product-description,
.quickview #product-description-short,
.quickview .product-description {
  margin: 0 0 1.45rem !important;
  max-width: 34rem;
  font-family: var(--iller-font-body) !important;
  font-size: 1.04rem !important;
  line-height: 1.7 !important;
  color: #555 !important;
}

#product .product-information .product-description p,
.quickview #product-description-short p,
.quickview .product-description p {
  margin: 0 0 0.7rem !important;
}

/* Zone commande — fond clair */
.iller-product-buy {
  margin-top: 0.15rem !important;
  padding: 1.2rem 1.15rem 1.25rem !important;
  background: var(--iller-sand, #f5f4f2) !important;
  border: 1px solid var(--iller-line, #e8e6e3) !important;
  color: var(--iller-ink) !important;
}

.iller-product-buy .control-label,
#product .iller-product-buy .control-label,
.quickview .iller-product-buy .control-label,
#product .product-variants-item .control-label,
.quickview .product-variants-item .control-label {
  display: block;
  margin-bottom: 0.45rem !important;
  font-family: var(--iller-font-body) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--iller-muted) !important;
}

.iller-product-buy .product-variants,
.iller-product-buy .product-variants-item {
  color: var(--iller-ink);
}

.iller-product-buy .product-variants-item {
  margin-bottom: 0.95rem !important;
}

.iller-product-buy .input-color,
.iller-product-buy .color,
.iller-product-buy select,
.iller-product-buy .form-control {
  border-color: var(--iller-line, #e8e6e3) !important;
}

#product .iller-product-buy .product-quantity,
.quickview .iller-product-buy .product-quantity {
  margin-bottom: 0 !important;
}

#product .iller-product-buy #quantity_wanted,
.quickview .iller-product-buy #quantity_wanted {
  border: 1px solid var(--iller-line, #e8e6e3) !important;
  background: #fff !important;
  color: var(--iller-ink) !important;
  height: 2.75rem !important;
}

#product .iller-product-buy .bootstrap-touchspin .btn,
.quickview .iller-product-buy .bootstrap-touchspin .btn {
  background: #fff !important;
  border-color: var(--iller-line, #e8e6e3) !important;
  color: var(--iller-ink) !important;
}

#product .iller-product-buy .add-to-cart,
.quickview .iller-product-buy .add-to-cart {
  background: var(--iller-red) !important;
  border-color: var(--iller-red) !important;
  min-width: 12rem;
}

#product .iller-product-buy .add-to-cart:hover,
.quickview .iller-product-buy .add-to-cart:hover {
  background: var(--iller-red-dark) !important;
  border-color: var(--iller-red-dark) !important;
}

#product .iller-product-buy #product-availability,
.quickview .iller-product-buy #product-availability {
  color: var(--iller-muted) !important;
}

#product .iller-product-buy .product-minimal-quantity,
.quickview .iller-product-buy .product-minimal-quantity {
  color: var(--iller-muted) !important;
}

/* Onglets */
#product .tabs {
  margin-top: 2.25rem !important;
  border: none !important;
  clear: both;
}

#product .tabs .nav-tabs {
  border-bottom: 1px solid #e5e0da !important;
}

#product .tabs .nav-link {
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--iller-muted) !important;
  font-family: var(--iller-font-body) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 0.8rem 0.2rem !important;
  margin-right: 1.35rem !important;
}

#product .tabs .nav-link.active,
#product .tabs .nav-link:hover,
#product .tabs .nav-link:focus {
  color: var(--iller-red) !important;
  border-bottom-color: var(--iller-red) !important;
  background: transparent !important;
}

#product .tabs .tab-pane {
  padding-top: 1.35rem !important;
  font-size: 0.98rem !important;
  line-height: 1.7 !important;
  color: var(--iller-ink) !important;
}

/* ==========================================================================
   APERÇU RAPIDE
   ========================================================================== */
.quickview .modal-dialog {
  max-width: min(980px, calc(100vw - 1.25rem)) !important;
  margin: 1.1rem auto !important;
}

.quickview .modal-content {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32) !important;
  overflow: hidden;
  background: #fff !important;
}

.quickview .modal-header {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 6;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.quickview .modal-header .close {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50%;
  background: #fff !important;
  color: var(--iller-ink) !important;
  border: 1px solid var(--iller-line, #e8e6e3) !important;
  opacity: 1 !important;
  font-size: 1.45rem !important;
  line-height: 1 !important;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.quickview .modal-header .close:hover,
.quickview .modal-header .close:focus {
  background: var(--iller-red) !important;
  border-color: var(--iller-red) !important;
  color: #fff !important;
  transform: scale(1.05);
}

.quickview .modal-body {
  padding: 0 !important;
  background: #fff;
}

.quickview .iller-qv-layout {
  margin: 0 !important;
  min-height: 28rem;
  align-items: stretch !important;
}

.quickview .iller-qv-media {
  padding: 0 !important;
  background: var(--iller-sand, #f5f4f2);
}

.quickview .iller-qv-media .images-container {
  height: 100%;
  min-height: 28rem;
  box-shadow: none;
}

.quickview .iller-qv-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.85rem 1.85rem !important;
  background:
    linear-gradient(180deg, #fff 0%, #faf8f6 100%);
  animation-delay: 0.08s;
}

.quickview .modal-footer {
  margin: 0 !important;
  padding: 0.9rem 1.85rem !important;
  border-top: 1px solid #ebe6e0 !important;
  background: #fff !important;
  justify-content: flex-start !important;
}

.quickview .modal-footer,
.quickview .modal-footer a,
.quickview .modal-footer .product-additional-info {
  color: var(--iller-muted) !important;
}

.quickview .modal-footer a:hover {
  color: var(--iller-red) !important;
}

.quickview .arrows button {
  color: var(--iller-ink) !important;
  background: rgba(255, 255, 255, 0.85) !important;
}

@media (prefers-reduced-motion: reduce) {
  .iller-product-panel,
  .iller-qv-panel,
  #product .product-cover img,
  .quickview .product-cover img {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 767px) {
  .quickview .iller-qv-layout {
    min-height: 0;
  }

  .quickview .iller-qv-panel {
    padding: 1.35rem 1.2rem 1.4rem !important;
  }

  #product .product-container .h1,
  #product .product-container h1,
  .quickview .modal-body .h1,
  .quickview .modal-body h2.h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.25rem) !important;
  }

  .iller-product-buy {
    padding: 1.05rem 0.95rem 1.1rem !important;
  }

  #product .images-container,
  .quickview .images-container {
    padding: 0;
  }
}
