:root {
	--wd-hb-opt-h: 40px;
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 15px;
	--wd-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--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: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(110,181,45);
	--wd-alternative-color: rgb(110,181,45);
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: rgb(236,236,236);
	--btn-accented-bgcolor: rgb(110,180,45);
	--btn-accented-bgcolor-hover: rgb(79,143,22);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(110,181,45);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://www.purvitae.fr/wp-content/uploads/2021/10/coffee-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.wd-hb {
	background-color: rgb(0,0,0);
	background-image: none;
}
: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: rgb(17,17,17);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(247,247,244);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

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

}
:root{
--wd-container-w: 1222px;
--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;
}

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


.wd-page-title {
background-color: rgb(110,181,45);
}

/* =========================================================
   PUR VITAE — RECHERCHE PLEIN ÉCRAN WOODMART
========================================================= */

.wd-search-full-screen{
    --pv-search-green:#69b52f;
    --pv-search-dark:#232623;
    --pv-search-line:#dfe8d9;
}

/* Conteneur du formulaire */
.wd-search-full-screen .searchform{
    position:relative;
    width:min(900px, calc(100% - 40px));
    margin:34px auto 24px;
}

/* Véritable champ de recherche */
.wd-search-full-screen .searchform input[type="text"],
.wd-search-full-screen .searchform input[type="search"]{
    width:100% !important;
    height:68px !important;

    padding:0 72px 0 24px !important;

    border:1px solid var(--pv-search-line) !important;
    border-radius:16px !important;

    background:#fff !important;
    color:var(--pv-search-dark) !important;

    font-size:18px !important;
    font-weight:500 !important;
    line-height:1.3 !important;
    text-align:left !important;

    box-shadow:0 16px 40px rgba(40,60,34,.08);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

/* Focus clair au clic */
.wd-search-full-screen .searchform input[type="text"]:focus,
.wd-search-full-screen .searchform input[type="search"]:focus{
    outline:none !important;
    border-color:var(--pv-search-green) !important;

    box-shadow:
        0 18px 46px rgba(70,125,39,.13),
        0 0 0 4px rgba(105,181,47,.10);

    transform:translateY(-1px);
}

/* Placeholder */
.wd-search-full-screen .searchform input::placeholder{
    color:#8d948d !important;
    opacity:1 !important;
    font-weight:400 !important;
}

/* Bouton Woodmart */
.wd-search-full-screen .searchsubmit{
    position:absolute !important;
    top:50% !important;
    right:10px !important;

    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;
    border-radius:12px !important;

    background:var(--pv-search-green) !important;
    color:#fff !important;

    transform:translateY(-50%) !important;
    box-shadow:0 9px 20px rgba(76,135,40,.20);
}

/* MOBILE */
@media(max-width:767px){

    .wd-search-full-screen .searchform{
        width:calc(100% - 28px);
        margin:20px auto 18px;
    }

    .wd-search-full-screen .searchform input[type="text"],
    .wd-search-full-screen .searchform input[type="search"]{
        height:58px !important;
        padding:0 60px 0 18px !important;

        border-radius:14px !important;
        font-size:15px !important;
    }

    .wd-search-full-screen .searchsubmit{
        right:7px !important;

        width:44px !important;
        height:44px !important;
        min-width:44px !important;
        min-height:44px !important;

        border-radius:11px !important;
    }
}