Boutique Performance Sportive
{% comment %}
ESHIPI / Shopify - Product Landing Section
Compatible with Shopify Online Store 2.0.
Images are selected from Shopify Files/Theme Editor via image_picker.
{% endcomment %}
{% schema %}
{
"name": "Eshipi - Landing produit",
"settings": [
{"type":"text","id":"badge","label":"Badge","default":"GENOUILLÈRE ÉLASTIQUE DE MAINTIEN"},
{"type":"text","id":"title","label":"Titre principal","default":"Un meilleur maintien pour vos genoux, au quotidien."},
{"type":"richtext","id":"description","label":"Description","default":"
{% if section.settings.badge != blank %}
{{ section.settings.badge }}
{% endif %}
{{ section.settings.title }}
{% if section.settings.description != blank %}{{ section.settings.description }}
{% endif %}
{{ section.settings.offer_title }}
{% if section.settings.offer_text != blank %}
{{ section.settings.offer_text }}
{% endif %}
{{ section.settings.cta_text }} →
{% if section.settings.hero_image != blank %}
{{ section.settings.hero_image
| image_url: width: 1200
| image_tag:
loading: 'eager',
widths: '480, 720, 960, 1200',
sizes: '(min-width: 800px) 50vw, 100vw',
class: 'esh-main-image',
alt: section.settings.hero_image.alt
}}
{% else %}
Ajoutez l'image principale dans l'éditeur Shopify.
{% endif %}
{{ section.settings.benefits_title }}
{{ section.settings.benefits_subtitle }}
Maintien
Une structure élastique qui épouse la forme du genou et accompagne les mouvements.
Respirante
Un tissu aéré pour favoriser le confort pendant l'utilisation.
Liberté de mouvement
Flexible et ajustée, elle accompagne les activités quotidiennes.
{% if section.settings.second_image != blank %}
{{ section.settings.second_image
| image_url: width: 1000
| image_tag:
loading: 'lazy',
widths: '480, 720, 1000',
sizes: '(min-width: 800px) 50vw, 100vw',
class: 'esh-secondary-image',
alt: section.settings.second_image.alt
}}
{% endif %}
AJUSTEMENT ÉLASTIQUE
Un ajustement confortable et stable
- Design extensible pour s'adapter à différentes morphologies.
- Maintien confortable sans bloquer naturellement les mouvements.
- Design ergonomique adapté à une utilisation quotidienne.
- Matière légère et respirante.
{{ section.settings.gallery_title }}
{{ section.settings.gallery_subtitle }}
{% assign gallery_images = "gallery_1,gallery_2,gallery_3,gallery_4" | split: "," %}
{% for image_key in gallery_images %}
{% assign gallery_image = section.settings[image_key] %}
{% if gallery_image != blank %}
{{ gallery_image
| image_url: width: 1000
| image_tag:
loading: 'lazy',
widths: '400, 700, 1000',
sizes: '(min-width: 800px) 25vw, 50vw',
class: 'esh-gallery-image',
alt: gallery_image.alt
}}
{% endif %}
{% endfor %}
OFFRE PACK
{{ section.settings.final_title }}
{{ section.settings.final_text }}
{{ section.settings.cta_text }} →Une genouillère confortable et respirante conçue pour accompagner vos mouvements, améliorer le maintien et offrir une sensation de stabilité pendant vos activités.
"}, {"type":"text","id":"offer_title","label":"Titre offre","default":"PACK 2 GENOUILLÈRES"}, {"type":"text","id":"offer_text","label":"Texte offre","default":"Deux genouillères pour une utilisation pratique au quotidien."}, {"type":"text","id":"cta_text","label":"Texte bouton","default":"COMMANDER MAINTENANT"}, {"type":"url","id":"cta_link","label":"Lien du bouton"}, {"type":"image_picker","id":"hero_image","label":"Image principale"}, {"type":"text","id":"benefits_title","label":"Titre avantages","default":"Conçue pour bouger avec vous"}, {"type":"text","id":"benefits_subtitle","label":"Sous-titre avantages","default":"Une conception pensée pour combiner maintien, élasticité et confort."}, {"type":"image_picker","id":"second_image","label":"Image section ajustement"}, {"type":"text","id":"gallery_title","label":"Titre galerie","default":"Un design pensé pour le mouvement"}, {"type":"text","id":"gallery_subtitle","label":"Sous-titre galerie","default":"Découvrez les détails de la conception."}, {"type":"image_picker","id":"gallery_1","label":"Galerie image 1"}, {"type":"image_picker","id":"gallery_2","label":"Galerie image 2"}, {"type":"image_picker","id":"gallery_3","label":"Galerie image 3"}, {"type":"image_picker","id":"gallery_4","label":"Galerie image 4"}, {"type":"text","id":"final_title","label":"Titre final","default":"Prêt à renforcer le maintien de vos genoux ?"}, {"type":"textarea","id":"final_text","label":"Texte final","default":"Commandez votre pack et profitez d'une solution pratique pour accompagner vos activités quotidiennes."} ], "presets": [{"name":"Eshipi - Landing produit"}] } {% endschema %}