{% comment %} Section: Sabika - Oviedo Countdown + Shopify Newsletter {% endcomment %}

{{ section.settings.title | escape }}

{{ section.settings.subtitle | escape }}
{{ section.settings.countdown_label | escape }}
--
DÍAS
--
HORAS
--
MIN
--
SEG
{% if section.settings.product_image != blank %}
{{ section.settings.product_image | image_url: width: 1200 | image_tag: loading: 'lazy', alt: section.settings.image_alt | escape }}
{% else %} {% endif %}
{{ section.settings.base_text | escape }}
{{ section.settings.cta_title | escape }}
{{ section.settings.cta_subtitle | escape }}
{% form 'customer', class: 'sabika-form', id: 'sabika-form-' | append: section.id %} {% if form.posted_successfully? %}
{{ section.settings.success_message | escape }}
{% endif %} {% if form.errors %} {% endif %}
{% endform %}
{% schema %} { "name": "Sabika - Lanzamiento (Countdown + Newsletter)", "settings": [ { "type": "text", "id": "title", "label": "Título", "default": "NUEVA CAMISETA DEL OVIEDO EN SABIKA CLUB" }, { "type": "text", "id": "subtitle", "label": "Subtítulo", "default": "LANZAMIENTO 19 DE MARZO" }, { "type": "text", "id": "countdown_label", "label": "Etiqueta cuenta atrás", "default": "FALTAN:" }, { "type": "text", "id": "launch_datetime", "label": "Fecha/hora lanzamiento (ISO recomendado)", "default": "2026-03-19T10:00:00+01:00", "info": "Ejemplo: 2026-03-19T10:00:00+01:00. Si no pones zona horaria, se usa la del navegador." }, { "type": "image_picker", "id": "product_image", "label": "Imagen camiseta (para la vitrina)" }, { "type": "text", "id": "image_alt", "label": "Alt imagen", "default": "Camiseta Oviedo - Sabika Club" }, { "type": "text", "id": "base_text", "label": "Texto base vitrina", "default": "CENTENARIO 1926 - 2026" }, { "type": "text", "id": "cta_title", "label": "Título CTA", "default": "¡RESÉRVALA AHORA!" }, { "type": "text", "id": "cta_subtitle", "label": "Subtítulo CTA", "default": "RECIBE TODAS LAS NOVEDADES ANTES DEL LANZAMIENTO." }, { "type": "text", "id": "email_placeholder", "label": "Placeholder email", "default": "Introduce tu correo electrónico" }, { "type": "text", "id": "button_text", "label": "Texto botón", "default": "RESERVAR" }, { "type": "text", "id": "success_message", "label": "Mensaje éxito", "default": "Perfecto. Ya estás dentro de la lista de aviso." }, { "type": "richtext", "id": "legal_text", "label": "Texto legal (opcional)", "default": "

Al suscribirte, aceptas recibir comunicaciones de Sabika Club. Puedes darte de baja cuando quieras.

" } ], "presets": [ { "name": "Sabika - Lanzamiento Oviedo" } ] } {% endschema %}