/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 223:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.tab-container {
  padding: 48px 24px;
  max-width: 1300px;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.tab-buttons::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.tab-buttons button {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
  flex: 0 0 auto;
  color: #000;
}

.tab-buttons button.active {
  border-color: #D72638;
  color: #D72638;
}

.tab-buttons button:hover {
  color: #D72638;
}

.tab-buttons button:visited,
.tab-buttons button:hover,
.tab-buttons button:focus,
.tab-buttons button.active {
  border-color: #D72638;
  color: #D72638;
}


.tab-content {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  padding: 0 12px;
}

.tab-content.active {
  display: grid;
}

.product-card {
  text-align: left;
}

.product-card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  transition: transform 0.2s ease;
}

.product-card img:hover {
  transform: scale(1.01);
}

.product-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 12px;
  color: #000;
  text-align: left;
}

.product-card-price {
  font-size: 0.95rem;
  color: #444;
  margin-top: 4px;
  text-align: left;
}

.universal-product-sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 8px;
  font-weight: 700;
  z-index: 2;
}

.product-card a {
  display: block;
  position: relative;
}

.view-all-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.view-all-btn {
  background-color: #D72638;
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease;
  border-radius: 0;
  white-space: nowrap;
  max-width: 100%;
  width: auto;
  display: inline-block;
}

.view-all-btn:hover {
  background-color: #b51f2d;
  color: #fff;
}



  .product-card-price {
  font-size: 0.95rem;
  text-align: left;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}

.product-card-price .old-price {
  color: #D72638;
  text-decoration: line-through;
  font-weight: 500;
}

.product-card-price .current-price {
  color: #444;
  font-weight: 600;
}

  .view-all-row {
  width: 100%;
  display: flex;
  justify-content: center !important;
  align-items: center;
  margin-top: 40px;
  grid-column: 1 / -1; /* Ocupa todas las columnas del grid si está dentro de uno */
}

.view-all-btn {
  background-color: #9BA77C;
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease;
  border-radius: 0;
  white-space: nowrap;
  display: inline-block;
}

.view-all-btn:hover {
  background-color: #b51f2d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tab-content {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 12px;
  }

  .tab-buttons {
    gap: 16px;
    justify-content: start;
    overflow-x: auto;
  }

  .product-card-title,
  .product-card-price {
    font-size: 0.9rem;
  }
}
</style>
/* --- Sección y Encabezado --- */
  .stories-section {
    padding: 30px 0;
    background-color: #ffffff;
    color: #000000;
    max-width: 1400px;
    margin: 0 auto;
  }
  .stories-header-wrapper {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .stories-header-wrapper h2 { font-size: 2rem; font-weight: bold; margin: 0; }
  .stories-header-wrapper p { font-size: 1rem; color: #666; margin: 5px 0 0; }
  
  /* --- Carrusel Principal --- */
  .stories-carousel-container {
    position: relative;
  }
  .stories-carousel {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 20px 20px; /* Espacio para sombra inferior */
    scroll-snap-type: x mandatory;
  }
  .stories-carousel::-webkit-scrollbar { display: none; }
  
  /* --- Elemento de Historia (Aumentado) --- */
  .story-slide {
    flex-shrink: 0;
    width: 280px; /* Aumentado de 160px a 280px */
    cursor: pointer;
    scroll-snap-align: start;
    position: relative;
    margin-bottom: 5px; 
  }
  .story-container {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding-top: 177.7777778%; /* Ratio 9:16 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Sombra elegante */
    height: 100%; /* Ocupar toda la altura del flex */
    background-color: #000;
  }
  .story-video {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    cursor: pointer;
    outline: none;
  }
  .story-overlay {
    position: absolute;
    bottom: 15px; /* Más separado del borde */
    left: 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
  }

  /* --- Puntos de Navegación (Dots) --- */
  .dots-navigation {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
  }
  .dot {
    background-color: #e0e0e0;
    border: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  .dot:hover { background-color: #a0a0a0; }
  .dot.active {
    background-color: #000000; /* Negro para estilo Impact */
    transform: scale(1.1);
  }

  /* --- Modal de Video (sc-modal-video) --- */
  .sc-modal-video {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 10px;
    box-sizing: border-box;
  }
  .modal-video-element {
    max-width: min(90vw, 500px); /* Límite de ancho para formato historia */
    max-height: 95vh;
    width: 100%; /* Asegura que el video escala al máximo ancho/alto */
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    background: black;
    outline: none;
  }
  
  /* Botón cerrar modal */
  .sc-modal-close {
    position: fixed;
    top: 18px; right: 18px;
    background: rgba(255,255,255,0.2);
    border: none; border-radius: 50%;
    width: 40px; height: 40px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    transition: background 0.2s ease, transform 0.15s ease;
    padding: 0; z-index: 11000;
  }
  .sc-modal-close:hover { background: rgba(255,255,255,0.4); transform: scale(1.1); }
  .sc-modal-close svg {
    width: 18px; height: 18px;
    stroke: white; stroke-width: 2.5;
  }

  /* Flechas modal */
  .sc-modal-arrow {
    background: rgba(255,255,255,0.2);
    border: none; border-radius: 50%;
    width: 48px; height: 48px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    transition: background 0.2s ease, transform 0.15s ease;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11000;
  }
  .sc-modal-arrow:hover { background: rgba(255,255,255,0.4); transform: translateY(-50%) scale(1.1); }
  .sc-modal-arrow svg {
    width: 20px; height: 20px;
    stroke: white; stroke-width: 2.5;
  }
  .sc-modal-left { left: 20px; }
  .sc-modal-right { right: 20px; }

  /* Responsive para Móviles */
  @media (max-width: 768px) {
    .story-slide {
      width: 160px; /* Ajuste para móvil */
    }
    .stories-carousel { 
      padding: 0 15px 15px;
      gap: 10px; 
    }
    .modal-video-element {
      max-width: 90vw;
      max-height: 85vh;
    }
    .sc-modal-arrow, .sc-modal-close {
      width: 36px;
      height: 36px;
    }
    .sc-modal-arrow svg, .sc-modal-close svg {
      width: 16px; height: 16px;
    }
    .sc-modal-left { left: 10px; }
    .sc-modal-right { right: 10px; }
  }