Inscribirme 2

{{ 'kame-hame-run.css' | asset_url | stylesheet_tag }}
{%- comment -%} ===================== HERO ===================== {%- endcomment -%}

{{ section.settings.eyebrow | default: 'Inscripciones abiertas' }}

{{ section.settings.event_name | default: 'Kame Hame Run' }}

{{ section.settings.slogan | default: 'Libera tu energía. Supera tu límite.' }}

📅 {{ section.settings.event_date | default: 'Fecha por confirmar' }} 📍 {{ section.settings.event_location | default: 'Lugar por confirmar' }}
Inscríbete ahora
{%- comment -%} ===================== INTRO / COMUNIDAD ===================== {%- endcomment -%}

{{ section.settings.intro_title | default: 'Más que una carrera' }}

{{ section.settings.intro_text | default: '

No importa de dónde vienes ni cómo corres. Kame Hame Run es una comunidad abierta y sin juicios: cada quien llega a su ritmo y a su manera. Ven a liberar tu energía y vive la experiencia.

' }}
{%- comment -%} ===================== DISTANCIAS ===================== {%- endcomment -%} {%- assign distance_blocks = section.blocks | where: 'type', 'distancia' -%} {%- if distance_blocks.size > 0 -%}

Elige tu distancia

Cada kilómetro es una celebración. Encuentra la distancia que te llama.

{%- for block in distance_blocks -%}

{{ block.settings.nombre | default: '5K' }}

{%- if block.settings.precio != blank -%}

{{ block.settings.precio }}

{%- endif -%}

{{ block.settings.descripcion | default: 'Descripción de la distancia.' }}

{%- endfor -%}
{%- endif -%} {%- comment -%} ===================== PRENDA (JERSEY / TOP) ===================== {%- endcomment -%} {%- if section.settings.show_prenda -%}

Escoge tu prenda

{{ section.settings.prenda_texto | default: 'Aplica para cualquier distancia. Podrás indicar tu talla y elección al momento de inscribirte.' }}

Jersey
Top deportivo {%- if section.settings.prenda_top_limite != blank -%} Solo {{ section.settings.prenda_top_limite }} disponibles {%- endif -%}
{%- endif -%} {%- comment -%} ===================== CATEGORÍAS ===================== {%- endcomment -%} {%- assign category_blocks = section.blocks | where: 'type', 'categoria' -%} {%- if category_blocks.size > 0 -%}

Categorías

{%- for block in category_blocks -%}

{{ block.settings.nombre | default: 'Categoría' }}

{{ block.settings.descripcion | default: 'Descripción de la categoría.' }}

{%- endfor -%}
{%- endif -%} {%- comment -%} ===================== INFO DEL EVENTO ===================== {%- endcomment -%}

Fecha

{{ section.settings.event_date | default: 'Por confirmar' }}

Lugar de salida y llegada

{{ section.settings.event_location | default: 'Por confirmar' }}

Hora

{{ section.settings.event_time | default: 'Por confirmar' }}

{%- comment -%} ===================== INSCRIPCIÓN (PRODUCTO) ===================== {%- endcomment -%}

Inscripción

{%- if section.settings.product != blank -%} {%- assign product = section.settings.product -%}
{%- if product.featured_image -%} {{ product.title | escape }} {%- endif -%}

{{ product.title }}

{{ product.price | money }}

{%- form 'product', product, id: 'khr-product-form', class: 'khr-producto__form' -%} {%- unless product.has_only_default_variant -%} {%- for option in product.options_with_values -%}
{%- endfor -%} {%- endunless -%} {%- endform -%}
{%- else -%}

⚠️ Selecciona el producto de inscripción en la configuración de esta sección (panel derecho del editor de temas).

{%- endif -%}
{%- comment -%} ===================== TÉRMINOS / REGLAMENTO ===================== {%- endcomment -%} {%- if section.settings.terminos_texto != blank -%}
Reglamento y términos
{{ section.settings.terminos_texto }}
{%- endif -%}
{% schema %} { "name": "Kame Hame Run - Inscripción", "settings": [ { "type": "header", "content": "Hero" }, { "type": "image_picker", "id": "hero_image", "label": "Imagen de fondo del hero" }, { "type": "text", "id": "eyebrow", "label": "Texto pequeño superior", "default": "Inscripciones abiertas" }, { "type": "text", "id": "event_name", "label": "Nombre del evento", "default": "Kame Hame Run" }, { "type": "text", "id": "slogan", "label": "Eslogan", "default": "Libera tu energía. Supera tu límite." }, { "type": "header", "content": "Fecha y lugar" }, { "type": "text", "id": "event_date", "label": "Fecha", "default": "31 de octubre de 2026" }, { "type": "text", "id": "event_time", "label": "Hora", "default": "Por confirmar" }, { "type": "text", "id": "event_location", "label": "Lugar", "default": "Tauramena, Casanare, Colombia" }, { "type": "header", "content": "Introducción" }, { "type": "text", "id": "intro_title", "label": "Título de introducción", "default": "Más que una carrera" }, { "type": "richtext", "id": "intro_text", "label": "Texto de introducción" }, { "type": "header", "content": "Prenda (jersey / top)" }, { "type": "checkbox", "id": "show_prenda", "label": "Mostrar sección de prenda", "default": true }, { "type": "text", "id": "prenda_texto", "label": "Texto de prenda" }, { "type": "text", "id": "prenda_top_limite", "label": "Cantidad limitada de tops (opcional)" }, { "type": "header", "content": "Inscripción" }, { "type": "product", "id": "product", "label": "Producto de inscripción (Shopify)" }, { "type": "header", "content": "Reglamento" }, { "type": "richtext", "id": "terminos_texto", "label": "Texto de reglamento / términos" } ], "blocks": [ { "type": "distancia", "name": "Distancia", "settings": [ { "type": "text", "id": "nombre", "label": "Nombre (ej. 5K)", "default": "5K" }, { "type": "text", "id": "precio", "label": "Precio (texto libre, ej. $60.000)" }, { "type": "textarea", "id": "descripcion", "label": "Descripción" } ] }, { "type": "categoria", "name": "Categoría", "settings": [ { "type": "text", "id": "nombre", "label": "Nombre de categoría" }, { "type": "textarea", "id": "descripcion", "label": "Descripción" } ] } ], "presets": [ { "name": "Kame Hame Run - Inscripción", "blocks": [ { "type": "distancia", "settings": { "nombre": "5K Competitivo", "precio": "$160.000", "descripcion": "Ideal para quienes buscan su primer reto competitivo." } }, { "type": "distancia", "settings": { "nombre": "10K Competitivo", "precio": "$170.000", "descripcion": "El desafío de velocidad para superar tus propios límites." } }, { "type": "distancia", "settings": { "nombre": "Cosplay", "precio": "$160.000", "descripcion": "Corre disfrazado y vive la experiencia con toda la energía Kame Hame." } } ] } ] } {% endschema %}