:root {
	--wd-hb-opt-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(86,86,86);
	--wd-text-font-size: 19px;
	--wd-title-font: "Roboto Slab", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto Condensed", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: uppercase;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto Slab", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto Condensed", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(101,132,22);
	--wd-alternative-color: rgb(153,160,73);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(112,122,36);
	--btn-accented-bgcolor-hover: rgb(129,155,45);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(116,158,49);
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 600px;
	--wd-popup-padding: 0px;
}
.wd-hb {
	background-color: rgb(153,160,73);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center top;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 65px;
	}

}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

.woodmart-post-date {
    display: none;
}

.grecaptcha-badge { visibility: hidden; }

.whb-header {
    margin-bottom: 30px;
}

.product-label.out-of-stock {
    background-color: rgb(255 171 0 / 90%);
    color: #ffffff;
    font-weight: 900;
}

.hide-larger-price .price :not(.price) {
  visibility: hidden;
}

.wd-entities-title {
  text-align: center;
}

pre {
    background: #FFF;
	}

code, kbd, pre, samp  {
  font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 15px;
  line-height: 0%;
}

.stock_alert_email {
    width: 30%;
    margin-bottom: 0px;
}

.main-page-wrapper {
    padding-top: 5px;
}

h6.subscribe_for_interest_text {
    font-size: 20px;
}

.woocommerce-store-notice {
    font-size: 18px;
}

.woocommerce-notices-wrapper {
    font-size: 18px;
}

.woocommerce-notices-wrapper {
    font-size: 18px;
}

.woocommerce-error {
    font-size: 18px;
}

.button wc-forward {
    font-size: 18px;
}

.attribute-label {
    font-size: 100%;
}

/* Custo demandée par JS pour afficher 4 produits par ligne */
@media (min-width: 1025px) {
        .shop-content-area.col-lg-10 {
                max-width: inherit;
        }

        /* 4 colonnes */
        .product-grid-item.col-lg-3 {
                max-width: inherit;
        }

        /* 3 colonnes */
        .product-grid-item.col-lg-4 {
                max-width: inherit;
        }

}

@media (min-width: 769px) {
        .shop-content-area.col-md-9 {
                max-width: inherit;
        }

        /* 4 colonnes */
        .product-grid-item.col-md-3 {
                max-width: inherit;
        }

        /* 3 colonnes */
        .product-grid-item.col-md-4 {
                max-width: inherit;
        }
}

@media (min-width: 576px) {
        /* 4 colonnes */
        .product-grid-item.col-sm-4 {
                max-width: inherit;
        }

        /* 3 colonnes */
        .product-grid-item.col-sm-6 {
                max-width: inherit;
        }

}


/* Masquer les étiquettes de variantes par défaut */
.product-element-top .attribute-label {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
}

/* Les afficher uniquement au survol de l'image du produit */
.product-element-top:hover .attribute-label {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}
/* --- Barre d'outils : Filtres et Tri --- */
#hop-catalog-toolbar {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #f1f4ee !important;
  border: 1px solid #d4dfd2 !important;
  padding: 12px 18px !important;
  border-radius: 8px !important;
  margin: 25px auto 15px auto !important;
  max-width: 1200px !important;
  box-sizing: border-box !important;
}

.hop-toolbar-group {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.hop-toolbar-label {
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #2b472c !important;
}

.hop-select {
  padding: 6px 12px !important;
  font-size: 13px !important;
  border: 1px solid #c2d1be !important;
  border-radius: 6px !important;
  background-color: #ffffff !important;
  color: #333 !important;
  cursor: pointer !important;
  outline: none !important;
}

/* --- Index des variétés --- */
#varieties-quick-index {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 14px !important;
  margin: 0 auto 35px auto !important;
  max-width: 1200px !important;
  background-color: #f8faf6 !important;
  border: 1px solid #d8e2dc !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  clear: both !important;
}

#varieties-quick-index .variety-badge {
  display: inline-block !important;
  padding: 5px 12px !important;
  background-color: #ffffff !important;
  border: 1px solid #c5d6c8 !important;
  border-radius: 18px !important;
  color: #2b472c !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  cursor: pointer !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
  transition: all 0.2s ease !important;
}

#varieties-quick-index .variety-badge:hover {
  background-color: #53693e !important;
  color: #ffffff !important;
  border-color: #53693e !important;
  transform: translateY(-1px) !important;
}

/* Espacement sous chaque carte */
.hop-variety-card {
  margin-bottom: 35px !important;
}

/* Responsive mobile */
@media (max-width: 767px) {
  #hop-catalog-toolbar {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .hop-toolbar-group {
    justify-content: space-between !important;
  }
  table th:nth-child(2),
  table td:nth-child(2) {
    display: none !important;
  }

	
	/* Adaptation dynamique de la hauteur du bandeau d'en-tête */
.header-banner.wd-hb {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
}

/* Permet au texte interne de s'étaler sans forcer une hauteur rigide */
.header-banner.wd-hb .wd-entry-content {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.header-banner.wd-hb .wd-entry-content h4 {
    margin: 0 !important;
    line-height: 1.35 !important;
    font-size: 13px; /* Optionnel : taille propre pour éviter les retours trop fréquents */
}

/* Maintient le bouton de fermeture bien centré verticalement */
.header-banner.wd-hb .wd-hb-close {
    top: 50% !important;
    transform: translateY(-50%) !important;
}