/*
Theme Name: Ordenador Outlet
Theme URI: http://ordenadoroutlet.es
Description: Ordenador Outlet
Author: Refineria
Author URI: https://refineria.es
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/** corregimos input de los filtros que se descuadran */
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox], .wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
    aspect-ratio: 1 / 1;
}

/** corregimos numero a la derecha de la etiqueta en el filtro */
body .wpc-filters-main-wrap .wpc-term-item-content-wrapper label a, 
body .wpc-term-count-value {
    line-height: normal;
}

/** ajuste checkout */
body .wp-block-woocommerce-checkout-order-summary-block {
    margin-bottom: 20px;
}

/** popup carrito */
body .xoo-cp-modal, body .xoo-cp-opac {
    background-color: rgba(255, 255, 255, .5);
}

body span.xoo-cp-close {
    display: none;
}

body .xoo-cp-container {
    padding: 40px;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

body .xoo-cp-btns {
    margin: 30px 0 0 0;
}

body .xoo-cp-btns .xcp-btn {
    text-transform: none;
    color: var(--e-global-color-bd80cad);
    border: 1px solid var(--e-global-color-bd80cad);
    background-color: #fff;
}

body .xoo-cp-btns .xoo-cp-btn-ch.xcp-btn {
    color: #fff;
    background-color: var(--e-global-color-bd80cad);
    border: 1px solid var(--e-global-color-bd80cad);
}

/** efecto añadiendo */
.single_add_to_cart_button {
    transition: all .3s ease;
}

body.adding-to-cart .single_add_to_cart_button {
    pointer-events: none;
    position: relative;
    opacity: .5;
    background-color: #ddd !important;
    cursor: progress;
}

/** listado de productos: 2 columnas hasta 768px y 1 por debajo de 350px */
@media only screen and (max-width: 767px) {
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products,
    body.home .woocommerce ul.products,
    body .elementor-widget-woocommerce-products .woocommerce ul.products,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products,
    body.single-product .woocommerce .related ul.products,
    body.single-product .woocommerce .upsells ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 16px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body.tax-product_cat .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body.tax-product_tag .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body.home .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body.single-product .woocommerce .related ul.products li.product:not(.rw-elementor-banner),
    body.single-product .woocommerce .upsells ul.products li.product:not(.rw-elementor-banner) {
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0;
        clear: none !important;
        box-sizing: border-box;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .top-product-section,
    body.tax-product_cat .woocommerce ul.products li.product .top-product-section,
    body.tax-product_tag .woocommerce ul.products li.product .top-product-section,
    body.home .woocommerce ul.products li.product .top-product-section,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .top-product-section,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .top-product-section,
    body.single-product .woocommerce .related ul.products li.product .top-product-section,
    body.single-product .woocommerce .upsells ul.products li.product .top-product-section {
        min-height: 0 !important;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .image-wrapper,
    body.tax-product_cat .woocommerce ul.products li.product .image-wrapper,
    body.tax-product_tag .woocommerce ul.products li.product .image-wrapper,
    body.home .woocommerce ul.products li.product .image-wrapper,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .image-wrapper,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .image-wrapper,
    body.single-product .woocommerce .related ul.products li.product .image-wrapper,
    body.single-product .woocommerce .upsells ul.products li.product .image-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .image-wrapper img,
    body.tax-product_cat .woocommerce ul.products li.product .image-wrapper img,
    body.tax-product_tag .woocommerce ul.products li.product .image-wrapper img,
    body.home .woocommerce ul.products li.product .image-wrapper img,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .image-wrapper img,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .image-wrapper img,
    body.single-product .woocommerce .related ul.products li.product .image-wrapper img,
    body.single-product .woocommerce .upsells ul.products li.product .image-wrapper img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    body.post-type-archive-product .woocommerce ul.products li.product.rw-elementor-banner,
    body.tax-product_cat .woocommerce ul.products li.product.rw-elementor-banner,
    body.tax-product_tag .woocommerce ul.products li.product.rw-elementor-banner,
    body.home .woocommerce ul.products li.product.rw-elementor-banner,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product.rw-elementor-banner,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product.rw-elementor-banner,
    body.single-product .woocommerce .related ul.products li.product.rw-elementor-banner,
    body.single-product .woocommerce .upsells ul.products li.product.rw-elementor-banner {
        float: none;
        grid-column: 1 / -1;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 599px) {
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products,
    body.home .woocommerce ul.products,
    body .elementor-widget-woocommerce-products .woocommerce ul.products,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products,
    body.single-product .woocommerce .related ul.products,
    body.single-product .woocommerce .upsells ul.products {
        column-gap: 12px;
        row-gap: 12px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body.tax-product_cat .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body.tax-product_tag .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body.home .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product:not(.rw-elementor-banner),
    body.single-product .woocommerce .related ul.products li.product:not(.rw-elementor-banner),
    body.single-product .woocommerce .upsells ul.products li.product:not(.rw-elementor-banner) {
        border-radius: 10px;
        overflow: hidden;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-badges,
    body.tax-product_cat .woocommerce ul.products li.product .rw-badges,
    body.tax-product_tag .woocommerce ul.products li.product .rw-badges,
    body.home .woocommerce ul.products li.product .rw-badges,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-badges,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-badges,
    body.single-product .woocommerce .related ul.products li.product .rw-badges,
    body.single-product .woocommerce .upsells ul.products li.product .rw-badges {
        padding: 12px 10px 0;
        margin-bottom: 6px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-first-badge-row,
    body.tax-product_cat .woocommerce ul.products li.product .rw-first-badge-row,
    body.tax-product_tag .woocommerce ul.products li.product .rw-first-badge-row,
    body.home .woocommerce ul.products li.product .rw-first-badge-row,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-first-badge-row,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-first-badge-row,
    body.single-product .woocommerce .related ul.products li.product .rw-first-badge-row,
    body.single-product .woocommerce .upsells ul.products li.product .rw-first-badge-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 6px;
        padding-right: 0;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-second-badge-row,
    body.tax-product_cat .woocommerce ul.products li.product .rw-second-badge-row,
    body.tax-product_tag .woocommerce ul.products li.product .rw-second-badge-row,
    body.home .woocommerce ul.products li.product .rw-second-badge-row,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-second-badge-row,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-second-badge-row,
    body.single-product .woocommerce .related ul.products li.product .rw-second-badge-row,
    body.single-product .woocommerce .upsells ul.products li.product .rw-second-badge-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 6px;
        min-width: 0;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.tax-product_cat .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.tax-product_tag .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.home .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.single-product .woocommerce .related ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.single-product .woocommerce .upsells ul.products li.product .rw-second-badge-row .rw-badge-group-left {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        min-width: 0;
        flex: 1 1 auto;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-badge.top-ventas,
    body.post-type-archive-product .woocommerce ul.products li.product .rw-badge.novedad,
    body.post-type-archive-product .woocommerce ul.products li.product .badge-descuento,
    body.tax-product_cat .woocommerce ul.products li.product .rw-badge.top-ventas,
    body.tax-product_cat .woocommerce ul.products li.product .rw-badge.novedad,
    body.tax-product_cat .woocommerce ul.products li.product .badge-descuento,
    body.tax-product_tag .woocommerce ul.products li.product .rw-badge.top-ventas,
    body.tax-product_tag .woocommerce ul.products li.product .rw-badge.novedad,
    body.tax-product_tag .woocommerce ul.products li.product .badge-descuento,
    body.home .woocommerce ul.products li.product .rw-badge.top-ventas,
    body.home .woocommerce ul.products li.product .rw-badge.novedad,
    body.home .woocommerce ul.products li.product .badge-descuento,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-badge.top-ventas,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-badge.novedad,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .badge-descuento,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-badge.top-ventas,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-badge.novedad,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .badge-descuento,
    body.single-product .woocommerce .related ul.products li.product .rw-badge.top-ventas,
    body.single-product .woocommerce .related ul.products li.product .rw-badge.novedad,
    body.single-product .woocommerce .related ul.products li.product .badge-descuento,
    body.single-product .woocommerce .upsells ul.products li.product .rw-badge.top-ventas,
    body.single-product .woocommerce .upsells ul.products li.product .rw-badge.novedad,
    body.single-product .woocommerce .upsells ul.products li.product .badge-descuento {
        flex: 0 0 auto;
        max-width: 100%;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-second-badge-row .badge-descuento,
    body.tax-product_cat .woocommerce ul.products li.product .rw-second-badge-row .badge-descuento,
    body.tax-product_tag .woocommerce ul.products li.product .rw-second-badge-row .badge-descuento,
    body.home .woocommerce ul.products li.product .rw-second-badge-row .badge-descuento,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-second-badge-row .badge-descuento,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-second-badge-row .badge-descuento,
    body.single-product .woocommerce .related ul.products li.product .rw-second-badge-row .badge-descuento,
    body.single-product .woocommerce .upsells ul.products li.product .rw-second-badge-row .badge-descuento {
        flex: 0 0 auto;
        margin-left: auto;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-badge.disponible svg,
    body.tax-product_cat .woocommerce ul.products li.product .rw-badge.disponible svg,
    body.tax-product_tag .woocommerce ul.products li.product .rw-badge.disponible svg,
    body.home .woocommerce ul.products li.product .rw-badge.disponible svg,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-badge.disponible svg,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-badge.disponible svg,
    body.single-product .woocommerce .related ul.products li.product .rw-badge.disponible svg,
    body.single-product .woocommerce .upsells ul.products li.product .rw-badge.disponible svg {
        width: 74px;
        height: auto;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-badge.top-ventas span,
    body.post-type-archive-product .woocommerce ul.products li.product .rw-badge.novedad span,
    body.post-type-archive-product .woocommerce ul.products li.product .badge-descuento,
    body.tax-product_cat .woocommerce ul.products li.product .rw-badge.top-ventas span,
    body.tax-product_cat .woocommerce ul.products li.product .rw-badge.novedad span,
    body.tax-product_cat .woocommerce ul.products li.product .badge-descuento,
    body.tax-product_tag .woocommerce ul.products li.product .rw-badge.top-ventas span,
    body.tax-product_tag .woocommerce ul.products li.product .rw-badge.novedad span,
    body.tax-product_tag .woocommerce ul.products li.product .badge-descuento,
    body.home .woocommerce ul.products li.product .rw-badge.top-ventas span,
    body.home .woocommerce ul.products li.product .rw-badge.novedad span,
    body.home .woocommerce ul.products li.product .badge-descuento,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-badge.top-ventas span,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-badge.novedad span,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .badge-descuento,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-badge.top-ventas span,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-badge.novedad span,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .badge-descuento,
    body.single-product .woocommerce .related ul.products li.product .rw-badge.top-ventas span,
    body.single-product .woocommerce .related ul.products li.product .rw-badge.novedad span,
    body.single-product .woocommerce .related ul.products li.product .badge-descuento,
    body.single-product .woocommerce .upsells ul.products li.product .rw-badge.top-ventas span,
    body.single-product .woocommerce .upsells ul.products li.product .rw-badge.novedad span,
    body.single-product .woocommerce .upsells ul.products li.product .badge-descuento {
        font-size: 10px;
        line-height: 1.2;
        padding: 3px 7px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .badge-descuento span,
    body.tax-product_cat .woocommerce ul.products li.product .badge-descuento span,
    body.tax-product_tag .woocommerce ul.products li.product .badge-descuento span,
    body.home .woocommerce ul.products li.product .badge-descuento span,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .badge-descuento span,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .badge-descuento span,
    body.single-product .woocommerce .related ul.products li.product .badge-descuento span,
    body.single-product .woocommerce .upsells ul.products li.product .badge-descuento span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        padding-right: 0;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .top-product-section,
    body.tax-product_cat .woocommerce ul.products li.product .top-product-section,
    body.tax-product_tag .woocommerce ul.products li.product .top-product-section,
    body.home .woocommerce ul.products li.product .top-product-section,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .top-product-section,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .top-product-section,
    body.single-product .woocommerce .related ul.products li.product .top-product-section,
    body.single-product .woocommerce .upsells ul.products li.product .top-product-section {
        aspect-ratio: 1 / 0.9;
        padding: 6px 10px 0 !important;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .image-wrapper img,
    body.tax-product_cat .woocommerce ul.products li.product .image-wrapper img,
    body.tax-product_tag .woocommerce ul.products li.product .image-wrapper img,
    body.home .woocommerce ul.products li.product .image-wrapper img,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .image-wrapper img,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .image-wrapper img,
    body.single-product .woocommerce .related ul.products li.product .image-wrapper img,
    body.single-product .woocommerce .upsells ul.products li.product .image-wrapper img {
        max-width: 88%;
        max-height: 88%;
    }

    body.post-type-archive-product .woocommerce ul.products li.product a.product-category.product-info,
    body.tax-product_cat .woocommerce ul.products li.product a.product-category.product-info,
    body.tax-product_tag .woocommerce ul.products li.product a.product-category.product-info,
    body.home .woocommerce ul.products li.product a.product-category.product-info,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product a.product-category.product-info,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product a.product-category.product-info,
    body.single-product .woocommerce .related ul.products li.product a.product-category.product-info,
    body.single-product .woocommerce .upsells ul.products li.product a.product-category.product-info {
        padding: 8px 10px 10px !important;
    }

    body.post-type-archive-product .woocommerce ul.products li.product h6,
    body.tax-product_cat .woocommerce ul.products li.product h6,
    body.tax-product_tag .woocommerce ul.products li.product h6,
    body.home .woocommerce ul.products li.product h6,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product h6,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product h6,
    body.single-product .woocommerce .related ul.products li.product h6,
    body.single-product .woocommerce .upsells ul.products li.product h6 {
        margin: 0 0 8px;
        font-size: 13px;
        line-height: 1.25;
        min-height: 2.5em;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-product-short-description ul,
    body.tax-product_cat .woocommerce ul.products li.product .rw-product-short-description ul,
    body.tax-product_tag .woocommerce ul.products li.product .rw-product-short-description ul,
    body.home .woocommerce ul.products li.product .rw-product-short-description ul,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-product-short-description ul,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-product-short-description ul,
    body.single-product .woocommerce .related ul.products li.product .rw-product-short-description ul,
    body.single-product .woocommerce .upsells ul.products li.product .rw-product-short-description ul {
        margin-top: 0;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-product-short-description li,
    body.tax-product_cat .woocommerce ul.products li.product .rw-product-short-description li,
    body.tax-product_tag .woocommerce ul.products li.product .rw-product-short-description li,
    body.home .woocommerce ul.products li.product .rw-product-short-description li,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-product-short-description li,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-product-short-description li,
    body.single-product .woocommerce .related ul.products li.product .rw-product-short-description li,
    body.single-product .woocommerce .upsells ul.products li.product .rw-product-short-description li {
        padding-left: 16px;
        font-size: 11px;
        line-height: 1.35;
        margin-bottom: 0;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-product-short-description li::before,
    body.tax-product_cat .woocommerce ul.products li.product .rw-product-short-description li::before,
    body.tax-product_tag .woocommerce ul.products li.product .rw-product-short-description li::before,
    body.home .woocommerce ul.products li.product .rw-product-short-description li::before,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-product-short-description li::before,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-product-short-description li::before,
    body.single-product .woocommerce .related ul.products li.product .rw-product-short-description li::before,
    body.single-product .woocommerce .upsells ul.products li.product .rw-product-short-description li::before {
        top: 2px;
        width: 10px;
        height: 10px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-product-short-description li:first-child,
    body.tax-product_cat .woocommerce ul.products li.product .rw-product-short-description li:first-child,
    body.tax-product_tag .woocommerce ul.products li.product .rw-product-short-description li:first-child,
    body.home .woocommerce ul.products li.product .rw-product-short-description li:first-child,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-product-short-description li:first-child,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-product-short-description li:first-child,
    body.single-product .woocommerce .related ul.products li.product .rw-product-short-description li:first-child,
    body.single-product .woocommerce .upsells ul.products li.product .rw-product-short-description li:first-child {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-product-short-description li:not(:first-child),
    body.tax-product_cat .woocommerce ul.products li.product .rw-product-short-description li:not(:first-child),
    body.tax-product_tag .woocommerce ul.products li.product .rw-product-short-description li:not(:first-child),
    body.home .woocommerce ul.products li.product .rw-product-short-description li:not(:first-child),
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-product-short-description li:not(:first-child),
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-product-short-description li:not(:first-child),
    body.single-product .woocommerce .related ul.products li.product .rw-product-short-description li:not(:first-child),
    body.single-product .woocommerce .upsells ul.products li.product .rw-product-short-description li:not(:first-child) {
        display: none;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .price,
    body.tax-product_cat .woocommerce ul.products li.product .price,
    body.tax-product_tag .woocommerce ul.products li.product .price,
    body.home .woocommerce ul.products li.product .price,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .price,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .price,
    body.single-product .woocommerce .related ul.products li.product .price,
    body.single-product .woocommerce .upsells ul.products li.product .price {
        margin-top: 8px !important;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .price ins bdi,
    body.tax-product_cat .woocommerce ul.products li.product .price ins bdi,
    body.tax-product_tag .woocommerce ul.products li.product .price ins bdi,
    body.home .woocommerce ul.products li.product .price ins bdi,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .price ins bdi,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .price ins bdi,
    body.single-product .woocommerce .related ul.products li.product .price ins bdi,
    body.single-product .woocommerce .upsells ul.products li.product .price ins bdi {
        font-size: 20px;
        line-height: 1.2;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .price del bdi,
    body.tax-product_cat .woocommerce ul.products li.product .price del bdi,
    body.tax-product_tag .woocommerce ul.products li.product .price del bdi,
    body.home .woocommerce ul.products li.product .price del bdi,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .price del bdi,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .price del bdi,
    body.single-product .woocommerce .related ul.products li.product .price del bdi,
    body.single-product .woocommerce .upsells ul.products li.product .price del bdi {
        font-size: 13px;
        line-height: 1.2;
        margin-left: 6px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-add-to-cart-listing,
    body.tax-product_cat .woocommerce ul.products li.product .rw-add-to-cart-listing,
    body.tax-product_tag .woocommerce ul.products li.product .rw-add-to-cart-listing,
    body.home .woocommerce ul.products li.product .rw-add-to-cart-listing,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-add-to-cart-listing,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-add-to-cart-listing,
    body.single-product .woocommerce .related ul.products li.product .rw-add-to-cart-listing,
    body.single-product .woocommerce .upsells ul.products li.product .rw-add-to-cart-listing {
        padding: 8px 10px 10px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body.tax-product_cat .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body.tax-product_tag .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body.home .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body.single-product .woocommerce .related ul.products li.product .rw-add-to-cart-listing a,
    body.single-product .woocommerce .upsells ul.products li.product .rw-add-to-cart-listing a {
        width: 100%;
        min-height: 34px;
        padding: 8px 10px !important;
        font-size: 10px;
        line-height: 1.2 !important;
        text-align: center;
    }
}

@media only screen and (max-width: 430px) {
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products,
    body.home .woocommerce ul.products,
    body .elementor-widget-woocommerce-products .woocommerce ul.products,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products,
    body.single-product .woocommerce .related ul.products,
    body.single-product .woocommerce .upsells ul.products {
        column-gap: 10px;
        row-gap: 10px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-badges,
    body.tax-product_cat .woocommerce ul.products li.product .rw-badges,
    body.tax-product_tag .woocommerce ul.products li.product .rw-badges,
    body.home .woocommerce ul.products li.product .rw-badges,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-badges,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-badges,
    body.single-product .woocommerce .related ul.products li.product .rw-badges,
    body.single-product .woocommerce .upsells ul.products li.product .rw-badges {
        padding: 10px 8px 0;
        min-height: 52px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-badge.disponible svg,
    body.tax-product_cat .woocommerce ul.products li.product .rw-badge.disponible svg,
    body.tax-product_tag .woocommerce ul.products li.product .rw-badge.disponible svg,
    body.home .woocommerce ul.products li.product .rw-badge.disponible svg,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-badge.disponible svg,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-badge.disponible svg,
    body.single-product .woocommerce .related ul.products li.product .rw-badge.disponible svg,
    body.single-product .woocommerce .upsells ul.products li.product .rw-badge.disponible svg {
        width: 66px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-first-badge-row,
    body.tax-product_cat .woocommerce ul.products li.product .rw-first-badge-row,
    body.tax-product_tag .woocommerce ul.products li.product .rw-first-badge-row,
    body.home .woocommerce ul.products li.product .rw-first-badge-row,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-first-badge-row,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-first-badge-row,
    body.single-product .woocommerce .related ul.products li.product .rw-first-badge-row,
    body.single-product .woocommerce .upsells ul.products li.product .rw-first-badge-row {
        gap: 5px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-second-badge-row,
    body.tax-product_cat .woocommerce ul.products li.product .rw-second-badge-row,
    body.tax-product_tag .woocommerce ul.products li.product .rw-second-badge-row,
    body.home .woocommerce ul.products li.product .rw-second-badge-row,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-second-badge-row,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-second-badge-row,
    body.single-product .woocommerce .related ul.products li.product .rw-second-badge-row,
    body.single-product .woocommerce .upsells ul.products li.product .rw-second-badge-row,
    body.post-type-archive-product .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.tax-product_cat .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.tax-product_tag .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.home .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.single-product .woocommerce .related ul.products li.product .rw-second-badge-row .rw-badge-group-left,
    body.single-product .woocommerce .upsells ul.products li.product .rw-second-badge-row .rw-badge-group-left {
        gap: 5px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .top-product-section,
    body.tax-product_cat .woocommerce ul.products li.product .top-product-section,
    body.tax-product_tag .woocommerce ul.products li.product .top-product-section,
    body.home .woocommerce ul.products li.product .top-product-section,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .top-product-section,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .top-product-section,
    body.single-product .woocommerce .related ul.products li.product .top-product-section,
    body.single-product .woocommerce .upsells ul.products li.product .top-product-section {
        padding: 4px 8px 0 !important;
    }

    body.post-type-archive-product .woocommerce ul.products li.product a.product-category.product-info,
    body.tax-product_cat .woocommerce ul.products li.product a.product-category.product-info,
    body.tax-product_tag .woocommerce ul.products li.product a.product-category.product-info,
    body.home .woocommerce ul.products li.product a.product-category.product-info,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product a.product-category.product-info,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product a.product-category.product-info,
    body.single-product .woocommerce .related ul.products li.product a.product-category.product-info,
    body.single-product .woocommerce .upsells ul.products li.product a.product-category.product-info {
        padding: 8px 8px 10px !important;
    }

    body.post-type-archive-product .woocommerce ul.products li.product h6,
    body.tax-product_cat .woocommerce ul.products li.product h6,
    body.tax-product_tag .woocommerce ul.products li.product h6,
    body.home .woocommerce ul.products li.product h6,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product h6,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product h6,
    body.single-product .woocommerce .related ul.products li.product h6,
    body.single-product .woocommerce .upsells ul.products li.product h6 {
        font-size: 12px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-product-short-description li,
    body.tax-product_cat .woocommerce ul.products li.product .rw-product-short-description li,
    body.tax-product_tag .woocommerce ul.products li.product .rw-product-short-description li,
    body.home .woocommerce ul.products li.product .rw-product-short-description li,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-product-short-description li,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-product-short-description li,
    body.single-product .woocommerce .related ul.products li.product .rw-product-short-description li,
    body.single-product .woocommerce .upsells ul.products li.product .rw-product-short-description li {
        font-size: 10px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .price ins bdi,
    body.tax-product_cat .woocommerce ul.products li.product .price ins bdi,
    body.tax-product_tag .woocommerce ul.products li.product .price ins bdi,
    body.home .woocommerce ul.products li.product .price ins bdi,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .price ins bdi,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .price ins bdi,
    body.single-product .woocommerce .related ul.products li.product .price ins bdi,
    body.single-product .woocommerce .upsells ul.products li.product .price ins bdi {
        font-size: 18px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .price del bdi,
    body.tax-product_cat .woocommerce ul.products li.product .price del bdi,
    body.tax-product_tag .woocommerce ul.products li.product .price del bdi,
    body.home .woocommerce ul.products li.product .price del bdi,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .price del bdi,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .price del bdi,
    body.single-product .woocommerce .related ul.products li.product .price del bdi,
    body.single-product .woocommerce .upsells ul.products li.product .price del bdi {
        font-size: 12px;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body.tax-product_cat .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body.tax-product_tag .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body.home .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body .elementor-widget-woocommerce-products .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products li.product .rw-add-to-cart-listing a,
    body.single-product .woocommerce .related ul.products li.product .rw-add-to-cart-listing a,
    body.single-product .woocommerce .upsells ul.products li.product .rw-add-to-cart-listing a {
        font-size: 9px;
    }
}

@media only screen and (max-width: 349px) {
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products,
    body.home .woocommerce ul.products,
    body .elementor-widget-woocommerce-products .woocommerce ul.products,
    body .elementor-widget-woocommerce-product-related .woocommerce ul.products,
    body.single-product .woocommerce .related ul.products,
    body.single-product .woocommerce .upsells ul.products {
        grid-template-columns: 1fr;
    }

    body .page_header .elementor-widget-icon {
        display: none !important;
    }
}

/** auditoria general responsive y limpieza visual */

body {
    overflow-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

body .cmplz-cookiebanner {
    width: min(360px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(7, 17, 44, .18);
}

body .cmplz-cookiebanner .cmplz-body {
    max-height: min(56vh, 520px);
    overflow: auto;
}

body .cmplz-cookiebanner .cmplz-message,
body .cmplz-cookiebanner .cmplz-description,
body .cmplz-cookiebanner .cmplz-links {
    font-size: 13px;
    line-height: 1.5;
}

body .cmplz-cookiebanner .cmplz-buttons {
    gap: 10px;
}

body .cmplz-cookiebanner .cmplz-btn {
    min-height: 44px;
    border-radius: 8px;
}

body #chat-zendesk,
body iframe[id*="launcher"],
body iframe[title*="chat"],
body iframe[title*="Chat"] {
    z-index: 9997 !important;
}

body .rw-elementor-banner {
    overflow: hidden;
}

body .rw-elementor-banner .contenedor-oferta-categoria {
    border-radius: 12px;
    overflow: hidden;
}

body .rw-elementor-banner .banner-oferta-titulo p,
body .rw-elementor-banner .banner-oferta-precio p,
body .rw-elementor-banner .banner-oferta-precio-rebajado p {
    overflow-wrap: anywhere;
}

body .home .elementor-widget-woocommerce-product-related .products,
body .home .woocommerce ul.products {
    align-items: stretch;
}

body .home .swiper,
body .home .swiper-wrapper,
body .home .swiper-slide {
    box-sizing: border-box;
}

body .single-product .single-product-meta-section > .e-con-inner {
    align-items: flex-start;
    gap: 40px;
}

body .single-product .woocommerce-product-gallery {
    max-width: 100%;
}

body .single-product .woocommerce-product-gallery__wrapper img {
    border-radius: 10px;
}

body .single-product .woocommerce-tabs {
    margin-top: 16px;
}

body .single-product .woocommerce-tabs .panel,
body .single-product .rw-especificaciones,
body .single-product .tc-extra-product-options {
    overflow: hidden;
}

body .single-product .related.products ul.products li.product {
    height: 100%;
}

body .single-product .related.products ul.products li.product .rw-add-to-cart-listing {
    margin-top: auto;
}

@media only screen and (max-width: 1024px) {
    body .single-product .single-product-meta-section > .e-con-inner {
        gap: 24px;
    }

    body .single-product .woocommerce-tabs ul.tabs {
        flex-wrap: wrap !important;
        gap: 8px;
    }

    body .single-product .woocommerce-tabs ul.tabs li {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    body .cmplz-cookiebanner {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
        border-radius: 16px;
    }

    body .cmplz-cookiebanner .cmplz-body {
        max-height: 52vh;
    }

    body .cmplz-cookiebanner .cmplz-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    body #chat-zendesk,
    body iframe[id*="launcher"],
    body iframe[title*="chat"],
    body iframe[title*="Chat"] {
        bottom: 18px !important;
    }

    body .home .elementor-top-section,
    body .single-product .elementor-top-section {
        margin-bottom: 0;
    }

    body .rw-elementor-banner .contenedor-oferta-categoria {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body .rw-elementor-banner .contenedor-izquierda-oferta-categoria {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        gap: 8px;
    }

    body .rw-elementor-banner .banner-oferta-titulo p {
        font-size: 15px !important;
        line-height: 1.35 !important;
        margin-bottom: 8px !important;
    }

    body .rw-elementor-banner .banner-oferta-precio p {
        font-size: 28px !important;
        line-height: 1 !important;
    }

    body .rw-elementor-banner .banner-oferta-precio-rebajado p {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    body .rw-elementor-banner .contenedor-derecha-oferta-categoria,
    body .rw-elementor-banner .contenedor-derecha-oferta-categoria .elementor-widget-wrap,
    body .rw-elementor-banner .contenedor-derecha-oferta-categoria .elementor-widget-container {
        text-align: center !important;
    }

    body .rw-elementor-banner .contenedor-derecha-oferta-categoria img {
        max-width: 210px;
        margin: 0 auto;
    }

    body .rw-elementor-banner .contenedor-derecha-oferta-categoria p {
        font-size: 18px !important;
        line-height: 1.15 !important;
    }

    body .single-product .single-product-meta-section > .e-con-inner {
        gap: 18px;
    }

    body .single-product .woocommerce-product-gallery {
        margin-bottom: 8px;
    }

    body .single-product .woocommerce-tabs ul.tabs {
        gap: 4px;
        margin-bottom: 12px !important;
    }

    body .single-product .woocommerce-tabs ul.tabs li {
        padding: 8px 10px !important;
        font-size: 14px !important;
    }

    body .single-product .woocommerce-tabs .panel {
        padding: 14px !important;
    }

    body .single-product .tm-extra-product-options-totals .woocommerce-Price-amount {
        font-size: 34px !important;
    }

    body .single-product .tmcp-field-wrap-inner {
        gap: 10px;
    }

    body .single-product .related.products ul.products {
        margin-top: 12px;
    }

    body .single-product .related.products ul.products li.product {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 599px) {
    body .cmplz-cookiebanner {
        left: 12px !important;
        right: 12px !important;
        bottom: 12px !important;
        width: auto;
        max-width: none;
    }

    body .cmplz-cookiebanner .cmplz-header,
    body .cmplz-cookiebanner .cmplz-body,
    body .cmplz-cookiebanner .cmplz-buttons,
    body .cmplz-cookiebanner .cmplz-documents {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body .cmplz-cookiebanner .cmplz-message,
    body .cmplz-cookiebanner .cmplz-description,
    body .cmplz-cookiebanner .cmplz-links {
        font-size: 12px;
    }

    body .cmplz-cookiebanner .cmplz-category summary {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    body .rw-elementor-banner .contenedor-oferta-categoria {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .rw-elementor-banner .contenedor-izquierda-oferta-categoria {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    body .rw-elementor-banner .banner-oferta-titulo p {
        font-size: 13px !important;
    }

    body .rw-elementor-banner .banner-oferta-precio p {
        font-size: 20px !important;
    }

    body .rw-elementor-banner .banner-oferta-precio-rebajado p {
        font-size: 13px !important;
    }

    body .rw-elementor-banner .contenedor-derecha-oferta-categoria p {
        font-size: 14px !important;
    }

    body .home .elementor-widget-text-editor p,
    body .home .elementor-heading-title,
    body .home h2,
    body .home h3 {
        overflow-wrap: anywhere;
    }

    body .single-product .product_title,
    body .single-product h1.product_title,
    body .single-product .elementor-heading-title {
        overflow-wrap: anywhere;
    }

    body .single-product .woocommerce-product-gallery__wrapper img {
        max-height: 300px;
        object-fit: contain;
    }

    body .single-product .tm-extra-product-options-totals .woocommerce-Price-amount {
        font-size: 28px !important;
    }

    body .single-product .tc-label-text,
    body .single-product .tc-epo-style-space,
    body .single-product .rw-especificaciones td {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    body .single-product .rw-especificaciones {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body .single-product .rw-especificaciones table,
    body .single-product table.shop_attributes {
        min-width: 560px;
    }
}

@media only screen and (max-width: 430px) {

    body .rw-elementor-banner .banner-oferta-titulo p {
        font-size: 12px !important;
    }

    body .rw-elementor-banner .banner-oferta-precio p {
        font-size: 18px !important;
    }

    body .rw-elementor-banner .contenedor-derecha-oferta-categoria img {
        max-width: 170px;
    }

    body .single-product .woocommerce-tabs ul.tabs li {
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width: 419px) {
    body .elementor-15188 .elementor-element.elementor-element-6408bdb {
        --width: auto;
        width: auto !important;
        flex: 1 1 auto;
        justify-content: flex-start;
    }

    body .elementor-15188 .elementor-element.elementor-element-b0b4fc1,
    body .elementor-15188 .elementor-element.elementor-element-37ea0ba {
        --width: auto;
        width: auto !important;
        flex: 0 0 auto;
    }

    body .elementor-15188 .elementor-element.elementor-element-6b97d27 img {
        width: 165px !important;
        max-width: 165px !important;
    }

    body .page_header .elementor-element-76f27f66 > .e-con-inner {
        gap: 7px;
        flex-wrap: nowrap;
    }

    body .page_header #header-menu,
    body .page_header .elementor-widget-search,
    body .page_header .elementor-widget-icon,
    body .page_header .elementor-widget-woocommerce-menu-cart {
        width: auto !important;
        min-width: 0;
        flex: 0 0 auto;
    }

    body .page_header .elementor-widget-image {
        min-width: 0;
        flex: 1 1 auto;
        padding-left: 8px;
    }

    body .page_header #header-menu .elementor-menu-toggle,
    body .page_header .elementor-widget-search .e-search-label,
    body .page_header .elementor-widget-icon .elementor-icon,
    body .page_header .elementor-menu-cart__toggle_button {
        padding: 0 !important;
        min-width: auto !important;
    }

    body .page_header .elementor-widget-search .e-search-label svg,
    body .page_header .elementor-widget-icon .elementor-icon svg,
    body .page_header .elementor-menu-cart__toggle_button .elementor-button-icon svg,
    body .page_header #header-menu .elementor-menu-toggle svg {
        width: 22px;
        height: 22px;
    }

    body .page_header .elementor-widget-search {
        margin-left: 2px;
    }

    body .page_header .elementor-menu-cart__toggle_button .elementor-button-text {
        display: none;
    }

    body .page_header .elementor-menu-cart__toggle_button .elementor-button-icon-qty {
        top: -7px;
        right: -8px;
    }
}

@media only screen and (max-width: 410px) {
    body .elementor-15188 .elementor-element.elementor-element-6b97d27 img {
        width: 156px !important;
        max-width: 156px !important;
    }

    body .page_header .elementor-element-76f27f66 > .e-con-inner {
        gap: 6px;
    }

    body .page_header .elementor-widget-image img {
        max-width: 156px;
        width: 100%;
        height: auto;
        display: block;
    }

    body .page_header .elementor-widget-search .e-search-label svg,
    body .page_header .elementor-widget-icon .elementor-icon svg,
    body .page_header .elementor-menu-cart__toggle_button .elementor-button-icon svg,
    body .page_header #header-menu .elementor-menu-toggle svg {
        width: 21px;
        height: 21px;
    }
}

@media only screen and (max-width: 389px) {
    body .elementor-15188 .elementor-element.elementor-element-6b97d27 img {
        width: 148px !important;
        max-width: 148px !important;
    }

    body .page_header .elementor-widget-image img {
        max-width: 148px;
    }
}

@media only screen and (max-width: 369px) {
    body .elementor-15188 .elementor-element.elementor-element-6b97d27 img {
        width: 138px !important;
        max-width: 138px !important;
    }

    body .page_header .elementor-element-76f27f66 > .e-con-inner {
        gap: 4px;
    }

    body .page_header .elementor-widget-image {
        padding-left: 0;
    }

    body .page_header .elementor-widget-image img {
        max-width: 138px;
    }

    body .page_header .elementor-widget-icon {
        display: none !important;
    }
}

@media only screen and (max-width: 359px) {
    body .page_header .elementor-element-76f27f66 > .e-con-inner {
        gap: 6px;
    }

    body .elementor-15188 .elementor-element.elementor-element-6b97d27 img {
        width: 138px !important;
        max-width: 138px !important;
    }

    body .page_header .elementor-widget-image img {
        max-width: 138px;
    }

    body .page_header .elementor-widget-search .e-search-label svg,
    body .page_header .elementor-widget-icon .elementor-icon svg,
    body .page_header .elementor-menu-cart__toggle_button .elementor-button-icon svg,
    body .page_header #header-menu .elementor-menu-toggle svg {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 340px) {
    body .elementor-15188 .elementor-element.elementor-element-6408bdb {
        min-width: 0;
    }

    body .elementor-15188 .elementor-element.elementor-element-6b97d27 img {
        width: 112px !important;
        max-width: 112px !important;
    }

    body .page_header .elementor-element-76f27f66 > .e-con-inner {
        gap: 3px;
    }

    body .page_header .elementor-widget-image {
        padding-left: 0;
    }

    body .page_header .elementor-widget-image img {
        max-width: 112px;
    }

    body .page_header .elementor-widget-search .e-search-label svg,
    body .page_header .elementor-widget-icon .elementor-icon svg,
    body .page_header .elementor-menu-cart__toggle_button .elementor-button-icon svg,
    body .page_header #header-menu .elementor-menu-toggle svg {
        width: 18px;
        height: 18px;
    }

    body .page_header .elementor-menu-cart__toggle_button .elementor-button-icon-qty {
        top: -6px;
        right: -7px;
    }
}

@media only screen and (max-width: 320px) {
    body .elementor-15188 .elementor-element.elementor-element-6b97d27 img {
        width: 104px !important;
        max-width: 104px !important;
    }

    body .page_header .elementor-element-76f27f66 > .e-con-inner {
        gap: 2px;
    }

    body .page_header .elementor-widget-image {
        padding-left: 0;
    }

    body .page_header .elementor-widget-image img {
        max-width: 104px;
    }

    body .page_header .elementor-widget-search .e-search-label svg,
    body .page_header .elementor-widget-icon .elementor-icon svg,
    body .page_header .elementor-menu-cart__toggle_button .elementor-button-icon svg,
    body .page_header #header-menu .elementor-menu-toggle svg {
        width: 18px;
        height: 18px;
    }
}

/** produccion: landing reacondicionados page 35142 */
body.page-id-35142 .breadcrumb {
    display: none !important;
}

body.page-id-35142 .elementor-element.elementor-element-685db1c .elementor-heading-title,
body.page-id-35142 .elementor-element.elementor-element-06d02fe .elementor-heading-title,
body.page-id-35142 .elementor-element.elementor-element-8f7aba3 .elementor-heading-title,
body.page-id-35142 .elementor-element.elementor-element-3d9def9 .elementor-heading-title,
body.page-id-35142 .elementor-element.elementor-element-a4e030e .elementor-heading-title,
body.page-id-35142 .elementor-element.elementor-element-73f6934 .elementor-heading-title,
body.page-id-35142 .elementor-element.elementor-element-591b4c6 .elementor-heading-title,
body.page-id-35142 .elementor-element.elementor-element-1472154 .elementor-heading-title {
    color: #07112C;
}

body.page-id-35142 .elementor-element.elementor-element-f8332d8,
body.page-id-35142 .elementor-element.elementor-element-e2f476c,
body.page-id-35142 .elementor-element.elementor-element-4400389,
body.page-id-35142 .elementor-element.elementor-element-0b1d8c7,
body.page-id-35142 .elementor-element.elementor-element-03ee074,
body.page-id-35142 .elementor-element.elementor-element-1f5aae6,
body.page-id-35142 .elementor-element.elementor-element-8703e0c,
body.page-id-35142 .elementor-element.elementor-element-ac993b8,
body.page-id-35142 .elementor-element.elementor-element-b7040be,
body.page-id-35142 .elementor-element.elementor-element-d8dd68e,
body.page-id-35142 .elementor-element.elementor-element-b532c03 {
    color: #07112C;
}

body.page-id-35142 .elementor-element.elementor-element-e5d9645:not(.elementor-motion-effects-element-type-background),
body.page-id-35142 .elementor-element.elementor-element-e5d9645 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.page-id-35142 .elementor-element.elementor-element-ea18a91:not(.elementor-motion-effects-element-type-background),
body.page-id-35142 .elementor-element.elementor-element-ea18a91 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.page-id-35142 .elementor-element.elementor-element-7d30f25:not(.elementor-motion-effects-element-type-background),
body.page-id-35142 .elementor-element.elementor-element-7d30f25 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.page-id-35142 .elementor-element.elementor-element-e34d045:not(.elementor-motion-effects-element-type-background),
body.page-id-35142 .elementor-element.elementor-element-e34d045 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.page-id-35142 .elementor-element.elementor-element-64209e5:not(.elementor-motion-effects-element-type-background),
body.page-id-35142 .elementor-element.elementor-element-64209e5 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.page-id-35142 .elementor-element.elementor-element-6756909:not(.elementor-motion-effects-element-type-background),
body.page-id-35142 .elementor-element.elementor-element-6756909 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #E9EEFB;
}

body.page-id-35142 .elementor-element.elementor-element-a8c75cb,
body.page-id-35142 .elementor-element.elementor-element-f9b4a9f,
body.page-id-35142 .elementor-element.elementor-element-d16e7d8,
body.page-id-35142 .elementor-element.elementor-element-bd64391,
body.page-id-35142 .elementor-element.elementor-element-9d25ee3,
body.page-id-35142 .elementor-element.elementor-element-bf65c19,
body.page-id-35142 .elementor-element.elementor-element-8d58db7,
body.page-id-35142 .elementor-element.elementor-element-f886d9e {
    box-shadow: 0 16px 36px rgba(7, 17, 44, .08);
}

body.page-id-35142 .elementor-element.elementor-element-a8c75cb,
body.page-id-35142 .elementor-element.elementor-element-f9b4a9f,
body.page-id-35142 .elementor-element.elementor-element-d16e7d8,
body.page-id-35142 .elementor-element.elementor-element-bd64391,
body.page-id-35142 .elementor-element.elementor-element-f886d9e {
    border-color: rgba(37, 155, 240, .16);
}

body.page-id-35142 .elementor-element.elementor-element-d46113c .elementor-button {
    background-color: #259BF0;
}

body.page-id-35142 .elementor-element.elementor-element-d46113c .elementor-button:hover,
body.page-id-35142 .elementor-element.elementor-element-d46113c .elementor-button:focus {
    background-color: #2453D4;
}

body.page-id-35142 .elementor-element.elementor-element-b532c03 li span {
    color: #16A34A !important;
}

body.page-id-35142 .elementor-element.elementor-element-39680bf .elementor-heading-title {
    color: #F8FAFC;
}

body.page-id-35142 .elementor-element.elementor-element-4e6615f,
body.page-id-35142 .elementor-element.elementor-element-4e6615f p,
body.page-id-35142 .elementor-element.elementor-element-4e6615f strong {
    color: rgba(248, 250, 252, .92);
}

body.page-id-35142 .elementor-element.elementor-element-d88a19d .elementor-button {
    background-color: rgba(255, 255, 255, .18);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, .22);
}

body.page-id-35142 .elementor-element.elementor-element-d88a19d .elementor-button:hover,
body.page-id-35142 .elementor-element.elementor-element-d88a19d .elementor-button:focus {
    background-color: #259BF0;
    color: #FFFFFF;
    border-color: #259BF0;
}

body.page-id-35142 .title_holder.qode-only-breadcrumbs-title {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-35142 .title_outer.title_without_animation,
body.page-id-35142 .title_outer.title_without_animation .title {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* topbar reacondicionado */
body .elementor-15188 .elementor-element.elementor-element-rwtopbar,
body .page_header .rw-reacondicionado-topbar-row {
    --width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 0 !important;
}

body .elementor-15188 .elementor-element.elementor-element-rwhtml01,
body .page_header .rw-reacondicionado-topbar-row > .elementor-widget,
body .elementor-15188 .elementor-element.elementor-element-rwhtml01 > .elementor-widget-container,
body .page_header .rw-reacondicionado-topbar-row > .elementor-widget .elementor-widget-container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    flex: 0 0 100%;
}

body .rw-reacondicionado-topbar {
    position: relative;
    z-index: 21;
    background: #1f7ccb;
    box-shadow: 0 14px 28px rgba(10, 27, 46, .14);
}

body .rw-reacondicionado-topbar__text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 14px 22px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

body .rw-reacondicionado-topbar__inline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    color: inherit !important;
    text-decoration: none;
    line-height: 0;
}

body .rw-reacondicionado-topbar__inline-link:hover,
body .rw-reacondicionado-topbar__inline-link:focus {
    opacity: .92;
    transform: translateX(1px);
}

body .rw-reacondicionado-topbar__inline-link svg {
    display: block;
    width: 30px;
    height: 30px;
}

body.page-id-35142 .title_outer.title_without_animation,
body.page-id-35142 .title_outer.title_without_animation .title,
body.page-id-35142 .title_holder.qode-only-breadcrumbs-title,
body.page-id-35142 .breadcrumb,
body.page-id-35142 .rw-reacondicionado-topbar-row {
    display: none !important;
}

body.page-id-35142 .title_outer.title_without_animation,
body.page-id-35142 .title_outer.title_without_animation .title,
body.page-id-35142 .title_holder.qode-only-breadcrumbs-title {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media only screen and (max-width: 767px) {
    body .rw-reacondicionado-topbar__text {
        padding: 12px 14px;
        font-size: 15px;
        gap: 10px;
    }
}

@media only screen and (max-width: 599px) {
    body .rw-reacondicionado-topbar__text {
        padding: 10px 12px;
        font-size: 14px;
        gap: 8px;
    }

    body .rw-reacondicionado-topbar__inline-link {
        width: 26px;
        height: 26px;
        min-height: 26px;
    }

    body .rw-reacondicionado-topbar__inline-link svg {
        width: 26px;
        height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    html,
    body.single-product {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    body.single-product {
        touch-action: pan-y;
    }

    body.single-product .wrapper,
    body.single-product .wrapper_inner,
    body.single-product .content,
    body.single-product .content_inner,
    body.single-product .full_width,
    body.single-product .elementor,
    body.single-product .e-con,
    body.single-product .e-con-inner {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
}

