:root {
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 12px;
	--wd-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(77,77,79);
	--wd-entities-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(77,77,79);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(77,77,79);
	--wd-widget-title-font-size: 12px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 12px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(229,78,64);
	--wd-alternative-color: rgb(229,78,64);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(229,78,64);
	--btn-accented-bgcolor-hover: rgb(229,78,64);
	--wd-form-brd-width: 1px;
	--notices-success-bg: E54E40;
	--notices-success-color: rgb(229,78,64);
	--notices-warning-bg: E54E40;
	--notices-warning-color: rgb(229,78,64);
	--wd-link-color: 4D4D4F;
	--wd-link-color-hover: E54E40;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(229,78,64);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 600px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
	font-family: "Hind", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(0,0,0);
	--wd-form-bg: rgb(255,255,255);
}
.wd .product-label.onsale {
	background-color: E54E40;
	color: ffffff;
}
.wd .product-label.new {
	background-color: rgb(229,78,64);
	color: ffffff;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 10px;
	--wd-widget-title-font-size: 10px;
	--wd-header-el-font-size: 10px;
	}
	html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
		font-size: 16px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 8px;
	--wd-widget-title-font-size: 8px;
	--wd-header-el-font-size: 8px;
	}
	html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
		font-size: 14px;
	}

}
:root{
--wd-container-w: 1300px;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgb(229,78,64);
}

body .labels-rounded .out-of-stock {
display: none;
}

/* RSE — Masque les badges de réduction sous le seuil défini.
   Sélecteur volontairement très spécifique pour passer devant
   les règles du thème WoodMart. */
.rse-badge-hidden,
span.rse-badge-hidden,
.product-labels .rse-badge-hidden,
.product-labels span.onsale.rse-badge-hidden,
.wd-product .product-labels .rse-badge-hidden,
html body .product-labels .product-label.rse-badge-hidden {
  display: none !important;
}

@media (min-width: 1025px) {
	body .labels-rounded .out-of-stock {
display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body .labels-rounded .out-of-stock {
display: none;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	body .labels-rounded .out-of-stock {
display: none;
}
}

@media (max-width: 576px) {
	body .labels-rounded .out-of-stock {
display: none;
}
}

