{%- comment -%} ============ HERO / BUY ============ {%- endcomment -%}
{%- comment -%} GALLERY {%- endcomment -%}
{%- comment -%} BUY BOX {%- endcomment -%}
{%- comment -%} ============ RESULTS ============ {%- endcomment -%}
{%- assign stat_blocks = section.blocks | where: "type", "stat" -%}
{%- if section.settings.results_title != blank or stat_blocks.size > 0 -%}
{%- endif -%}
{%- comment -%} ============ MARQUEE ============ {%- endcomment -%}
{%- if section.settings.marquee_text != blank -%}
{%- assign marquee_items = section.settings.marquee_text | split: "," -%}
{%- endif -%}
{%- comment -%} ============ COMPARISON ============ {%- endcomment -%}
{%- assign cmp_blocks = section.blocks | where: "type", "compare_row" -%}
{%- if cmp_blocks.size > 0 -%}
{%- for block in cmp_blocks -%}
{%- endfor -%}
{%- endif -%}
{%- comment -%} ============ SCIENCE ============ {%- endcomment -%}
{%- assign sci_blocks = section.blocks | where: "type", "science" -%}
{%- if sci_blocks.size > 0 -%}
{%- endif -%}
{%- comment -%} ============ TESTIMONIALS ============ {%- endcomment -%}
{%- assign testi_blocks = section.blocks | where: "type", "testimonial" -%}
{%- if testi_blocks.size > 0 -%}
{%- endif -%}
{%- comment -%} ============ FAQ ============ {%- endcomment -%}
{%- assign faq_blocks = section.blocks | where: "type", "faq" -%}
{%- if faq_blocks.size > 0 -%}
{%- endif -%}
{%- comment -%} ============ CTA BAND ============ {%- endcomment -%}
{%- if section.settings.band_title != blank -%}
{%- endif -%}
{% schema %}
{
"name": "PATCHLY ZERO — Producto",
"tag": "section",
"class": "pz-section",
"settings": [
{ "type": "header", "content": "Marca y colores" },
{ "type": "color", "id": "accent_color", "label": "Color de acento", "default": "#E0157A" },
{ "type": "color", "id": "accent_dark_color", "label": "Acento oscuro (degradés)", "default": "#B01463" },
{ "type": "color", "id": "text_color", "label": "Texto principal", "default": "#160910" },
{ "type": "color", "id": "dark_bg_color", "label": "Fondo oscuro (Resultados/Footer)", "default": "#120910" },
{ "type": "color", "id": "soft_bg_color", "label": "Fondo suave (rosa claro)", "default": "#FFF6FA" },
{ "type": "header", "content": "Encabezado del producto" },
{ "type": "text", "id": "rating_text", "label": "Texto de reseñas", "default": "ELEGIDO POR +1.250 PERSONAS" },
{ "type": "text", "id": "product_title", "label": "Título del producto", "default": "PARCHE ANTI-RESACA" },
{ "type": "richtext", "id": "product_description", "label": "Descripción", "default": "
{%- assign gimg_blocks = section.blocks | where: "type", "gallery_image" -%}
{%- if gimg_blocks.size > 0 -%}
{%- for block in gimg_blocks -%}
{%- if block.settings.image != blank -%}
{%- endif -%}
{%- endfor -%}
{%- else -%}
{%- if gimg_blocks.size > 1 -%}
ZERO
{%- endif -%}
1 / {{ gimg_blocks.size | default: 1 }}
{%- for block in gimg_blocks -%}
{%- endfor -%}
{%- endif -%}
{%- if section.settings.rating_text != blank -%}
{%- endif -%}
{{ section.settings.product_title | escape }}
{{ section.settings.product_description }}
{%- assign pill_blocks = section.blocks | where: "type", "pill" -%}
{%- if pill_blocks.size > 0 -%}
{%- for block in pill_blocks -%}
{%- endif -%}
{%- assign pack_blocks = section.blocks | where: "type", "pack" -%}
{%- if pack_blocks.size > 0 -%}
{{ block.settings.text | escape }}
{%- endfor -%}
{{ section.settings.packs_label | escape }}
{%- for block in pack_blocks -%}
{%- endfor -%}
{%- endif -%}
1
{%- if section.settings.assur_1 != blank -%}
{%- if section.settings.stock_text != blank -%}
{{ section.settings.assur_1 | escape }}
{%- endif -%}
{%- if section.settings.assur_2 != blank -%}
{{ section.settings.assur_2 | escape }}
{%- endif -%}
{{ section.settings.stock_text | escape }}
{%- endif -%}
{%- if section.settings.results_kicker != blank -%}
{{ section.settings.results_kicker }}
{%- endif -%}
{{ section.settings.results_title | escape }}
{%- if section.settings.results_sub != blank -%}{{ section.settings.results_sub | escape }}
{%- endif -%} {%- if stat_blocks.size > 0 -%}
{%- for block in stat_blocks -%}
{%- endfor -%}
{%- endif -%}
{%- if section.settings.results_foot != blank -%}{{ block.settings.value | escape }}
{{ block.settings.label | escape }}
{{ section.settings.results_foot | escape }}
{%- endif -%}
{%- for i in (1..2) -%}
{%- for item in marquee_items -%}
{{ item | strip | escape }}✦
{%- endfor -%}
{%- endfor -%}
{{ section.settings.compare_title | escape }}
{%- if section.settings.compare_sub != blank -%}{{ section.settings.compare_sub | escape }}
{%- endif -%}{{ section.settings.compare_col_us | escape }}
{{ section.settings.compare_col_them }}
{{ block.settings.label | escape }}
✓
✕
{%- if section.settings.science_kicker != blank -%}
{{ section.settings.science_kicker }}
{%- endif -%}
{{ section.settings.science_title | escape }}
{%- for block in sci_blocks -%}
{%- endfor -%}
{{ block.settings.value | escape }}
{{ block.settings.title | escape }}
{{ block.settings.text | escape }}
{%- if section.settings.testi_kicker != blank -%}
{{ section.settings.testi_kicker }}
{%- endif -%}
{{ section.settings.testi_title | escape }}
{%- for block in testi_blocks -%}
{%- if block.settings.image != blank -%}
{%- else -%}
{%- endif -%}
{%- endfor -%}
★★★★★
{{ block.settings.quote | escape }}
{{ block.settings.name | escape }}✓ {{ section.settings.testi_verified | escape }}
{{ section.settings.faq_title | escape }}
{%- for block in faq_blocks -%}
{%- endfor -%}
{{ block.settings.question | escape }}
+
{{ block.settings.answer | escape }}
{{ section.settings.band_title }}
{%- if section.settings.band_sub != blank -%}{{ section.settings.band_sub | escape }}
{%- endif -%} {{ section.settings.band_cta | escape }} →Formulado para resultados reales — no promesas vacías. El alcohol te vacía. ZERO ayuda a reponer nutrientes clave, dar soporte al hígado y volver a sentirte claro y con energía — más rápido.
" }, { "type": "text", "id": "packs_label", "label": "Etiqueta de packs", "default": "ELEGÍ TU PACK" }, { "type": "text", "id": "buy_label", "label": "Texto del botón comprar", "default": "Comprar ahora" }, { "type": "text", "id": "assur_1", "label": "Garantía 1", "default": "Envío gratis" }, { "type": "text", "id": "assur_2", "label": "Garantía 2", "default": "30 días de devolución" }, { "type": "text", "id": "stock_text", "label": "Texto de stock", "default": "En stock · listo para despachar" }, { "type": "header", "content": "Sección Resultados" }, { "type": "text", "id": "results_kicker", "label": "Kicker", "default": "[ RESULTADOS ]" }, { "type": "text", "id": "results_title", "label": "Título", "default": "Recuperá mejor. No más difícil." }, { "type": "text", "id": "results_sub", "label": "Subtítulo", "default": "Una forma más inteligente de apoyar al cuerpo después de una noche larga." }, { "type": "text", "id": "results_foot", "label": "Nota al pie", "default": "BASADO EN FEEDBACK DE +1.250 CLIENTES" }, { "type": "header", "content": "Marquesina" }, { "type": "text", "id": "marquee_text", "label": "Frases (separadas por coma)", "default": "RECUPERACIÓN RÁPIDA, SALUD HEPÁTICA, SALUD INTESTINAL" }, { "type": "header", "content": "Comparativa" }, { "type": "text", "id": "compare_title", "label": "Título", "default": "PATCHLY ZERO le gana a los remedios de siempre." }, { "type": "text", "id": "compare_sub", "label": "Subtítulo", "default": "Soporte transdérmico diseñado para que tu cuerpo se recupere más rápido." }, { "type": "text", "id": "compare_col_us", "label": "Columna PATCHLY", "default": "PATCHLY ZERO" }, { "type": "richtext", "id": "compare_col_them", "label": "Columna comparada", "default": "Suplementos tradicionales
" }, { "type": "header", "content": "Ciencia" }, { "type": "text", "id": "science_kicker", "label": "Kicker", "default": "RESPALDADO POR EXPERTOS" }, { "type": "text", "id": "science_title", "label": "Título", "default": "Probado por la ciencia." }, { "type": "header", "content": "Testimonios" }, { "type": "text", "id": "testi_kicker", "label": "Kicker", "default": "[ HISTORIAS REALES ]" }, { "type": "text", "id": "testi_title", "label": "Título", "default": "Gente real que ama el producto." }, { "type": "text", "id": "testi_verified", "label": "Etiqueta verificado", "default": "COMPRA VERIFICADA" }, { "type": "header", "content": "Preguntas frecuentes" }, { "type": "text", "id": "faq_title", "label": "Título", "default": "Preguntas frecuentes" }, { "type": "header", "content": "Banda final (CTA)" }, { "type": "richtext", "id": "band_title", "label": "Título grande", "default": "PONÉTELO ANTES.
" }, { "type": "text", "id": "band_sub", "label": "Subtítulo", "default": "Recuperá mejor, no más difícil. Elegí tu pack y despertá como si nada." }, { "type": "text", "id": "band_cta", "label": "Texto del botón", "default": "Comprar ZERO" } ], "blocks": [ { "type": "gallery_image", "name": "Imagen de galería", "settings": [ { "type": "image_picker", "id": "image", "label": "Imagen" } ] }, { "type": "pill", "name": "Beneficio (pill)", "settings": [ { "type": "text", "id": "text", "label": "Texto", "default": "Recuperación rápida" } ] }, { "type": "pack", "name": "Pack de compra", "settings": [ { "type": "text", "id": "title", "label": "Título", "default": "1 Caja" }, { "type": "text", "id": "subtitle", "label": "Subtítulo", "default": "30 parches · para probar" }, { "type": "text", "id": "per_box_label", "label": "Precio por caja (texto)", "default": "$24.900" }, { "type": "number", "id": "total_price", "label": "Precio total del pack (número, para el botón)", "default": 24900 }, { "type": "text", "id": "badge", "label": "Etiqueta (opcional)" }, { "type": "checkbox", "id": "badge_dark", "label": "Etiqueta oscura", "default": false }, { "type": "checkbox", "id": "preselected", "label": "Preseleccionado", "default": false }, { "type": "text", "id": "variant_id", "label": "ID de variante de Shopify", "info": "Producto > Variante > número al final de la URL" } ] }, { "type": "stat", "name": "Estadística", "settings": [ { "type": "text", "id": "value", "label": "Valor", "default": "93%" }, { "type": "text", "id": "label", "label": "Descripción", "default": "Se sintió menos pesado y agotado" } ] }, { "type": "compare_row", "name": "Fila de comparativa", "settings": [ { "type": "text", "id": "label", "label": "Atributo", "default": "Sin azúcares agregados" } ] }, { "type": "science", "name": "Tarjeta de ciencia", "settings": [ { "type": "text", "id": "value", "label": "Número grande", "default": "10×" }, { "type": "text", "id": "title", "label": "Título", "default": "Mejor absorción" }, { "type": "text", "id": "text", "label": "Texto", "default": "Activos absorbidos hasta 10× más que pastillas, polvos o bebidas." } ] }, { "type": "testimonial", "name": "Testimonio", "settings": [ { "type": "image_picker", "id": "image", "label": "Foto" }, { "type": "textarea", "id": "quote", "label": "Reseña", "default": "Probé mil cosas y nada. Esto es distinto — me desperté mucho más clara." }, { "type": "text", "id": "name", "label": "Nombre", "default": "Mica R. · 25" } ] }, { "type": "faq", "name": "Pregunta (FAQ)", "settings": [ { "type": "text", "id": "question", "label": "Pregunta", "default": "¿Cómo se usa?" }, { "type": "textarea", "id": "answer", "label": "Respuesta", "default": "Pegalo en piel limpia y sin vello 30 minutos antes de salir. Dejalo puesto de 8 a 12 horas y después despegalo." } ] } ], "presets": [ { "name": "PATCHLY ZERO — Producto", "blocks": [ { "type": "gallery_image" }, { "type": "gallery_image" }, { "type": "gallery_image" }, { "type": "gallery_image" }, { "type": "pill", "settings": { "text": "Recuperación rápida" } }, { "type": "pill", "settings": { "text": "Menos niebla mental" } }, { "type": "pill", "settings": { "text": "Soporte hepático" } }, { "type": "pack", "settings": { "title": "1 Caja", "subtitle": "30 parches · para probar", "per_box_label": "$24.900", "total_price": 24900 } }, { "type": "pack", "settings": { "title": "3 Cajas", "subtitle": "90 parches · el más elegido", "per_box_label": "$21.165", "total_price": 63495, "badge": "MÁS ELEGIDO", "preselected": true } }, { "type": "pack", "settings": { "title": "6 Cajas", "subtitle": "180 parches · máximo ahorro", "per_box_label": "$18.675", "total_price": 112050, "badge": "−25%", "badge_dark": true } }, { "type": "stat", "settings": { "value": "93%", "label": "Se sintió menos pesado y agotado" } }, { "type": "stat", "settings": { "value": "88%", "label": "Redujo náuseas y malestar" } }, { "type": "stat", "settings": { "value": "92%", "label": "Reportó mejor recuperación" } }, { "type": "stat", "settings": { "value": "95%", "label": "No volvería a salir sin él" } }, { "type": "compare_row", "settings": { "label": "Sin azúcares agregados" } }, { "type": "compare_row", "settings": { "label": "Mejor absorción" } }, { "type": "compare_row", "settings": { "label": "Cuida el intestino" } }, { "type": "compare_row", "settings": { "label": "Menos niebla mental" } }, { "type": "science", "settings": { "value": "—", "title": "Salta el estómago", "text": "Sin pastillas ni ácido gástrico: se entrega directo a través de la piel." } }, { "type": "science", "settings": { "value": "10×", "title": "Mejor absorción", "text": "Activos absorbidos hasta 10× más que pastillas, polvos o bebidas." } }, { "type": "science", "settings": { "value": "8h", "title": "Liberación pareja", "text": "Dosis constante hasta 8 horas — sin picos ni caídas." } }, { "type": "science", "settings": { "value": "0", "title": "Limpio y liviano", "text": "Sin azúcares ni rellenos: no cae mal ni interrumpe tu día." } }, { "type": "testimonial", "settings": { "quote": "Probé mil cosas y nada. Esto es distinto — me desperté mucho más clara.", "name": "Mica R. · 25" } }, { "type": "testimonial", "settings": { "quote": "No esperaba mucho y me sorprendió. Salida entera y al otro día bárbaro.", "name": "Santi G. · 28" } }, { "type": "testimonial", "settings": { "quote": "Me ayuda a bajar un cambio y dormir mejor. Menos pesadez a la mañana.", "name": "Flor V. · 28" } }, { "type": "testimonial", "settings": { "quote": "Ya es parte fija de mi previa. La energía al día siguiente es otra cosa.", "name": "Juli L. · 26" } }, { "type": "faq", "settings": { "question": "¿Por qué la entrega transdérmica es mejor?", "answer": "Después del alcohol, tu sistema digestivo ya está exigido. Al saltar el estómago, el parche entrega los nutrientes sin sumar carga extra — una forma más limpia y efectiva de apoyar la recuperación." } }, { "type": "faq", "settings": { "question": "¿Cómo me voy a sentir al día siguiente?", "answer": "Cada cuerpo es distinto, pero la mayoría nota más energía, menos niebla mental, menos pesadez y una vuelta más rápida a sentirse uno mismo." } }, { "type": "faq", "settings": { "question": "¿Cómo se usa?", "answer": "Pegalo en piel limpia y sin vello (brazo u hombro) unos 30 minutos antes de salir. Dejalo puesto de 8 a 12 horas y después despegalo. Un parche por salida." } } ] } ] } {% endschema %}