/** Shopify CDN: Minification failed

Line 265:18 Expected identifier but found whitespace
Line 265:42 Unexpected "/"

**/
/* ---- Flechas del slideshow---- */
/* Escritorio */

#slideshow-template--24289179631920__f8d30285-73ef-43f0-bd62-5786c36c0f21 .splide__arrows {
  margin-top: -60px !important;
}

@media screen and (min-width: 769px) {
  .splide__arrows {
    margin-top: -60px !important; /* Subir flechas más en desktop */
  }

  .splide__arrow {
    width: 48px !important;
    height: 48px !important;
  }
}

/* Móviles y tablets */
@media screen and (max-width: 768px) {
  .splide__arrows {
    margin-top: -65px !important; /* Menor desplazamiento en móvil */
  }

  .splide__arrow {
    width: 40px !important;
    height: 40px !important;
  }
}

/* 🎯 Ajuste para todos los divs con clase exacta */
div.flex.flex-col.lg\:col-start-2 {
  margin-top: 80px !important;
}

/* 📱 Margen adicional para dispositivos móviles */
@media (max-width: 768px) {
  div.flex.flex-col.lg\:col-start-2 {
    margin-top: 100px !important;
  }
}

.boton-responsive {
  background-color: #582653;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 100%;
}

/* Hover effect */
.boton-responsive:hover {
  background-color: #9B2C87;
  color: white;
}

/* Para pantallas mayores a 640px (tipo tablet y PC), el ancho será automático */
@media (min-width: 640px) {
  .boton-responsive {
    width: auto;
  }
}



/* Móvil: 10px a cada lado = 20px total */
@media screen and (max-width: 768px) {
  #slideshow-template--24289179631920__vertical_video_embeds_xEeGTQ--track video {
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    display: block;
  }
}



@media screen and (min-width: 769px) {
  #shopify-section-template--24289179631920__rich_text_njm6w6 h2.inline-heading-rte {
    font-size: 38px !important;
    font-weight: 700 !important;
    margin-top: 80px !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  #shopify-section-template--24289179631920__rich_text_njm6w6 h2.inline-heading-rte {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-top: 40px !important;
    text-align: center !important;
  }
}

/* Flechas contenido comentarios*/

/* Asegura que el slideshow tenga posición relativa */
#slideshow-template--24289179631920__d0623d6a-14e4-462a-bc5e-cf0b6247610a {
  position: relative;
}

/* Posicionamiento general para desktop */
#slideshow-template--24289179631920__d0623d6a-14e4-462a-bc5e-cf0b6247610a 
> div.splide__arrows.mt-5.flex.items-center.justify-between.px-section.splide__arrows--ltr {
  position: absolute;
  top: 150%;
  right: 20px;
  z-index: 10;
  display: flex;
  gap: 12px;
  padding: 10px;
  transform: translateY(-50%);
}

/* Ajustes específicos para pantallas móviles */
@media (max-width: 768px) {
  #slideshow-template--24289179631920__d0623d6a-14e4-462a-bc5e-cf0b6247610a 
  > div.splide__arrows.mt-5.flex.items-center.justify-between.px-section.splide__arrows--ltr {
    top: 155%; 
    right: 12px;
    padding: 8px;
    gap: 8px;
    transform: translateY(-50%);
  }
}

/*margen del bloque*/

#shopify-section-template--24289179631920__d0623d6a-14e4-462a-bc5e-cf0b6247610a > section {
  padding-bottom: 80px; /* Espacio interno sin romper la posición de las flechas */
}

/* Ajuste para móviles */
@media (max-width: 768px) {
  #shopify-section-template--24289179631920__d0623d6a-14e4-462a-bc5e-cf0b6247610a > section {
    padding-bottom: 60px;
  }
}

/* Botón Recetas*/




/* Quitar espacio entre banners solo en móvil */
@media (max-width: 767px) {
    .py-section-vertical-spacing {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}


/* Agregar 20px de espacio arriba del título de testimonios */
.shopify-section h2 {
    margin-top: 20px;
}

/* Espacio de 20px arriba del título Infaltables */
.font-main.rte.mx-auto.leading-snug {
    margin-top: 20px;
}

/* === MENÚ PRINCIPAL: tipografía y estilo Sketos === */

/* Links del menú del tema y de Buddha */
.header__inline-menu .list-menu__item--link,
.header__menu-item,
.site-nav a,
.site-nav__link,
.navigation a,
.navbar a,
.buddha-megamenu a,
.buddha-menu-horizontal > li > a,
.buddha-menu .buddha-item > a {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: none;           /* usa 'uppercase' si las quieres en mayúsculas */
  color:rgb(255, 250, 250);
  line-height: 1.2;
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

/* Hover bonito */
.header__inline-menu .list-menu__item--link:hover,
.header__menu-item:hover,
.site-nav a:hover,
.site-nav__link:hover,
.navigation a:hover,
.navbar a:hover,
.buddha-megamenu a:hover,
.buddha-menu-horizontal > li > a:hover,
.buddha-menu .buddha-item > a:hover {
  color: #2CA86E;                 /* verde Sketos */
  text-decoration: none;
  border-bottom: 2px solid #2CA86E;
  padding-bottom: 2px;
}

/* Activo / página actual */
.header__inline-menu .list-menu__item--link[aria-current="page"],
.buddha-megamenu .active > a {
  color: #2CA86E;
  border-bottom: 2px solid #2CA86E;
}

/* Menú móvil */
.menu-drawer__menu-item,
.mobile-nav__link,
.drawer-menu a {
  font-family: 'Gloock', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Separación entre opciones del menú superior */
.header__inline-menu .list-menu__item--link,
.buddha-menu-horizontal > li > a {
  margin: 0 10px;
}

/* Links del menú */
.buddha-megamenu a,
.header__inline-menu .list-menu__item--link {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;          /* gris oscuro */
  padding: 8px 12px;
  border-radius: 6px;      /* esquinas suaves */
  transition: all 0.3s ease;
}

/* Hover */
.buddha-megamenu a:hover,
.header__inline-menu .list-menu__item--link:hover {
  background-color: #2CA86E;  /* verde Sketos */
  color: #fff !important;     /* texto blanco */
}

/* TEST: dibuja un recuadro rojo en cada link del menú */
header nav a,
.header__inline-menu .list-menu__item--link,
.site-nav a,
.buddha-megamenu a,
.buddha-menu-horizontal > li > a {
  outline: 2px solid red !important;
}

* ——— MENÚ: estilo base ——— */
header nav a,
.header__inline-menu .list-menu__item--link,
.site-nav a,
.buddha-megamenu a,
.buddha-menu-horizontal > li > a {
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important; /* cambia la fuente si quieres */
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: .6px !important;
  color: #2d2d2d !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  transition: all .25s ease !important;
  text-transform: none !important; /* uppercase */
}

/* TEST 1: pinta TODO lo que esté dentro del header con un borde rojo */
header * { outline: 1px solid red !important; }

/* Centrar y embellecer flechas del carrusel para "Nuestros infaltables" */
.section--infaltables .slider-buttons {
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* permite que solo los botones reciban clic */
}

.section--infaltables .slider-button {
  pointer-events: auto;
  width: 48px; height: 48px;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  display: grid; place-items: center;
}

.section--infaltables .slider-button svg {
  width: 20px; height: 20px;
}

/* Hover y enfoque accesible */
.section--infaltables .slider-button:hover,
.section--infaltables .slider-button:focus-visible {
  filter: brightness(0.96);
  outline: 2px solid #5EC1E6; /* color Sketos */
  outline-offset: 2px;
}

/* Puntos (dots) de paginación más bonitos */
.section--infaltables .slider-counter {
  position: absolute;
  left: 0; right: 0;
  bottom: -20px; /* baja un poquito los puntos */
  display: flex; justify-content: center; gap: 8px;
}

.section--infaltables .slider-counter__link {
  width: 8px; height: 8px; border-radius: 9999px;
  background: #c9d7e6;
}

.section--infaltables .slider-counter__link--active {
  width: 20px; height: 8px; border-radius: 9999px;
  background: #5EC1E6;
}

/* Mobile: flechas un poco más pequeñas y más cerca de los bordes */
@media (max-width: 749px) {
  .section--infaltables .slider-button { width: 40px; height: 40px; }
  .section--infaltables .slider-buttons { padding: 0 4px; }
}

/* ======= FIX RÁPIDO: espaciado y tarjetas parejas en sliders/grillas ======= */

/* 1) Si hay carrusel/slider, que cada ítem tenga su propio ancho y separación */
.slider, .slider-track, .product-slider-track,
.section--inflatables .slider, .section--inflatables .slider-track {
  display: flex;
  align-items: stretch;
  gap: 20px;                 /* separación entre cards */
}

/* ancho fijo por slide para que no se monten */
.slider__slide, .product-slide, .swiper-slide,
.section--inflatables .slider__slide {
  flex: 0 0 250px;           /* ajústalo a 240–280 si hace falta */
}

/* 2) Tarjetas: misma “estructura” y altura mínima */
.card, .product-card, .card-wrapper, .product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 360px;         /* ajusta 320–380 según tu contenido */
  padding: 12px;
  box-sizing: border-box;
  border-radius: 14px;
}
/* ---- MODO CATÁLOGO INFORMATIVO (ocultar precios y botones de compra) ---- */

/* Oculta precios en productos y colecciones */
.price,
.price__regular,
.price__sale,
.price-item,
.product-card__price,
.card__information .price,
.product__price,
.product__info-wrapper .price,
.product__text .price {
  display: none !important;
}

/* Oculta botones de compra o añadir al carrito */
button[name="add"],
.product-form__submit,
.shopify-payment-button,
.shopify-payment-button__button,
button.add-to-cart,
a[href*="cart"],
a[href*="checkout"],
.cart__checkout-button,
.cart__submit {
  display: none !important;
}

/* Oculta el ícono del carrito en el header */
.header__icon--cart,
#cart-icon-bubble {
  display: none !important;
}

/* Oculta selector de cantidad */
.quantity,
.quantity__input,
.quantity__button {
  display: none !important;
}

/* Evita mostrar etiquetas de precio o descuento en las tarjetas */
.price__badge,
.price__label,
.sale-badge,
.badge--sale {
  display: none !important;
}
/* ---- OCULTAR FORMULARIO DE COMPRA EN PÁGINA DE PRODUCTO ---- */

/* Oculta el formulario completo de añadir al carrito */
.product-form,
.product-form__buttons,
.product-form__quantity,
.shopify-payment-button,
.shopify-payment-button__button,
.product__info-wrapper form[action*="/cart"],
form[action*="/cart/add"],
.product__submit {
  display: none !important;
}

/* Oculta la línea de cantidad y controles */
.quantity,
.quantity__input,
.quantity__button,
.product-form__input {
  display: none !important;
}
/* --- OCULTAR EL CARRITO (modo informativo) --- */

/* Íconos del carrito en el header */
a[href*="cart"],
.header__cart,
.header-icons__cart,
.site-header__cart,
#cart-icon-bubble,
.header__icon--cart,
.header-icons a:last-child,
button[data-cart-trigger],
.icon-cart,
svg.icon-cart,
.cart-icon,
.header-icons__item--cart {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Drawer o panel lateral del carrito */
#CartDrawer,
.cart-drawer,
.drawer--cart,
.side-cart,
.mini-cart,
#cart-drawer,
.drawer__cart {
  display: none !important;
  visibility: hidden !important;
}

/* Página de carrito (por si alguien accede) */
.template-cart,
.page--cart,
.cart,
.cart__contents,
.cart-page {
  display: none !important;
}
/* --- Ajuste de tamaño de tarjetas de testimonios --- */
.testimonial-card, 
.testimonial, 
.testimonial-item {
  padding: 1rem 1.2rem !important;   /* reduce espacio interno */
  min-height: auto !important;       /* permite que el alto se ajuste al texto */
  height: auto !important;
  display: inline-block;
}

/* Opcional: alinear mejor las tarjetas entre sí */
.testimonial-container, 
.testimonials-grid {
  align-items: flex-start !important;
}

/* Opcional: mejora estética general */
.testimonial-card p {
  margin-bottom: 0.5rem;
}
/* ---- Ajustar altura de testimonios (tema Shapes) ---- */
.section-testimonials .testimonial,
.section-testimonials .testimonial-item,
.section-testimonials .testimonial-card {
  height: auto !important;           /* deja que se adapte al contenido */
  min-height: unset !important;
  padding: 1rem 1.2rem !important;   /* menos espacio interno */
}

/* Si hay grilla fija */
.section-testimonials .grid,
.section-testimonials .grid__item {
  align-items: flex-start !important;
}

/* Ajuste visual para texto */
.section-testimonials p {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
/* Compactar testimonios solo en esta sección */
.testi-compact .testimonial-card,
.testi-compact .testimonial,
.testi-compact .testimonial-item,
.testi-compact .review-card,
.testi-compact .card {
  padding: 12px 16px !important;   /* menos espacio interno */
  min-height: auto !important;      /* sin alto mínimo fijo */
  height: auto !important;          /* se ajusta al texto */
  display: inline-block !important; /* encaja al contenido */
}

/* Quita espacios extra dentro del contenido */
.testi-compact .testimonial-card p,
.testi-compact .testimonial-card .rte,
.testi-compact .testimonial p {
  margin: 6px 0 !important;
}

/* Evita que la grilla fuerce alturas iguales */
.testi-compact .testimonials-grid,
.testi-compact .grid,
.testi-compact .grid--uniform {
  align-items: flex-start !important;
}

/* Si el tema aplica alto fijo al contenedor interno, anúlalo */
.testi-compact [class*="content"],
.testi-compact [class*="inner"],
.testi-compact [class*="body"] {
  min-height: auto !important;
  height: auto !important;
}