<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 175:28 Unexpected "'.change'"

**/
.main {
    margin-top: var(--space-top);
}

.collection__container {
    padding-top: var(--space-collection);
}

.shplft-cart.active {
    height: calc(100vh - var(--space-top));
    height: calc(100svh - var(--space-top));
    overflow: visible;
    max-height: none;
}

.shpflt-cart__container.active {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 9;
    top: var(--space-top);
}

.shpflt-site-header__promo__span a {
    text-decoration: underline;
    font-weight: bold;
}

.shpflt-countdown-time__time {
    font-size: 16px;
    font-weight: bold;
    font-family: monospace;
}

.shpflt-site-header__promo__span {
    text-align: left;
    padding-left: 14px;
}

.shpflt-site-header__container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.shpflt-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 50px;
}

.shpflt-site-header {
    position: relative;
    background: #ffffff;
}

.shpflt-header__logo a {
    display: block;
    text-align: center;
    margin: auto;
    z-index: 9;
}

.shpflt-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shpflt-header__right img {
    width: 15px;
}

.shpflt-header__right&gt;a,
.shpflt-header__right&gt;span {
    margin-right: 20px;
    cursor: pointer;
    height: 15px;
}

.shpflt-header__right__wishlist img {
    display: none;
    width: 20px;
    height: 20px;
}

.shpflt-header__right__cart {
    background: url('/cdn/shop/files/cart.svg?v=1749816047');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.shpflt-header__right__lg {
    margin-right: 24px;
    height: 20px;
    padding-top: 6px;
    display: flex;
}

.shpflt-header__logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.shpflt-header__menu {
    display: flex;
    align-items: center;
}

.shpflt-menu__icon {
    margin-right: 32px;
    z-index: 1;
    display: inherit;
    width: 20px;
    height: 20px;
}

.shpflt-featured {
    font-style: italic;
    margin: 20px 0;
}

.img--close {
    display: none;
}

.shpflt-menu__icon.change .img--close {
    display: inline;

}

.shpflt-menu__icon.change .img--black {
    display: none !important;
}

.shpflt-site-header {
    transition: all 0.3s ease;
}

@media (min-width: 991px) {
    .shpflt-site-header:hover .shpflt-header__right__cart {
        background: url('/cdn/shop/files/cart.svg?v=1749816047');
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .shpflt-site-header:hover .shpflt-menu__icon .shpflt-menu__icon--open.img--white {
        display: none;
    }

    .shpflt-site-header:not('.change'):hover .shpflt-menu__icon .shpflt-menu__icon--open.img--black {
        display: block;
    }

}

.shpflt-site-header .img--white {
    display: none;
}

/* MÃģvil */

.shpflt-sidenav {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #ffffff;
    opacity: 0;
    display: block;
    transition: 0.3s ease-out all;
    width: 25%;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    transform: translateX(-100%);
}

.shpflt-sidenav__parent__childs {
    background: #F5F5F5;
}

.shpflt-menu__icon.shpflt-sidenav--close {
    position: absolute;
    right: 0;
    padding: 10px;
}

li.shpflt-sidenav__parent__item {
    margin: 0;
}

.shpflt-sidenav__parent__item.shpflt-bold {
    margin: 15px 0;
}

.shpflt-sidenav__parent__childs__container {
    background: #fff;
}

.shpflt-sidenav__parent__child {
    display: block;
    padding: 4px 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.shpflt-sidenav__parent__child svg {
    position: absolute;
    right: 15px;
    top: 12px;
}

.shpflt-sidenav__parent__childs__parent {
    list-style: none;
    margin: 0;
}

.shpflt-sidenav__parent__childs__parent__childs {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
}

span.shpflt-sidenav__parent__child {
    text-transform: uppercase;
    color: #000;
}

span.shpflt-sidenav__parent__child:after {
    content: '';
    position: absolute;
    width: 85%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 20px;
}

.shpflt-sidenav__parent__childs__parent__childs__child {
    display: block;
    margin-bottom: 5px;
}

/* Search Box */

.shpflt-site-header__search {
    width: 100%;
    background: white;
    border-top: 1px solid #e8e9eb;
    border-bottom: 1px solid #e8e9eb;
    transition: all .35s cubic-bezier(.29, .63, .44, 1);
    opacity: 0;
    max-height: 0;
    display: none;
}

form.search-header.search {
    width: 100%;
    display: block;
    transition: all .35s cubic-bezier(.29, .63, .44, 1);
    padding: 0 30px 0 30px;
    position: relative;
}

.shpflt-site-header__search input {
    background-color: transparent;
    border-radius: 2px;
    color: #000;
    border-color: transparent;
    padding-right: calc(35em / 16);
    width: 100%;
    min-height: 44px;
    margin: 0;
}

.shpflt-site-header__search input::placeholder {
    color: #787878;
}

.search-header__submit {
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 0;
    padding: 0 12px;
    height: 100%;
    z-index: 1;
    background: none;
    border: none;
}

.search-header__submit img {
    width: 20px;
}

.shpflt-site-header__search.shpflt-active {
    opacity: 1;
    display: block;
    max-height: initial;
}

/* Desplegable */

.shpflt-sidenav__parent__childs__container.shpflt-dropdown {
    display: none;
    margin-bottom: 20px;
}

.shpflt-sidenav__child-link__tab {
    font-size: 10px;
    padding: 2px 8px;
}

/* Media Queries */

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


    .shpflt-header__logo__categories {
        display: none !important;
    }

    .shpflt-header__container {
        padding: 15px 20px;
        flex-direction: row;
    }

    .shpflt-header__logo {
        order: 2;
        padding-left: 0px;
    }

    .shpflt-header__right {
        order: 3;
    }

    .shpflt-menu__icon {
        display: block;
        margin-right: 48px;
    }

    .shpflt-menu__icon.change .shpflt-menu__icon--close {
        display: block;
    }

    .shpflt-menu__icon .shpflt-menu__icon--close {
        display: none;
    }

    .shpflt-menu__icon.change .shpflt-menu__icon--open {
        display: none !important;
    }

    .shpflt-menu__icon .shpflt-menu__icon--open {
        display: block;
    }

    .shpflt-menu {
        display: none;
    }

    .shpflt-header__right&gt;a,
    .shpflt-header__right&gt;span {
        margin-right: 10px;
    }

    .shpflt-header__right img {
        width: 15px;
    }

    .shpflt-header__right__wishlist img {
        display: none;
        width: 20px;
        height: 20px;
    }

    .shpflt-header__right__cart {
        width: 20px;
        height: 20px;
    }

    .shpflt-header__right__cart span {
        font-size: 8px;
    }

    .shpflt-site-header__search {
        display: none;
    }

    .shpflt-site-header .img--white {
        display: none;
    }

    form.search-header.search {
        padding: 0px 5px;
        z-index: 999;
    }

    form.search-header.search input[type="search"] {
        width: 80%;
        border: none;
        border-radius: 0;
        padding-top: 10px;
    }

    .search-header__submit {
        right: 10px;
    }

    .search-header__submit img {
        width: 18px;
        height: 18px;
    }

    .shpflt-sidenav.shpflt-show {
        width: 100%;
    }

    .shpflt-header__right__lg {
        display: none;
    }

    .shpflt-sidenav__parent__child {
        padding: 4px 40px;
        font-size: 12px;
    }

}

.shpflt-show {
    opacity: 1;
    transform: translateX(0);
}

.shpflt-sidenav__trigger {
    height: 100vh;
    width: 20px;
    position: fixed;
    left: 0;
    top: 0;
}

.shpflt-sidenav__main-container {
    height: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    width: 1px;
    z-index: 9;
}

.shpflt-sidenav__close {
    position: absolute;
    top: -32px;
    width: 20px;
    height: 20px;
    left: 40px;
}

.shpflt-sidenav__close img {
    width: 20px;
    height: 20px;
    display: block;
}

.shpflt-header__right__search img {
    width: 18px;
    height: 18px;
}

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

    .shpflt-header__right&gt;a,
    .shpflt-header__right&gt;span {
        margin-right: 8px;
    }
}

.shpflt-bold {
    font-weight: bold;
}

@media (min-width: 500px) {
    .shpft-facets__apply-btn {
        position: fixed;
        bottom: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        right: 0;
        width: calc(100% - 5rem);
        max-width: 37%;
        width: calc(100% - 5rem);
        margin-left: auto;
        overflow-y: auto;
        pointer-events: all;
        max-width: 25%;
        display: flex;
        flex-direction: column;
        min-width: 320px;
        overflow-x: hidden;
    }
}

.shpflt-site-header__promo {
    background: black;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.shpflt-site-header__promo__container {
    display: block;
    align-items: center;
    width: 100%;
}

.shpflt-site-header__promo__span__countdown {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.shpflt-site-header__promo__container__slider .swiper-slide {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilos para el modo fijo */
.shpflt-site-header__promo[data-movement="fijo_center"] .shpflt-site-header__promo__container {
    display: flex;
    justify-content: center;
}

.shpflt-site-header__promo[data-movement="slider_vertical"] {
    height: 32px;
}

.shpflt-site-header__promo[data-movement="slider_vertical"] .shpflt-site-header__promo__container__slider {
    height: 100%;
}

.shpflt-site-header__promo[data-movement="slider_vertical"].shpflt-site-header__promo--countdown {
    height: 48px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Ajustes para el contador */
.shpflt-site-header__promo__span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 20px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 768px) {
    .shpflt-site-header__promo__span {
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        white-space: break-spaces;
    }

    .shpflt-site-header__promo__span__countdown {
        margin-left: 10px;
    }

}

#countdown {
    display: flex;
    margin-left: 6px;
}

.shpflt-countdown-time {
    margin-right: 14px;
    font-size: 10px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .shpflt-countdown-time {
        margin-right: 8px;
    }
}

.shpflt-header__logo__categories {
    display: flex;
    column-gap: 32px;
}

.shpflt-header__logo__categories__item {
    text-transform: uppercase;
}

.shpflt-header__logo__categories__item.shpflt-header__logo__categories__item--selected {
    font-weight: 600;
    border-bottom: 1px solid;
}</pre></body></html>