@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//apw.store/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.3") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(190,161,99);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(190,161,99);
	--btn-accented-bgcolor-hover: rgb(173,141,74);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--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://apw.store/wp-content/uploads/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 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: rgb(245,240,230);
	background-image: none;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-shadow: 1px 1px 15px 0px rgb(206,206,206);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
:root{
--wd-container-w: 1600px;
--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: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(221,194,150);
}

/* ---------------------------------
   BOUTON PRINCIPAL (header)
----------------------------------*/

/* conteneur global du switcher */
.gtranslate_wrapper {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    z-index: 9999;
}

/* le bouton cliquable actuel */
.gtranslate_wrapper .gt_switcher-popup {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 6px 10px;
    min-height: 32px;

    text-decoration: none;
    color: #222;
    font-weight: 500;
    cursor: pointer;

    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    transition: all .15s ease;
}

/* hover header */
.gtranslate_wrapper .gt_switcher-popup:hover {
    border-color: #bbb;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* drapeau dans le bouton du header */
.gtranslate_wrapper .gt_switcher-popup img {
    width: 20px;
    height: 17px;
    border-radius: 3px;
    object-fit: cover;
}

/* span (ex: "French") -> masqué visuellement, remplacé par code langue */
.gtranslate_wrapper .gt_switcher-popup span:nth-of-type(1) {
    font-size: 0 !important;
    line-height: 1;
    white-space: nowrap;
}

/* valeur affichée par défaut */
.gtranslate_wrapper .gt_switcher-popup span:nth-of-type(1)::after {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 1;
    content: "FR";
}

/* adapter selon drapeau */
.gtranslate_wrapper .gt_switcher-popup img[alt="fr"] + span:nth-of-type(1)::after { content: "FR"; }
.gtranslate_wrapper .gt_switcher-popup img[alt="it"] + span:nth-of-type(1)::after { content: "IT"; }
.gtranslate_wrapper .gt_switcher-popup img[alt="pt"] + span:nth-of-type(1)::after { content: "PT"; }
.gtranslate_wrapper .gt_switcher-popup img[alt="es"] + span:nth-of-type(1)::after { content: "ES"; }
.gtranslate_wrapper .gt_switcher-popup img[alt="en"] + span:nth-of-type(1)::after { content: "EN"; }

/* cacher la flèche ▼ */
.gtranslate_wrapper .gt_switcher-popup span:nth-of-type(2) {
    display: none !important;
}


/* ---------------------------------
   POPUP OVERLAY + CONTENU
----------------------------------

/* overlay noir derrière le popup 
.gtranslate_wrapper .gt_black_overlay {
    background-color: rgba(0,0,0,0.3) !important;
}

/* annule le max-height forcé par le script GTranslate 
.gtranslate_wrapper .gt_white_content .gt_languages {
    max-height: none !important;
    overflow: visible !important;
    flex-flow: column nowrap !important; /* empêche l'emballage chelou 
}


/* la carte blanche du popup 
.gtranslate_wrapper .gt_white_content {
    background: #fff !important;
    border-radius: 12px !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 24px 48px rgba(0,0,0,0.18) !important;

    padding: 16px !important;
    min-width: 240px;
    max-width: 90vw;

    /* on retire la limite de hauteur et le scroll 
    max-height: none !important;
    overflow: visible !important;

    font-family: inherit;
    color: #222;
}*/

/* ---------------------------------
   POPUP OVERLAY + CONTENU
----------------------------------*/

/* overlay noir derrière le popup */
.gtranslate_wrapper .gt_black_overlay {
    background-color: rgba(0,0,0,0.3) !important;
}

/* annule le max-height forcé par le script GTranslate
   et empêche l'apparition du scroll interne */
.gtranslate_wrapper .gt_white_content .gt_languages {
    max-height: none !important;
    overflow: visible !important;
    flex-flow: column nowrap !important;
    display: flex !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* la carte blanche du popup */
.gtranslate_wrapper .gt_white_content,
.gt_white_content {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

    /* dimensions flexibles */
    min-width: 240px !important;
    max-width: 90vw !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;

    /* pas de scroll interne */
    overflow: visible !important;

    /* style visuel */
    background: #fff !important;
    color: #222 !important;
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    box-shadow: 0 24px 48px rgba(0,0,0,0.18) !important;

    padding: 16px !important;
    font-family: inherit !important;
    text-align: left !important;

    z-index: 19881205 !important;
}


/* ---------------------------------
   LISTE DES LANGUES DANS LE POPUP
   -> colonne full width
----------------------------------*/

/* conteneur des boutons langue */
.gtranslate_wrapper .gt_languages {
    display: flex !important;
    flex-direction: column !important;
    /* flex-wrap: nowrap !important;*/
		gap: 12px !important;

    /* row-gap: 12px !important;*/
    padding: 0 !important;
    margin: 0 !important;
		scrollbar-width: none;
}

/* chaque langue = bouton plein largeur centré */
.gtranslate_wrapper .gt_languages .glink {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;   /* centre horizontalement le contenu */

    gap: 10px !important;

    width: 100% !important;
    box-sizing: border-box !important;

    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 999px !important;

    padding: 12px 16px !important;
    text-decoration: none !important;
    cursor: pointer;

    font-size: 15px !important;
    font-weight: 500 !important;
    color: #222 !important;
    line-height: 1.2 !important;

    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: all .12s ease;
}

/* hover langue */
.gtranslate_wrapper .gt_languages .glink:hover {
    background-color: #f9f9f9 !important;
    border-color: #bbb !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    color: #000 !important;
}

/* langue active */
.gtranslate_wrapper .gt_languages .gt-current-lang {
    background-color: #f5f5f5 !important;
    border-color: #bbb !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    color: #000 !important;
}

/* drapeau */
.gtranslate_wrapper .gt_languages .glink img {
    width: 20px !important;
    height: 17px !important;
    border-radius: 3px !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
}

/* texte langue ("French", etc.) */
.gtranslate_wrapper .gt_languages .glink span {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #222 !important;
    white-space: nowrap !important;
    padding: 0 !important;
    margin: 0 !important;
    /* on ne masque plus, on laisse les vrais noms */
}

/* ---------------------------------
   MASQUER LE VIEUX BLOC GOOGLE
----------------------------------*/
.gtranslate_wrapper #google_translate_element2 {
    display: none !important;
}


@media (min-width: 1025px) {
	/* Size IMG Produits */
.wd-product.wd-hover-tiled .product-element-top 
{
    max-height:420px;
}


/* Menu in block */
.whb-full-width .wd-dropdown-menu.wd-design-aside>.container {
    max-width: 1222px !important;
    /* max-width: 1600px !important; */
}


/* Menu Categories Tablet/Mobile */
.whb-header-bottom .wd-dropdown {
    margin-top: 2px !important;
    display: block;
    height: 500px;
    overflow: auto;
}

/* Article in block *//*
.wd-content-layout {
    max-width: 1400px;
	  display: block;
	  margin: auto;
}*/



}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Menu Mobile Icons 
.wd-sub-menu li>a img, .wd-nav-img {
    height: 20px !important;
    width: 20px !important;
}*/


/* Size IMG Produits */
.wd-product.wd-hover-tiled .product-element-top 
{
    max-height: 220px;
}


}

@media (min-width: 577px) and (max-width: 767px) {
	/* Menu Mobile Icons 
.wd-sub-menu li>a img, .wd-nav-img {
    height: 20px !important;
    width: 20px !important;
}*/

/* Size IMG Produits */
.wd-product.wd-hover-tiled .product-element-top 
{
    max-height: 410px;
}

}

@media (max-width: 576px) {
	/*.push-notifications-button {
	bottom: 60px!important;
}*/


/* Menu Mobile Icons 
.wd-sub-menu li>a img, .wd-nav-img {
    height: 20px !important;
    width: 20px !important;
}*/


/* Size IMG Produits */
.wd-product.wd-hover-tiled .product-element-top 
{
    max-height: 450px;
	  background: bleu;
}


}

