<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*!
----------------------------------------------------------------------------------------------------
* Important! - To edit this CSS, you must use the SCSS source file.

* Resilient 3.4.0
* ivan@vicom.mx
----------------------------------------------------------------------------------------------------
*/
@media screen and (min-width:1024px) {
    body:not(.landing--underwear) .products-slider__wrapper {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media screen and (min-width:1024px) {
    .product-list__controls {
        display: none
    }
}

.product-list&gt;h2 {
    font-size: 1.75em;
    padding-bottom: 0.2em;
    color: #000000;
    text-transform: uppercase
}

.product-list p {
    margin-bottom: 20px
}

.seo-tittle {
    font-size: 14px;
    font-family: "Klein Web Medium", sans-serif;
    font-weight: 500;
    white-space: initial;
    text-transform: uppercase;
    color: #000;
    line-height: 25px
}

.seo-description {
    font-size: 14px;
    font-weight: 400;
    font-family: "Klein Web Regular", sans-serif;
    white-space: initial;
    color: #666;
    line-height: 20px;
    text-align: justify
}

.seo-description-container {
    padding-top: 50px;
    padding-bottom: 50px
}

@media screen and (min-width:1024px) {
    .seo-description-container {
        padding-left: 150px;
        padding-right: 150px
    }
}

.container-seo_title {
    font-size: 14px;
    font-family: "Klein Web Medium", sans-serif;
    font-weight: 500;
    white-space: initial;
    text-transform: uppercase;
    color: #000;
    line-height: 25px;
    padding-left: 0 !important;
}

.container-seo_legends {
    color: #666666;
    font-family: "Klein Web Medium",sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding-left: 0 !important;
    text-align: justify;
}

a.link_seo {
    text-decoration: underline;
}</pre></body></html>