/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@charset "UTF-8";
/*****************************************************
 * WooCommerce — Point d'entrée CSS
 * Compilé séparément et chargé uniquement si WooCommerce est actif.
 *****************************************************/
/****************** Abstract folder *****************/
/*****************************************************
******************* Variables.scss *******************
******************************************************/
/****************** Font-size ***********************/
/********* Title *********/
/***** h1 *****/
/***** h2 *****/
/***** h3 *****/
/********* Texte *********/
/************* Container Size ***********************/
/**************** Font-family ***********************/
/****************** Colors **************************/
/**************** transition ************************/
/*****************************************************
********************* Mixin.scss *********************
******************************************************/
/****************** Reset ***************************/
/****************** Fonts ***************************/
/*****************************************************
******************* Functions.scss *******************
******************************************************/
/****************** Vendors *************************/
/****************** WooCommerce ********************/
/*****************************************************
**************** _product-card.scss *****************
******************************************************/
/**
* ! A importer dans woocommerce.scss
*
* Card produit — loop / archive / related
* Les abstracts (variables, mixins, functions) sont
* déjà disponibles via woocommerce.scss.
*/
/* ── Grille WooCommerce ─────────────────────────── */
.woocommerce ul.products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce ul.products {
    gap: 2.4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce ul.products {
    gap: 3rem;
    row-gap: 8rem;
    justify-content: flex-start;
  }
}
.woocommerce ul.products li.product {
  margin: 0;
  padding: 0;
  padding-left: 0;
  float: none;
  min-width: 0;
  max-width: 33rem;
  flex: 0 0 100%;
}
.woocommerce ul.products li.product::before {
  display: none;
}
.woocommerce ul.products li.product h3 {
  padding: 0;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product {
    flex: 0 0 calc(33.333% - 1.6rem);
  }
}
@media (min-width: 1200px) {
  .woocommerce ul.products li.product {
    flex: 0 0 calc(33.333% - 2rem);
  }
}
.woocommerce ul.products li.product a {
  display: block;
  color: #181818;
  text-decoration: none;
}
.woocommerce ul.products li.product .btn__primaire a {
  color: #FFFFFF;
  padding: 1.2rem 2.2rem;
  font-size: 1.6rem;
}
.woocommerce ul.products li.product .btn__primaire a:hover {
  color: #58842C;
}
.woocommerce ul.products li.product a img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #06081C;
  font-size: inherit;
  margin: 0;
}

/* ── WooCommerce Block Grid — neutralise le grid parent ─ */
.wc-block-grid {
  display: block !important;
}

/* ── WooCommerce Block Grid — slider ────────────── */
.aw-block-grid-slider .swiper-slide {
  height: auto;
}
.aw-block-grid-slider .swiper-slide .wc-block-grid__product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.aw-block-grid-slider .swiper-slide .wc-block-grid__product .wc-block-grid__product-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ── WooCommerce Block Grid — Swiper container ───── */
.aw-block-grid-swiper {
  overflow: hidden;
}
.aw-block-grid-swiper .swiper-wrapper {
  align-items: stretch;
}
.aw-block-grid-swiper .swiper-slide {
  height: auto;
}

/* ── wc-block-grid : titre, prix, add-to-cart ───── */
.wc-block-grid__product-title {
  font-size: 2.3rem;
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  color: #181818;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  .wc-block-grid__product-title {
    font-size: 2.8rem;
  }
}

.wc-block-grid__product-price {
  font-size: 2.3rem;
  color: #181818;
  margin-bottom: 1.2rem;
}
.wc-block-grid__product-price del {
  opacity: 0.5;
  font-weight: 400;
  font-size: 0.85em;
}
.wc-block-grid__product-price ins {
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 768px) {
  .wc-block-grid__product-price {
    font-size: 2.8rem;
  }
}

.wc-block-grid__product-add-to-cart {
  margin-top: auto;
}
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-grid__product-add-to-cart .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #58842C;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  padding: 1.2rem 2.2rem;
  font-size: 1.6rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.4s ease;
}
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart .added_to_cart:hover {
  background-color: rgb(67.6, 101.4, 33.8);
  color: #FFFFFF;
}

/* ── WooCommerce Blocks — product image ─────────── */
.wc-block-grid__product-image {
  position: relative;
  aspect-ratio: 3/4;
  max-height: 36.2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-block-grid__product-image::before {
  content: "";
  width: 16rem;
  height: 90%;
  max-height: 31.7rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/VIN-prod-bkg-hover.png) no-repeat center/cover;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}
.wc-block-grid__product-image:hover::before {
  opacity: 1;
}
.wc-block-grid__product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.wc-block-grid__product-image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 3;
  box-shadow: none;
  transition: transform 0.4s ease;
}

/* ── Card ───────────────────────────────────────── */
.product-card {
  display: flex;
  flex-direction: column;
  /* ── Media (image) ──────────────────────────── */
  /* ── Body ──────────────────────────────────── */
  /* ── Title ─────────────────────────────────── */
  /* ── Brand ─────────────────────────────────── */
  /* ── Pricing ────────────────────────────────── */
  /* ── Add to cart (qty + bouton) ─────────────── */
  /* ── Bouton "Voir le produit" (variable) ───────── */
}
.product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 3/4;
  max-height: 36.2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  padding-top: 3rem;
  position: relative;
  /* ── Badges ─────────────────────────────── */
}
.product-card__media::before {
  content: "";
  width: 16rem;
  height: 90%;
  max-height: 31.7rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/VIN-prod-bkg-hover.png) no-repeat center/cover;
  opacity: 0;
  transition: 0.4s ease;
}
.product-card__media img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 3;
  transition: transform 0.4s ease;
}
.product-card__media:hover {
  opacity: 1;
}
.product-card__media:hover::before {
  opacity: 1;
}
.product-card__media .badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.3rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 4px;
  z-index: 1;
  line-height: 1.4;
}
.product-card__media .badge--sale {
  background: #58842C;
  color: #FFFFFF;
}
.product-card__media .badge--out {
  background: #181818;
  color: #FFFFFF;
}
.product-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  flex: 1;
}
.product-card__title {
  grid-row: 1;
  font-weight: 600;
  line-height: 1.3;
  padding: 0;
}
.product-card__title a {
  color: #181818;
  font-size: 2.3rem;
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
.product-card__title a:hover {
  color: #967860;
}
@media (min-width: 768px) {
  .product-card__title {
    font-size: 1.8rem;
  }
  .product-card__title a {
    font-size: 2.8rem;
  }
}
.product-card__brand {
  grid-row: 2;
  display: block;
  font-size: 1.4rem;
  color: #181818;
  margin-bottom: 1rem;
  opacity: 0.6;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .product-card__brand {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.product-card__pricing {
  grid-row: 4;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
.product-card__price {
  font-size: 2.3rem;
}
.product-card__price del {
  opacity: 0.5;
  font-weight: 400;
  font-size: 0.85em;
}
.product-card__price ins {
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 768px) {
  .product-card__price {
    font-size: 2.8rem;
  }
}
.product-card__carton {
  width: 100%;
  font-size: 1.6rem;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .product-card__carton {
    font-size: 1.8rem;
  }
}
.product-card__cart {
  grid-row: 5;
  display: flex;
  align-items: center;
}
.product-card__qty-wrap {
  position: relative;
  display: inline-flex;
}
.product-card__qty {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  padding: 1.3rem 1.1rem;
  font-size: 1.7rem;
  border: 1px solid #58842C;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5l3 3 3-3' stroke='%2306081C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 12px;
}
.product-card__qty:hover {
  border-color: rgba(6, 8, 28, 0.3);
}
.product-card__add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #58842C;
  width: 5.2rem;
  height: 4.5rem;
  line-height: 1;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0 3px 3px 0;
  background-color: #58842C;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.4s ease;
  flex-shrink: 0;
}
.product-card__add-btn svg {
  width: 2.3rem;
  height: 2.3rem;
}
.product-card__add-btn:hover {
  background-color: rgb(67.6, 101.4, 33.8);
}
.product-card__view-btn {
  grid-row: 5;
}
.product-card__view-btn a {
  color: #FFFFFF;
}

/*****************************************************
**************** _shop-layout.scss ******************
******************************************************/
/**
* ! A importer dans woocommerce.scss
*
* Layout boutique — sidebar filtres + grille résultats
* Les abstracts (variables, mixins, functions) sont
* déjà disponibles via woocommerce.scss.
*/
/* ==========================================
   Hero Banner Boutique
   ========================================== */
.aw-hero-shop {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 25.3rem;
  padding: 28rem 0 4rem 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.aw-hero-shop__overlay {
  position: absolute;
  inset: 0;
  background: rgba(50, 54, 45, 0.7);
}
.aw-hero-shop__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  color: #f8f8f8;
  text-shadow: 0 0 70px black;
}
.aw-hero-shop__title {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.78rem;
  line-height: 1.1;
  color: inherit;
  margin: 0;
}
.aw-hero-shop__title em, .aw-hero-shop__title i {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: italic;
}
.aw-hero-shop__text {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: inherit;
  margin: 0;
}

@media (min-width: 1025px) {
  .aw-hero-shop {
    min-height: auto;
    justify-content: center;
    align-items: center;
    padding: 15rem 0;
  }
  .aw-hero-shop__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 153rem;
  }
  .aw-hero-shop__title {
    font-size: 6.8rem;
    letter-spacing: -0.3rem;
    flex-shrink: 0;
  }
  .aw-hero-shop__text {
    font-size: 2.15rem;
    line-height: 1.6;
    max-width: 75.4rem;
  }
}
/* ==========================================
   Layout principal
   ========================================== */
.post-type-archive-product {
  background: #F4F4F4;
}

.post-type-archive-product .page__entry {
  padding: 0;
}
.post-type-archive-product .page__entry main.site-main {
  padding: 4rem 0 6rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-archive-product .page__entry main.site-main {
    padding: 12rem 0;
  }
}

.tax-product_cat .page__entry {
  padding-bottom: 8rem;
}
@media screen and (min-width: 1024px) {
  .tax-product_cat .page__entry {
    padding-bottom: 12rem;
  }
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 6rem;
}
.woocommerce nav.woocommerce-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  padding-left: 0;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li::before {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover {
  background: #58842C;
  color: #F4F4F4;
}
@media screen and (min-width: 1024px) {
  .woocommerce nav.woocommerce-pagination {
    margin-top: 8rem;
  }
}

/* ── FacetWP Pager ──────────────────────────────── */
.aw-shop-pager {
  margin-top: 6rem;
}
.aw-shop-pager .facetwp-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.aw-shop-pager .facetwp-page {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #181818;
  transition: background 0.2s ease, color 0.2s ease;
}
.aw-shop-pager .facetwp-page:hover,
.aw-shop-pager .facetwp-page.active {
  background: #58842C;
  color: #F4F4F4;
}
.aw-shop-pager .facetwp-page.dots {
  cursor: default;
}
.aw-shop-pager .facetwp-page.dots:hover {
  background: none;
  color: #181818;
}
@media screen and (min-width: 1024px) {
  .aw-shop-pager {
    margin-top: 8rem;
  }
}

/* ── Toolbar (bouton Filtres + orderby) ─────────── */
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  .shop-toolbar {
    margin-bottom: 8rem;
  }
}

/* ── Select "Trier par" (WooCommerce ordering) ───── */
.woocommerce .woocommerce-ordering {
  order: 1;
  margin: 0;
}
.woocommerce .woocommerce-ordering select.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  outline: none;
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1.1;
  border: 1px solid #181818;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
}

/* ── Bouton filtres — visible mobile, caché desktop ─ */
.aw-filter-toggle {
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 4.1rem;
  border: 1px solid #181818;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  color: #06081C;
}
.aw-filter-toggle svg {
  display: block;
}
@media (min-width: 1025px) {
  .aw-filter-toggle {
    display: none;
  }
}

/* ── Layout boutique (sidebar + résultats) ──────── */
@media (min-width: 1025px) {
  .aw-shop-layout {
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
  }
}

/* ── Résultats ───────────────────────────────────── */
.aw-shop-results {
  min-width: 0;
  max-width: 107rem;
}
@media (min-width: 1025px) {
  .aw-shop-results {
    flex: 1 1 0;
  }
}

/* ── Sidebar filtres ────────────────────────────── */
.aw-shop-filters {
  position: fixed;
  inset: 0;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: translateX(100vw);
  transition: transform 0.25s ease;
  padding: 5.6rem 2.2rem 2rem;
  overflow: auto;
}
.aw-shop-filters.is-open {
  transform: translateX(0);
}
.aw-shop-filters .aw-filter-close {
  position: absolute;
  top: 5rem;
  right: 0.8rem;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.aw-shop-filters .aw-filter__block + .aw-filter__block:has(> h3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.aw-shop-filters .aw-filter__block h3 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 1.6rem 0;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  color: #181818;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aw-shop-filters .aw-filter__block h3::after {
  content: "+";
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  color: #58842C;
}
.aw-shop-filters .aw-filter__block.is-open h3::after {
  content: "–";
}
.aw-shop-filters .aw-filter__body {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.aw-shop-filters .facetwp-facet {
  margin-bottom: 1.6rem;
}
.aw-shop-filters .facetwp-facet {
  margin-bottom: 1.2rem;
}
.aw-shop-filters select.facetwp-dropdown,
.aw-shop-filters .facetwp-facet select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 1.2rem 2.8rem 1.2rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.1;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
}
.aw-shop-filters select.facetwp-dropdown:hover,
.aw-shop-filters .facetwp-facet select:hover {
  border-color: rgba(0, 0, 0, 0.24);
}
@media (min-width: 1025px) {
  .aw-shop-filters {
    position: sticky;
    inset: unset;
    top: 18%;
    transform: none;
    height: auto;
    padding: 0;
    padding-right: 0.25rem;
    background: transparent;
    z-index: auto;
    flex: 0 0 20%;
    min-width: 260px;
    max-width: 38rem;
    align-self: start;
  }
  .aw-shop-filters .aw-filter-close {
    display: none;
  }
  .aw-shop-filters select.facetwp-dropdown,
  .aw-shop-filters .facetwp-facet select {
    width: 90%;
  }
}

/* ── Overlay (ajouté par le JS) ─────────────────── */
.aw-filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 9998;
}
.aw-filter-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.aw-lock {
  overflow: hidden;
}

/* ── FacetWP — checkboxes et radios (globaux) ───── */
.facetwp-facet {
  margin-bottom: 1.2rem;
}

.facetwp-i-check,
.facetwp-i-radio {
  display: none !important;
}

.facetwp-checkbox,
.facetwp-radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  padding-left: 2px !important;
  background: none !important;
  cursor: pointer;
  font-size: 1.4rem;
  color: #181818;
}
.facetwp-checkbox input[type=checkbox],
.facetwp-checkbox input[type=radio],
.facetwp-radio input[type=checkbox],
.facetwp-radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.facetwp-checkbox::before,
.facetwp-radio::before {
  content: "";
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  margin-top: 1px;
  border: 1px solid #181818;
  border-radius: 2px;
  transform: rotate(45deg) translateZ(0);
  transition: background-color 0.15s ease;
}
.facetwp-checkbox.checked::before,
.facetwp-radio.checked::before {
  background-color: #181818;
}

.facetwp-reset {
  display: block;
  margin-top: 0.8rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #181818;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.facetwp-reset:hover {
  opacity: 0.6;
}

/* ── FacetWP — Prix (grille 2 colonnes) ─────────── */
.facetwp-facet-prix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 1.2rem;
}

/*****************************************************
******************* _cart.scss **********************
******************************************************/
/**
* ! A importer dans woocommerce.scss
*
* Panier WooCommerce — block Gutenberg + classique
* Les abstracts (variables, mixins, functions) sont
* déjà disponibles via woocommerce.scss.
*/
/* ── Divers WooCommerce (page panier/checkout) ─── */
.wc-block-cart .wc-block-cart-item__product .wc-block-components-product-metadata,
.wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__product-description {
  display: none !important;
}

.woocommerce-page .wc-block-components-product-badge {
  display: none;
}

.woocommerce div.product form.cart .reset_variations {
  color: #58842C;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  text-decoration: none !important;
}

.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: #EBE3DC !important;
}

/* ── Titre injecté sur Panier/Checkout/Compte ─── */
.aw-woo-title {
  margin: 0 0 1.25rem;
}
.aw-woo-title .aw-page-title {
  font-size: clamp(1.6rem, 2.2vw + 1rem, 2.6rem);
  line-height: 1.15;
  color: #06081C;
  margin-bottom: 1.6em;
}

/* ── Cart BLOCK (Gutenberg) ─────────────────────── */
.wc-block-cart {
  --aw-card-bg: #fff;
  --aw-sep: rgba(0, 0, 0, 0.08);
  --aw-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.wc-block-cart .wc-block-cart-items,
.wc-block-cart .wc-block-components-totals-wrapper {
  background: var(--aw-card-bg);
  border-radius: 12px;
  margin: 0.5em 0;
  border: 1px solid #E7E7E7;
}
.wc-block-cart .wc-block-components-totals-wrapper {
  padding: 16px;
}
.wc-block-cart .wc-block-components-totals-item,
.wc-block-cart .wc-block-components-totals-footer-item {
  padding: 12px 0;
}
.wc-block-cart .wc-block-components-totals-header {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 4px 0 8px;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border-bottom: none !important;
}
.wc-block-cart .wc-block-cart-items__row {
  border-bottom: 1px solid var(--aw-sep);
  padding: 14px 16px;
}
.wc-block-cart .wc-block-cart-item__image img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wc-block-cart .wc-block-cart-item__product .wc-block-components-product-name {
  font-weight: 600;
  color: #06081C;
  text-decoration: none;
}
.wc-block-cart .wc-block-cart-item__product .wc-block-components-product-metadata {
  margin-top: 0.25rem;
  font-size: 0.92rem;
  color: rgba(0, 0, 0, 0.6);
}
.wc-block-cart .wc-block-components-quantity-selector {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 1em;
}
.wc-block-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  width: 72px;
  height: 36px;
  text-align: center;
  border-radius: 10px;
  border: var(--aw-border);
  background: #fff;
  font-size: 14px;
}
.wc-block-cart .wc-block-components-quantity-selector button {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.wc-block-cart .wc-block-cart-item__remove-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #06081C;
  text-decoration: none;
  transition: background 0.15s ease;
}
.wc-block-cart .wc-block-cart-item__remove-link:hover {
  background: rgba(0, 0, 0, 0.04);
}
.wc-block-cart .wc-block-components-form-token-field input,
.wc-block-cart .wc-block-components-text-input input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}
.wc-block-cart .wc-block-components-totals-coupon__button {
  border-radius: 999px !important;
  background: #58842C !important;
  color: #FFFFFF !important;
  border: 1px solid #58842C !important;
  transition: 0.4s ease;
}
.wc-block-cart .wc-block-components-totals-coupon__button:hover {
  background: #FFFFFF !important;
  color: #58842C !important;
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button {
  width: 100%;
  height: 48px;
  border-radius: 999px;
  background: #58842C;
  color: #FFFFFF;
  border: 1px solid;
  transition: filter 0.15s ease;
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:hover {
  background: #FFFFFF;
  color: #58842C;
}

/* ── Panier CLASSIQUE (shortcode/fallback) ──────── */
.woocommerce-cart .woocommerce table.shop_table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.woocommerce-cart .woocommerce table.shop_table thead th {
  background: rgba(0, 0, 0, 0.02);
  font-weight: 600;
  font-size: 14px;
}
.woocommerce-cart .woocommerce table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
.woocommerce-cart .product-thumbnail img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.woocommerce-cart .woocommerce .quantity .qty {
  width: 72px;
  height: 36px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  font-size: 14px;
}
.woocommerce-cart a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: #06081C !important;
}
.woocommerce-cart .actions .coupon input.input-text {
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 0 12px;
}
.woocommerce-cart .actions .coupon .button {
  height: 40px;
  border-radius: 999px;
  background: #58842C;
  color: #fff;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  height: 40px;
  border-radius: 999px;
  background: #58842C;
  color: #fff;
}

/* ── Notice WooCommerce (ajout au panier) ───────── */
.woocommerce-notices-wrapper ul.woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-notices-wrapper .woocommerce-message {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 0.9rem 1.2rem 0.9rem 44px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid #58842C;
  border-radius: 8px;
  background: rgba(88, 132, 44, 0.06);
  color: #06081C;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #58842C;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  margin-left: auto;
  padding: 0.6rem 1.1rem;
  background-color: #FFFFFF;
  color: #58842C;
  border: 1px solid #58842C;
  border-radius: 999px;
  transition: 0.4s ease;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: #58842C;
  color: #FFFFFF;
}

@media (max-width: 640px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    border-left: none;
    border-top: 4px solid #58842C;
    padding-left: 1.2rem;
  }
  .woocommerce-notices-wrapper .woocommerce-message::before {
    display: none;
  }
  .woocommerce-notices-wrapper .woocommerce-message .button {
    order: 10;
    width: 100%;
    margin-left: 0;
    padding: 0.7rem 1.6rem;
  }
}
/* ── Lien panier (header nav) ───────────────────── */
.aw-cart-link {
  text-decoration: none;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #06081C;
}

.aw-cart-count-bubble--hidden {
  display: none;
}

.aw-cart-count-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 999px;
  background: #FFFFFF;
  color: #58842C;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

/* ── Panier vide — titre principal ─────────────────── */
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  --wp--preset--color--none: #181818;
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    font-size: 5.5rem;
  }
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  width: 8rem;
  height: 8rem;
  -webkit-mask-size: 8rem;
          mask-size: 8rem;
  margin-bottom: 2rem;
}

/* ── Panier vide — section "Nouveau dans la boutique" ─ */
.wp-block-woocommerce-empty-cart-block hr {
  margin-bottom: 6rem;
}
@media (min-width: 1025px) {
  .wp-block-woocommerce-empty-cart-block hr {
    margin-bottom: 11rem;
  }
}
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  color: #58842C;
  margin: 7rem 0 4rem;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 1024px) {
  .wp-block-woocommerce-empty-cart-block h2.wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    font-size: 5.5rem;
    margin-top: 5rem;
  }
}
.wp-block-woocommerce-empty-cart-block .aw-block-grid-slider {
  margin-bottom: 6rem;
}
@media (min-width: 1025px) {
  .wp-block-woocommerce-empty-cart-block .aw-block-grid-slider {
    margin-bottom: 12rem;
  }
}
@media (min-width: 1025px) {
  .wp-block-woocommerce-empty-cart-block .aw-related-nav {
    display: none;
  }
}

/* ── Code promo — chip + réduction (panier & checkout) ── */
.wc-block-components-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.8rem 0.6rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(88, 132, 44, 0.35) !important;
  background: rgba(88, 132, 44, 0.07) !important;
  color: #58842C !important;
  line-height: 1;
  margin: 0.2rem 0.4rem 0.2rem 0;
}
.wc-block-components-chip::before {
  display: none !important;
}
.wc-block-components-chip:hover {
  background: rgba(88, 132, 44, 0.07) !important;
  color: #58842C !important;
}
.wc-block-components-chip .wc-block-components-chip__text {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #58842C;
}
.wc-block-components-chip .wc-block-components-chip__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(88, 132, 44, 0.18) !important;
  transition: background 0.15s ease;
}
.wc-block-components-chip .wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
  fill: #58842C;
}
.wc-block-components-chip .wc-block-components-chip__remove:hover, .wc-block-components-chip .wc-block-components-chip__remove:focus {
  background: #58842C !important;
}
.wc-block-components-chip .wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon, .wc-block-components-chip .wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon {
  fill: #FFFFFF;
}

.wc-block-components-totals-discount__coupon-list li {
  padding-left: 0;
}
.wc-block-components-totals-discount__coupon-list li::before {
  display: none;
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
  color: #58842C;
  font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart-discount th {
  color: #2D3227;
}
.woocommerce-cart .cart-collaterals .cart-discount td .woocommerce-Price-amount {
  color: #58842C;
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart-discount .woocommerce-remove-coupon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.6rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(88, 132, 44, 0.15);
  color: #58842C;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.woocommerce-cart .cart-collaterals .cart-discount .woocommerce-remove-coupon:hover {
  background: #58842C;
  color: #FFFFFF;
}

/*****************************************************
**************** checkout.scss **************
******************************************************/
/**
* ! à importer dans le fichier main.scss 
* ! et/ou dans editor-style.scss (Si nécessaire)
*/
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  background-color: #58842C;
  color: #FFFFFF;
  transition: 0.4s ease;
  border: none;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  background-color: #F4F4F4;
  color: #58842C;
}

.woocommerce-checkout .woocommerce a {
  color: #58842C;
}

/* ==========================================
   Page confirmation de commande (order-received)
   ========================================== */
.woocommerce-order {
  padding: 0 0 8rem;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  font-size: 3.2rem;
  color: #2D3227;
  text-align: left;
  margin: 0 0 4rem;
  padding: 0;
  background: none;
  border: none;
}
.woocommerce-order .woocommerce-order-overview {
  list-style: none;
  margin: 0 0 5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(45, 50, 39, 0.12);
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce-order .woocommerce-order-overview li {
  flex: 1;
  min-width: 16rem;
  padding: 2.4rem 0;
  text-align: center;
  border-right: 1px solid rgba(45, 50, 39, 0.12);
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: rgba(45, 50, 39, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.woocommerce-order .woocommerce-order-overview li::before {
  display: none;
}
.woocommerce-order .woocommerce-order-overview li:last-child {
  border-right: none;
}
.woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #2D3227;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.6rem;
}
.woocommerce-order .woocommerce-order-details {
  margin-bottom: 4rem;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-style: normal;
  font-size: 2.4rem;
  color: #2D3227;
  margin-bottom: 2.4rem;
}
.woocommerce-order .woocommerce-order-details table.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.woocommerce-order .woocommerce-order-details table.woocommerce-table th {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.2rem 1.6rem;
  text-align: left;
  background: #F4F4F4;
  color: #2D3227;
  border-bottom: 1px solid rgba(45, 50, 39, 0.12);
}
.woocommerce-order .woocommerce-order-details table.woocommerce-table td {
  padding: 1.6rem;
  border-bottom: 1px solid rgba(45, 50, 39, 0.08);
  color: #2D3227;
  vertical-align: middle;
}
.woocommerce-order .woocommerce-order-details table.woocommerce-table tfoot tr td, .woocommerce-order .woocommerce-order-details table.woocommerce-table tfoot tr th {
  padding: 1.2rem 1.6rem;
  background: transparent;
  border-bottom: none;
}
.woocommerce-order .woocommerce-order-details table.woocommerce-table tfoot tr:last-child td, .woocommerce-order .woocommerce-order-details table.woocommerce-table tfoot tr:last-child th {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  color: #2D3227;
  border-top: 2px solid rgba(45, 50, 39, 0.15);
}
.woocommerce-order .woocommerce-customer-details {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 4rem;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {
  .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.woocommerce-order .woocommerce-customer-details address {
  flex: 1;
  min-width: 24rem;
  background: #F4F4F4;
  border-radius: 4px;
  padding: 2.4rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  font-style: normal;
  color: #2D3227;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview li {
    min-width: 50%;
    border-bottom: 1px solid rgba(45, 50, 39, 0.12);
  }
}

/* ==========================================
   Détails bancaires BACS (virement)
   ========================================== */
.woocommerce-bacs-bank-details {
  margin: 4rem 0;
  padding: 3.2rem;
  background: #F4F4F4;
  border-radius: 4px;
  border-left: 3px solid #58842C;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-style: normal;
  font-size: 2.4rem;
  color: #2D3227;
  margin: 0 0 2.4rem;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  font-size: 1.4rem;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details {
  margin-bottom: 0 !important;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.6rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(45, 50, 39, 0.08);
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: rgba(45, 50, 39, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details li::before {
  display: none;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-child {
  border-bottom: none;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  color: #2D3227;
  text-transform: none;
  letter-spacing: 0;
  text-align: right;
}

/*****************************************************
**************** minicart.scss **************
******************************************************/
/**
* ! à importer dans le fichier main.scss 
* ! et/ou dans editor-style.scss (Si nécessaire)
*/
/*****************************************************
********************** single.scss ********************
******************************************************/
/* ==========================================
   Lien retour
   ========================================== */
.aw-back-link {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
  color: #967860;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  transition: opacity 0.4s ease;
}
.aw-back-link svg {
  display: block;
  flex-shrink: 0;
  width: 10px;
}
.aw-back-link:hover {
  opacity: 0.7;
}
@media (min-width: 1025px) {
  .aw-back-link {
    gap: 2.4rem;
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  .aw-back-link svg {
    width: 12px;
  }
}

/* ==========================================
   Layout principal (2 colonnes)
   ========================================== */
.single-product {
  background: #F4F4F4;
}
.single-product .product__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
  margin-bottom: 5rem;
}
@media (min-width: 1025px) {
  .single-product .product__grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 4rem;
  }
}
.single-product .product__media {
  position: relative;
  min-width: 0;
}
@media (min-width: 1025px) {
  .single-product .product__media {
    flex: 1 1 auto;
    max-width: 67rem;
    position: sticky;
    top: 2rem;
  }
}
.single-product .product__summary {
  min-width: 0;
}
@media (min-width: 1025px) {
  .single-product .product__summary {
    flex: 1 1 auto;
    max-width: 78rem;
  }
}
.single-product .variations_form,
.single-product .single_variation_wrap,
.single-product form.cart {
  width: 100%;
}

/* ==========================================
   Badge promo (onsale)
   ========================================== */
.single-product span.onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 11;
  min-width: auto;
  min-height: auto;
  transform: none;
  line-height: 1;
  background-color: rgba(88, 132, 44, 0.8);
  color: #FFFFFF;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.3rem;
}

/* ==========================================
   Infos commande style
   ========================================== */
.infos-commande {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-commande-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-commande-icone {
  width: 38px;
  height: 38px;
}

/* ==========================================
   Variations : label + select
   ========================================== */
.single-product table.variations {
  display: block;
  width: 100%;
  border: none;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 0 2rem;
}
.single-product table.variations tbody {
  display: block;
}
.single-product table.variations tr {
  display: block;
  margin-bottom: 1.6rem;
}
.single-product table.variations tr:last-child {
  margin-bottom: 0;
}
.single-product table.variations th.label {
  display: block;
  width: auto !important;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #181818;
  text-align: left;
  white-space: normal;
  margin: 0 0 0.6rem;
  padding: 0;
}
.single-product table.variations th.label label {
  font-weight: inherit;
}
.single-product table.variations td.value {
  display: block;
  width: auto !important;
  position: relative;
}
.single-product table.variations td.value select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1.2rem 3.6rem 1.2rem 1.6rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #181818;
  border: 1px solid rgba(88, 132, 44, 0.5);
  border-radius: 4px;
  background-color: #F4F4F4;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2358842C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 2rem;
}
.single-product table.variations td.value select:hover {
  border-color: #58842C;
}
.single-product table.variations td.value select:focus-visible {
  outline: 2px solid #58842C;
  outline-offset: 2px;
}
.single-product table.variations td.value .reset_variations {
  display: none;
}

.single-product .variations_form .reset_variations,
.single-product .reset_variations {
  display: none !important;
}

@media (min-width: 1025px) {
  .single-product table.variations {
    margin: 0 0 3.2rem;
    max-width: 100%;
  }
  .single-product table.variations tbody {
    display: flex;
    gap: 2rem;
  }
  .single-product table.variations tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 0 0%;
    min-width: 1px;
    min-height: 1px;
    height: 78px;
    border: 1px solid rgba(88, 132, 44, 0.5);
    border-radius: 4px;
    padding: 0 2.1rem;
    margin-bottom: 0;
    background-color: transparent;
    cursor: pointer;
    transition: border-color 0.4s ease;
  }
  .single-product table.variations tr:hover {
    border-color: #58842C;
  }
  .single-product table.variations th.label {
    width: auto !important;
    font-size: 2rem;
    letter-spacing: -0.044rem;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
  }
  .single-product table.variations td.value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 0%;
    min-width: 0;
    width: auto !important;
    padding: 0;
  }
  .single-product table.variations td.value select {
    -moz-appearance: none !important;
         appearance: none !important;
    -webkit-appearance: none !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    padding: 0 3rem 0 0 !important;
    margin: 0;
    font-family: "gotham", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: -0.045rem;
    color: #58842C;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2358842C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 2rem;
    line-height: 2.8rem;
    cursor: pointer;
    box-shadow: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .single-product table.variations td.value select:hover, .single-product table.variations td.value select:focus, .single-product table.variations td.value select:focus-visible, .single-product table.variations td.value select:active {
    opacity: 1 !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }
}
/* ==========================================
   Prix, tags & catégories, textes
   ========================================== */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #06081C;
}

.product-type-variable .product__summary > .price {
  display: none !important;
}

.aw-carton-price {
  font-size: 1.6rem;
  opacity: 0.6;
}
@media (min-width: 1025px) {
  .aw-carton-price {
    font-size: 1.8rem;
  }
}

.aw-price-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
.aw-price-row > .price {
  font-size: 3.5rem;
  line-height: 1.3;
  margin: 0;
  color: #06081C;
}
@media (min-width: 1025px) {
  .aw-price-row > .price {
    font-size: 4.5rem;
  }
}
.aw-price-row > .aw-carton-price {
  width: 100%;
  margin: 0;
}

.woocommerce div.product .aw-price-row > p.price,
.woocommerce div.product .aw-price-row > span.price {
  font-size: 3.5rem;
  line-height: 1.3;
  margin: 0;
  color: #06081C;
  text-decoration: none;
}
.woocommerce div.product .aw-price-row > p.price ins,
.woocommerce div.product .aw-price-row > span.price ins {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .woocommerce div.product .aw-price-row > p.price,
  .woocommerce div.product .aw-price-row > span.price {
    font-size: 4.5rem;
  }
}

html main.page .aw-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
html main.page .aw-pills li {
  padding-left: 0;
}
html main.page .aw-pills li::before {
  display: none;
}
html main.page .aw-pills a {
  background-color: #EBE3DC;
  color: #967860;
  border: 1px solid #EBE3DC;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  border-radius: 8.4rem;
  font-size: 1.6rem;
  transition: 0.4s ease;
}
html main.page .aw-pills a:hover {
  background-color: #F4F4F4;
}

.aw-medailles {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.aw-medailles img {
  max-width: 10rem;
}

.woocommerce-product-details__short-description {
  padding: 0 0 1.5em 0;
}

.woocommerce-variation-description {
  display: none !important;
}

.aw-variation-desc {
  display: none;
  padding: 0 0 2rem;
  font-size: 1.5rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}
.aw-variation-desc.is-visible {
  display: block;
}
.aw-variation-desc p {
  margin: 0 0 0.8em;
}
.aw-variation-desc p:last-child {
  margin-bottom: 0;
}
.aw-variation-desc a {
  color: #58842C;
  text-decoration: underline;
}

/* ==========================================
   Appellation d'origine protégée
   ========================================== */
.aw-appellation {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #58842C;
  margin: 0 0 4rem;
}
@media (min-width: 1025px) {
  .aw-appellation {
    font-size: 2rem;
  }
}

.single-product .aw-brand {
  text-decoration: none;
  display: inline-block;
  font-size: 1.7rem;
  color: #967860;
  transition: 0.4s ease;
  margin-bottom: 2rem;
}
.single-product .aw-brand:hover {
  color: #F4F4F4;
}

/* ==========================================
   Bouton "Ajouter au panier" + quantité
   ========================================== */
/* ==========================================
   Zone add-to-cart — prix, séparateur, bouton split, stock
   ========================================== */
.woocommerce div.product .single_variation_wrap .single-variation {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 4rem;
}

.woocommerce .single_variation_wrap .woocommerce-variation-price {
  flex-shrink: 0;
  margin: 0;
}
.woocommerce .single_variation_wrap .woocommerce-variation-price span.price {
  font-size: 3.5rem;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .woocommerce .single_variation_wrap .woocommerce-variation-price span.price {
    font-size: 4.5rem;
  }
}

.single_variation_wrap .aw-carton-price {
  flex-shrink: 0;
  margin: 0;
  align-self: flex-end;
  padding-bottom: 0.3rem;
}

.woocommerce-variation-add-to-cart {
  width: 100%;
  border-top: 1px solid #EBE3DC;
  padding-top: 4rem;
}
@media (min-width: 1025px) {
  .woocommerce-variation-add-to-cart {
    border-top: none;
    padding-top: 0;
    margin-top: 3.2rem;
  }
}

.product-type-simple .product__summary form.cart {
  border-top: 1px solid #EBE3DC;
  padding-top: 4rem;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .product-type-simple .product__summary form.cart {
    border-top: none;
    padding-top: 0;
    margin-top: 3.2rem;
  }
}

.woocommerce-variation-add-to-cart .btn__primaire,
.product-type-simple .product__summary form.cart .btn__primaire {
  display: flex;
  align-items: stretch;
}
.woocommerce-variation-add-to-cart .btn__primaire .quantity,
.product-type-simple .product__summary form.cart .btn__primaire .quantity {
  flex-shrink: 0;
  float: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 !important;
  border: 1px solid #58842C;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 0 1.4rem;
  background: transparent;
}
.woocommerce-variation-add-to-cart .btn__primaire .quantity label,
.product-type-simple .product__summary form.cart .btn__primaire .quantity label {
  display: none;
}
.woocommerce-variation-add-to-cart .btn__primaire .quantity select.qty,
.woocommerce-variation-add-to-cart .btn__primaire .quantity input.qty,
.product-type-simple .product__summary form.cart .btn__primaire .quantity select.qty,
.product-type-simple .product__summary form.cart .btn__primaire .quantity input.qty {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  min-width: 4.8rem;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #181818;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
.woocommerce-variation-add-to-cart .btn__primaire .quantity select.qty,
.product-type-simple .product__summary form.cart .btn__primaire .quantity select.qty {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23181818' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 1.6rem;
}
.woocommerce-variation-add-to-cart .btn__primaire .button,
.woocommerce-variation-add-to-cart .btn__primaire .single_add_to_cart_button,
.product-type-simple .product__summary form.cart .btn__primaire .button,
.product-type-simple .product__summary form.cart .btn__primaire .single_add_to_cart_button {
  flex: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #58842C;
  color: #FFFFFF;
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 1.4rem 2rem;
  font-size: 1.8rem;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.4s ease;
}
.woocommerce-variation-add-to-cart .btn__primaire .button::before,
.woocommerce-variation-add-to-cart .btn__primaire .single_add_to_cart_button::before,
.product-type-simple .product__summary form.cart .btn__primaire .button::before,
.product-type-simple .product__summary form.cart .btn__primaire .single_add_to_cart_button::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../icons/icon-addcart-avocado.svg) center/contain no-repeat;
}
.woocommerce-variation-add-to-cart .btn__primaire .button:hover,
.woocommerce-variation-add-to-cart .btn__primaire .single_add_to_cart_button:hover,
.product-type-simple .product__summary form.cart .btn__primaire .button:hover,
.product-type-simple .product__summary form.cart .btn__primaire .single_add_to_cart_button:hover {
  background-color: rgb(67.6, 101.4, 33.8);
  color: #FFFFFF;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .btn__primaire {
  display: flex !important;
  align-items: stretch;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .btn__primaire .button,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .btn__primaire .single_add_to_cart_button {
  display: flex !important;
  flex: none;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #58842C;
  color: #FFFFFF;
  border: none;
  border-radius: 0 4px 4px 0;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .btn__primaire .button:hover,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .btn__primaire .single_add_to_cart_button:hover {
  background-color: rgb(67.6, 101.4, 33.8);
  color: #FFFFFF;
}

.single_variation_wrap .stock,
.single-product .product__summary .stock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.2rem 0;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #181818;
  width: 100%;
  margin-top: 1.2rem;
}
.single_variation_wrap .stock.in-stock::before,
.single-product .product__summary .stock.in-stock::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #58842C;
  border-radius: 50%;
}
.single_variation_wrap .stock.out-of-stock,
.single-product .product__summary .stock.out-of-stock {
  color: #967860;
}
.single_variation_wrap .stock.out-of-stock::before,
.single-product .product__summary .stock.out-of-stock::before {
  background-color: #967860;
}

/* ==========================================
   Accordéon tabs produit (mobile-first)
   ========================================== */
.aw-tabs-nav, .aw-product-tabs {
  max-width: 111.5rem;
  width: 90%;
  margin: 0 auto;
}

.aw-product-tabs {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.aw-accordion-item {
  border-top: 1px solid #EBE3DC;
}
.aw-accordion-item:last-child {
  border-bottom: 1px solid #EBE3DC;
}

.aw-accordion-header {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 0;
  text-align: left;
  cursor: pointer;
  gap: 1.6rem;
}

.aw-accordion-header__title {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.304rem;
  color: #967860;
  line-height: 1.4;
}

.aw-accordion-header__chevron {
  flex-shrink: 0;
  color: #967860;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}
.aw-accordion-header__chevron svg {
  display: block;
}

.aw-accordion-item.is-open .aw-accordion-header__chevron {
  transform: rotate(180deg);
}

.aw-accordion-panel[hidden] {
  display: none;
}

.aw-accordion-panel__inner {
  padding-bottom: 4rem;
}

.aw-tabs-nav {
  display: none;
}

@media (min-width: 1025px) {
  .aw-product-tabs {
    margin-top: 0;
    margin-bottom: 0;
  }
  .aw-tabs-nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid #EBE3DC;
    margin-bottom: 8rem;
  }
  .aw-tabs-nav__btn {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.813rem;
    color: #967860;
    line-height: 1.4;
    padding: 1.2rem 0;
    padding-bottom: 1.6rem;
    cursor: pointer;
    position: relative;
    transition: opacity 0.4s ease;
  }
  .aw-tabs-nav__btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #967860;
    transform: scaleX(0);
    transition: transform 0.25s ease;
  }
  .aw-tabs-nav__btn.is-active::after {
    transform: scaleX(1);
  }
  .aw-tabs-nav__btn:hover:not(.is-active) {
    opacity: 0.7;
  }
  .aw-accordion-header {
    display: none;
  }
  .aw-accordion-item {
    border-top: none;
  }
  .aw-accordion-item:last-child {
    border-bottom: none;
  }
  .aw-accordion-panel[hidden] {
    display: none;
  }
  .aw-accordion-panel__inner {
    padding-bottom: 12rem;
  }
}
/* ==========================================
   Contenu Tab 1 : Le produit en détail
   ========================================== */
.aw-tab--detail {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.aw-tab--detail .aw-tab__heading {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #181818;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.aw-tab--detail .aw-tab__col--desc {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #181818;
}
.aw-tab--detail .aw-tab__col--desc p + p {
  margin-top: 2.4rem;
}
.aw-tab--detail .aw-tab__col--attrs {
  width: 100%;
}
.aw-tab--detail .aw-tab__attrs-table {
  width: 100%;
  border-collapse: collapse;
}
.aw-tab--detail .aw-tab__attr-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EBE3DC;
  padding: 1.2rem 0 1px;
}
.aw-tab--detail .aw-tab__attr-label {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #967860;
  line-height: 2.6rem;
}
.aw-tab--detail .aw-tab__attr-value {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #181818;
  line-height: 2.6rem;
}
@media (min-width: 1025px) {
  .aw-tab--detail {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8rem;
  }
  .aw-tab--detail .aw-tab__col--desc {
    flex: 1;
  }
  .aw-tab--detail .aw-tab__col--attrs {
    flex: 0 0 43%;
    width: auto;
  }
}

/* ==========================================
   Contenu Tab 2 : Notes de dégustation
   ========================================== */
.aw-tab--degustation {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.aw-tab--degustation .aw-tab__card {
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
}
.aw-tab--degustation .aw-tab__card-icon {
  flex-shrink: 0;
  color: #967860;
  display: flex;
  align-items: center;
}
.aw-tab--degustation .aw-tab__card-body {
  flex: 1;
}
.aw-tab--degustation .aw-tab__card-title {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #181818;
  margin-bottom: 2.4rem;
}
.aw-tab--degustation .aw-tab__card-text {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #181818;
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .aw-tab--degustation {
    flex-direction: row;
    align-items: stretch;
    gap: 4rem;
  }
  .aw-tab--degustation .aw-tab__card {
    flex: 1;
  }
}

/* ==========================================
   Contenu Tab 3 : Accords mets et vins
   ========================================== */
.aw-tab--accords {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.aw-tab--accords .aw-tab__heading {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #181818;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.aw-tab--accords .aw-tab__col--text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #181818;
}
.aw-tab--accords .aw-tab__col--text p + p {
  margin-top: 2.4rem;
}
.aw-tab--accords .aw-tab__col--list {
  width: 100%;
}
.aw-tab--accords .aw-tab__accord-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.aw-tab--accords .aw-tab__accord-list li {
  padding-left: 0;
}
.aw-tab--accords .aw-tab__accord-list li::before {
  display: none;
}
.aw-tab--accords li.aw-tab__accord-item {
  background-color: #FFFFFF;
  padding: 2rem 3rem;
  border-radius: 4px;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #181818;
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .aw-tab--accords {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8rem;
  }
  .aw-tab--accords .aw-tab__col--text {
    flex: 1;
  }
  .aw-tab--accords .aw-tab__col--list {
    flex: 0 0 43%;
    width: auto;
  }
}

/* ==========================================
   Galerie : image principale adaptative
   – pas d'aspect-ratio forcé : chaque image (bouteille haute,
     carré, paysage) s'affiche à ses proportions naturelles.
   – max-height plafonne la zone pour les visuels très grands.
   – object-fit: contain → pas de recadrage, image entière visible.
   ========================================== */
.woocommerce div.product div.images {
  width: 100%;
  max-width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  width: 100%;
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image::before {
  content: "";
  width: 22rem;
  height: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/VIN-prod-bkg-hover.png) no-repeat center/cover;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  pointer-events: none;
  cursor: default;
  position: relative;
  z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 55rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1025px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    max-height: 65rem;
  }
}

/* ==========================================
   Galerie : miniatures (100 × 125px, sans numéros)
   Design : largeur fixe 100px, hauteur 125px, contain,
            inactif opacity .4 → actif opacity 1
   ========================================== */
.woocommerce div.product div.images {
  position: relative;
  width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1.2rem;
  margin-top: 1.6rem;
  padding-bottom: 0;
  list-style: none;
  scrollbar-width: none;
}

.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  flex: 0 0 10rem;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li::before {
  display: none !important;
  content: "" !important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  display: block;
  width: 100%;
  height: 12.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
  cursor: pointer;
  background-color: #F4F4F4;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li.flex-active img {
  opacity: 1;
}

.aw-thumbs-nav {
  position: absolute;
  bottom: 28px;
  transform: translateY(50%);
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 5;
}

.aw-thumbs-nav:hover {
  background: rgba(0, 0, 0, 0.7);
}

.aw-thumbs-prev {
  left: -16px;
}

.aw-thumbs-next {
  right: -16px;
}

/* ==========================================
   Lightbox Woo (PhotoSwipe v4) – fond + lisibilité
   ========================================== */
.pswp__bg {
  background: rgba(0, 0, 0, 0.68) !important;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  transform: scale(1.1);
}

/* ==========================================
   Section "Vous aimeriez aussi"
   ========================================== */
section.related {
  border-top: none;
  padding: 7rem 0 6rem;
}
@media (min-width: 1025px) {
  section.related {
    padding: 5rem 0 12rem;
  }
}
section.related > h2 {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  color: #58842C;
  margin: 0 0 4rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  section.related > h2 {
    font-size: 5.5rem;
  }
}

.aw-related-slider {
  position: relative;
  margin: 0 3.1rem;
}
@media (min-width: 1025px) {
  .aw-related-slider {
    margin: 0 3.1rem;
  }
}

.aw-related-swiper {
  overflow: hidden;
}
.aw-related-swiper .swiper-wrapper {
  align-items: stretch;
}
.aw-related-swiper .swiper-slide {
  height: auto;
}
.aw-related-swiper .swiper-slide li.product {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aw-related-nav {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  top: calc(50% - 5rem);
  transform: translateY(-50%);
  width: 6.2rem;
  height: 6.2rem;
  background-color: #EBE3DC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  color: #967860;
  transition: background-color 0.4s ease;
}
.aw-related-nav:hover {
  background-color: rgb(220.1636363636, 206.2290909091, 194.0363636364);
}
.aw-related-nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.aw-related-nav svg {
  display: block;
  flex-shrink: 0;
}

.aw-related-prev {
  left: -3.1rem;
}

.aw-related-next {
  right: -3.1rem;
}

/* ==========================================
   Section "Un savoir-faire engagé"
   ========================================== */
/**
 * Structure (full-width, .container enfant direct) :
 *  <section.aw-savoir-section style="background-image:...">  ← full-width
 *    ::before                                                 ← overlay CSS
 *    <div.container>                                          ← enfant direct
 *      .aw-savoir-section__heading-wrap / __title
 *      .aw-savoir-section__card / __card-inner
 *        .aw-savoir-item * N
 *    </div>
 *  </section>
 *
 * La section est full-width car woocommerce.php n'a pas de .container
 * global pour les fiches produit. product__grid a son propre .container.
 */
.aw-savoir-section {
  position: relative;
  background-size: cover;
  background-position: center;
}
.aw-savoir-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(50, 54, 45, 0.4);
  pointer-events: none;
}
.aw-savoir-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-height: 22rem;
  background: #F4F4F4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .aw-savoir-section::after {
    max-height: 12rem;
  }
}
.aw-savoir-section > .container {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .aw-savoir-section > .container {
    padding-top: 8rem;
  }
}
.aw-savoir-section__heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 4rem;
}
@media (min-width: 1025px) {
  .aw-savoir-section__heading-wrap {
    padding-bottom: 6rem;
  }
}
.aw-savoir-section__title {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 1.25;
  color: #ffffff;
  max-width: 56rem;
}
@media (min-width: 1025px) {
  .aw-savoir-section__title {
    font-size: 5.5rem;
  }
}
.aw-savoir-section__card {
  background-color: #EBE3DC;
  padding: 6rem 2rem;
}
@media (min-width: 1025px) {
  .aw-savoir-section__card {
    padding: 4rem 8rem;
  }
}
.aw-savoir-section__card-inner {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 768px) {
  .aw-savoir-section__card-inner {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem;
  }
}
@media (min-width: 1025px) {
  .aw-savoir-section__card-inner {
    flex-wrap: nowrap;
    gap: 6rem;
  }
}

.aw-savoir-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.4rem;
  max-width: 38.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .aw-savoir-item {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media (min-width: 1025px) {
  .aw-savoir-item {
    flex: 1;
    gap: 2rem;
  }
}
.aw-savoir-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}
.aw-savoir-item__icon::before, .aw-savoir-item__icon::after {
  content: "";
  flex: 1;
  max-width: 10rem;
  height: 1px;
  background-color: #58842C;
}
.aw-savoir-item__icon img {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.aw-savoir-item__title {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #58842C;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 1025px) {
  .aw-savoir-item__title {
    font-size: 1.8rem;
  }
}
.aw-savoir-item__desc {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2D3227;
}

/* ==========================================
   WooCommerce message confirmation ajout panier
   ========================================== */
/* ==========================================
   Notices fiche produit
   ========================================== */
.woocommerce-notices-wrapper {
  margin-bottom: 2.4rem;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 1.6rem 2.4rem;
  border-radius: 4px;
  outline: none;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.woocommerce-notices-wrapper .woocommerce-message li,
.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-info li {
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-notices-wrapper .woocommerce-error a.button,
.woocommerce-notices-wrapper .woocommerce-info a.button {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.4s ease;
  margin-left: auto;
  white-space: nowrap;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background: rgba(88, 132, 44, 0.08);
  border-left: 3px solid #58842C;
  color: #2D3227;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  background: #58842C;
  color: #FFFFFF;
  border: 1px solid #58842C;
}
.woocommerce-notices-wrapper .woocommerce-message a.button:hover {
  background: transparent;
  color: #58842C;
}
.woocommerce-notices-wrapper .woocommerce-error {
  background: rgba(192, 57, 43, 0.06);
  border-left: 3px solid #c0392b;
  color: #2D3227;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c0392b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
}
.woocommerce-notices-wrapper .woocommerce-info {
  background: rgba(150, 120, 96, 0.08);
  border-left: 3px solid #967860;
  color: #2D3227;
}
.woocommerce-notices-wrapper .woocommerce-info::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23967860' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
}
.woocommerce-notices-wrapper .woocommerce-info a.button {
  background: #967860;
  color: #FFFFFF;
  border: 1px solid #967860;
}
.woocommerce-notices-wrapper .woocommerce-info a.button:hover {
  background: transparent;
  color: #967860;
}

/*****************************************************
****************** _account.scss *********************
******************************************************/
.woocommerce-account .woocommerce {
  margin-bottom: 8rem;
  border: 1px solid #EBE3DC;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce {
    margin-bottom: 15rem;
  }
}
@media (max-width: 1023px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 24rem;
  background: #F4F4F4;
  border-right: 1px solid #EBE3DC;
  padding: 2.4rem 0;
}
@media (max-width: 1023px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    border-right: none;
    border-bottom: 1px solid #EBE3DC;
    flex: 1 1 100%;
    padding: 1.6rem 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding-left: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li::before {
  display: none !important;
  content: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 1.1rem 2rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #181818 !important;
  text-decoration: none !important;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: #58842C !important;
  background: rgba(88, 132, 44, 0.05);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active > a {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #181818 !important;
  border-left: 3px solid #58842C;
  padding-left: calc(2rem - 3px);
  background: rgba(88, 132, 44, 0.06);
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1 1 auto;
  padding: 3.2rem;
  background: #FFFFFF;
}
@media (max-width: 1023px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 2.4rem 2rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3 {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #181818;
  margin-bottom: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 1.6rem;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 1.5rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #181818;
}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button) {
  color: #58842C;
  text-decoration: underline;
  transition: opacity 0.4s ease;
}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button):hover {
  opacity: 0.75;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  background: #F4F4F4;
  border: 1px solid #EBE3DC;
  border-radius: 4px;
  padding: 2rem 2.4rem;
  margin-bottom: 2.4rem;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child strong {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
  color: #58842C;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  border: 1px solid #EBE3DC !important;
  border-radius: 4px !important;
  background: #F4F4F4 !important;
  color: #181818 !important;
  padding: 1.6rem 2rem !important;
  font-size: 1.5rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin-bottom: 2.4rem;
}
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before {
  display: none !important;
}
.woocommerce-account .woocommerce-info a.button,
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-message a.button,
.woocommerce-account .woocommerce-message .button,
.woocommerce-account .woocommerce-error a.button,
.woocommerce-account .woocommerce-error .button {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-block;
  padding: 0.8rem 1.8rem;
  font-size: 1.4rem;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: transparent;
  color: #181818 !important;
  border: 1px solid #EBE3DC;
  border-radius: 4px;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.woocommerce-account .woocommerce-info a.button:hover,
.woocommerce-account .woocommerce-info .button:hover,
.woocommerce-account .woocommerce-message a.button:hover,
.woocommerce-account .woocommerce-message .button:hover,
.woocommerce-account .woocommerce-error a.button:hover,
.woocommerce-account .woocommerce-error .button:hover {
  border-color: #58842C;
  color: #58842C !important;
  background: transparent;
}
.woocommerce-account table.woocommerce-orders-table,
.woocommerce-account table.woocommerce-MyAccount-downloads {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.woocommerce-account table.woocommerce-orders-table th,
.woocommerce-account table.woocommerce-MyAccount-downloads th {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(24, 24, 24, 0.5);
  border-bottom: 1px solid #EBE3DC;
  padding: 1rem 1.2rem;
  text-align: left;
}
.woocommerce-account table.woocommerce-orders-table td,
.woocommerce-account table.woocommerce-MyAccount-downloads td {
  padding: 1.4rem 1.2rem;
  border-bottom: 1px solid rgba(235, 227, 220, 0.6);
  color: #181818;
  vertical-align: middle;
}
.woocommerce-account table.woocommerce-orders-table tr:last-child td,
.woocommerce-account table.woocommerce-MyAccount-downloads tr:last-child td {
  border-bottom: none;
}
.woocommerce-account table.woocommerce-orders-table .button,
.woocommerce-account table.woocommerce-MyAccount-downloads .button {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  font-size: 1.3rem;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #58842C;
  color: #FFFFFF !important;
  border: none;
  border-radius: 4px;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.woocommerce-account table.woocommerce-orders-table .button:hover,
.woocommerce-account table.woocommerce-MyAccount-downloads .button:hover {
  background: rgb(67.6, 101.4, 33.8);
}
.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields {
  max-width: 60rem;
}
.woocommerce-account form.login p,
.woocommerce-account form.register p,
.woocommerce-account .woocommerce-EditAccountForm p,
.woocommerce-account .woocommerce-address-fields p {
  margin-bottom: 1.6rem;
}
.woocommerce-account form.login .form-row,
.woocommerce-account form.register .form-row,
.woocommerce-account .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-address-fields .form-row {
  margin-bottom: 1.6rem;
}
.woocommerce-account form.login label,
.woocommerce-account form.register label,
.woocommerce-account .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce-address-fields label {
  display: block;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(24, 24, 24, 0.6);
  margin-bottom: 0.6rem;
}
.woocommerce-account form.login input[type=text],
.woocommerce-account form.login input[type=email],
.woocommerce-account form.login input[type=password],
.woocommerce-account form.login input[type=tel],
.woocommerce-account form.register input[type=text],
.woocommerce-account form.register input[type=email],
.woocommerce-account form.register input[type=password],
.woocommerce-account form.register input[type=tel],
.woocommerce-account .woocommerce-EditAccountForm input[type=text],
.woocommerce-account .woocommerce-EditAccountForm input[type=email],
.woocommerce-account .woocommerce-EditAccountForm input[type=password],
.woocommerce-account .woocommerce-EditAccountForm input[type=tel],
.woocommerce-account .woocommerce-address-fields input[type=text],
.woocommerce-account .woocommerce-address-fields input[type=email],
.woocommerce-account .woocommerce-address-fields input[type=password],
.woocommerce-account .woocommerce-address-fields input[type=tel] {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid #EBE3DC;
  border-radius: 4px;
  font-size: 1.5rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #181818;
  background: #FFFFFF;
  transition: border-color 0.4s ease;
  outline: none;
}
.woocommerce-account form.login input[type=text]:focus,
.woocommerce-account form.login input[type=email]:focus,
.woocommerce-account form.login input[type=password]:focus,
.woocommerce-account form.login input[type=tel]:focus,
.woocommerce-account form.register input[type=text]:focus,
.woocommerce-account form.register input[type=email]:focus,
.woocommerce-account form.register input[type=password]:focus,
.woocommerce-account form.register input[type=tel]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=text]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=email]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=password]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=tel]:focus,
.woocommerce-account .woocommerce-address-fields input[type=text]:focus,
.woocommerce-account .woocommerce-address-fields input[type=email]:focus,
.woocommerce-account .woocommerce-address-fields input[type=password]:focus,
.woocommerce-account .woocommerce-address-fields input[type=tel]:focus {
  border-color: #58842C;
}
.woocommerce-account form.login fieldset,
.woocommerce-account form.register fieldset,
.woocommerce-account .woocommerce-EditAccountForm fieldset,
.woocommerce-account .woocommerce-address-fields fieldset {
  border: 1px solid #EBE3DC;
  border-radius: 4px;
  padding: 2rem 2.4rem;
  margin: 2rem 0;
}
.woocommerce-account form.login fieldset legend,
.woocommerce-account form.register fieldset legend,
.woocommerce-account .woocommerce-EditAccountForm fieldset legend,
.woocommerce-account .woocommerce-address-fields fieldset legend {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(24, 24, 24, 0.55);
  padding: 0 0.8rem;
}
.woocommerce-account form.login .woocommerce-Button,
.woocommerce-account form.login button[type=submit],
.woocommerce-account form.login input[type=submit],
.woocommerce-account form.register .woocommerce-Button,
.woocommerce-account form.register button[type=submit],
.woocommerce-account form.register input[type=submit],
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-account .woocommerce-EditAccountForm button[type=submit],
.woocommerce-account .woocommerce-EditAccountForm input[type=submit],
.woocommerce-account .woocommerce-address-fields .woocommerce-Button,
.woocommerce-account .woocommerce-address-fields button[type=submit],
.woocommerce-account .woocommerce-address-fields input[type=submit] {
  display: inline-block;
  padding: 1.2rem 2.8rem;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  background: #58842C;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.4s ease;
  margin-top: 0.8rem;
}
.woocommerce-account form.login .woocommerce-Button:hover,
.woocommerce-account form.login button[type=submit]:hover,
.woocommerce-account form.login input[type=submit]:hover,
.woocommerce-account form.register .woocommerce-Button:hover,
.woocommerce-account form.register button[type=submit]:hover,
.woocommerce-account form.register input[type=submit]:hover,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-account .woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-account .woocommerce-EditAccountForm input[type=submit]:hover,
.woocommerce-account .woocommerce-address-fields .woocommerce-Button:hover,
.woocommerce-account .woocommerce-address-fields button[type=submit]:hover,
.woocommerce-account .woocommerce-address-fields input[type=submit]:hover {
  background: rgb(67.6, 101.4, 33.8);
}
.woocommerce-account form.login .lost_password,
.woocommerce-account form.register .lost_password,
.woocommerce-account .woocommerce-EditAccountForm .lost_password,
.woocommerce-account .woocommerce-address-fields .lost_password {
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
  width: auto !important;
  float: none !important;
}
.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
.woocommerce-account .woocommerce-Addresses::before, .woocommerce-account .woocommerce-Addresses::after {
  display: none !important;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce-account .woocommerce-Addresses h2, .woocommerce-account .woocommerce-Addresses h3 {
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #EBE3DC;
  border-radius: 4px;
  padding: 2.4rem;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address::before, .woocommerce-account .woocommerce-Addresses .woocommerce-Address::after {
  display: none !important;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #EBE3DC;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header::before, .woocommerce-account .woocommerce-Addresses .woocommerce-Address header::after {
  display: none !important;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header h3 {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  color: #181818;
  margin: 0;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header a {
  flex-shrink: 0;
  font-size: 1.2rem;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #58842C !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: opacity 0.4s ease;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header a:hover {
  opacity: 0.75;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address address {
  font-style: normal;
  font-size: 1.5rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #181818;
  line-height: 1.8;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address p {
  font-size: 1.4rem;
  color: rgba(24, 24, 24, 0.45);
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

/*****************************************************
*********************** Marques **********************
******************************************************/
.page__marque {
  padding-bottom: 6rem;
  /*************************************************  Hero banner **/
}
.page__marque .marque-hero {
  padding: 9.5rem 0 4rem 0;
  background-size: cover;
  background-position: bottom right;
  position: relative;
}
.page__marque .marque-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 248, 248, 0.7);
}
.page__marque .marque-hero__content {
  position: relative;
  z-index: 3;
}
.page__marque .marque-hero__content p + p {
  margin-top: 2rem;
}
.page__marque .marque-hero__wrapper {
  max-width: 70rem;
}
.page__marque .marque-hero__subtitle {
  margin-bottom: 4rem;
  font-size: 1.7rem;
  text-transform: uppercase;
}
.page__marque .marque-hero__description {
  margin-bottom: 4rem;
}
.page__marque .marque-hero__quote {
  margin: 0 0 4rem 0;
}
.page__marque .marque-hero__quote .icon {
  margin-bottom: 2.4rem;
}
.page__marque .marque-hero__quote p {
  font-size: 2.3rem;
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .page__marque {
    padding-bottom: 8rem;
  }
  .page__marque .marque-hero {
    padding: 8rem 0 9rem 0;
    color: #FFFFFF;
  }
  .page__marque .marque-hero__overlay {
    background: transparent;
  }
  .page__marque .marque-hero__subtitle {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .page__marque .marque-hero__quote {
    margin: 0 0 4rem 0;
  }
  .page__marque .marque-hero__quote .wrapper {
    display: flex;
    gap: 2.4rem;
  }
  .page__marque .marque-hero__quote .icon {
    margin-bottom: 0;
    min-width: 4rem;
    width: 4rem;
  }
  .page__marque .marque-hero__quote .icon svg {
    width: 100%;
    height: auto;
  }
  .page__marque .marque-hero__quote p {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .page__marque .marque-hero__quote cite {
    font-size: 1.8rem;
  }
  .page__marque .marque-hero__content .aw-breadcrumb {
    color: #FFFFFF;
  }
  .page__marque .marque-hero__content .aw-breadcrumb a, .page__marque .marque-hero__content .aw-breadcrumb span {
    color: #FFFFFF;
  }
  .page__marque .marque-hero--poll-fabaire {
    color: #181818;
  }
  .page__marque .marque-hero--poll-fabaire .marque-hero__content .aw-breadcrumb {
    color: #181818;
  }
  .page__marque .marque-hero--poll-fabaire .marque-hero__content .aw-breadcrumb a, .page__marque .marque-hero--poll-fabaire .marque-hero__content .aw-breadcrumb span {
    color: #181818;
  }
}
/*************************************************  Section Produits **/
.page__marque .marque-produits {
  padding-top: 8rem;
}

/*************************************************  Section Gamme **/
.page__marque .marque-gamme {
  padding: 6rem 0;
}
.page__marque .marque-gamme__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.page__marque .marque-gamme__title {
  color: #58842C;
}
.page__marque .marque-gamme__accordion {
  width: 100%;
}
.page__marque .marque-accordion__item {
  border-bottom: 1px solid rgba(45, 50, 39, 0.2);
}
.page__marque .marque-accordion__item:last-child {
  border-bottom: none;
}
.page__marque .marque-accordion__header {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  transition: 0.4s ease;
}
.page__marque .marque-accordion__header span:first-child {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #181818;
  text-align: left;
}
.page__marque .marque-accordion__header:hover {
  opacity: 0.6;
}
.page__marque .marque-accordion__icon {
  flex-shrink: 0;
  margin-left: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.page__marque .marque-accordion__icon-bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #58842C;
  transition: transform 0.3s ease;
}
.page__marque .marque-accordion__icon-bar:first-child {
  transform: translateY(-50%);
}
.page__marque .marque-accordion__icon-bar:last-child {
  transform: translateY(-50%) rotate(90deg);
}
.page__marque .marque-accordion__item.is-open .marque-accordion__icon-bar:last-child {
  transform: translateY(-50%) rotate(0deg);
}
.page__marque .marque-accordion__body {
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.page__marque .marque-accordion__content {
  padding: 0 0 2.4rem 0;
  font-size: 1.5rem;
  line-height: 1.7;
}
.page__marque .marque-accordion__content strong {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #58842C;
}
.page__marque .marque-accordion__content p + p {
  margin-top: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .page__marque .marque-produits {
    padding-top: 12rem;
  }
  .page__marque .marque-gamme {
    padding: 8rem 0;
  }
  .page__marque .marque-gamme__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 6rem;
    align-items: flex-start;
  }
  .page__marque .marque-gamme__title {
    flex-shrink: 0;
    font-size: 5.5rem;
    width: 35%;
  }
  .page__marque .marque-gamme__accordion {
    flex: 1;
    max-width: 90rem;
  }
  .page__marque .marque-accordion__header {
    padding: 2rem 0;
  }
  .page__marque .marque-accordion__header span:first-child {
    font-size: 1.8rem;
  }
  .page__marque .marque-accordion__content {
    font-size: 1.6rem;
  }
}
/*************************************************  marques autres **/
.page__marque .marque-autres {
  padding: 10rem 0 0 0;
}
.page__marque .marque-autres h2 {
  color: #58842C;
  margin-bottom: 4rem;
}
.page__marque .marque-autres__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
.page__marque .marque-autres__card {
  background: #EBE3DC;
  min-height: 18.6rem;
  width: 48%;
  max-width: 36.4rem;
  aspect-ratio: 1;
  display: flex;
  position: relative;
}
.page__marque .marque-autres__card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
}
.page__marque .marque-autres__card-content {
  margin: auto;
  max-width: 65%;
}
.page__marque .marque-autres__card:hover {
  cursor: pointer;
}
.page__marque .marque-autres__card:hover .marque-autres__card-bg {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .page__marque .marque-autres {
    padding: 16rem 0 0 0;
    margin-bottom: 8rem;
  }
  .page__marque .marque-autres h2 {
    margin-bottom: 8rem;
  }
}
