/** Shopify CDN: Minification failed

Line 26:16 Expected identifier but found whitespace
Line 26:18 Unexpected "{"
Line 26:28 Expected ":"
Line 26:48 Unexpected ","
Line 26:51 Unexpected "{"
Line 26:61 Expected ":"
Line 28:15 Expected identifier but found whitespace
Line 28:17 Unexpected "{"
Line 28:27 Expected ":"
Line 32:16 Expected identifier but found whitespace
... and 76 more hidden warnings

**/


/* CSS from section stylesheet tags */
.icon-columns-section-content { padding-top: 80px; }
  .page-width { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
  .icon-columns-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 60px; }
  .icon-column { display: flex; flex-direction: column; text-align: left; }
  .icon-column__content-wrapper { flex-grow: 1; }
  .icon-column__icon { height: 40px; flex-shrink: 0; }
  .icon-column__title {
    font-family: {{ settings.body_font.family }}, {{ settings.body_font.fallback_families }};
    font-weight: 700;
    font-style: {{ settings.body_font.style }};
    margin: 0 0 10px 0; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.07em;
  }
  .icon-column__main-text {
    font-family: {{ settings.heading_font.family }}, {{ settings.heading_font.fallback_families }};
    font-weight: 600;
    font-style: {{ settings.heading_font.style }};
    margin: 0; font-size: 1.2rem; line-height: 1.5; overflow-wrap: break-word;
  }
  .icon-column__divider { width: 100%; border: none; border-top: 1px solid; margin-top: 30px; }
  .icon-columns__bottom-text-wrapper { text-align: center; max-width: 800px; margin: 80px auto 0; position: relative; z-index: 5; }
  .icon-columns__bottom-text {
    font-family: {{ settings.heading_font.family }}, {{ settings.heading_font.fallback_families }};
    font-weight: 700;
    font-style: {{ settings.heading_font.style }};
    font-size: 1.8rem; line-height: 1.5;
  }
  .icon-columns__bottom-text p { margin: 0; }
  @media screen and (max-width: 990px) { .icon-columns-grid { grid-template-columns: repeat(2, 1fr); gap: 50px; } }
  @media screen and (max-width: 749px) {
    .page-width { padding: 0 20px; }
    .icon-columns-section-content { padding-top: 60px; }
    .icon-columns-grid { grid-template-columns: 1fr; gap: 40px; }
    .icon-column__content-wrapper { display: flex; flex-direction: row; align-items: center; gap: 20px; }
    .icon-column__divider { margin-top: 20px; }
    .icon-columns__bottom-text { font-size: 1.5rem; }
  }
.product-faqs-section {
    padding: 40px 0;
  }
  .product-faqs-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
  }
  .faqs-title {
    font-family: {{ settings.heading_font.family }}, {{ settings.heading_font.fallback_families }};
    font-weight: {{ settings.heading_font.weight }};
    font-style: {{ settings.heading_font.style }};
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .faq-question {
    font-family: {{ settings.heading_font.family }}, {{ settings.heading_font.fallback_families }};
    font-weight: {{ settings.heading_font.weight }};
    font-style: {{ settings.heading_font.style }};
  }
  .faq-answer {
    font-family: {{ settings.body_font.family }}, {{ settings.body_font.fallback_families }};
    font-weight: {{ settings.body_font.weight }};
    font-style: {{ settings.body_font.style }};
  }
  .faqs-accordion { display: flex; flex-direction: column; gap: 16px; }
  .faq-item { border-radius: 16px; }
  .faq-question {
    display: flex; justify-content: space-between; align-items: center;
    width: 100%; padding: 20px 24px; cursor: pointer; list-style: none;
    font-size: 18px; line-height: 1.4; text-align: left;
  }
  .faq-question::-webkit-details-marker { display: none; }
  .faq-icon-wrapper {
    flex-shrink: 0; margin-left: 20px; width: 32px; height: 32px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
  }
  .faq-icon { width: 20px; height: 20px; transition: transform 0.3s ease-in-out; }
  .faq-icon-vertical { transition: transform 0.3s ease-in-out; }
  .faq-item[open] > summary .faq-icon-vertical { transform: scaleY(0); }
  .faq-answer {
    padding: 0 24px 24px 24px; font-size: 16px; line-height: 1.6;
    overflow: hidden; text-align: left;
  }
  .faq-answer > div { padding-top: 16px; border-top: 1px solid #EAEAEA; }
  .faq-answer p:first-child { margin-top: 0; }
  .faq-answer p:last-child { margin-bottom: 0; }

  @media screen and (max-width: 749px) {
    .product-faqs-container { padding: 24px; }
    .faqs-title.h2 { font-size: 22px; } /* Ajuste para tamaño pequeño */
    .faqs-title.h1 { font-size: 26px; } /* Ajuste para tamaño mediano */
    .faqs-title.h0 { font-size: 30px; } /* Ajuste para tamaño grande */
    .faq-question { font-size: 16px; padding: 16px; }
    .faq-answer { padding: 0 16px 16px 16px; font-size: 15px; }
    .faq-icon-wrapper { width: 28px; height: 28px; }
    .faq-icon { width: 18px; height: 18px; }
  }
/* --- Importa la fuente Montserrat --- */
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

  /* --- Contenedor principal de la sección --- */
  .custom-recs-wrapper-v2 {
    font-family: 'Montserrat', sans-serif;
    background-color: #FFFFFF; /* Fondo de sección blanco */
    padding: 50px 0;
  }

  .page-width-v2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* --- Título de la sección --- */
  .custom-recs-title-v2 {
    font-size: 32px;
    font-weight: 700;
    color: #121212;
    text-align: center;
    margin: 0 0 40px;
  }

  /* --- Grid de productos --- */
  .custom-recs-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columnas por defecto */
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* --- Tarjeta de producto individual --- */
  .custom-recs-card-v2 {
    background-color: #FFFFFF;
    text-align: center;
  }
  
  .custom-recs-image-wrapper-v2 {
    position: relative;
    background-color: #f5f5f5; /* Fondo gris claro para la imagen */
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .custom-recs-image-wrapper-v2 img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  /* --- Badge de "OFERTA" --- */
  .custom-recs-sale-badge-v2 {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #121212;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    z-index: 2;
  }

  /* --- Título del producto --- */
  .custom-recs-product-title-v2 {
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    margin: 0 0 10px;
    line-height: 1.4;
  }
  
  .custom-recs-product-title-v2 a {
    color: inherit;
    text-decoration: none;
  }
  .custom-recs-product-title-v2 a:hover {
    text-decoration: underline;
  }
  
  /* --- Precios --- */
  .custom-recs-price-wrapper-v2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }
  
  .custom-recs-price-v2.price--sale {
    color: #121212;
    font-weight: 600;
  }
  
  .custom-recs-price-v2.price--original {
    color: #666666;
    margin-left: 8px;
  }

  /* --- Botón de agregar al carrito --- */
  .custom-recs-add-button-v2 {
    font-family: 'Montserrat', sans-serif;
    background-color: #333333;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    transition: background-color 0.3s ease;
  }

  .custom-recs-add-button-v2:hover {
    background-color: #121212;
  }

  /* --- Responsividad para móviles --- */
  @media (max-width: 990px) {
    .custom-recs-grid-v2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 749px) {
    .custom-recs-title-v2 {
      font-size: 24px;
    }
  }
/* Estilos generales del footer y fuentes */
  .footer {
    font-family: 'Montserrat', sans-serif;
  }

  /* Aplica el color de fondo a la sección de Newsletter */
  .footer-block--newsletter {
    background-color: {{ section.settings.newsletter_background_color }};
    padding: 2.5rem;
    border-radius: 15px;
    margin-top: 2rem;
  }

  .footer-block--newsletter .field__input {
    border-bottom-color: {{ section.settings.newsletter_text_color | color_modify: 'alpha', 0.5 }};
  }
  
  /*
  =====================================================================================
    ASISTENTE ESTRATÉGICO HÍBRIDO: CORRECCIÓN FINAL DE ACCESIBILIDAD Y UI (v2)
    - Oculta la etiqueta <label> redundante para evitar texto duplicado.
    - Fuerza el color y opacidad del placeholder y textos para un contraste y
      visibilidad óptimos, usando el color seleccionado en el personalizador.
    - Oscurece los links de políticas para mejorar la legibilidad.
  =====================================================================================
  */
  .footer-block--newsletter .field__label {
    display: none;
  }

  .footer-block__heading,
  .footer-block--menu .list-menu__item--link,
  .footer-block--newsletter .footer-block__heading,
  .footer-block--newsletter .field__input,
  .footer-block--newsletter .newsletter-form__button {
    color: {{ section.settings.newsletter_text_color }} !important;
    opacity: 1 !important;
  }
  
  .footer-block--newsletter .field__input::placeholder {
    color: {{ section.settings.newsletter_text_color }} !important;
    opacity: 0.8 !important; /* Ligeramente más claro que el texto tipeado pero aún con alto contraste */
  }
  
  .footer__copyright,
  .footer__copyright a {
    color: #121212 !important; /* Negro fuerte para máxima legibilidad */
    opacity: 1 !important;
  }
  
  /* Compatibilidad con navegadores antiguos */
  .footer-block--newsletter .field__input::-ms-input-placeholder {
    color: {{ section.settings.newsletter_text_color }} !important;
    opacity: 0.8 !important;
  }
  .footer-block--newsletter .field__input:-ms-input-placeholder {
    color: {{ section.settings.newsletter_text_color }} !important;
    opacity: 0.8 !important;
  }