/** Shopify CDN: Minification failed

Line 21:0 Unexpected "{"
Line 21:1 Expected identifier but found "%"
Line 22:14 Unexpected "{"
Line 22:23 Expected ":"
Line 23:18 Expected identifier but found whitespace
Line 23:20 Unexpected "{"
Line 23:29 Expected ":"
Line 23:80 Expected ":"
Line 24:21 Expected identifier but found whitespace
Line 24:23 Unexpected "{"
... and 34 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-button-carousel (INDEX:10) */
{%- if section.settings.show_divider -%}
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
    }

    @media screen and (min-width: 750px) {
      .section-{{ section.id }}-padding {
        padding-top: {{ section.settings.padding_top }}px;
        padding-bottom: {{ section.settings.padding_bottom }}px;
      }
    }
  {%- endif -%}
/* END_SECTION:collection-button-carousel */

/* START_SECTION:ofertas-tarjetas (INDEX:47) */
.ofertas-tarjetas__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .ofertas-tarjetas__title {
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .ofertas-tarjetas__todas {
    font-size: 1.28rem;
    white-space: nowrap;
  }
  .ofertas-tarjetas__wrap {
    position: relative;
  }
  .ofertas-tarjetas__track {
    display: flex;
    gap: 0.8rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin: 0;
    padding: 0 0 0.2rem;
  }
  .ofertas-tarjetas__track::-webkit-scrollbar {
    display: none;
  }
  .ofertas-tarjetas__card {
    flex: 0 0 16rem;
    width: 16rem;
    scroll-snap-align: start;
  }
  .ofertas-tarjetas__link {
    display: block;
    text-decoration: none;
    color: rgb(var(--color-foreground));
  }
  .ofertas-tarjetas__img {
    height: 9rem;
    border-radius: 0.4rem;
    background: #ffffff;
    border: 0.1rem solid #e1e1e1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
  }
  .ofertas-tarjetas__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.5rem 0.8rem;
    mix-blend-mode: multiply;
  }
  .ofertas-tarjetas__label {
    margin: 0.7rem 0 0;
    font-size: 1.28rem;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
    color: rgb(var(--color-foreground));
  }
  .ofertas-tarjetas__link:hover .ofertas-tarjetas__img {
    border-color: rgba(var(--color-foreground), 0.6);
  }
  .ofertas-tarjetas__card.is-active .ofertas-tarjetas__img {
    border-color: rgb(var(--color-foreground));
    box-shadow: inset 0 0 0 0.1rem rgb(var(--color-foreground));
  }
  .ofertas-tarjetas__card.is-active .ofertas-tarjetas__label {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  /* Flechas con el mismo estilo del carrusel de colores de la portada (ss-slider): círculo azul #106b98, chevron blanco */
  .ofertas-tarjetas__btn {
    display: none;
    position: absolute;
    top: 4.5rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #106b98;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }
  .ofertas-tarjetas__btn:hover {
    background: #7dc3de;
  }
  .ofertas-tarjetas__btn .icon {
    width: 1.6rem;
    height: 1.6rem;
    color: #ffffff;
  }
  .ofertas-tarjetas__btn--prev {
    left: 0;
  }
  .ofertas-tarjetas__btn--prev .icon {
    transform: rotate(90deg);
    margin-left: -0.2rem;
  }
  .ofertas-tarjetas__btn--next {
    right: 0;
  }
  .ofertas-tarjetas__btn--next .icon {
    transform: rotate(-90deg);
    margin-left: 0.2rem;
  }
  .ofertas-tarjetas.has-overflow .ofertas-tarjetas__btn {
    display: flex;
  }
  .ofertas-tarjetas.at-start .ofertas-tarjetas__btn--prev,
  .ofertas-tarjetas.at-end .ofertas-tarjetas__btn--next {
    display: none;
  }
  .ofertas-tarjetas__wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 9rem;
    pointer-events: none;
    background: linear-gradient(to right, rgba(var(--color-background), 0), rgb(var(--color-background)));
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .ofertas-tarjetas.has-overflow:not(.at-end) .ofertas-tarjetas__wrap::after {
    opacity: 1;
  }
  @media screen and (min-width: 990px) {
    .ofertas-tarjetas__btn {
      width: 5rem;
      height: 5rem;
    }
    .ofertas-tarjetas__btn--prev {
      left: -2.5rem;
    }
    .ofertas-tarjetas__btn--next {
      right: -2.5rem;
    }
  }
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
/* END_SECTION:ofertas-tarjetas */