/** Shopify CDN: Minification failed

Line 339:28 Unexpected "'.change'"

**/

    @keyframes shpflt-sidenav__preview__animation {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 0.15;
      }
    }

    .shpflt-sidenav__preview video,
    .shpflt-sidenav__preview img {
      position: absolute;
      bottom: 0;
      height: 100%;
      object-fit: cover;
      opacity: 0.15;
      left: 0;
      pointer-events: none;
      vertical-align: bottom;
      animation: shpflt-sidenav__preview__animation 0.4s ease-in;
    }

    ul.shpflt-sidenav__parent {
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px;
      list-style: none;
      padding: 20px 10px 0 20px;
    }

    .shpflt-sidenav__parent-link {
      font-size: 12px;
      cursor: pointer;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .shpflt-sidenav__container {
      position: relative;
      z-index: 1;
      margin-top: 100px;
      padding-right: 10px;
    }

    body::-webkit-scrollbar {
      width: 4px;
  }

  body::-webkit-scrollbar-thumb {
      background-color: rgb(173, 173, 173);
      border-radius: 0.7rem;
  }

  body::-webkit-scrollbar-track {
      background-color: white;
      border-radius: 0.7rem;
  }

  /* Browsers without `::-webkit-scrollbar-*` support */
  @supports not selector(::-webkit-scrollbar) {
      html {
          scrollbar-width: thin;
          scrollbar-color: #007 #bada55;
      }
  }

    .shpflt-sidenav__child-item.hovering:not(.shpflt-sidenav__child-item--category) {
      background-color: #0000000d;
    }

    .shpflt-sidenav__child-link {
      font-size: 12px;
      width: 100%;
      display: block;
      padding: 4px 0;
      white-space: normal;
      word-wrap: break-word;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      column-gap: 20px;
    }

    .shpflt-sidenav__child-item--top-spacer {
      margin-top: 20px;
    }

    .shpflt-sidenav__parent-link.active {
      font-weight: bold;
    }

    .shpflt-sidenav__parent-item__container {
      display: none;
      padding: 0 20px;
      overflow-y: scroll;
      height: calc(100vh - 170px);
      overscroll-behavior: contain;
    }

    .shpflt-sidenav__parent-item__container {
      --scrollbar-color-thumb: #303030;
      --scrollbar-color-track: rgb(255, 255, 255);
      --scrollbar-width: thin;
      --scrollbar-width-legacy: 8px;
  }
  .shpflt-sidenav__child-list {
    list-style: none;
    padding-left: 20px;
  }

  .shpflt-sidenav__child-item {
    position: relative;
  }

  .shpflt-sidenav__child-item summary {
    cursor: pointer;
  }

  .shpflt-sidenav__child-item details > summary::-webkit-details-marker {
    display: none;
  }

  .shpflt-sidenav__child-item details > summary::before {
    content: '+';
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 4px;
    line-height: 16px;
  }

  .shpflt-sidenav__child-item details[open] > summary::before {
    content: '-';
  }

  /* Modern browsers with `scrollbar-*` support */
  @supports (scrollbar-width: auto) {
      .shpflt-sidenav__parent-item__container {
          scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
          scrollbar-width: var(--scrollbar-width);
      }
  }

  /* Legacy browsers with `::-webkit-scrollbar-*` support */
  @supports selector(::-webkit-scrollbar) {
      .shpflt-sidenav__parent-item__container::-webkit-scrollbar-thumb {
          background: var(--scrollbar-color-thumb);
      }
      .shpflt-sidenav__parent-item__container::-webkit-scrollbar-track {
          background: var(--scrollbar-color-track);
      }
      .shpflt-sidenav__parent-item__container::-webkit-scrollbar {
          max-width: var(--scrollbar-width-legacy);
          max-height: var(--scrollbar-width-legacy);
      }
  }

    .shpflt-sidenav__parent-item__container.active {
      display: block;
    }

    @media only screen and (max-width: 1000px) {
      .shpflt-sidenav__container {
        margin-top: 72px;
      }
    }

.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>a,
.shpflt-header__right>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('https://cdn.shopify.com/s/files/1/1728/1897/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('https://cdn.shopify.com/s/files/1/1728/1897/files/cart.svg?v=1749816047');
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

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

}


/* 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 10px;
        flex-direction: row;
    }

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

    .shpflt-header__right {
        order: 3;
    }

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

    .shpflt-header__left__search {
        margin-left: 16px;
    }

    .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>a,
    .shpflt-header__right>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;
    }

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

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

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

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

    .shpflt-header__right>a,
    .shpflt-header__right>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-sidenav__close {
        left: 40px;
    }

    .shpflt-sidenav__parent-item__container {
        padding: 0 40px;
    }
    ul.shpflt-sidenav__parent {
        padding: 20 30px 0 40px;   
    }
}

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

    .shpflt-site-header__promo--countdown .shpflt-site-header__promo__span__text {
        max-width: 50%
    }

}

#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: 24px;
}

.shpflt-header__left__search {
    margin-left: 24px;
    cursor: pointer;
}

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

.swiper-slide--countdown .shpflt-site-header__promo__span__text {
    display: flex;
    max-width: 50%;
}