Authenticity Check

{{ 'section-main-page.css' | asset_url | stylesheet_tag }} {%- style -%} #shopify-section-{{ section.id }}, #shopify-section-{{ section.id }} .section-{{ section.id }}-padding { background:#ffffff; } #shopify-section-{{ section.id }} .main-page-title { color:#111; text-align:center; margin-inline:auto; display:block; } #shopify-section-{{ section.id }} .rte { color:#111; max-width:900px; margin:0 auto; font-size:2rem; line-height:1.8; } #shopify-section-{{ section.id }} .rte p { margin:0 0 1rem; } .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px; padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px; } @media (min-width:750px) { .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; } } {%- endstyle -%}

{{ page.title | escape }}

{{ page.content }}
{% schema %} { "name": "Authenticity Check Content", "tag": "section", "class": "section", "settings": [ { "type": "header", "content": "Section padding" }, { "type": "range", "id": "padding_top", "min": 0, "max": 100, "step": 4, "unit": "px", "label": "Top padding", "default": 36 }, { "type": "range", "id": "padding_bottom", "min": 0, "max": 100, "step": 4, "unit": "px", "label": "Bottom padding", "default": 36 } ], "presets": [ { "name": "Authenticity Check Content" } ] } {% endschema %}