<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Productos categorÃ­a imagenes grid */
/* Set the image widths */
#products-container-all {
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#menu_lateral {
    min-width: 285px;
    margin-right: 0px !important;
}

#product-benefits {
    width: 90%;
    max-width: 1380px;
    padding: 69px 0;
}

#product-benefits .et_pb_column {
    margin-right: 0px !important;
}

#product-benefits img {
    aspect-ratio: 3 / 2;
}

@media (min-width: 981px) {
    #product-benefits .et_pb_column {
        width: 50%;
    }
}

#seeMoreFilters {
    display: none;
}

#products-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 90%;
}

.archive .upperUSP-item div {
    width: 50%;
    float: left;
}

.archive .upperUSP-item .text {
    padding: 0 50px;
}

.upperUSP-item .__image img {
    border-radius: 0px !important;
}

.archive .upperUSP-item .text h2 {
    font-size: 34px !important;
    color: #000 !important;
}

.archive .upperUSP-item .text h3 {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 400;
}

.archive .upperUSP-item .text h2:nth-child(2) {
    margin-top: 22px;
}

.product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.archive .product-list .product-cat-img,
#product-related-products-slider .product-cat-img,
#product-accesories-slider .product-cat-img {
    padding-top: 10px;
    padding-bottom: 5px;
}

@media (max-width: 450px) {
    .product_grid {
        float: none !important;
        width: 100% !important;
    }

    .et_pb_portfolio_grid .et_pb_portfolio_item {
        margin-left: 0px !important;
    }

    .product-list {
        grid-template-columns: 1fr;
    }

    .product-list-colors {
        float: left !important;
    }

    .teka-button {
        float: right;
        margin-top: -38px !important;
    }
}

.collapsed {
    display: none;
}

.type-of-appliance input[type=radio] {
    -webkit-appearance: button;
}

#productos-header {
    height: 600px;
    position: relative;
}

#productos-header #products-header-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

#productos-header #productos-header-title {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 1;
    left: 0;
}

#productos-header #productos-header-title h1 {
    color: #ffffff;
}

.hero-wrapper .__inner {
    position: relative;
    height: 100%;
}

.hero-wrapper .__inner .bg_image {
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-wrapper .__inner .hero-text {}

.hero-wrapper .__inner .hero-text.__absolute {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.et_pb_section {
    background-color: #FFF;
}

@media (max-width: 980px) {
    .et_pb_column .et_pb_module {
        margin-bottom: 10px;
    }

    .et_pb_portfolio_grid .et_pb_portfolio_item {
        margin-right: 0px !important;
    }

    #products-container {
        flex-direction: column !important;
    }

    .underUSP-wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .archive .upperUSP-item .text {
        padding: 0;
        margin-top: 2em;
    }

    .archive .upperUSP-item div {
        width: 100%;
        padding: 0 !important;
    }
}</pre></body></html>