:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(122,122,122);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(26,26,26);
	--wd-alternative-color: rgb(73,165,86);
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-transform: none;
	--btn-default-bgcolor: rgb(73,165,86);
	--btn-default-bgcolor-hover: rgb(26,26,26);
	--btn-accented-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-bgcolor: rgb(73,165,86);
	--btn-accented-bgcolor-hover: rgb(26,26,26);
	--btn-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-font-weight: 400;
	--btn-transform: none;
	--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(73,165,86);
	--wd-link-color-hover: rgb(97,206,112);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.whb-top-bar .wd-nav.wd-nav-secondary > li > a {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	color: rgb(255,255,255);
}
.whb-top-bar .wd-nav.wd-nav-secondary > li:hover > a, .whb-top-bar .wd-nav.wd-nav-secondary > li.current-menu-item > a {
	color: rgb(73,165,86);
}
html .wd-nav.wd-nav-main > li > a {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(73,165,86);
}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: rgb(26,26,26);
}
html .woocommerce-mini-cart__buttons .btn-cart, html .woocommerce-mini-cart__buttons .checkout, html .wd-empty-mini-cart .btn {
	color: rgb(255,255,255);
	background: rgb(73,165,86);
}
html .woocommerce-mini-cart__buttons .btn-cart:hover, html .woocommerce-mini-cart__buttons .checkout:hover, html .wd-empty-mini-cart .btn:hover {
	color: rgb(255,255,255);
	background: rgb(26,26,26);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}



/* Style naturel pour le texte Desde et IVA incl. */
.single-product-page .price .text-gris {
    color: #777777 !important;     /* Un gris doux et standard */
    font-size: 0.55em !important;   /* Réduit la taille pour que le prix reste l'élément principal */
    font-weight: 400 !important;    /* Force un texte affiné (pas en gras) */
    text-transform: none;           /* Évite que WoodMart passe le texte en majuscules */
    vertical-align: middle;         /* Aligne proprement le texte avec le montant */
}

/* Espacement optionnel pour aérer le bloc prix */
.single-product-page .price .text-gris:first-child {
    margin-right: 4px;
}
	
/* Égalisation hauteur cartes produits */
.products.wd-products {
  align-items: stretch !important;
}

.wd-product.wd-col {
  display: flex !important;
  flex-direction: column !important;
}

.wd-product-wrapper.wd-entry-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  height: 100% !important;
} 

.wd-loop-prod-thumb {
  height: 220px !important;
  overflow: hidden !important;
}

.wd-loop-prod-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.wd-loop-prod-title {
  flex: 1 !important;
}

.wd-add-btn-wrapp {
  margin-top: auto !important;
}@media (min-width: 1025px) {
	.wd-nav.wd-style-separated > li::after {
    background-color: #7a7a7a !important;
}
}

@media (max-width: 576px) {
	/* Hamburger */
.wd-header-mobile-nav .wd-tools-icon {
    color: #fff !important;
}

/* Texte "Menú" */
.wd-header-mobile-nav .wd-tools-text {
    color: #fff !important;
}

/* Loupe / recherche */
.wd-header-search .wd-tools-icon {
    color: #fff !important;
    background-color: transparent !important;
}

.wd-header-search .wd-tools-icon::before,
.wd-header-search .wd-tools-icon::after {
    color: #fff !important;
    background-color: transparent !important;
}
}

