@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&display=swap');
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*
aw Variables ajustables (regroupées en tête pour faciliter les retouches).
--field-bg   : fond commun de l'eyebrow (home) et du champ recherche (header).
--page-bg    : fond sable de la page (body, section intro).
--header-bg  : fond du header principal (presque blanc, le démarque du sable).
--topbar-ink : texte du bandeau top (beige clair sur fond sombre).
*/
:root {
  --field-bg: #FCFBF8;
  --page-bg: #F5F2EC;
  --header-bg: #fffdf8;
  --topbar-ink: #d8cdb8;
  --border-color: #e8d8c2
}

/* .header-top a:not(.btn):not(.nav-link) {
  color: #ffffff;
}*/

@media (min-width: 1200px) {

  .h2,
  h2 {
    font-size: 28px;
    font-weight: 600;
  }

  .h3,
  h3 {
    font-size: 24px;
    font-weight: 600;
  }
}

.btn {
  border-radius: 9px
}

.btn:hover {
  border-color: rgb(242, 243, 246)
}

.aw_flx_gr_086 {
  flex-grow: 0.86
}

/*header*/
.sticky-desktop-wrapper #desktop-header.stuck-header,
.stuck-menu {
  background: var(--header-bg);
}

/* aw top bar : fond #2a1f10 (--ink), texte blanc */
#header .header-nav {
  font-size: 14px;
  background-color: var(--ink);
  color: var(--topbar-ink);
}

#header .header-nav,
#header .header-nav a,
#header .header-nav a:not(.btn):not(.nav-link),
#header .header-nav .header-tool,
#header .header-nav span,
#header .header-nav i {
  color: var(--topbar-ink);
  font-weight: 500;
}

/* aw FA6 : rétablir font-weight Solid dans la top bar.
   La règle ci-dessus impose font-weight:500 sur i ; le navigateur fallback
   vers Regular (400) qui ne contient pas fa-angle-down, fa-phone, etc. */
#header .header-nav i.fa,
#header .header-nav i.fas,
#header .header-nav i.far,
#header .header-nav i.fab {
  font-weight: var(--fa-style, 900);
}

#header .header-nav a:hover {
  color: #fff;
  opacity: 0.85;
}

/* aw header principal (sous la top bar) : presque blanc + ombre douce → le démarque du sable de la page */
#desktop-header,
#desktop-header .header-top {
  background-color: var(--header-bg);
}

#desktop-header {
  box-shadow: 0 1px 0 rgba(42, 31, 16, .12), 0 6px 20px rgba(42, 31, 16, .05);
}

/* aw header mobile : même fond que le desktop (prime sur le CSS généré BO) */
#mobile-header,
#mobile-header .header-top,
#mobile-header-sticky,
#mobile-header .mobile-main-bar,
.mobile-main-bar,
#mobile-header .mobile-buttons-bar,
.mobile-header-stuck #mobile-header-sticky {
  background-color: var(--header-bg) !important;
}

/* aw même lift que le desktop : ombre douce sous le header mobile */
#mobile-header,
#mobile-header-sticky {
  box-shadow: 0 1px 0 rgba(42, 31, 16, .12), 0 6px 20px rgba(42, 31, 16, .05);
}

.header-top a:not(.btn):not(.nav-link) {
  color: #666;
}

.header-top #search_widget .form-search-control {
  border-radius: 9px
}

.header-top .form-search-control {
  border: solid 1px var(--line-soft);
}

/* aw couleur texte + fond du champ recherche : prime sur custom_s_1.css (BO IQIT) */
.header-top #search_widget .form-search-control,
.header-top .form-search-control,
#footer-newsletter-email,
.ps-emailsubscription-block .input-subscription {
  color: #9b8d75 !important;
  background-color: var(--field-bg) !important;
}

/* aw même fond pour le panneau de sous-menu du megamenu */
#cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrsub-inner {
  background-color: var(--field-bg) !important;
}

.header-top #search_widget .form-search-control::placeholder,
.header-top .form-search-control::placeholder {
  color: #9b8d75 !important;
  opacity: 1;
}

.language-selector a {
  display: flex;
  align-items: center
}

.language-selector a img {
  padding-right: 3px
}

.logo.img-fluid {
  max-width: 244px
}

/*address form*/
.aw-form-field-streetnumber {
  margin-top: 2rem
}

.aw-form-field-address1 {
  margin-bottom: 2rem
}

/* title page */
#content-wrapper .page-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase
}

#wrapper .block-title,
#wrapper .block-title a:link,
#wrapper .block-title a:visited {
  color: rgb(67, 74, 91);
  font-weight: 600;
  font-size: 16px;
}

/*listing page*/
.products-selection .col-left-sort,
.products-selection .pagination-wrapper {
  display: flex;
  align-items: center;
}

.products-selection .pagination {
  margin-top: 0;
}

.products-selection .pagination .page-list {
  padding-bottom: 0;
  margin-bottom: 0;
}

.block-categories .block-content>ul>li,
.pagination .page-list {
  padding-bottom: 12px;
}

.block-categories .block-content>ul>li ul.category-sub-menu li {
  padding-bottom: 4px;
  font-size: 13px
}

.block-categories .block-content>ul>li ul.category-sub-menu li:first-child {
  padding-top: 4px;
}

.category-description .rte-content p {
  font-size: 16px;
  font-family: Montserrat
}

.product-miniature-grid .product-title,
.products-grid .product-miniature-layout-2 .btn-product-list,
.product-miniature-grid .product-title,
.products-grid .product-miniature-layout-1 .btn-product-list {
  font-weight: 600
}

.product-availability .product-unavailable,
.col-product-info .product-unavailable {
  color: #777;
  border: 1px solid var(--border-color);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600
}

/*
aw Vignettes de listing : hauteurs uniformes (image carrée + flex column)
et badge "Bientôt en stock" en pastille ambre, fixée en bas-gauche de l'image.
*/
.products-grid .product-miniature,
.products .product-miniature {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products-grid .product-miniature .thumbnail-container,
.products .product-miniature .thumbnail-container {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.products-grid .product-miniature .thumbnail-container .product-thumbnail,
.products .product-miniature .thumbnail-container .product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.products-grid .product-miniature .thumbnail-container .product-thumbnail img,
.products .product-miniature .thumbnail-container .product-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.products-grid .product-miniature .product-description,
.products .product-miniature .product-description {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* aw pied de carte : prix (gauche) + actions (droite), séparateur au-dessus */
.products-grid .product-miniature .card-foot,
.product-miniature-grid .card-foot {
  margin-top: auto;
  border-top: 1px solid var(--line-soft);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.products-grid .product-miniature .card-foot .product-price-and-shipping,
.product-miniature-grid .card-foot .product-price-and-shipping {
  margin: 0;
}

/* aw badge bientôt en stock */
.products-grid .product-miniature .product-availability,
.products .product-miniature .product-availability {
  position: absolute;
  bottom: 12px;
  left: 12px;
  top: auto;
  right: auto;
  transform: none;
  margin: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
}

.products-grid .product-miniature .product-availability .product-unavailable,
.products .product-miniature .product-availability .product-unavailable {
  display: inline-block;
  margin: 0;
  background: #fff;
  border: 1px solid var(--border-color);
  color: #8a6d4a;
  font-size: 10.5px;
  line-height: 1.2;
  padding: 4px 9px;
  border-radius: 100px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .products-grid .product-miniature:hover {
    box-shadow: rgba(66, 66, 66, 0.3) 0px 7px 11px 0px;
  }
}

/*
aw Carte produit des listings (grille + carrousels "coups de cœur"/phare) :
bordure moka + radius 12px, zone média fond blanc, zone texte fond #FAF9F6.
*/
.products-grid .product-miniature,
.product-miniature-grid {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.products-grid .product-miniature .thumbnail-container,
.product-miniature-grid .thumbnail-container {
  background: #ffffff;
  border-bottom: 1px solid var(--line-soft);
}

.products-grid .product-miniature .product-description,
.product-miniature-grid .product-description {
  background: #FAF9F6;
}

/* aw flag "Nouveau" : pastille sombre, texte crème, capitales (lisibilité améliorée) */
.product-flags .product-flag.new,
.product-flag.new {
  background: var(--ink);
  color: #fff;
  border: 0;
  box-shadow: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}

/* aw titre produit : fin, ink, 2 lignes max */
.products-grid .product-miniature .product-title,
.product-miniature-grid .product-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 4px;
}

.products-grid .product-miniature .product-title a,
.product-miniature-grid .product-title a {
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* aw ligne type (catégorie) au-dessus du titre */
.products-grid .product-miniature .product-category-name,
.product-miniature-grid .product-category-name {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 500;
  margin-bottom: 4px;
}

/* aw prix HTVA mis en avant */
.products-grid .product-miniature .product-price,
.products-grid .product-miniature .product-price-and-shipping a,
.product-miniature-grid .product-price,
.product-miniature-grid .product-price-and-shipping a {
  font-size: 18px;
  font-weight: 600;
  color: #2a1f10;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* aw label "HTVA" discret à côté du prix */
.product-price-label {
  display: inline;
  margin-left: 4px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* aw prix TVAC (TTC) en petit sous le HTVA */
.product-price-tvac {
  display: block;
  margin-top: 3px;
  font-size: 10.5px;
  font-weight: 400;
  color: var(--ink-faint);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.product-price-label--tvac {
  margin-left: 3px;
}

/* aw lien "Détails" (remplace le bouton "Voir") : texte capitales, soulignement
à moitié qui se déploie au survol, flèche qui glisse. */
.btn-view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto;
  padding: 1px 0 2px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: transparent;
  border: 0;
  position: relative;
  transition: color 0.2s;
}

.btn-view::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0.4);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.btn-view:hover,
.btn-view:focus {
  color: var(--ink);
}

.btn-view:hover::after,
.btn-view:focus::after {
  transform: scaleX(1);
}

.btn-view .arrow {
  display: inline-block;
  font-weight: 300;
  transition: transform 0.25s ease;
}

.btn-view:hover .arrow {
  transform: translateX(3px);
}

/* aw flag "Nouveau" : éloigné du bord (comme maquette), toujours visible */
.products-grid .product-miniature .product-flags,
.product-miniature-grid .product-flags {
  top: 14px;
  left: 14px;
  opacity: 1;
  visibility: visible;
}

/* aw actions vignette : rond panier (au-dessus) + lien Détails, alignés à droite */
.card-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: 0;
}

.card-foot .product-add-cart {
  margin: 0;
  width: auto;
  flex-shrink: 0;
}

/* aw rond panier rempli foncé (décoratif pour l'instant) */
.btn-cart {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bg);
  background: var(--ink);
  box-shadow: 0 2px 8px rgba(42, 31, 16, 0.18);
  transition: all 0.2s cubic-bezier(.2, .7, .3, 1);
  cursor: pointer;
}

.btn-cart:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.06);
  box-shadow: 0 4px 14px rgba(51, 40, 26, 0.30);
}

.btn-cart i {
  font-size: 16px;
  line-height: 1;
}

/* aw rond panier désactivé (produit non achetable) */
.btn-cart:disabled,
.btn-cart[disabled] {
  opacity: .35;
  cursor: not-allowed;
}
.btn-cart:disabled:hover,
.btn-cart[disabled]:hover {
  background: var(--ink);
  border-color: var(--ink);
  transform: none;
  box-shadow: none;
}

/* aw distributeur : sélecteur quantité + rond panier alignés sur une ligne */
.aw-cart-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aw-qty-mini {
  width: 56px;
  height: 44px;
  text-align: center;
  padding: 0 6px;
}
/* aw verrouille le rond panier à 44x44 : le sélecteur quantité voisin (touchspin
   .input-group) l'étirait en hauteur via .input-group .btn{height:100%} → ovale. */
.aw-cart-row .btn-cart {
  flex: 0 0 44px;
  align-self: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
}

/*bloc panier*/
.cart-grid-right .cart-summary {
  background-color: var(--bg-card);
  border-radius: 9px;
}

.cart-summary-line.cart-total {
  font-weight: 500;
  font-size: 16px;
  margin-top: 4px;
}

.cart-summary hr {
  color: rgb(210, 212, 220);
  opacity: 0.6
}

/* === Main navigation menu (iqitmegamenu) === */

/* First-level categories: uppercase, not bold
   #cbp-hrmenu (ID) donne spécificité (1,0,x) > toutes les règles classe du thème editor */
#cbp-hrmenu>ul>li>a {
  text-transform: uppercase;
  font-weight: normal;
  color: #2a1f10;
}

#cbp-hrmenu>ul>li>a:hover {
  color: var(--accent) !important;
}

/* aw fond du menu horizontal : transparent (plus de blanc) */
#iqitmegamenu-horizontal,
.iqit-megamenu-container {
  background: transparent !important;
}

/* Centrage horizontal des onglets de premier niveau
   #cbp-hrmenu > ul (ID) prime sur les règles classe du module. */
#cbp-hrmenu>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Subcategories in dropdown submenu
   !important nécessaire : custom_s_1.css a .cbp-hrsub-inner a:hover { color:#000 !important } */
#cbp-hrmenu .cbp-category-tree a,
#cbp-hrmenu .cbp-hrsub-level2 a {
  color: #2a1f10 !important;
}

#cbp-hrmenu .cbp-category-tree a:hover,
#cbp-hrmenu .cbp-hrsub-level2 a:hover {
  color: var(--accent) !important;
}

/* menu badge "new" : style flag "nouveau" (.product-flag.new) avec dégradé (lisibilité améliorée) */
.aw_menu_new {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  height: auto;
  text-transform: uppercase;
  background-image: linear-gradient(66deg, var(--ink) 0%, var(--accent) 100%);
  vertical-align: middle;
  margin-left: 4px;
}

/*product page*/
.product_header_container .product-price,
.product_p_price_container .product-price {
  font-size: 28px;
  font-weight: 600;
}

/* ==========================================================================
   Home — Section Intro (widget HTML Elementor : #custom-text réécrit)
   HTML : _livrables-elementor/home-custom-text.html
   ========================================================================== */

.indigo-intro {
  --indigo-primary: #d3799d;
  --indigo-accent: #fe4669;
  --indigo-ink: #1f1d2b;
  --indigo-muted: #6b6776;
  --indigo-soft: #fbf6f4;
  --indigo-line: #efe3e8;
  --indigo-radius: 18px;
  --indigo-shadow: 0 12px 40px -18px rgba(31, 29, 43, .28);

  padding: clamp(2.5rem, 5vw, 5rem) 1rem;
  color: var(--indigo-ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(211, 121, 157, .10), transparent 55%),
    radial-gradient(circle at 0% 100%, rgba(254, 70, 105, .06), transparent 55%),
    var(--indigo-soft);
}

/* aw fond sable de la section intro : surcharge UNIQUEMENT le background
   (sélecteur section.indigo-intro plus spécifique), variables ci-dessus intactes. */
section.indigo-intro {
  background:
    radial-gradient(ellipse 70% 90% at 85% 15%, rgba(255, 252, 243, .9), transparent 55%),
    radial-gradient(ellipse 80% 70% at 0% 100%, rgba(51, 40, 26, .06), transparent 55%),
    var(--page-bg);
}

.indigo-intro *,
.indigo-intro *::before,
.indigo-intro *::after {
  box-sizing: border-box;
}

.indigo-intro__container {
  max-width: 1180px;
  margin-inline: auto;
}

.indigo-intro__header {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.indigo-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  margin: 0 0 1rem;
  padding: 0 1rem;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  color: var(--indigo-ink);
  background: var(--field-bg);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
}

.indigo-intro__title {
  margin: 0 auto;
  max-width: 56ch;
  font-size: clamp(1.5rem, 1rem + 2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--indigo-ink);
  text-wrap: balance;
}

.indigo-intro__grid {
  position: relative;
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  grid-template-columns: 1fr;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  isolation: isolate;
}

.indigo-intro__grid::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: clamp(160px, 35%, 320px);
  aspect-ratio: 1;
  z-index: -1;
  border-radius: 50%;
  /* aw halo en harmonie sable/or doux (ex-rose), discret */
  background: linear-gradient(135deg, #f4e8cf, #c9ad7e);
  filter: blur(56px);
  opacity: .4;
  pointer-events: none;
}

@media (min-width: 768px) {
  .indigo-intro__grid {
    grid-template-columns: 1.05fr .95fr;
  }
}

.indigo-intro__content>*+* {
  margin-top: 1rem;
}

.indigo-intro__lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--indigo-muted);
}

.indigo-intro__subtitle {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 1rem;
  font-size: clamp(1.25rem, .95rem + 1vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--indigo-ink);
}

.indigo-intro__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  bottom: .35em;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--indigo-primary), var(--indigo-accent));
}

.indigo-intro__content p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--indigo-ink);
}

.indigo-intro__content em {
  font-style: normal;
  font-weight: 600;
  color: var(--indigo-primary);
}

.indigo-intro__media {
  position: relative;
  margin: 0;
  border-radius: clamp(20px, 3vw, 32px);
  overflow: hidden;
  box-shadow: 0 24px 60px -28px rgba(31, 29, 43, .35);
}

.indigo-intro .indigo-intro__image,
.indigo-intro img.indigo-intro__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: clamp(20px, 3vw, 32px);
  box-shadow: none;
}

.indigo-intro__cards {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .indigo-intro__cards {
    grid-template-columns: 1fr 1fr;
  }
}

.indigo-card {
  position: relative;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid var(--indigo-line);
  border-radius: var(--indigo-radius);
  box-shadow: var(--indigo-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

.indigo-card:hover,
.indigo-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px -20px rgba(31, 29, 43, .30);
}

.indigo-card__title {
  margin: 0 0 .75rem;
  font-size: clamp(1.125rem, .9rem + .8vw, 1.375rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--indigo-ink);
}

.indigo-card p {
  margin: 0 0 .75rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--indigo-muted);
}

.indigo-card p:last-child {
  margin-bottom: 0;
}

.indigo-link {
  color: var(--indigo-accent);
  font-weight: 600;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: color .2s ease, background-size .2s ease;
}

.indigo-link:hover,
.indigo-link:focus-visible {
  color: var(--indigo-primary);
  background-size: 100% 2px;
}

.indigo-intro__signoff {
  margin-top: 1rem;
  font-style: italic;
  color: var(--indigo-primary);
}

@media (prefers-reduced-motion: reduce) {

  .indigo-card,
  .indigo-link {
    transition: none;
  }
}

/* =========================================================
   Category hero — top of category page
   ========================================================= */
.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  /* align-items: center; */
  gap: 2.5rem;
  margin: 1rem 0 2rem;
  padding: 1.5rem 0;
}

.category-hero--no-image {
  grid-template-columns: 1fr;
  text-align: left;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.category-hero--no-image .category-hero__description {
  max-width: 75ch;
}

.category-hero__media {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
}

.category-hero__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.category-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.category-hero__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  max-width: 100%;
}


.category-hero__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.category-hero__description.is-expanded {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  display: block;
  overflow: visible;
}

.category-hero__toggle {
  align-self: flex-start;
  background: none;
  border: 0;
  padding: 0.25rem 0;
  color: #d85a7d;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.category-hero__toggle:hover,
.category-hero__toggle:focus-visible {
  color: #d85a7d;
  text-decoration: none;
  outline: none;
}

.category-hero__toggle .category-hero__toggle-less,
.category-hero__toggle[aria-expanded="true"] .category-hero__toggle-more {
  display: none;
}

.category-hero__toggle[aria-expanded="true"] .category-hero__toggle-less {
  display: inline;
}

@media (max-width: 767.98px) {
  .category-hero {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    text-align: center;
  }

  .category-hero__media {
    max-width: 200px;
  }

  .category-hero__body {
    align-items: center;
    text-align: left;
  }


}

/* bouton "Réduire" fixe en bas d'écran mobile quand la description dépasse la fenêtre */
@media (max-width: 767.98px) {
  .category-hero__toggle.is-fixed {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 990;
    background: var(--ink);
    color: var(--bg) !important;
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    text-decoration: none;
    white-space: nowrap;
  }
}

/*
aw Design Indigo — couleurs + typographie uniquement (Base & Finition).
Palette beige/sable chaude, suppression du rose, police Inter + Cormorant Garamond.
*/
:root {
  --bg: var(--page-bg);
  --bg-soft: #f5ecd9;
  --bg-card: #FAF9F6;
  --bg-card-media: #ffffff;
  --ink: #2a1f10;
  --ink-soft: #4d3f28;
  --ink-faint: #6b5b42;
  --accent: #33281A;
  --line: rgba(51, 40, 26, 0.14);
  --line-soft: rgba(51, 40, 26, 0.08);
  --serif: "Cormorant Garamond", Garamond, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* Bootstrap 5 overrides (IQIT base sur ces variables) */
  --bs-body-font-family: var(--sans);
  --bs-body-color: #2a1f10;
  --bs-body-bg: var(--page-bg);
}

/* ---------- Typographie ---------- */
body {
  font-family: var(--sans);
  color: var(--ink);
  /* aw fond sable (--page-bg) + éclairage radial discret (pas plat), fixe au scroll */
  background-color: var(--page-bg);
  background-image:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(255, 252, 243, 0.7), transparent 60%),
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(51, 40, 26, 0.03), transparent 60%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.product-title,
button,
input,
select,
textarea,
.btn {
  font-family: var(--sans);
}


/* ---------- Palette : suppression du rose ---------- */
a {
  color: var(--ink-soft);
}

a:hover,
a:focus {
  color: var(--accent);
}

/* CTA / boutons principaux (ex-framboise) → moka/ink */
.btn-primary,
.btn-product-list,
.add-to-cart,
button.add-to-cart,
.btn-add-to-cart {
  background-color: var(--ink) !important;
  border-color: var(--ink) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-product-list:hover,
.btn-product-list:focus,
.add-to-cart:hover,
.add-to-cart:focus,
button.add-to-cart:hover {
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
}

/* liens/boutons outline ou texte d'accent */
.btn-outline-primary {
  color: var(--ink) !important;
  border-color: var(--ink) !important;
}

.btn-outline-primary:hover {
  background-color: var(--ink) !important;
  color: #fff !important;
}

/* prix mis en avant */
.product-price,
.current-price-value,
.card-price-htva {
  color: var(--ink);
}

/* pastille compteur panier */
.cart-products-count,
.cart-count {
  background-color: var(--accent) !important;
  color: var(--bg) !important;
}

/* toggle "Lire la suite" (ex-#d85a7d) */
.category-hero__toggle,
.category-hero__toggle:hover,
.category-hero__toggle:focus-visible {
  color: var(--accent);
}

/*
aw H2 uniformes (homepage + page catégorie) : Cormorant, 38px, #2a1f10, weight 500.
Placé en fin de fichier pour primer sur les règles h2 précédentes (28px Inter).
*/
h2,
.h2 {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  color: #2a1f10;
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 38px;
    font-weight: 500;
  }
}

/*
aw Tout titre H1 : spec maquette (Inter 44px, weight 400, #2a1f10, line-height 1,
tracking 0.9px). Alignement laissé tel quel (pas de text-align). Sélecteur inclut
#content-wrapper .page-title pour primer sur l'ancienne règle 30px/uppercase.
*/
h1,
.h1,
#content-wrapper h1,
#content-wrapper .page-title {
  font-family: var(--sans);
  font-size: 44px;
  font-weight: 400;
  font-style: normal;
  color: #2a1f10;
  line-height: 1;
  letter-spacing: 0.9px;
}

/* aw H1 en mobile : 44px trop imposant sur petit écran, ramené à 32px. */
@media (max-width: 767.98px) {

  h1,
  .h1,
  #content-wrapper h1,
  #content-wrapper .page-title {
    font-size: 32px;
  }
}

/*
aw Logo transporteur dans le tunnel : le thème parent ne contraint pas ces images
et le fichier du 426 fait 600x714 px. Cadre commun, ratio préservé.
*/
.delivery-options-list .delivery-option .carrier-hasLogo img {
  max-height: 40px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

/*
aw Panneau retrait obligatoire Belgique pour clients FR dans le tunnel (shipping.tpl) :
texte rouge + clignotement, repris à l'identique du site source.
*/
.awFrRetraitMag .red {
  color: red;
}

.clignote {
  animation: cssAnimation 2s infinite ease-in-out;
}

.clignote:hover {
  animation-play-state: paused;
}

@keyframes cssAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

/*
aw productvideo : le module ne dimensionne que l'iframe finale (.videoholder iframe),
jamais son placeholder .iplayer, resté à 1px de haut. Il échoue alors au test
checkVisible() de apis.js dès que le haut du carré vidéo sort du viewport, et le SDK
Vimeo/YouTube n'est jamais injecté : spinner infini. Vu le 07/08/2026 sur Warehouse,
dont la zone image fait 695px — il faut descendre pour atteindre les vignettes.
*/
.videoholder .iplayer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}