patchly sobres

{%- comment -%} PATCHLY ZERO — Sección de producto (Online Store 2.0 / Dawn) Todo editable desde el Editor de temas. Agregar desde: Personalizar > Agregar sección > "PATCHLY ZERO — Producto". {%- endcomment -%} {%- liquid assign accent = section.settings.accent_color assign accent_dark = section.settings.accent_dark_color assign ink = section.settings.text_color assign dark_bg = section.settings.dark_bg_color assign soft_bg = section.settings.soft_bg_color -%} {%- style -%} #shopify-section-{{ section.id }}{ --pz-accent: {{ accent }}; --pz-accent-dark: {{ accent_dark }}; --pz-ink: {{ ink }}; --pz-dark: {{ dark_bg }}; --pz-soft: {{ soft_bg }}; } .pz{ font-family:'Hanken Grotesk',system-ui,sans-serif; color:var(--pz-ink); font-size:16px; line-height:1.5; overflow-x:hidden; background:#fff; } .pz *{ box-sizing:border-box; } .pz h1,.pz h2,.pz h3{ font-family:'Archivo',sans-serif; margin:0; } .pz .mono{ font-family:'Space Mono',monospace; } .pz-wrap{ max-width:1200px; margin:0 auto; } /* HERO */ .pz-hero{ max-width:1200px; margin:0 auto; padding:clamp(20px,4vw,44px) clamp(16px,5vw,56px); display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:clamp(28px,4vw,56px); } .pz-gallery-main{ position:relative; aspect-ratio:1/1; border-radius:24px; overflow:hidden; background:radial-gradient(120% 100% at 70% 10%, #2A0E1E 0%, #150912 55%, #0C060B 100%); display:flex; align-items:center; justify-content:center; } .pz-gallery-main img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .25s; } .pz-gallery-main img.is-active{ opacity:1; } .pz-gallery-ph{ display:flex; align-items:center; justify-content:center; width:100%; height:100%; color:#fff; } .pz-gallery-ph .zero{ font-family:'Archivo'; font-weight:900; font-size:80px; letter-spacing:-.03em; opacity:.9; } .pz-counter{ position:absolute; top:16px; left:16px; background:rgba(255,255,255,.14); backdrop-filter:blur(6px); color:#fff; font-size:10px; letter-spacing:.14em; padding:6px 11px; border-radius:999px; } .pz-thumbs{ margin-top:14px; display:grid; grid-template-columns:repeat(4,1fr); gap:10px; } .pz-thumb{ aspect-ratio:1/1; border-radius:12px; overflow:hidden; cursor:pointer; border:2px solid transparent; box-shadow:0 4px 12px -8px rgba(0,0,0,.3); transition:border-color .15s; padding:0; background:none; } .pz-thumb.is-active{ border-color:var(--pz-accent); box-shadow:0 6px 16px -8px var(--pz-accent); } .pz-thumb img{ width:100%; height:100%; object-fit:cover; display:block; } .pz-thumb .ph{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:linear-gradient(158deg,var(--pz-accent),var(--pz-accent-dark)); color:#fff; font-family:'Archivo'; font-weight:900; font-size:15px; } .pz-rating{ display:inline-flex; align-items:center; gap:8px; background:#FFF0F7; border-radius:999px; padding:7px 13px; } .pz-stars{ color:#FFB800; letter-spacing:1px; font-size:12px; } .pz-rating .mono{ font-size:10.5px; letter-spacing:.1em; color:var(--pz-accent-dark); } .pz h1.pz-title{ font-weight:900; font-size:clamp(32px,5.5vw,52px); line-height:1; letter-spacing:-.025em; margin:14px 0 0; } .pz-lead{ font-size:16.5px; color:#5A4350; margin:14px 0 0; max-width:46ch; } .pz-lead strong{ color:var(--pz-ink); } .pz-pills{ margin-top:18px; display:flex; flex-wrap:wrap; gap:8px; } .pz-pill{ display:flex; align-items:center; gap:7px; background:var(--pz-soft); border:1px solid #F0DCE7; border-radius:999px; padding:8px 14px; font-weight:700; font-size:13.5px; } .pz-pill .dot{ width:7px; height:7px; border-radius:50%; background:var(--pz-accent); } .pz-eyebrow{ margin-top:22px; font-family:'Space Mono',monospace; font-size:11px; letter-spacing:.14em; color:#7A5568; } .pz-packs{ margin-top:10px; display:flex; flex-direction:column; gap:10px; } .pz-pack{ display:flex; align-items:center; gap:14px; padding:14px 16px; border-radius:14px; cursor:pointer; border:1.5px solid #E9D2DE; background:#fff; transition:all .18s; text-align:left; width:100%; } .pz-pack.is-active{ border:2px solid var(--pz-accent); background:var(--pz-soft); } .pz-pack .ring{ width:20px; height:20px; border-radius:50%; border:2px solid #E9D2DE; display:grid; place-items:center; flex-shrink:0; } .pz-pack.is-active .ring{ border-color:var(--pz-accent); } .pz-pack .ring i{ width:10px; height:10px; border-radius:50%; background:transparent; display:block; } .pz-pack.is-active .ring i{ background:var(--pz-accent); } .pz-pack .info{ flex:1; } .pz-pack .name{ display:flex; align-items:center; gap:8px; } .pz-pack .name b{ font-family:'Archivo'; font-weight:800; font-size:16px; } .pz-pack .sub{ font-size:13px; color:#9A7788; } .pz-pack .badge{ font-family:'Space Mono',monospace; font-size:9px; font-weight:700; letter-spacing:.1em; padding:3px 8px; border-radius:999px; background:#FFF0F7; color:var(--pz-accent); } .pz-pack .badge.dark{ background:#160910; color:#fff; } .pz-pack .price{ text-align:right; } .pz-pack .price b{ font-family:'Archivo'; font-weight:900; font-size:18px; } .pz-pack .price span{ font-size:11px; color:#9A7788; display:block; } .pz-buyrow{ margin-top:20px; display:flex; gap:12px; align-items:stretch; flex-wrap:wrap; } .pz-qty{ display:flex; align-items:center; border:1.5px solid #E9D2DE; border-radius:999px; overflow:hidden; } .pz-qty button{ border:none; background:none; width:44px; height:54px; font-size:22px; cursor:pointer; } .pz-qty .val{ width:38px; text-align:center; font-family:'Archivo'; font-weight:800; font-size:18px; } .pz-cta{ flex:1; min-width:200px; padding:0 24px; height:56px; border:none; border-radius:999px; background:linear-gradient(90deg,var(--pz-accent),var(--pz-accent-dark)); color:#fff; font-family:'Archivo'; font-weight:800; font-size:16px; cursor:pointer; box-shadow:0 16px 36px -14px rgba(255,46,126,.6); } .pz-cta[disabled]{ opacity:.6; cursor:progress; } .pz-assur{ margin-top:16px; display:flex; flex-wrap:wrap; gap:18px; } .pz-assur .item{ display:flex; align-items:center; gap:8px; font-size:13.5px; font-weight:600; } .pz-stock{ margin-top:14px; display:flex; align-items:center; gap:8px; font-size:13px; color:#3E8B5A; font-weight:600; } .pz-stock .led{ width:8px; height:8px; border-radius:50%; background:#3E8B5A; box-shadow:0 0 8px #3E8B5A; } /* RESULTS */ .pz-results{ background:var(--pz-dark); color:#fff; padding:clamp(48px,8vw,96px) clamp(16px,5vw,56px); } .pz-results .inner{ max-width:1100px; margin:0 auto; text-align:center; } .pz-kicker{ font-family:'Space Mono',monospace; font-size:12px; letter-spacing:.2em; color:#FF6FA6; } .pz-results h2{ font-weight:900; font-size:clamp(30px,6vw,56px); line-height:1; letter-spacing:-.025em; margin:14px 0 0; } .pz-results p.sub{ color:rgba(255,255,255,.65); font-size:17px; margin:14px auto 0; max-width:44ch; } .pz-stats{ margin-top:44px; display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:24px; } .pz-stat{ border:1px solid rgba(255,255,255,.12); border-radius:20px; padding:30px 20px; } .pz-stat .big{ font-family:'Archivo'; font-weight:900; font-size:clamp(44px,7vw,64px); line-height:1; letter-spacing:-.03em; background:linear-gradient(120deg,var(--pz-accent),#FF8FBB); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; } .pz-stat p{ color:rgba(255,255,255,.78); font-size:14.5px; margin:12px auto 0; max-width:22ch; } .pz-results .foot{ font-family:'Space Mono',monospace; font-size:11px; letter-spacing:.14em; color:rgba(255,255,255,.42); margin-top:26px; } /* MARQUEE */ .pz-marquee{ background:var(--pz-accent); overflow:hidden; padding:14px 0; } .pz-marquee .track{ display:flex; width:max-content; animation:pz-marquee 22s linear infinite; font-family:'Archivo'; font-weight:900; font-size:18px; letter-spacing:.02em; color:#fff; } .pz-marquee span{ padding:0 22px; } .pz-marquee span.sep{ opacity:.6; } @keyframes pz-marquee{ from{transform:translateX(0)} to{transform:translateX(-50%)} } /* COMPARISON */ .pz-compare{ padding:clamp(48px,8vw,92px) clamp(16px,5vw,56px); max-width:960px; margin:0 auto; } .pz-compare .head{ text-align:center; } .pz-compare h2{ font-weight:900; font-size:clamp(28px,5vw,46px); line-height:1.04; letter-spacing:-.02em; margin:0 auto; max-width:20ch; } .pz-compare .head p{ color:#7A5568; font-size:16px; margin:14px auto 0; max-width:44ch; } .pz-table{ margin-top:38px; border:1px solid #F0DCE7; border-radius:22px; overflow:hidden; } .pz-table .hrow{ display:grid; grid-template-columns:1.4fr 1fr 1fr; } .pz-table .hrow .c0{ padding:20px 22px; background:var(--pz-soft); } .pz-table .hrow .c1{ padding:20px 12px; text-align:center; background:linear-gradient(160deg,var(--pz-accent),var(--pz-accent-dark)); color:#fff; font-family:'Archivo'; font-weight:900; font-size:15px; } .pz-table .hrow .c2{ padding:20px 12px; text-align:center; background:var(--pz-soft); color:#9A7788; font-family:'Archivo'; font-weight:800; font-size:14px; } .pz-crow{ display:grid; grid-template-columns:1.4fr 1fr 1fr; border-top:1px solid #F5E4EC; } .pz-crow:nth-child(even){ background:#FFFBFD; } .pz-crow .lbl{ padding:18px 22px; font-weight:700; font-size:15px; } .pz-crow .yes{ padding:18px 12px; text-align:center; color:#22A05B; font-size:22px; border-left:1px solid #F5E4EC; } .pz-crow .no{ padding:18px 12px; text-align:center; color:#D8B3C4; font-size:20px; border-left:1px solid #F5E4EC; } /* SCIENCE */ .pz-science{ background:var(--pz-soft); padding:clamp(48px,8vw,92px) clamp(16px,5vw,56px); } .pz-science .inner{ max-width:1120px; margin:0 auto; } .pz-science .head{ text-align:center; } .pz-science .head .k{ font-family:'Space Mono',monospace; font-size:12px; letter-spacing:.2em; color:var(--pz-accent); } .pz-science h2{ font-weight:900; font-size:clamp(30px,6vw,54px); line-height:1; letter-spacing:-.025em; margin:12px 0 0; } .pz-sci-grid{ margin-top:40px; display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px; } .pz-sci{ background:#fff; border-radius:18px; padding:28px 24px; box-shadow:0 14px 34px -24px rgba(216,27,114,.4); } .pz-sci .big{ font-family:'Archivo'; font-weight:900; font-size:32px; letter-spacing:-.02em; color:var(--pz-accent); } .pz-sci .t{ font-family:'Archivo'; font-weight:800; font-size:18px; margin-top:12px; } .pz-sci p{ color:#7A5568; font-size:14.5px; margin:8px 0 0; } /* TESTIMONIALS */ .pz-testi{ padding:clamp(48px,8vw,92px) clamp(16px,5vw,56px); max-width:1160px; margin:0 auto; } .pz-testi .head{ text-align:center; } .pz-testi .head .k{ font-family:'Space Mono',monospace; font-size:12px; letter-spacing:.2em; color:var(--pz-accent); } .pz-testi h2{ font-weight:900; font-size:clamp(28px,5.5vw,50px); line-height:1.02; letter-spacing:-.02em; margin:12px auto 0; max-width:24ch; } .pz-testi-grid{ margin-top:38px; display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:16px; } .pz-tcard{ border:1px solid #F0DCE7; border-radius:20px; overflow:hidden; display:flex; flex-direction:column; } .pz-tcard .img{ width:100%; aspect-ratio:4/5; object-fit:cover; background:var(--pz-soft); display:block; } .pz-tcard .ph{ width:100%; aspect-ratio:4/5; background:linear-gradient(158deg,var(--pz-accent),var(--pz-accent-dark)); } .pz-tcard .body{ padding:20px 22px; } .pz-tcard p{ font-size:14.5px; color:#3E2A34; margin:10px 0 0; } .pz-tcard .who{ margin-top:14px; display:flex; align-items:center; justify-content:space-between; } .pz-tcard .who b{ font-family:'Archivo'; font-weight:800; font-size:14px; } .pz-tcard .who .v{ font-family:'Space Mono',monospace; font-size:10px; letter-spacing:.08em; color:#22A05B; } /* FAQ */ .pz-faq{ padding:clamp(40px,7vw,84px) clamp(16px,5vw,56px); max-width:820px; margin:0 auto; } .pz-faq h2{ font-weight:900; font-size:clamp(28px,5.5vw,48px); line-height:1; letter-spacing:-.02em; margin:0 0 30px; text-align:center; } .pz-faqs{ display:flex; flex-direction:column; gap:12px; } .pz-q{ border:1px solid #F0DCE7; border-radius:14px; padding:20px 22px; cursor:pointer; } .pz-q .row{ display:flex; justify-content:space-between; align-items:center; gap:16px; } .pz-q .row .qt{ font-family:'Archivo'; font-weight:700; font-size:clamp(16px,2.4vw,18px); } .pz-q .row .ic{ font-family:'Archivo'; font-weight:700; font-size:24px; line-height:1; color:var(--pz-accent); transition:transform .25s; flex-shrink:0; } .pz-q.is-open .row .ic{ transform:rotate(45deg); } .pz-q .ans{ color:#5A4350; font-size:15px; margin:14px 0 2px; max-width:64ch; display:none; } .pz-q.is-open .ans{ display:block; } /* CTA */ .pz-cta-band{ padding:clamp(48px,8vw,96px) clamp(16px,5vw,56px); background:linear-gradient(150deg,var(--pz-accent),var(--pz-accent-dark) 68%,#560C2C); } .pz-cta-band .inner{ max-width:760px; margin:0 auto; text-align:center; color:#fff; } .pz-cta-band h2{ font-weight:900; font-size:clamp(36px,8vw,76px); line-height:.9; letter-spacing:-.03em; margin:0; } .pz-cta-band p{ color:rgba(255,255,255,.88); font-size:18px; margin:20px auto 0; max-width:40ch; } .pz-cta-band a{ display:inline-block; margin-top:26px; font-family:'Archivo'; font-weight:800; font-size:17px; color:var(--pz-accent-dark); background:#fff; padding:17px 36px; border-radius:999px; text-decoration:none; } {%- endstyle -%}
{%- comment -%} ============ HERO / BUY ============ {%- endcomment -%}
{%- comment -%} GALLERY {%- endcomment -%}
{%- if gimg_blocks.size > 1 -%}
{%- for block in gimg_blocks -%} {%- endfor -%}
{%- endif -%}
{%- comment -%} BUY BOX {%- endcomment -%}
{%- if section.settings.rating_text != blank -%}
★★★★★{{ section.settings.rating_text }}
{%- 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 -%}
{{ block.settings.text | escape }}
{%- endfor -%}
{%- endif -%} {%- assign pack_blocks = section.blocks | where: "type", "pack" -%} {%- if pack_blocks.size > 0 -%}
{{ section.settings.packs_label | escape }}
{%- for block in pack_blocks -%} {%- endfor -%}
{%- endif -%}
1
{%- if section.settings.assur_1 != blank -%}
{{ section.settings.assur_1 | escape }}
{%- endif -%} {%- if section.settings.assur_2 != blank -%}
{{ section.settings.assur_2 | escape }}
{%- endif -%}
{%- if section.settings.stock_text != blank -%}
{{ section.settings.stock_text | escape }}
{%- endif -%}
{%- comment -%} ============ RESULTS ============ {%- endcomment -%} {%- assign stat_blocks = section.blocks | where: "type", "stat" -%} {%- if section.settings.results_title != blank or stat_blocks.size > 0 -%}
{%- 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 -%}
{{ block.settings.value | escape }}

{{ block.settings.label | escape }}

{%- endfor -%}
{%- endif -%} {%- if section.settings.results_foot != blank -%}
{{ section.settings.results_foot | escape }}
{%- endif -%}
{%- endif -%} {%- comment -%} ============ MARQUEE ============ {%- endcomment -%} {%- if section.settings.marquee_text != blank -%} {%- assign marquee_items = section.settings.marquee_text | split: "," -%}
{%- for i in (1..2) -%} {%- for item in marquee_items -%} {{ item | strip | escape }} {%- endfor -%} {%- endfor -%}
{%- endif -%} {%- comment -%} ============ COMPARISON ============ {%- endcomment -%} {%- assign cmp_blocks = section.blocks | where: "type", "compare_row" -%} {%- if cmp_blocks.size > 0 -%}

{{ 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 }}
{%- for block in cmp_blocks -%}
{{ block.settings.label | escape }}
{%- endfor -%}
{%- endif -%} {%- comment -%} ============ SCIENCE ============ {%- endcomment -%} {%- assign sci_blocks = section.blocks | where: "type", "science" -%} {%- if sci_blocks.size > 0 -%}
{%- if section.settings.science_kicker != blank -%}
{{ section.settings.science_kicker }}
{%- endif -%}

{{ section.settings.science_title | escape }}

{%- for block in sci_blocks -%}
{{ block.settings.value | escape }}
{{ block.settings.title | escape }}

{{ block.settings.text | escape }}

{%- endfor -%}
{%- endif -%} {%- comment -%} ============ TESTIMONIALS ============ {%- endcomment -%} {%- assign testi_blocks = section.blocks | where: "type", "testimonial" -%} {%- if testi_blocks.size > 0 -%}
{%- 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 -%} {{ block.settings.name | escape }} {%- else -%}
{%- endif -%}
★★★★★

{{ block.settings.quote | escape }}

{{ block.settings.name | escape }}✓ {{ section.settings.testi_verified | escape }}
{%- endfor -%}
{%- endif -%} {%- comment -%} ============ FAQ ============ {%- endcomment -%} {%- assign faq_blocks = section.blocks | where: "type", "faq" -%} {%- if faq_blocks.size > 0 -%}

{{ section.settings.faq_title | escape }}

{%- for block in faq_blocks -%}
{{ block.settings.question | escape }}
+

{{ block.settings.answer | escape }}

{%- endfor -%}
{%- endif -%} {%- comment -%} ============ CTA BAND ============ {%- endcomment -%} {%- if section.settings.band_title != blank -%}

{{ section.settings.band_title }}

{%- if section.settings.band_sub != blank -%}

{{ section.settings.band_sub | escape }}

{%- endif -%} {{ section.settings.band_cta | escape }} →
{%- 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": "

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 %}