:root {
	--wd-hb-opt-h: 60px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: 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: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--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-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://www.ecoby.es/wp-content/uploads/2021/08/promo-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;
}
: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(243,243,243);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.wd .product-label.out-of-stock {
	background-color: rgb(255,255,255);
	color: rgb(229,57,53);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 90px;
	--wd-thumbs-height: 489px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 25px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
: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;
}
}



/* ==================================================
   ECOBY – CSS GLOBAL LIMPIO
================================================== */

/* Breadcrumb y título superior en blanco */
.wd-page-title,
.wd-page-title * {
    color: #FFFFFF !important;
}

/* Evitar mayúsculas automáticas */
body h1,
body h2,
body h3,
body h4,
body .wd-entities-title,
body .entry-title,
body .wd-page-title,
body .page-title,
body .elementor-heading-title {
    text-transform: none !important;
}


/* ==================================================
   ECOBY – ZONA DE COMPRA DEL PRODUCTO
================================================== */

body.single-product form.cart {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
}


/* ==================================================
   SELECTOR DE CANTIDAD
================================================== */

body.single-product form.cart .quantity {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 126px !important;

    width: 126px !important;
    min-width: 126px !important;
    max-width: 126px !important;

    height: 50px !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    border: 1px solid #D9E1E4 !important;
    border-radius: 9px !important;

    background: #FFFFFF !important;
    box-sizing: border-box !important;
}


/* Botones menos y más */

body.single-product form.cart .quantity .minus,
body.single-product form.cart .quantity .plus {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 40px !important;

    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #EFF9F9 !important;
    color: #1EACBF !important;

    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    text-align: center !important;

    box-shadow: none !important;
    box-sizing: border-box !important;
}

body.single-product form.cart .quantity .minus:hover,
body.single-product form.cart .quantity .plus:hover {
    background: #DDF4F4 !important;
    color: #061536 !important;
}


/* Número central */

body.single-product form.cart .quantity .qty {
    display: block !important;
    flex: 0 0 44px !important;

    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-right: 1px solid #D9E1E4 !important;
    border-left: 1px solid #D9E1E4 !important;
    border-radius: 0 !important;

    background: #FFFFFF !important;
    color: #061536 !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    text-align: center !important;

    opacity: 1 !important;
    visibility: visible !important;

    box-shadow: none !important;
    box-sizing: border-box !important;

    appearance: textfield !important;
    -moz-appearance: textfield !important;
}

body.single-product form.cart .quantity .qty::-webkit-inner-spin-button,
body.single-product form.cart .quantity .qty::-webkit-outer-spin-button {
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}


/* ==================================================
   BOTÓN AÑADIR AL CARRITO
================================================== */

body.single-product form.cart .single_add_to_cart_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 1 1 220px !important;

    min-width: 220px !important;
    height: 50px !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 24px !important;

    border: 2px solid #061536 !important;
    border-radius: 9px !important;

    background: #FFFFFF !important;
    color: #061536 !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;

    box-shadow: none !important;
}

body.single-product form.cart .single_add_to_cart_button:hover {
    background: #061536 !important;
    color: #FFFFFF !important;
}


/* ==================================================
   BOTÓN COMPRAR AHORA
================================================== */

body.single-product form.cart .wd-buy-now-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 1 1 200px !important;

    min-width: 200px !important;
    height: 50px !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 24px !important;

    border: 0 !important;
    border-radius: 9px !important;

    background: #80CC28 !important;
    color: #061536 !important;

    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;

    box-shadow: none !important;
}

body.single-product form.cart .wd-buy-now-btn:hover {
    background: #70B923 !important;
    color: #061536 !important;
}


/* ==================================================
   COMPARAR Y LISTA DE DESEOS
================================================== */

body.single-product .summary-inner .wd-action-btn,
body.single-product .summary-inner .wd-action-btn > a,
body.single-product .summary-inner .wd-compare-btn,
body.single-product .summary-inner .wd-wishlist-btn,
body.single-product .summary-inner a.compare {
    color: #747D82 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

body.single-product .summary-inner .wd-action-btn:hover,
body.single-product .summary-inner .wd-action-btn > a:hover,
body.single-product .summary-inner .wd-compare-btn:hover,
body.single-product .summary-inner .wd-wishlist-btn:hover {
    color: #1EACBF !important;
}


/* ==================================================
   SKU, CATEGORÍA, MARCA Y COMPARTIR EN UNA FILA
================================================== */

body.single-product .summary-inner .product_meta,
body.single-product .summary .product_meta {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;

    gap: 14px 26px !important;

    margin-top: 18px !important;
    padding-top: 20px !important;

    border-top: 1px solid #E1E5E7 !important;

    font-size: 15px !important;
    line-height: 1.4 !important;
}


/* SKU, categoría y marca */

body.single-product .product_meta > span {
    display: inline-flex !important;
    align-items: center !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #747D82 !important;
    white-space: nowrap !important;
}

body.single-product .product_meta > span strong,
body.single-product .product_meta > span .meta-label {
    margin-right: 5px !important;
    color: #353B3E !important;
    font-weight: 700 !important;
}

body.single-product .product_meta a {
    color: #1EACBF !important;
}

body.single-product .product_meta a:hover {
    color: #061536 !important;
}


/* Bloque de compartir */

body.single-product .product_meta .wd-social-icons,
body.single-product .product_meta .social-icons-wrapper,
body.single-product .product_meta .product-share,
body.single-product .product_meta .share,
body.single-product .summary .wd-social-icons {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;

    width: auto !important;

    gap: 12px !important;

    margin: 0 !important;
    padding: 0 !important;

    vertical-align: middle !important;
}


/* Texto Compartir */

body.single-product .product_meta .wd-social-icons::before,
body.single-product .product_meta .social-icons-wrapper::before,
body.single-product .product_meta .product-share::before {
    color: #353B3E !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}


/* Iconos sociales más grandes */

body.single-product .product_meta .wd-social-icons a,
body.single-product .product_meta .social-icons-wrapper a,
body.single-product .product_meta .product-share a,
body.single-product .summary .wd-social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 25px !important;
    min-width: 25px !important;
    height: 25px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #6E7478 !important;

    font-size: 21px !important;
    line-height: 1 !important;

    background: transparent !important;
}

body.single-product .product_meta .wd-social-icons a:hover,
body.single-product .product_meta .social-icons-wrapper a:hover,
body.single-product .product_meta .product-share a:hover,
body.single-product .summary .wd-social-icons a:hover {
    color: #1EACBF !important;
}


/* ==================================================
   MÓVIL
================================================== */

@media (max-width: 767px) {

    body.single-product form.cart {
        gap: 10px !important;
    }

    body.single-product form.cart .quantity {
        flex: 0 0 120px !important;

        width: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
    }

    body.single-product form.cart .quantity .minus,
    body.single-product form.cart .quantity .plus {
        flex: 0 0 38px !important;

        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
    }

    body.single-product form.cart .quantity .qty {
        flex: 0 0 42px !important;

        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
    }

    body.single-product form.cart .single_add_to_cart_button {
        flex: 1 1 calc(100% - 130px) !important;

        min-width: 0 !important;

        padding: 0 12px !important;

        font-size: 14px !important;
    }

    body.single-product form.cart .wd-buy-now-btn {
        flex: 1 1 100% !important;

        width: 100% !important;
        min-width: 100% !important;
    }

    body.single-product .summary-inner .product_meta,
    body.single-product .summary .product_meta {
        gap: 12px 20px !important;

        padding-top: 16px !important;

        font-size: 14px !important;
    }

    body.single-product .product_meta > span {
        white-space: normal !important;
    }

    body.single-product .product_meta .wd-social-icons,
    body.single-product .product_meta .social-icons-wrapper,
    body.single-product .product_meta .product-share,
    body.single-product .summary .wd-social-icons {
        flex-basis: 100% !important;

        margin-top: 2px !important;

        gap: 10px !important;
    }

    body.single-product .product_meta .wd-social-icons a,
    body.single-product .product_meta .social-icons-wrapper a,
    body.single-product .product_meta .product-share a,
    body.single-product .summary .wd-social-icons a {
        font-size: 20px !important;
    }
}