{"product_id":"product-1","title":".","description":"{% comment %} ============================================\n   AMPOLLA GLASS SKIN — Landing Ultra Conversión\n   Shopify OS 2.0 | Mobile First | Beauty Theme\n   ============================================ {% endcomment %}\n\n\u003cstyle\u003e\n\/* ===== VARIABLES ===== *\/\n:root {\n  --gs-primary: #FF6B9D;\n  --gs-secondary: #FFB3D1;\n  --gs-accent: #C8A951;\n  --gs-dark: #2D1B2E;\n  --gs-light: #FFF5F9;\n  --gs-white: #FFFFFF;\n  --gs-shadow: 0 4px 20px rgba(255,107,157,0.15);\n  --gs-radius: 16px;\n  --gs-radius-btn: 50px;\n  --gs-transition: 0.3s ease;\n}\n\n\/* ===== RESET BASE ===== *\/\n.gs-landing * { box-sizing: border-box; margin: 0; padding: 0; }\n.gs-landing { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--gs-dark); }\n\n\/* ===== ANIMACIONES ===== *\/\n@keyframes gs-pulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.85; }\n}\n@keyframes gs-fadeInUp {\n  from { opacity: 0; transform: translateY(24px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n@keyframes gs-slideInLeft {\n  from { opacity: 0; transform: translateX(-120px); }\n  to { opacity: 1; transform: translateX(0); }\n}\n@keyframes gs-slideOutLeft {\n  from { opacity: 1; transform: translateX(0); }\n  to { opacity: 0; transform: translateX(-120px); }\n}\n.gs-animate { animation: gs-fadeInUp 0.6s ease both; }\n\n\/* ===== 1. BARRA DE URGENCIA ===== *\/\n.gs-urgency-bar {\n  background: linear-gradient(90deg, #FF6B9D, #FF3D7F, #FF6B9D);\n  background-size: 200% 100%;\n  color: #fff;\n  text-align: center;\n  padding: 10px 16px;\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: 0.3px;\n  animation: gs-pulse 2s infinite;\n  position: sticky;\n  top: 0;\n  z-index: 100;\n}\n\n\/* ===== 2. HERO ===== *\/\n.gs-hero {\n  background: linear-gradient(160deg, #FFF5F9 0%, #FFE8F2 100%);\n  padding: 32px 20px 40px;\n}\n.gs-hero__inner {\n  max-width: 480px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n}\n.gs-hero__image-wrap {\n  border-radius: var(--gs-radius);\n  overflow: hidden;\n  box-shadow: var(--gs-shadow);\n  aspect-ratio: 1\/1;\n  background: #fff;\n}\n.gs-hero__image-wrap img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n.gs-hero__rating {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 13px;\n  color: #888;\n}\n.gs-hero__stars { color: #FFB800; font-size: 16px; }\n.gs-hero__rating strong { color: var(--gs-dark); }\n.gs-hero__title {\n  font-size: clamp(24px, 6vw, 34px);\n  font-weight: 800;\n  line-height: 1.2;\n  color: var(--gs-dark);\n}\n.gs-hero__subtitle {\n  font-size: 16px;\n  color: #666;\n  line-height: 1.6;\n}\n.gs-hero__badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.gs-badge-pill {\n  background: #fff;\n  border: 1.5px solid var(--gs-secondary);\n  color: var(--gs-primary);\n  border-radius: 50px;\n  padding: 6px 14px;\n  font-size: 12px;\n  font-weight: 600;\n}\n.gs-btn-cta {\n  display: block;\n  width: 100%;\n  background: linear-gradient(135deg, #FF6B9D, #FF3D7F);\n  color: #fff !important;\n  text-align: center;\n  padding: 18px 24px;\n  border-radius: var(--gs-radius-btn);\n  font-size: 17px;\n  font-weight: 800;\n  text-decoration: none !important;\n  box-shadow: 0 8px 24px rgba(255,61,127,0.35);\n  transition: transform var(--gs-transition), box-shadow var(--gs-transition);\n  letter-spacing: 0.3px;\n}\n.gs-btn-cta:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 12px 32px rgba(255,61,127,0.45);\n}\n\n\/* ===== 3. TRUST BADGES ===== *\/\n.gs-trust {\n  padding: 28px 20px;\n  background: var(--gs-white);\n}\n.gs-trust__grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  max-width: 480px;\n  margin: 0 auto;\n}\n.gs-trust__card {\n  background: var(--gs-light);\n  border-radius: var(--gs-radius);\n  padding: 16px 10px;\n  text-align: center;\n  box-shadow: var(--gs-shadow);\n}\n.gs-trust__icon { font-size: 28px; margin-bottom: 6px; }\n.gs-trust__title { font-size: 12px; font-weight: 700; color: var(--gs-dark); line-height: 1.3; }\n.gs-trust__desc { font-size: 11px; color: #888; margin-top: 3px; }\n\n\/* ===== 4. POPUP COMPRAS EN VIVO ===== *\/\n.gs-live-popup {\n  position: fixed;\n  bottom: 20px;\n  left: 16px;\n  z-index: 999;\n  background: #fff;\n  border-radius: 12px;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.15);\n  padding: 12px 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  max-width: 280px;\n  font-size: 13px;\n  display: none;\n}\n.gs-live-popup__dot {\n  width: 10px; height: 10px;\n  background: #22C55E;\n  border-radius: 50%;\n  flex-shrink: 0;\n  animation: gs-pulse 1.5s infinite;\n}\n.gs-live-popup__text { color: var(--gs-dark); line-height: 1.4; }\n.gs-live-popup.gs-show { display: flex; animation: gs-slideInLeft 0.4s ease; }\n.gs-live-popup.gs-hide { animation: gs-slideOutLeft 0.4s ease; }\n\n\/* ===== 5. BARRA DE STOCK ===== *\/\n.gs-stock {\n  background: #FFF0F5;\n  border-left: 4px solid var(--gs-primary);\n  margin: 0 20px 0;\n  padding: 14px 16px;\n  border-radius: 0 12px 12px 0;\n}\n.gs-stock__text {\n  font-size: 14px;\n  font-weight: 700;\n  color: #C0003C;\n  margin-bottom: 8px;\n}\n.gs-stock__bar-bg {\n  height: 8px;\n  background: #FFD6E7;\n  border-radius: 50px;\n  overflow: hidden;\n}\n.gs-stock__bar-fill {\n  height: 100%;\n  background: linear-gradient(90deg, #FF6B9D, #FF3D7F);\n  border-radius: 50px;\n  width: 75%;\n}\n.gs-stock__label { font-size: 11px; color: #888; margin-top: 4px; }\n\n\/* ===== 6. PROBLEMA VS SOLUCIÓN ===== *\/\n.gs-pvs {\n  padding: 40px 20px;\n  background: var(--gs-white);\n}\n.gs-section-title {\n  font-size: clamp(20px, 5vw, 28px);\n  font-weight: 800;\n  text-align: center;\n  color: var(--gs-dark);\n  margin-bottom: 24px;\n  line-height: 1.3;\n}\n.gs-pvs__grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  max-width: 480px;\n  margin: 0 auto;\n}\n.gs-pvs__col {\n  background: var(--gs-light);\n  border-radius: var(--gs-radius);\n  padding: 16px;\n}\n.gs-pvs__col-title {\n  font-size: 13px;\n  font-weight: 800;\n  margin-bottom: 12px;\n  text-align: center;\n}\n.gs-pvs__item {\n  font-size: 13px;\n  line-height: 1.5;\n  padding: 5px 0;\n  border-bottom: 1px solid rgba(0,0,0,0.05);\n}\n.gs-pvs__item:last-child { border-bottom: none; }\n\n\/* ===== 7. BENEFICIOS ===== *\/\n.gs-benefits {\n  padding: 40px 20px;\n  background: var(--gs-light);\n}\n.gs-benefits__grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  max-width: 520px;\n  margin: 0 auto;\n}\n.gs-benefit-card {\n  background: var(--gs-white);\n  border-radius: var(--gs-radius);\n  padding: 20px 14px;\n  text-align: center;\n  box-shadow: var(--gs-shadow);\n  transition: transform var(--gs-transition);\n}\n.gs-benefit-card:hover { transform: translateY(-4px); }\n.gs-benefit-card__icon { font-size: 32px; margin-bottom: 8px; }\n.gs-benefit-card__title { font-size: 14px; font-weight: 700; color: var(--gs-dark); margin-bottom: 4px; }\n.gs-benefit-card__desc { font-size: 12px; color: #888; line-height: 1.5; }\n\n\/* ===== 8. CÓMO USAR ===== *\/\n.gs-steps {\n  padding: 40px 20px;\n  background: var(--gs-white);\n}\n.gs-steps__list {\n  max-width: 420px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n}\n.gs-step {\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n  position: relative;\n  padding-bottom: 24px;\n}\n.gs-step:last-child { padding-bottom: 0; }\n.gs-step__left { display: flex; flex-direction: column; align-items: center; }\n.gs-step__num {\n  width: 40px; height: 40px;\n  background: linear-gradient(135deg, #FF6B9D, #FF3D7F);\n  color: #fff;\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-weight: 800; font-size: 16px;\n  flex-shrink: 0;\n  box-shadow: 0 4px 12px rgba(255,107,157,0.3);\n}\n.gs-step__line {\n  width: 2px;\n  flex: 1;\n  background: var(--gs-secondary);\n  margin-top: 4px;\n  min-height: 30px;\n}\n.gs-step:last-child .gs-step__line { display: none; }\n.gs-step__content { padding-top: 8px; }\n.gs-step__title { font-size: 16px; font-weight: 700; color: var(--gs-dark); margin-bottom: 4px; }\n.gs-step__desc { font-size: 13px; color: #888; line-height: 1.5; }\n\n\/* ===== 9. REVIEWS ===== *\/\n.gs-reviews {\n  padding: 40px 20px;\n  background: var(--gs-light);\n}\n.gs-reviews__summary {\n  text-align: center;\n  margin-bottom: 24px;\n}\n.gs-reviews__score { font-size: 48px; font-weight: 800; color: var(--gs-primary); line-height: 1; }\n.gs-reviews__stars { font-size: 24px; color: #FFB800; }\n.gs-reviews__count { font-size: 13px; color: #888; margin-top: 4px; }\n.gs-reviews__grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 14px;\n  max-width: 480px;\n  margin: 0 auto;\n}\n.gs-review-card {\n  background: var(--gs-white);\n  border-radius: var(--gs-radius);\n  padding: 18px;\n  box-shadow: var(--gs-shadow);\n}\n.gs-review-card__stars { color: #FFB800; font-size: 14px; margin-bottom: 8px; }\n.gs-review-card__text { font-size: 14px; color: #444; line-height: 1.6; margin-bottom: 10px; font-style: italic; }\n.gs-review-card__author { font-size: 12px; font-weight: 700; color: var(--gs-primary); }\n\n\/* ===== 10. BUNDLE ===== *\/\n.gs-bundle {\n  padding: 40px 20px;\n  background: var(--gs-white);\n}\n.gs-bundle__grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 14px;\n  max-width: 480px;\n  margin: 0 auto;\n}\n.gs-bundle-card {\n  border: 2px solid var(--gs-secondary);\n  border-radius: var(--gs-radius);\n  padding: 20px;\n  position: relative;\n  text-align: center;\n}\n.gs-bundle-card.gs-featured {\n  border-color: var(--gs-primary);\n  box-shadow: 0 8px 24px rgba(255,107,157,0.2);\n}\n.gs-bundle-card__badge {\n  position: absolute;\n  top: -12px;\n  left: 50%;\n  transform: translateX(-50%);\n  background: var(--gs-primary);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  padding: 4px 14px;\n  border-radius: 50px;\n  white-space: nowrap;\n}\n.gs-bundle-card__title { font-size: 18px; font-weight: 800; color: var(--gs-dark); margin-bottom: 4px; }\n.gs-bundle-card__price { font-size: 26px; font-weight: 800; color: var(--gs-primary); margin: 8px 0; }\n.gs-bundle-card__desc { font-size: 13px; color: #888; margin-bottom: 14px; }\n.gs-btn-bundle {\n  display: block;\n  background: linear-gradient(135deg, #FF6B9D, #FF3D7F);\n  color: #fff !important;\n  padding: 14px 20px;\n  border-radius: var(--gs-radius-btn);\n  font-weight: 700;\n  font-size: 15px;\n  text-decoration: none !important;\n  transition: transform var(--gs-transition);\n}\n.gs-btn-bundle:hover { transform: translateY(-2px); }\n\n\/* ===== 11. CARACTERÍSTICAS TÉCNICAS ===== *\/\n.gs-tech {\n  padding: 40px 20px;\n  background: var(--gs-light);\n}\n.gs-tech__grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  max-width: 480px;\n  margin: 0 auto;\n}\n.gs-tech-item {\n  background: var(--gs-white);\n  border-radius: 12px;\n  padding: 14px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  box-shadow: var(--gs-shadow);\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--gs-dark);\n}\n.gs-tech-item__icon { font-size: 22px; flex-shrink: 0; }\n\n\/* ===== 12. FAQ ===== *\/\n.gs-faq {\n  padding: 40px 20px;\n  background: var(--gs-white);\n}\n.gs-faq__list {\n  max-width: 480px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.gs-faq-item { border-radius: 12px; overflow: hidden; box-shadow: var(--gs-shadow); }\n.gs-faq-item input[type=\"checkbox\"] { display: none; }\n.gs-faq-item__label {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 16px 18px;\n  background: var(--gs-white);\n  cursor: pointer;\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--gs-dark);\n  user-select: none;\n  border: 1.5px solid #FFE0EE;\n  border-radius: 12px;\n  transition: background var(--gs-transition);\n}\n.gs-faq-item__label:hover { background: var(--gs-light); }\n.gs-faq-item__label::after { content: '+'; font-size: 20px; color: var(--gs-primary); transition: transform var(--gs-transition); }\n.gs-faq-item input:checked + .gs-faq-item__label::after { transform: rotate(45deg); }\n.gs-faq-item input:checked + .gs-faq-item__label { border-radius: 12px 12px 0 0; }\n.gs-faq-item__answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease, padding 0.3s ease;\n  background: var(--gs-light);\n  font-size: 13px;\n  color: #555;\n  line-height: 1.6;\n  border: 1.5px solid #FFE0EE;\n  border-top: none;\n  border-radius: 0 0 12px 12px;\n}\n.gs-faq-item input:checked ~ .gs-faq-item__answer {\n  max-height: 300px;\n  padding: 14px 18px;\n}\n\n\/* ===== 13. CTA FINAL ===== *\/\n.gs-final-cta {\n  padding: 48px 20px;\n  background: linear-gradient(135deg, #FF6B9D, #FF3D7F, #C0003C);\n  text-align: center;\n}\n.gs-final-cta__title {\n  font-size: clamp(22px, 6vw, 32px);\n  font-weight: 800;\n  color: #fff;\n  margin-bottom: 12px;\n  line-height: 1.2;\n}\n.gs-final-cta__subtitle {\n  font-size: 16px;\n  color: rgba(255,255,255,0.85);\n  margin-bottom: 28px;\n  line-height: 1.5;\n}\n.gs-btn-final {\n  display: inline-block;\n  background: #fff;\n  color: var(--gs-primary) !important;\n  padding: 18px 36px;\n  border-radius: var(--gs-radius-btn);\n  font-size: 18px;\n  font-weight: 800;\n  text-decoration: none !important;\n  box-shadow: 0 8px 24px rgba(0,0,0,0.2);\n  transition: transform var(--gs-transition);\n  margin-bottom: 20px;\n}\n.gs-btn-final:hover { transform: translateY(-3px); }\n.gs-final-cta__badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 16px;\n}\n.gs-final-badge {\n  background: rgba(255,255,255,0.15);\n  color: #fff;\n  border: 1.5px solid rgba(255,255,255,0.4);\n  border-radius: 50px;\n  padding: 6px 16px;\n  font-size: 12px;\n  font-weight: 600;\n}\n\n\/* ===== DESKTOP ===== *\/\n@media (min-width: 768px) {\n  .gs-hero__inner {\n    max-width: 900px;\n    flex-direction: row;\n    align-items: center;\n    gap: 40px;\n  }\n  .gs-hero__image-wrap { flex: 0 0 420px; }\n  .gs-hero__content { flex: 1; }\n  .gs-trust__grid { max-width: 720px; grid-template-columns: repeat(3,1fr); }\n  .gs-pvs__grid { max-width: 720px; }\n  .gs-benefits__grid { max-width: 720px; grid-template-columns: repeat(3,1fr); }\n  .gs-reviews__grid { grid-template-columns: 1fr 1fr; max-width: 720px; }\n  .gs-bundle__grid { grid-template-columns: repeat(3,1fr); max-width: 720px; }\n  .gs-tech__grid { max-width: 720px; grid-template-columns: repeat(3,1fr); }\n  .gs-steps__list { max-width: 600px; }\n  .gs-faq__list { max-width: 600px; }\n  .gs-stock { max-width: 480px; margin: 0 auto; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gs-landing\"\u003e\n\n  {% comment %} ===== 1. URGENCY BAR ===== {% endcomment %}\n  \u003cdiv class=\"gs-urgency-bar\"\u003e\n    {{ section.settings.urgency_text }}\n  \u003c\/div\u003e\n\n  {% comment %} ===== 2. HERO ===== {% endcomment %}\n  \u003csection class=\"gs-hero\"\u003e\n    \u003cdiv class=\"gs-hero__inner gs-animate\"\u003e\n      \u003cdiv class=\"gs-hero__image-wrap\"\u003e\n        {% if section.settings.hero_image != blank %}\n          \u003cimg src=\"{{%20section.settings.hero_image%20|%20img_url:%20'800x800'%20}}\" alt=\"{{ section.settings.hero_title }}\" loading=\"eager\" width=\"800\" height=\"800\"\u003e\n        {% else %}\n          {{ 'product-1' | placeholder_svg_tag: 'gs-placeholder-img' }}\n        {% endif %}\n      \u003c\/div\u003e\n      \u003cdiv class=\"gs-hero__content\"\u003e\n        \u003cdiv class=\"gs-hero__rating\"\u003e\n          \u003cspan class=\"gs-hero__stars\"\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e\n          \u003cstrong\u003e{{ section.settings.rating_score }}\/5\u003c\/strong\u003e\n          \u003cspan\u003e— {{ section.settings.rating_count }} clientas satisfechas\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"gs-hero__title\"\u003e{{ section.settings.hero_title }}\u003c\/h1\u003e\n        \u003cp class=\"gs-hero__subtitle\"\u003e{{ section.settings.hero_subtitle }}\u003c\/p\u003e\n        \u003cdiv class=\"gs-hero__badges\"\u003e\n          \u003cspan class=\"gs-badge-pill\"\u003e🚚 Envío GRATIS\u003c\/span\u003e\n          \u003cspan class=\"gs-badge-pill\"\u003e💵 Contra Entrega\u003c\/span\u003e\n          \u003cspan class=\"gs-badge-pill\"\u003e🛡 Garantía\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"{{%20section.settings.cta_url%20}}\" class=\"gs-btn-cta\"\u003e\n          {{ section.settings.cta_text }}\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 3. TRUST BADGES ===== {% endcomment %}\n  \u003csection class=\"gs-trust\"\u003e\n    \u003cdiv class=\"gs-trust__grid\"\u003e\n      {% for block in section.blocks %}\n        {% if block.type == 'trust_badge' %}\n          \u003cdiv class=\"gs-trust__card\" block.shopify_attributes\u003e\n            \u003cdiv class=\"gs-trust__icon\"\u003e{{ block.settings.icon }}\u003c\/div\u003e\n            \u003cdiv class=\"gs-trust__title\"\u003e{{ block.settings.title }}\u003c\/div\u003e\n            \u003cdiv class=\"gs-trust__desc\"\u003e{{ block.settings.description }}\u003c\/div\u003e\n          \u003c\/div\u003e\n        {% endif %}\n      {% endfor %}\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 5. STOCK BAR ===== {% endcomment %}\n  \u003cdiv class=\"gs-stock\"\u003e\n    \u003cdiv class=\"gs-stock__text\"\u003e⚠️ ¡Solo quedan {{ section.settings.stock_quantity }} unidades disponibles!\u003c\/div\u003e\n    \u003cdiv class=\"gs-stock__bar-bg\"\u003e\n      \u003cdiv class=\"gs-stock__bar-fill\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gs-stock__label\"\u003e🔥 Alta demanda — Asegura el tuyo ahora\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  {% comment %} ===== 6. PROBLEMA VS SOLUCIÓN ===== {% endcomment %}\n  \u003csection class=\"gs-pvs\"\u003e\n    \u003ch2 class=\"gs-section-title\"\u003e😩 ¿Te ha pasado esto?\u003c\/h2\u003e\n    \u003cdiv class=\"gs-pvs__grid\"\u003e\n      \u003cdiv class=\"gs-pvs__col\"\u003e\n        \u003cdiv class=\"gs-pvs__col-title\"\u003e❌ El problema\u003c\/div\u003e\n        {% for block in section.blocks %}\n          {% if block.type == 'problem' %}\n            \u003cdiv class=\"gs-pvs__item\" block.shopify_attributes\u003e{{ block.settings.text }}\u003c\/div\u003e\n          {% endif %}\n        {% endfor %}\n      \u003c\/div\u003e\n      \u003cdiv class=\"gs-pvs__col\"\u003e\n        \u003cdiv class=\"gs-pvs__col-title\"\u003e✔️ La solución\u003c\/div\u003e\n        {% for block in section.blocks %}\n          {% if block.type == 'solution' %}\n            \u003cdiv class=\"gs-pvs__item\" block.shopify_attributes\u003e{{ block.settings.text }}\u003c\/div\u003e\n          {% endif %}\n        {% endfor %}\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 7. BENEFICIOS ===== {% endcomment %}\n  \u003csection class=\"gs-benefits\"\u003e\n    \u003ch2 class=\"gs-section-title\"\u003e💗 ¿Por qué te va a encantar?\u003c\/h2\u003e\n    \u003cdiv class=\"gs-benefits__grid\"\u003e\n      {% for block in section.blocks %}\n        {% if block.type == 'benefit' %}\n          \u003cdiv class=\"gs-benefit-card\" block.shopify_attributes\u003e\n            \u003cdiv class=\"gs-benefit-card__icon\"\u003e{{ block.settings.icon }}\u003c\/div\u003e\n            \u003cdiv class=\"gs-benefit-card__title\"\u003e{{ block.settings.title }}\u003c\/div\u003e\n            \u003cdiv class=\"gs-benefit-card__desc\"\u003e{{ block.settings.description }}\u003c\/div\u003e\n          \u003c\/div\u003e\n        {% endif %}\n      {% endfor %}\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 8. CÓMO USAR ===== {% endcomment %}\n  \u003csection class=\"gs-steps\"\u003e\n    \u003ch2 class=\"gs-section-title\"\u003e✨ Así la incorporas a tu rutina\u003c\/h2\u003e\n    \u003cdiv class=\"gs-steps__list\"\u003e\n      {% for block in section.blocks %}\n        {% if block.type == 'step' %}\n          \u003cdiv class=\"gs-step\" block.shopify_attributes\u003e\n            \u003cdiv class=\"gs-step__left\"\u003e\n              \u003cdiv class=\"gs-step__num\"\u003e{{ block.settings.number }}\u003c\/div\u003e\n              \u003cdiv class=\"gs-step__line\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gs-step__content\"\u003e\n              \u003cdiv class=\"gs-step__title\"\u003e{{ block.settings.title }}\u003c\/div\u003e\n              \u003cdiv class=\"gs-step__desc\"\u003e{{ block.settings.description }}\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        {% endif %}\n      {% endfor %}\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 9. REVIEWS ===== {% endcomment %}\n  \u003csection class=\"gs-reviews\"\u003e\n    \u003ch2 class=\"gs-section-title\"\u003e💬 Lo que dicen nuestras clientas\u003c\/h2\u003e\n    \u003cdiv class=\"gs-reviews__summary\"\u003e\n      \u003cdiv class=\"gs-reviews__score\"\u003e{{ section.settings.rating_score }}\u003c\/div\u003e\n      \u003cdiv class=\"gs-reviews__stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n      \u003cdiv class=\"gs-reviews__count\"\u003e{{ section.settings.rating_count }} reseñas verificadas\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gs-reviews__grid\"\u003e\n      {% for block in section.blocks %}\n        {% if block.type == 'review' %}\n          \u003cdiv class=\"gs-review-card\" block.shopify_attributes\u003e\n            \u003cdiv class=\"gs-review-card__stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n            \u003cdiv class=\"gs-review-card__text\"\u003e\"{{ block.settings.text }}\"\u003c\/div\u003e\n            \u003cdiv class=\"gs-review-card__author\"\u003e— {{ block.settings.author }}, {{ block.settings.city }}\u003c\/div\u003e\n          \u003c\/div\u003e\n        {% endif %}\n      {% endfor %}\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 10. BUNDLE ===== {% endcomment %}\n  \u003csection class=\"gs-bundle\"\u003e\n    \u003ch2 class=\"gs-section-title\"\u003e🔥 Elige tu oferta\u003c\/h2\u003e\n    \u003cdiv class=\"gs-bundle__grid\"\u003e\n      \u003cdiv class=\"gs-bundle-card\"\u003e\n        \u003cdiv class=\"gs-bundle-card__title\"\u003e{{ section.settings.bundle_1_title }}\u003c\/div\u003e\n        \u003cdiv class=\"gs-bundle-card__price\"\u003e{{ section.settings.bundle_1_price }}\u003c\/div\u003e\n        \u003cdiv class=\"gs-bundle-card__desc\"\u003ePrecio regular\u003c\/div\u003e\n        \u003ca href=\"{{%20section.settings.bundle_1_url%20}}\" class=\"gs-btn-bundle\"\u003eComprar\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gs-bundle-card gs-featured\"\u003e\n        \u003cdiv class=\"gs-bundle-card__badge\"\u003e⭐ {{ section.settings.bundle_2_badge }}\u003c\/div\u003e\n        \u003cdiv class=\"gs-bundle-card__title\"\u003e{{ section.settings.bundle_2_title }}\u003c\/div\u003e\n        \u003cdiv class=\"gs-bundle-card__price\"\u003e{{ section.settings.bundle_2_price }}\u003c\/div\u003e\n        \u003cdiv class=\"gs-bundle-card__desc\"\u003eAhorra más por unidad\u003c\/div\u003e\n        \u003ca href=\"{{%20section.settings.bundle_2_url%20}}\" class=\"gs-btn-bundle\"\u003eComprar\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gs-bundle-card\"\u003e\n        \u003cdiv class=\"gs-bundle-card__title\"\u003e{{ section.settings.bundle_3_title }}\u003c\/div\u003e\n        \u003cdiv class=\"gs-bundle-card__price\"\u003e{{ section.settings.bundle_3_price }}\u003c\/div\u003e\n        \u003cdiv class=\"gs-bundle-card__desc\"\u003eMáximo ahorro\u003c\/div\u003e\n        \u003ca href=\"{{%20section.settings.bundle_3_url%20}}\" class=\"gs-btn-bundle\"\u003eComprar\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 11. CARACTERÍSTICAS TÉCNICAS ===== {% endcomment %}\n  \u003csection class=\"gs-tech\"\u003e\n    \u003ch2 class=\"gs-section-title\"\u003e💎 Características\u003c\/h2\u003e\n    \u003cdiv class=\"gs-tech__grid\"\u003e\n      {% for block in section.blocks %}\n        {% if block.type == 'tech_feature' %}\n          \u003cdiv class=\"gs-tech-item\" block.shopify_attributes\u003e\n            \u003cspan class=\"gs-tech-item__icon\"\u003e{{ block.settings.icon }}\u003c\/span\u003e\n            \u003cspan\u003e{{ block.settings.text }}\u003c\/span\u003e\n          \u003c\/div\u003e\n        {% endif %}\n      {% endfor %}\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 12. FAQ ===== {% endcomment %}\n  \u003csection class=\"gs-faq\"\u003e\n    \u003ch2 class=\"gs-section-title\"\u003e❓ Preguntas frecuentes\u003c\/h2\u003e\n    \u003cdiv class=\"gs-faq__list\"\u003e\n      {% for block in section.blocks %}\n        {% if block.type == 'faq' %}\n          \u003cdiv class=\"gs-faq-item\" block.shopify_attributes\u003e\n            \u003cinput type=\"checkbox\" id=\"faq-{{ block.id }}\"\u003e\n            \u003clabel class=\"gs-faq-item__label\" for=\"faq-{{ block.id }}\"\u003e\n              {{ block.settings.question }}\n            \u003c\/label\u003e\n            \u003cdiv class=\"gs-faq-item__answer\"\u003e{{ block.settings.answer }}\u003c\/div\u003e\n          \u003c\/div\u003e\n        {% endif %}\n      {% endfor %}\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  {% comment %} ===== 13. CTA FINAL ===== {% endcomment %}\n  \u003csection class=\"gs-final-cta\"\u003e\n    \u003ch2 class=\"gs-final-cta__title\"\u003e{{ section.settings.final_cta_title }}\u003c\/h2\u003e\n    \u003cp class=\"gs-final-cta__subtitle\"\u003e{{ section.settings.final_cta_subtitle }}\u003c\/p\u003e\n    \u003ca href=\"{{%20section.settings.cta_url%20}}\" class=\"gs-btn-final\"\u003e\n      {{ section.settings.cta_text }}\n    \u003c\/a\u003e\n    \u003cdiv class=\"gs-final-cta__badges\"\u003e\n      \u003cspan class=\"gs-final-badge\"\u003e🚚 Envío GRATIS\u003c\/span\u003e\n      \u003cspan class=\"gs-final-badge\"\u003e💵 Pago Contra Entrega\u003c\/span\u003e\n      \u003cspan class=\"gs-final-badge\"\u003e🛡 Garantía\u003c\/span\u003e\n      \u003cspan class=\"gs-final-badge\"\u003e🇩🇴 Enviamos a toda RD\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n{% comment %} ===== 4. POPUP COMPRAS EN VIVO ===== {% endcomment %}\n\u003cdiv class=\"gs-live-popup\" id=\"gs-live-popup\"\u003e\n  \u003cdiv class=\"gs-live-popup__dot\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"gs-live-popup__text\" id=\"gs-live-text\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n  var notifications = [\n    \"👥 María de Santo Domingo compró hace 5 min\",\n    \"👥 Camila de Santiago acaba de ordenar\",\n    \"👥 Valeria de La Romana compró hace 2 min\",\n    \"👥 Andrea de San Pedro ordenó hace 8 min\",\n    \"👥 Sofía de Puerto Plata compró hace 1 min\",\n    \"👥 Natalia de Higüey acaba de ordenar\",\n    \"👥 Gabriela de Bonao compró hace 3 min\",\n    \"👥 Carolina de Barahona ordenó hace 6 min\"\n  ];\n  var popup = document.getElementById('gs-live-popup');\n  var textEl = document.getElementById('gs-live-text');\n  var i = 0;\n\n  function showNext() {\n    textEl.textContent = notifications[i % notifications.length];\n    popup.classList.remove('gs-hide');\n    popup.classList.add('gs-show');\n    i++;\n    setTimeout(function() {\n      popup.classList.add('gs-hide');\n      setTimeout(function() {\n        popup.classList.remove('gs-show');\n      }, 400);\n    }, 3500);\n  }\n\n  setTimeout(function() {\n    showNext();\n    setInterval(showNext, 6000);\n  }, 3000);\n})();\n\u003c\/script\u003e\n\n{% schema %}\n{\n  \"name\": \"Glass Skin Landing\",\n  \"tag\": \"section\",\n  \"class\": \"gs-section\",\n  \"settings\": [\n    {\n      \"type\": \"header\",\n      \"content\": \"🔥 Barra de Urgencia\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"urgency_text\",\n      \"label\": \"Texto de urgencia\",\n      \"default\": \"🔥 Oferta limitada hoy — Envío GRATIS en toda RD 🇩🇴\"\n    },\n    {\n      \"type\": \"header\",\n      \"content\": \"🌸 Hero Section\"\n    },\n    {\n      \"type\": \"image_picker\",\n      \"id\": \"hero_image\",\n      \"label\": \"Imagen del producto\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"hero_title\",\n      \"label\": \"Título principal\",\n      \"default\": \"✨ El Glow que tu rutina estaba esperando\"\n    },\n    {\n      \"type\": \"textarea\",\n      \"id\": \"hero_subtitle\",\n      \"label\": \"Subtítulo\",\n      \"default\": \"Hidratación + luminosidad + textura ligera para una piel más fresca, suave y radiante.\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"rating_score\",\n      \"label\": \"Puntuación (ej: 4.8)\",\n      \"default\": \"4.8\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"rating_count\",\n      \"label\": \"Número de clientes\",\n      \"default\": \"10,983\"\n    },\n    {\n      \"type\": \"url\",\n      \"id\": \"cta_url\",\n      \"label\": \"URL del botón CTA\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"cta_text\",\n      \"label\": \"Texto del botón CTA\",\n      \"default\": \"💗 QUIERO MI AMPOLLA GLASS SKIN\"\n    },\n    {\n      \"type\": \"header\",\n      \"content\": \"⚠️ Stock\"\n    },\n    {\n      \"type\": \"number\",\n      \"id\": \"stock_quantity\",\n      \"label\": \"Unidades disponibles\",\n      \"default\": 12\n    },\n    {\n      \"type\": \"header\",\n      \"content\": \"🛍 Bundle\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"bundle_1_title\",\n      \"label\": \"Bundle 1 título\",\n      \"default\": \"Compra 1\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"bundle_1_price\",\n      \"label\": \"Bundle 1 precio\",\n      \"default\": \"RD$XXX\"\n    },\n    {\n      \"type\": \"url\",\n      \"id\": \"bundle_1_url\",\n      \"label\": \"Bundle 1 URL\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"bundle_2_title\",\n      \"label\": \"Bundle 2 título\",\n      \"default\": \"Compra 2\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"bundle_2_price\",\n      \"label\": \"Bundle 2 precio\",\n      \"default\": \"RD$XXX\"\n    },\n    {\n      \"type\": \"url\",\n      \"id\": \"bundle_2_url\",\n      \"label\": \"Bundle 2 URL\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"bundle_2_badge\",\n      \"label\": \"Badge bundle 2\",\n      \"default\": \"MÁS POPULAR\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"bundle_3_title\",\n      \"label\": \"Bundle 3 título\",\n      \"default\": \"Compra 3\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"bundle_3_price\",\n      \"label\": \"Bundle 3 precio\",\n      \"default\": \"RD$XXX\"\n    },\n    {\n      \"type\": \"url\",\n      \"id\": \"bundle_3_url\",\n      \"label\": \"Bundle 3 URL\"\n    },\n    {\n      \"type\": \"header\",\n      \"content\": \"🔥 CTA Final\"\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"final_cta_title\",\n      \"label\": \"Título CTA final\",\n      \"default\": \"🔥 Tu piel merece más Glow — Ordena hoy\"\n    },\n    {\n      \"type\": \"textarea\",\n      \"id\": \"final_cta_subtitle\",\n      \"label\": \"Subtítulo CTA final\",\n      \"default\": \"Envío GRATIS · Paga al recibir · Garantía incluida 💗\"\n    }\n  ],\n  \"blocks\": [\n    {\n      \"type\": \"trust_badge\",\n      \"name\": \"🛡 Badge de confianza\",\n      \"settings\": [\n        { \"type\": \"text\", \"id\": \"icon\", \"label\": \"Icono (emoji)\", \"default\": \"🚚\" },\n        { \"type\": \"text\", \"id\": \"title\", \"label\": \"Título\", \"default\": \"Envío GRATIS\" },\n        { \"type\": \"text\", \"id\": \"description\", \"label\": \"Descripción\", \"default\": \"En toda República Dominicana\" }\n      ]\n    },\n    {\n      \"type\": \"problem\",\n      \"name\": \"❌ Problema\",\n      \"settings\": [\n        { \"type\": \"text\", \"id\": \"text\", \"label\": \"Problema\", \"default\": \"❌ Piel apagada y sin vida\" }\n      ]\n    },\n    {\n      \"type\": \"solution\",\n      \"name\": \"✔️ Solución\",\n      \"settings\": [\n        { \"type\": \"text\", \"id\": \"text\", \"label\": \"Solución\", \"default\": \"✔ Glow y luminosidad al instante\" }\n      ]\n    },\n    {\n      \"type\": \"benefit\",\n      \"name\": \"💗 Beneficio\",\n      \"settings\": [\n        { \"type\": \"text\", \"id\": \"icon\", \"label\": \"Icono (emoji)\", \"default\": \"💧\" },\n        { \"type\": \"text\", \"id\": \"title\", \"label\": \"Título\", \"default\": \"Hidratación\" },\n        { \"type\": \"textarea\", \"id\": \"description\", \"label\": \"Descripción\", \"default\": \"Mantiene la piel con apariencia hidratada y confortable.\" }\n      ]\n    },\n    {\n      \"type\": \"step\",\n      \"name\": \"📋 Paso de uso\",\n      \"settings\": [\n        { \"type\": \"text\", \"id\": \"number\", \"label\": \"Número\", \"default\": \"1\" },\n        { \"type\": \"text\", \"id\": \"title\", \"label\": \"Título del paso\", \"default\": \"Limpia\" },\n        { \"type\": \"textarea\", \"id\": \"description\", \"label\": \"Descripción\", \"default\": \"Lava tu rostro y déjalo preparado para tu rutina.\" }\n      ]\n    },\n    {\n      \"type\": \"review\",\n      \"name\": \"⭐ Testimonio\",\n      \"settings\": [\n        { \"type\": \"text\", \"id\": \"author\", \"label\": \"Nombre\", \"default\": \"Daniela M.\" },\n        { \"type\": \"text\", \"id\": \"city\", \"label\": \"Ciudad\", \"default\": \"Santo Domingo\" },\n        { \"type\": \"textarea\", \"id\": \"text\", \"label\": \"Reseña\", \"default\": \"Me gustó muchísimo la textura. Se siente ligera y deja la piel con una sensación muy agradable.\" }\n      ]\n    },\n    {\n      \"type\": \"tech_feature\",\n      \"name\": \"💎 Característica técnica\",\n      \"settings\": [\n        { \"type\": \"text\", \"id\": \"icon\", \"label\": \"Icono (emoji)\", \"default\": \"🫧\" },\n        { \"type\": \"text\", \"id\": \"text\", \"label\": \"Característica\", \"default\": \"Textura ligera\" }\n      ]\n    },\n    {\n      \"type\": \"faq\",\n      \"name\": \"❓ Pregunta frecuente\",\n      \"settings\": [\n        { \"type\": \"text\", \"id\": \"question\", \"label\": \"Pregunta\", \"default\": \"¿Qué hace la ampolla?\" },\n        { \"type\": \"textarea\", \"id\": \"answer\", \"label\": \"Respuesta\", \"default\": \"Está diseñada para complementar la rutina facial aportando hidratación y mejorando la apariencia de luminosidad y textura.\" }\n      ]\n    }\n  ],\n  \"presets\": [\n    {\n      \"name\": \"Glass Skin Landing\",\n      \"blocks\": [\n        { \"type\": \"trust_badge\", \"settings\": { \"icon\": \"🚚\", \"title\": \"Envío GRATIS\", \"description\": \"En toda República Dominicana\" } },\n        { \"type\": \"trust_badge\", \"settings\": { \"icon\": \"💵\", \"title\": \"Pago Contra Entrega\", \"description\": \"Pagas cuando recibes tu pedido\" } },\n        { \"type\": \"trust_badge\", \"settings\": { \"icon\": \"🛡\", \"title\": \"Garantía\", \"description\": \"Compra con tranquilidad y confianza\" } },\n        { \"type\": \"problem\", \"settings\": { \"text\": \"❌ Piel apagada y sin luminosidad\" } },\n        { \"type\": \"problem\", \"settings\": { \"text\": \"❌ Sensación de resequedad\" } },\n        { \"type\": \"problem\", \"settings\": { \"text\": \"❌ Textura visualmente irregular\" } },\n        { \"type\": \"problem\", \"settings\": { \"text\": \"❌ Rutina sin ese extra de glow\" } },\n        { \"type\": \"solution\", \"settings\": { \"text\": \"✔ Hidratación visible desde el primer uso\" } },\n        { \"type\": \"solution\", \"settings\": { \"text\": \"✔ Acabado fresco y luminoso\" } },\n        { \"type\": \"solution\", \"settings\": { \"text\": \"✔ Textura suave y uniforme\" } },\n        { \"type\": \"solution\", \"settings\": { \"text\": \"✔ Rutina completa con un solo paso extra\" } },\n        { \"type\": \"benefit\", \"settings\": { \"icon\": \"💧\", \"title\": \"Hidratación\", \"description\": \"Mantiene la piel con apariencia hidratada y confortable.\" } },\n        { \"type\": \"benefit\", \"settings\": { \"icon\": \"✨\", \"title\": \"Luminosidad\", \"description\": \"Ayuda a darle al rostro una apariencia más fresca y radiante.\" } },\n        { \"type\": \"benefit\", \"settings\": { \"icon\": \"🌸\", \"title\": \"Textura más suave\", \"description\": \"La piel luce visualmente más suave y uniforme.\" } },\n        { \"type\": \"benefit\", \"settings\": { \"icon\": \"💗\", \"title\": \"Apariencia fresca\", \"description\": \"Ideal para pieles que lucen cansadas o apagadas.\" } },\n        { \"type\": \"benefit\", \"settings\": { \"icon\": \"🫧\", \"title\": \"Sensación ligera\", \"description\": \"Se extiende fácilmente y se absorbe rápidamente.\" } },\n        { \"type\": \"benefit\", \"settings\": { \"icon\": \"🎯\", \"title\": \"Aplicación práctica\", \"description\": \"Su aplicador facilita la dosificación precisa del producto.\" } },\n        { \"type\": \"step\", \"settings\": { \"number\": \"1\", \"title\": \"Limpia\", \"description\": \"Lava tu rostro y déjalo preparado para tu rutina de skincare.\" } },\n        { \"type\": \"step\", \"settings\": { \"number\": \"2\", \"title\": \"Aplica\", \"description\": \"Coloca una cantidad adecuada de ampolla sobre el rostro con el aplicador de precisión.\" } },\n        { \"type\": \"step\", \"settings\": { \"number\": \"3\", \"title\": \"Distribuye\", \"description\": \"Extiende suavemente hasta que el producto se absorba completamente.\" } },\n        { \"type\": \"step\", \"settings\": { \"number\": \"4\", \"title\": \"Continúa\", \"description\": \"Completa tu rutina con los productos que utilizas normalmente. De día, usa protector solar.\" } },\n        { \"type\": \"review\", \"settings\": { \"author\": \"Daniela M.\", \"city\": \"Santo Domingo\", \"text\": \"Me gustó muchísimo la textura. Se siente ligera y deja la piel con una sensación muy agradable.\" } },\n        { \"type\": \"review\", \"settings\": { \"author\": \"Camila R.\", \"city\": \"Santiago\", \"text\": \"La estoy utilizando en mi rutina de noche y me gusta bastante cómo queda la piel después.\" } },\n        { \"type\": \"review\", \"settings\": { \"author\": \"Laura P.\", \"city\": \"La Romana\", \"text\": \"Me llamó la atención el aplicador. Es bastante práctico para controlar la cantidad.\" } },\n        { \"type\": \"review\", \"settings\": { \"author\": \"Andrea G.\", \"city\": \"San Pedro\", \"text\": \"Lo que más me gusta es que no se siente pesada en la piel.\" } },\n        { \"type\": \"review\", \"settings\": { \"author\": \"Valentina S.\", \"city\": \"Puerto Plata\", \"text\": \"La textura es súper agradable y se absorbe rápido. Recomendada.\" } },\n        { \"type\": \"review\", \"settings\": { \"author\": \"Mariana T.\", \"city\": \"Higüey\", \"text\": \"Buscaba algo para darle un extra de hidratación a mi rutina y me ha gustado mucho.\" } },\n        { \"type\": \"tech_feature\", \"settings\": { \"icon\": \"🫧\", \"text\": \"Textura ligera acuosa\" } },\n        { \"type\": \"tech_feature\", \"settings\": { \"icon\": \"⚡\", \"text\": \"Absorción rápida\" } },\n        { \"type\": \"tech_feature\", \"settings\": { \"icon\": \"🎯\", \"text\": \"Aplicador de precisión\" } },\n        { \"type\": \"tech_feature\", \"settings\": { \"icon\": \"💗\", \"text\": \"Tono rosado (Vit. B12)\" } },\n        { \"type\": \"tech_feature\", \"settings\": { \"icon\": \"🌸\", \"text\": \"Apta piel sensible\" } },\n        { \"type\": \"tech_feature\", \"settings\": { \"icon\": \"☀️\", \"text\": \"Uso diario AM\/PM\" } },\n        { \"type\": \"faq\", \"settings\": { \"question\": \"¿Qué hace la ampolla Glass Skin?\", \"answer\": \"Está diseñada para complementar la rutina facial aportando hidratación y ayudando a mejorar la apariencia de luminosidad y textura de la piel.\" } },\n        { \"type\": \"faq\", \"settings\": { \"question\": \"¿Deja la piel grasosa?\", \"answer\": \"No. Su textura es ligera y está diseñada para absorberse fácilmente sin dejar una sensación pesada.\" } },\n        { \"type\": \"faq\", \"settings\": { \"question\": \"¿Puedo usarla con otros productos?\", \"answer\": \"Sí. Su textura ligera permite incorporarla fácilmente dentro de cualquier rutina de skincare.\" } },\n        { \"type\": \"faq\", \"settings\": { \"question\": \"¿Es adecuada para piel sensible?\", \"answer\": \"La fórmula está diseñada teniendo en cuenta pieles sensibles. Si tu piel suele reaccionar, prueba primero una pequeña cantidad.\" } },\n        { \"type\": \"faq\", \"settings\": { \"question\": \"¿Cómo recibo mi pedido?\", \"answer\": \"Realizamos envíos en República Dominicana con ENVÍO GRATIS y puedes pagar cuando recibas tu pedido (Contra Entrega).\" } }\n      ]\n    }\n  ]\n}\n{% endschema %}\n","brand":"Compras 911","offers":[{"title":"Default Title","offer_id":64542101176689,"sku":null,"price":0.0,"currency_code":"DOP","in_stock":false}],"url":"https:\/\/www.compras911.online\/products\/product-1","provider":"Compras 911","version":"1.0","type":"link"}