/* ═══════════════════════════════════════════════
   SOLEEN SKIN — Custom Homepage Styles
   soleen-custom.css  |  v1.2
   Brand: verde oscuro · melocotón · crema
════════════════════════════════════════════════ */

/* ─── Fondo blanco global — todas las páginas ─── */
body,
.js-main-container,
#store,
.store,
.category-body,
#shoppingCartPage,
.contact-page,
.account-page,
.sl-blog-page,
.sl-post-wrap,
#page-error {
  background-color: #ffffff !important;
}

/* ─── Animación flotante para iconos beneficios ─── */
@keyframes sl-float {
  0%,100% { transform: translateY(0px); }
  50%      { transform: translateY(-6px); }
}

/* ─── CSS Variables ─────────────────────────── */
.soleen-home {
  --sl-green:        #2B4A1A;
  --sl-green-dark:   #1D3412;
  --sl-green-mid:    #3D6128;
  --sl-green-light:  #EAF0E3;
  --sl-peach:        #E8C84A;
  --sl-peach-dark:   #C4A030;
  --sl-peach-light:  #FFFBDF;
  --sl-cream:        #FFFFFF;
  --sl-cream-dark:   #F5F5F5;
  --sl-white:        #FFFFFF;
  --sl-text:         #1A2B10;
  --sl-text-muted:   #5A6E4A;
  --sl-border:       #E5E5E5;
  --sl-radius:       10px;
  --sl-radius-lg:    18px;
  --sl-shadow:       0 4px 24px rgba(43,74,26,0.10);
  --sl-shadow-hover: 0 12px 40px rgba(43,74,26,0.16);
  --sl-transition:   0.25s ease;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--sl-text);
}

/* ════════════════════════════════════════════
   NAVEGACIÓN PERSONALIZADA CON DROPDOWNS
════════════════════════════════════════════ */
.sl-custom-nav { display: flex; align-items: center; }
.sl-nav-list { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.sl-nav-item { position: relative; }
.sl-nav-item > a {
  font-family: Georgia, serif; font-style: italic;
  font-size: 13px; color: #2B4A1A; text-decoration: none;
  letter-spacing: 0.02em; white-space: nowrap;
  transition: color 0.2s;
}
.sl-nav-item > a:hover { color: #E8C84A; }

/* Dropdown base */
.sl-dropdown {
  display: none; position: absolute;
  top: 100%; left: 50%; transform: translateX(-50%);
  z-index: 9999; padding-top: 12px; white-space: nowrap;
}
.sl-dropdown-inner {
  background: #fff; border: 1px solid #DDD8C0;
  border-radius: 12px; box-shadow: 0 12px 40px rgba(43,74,26,0.13);
  padding: 20px;
}
.sl-nav-item:hover .sl-dropdown { display: block; }

/* Categorías — 2 columnas */
.sl-dropdown--cats { left: 0; transform: none; }
.sl-dropdown--cats .sl-dropdown-inner {
  width: 460px; padding: 14px 10px;
  display: flex; gap: 0;
}
.dd-col { flex: 1; padding: 0 4px; }
.dd-col + .dd-col { border-left: 1px solid #DDD8C0; }
.dd-group-label {
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #5A6E4A; font-family: Georgia, serif;
  display: block; padding: 2px 10px 6px;
}
.dd-list-item {
  display: flex; align-items: center; gap: 9px;
  padding: 6px 10px; border-radius: 7px;
  font-family: Georgia, serif; font-style: italic;
  font-size: 13px; color: #2B4A1A; text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.dd-list-item i { width: 13px; text-align: center; font-size: 11px; color: #E8C84A; flex-shrink: 0; }
.dd-list-item:hover { background: #EAF0E3; color: #C4A030; }
.dd-list-item--secondary { color: #5A6E4A; font-size: 12.5px; }
.dd-list-item--secondary i { color: #B0A888; }
.dd-list-item--secondary:hover { background: #F5EDD0; color: #2B4A1A; }
.dd-list-item--secondary:hover i { color: #E8C84A; }
.dd-skin-sep { border: none; border-top: 1px solid #DDD8C0; margin: 8px 10px 6px; }
.dd-list-item--skin {
  background: #EAF0E3; color: #2B4A1A; font-size: 12.5px;
  margin: 2px 0; border: 1px solid transparent;
}
.dd-list-item--skin i { color: #E8C84A; }
.dd-list-item--skin:hover { background: #2B4A1A; color: #FEFAE8; border-color: #2B4A1A; }
.dd-list-item--skin:hover i { color: #E8C84A; }

/* Marcas — mega dropdown */
.sl-dropdown--brands { left: 0; transform: none; }
.sl-dropdown--brands .sl-dropdown-inner { width: 680px; padding: 22px 24px; }
.dd-brands-title {
  font-family: Georgia, serif; font-size: 13px; color: #5A6E4A;
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 14px; display: block;
}
.dd-brands-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px 8px;
}
.dd-brands-grid a {
  display: block; padding: 6px 8px; border-radius: 6px;
  font-family: Georgia, serif; font-size: 12px; font-style: italic;
  color: #2B4A1A; text-decoration: none;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.dd-brands-grid a:hover { background: #EAF0E3; color: #E8C84A; }

/* Ocultar nav default y dropdown de Tiendanube */
.nav-desktop-list,
.js-nav-desktop-list,
.js-desktop-dropdown,
.nav-dropdown-content,
.desktop-dropdown { display: none !important; }

/* Asegurar que nuestro dropdown aparece por encima de todo */
.sl-nav-item { position: relative; z-index: 9999; }
.sl-dropdown { z-index: 10000; }

/* ─── Container ─────────────────────────────── */
.sl-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Botones ───────────────────────────────── */
.sl-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--sl-transition);
  border: 2px solid transparent;
  line-height: 1;
}
.sl-btn-dark {
  background: var(--sl-green);
  color: var(--sl-white);
  border-color: var(--sl-green);
}
.sl-btn-dark:hover {
  background: var(--sl-peach);
  border-color: var(--sl-peach);
  color: var(--sl-white);
}
.sl-btn-ghost {
  background: transparent;
  color: var(--sl-green);
  border-color: var(--sl-green);
}
.sl-btn-ghost:hover {
  background: var(--sl-green);
  color: var(--sl-white);
}

/* ─── Cabecera de sección ───────────────────── */
.sl-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 16px;
}
.sl-section-head h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  color: var(--sl-green);
  margin: 0 0 6px;
  line-height: 1.2;
  font-style: normal;
}
.sl-section-head p {
  font-size: 14px;
  color: var(--sl-text-muted);
  margin: 0;
  font-style: italic;
}
.sl-see-all {
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  color: var(--sl-green);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1.5px solid var(--sl-peach);
  padding-bottom: 2px;
  transition: color var(--sl-transition);
  flex-shrink: 0;
}
.sl-see-all:hover { color: var(--sl-peach); }


/* ════════════════════════════════════════════
   1. ANNOUNCEMENT BAR
════════════════════════════════════════════ */
.sl-announcement-bar {
  background: var(--sl-green);
  color: var(--sl-cream);
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.sl-announcement-track {
  display: flex;
  gap: 64px;
  animation: sl-marquee 26s linear infinite;
  white-space: nowrap;
  will-change: transform;
}
.sl-announcement-track span {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
  font-family: Georgia, serif;
}
.sl-announcement-track i {
  color: var(--sl-peach);
  margin-right: 8px;
}
@keyframes sl-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes slCatAuto {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ════════════════════════════════════════════
   2. HERO CAROUSEL
════════════════════════════════════════════ */
.sl-hero {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 520px;
  max-height: 820px;
  overflow: hidden;
  background: var(--sl-cream);
}
.sl-hero-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sl-hero-track {
  position: relative;
  height: 100%;
}
.sl-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}
.sl-hero-slide.active {
  opacity: 1;
  pointer-events: all;
}
.sl-hero-slide--img {
  /* background-image moved to <img> tag for LCP optimization */
}
.sl-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.sl-hero-slide--img::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(29,52,18,0.45) 0%, rgba(29,52,18,0.05) 55%, transparent 100%);
}
.sl-hero-slide-cta {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  white-space: nowrap;
}
.sl-hero-h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 52px);
  color: #fff;
  margin: 0 0 10px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.sl-hero-sub {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: clamp(13px, 1.5vw, 18px);
  color: rgba(255,255,255,0.90);
  margin: 0 0 22px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}

/* Slide 3 — oferta animada */
.sl-hero-slide:not(.sl-hero-slide--img) {
  background: #ffffff;
}
.sl-hero-text {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sl-hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sl-hero-blob {
  position: absolute;
  top: -15%;
  right: -8%;
  width: 52vw;
  height: 52vw;
  max-width: 580px;
  max-height: 580px;
  background: var(--sl-peach-light);
  border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%;
  animation: sl-blob 9s ease-in-out infinite;
  opacity: 0.55;
  will-change: transform, border-radius;
}
.sl-hero-circle-lg {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 42vw;
  height: 42vw;
  max-width: 460px;
  max-height: 460px;
  border: 2px solid var(--sl-green-light);
  border-radius: 50%;
  opacity: 0.6;
}
.sl-hero-circle-sm {
  position: absolute;
  top: 12%;
  left: 8%;
  width: 140px;
  height: 140px;
  background: var(--sl-green-light);
  border-radius: 50%;
  opacity: 0.5;
}
.sl-hero-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--sl-white);
  border-radius: 20px;
  padding: 36px 48px;
  text-align: center;
  box-shadow: 0 24px 64px rgba(232,144,106,0.25);
  z-index: 2;
  border: 1px solid var(--sl-border);
}
.sl-tag-num {
  display: block;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(56px, 9vw, 88px);
  font-weight: 400;
  color: var(--sl-green);
  line-height: 1;
  letter-spacing: -0.02em;
}
.sl-tag-label {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(12px, 1.8vw, 15px);
  font-weight: 400;
  font-style: italic;
  color: var(--sl-peach);
  margin-top: 10px;
  letter-spacing: 0.06em;
}
@keyframes sl-blob {
  0%, 100% { border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%; }
  50%       { border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%; }
}

/* Puntos del hero */
.sl-hero-nav {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.sl-hdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  outline: none;
}
.sl-hdot.active {
  background: var(--sl-white);
  width: 26px;
  border-radius: 4px;
}


/* ════════════════════════════════════════════
   3. BENEFITS
════════════════════════════════════════════ */
.sl-benefits {
  padding: 32px 0;
  background: var(--sl-cream);
  border-bottom: 1px solid var(--sl-border);
}
.sl-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.sl-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sl-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: var(--sl-cream);
  border: 1.5px solid var(--sl-border);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.sl-benefit strong {
  display: block;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--sl-green);
  line-height: 1.3;
}
.sl-benefit span {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: var(--sl-text-muted);
  margin-top: 3px;
}


/* ════════════════════════════════════════════
   4. CATEGORÍAS — marquee infinito
════════════════════════════════════════════ */
.sl-categories {
  padding: 56px 0;
  background: var(--sl-white);
}
.sl-cat-wrapper {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 16px;
}
.sl-cat-viewport {
  overflow: hidden;
  flex: 1;
}
.sl-categories-row {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}
.sl-cat-arrow {
  width: 44px; height: 44px;
  border: 1.5px solid #DDD8C0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  color: #2B4A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
  line-height: 1;
  padding: 0;
}
.sl-cat-arrow:hover {
  background: #2B4A1A;
  color: #fff;
  border-color: #2B4A1A;
}
.sl-cat-item {
  flex-shrink: 0;
  width: 100px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--sl-text);
  transition: transform var(--sl-transition);
}
.sl-cat-item:hover { transform: translateY(-5px); }
.sl-cat-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--sl-cream);
  border: 2px solid transparent;
  transition: border-color var(--sl-transition), box-shadow var(--sl-transition);
}
.sl-cat-item:hover .sl-cat-icon {
  border-color: var(--sl-green);
  box-shadow: 0 0 0 4px var(--sl-green-light);
}
.sl-cat-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sl-cat-item span {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  color: var(--sl-text);
  line-height: 1.3;
  font-family: Georgia, serif;
}


/* ════════════════════════════════════════════
   5. COLECCIONES DESTACADAS
════════════════════════════════════════════ */
.sl-collections {
  padding: 0 0 64px;
  background: var(--sl-white);
}
.sl-collections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sl-col-card {
  border-radius: var(--sl-radius-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 48px;
  min-height: 220px;
  position: relative;
  gap: 20px;
  transition: transform var(--sl-transition);
}
.sl-col-card:hover { transform: translateY(-4px); }
.sl-col-pink {
  background: linear-gradient(135deg, #fdf5e0 0%, #f5e8c0 100%);
  border: 1px solid var(--sl-border);
}
.sl-col-green {
  background: linear-gradient(135deg, var(--sl-green-dark) 0%, var(--sl-green) 100%);
}
.sl-col-text { flex: 1; min-width: 0; }
.sl-col-text h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 400;
  margin: 0 0 10px;
  color: var(--sl-green);
  line-height: 1.2;
}
.sl-col-green .sl-col-text h3 { color: var(--sl-cream); }
.sl-col-text p {
  font-size: 14px;
  margin: 0 0 24px;
  color: var(--sl-text-muted);
  line-height: 1.6;
  font-style: italic;
}
.sl-col-green .sl-col-text p { color: rgba(254,250,232,0.75); }
.sl-col-link {
  display: inline-block;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 11px 26px;
  border-radius: 50px;
  transition: all var(--sl-transition);
  background: var(--sl-green);
  color: var(--sl-white);
}
.sl-col-link:hover { background: var(--sl-peach); }
.sl-col-green .sl-col-link { background: var(--sl-cream); color: var(--sl-green); }
.sl-col-green .sl-col-link:hover { background: var(--sl-peach); color: var(--sl-white); }
.sl-col-img-wrap {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  border-radius: var(--sl-radius);
  overflow: hidden;
}
.sl-col-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ════════════════════════════════════════════
   6. MÁS VENDIDOS
════════════════════════════════════════════ */
.sl-products-sec {
  padding: 80px 0;
  background: var(--sl-cream);
}
.sl-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.sl-prod-card {
  background: var(--sl-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(43,74,26,0.07);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  border: none;
}
.sl-prod-card:hover {
  box-shadow: 0 18px 48px rgba(43,74,26,0.15);
  transform: translateY(-6px);
}

/* ── Imagen portrait ── */
.sl-prod-img {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #F5F0E8;
}
.sl-prod-ph { width: 100%; height: 100%; }
.sl-prod-ph img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.55s ease;
}
.sl-prod-card:hover .sl-prod-ph img { transform: scale(1.08); }

/* Badges */
.sl-prod-badges {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  display: flex; flex-direction: column; gap: 4px;
}
.sl-b-best, .sl-b-new {
  font-size: 9.5px; font-style: italic;
  letter-spacing: 0.06em; padding: 4px 11px;
  border-radius: 50px; font-family: Georgia, serif;
  display: inline-block; backdrop-filter: blur(4px);
}
.sl-b-best { background: rgba(43,74,26,0.88); color: var(--sl-cream); }
.sl-b-best::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  border-radius: 1px;
  margin-right: 5px;
  vertical-align: middle;
  background: linear-gradient(to bottom,
    #FCD116 0%, #FCD116 50%,
    #003893 50%, #003893 75%,
    #CE1126 75%, #CE1126 100%
  );
}
.sl-b-new  { background: rgba(232,144,106,0.92); color: var(--sl-white); }

/* Wishlist */
.sl-wish-btn {
  position: absolute;
  top: 12px; right: 12px;
  width: 34px; height: 34px;
  border-radius: 50%; border: none;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: #9AA88E;
  transition: all 0.2s ease;
  z-index: 2;
}
.sl-wish-btn:hover { color: var(--sl-peach); transform: scale(1.1); }

/* Quick-add overlay */
.sl-prod-quick {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 16px 16px;
  background: linear-gradient(to top, rgba(29,52,18,0.90) 0%, rgba(29,52,18,0.0) 100%);
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  z-index: 3;
}
.sl-prod-card:hover .sl-prod-quick { opacity: 1; transform: translateY(0); }
.sl-prod-quick span {
  color: var(--sl-cream);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.sl-prod-cart-btn {
  padding: 10px 26px;
  background: var(--sl-white);
  color: var(--sl-green);
  border: none; border-radius: 50px;
  font-family: Georgia, serif; font-size: 12.5px;
  font-style: italic; cursor: pointer;
  letter-spacing: 0.03em;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.sl-prod-cart-btn:hover { background: var(--sl-peach); color: var(--sl-white); }

/* ── Info — layout tipo StyleKorean ── */
.sl-prod-info {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

/* Fila superior: marca (mayúscula) + icono carrito */
.sl-prod-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sl-brand {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
}
.sl-prod-cart-ico {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  color: #444;
  font-size: 11px;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.2s;
}
.sl-prod-cart-ico:hover { background: var(--sl-green); border-color: var(--sl-green); color: #fff; }

/* Nombre del producto */
.sl-prod-info a { text-decoration: none; color: inherit; }
.sl-prod-info h4 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-prod-info a:hover h4 { color: var(--sl-green); }

/* Fila de descuento — se oculta automáticamente si está vacía */
.sl-discount-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sl-discount-row:empty { display: none; }
.sl-discount-pct {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #E63946;
}
.sl-price-original {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 11px;
  color: #aaa;
  text-decoration: line-through;
}

/* Precio actual */
.sl-price {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  line-height: 1;
}

/* Estrellas */
.sl-stars-row {
  display: flex; align-items: center;
  gap: 2px; font-size: 10px; color: #C8A44A;
  margin-top: 2px;
}
.sl-stars-row span { color: #999; font-size: 10px; margin-left: 2px; }


/* ════════════════════════════════════════════
   7. TIPOS DE PIEL
════════════════════════════════════════════ */
.sl-skin-types {
  padding: 88px 0;
  background: var(--sl-white);
}
.sl-skin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sl-skin-card {
  border-radius: var(--sl-radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  min-height: 300px;
  transition: transform var(--sl-transition), box-shadow var(--sl-transition);
}
.sl-skin-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sl-shadow-hover);
}
.sl-skin-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.sl-skin-card:hover .sl-skin-img { transform: scale(1.06); }
.sl-skin-img-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(29,52,18,0.85) 0%,
    rgba(29,52,18,0.30) 55%,
    rgba(29,52,18,0.05) 100%
  );
}
.sl-skin-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 22px;
  z-index: 2;
}
.sl-skin-tag {
  display: inline-block;
  background: var(--sl-peach);
  color: var(--sl-white);
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 9px;
  font-family: Georgia, serif;
}
.sl-skin-body h4 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--sl-white);
  margin: 0 0 6px;
  line-height: 1.25;
}
.sl-skin-body p {
  font-size: 13px;
  font-style: italic;
  color: rgba(255,255,255,0.80);
  margin: 0 0 10px;
  line-height: 1.6;
}
.sl-skin-cta {
  font-size: 13px;
  font-style: italic;
  color: var(--sl-peach-light);
  font-family: Georgia, serif;
  display: inline-block;
  transition: color var(--sl-transition);
}
.sl-skin-card:hover .sl-skin-cta { color: var(--sl-white); }


/* ════════════════════════════════════════════
   8. VIRALES
════════════════════════════════════════════ */
.sl-viral-sec {
  padding: 88px 0;
  background: var(--sl-green-dark);
}
.sl-viral-sec .sl-section-head h2 { color: var(--sl-cream); }
.sl-viral-sec .sl-section-head p { color: rgba(254,250,232,0.85); }
.sl-viral-sec .sl-see-all {
  color: var(--sl-peach-light);
  border-color: var(--sl-peach);
}
.sl-viral-sec .sl-see-all:hover { color: var(--sl-peach); }
.sl-viral-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
/* ── Tarjeta viral: video arriba + info blanca abajo ── */
.sl-viral-card {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  display: block;
  transition: transform var(--sl-transition), box-shadow var(--sl-transition);
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
  text-decoration: none;
}
.sl-viral-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

/* ── Zona del video — padding-top hack garantiza el ratio en todos los browsers ── */
.sl-viral-video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 112%;
  overflow: hidden;
  background: #111;
}
/* Más alto en mobile (portrait/TikTok) */
@media (max-width: 680px) {
  .sl-viral-video-wrap { padding-top: 155% !important; }
}
.sl-viral-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 0.55s ease, opacity 0.3s ease;
}
.sl-viral-card:hover .sl-viral-bg-video {
  transform: scale(1.06);
  opacity: 1;
}
.sl-viral-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 55%);
}
.sl-viral-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.70);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sl-viral-tap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.20);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  z-index: 3;
  transition: all var(--sl-transition);
  padding-left: 3px;
}
.sl-viral-card:hover .sl-viral-tap {
  background: var(--sl-peach);
  transform: translate(-50%, -50%) scale(1.1);
}

/* ── Zona de info blanca ── */
.sl-viral-card-info {
  background: #fff;
  padding: 10px 12px 12px;
  flex: 1;
}
.sl-viral-card-row {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 7px;
}
.sl-viral-prod-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #e0e0e0;
  flex-shrink: 0;
  background: #f0f0f0;
}
.sl-viral-prod-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sl-viral-prod-thumb--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #2B4A1A;
  background: #d4ede5;
  font-family: 'Inter', sans-serif;
  border: 1.5px solid #2B4A1A !important;
}
.sl-viral-card-meta {
  flex: 1;
  min-width: 0;
}
.sl-viral-brand {
  display: block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111;
  margin-bottom: 3px;
  font-family: 'Inter', sans-serif;
}
.sl-viral-price {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--sl-green);
  font-family: 'Inter', sans-serif;
}
.sl-viral-name {
  font-size: 11px;
  font-weight: 400;
  color: #555;
  margin: 0;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* ════════════════════════════════════════════
   9. TESTIMONIOS
════════════════════════════════════════════ */
.sl-testimonials {
  padding: 96px 0 80px;
  background: var(--sl-cream);
}
.sl-test-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.sl-test-card {
  background: var(--sl-white);
  border-radius: var(--sl-radius-lg);
  border: 1px solid var(--sl-border);
  border-left: 4px solid var(--sl-green);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition: box-shadow var(--sl-transition), transform var(--sl-transition), border-left-color var(--sl-transition);
  position: relative;
  min-height: 230px;
  box-shadow: 0 2px 14px rgba(43,74,26,0.07);
}
.sl-test-card:hover {
  box-shadow: 0 14px 44px rgba(43,74,26,0.15);
  transform: translateY(-5px);
  border-left-color: var(--sl-peach);
}
.sl-test-card::before {
  content: '\201C';
  position: absolute;
  top: 6px; right: 18px;
  font-family: Georgia, serif;
  font-size: 88px;
  color: var(--sl-peach);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  opacity: 0.15;
}

/* Foto — lado izquierdo, altura completa */
.sl-test-photo { flex-shrink: 0; width: 160px; }
.sl-test-photo-ph {
  width: 100%;
  height: 100%;
  min-height: 230px;
  overflow: hidden;
  background: var(--sl-cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
  position: relative;
}
.sl-test-photo-ph::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(255,255,255,0.25) 100%);
  pointer-events: none;
}
.sl-test-photo-ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.55s ease;
}
.sl-test-card:hover .sl-test-photo-ph img { transform: scale(1.06); }
.sl-test-photo-ph span {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 52px; font-weight: 400;
  color: var(--sl-green);
}

/* Contenido derecha */
.sl-test-content {
  flex: 1;
  padding: 24px 26px 22px 22px;
  position: relative;
  z-index: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.sl-test-stars {
  display: flex;
  gap: 3px;
  color: #C8A44A;
  font-size: 14px;
  margin-bottom: 12px;
}
.sl-test-content p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--sl-text);
  margin: 0 0 16px;
  font-style: italic;
  font-family: Georgia, serif;
  flex: 1;
}
.sl-test-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sl-test-author strong {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--sl-green);
}
.sl-test-author span {
  font-size: 12px;
  font-style: italic;
  color: var(--sl-text-muted);
}
.sl-test-author span::before { content: ' · '; }
.sl-test-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--sl-green-light);
  border: 1px solid rgba(43,74,26,0.14);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 11px;
  color: var(--sl-green);
  font-style: italic;
  font-family: Georgia, serif;
  width: fit-content;
}
.sl-test-meta i { color: var(--sl-green); font-size: 11px; }
.sl-test-meta em {
  font-style: normal;
  color: var(--sl-green);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 11px;
}
.sl-test-more { text-align: center; margin-top: 8px; }


/* ════════════════════════════════════════════
   10. VIRAL MODAL
════════════════════════════════════════════ */
.sl-viral-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sl-viral-modal.active { display: flex; }
.sl-viral-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(29,52,18,0.88);
  backdrop-filter: blur(8px);
}
.sl-viral-modal-content {
  position: relative;
  z-index: 1;
  background: var(--sl-white);
  border-radius: var(--sl-radius-lg);
  overflow: hidden;
  display: flex;
  max-width: 860px;
  width: 100%;
  max-height: 90vh;
  box-shadow: 0 40px 80px rgba(29,52,18,0.4);
}
.sl-viral-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: none;
  background: var(--sl-green);
  color: var(--sl-white);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 10;
  transition: background var(--sl-transition);
}
.sl-viral-modal-close:hover { background: var(--sl-peach); }
.sl-viral-modal-left {
  flex: 1;
  background: var(--sl-green-dark);
  display: flex;
  align-items: center;
}
.sl-viral-modal-left video {
  width: 100%;
  height: 100%;
  max-height: 75vh;
  object-fit: cover;
  display: block;
}
.sl-viral-modal-right {
  width: 290px;
  flex-shrink: 0;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  background: var(--sl-cream);
}
.sl-modal-prod-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--sl-radius);
  background: var(--sl-cream-dark);
  display: block;
  margin-bottom: 4px;
}
.sl-viral-modal-right h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--sl-green);
  margin: 0;
  line-height: 1.35;
}
.sl-viral-modal-right .sl-viral-price {
  color: var(--sl-green);
}
.sl-viral-cart-btn {
  display: block;
  text-align: center;
  padding: 15px;
  background: var(--sl-green);
  color: var(--sl-white);
  border-radius: 50px;
  text-decoration: none;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  transition: background var(--sl-transition);
  margin-top: 6px;
}
.sl-viral-cart-btn:hover { background: var(--sl-peach); color: var(--sl-white); }


/* ════════════════════════════════════════════
   11. RESPONSIVE
════════════════════════════════════════════ */

/* ── 1100px: tablet grande ─────────────────── */
@media (max-width: 1100px) {
  .sl-products-grid { grid-template-columns: repeat(2, 1fr); }
  .sl-viral-track   { grid-template-columns: repeat(3, 1fr); }
}

/* ── 900px: tablet ──────────────────────────── */
@media (max-width: 900px) {
  .sl-benefits-grid         { grid-template-columns: repeat(4, 1fr); }
  .sl-skin-grid             { grid-template-columns: repeat(2, 1fr); }
  .sl-collections-grid      { grid-template-columns: 1fr; }
  .sl-col-card              { padding: 30px 32px; min-height: 180px; }
  .sl-col-img-wrap          { width: 120px; height: 120px; }
  .sl-test-grid             { grid-template-columns: 1fr; }
  .sl-viral-modal-content   { flex-direction: column; max-height: 92vh; }
  .sl-viral-modal-right     { width: 100%; padding: 20px 24px; gap: 10px; }
  .sl-viral-modal-left video { max-height: 50vh; }
  .sl-modal-prod-img        { display: none; }
}

/* ── 680px: móvil grande ───────────────────── */
@media (max-width: 680px) {
  /* Layout */
  .sl-container     { padding: 0 16px; }
  .sl-section-head  { flex-direction: column; align-items: flex-start; gap: 8px; margin-bottom: 24px; }

  /* Hero — slider peek tipo StyleKorean */
  .sl-hero {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    padding-bottom: 36px;
  }
  .sl-hero-viewport {
    position: relative !important;
    inset: auto !important;
    padding: 0 20px;
    overflow: visible;
  }
  .sl-hero-track {
    display: flex !important;
    position: static !important;
    gap: 12px;
    height: auto !important;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sl-hero-slide {
    position: relative !important;
    inset: auto !important;
    flex: 0 0 calc(100% - 32px) !important;
    aspect-ratio: 3 / 4;
    height: auto !important;
    opacity: 1 !important;
    pointer-events: all !important;
    border-radius: 18px;
    overflow: hidden;
  }
  .sl-hero-nav {
    position: absolute !important;
    bottom: 6px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .sl-hero-slide-cta {
    bottom: 24px !important;
    left: 20px !important;
    right: 20px !important;
    transform: none !important;
    width: auto !important;
    white-space: normal !important;
    text-align: left;
  }
  .sl-hero-h1 {
    font-size: 20px !important;
    white-space: normal !important;
    word-break: break-word !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
  }
  .sl-hero-sub {
    font-size: 11px !important;
    margin-bottom: 12px !important;
    white-space: normal !important;
    line-height: 1.4 !important;
  }
  .sl-hero-tag      { padding: 24px 28px; }
  .sl-hero-tag .sl-tag-num { font-size: 40px; }

  /* Announcement */
  .sl-announcement-track span { font-size: 10px; letter-spacing: 0.07em; }
  .sl-announcement-bar        { height: 36px; }

  /* Benefits — scroll horizontal tipo StyleKorean */
  .sl-benefits { padding: 14px 0 6px; border-bottom: none; }
  .sl-benefits .sl-container { padding: 0; overflow: visible; }
  .sl-benefits-grid {
    display: flex !important;
    grid-template-columns: unset !important;
    gap: 0 !important;
    overflow-x: auto;
    padding: 6px 20px 14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .sl-benefits-grid::-webkit-scrollbar { display: none; }
  .sl-benefit {
    flex: 0 0 80px !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 6px !important;
    gap: 8px !important;
  }
  .sl-benefit-icon {
    width: 64px !important;
    height: 64px !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.11), 0 1px 4px rgba(0,0,0,0.07) !important;
    font-size: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .sl-benefit:nth-child(1) .sl-benefit-icon { animation: sl-float 3.2s ease-in-out infinite; }
  .sl-benefit:nth-child(2) .sl-benefit-icon { animation: sl-float 3.2s ease-in-out infinite 0.6s; }
  .sl-benefit:nth-child(3) .sl-benefit-icon { animation: sl-float 3.2s ease-in-out infinite 1.2s; }
  .sl-benefit:nth-child(4) .sl-benefit-icon { animation: sl-float 3.2s ease-in-out infinite 1.8s; }
  .sl-benefit strong {
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #222 !important;
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
  }
  .sl-benefit span { display: none !important; }

  /* Categorías */
  .sl-categories    { padding: 32px 0; }
  .sl-cat-wrapper   { padding: 0 16px; gap: 10px; }
  .sl-cat-item      { width: 76px; }
  .sl-cat-icon      { width: 64px; height: 64px; }
  .sl-categories-row { gap: 12px; }
  .sl-cat-arrow     { width: 30px; height: 30px; font-size: 14px; flex-shrink: 0; }

  /* Colecciones */
  .sl-collections   { padding: 40px 0; }
  .sl-col-card      { padding: 26px 22px; min-height: 160px; }
  .sl-col-card h3   { font-size: 24px; }
  .sl-col-img-wrap  { width: 100px; height: 100px; }

  /* Best Sellers — grid 2 columnas en móvil */
  .sl-products-sec  { padding: 40px 0; }
  .sl-products-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    overflow-x: visible !important;
    gap: 12px;
    padding-bottom: 0;
    scrollbar-width: auto;
  }
  .sl-prod-card {
    flex: unset;
    min-width: unset;
    width: 100%;
  }
  .sl-prod-info     { padding: 8px 8px 0; gap: 4px; }
  .sl-prod-info h4  { font-size: 12px; line-height: 1.4; }
  .sl-price         { font-size: 15px; }
  .sl-price-row     { padding: 8px 10px 12px; }
  .sl-prod-add-btn  { width: 36px; height: 36px; font-size: 18px; }
  .sl-prod-cart-btn { padding: 9px; font-size: 11px; }
  .sl-prod-badges span { font-size: 9px; padding: 3px 8px; }

  /* Tipos de piel */
  .sl-skin-types    { padding: 52px 0; }
  .sl-skin-grid     { grid-template-columns: 1fr 1fr; gap: 12px; }
  .sl-skin-card     { min-height: 210px; }
  .sl-skin-body     { padding: 18px 16px; }
  .sl-skin-body h4  { font-size: 17px; }
  .sl-skin-body p   {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px;
    opacity: 0.85;
    margin: 0;
  }

  /* Virales — scroll horizontal en móvil */
  .sl-viral-sec     { padding: 40px 0; }
  .sl-viral-track {
    display: flex !important;
    grid-template-columns: unset !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 4px 4px 12px;
    scrollbar-width: none;
  }
  .sl-viral-track::-webkit-scrollbar { display: none; }
  .sl-viral-card {
    flex: 0 0 158px !important;
    min-width: 158px !important;
    scroll-snap-align: start;
  }
  .sl-viral-card-info { padding: 10px 10px 12px; }
  .sl-viral-prod-thumb { width: 48px; height: 48px; }
  .sl-viral-brand   { font-size: 9px; }
  .sl-viral-price   { font-size: 12px; }
  .sl-viral-name    { font-size: 10px; }

  /* Testimonios */
  .sl-testimonials  { padding: 52px 0 44px; }
  .sl-test-card     { flex-direction: column; min-height: 0; }
  .sl-test-photo    { width: 100%; }
  .sl-test-photo-ph { min-height: 200px; height: 200px; }
  .sl-test-content  { padding: 18px 18px 20px; }
  .sl-test-content p { font-size: 13px; line-height: 1.7; }
  .sl-test-content::before { font-size: 52px !important; top: 8px; right: 14px; }

  /* Modal */
  .sl-viral-modal   { padding: 12px; }
  .sl-viral-modal-content { border-radius: 12px; }
}

/* ── 420px: móvil pequeño ──────────────────── */
@media (max-width: 420px) {
  /* Hero */
  .sl-hero          { height: auto !important; min-height: unset !important; }

  /* Colecciones */
  .sl-col-card      { flex-direction: column; min-height: 0; }
  .sl-col-img-wrap  { width: 100%; height: 150px; border-radius: 0 0 var(--sl-radius) var(--sl-radius); }
  .sl-col-text      { padding: 22px 20px; }

  /* Tipos de piel */
  .sl-skin-grid     { grid-template-columns: 1fr; }
  .sl-skin-card     { min-height: 200px; }
  .sl-skin-body p   { display: block; }

  /* Virales 420px */
  .sl-viral-track   { gap: 8px; }
  .sl-viral-card    { flex: 0 0 148px !important; min-width: 148px !important; }

  /* Products */
  .sl-products-grid { gap: 10px; }
  .sl-prod-card     { width: 100%; }
  .sl-prod-info h4  { font-size: 12px; }

  /* Benefits — sin cambios en 420px, hereda el scroll horizontal */

  /* Test */
  .sl-test-card     { padding: 18px 16px; }
}

/* ════════════════════════════════════════════
   TIPOGRAFÍA GLOBAL — Georgia + DM Serif Display
════════════════════════════════════════════ */
/* Navegación del header */
.head-main .sl-custom-nav,
.head-main .sl-nav-list a,
.head-main .nav-desktop a,
.js-nav-desktop-list a {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-style: italic;
}
/* Títulos h1-h4 en todo el sitio */
h1, h2, h3, h4 {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-weight: 400 !important;
}
/* Texto de botones y links del header */
.head-main { font-family: Georgia, serif; }

/* ── Ocultar nav desktop personalizada en móvil ── */
@media (max-width: 767px) {
  .sl-custom-nav { display: none !important; }
}
/* ── Mostrar solo en desktop ── */
@media (min-width: 768px) {
  .sl-custom-nav { display: flex !important; }
}

/* ════════════════════════════════════════════
   MOBILE ENHANCEMENTS — Soleen Skin
   Mejoras de experiencia móvil sobre el tema
   Tiendanube nativo + secciones custom
════════════════════════════════════════════ */

/* ─── 1. Menú hamburger / drawer mobile (Tiendanube nativo) ─── */
/* El drawer nativo opera en < 767px cuando sl-custom-nav está oculto */
.nav-panel {
  background: #FEFAE8 !important;
}
.nav-panel-inner {
  padding: 20px 16px;
}
.js-nav-panel-list a,
.nav-panel a {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-style: italic;
  color: #2B4A1A !important;
  font-size: 15px;
  border-bottom: 1px solid #DDD8C0;
  padding: 12px 4px;
  display: block;
  text-decoration: none;
}
.js-nav-panel-list a:hover,
.nav-panel a:hover {
  color: #C4A030 !important;
  background: transparent;
}
/* Botón hamburger */
.nav-toggle,
.js-header-toggle {
  color: #2B4A1A !important;
}

/* ─── 2. Touch targets ─── */
@media (max-width: 680px) {
  .soleen-home .sl-prod-add-btn {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .sl-viral-modal-close {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

/* ─── 3. Announcement bar — texto más legible en mobile ─── */
@media (max-width: 680px) {
  .soleen-home .sl-announcement-track span {
    font-size: 11.5px;
    padding: 0 6px;
  }
}


/* ─── FAQ ─── */
.sl-faq-sec {
  background: #FEFAE8;
  padding: 72px 0 64px;
}
.sl-faq-sec .sl-section-head { margin-bottom: 40px; }
.sl-faq-list {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sl-faq-item {
  background: #fff;
  border: 1px solid #DDD8C0;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .2s;
}
.sl-faq-item:has(.sl-faq-q[aria-expanded="true"]) {
  box-shadow: 0 4px 20px rgba(43,74,26,.10);
  border-color: #2B4A1A;
}
.sl-faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 17px;
  color: #2B4A1A;
  font-weight: 400;
  gap: 20px;
  line-height: 1.3;
}
.sl-faq-q:hover { background: #FEFAE8; }
.sl-faq-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #FEFAE8;
  border: 1.5px solid #DDD8C0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #2B4A1A;
  font-style: normal;
  font-family: Georgia, serif;
  transition: transform .25s, background .2s, border-color .2s;
  line-height: 1;
}
.sl-faq-q[aria-expanded="true"] .sl-faq-icon {
  transform: rotate(45deg);
  background: #2B4A1A;
  border-color: #2B4A1A;
  color: #E8C84A;
}
.sl-faq-a {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #5A6E4A;
  line-height: 1.85;
  padding: 0 24px 20px;
  display: none;
  border-top: 1px solid #F0EDD8;
  padding-top: 16px;
}
.sl-faq-a.open { display: block; }
@media(max-width:680px) {
  .sl-faq-q { font-size: 15px; padding: 16px 18px; }
  .sl-faq-a { font-size: 14px; padding: 12px 18px 18px; }
}

/* ─── 4. Modal viral — pantallas pequeñas (< 480px) ─── */
@media (max-width: 480px) {
  .sl-viral-modal-left video {
    max-height: 40vh;
  }
  .sl-viral-modal-right {
    padding: 16px 18px;
    gap: 8px;
  }
  .sl-viral-modal-right h3 {
    font-size: 16px;
  }
  .sl-viral-cart-btn {
    padding: 13px;
    font-size: 13px;
  }
}

/* ─── 5. Hero CTA — móvil muy pequeño ─── */
@media (max-width: 420px) {
  .soleen-home .sl-hero-slide-cta {
    bottom: 28px;
  }
  .soleen-home .sl-hero-slide-cta .sl-btn {
    font-size: 13px;
    padding: 11px 22px;
  }
}

/* ─── Barra de anuncio sitewide ─── */
.sl-announce-bar {
  background: #2B4A1A;
  color: #FEFAE8;
  text-align: center;
  padding: 9px 16px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sl-announce-sep { opacity: 0.55; }
@media (max-width: 480px) {
  .sl-announce-bar { font-size: 11.5px; padding: 8px 12px; gap: 5px; }
  .sl-announce-sep { display: none; }
}

/* ─── Marca en tarjetas de producto ─── */
.sl-item-brand {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 11px;
  color: #5A6E4A;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 1.3;
}

/* ════════════════════════════════════════════
   TIPOGRAFÍA INTER — textos funcionales en móvil
   Sans-serif más legible en pantallas pequeñas
════════════════════════════════════════════ */
@media (max-width: 680px) {
  .sl-prod-info h4,
  .sl-price,
  .sl-prod-badges span,
  .sl-cat-label,
  .sl-announcement-track span,
  .sl-faq-q,
  .sl-faq-a,
  .sl-test-content p,
  .sl-viral-name,
  .sl-viral-price,
  .sl-benefit strong,
  .sl-benefit span {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
  }
  .sl-faq-q { font-weight: 500; }
  .sl-prod-info h4 { font-weight: 500; letter-spacing: 0; }
  .sl-price { font-weight: 600; }
}

