{{ 'section-image-banner.css' | asset_url | stylesheet_tag }} {{ 'component-newsletter.css' | asset_url | stylesheet_tag }} {{ 'newsletter-section.css' | asset_url | stylesheet_tag }} {{ 'section-email-signup-banner.css' | asset_url | stylesheet_tag }} {%- style -%} #Banner-{{ section.id }}::after { opacity: {{ section.settings.image_overlay_opacity | divided_by: 100.0 }}; } {%- if section.settings.image_height == 'adapt-image' and section.settings.image != blank -%} @media screen and (max-width: 749px) { #Banner-{{ section.id }}:not(.banner--mobile-bottom) .banner__content::before { padding-bottom: {{ 1 | divided_by: section.settings.image.aspect_ratio | times: 100 }}%; content: ''; display: block; } } #Banner-{{ section.id }}::before, #Banner-{{ section.id }} .banner__media::before { padding-bottom: {{ 1 | divided_by: section.settings.image.aspect_ratio | times: 100 }}%; content: ''; display: block; } {%- endif -%} {%- endstyle -%}
Be the first to know when we launch.
", "label": "t:sections.email-signup-banner.blocks.paragraph.settings.paragraph.label" }, { "type": "select", "id": "text_style", "options": [ { "value": "body", "label": "t:sections.email-signup-banner.blocks.paragraph.settings.text_style.options__1.label" }, { "value": "subtitle", "label": "t:sections.email-signup-banner.blocks.paragraph.settings.text_style.options__2.label" } ], "default": "body", "label": "t:sections.email-signup-banner.blocks.paragraph.settings.text_style.label" } ] }, { "type": "email_form", "name": "t:sections.email-signup-banner.blocks.email_form.name", "limit": 1 } ], "presets": [ { "name": "t:sections.email-signup-banner.presets.name", "blocks": [ { "type": "heading" }, { "type": "paragraph" }, { "type": "email_form" } ] } ], "templates": ["password"] } {% endschema %}