{{ block.settings.sku_heading }} {{ product.selected_or_first_available_variant.sku }}
{% endif %} {%- when 'text' -%} {% if block.settings.text != blank %}{{ block.settings.heading }}
{% endif %}-
{%- liquid
assign inventory_visible = false
assign base_quantity = block.settings.base_quantity | plus: 0
assign inventory_threshold = block.settings.low_threshold | plus: 0
assign inventory_quantity = product.selected_or_first_available_variant.inventory_quantity
if product.selected_or_first_available_variant.inventory_management == 'shopify'
if inventory_quantity <= block.settings.low_threshold and inventory_quantity >= 0
assign inventory_visible = true
endif
endif
assign show_incoming = false
if product.selected_or_first_available_variant.incoming and inventory_visible == false and inventory_quantity <= inventory_threshold
assign show_incoming = true
endif
-%}
{%- if inventory_quantity > inventory_threshold or product.selected_or_first_available_variant.inventory_management == nil or product.selected_or_first_available_variant.inventory_policy == 'continue' and inventory_quantity <= 0 or product.selected_or_first_available_variant.available -%}
{% unless product.selected_or_first_available_variant.incoming and block.settings.show_transfer %}
-
{% if block.settings.show_label %}
{{ 'products.product.inventory.inventory_label' | t }}
{% endif %}{{ 'products.product.inventory.in_stock_label' | t: count: product.selected_or_first_available_variant.inventory_quantity }}
{% if block.settings.show_bar %}{% endif %}
{% endunless %}
{%- elsif inventory_threshold >= inventory_quantity and inventory_quantity > 0 and product.selected_or_first_available_variant.inventory_management == 'shopify' -%}
-
{% if block.settings.show_label %}
{{ 'products.product.inventory.inventory_label' | t }}
{% endif %}{{ 'products.product.inventory.stock_label_html' | t: count: product.selected_or_first_available_variant.inventory_quantity }}
{% if block.settings.show_bar %}{% endif %}
{%- elsif inventory_quantity <= 0 and product.selected_or_first_available_variant.inventory_policy == 'deny' -%}
{% unless product.selected_or_first_available_variant.incoming and block.settings.show_transfer %}
-
{% if block.settings.show_label %}
{{ 'products.product.inventory.inventory_label' | t }}
{% endif %}{{ 'products.product.inventory.out_of_stock' | t: count: product.selected_or_first_available_variant.inventory_quantity }}
{% if block.settings.show_bar %}{% endif %}
{% endunless %}
{%- endif -%}
{%- if block.settings.show_transfer and product.selected_or_first_available_variant.incoming -%}
{% if inventory_quantity <= 0 %}
-
{% if block.settings.show_label %}
{{ 'products.product.inventory.inventory_label' | t }}
{% endif %} {%- liquid if product.selected_or_first_available_variant.next_incoming_date assign date = product.selected_or_first_available_variant.next_incoming_date | date: format: 'date' if product.selected_or_first_available_variant.inventory_quantity <= 0 echo 'products.product.inventory.will_not_ship_until' | t: date: date else echo 'products.product.inventory.will_be_in_stock_after' | t: date: date endif else echo 'products.product.inventory.waiting_for_stock' | t endif -%}
{% endif %}
{%- endif -%}
{{ block.settings.sku_heading }} {{ product.selected_or_first_available_variant.sku }}
{% endif %} {%- when 'text' -%} {% if block.settings.text != blank %}{{ block.settings.heading }}
{% endif %}Tell a story, describe your brand or share announcements.
", "label": "t:sections.all.labels.text.label" }, { "type": "checkbox", "id": "dim_text", "default": true, "label": "t:sections.all.labels.dim_text.label" }, { "type": "select", "id": "text_size", "label": "t:sections.all.size.size.label", "options": [ { "value": "default", "label": "t:sections.all.size.options__1.label" }, { "value": "body_l", "label": "t:sections.all.size.options__12.label" }, { "value": "body_l_uppercase", "label": "t:sections.all.size.options__13.label" }, { "value": "body_m", "label": "t:sections.all.size.options__14.label" }, { "value": "body_m_uppercase", "label": "t:sections.all.size.options__15.label" }, { "value": "body_s", "label": "t:sections.all.size.options__16.label" }, { "value": "body_s_uppercase", "label": "t:sections.all.size.options__17.label" }, { "value": "label_font", "label": "t:sections.all.size.options__18.label" }, { "value": "label_font_uppercase", "label": "t:sections.all.size.options__19.label" } ], "default": "default" } ] }, { "type": "rating", "name": "t:sections.main-product.blocks.rating.name", "limit": 1, "settings": [ { "type": "paragraph", "content": "t:sections.main-product.blocks.rating.settings.paragraph__1.content" } ] }, { "type": "sku", "name": "t:sections.main-product.blocks.sku.name", "limit": 1, "settings": [ { "type": "text", "id": "sku_heading", "default": "SKU:", "label": "t:sections.all.labels.heading.label" }, { "type": "select", "id": "sku_size", "label": "t:sections.all.size.size.label", "options": [ { "value": "default", "label": "t:sections.all.size.options__1.label" }, { "value": "body_l", "label": "t:sections.all.size.options__12.label" }, { "value": "body_l_uppercase", "label": "t:sections.all.size.options__13.label" }, { "value": "body_m", "label": "t:sections.all.size.options__14.label" }, { "value": "body_m_uppercase", "label": "t:sections.all.size.options__15.label" }, { "value": "body_s", "label": "t:sections.all.size.options__16.label" }, { "value": "body_s_uppercase", "label": "t:sections.all.size.options__17.label" }, { "value": "label_font", "label": "t:sections.all.size.options__18.label" }, { "value": "label_font_uppercase", "label": "t:sections.all.size.options__19.label" } ], "default": "default" } ] }, { "type": "related_collections", "name": "t:sections.related-collections.name", "limit": 1, "settings": [ { "type": "paragraph", "content": "t:sections.related-collections.settings.paragraph__1.content" }, { "type": "text", "id": "heading", "default": "Discover more", "label": "t:sections.all.labels.heading.label" }, { "type": "checkbox", "id": "collection_by_brand", "default": true, "label": "t:sections.related-collections.settings.collection_by_brand.label" }, { "type": "checkbox", "id": "shop_by_brand", "default": true, "label": "t:sections.related-collections.settings.shop_by_brand.label" }, { "type": "checkbox", "id": "shop_the_collection", "default": true, "label": "t:sections.related-collections.settings.shop_the_collection.label" } ] }, { "type": "description", "name": "t:sections.main-product.blocks.description.name", "limit": 1, "settings": [ { "type": "select", "id": "text_size", "label": "t:sections.all.size.size.label", "options": [ { "value": "default", "label": "t:sections.all.size.options__1.label" }, { "value": "body_l", "label": "t:sections.all.size.options__12.label" }, { "value": "body_l_uppercase", "label": "t:sections.all.size.options__13.label" }, { "value": "body_m", "label": "t:sections.all.size.options__14.label" }, { "value": "body_m_uppercase", "label": "t:sections.all.size.options__15.label" }, { "value": "body_s", "label": "t:sections.all.size.options__16.label" }, { "value": "body_s_uppercase", "label": "t:sections.all.size.options__17.label" }, { "value": "label_font", "label": "t:sections.all.size.options__18.label" }, { "value": "label_font_uppercase", "label": "t:sections.all.size.options__19.label" } ], "default": "default" } ] }, { "type": "icons_with_text", "name": "t:sections.main-product.blocks.icons_with_text.name", "settings": [ { "type": "text", "id": "heading", "label": "t:sections.all.labels.heading.label" }, { "type": "select", "id": "icon_size", "options": [ { "value": "small", "label": "t:sections.all.icons.icon_size.options__1.label" }, { "value": "medium", "label": "t:sections.all.icons.icon_size.options__2.label" }, { "value": "large", "label": "t:sections.all.icons.icon_size.options__3.label" } ], "default": "small", "label": "t:sections.all.icons.icon_size.label" }, { "type": "select", "id": "icon_weight", "options": [ { "value": "light", "label": "t:sections.all.icons.icon_weight.options__1.label" }, { "value": "regular", "label": "t:sections.all.icons.icon_weight.options__2.label" }, { "value": "medium", "label": "t:sections.all.icons.icon_weight.options__3.label" }, { "value": "bold", "label": "t:sections.all.icons.icon_weight.options__4.label" } ], "default": "regular", "label": "t:sections.all.icons.icon_weight.label" }, { "type": "select", "id": "context_icon_radius", "options": [ { "value": "default", "label": "t:sections.all.corner_radius.options__1.label" }, { "value": "0px", "label": "t:sections.all.corner_radius.options__2.label" }, { "value": "3px", "label": "t:sections.all.corner_radius.options__3.label" }, { "value": "5px", "label": "t:sections.all.corner_radius.options__4.label" }, { "value": "12px", "label": "t:sections.all.corner_radius.options__5.label" }, { "value": "2000px", "label": "t:sections.all.corner_radius.options__6.label" }, { "value": "2000px 2000px 0 0", "label": "t:sections.all.corner_radius.options__7.label" } ], "default": "default", "label": "t:sections.all.corner_radius.label" }, { "type": "checkbox", "id": "fill_container", "default": false, "label": "t:sections.icons_with_text.settings.fill_container.label" }, { "type": "header", "content": "t:sections.main-product.blocks.icons_with_text.settings.header__1.content" }, { "type": "select", "id": "icon_1", "options": [ { "value": "none", "label": "t:sections.all.icons.icon.options__1.label" }, { "value": "arrow_down", "label": "t:sections.all.icons.icon.options__2.label" }, { "value": "arrow_left", "label": "t:sections.all.icons.icon.options__3.label" }, { "value": "arrow_right", "label": "t:sections.all.icons.icon.options__4.label" }, { "value": "arrow_up", "label": "t:sections.all.icons.icon.options__5.label" }, { "value": "bank", "label": "t:sections.all.icons.icon.options__6.label" }, { "value": "bank_card", "label": "t:sections.all.icons.icon.options__7.label" }, { "value": "bill", "label": "t:sections.all.icons.icon.options__8.label" }, { "value": "bottle", "label": "t:sections.all.icons.icon.options__9.label" }, { "value": "chat", "label": "t:sections.all.icons.icon.options__10.label" }, { "value": "chat_empty", "label": "t:sections.all.icons.icon.options__11.label" }, { "value": "checked_box", "label": "t:sections.all.icons.icon.options__12.label" }, { "value": "checkmark", "label": "t:sections.all.icons.icon.options__13.label" }, { "value": "close", "label": "t:sections.all.icons.icon.options__14.label" }, { "value": "clothes", "label": "t:sections.all.icons.icon.options__15.label" }, { "value": "clothes_hanger", "label": "t:sections.all.icons.icon.options__16.label" }, { "value": "copy", "label": "t:sections.all.icons.icon.options__17.label" }, { "value": "cotton", "label": "t:sections.all.icons.icon.options__18.label" }, { "value": "envelope", "label": "t:sections.all.icons.icon.options__19.label" }, { "value": "eye", "label": "t:sections.all.icons.icon.options__20.label" }, { "value": "globe", "label": "t:sections.all.icons.icon.options__21.label" }, { "value": "hand_washing", "label": "t:sections.all.icons.icon.options__22.label" }, { "value": "heart", "label": "t:sections.all.icons.icon.options__23.label" }, { "value": "help", "label": "t:sections.all.icons.icon.options__24.label" }, { "value": "laundry_dryer", "label": "t:sections.all.icons.icon.options__25.label" }, { "value": "laundry_washer", "label": "t:sections.all.icons.icon.options__26.label" }, { "value": "layers", "label": "t:sections.all.icons.icon.options__27.label" }, { "value": "leaf", "label": "t:sections.all.icons.icon.options__28.label" }, { "value": "link", "label": "t:sections.all.icons.icon.options__29.label" }, { "value": "lipstick", "label": "t:sections.all.icons.icon.options__30.label" }, { "value": "loop", "label": "t:sections.all.icons.icon.options__31.label" }, { "value": "measuring_tape", "label": "t:sections.all.icons.icon.options__32.label" }, { "value": "model_silhouette", "label": "t:sections.all.icons.icon.options__33.label" }, { "value": "money_bills", "label": "t:sections.all.icons.icon.options__34.label" }, { "value": "moving_truck", "label": "t:sections.all.icons.icon.options__35.label" }, { "value": "package_closed", "label": "t:sections.all.icons.icon.options__36.label" }, { "value": "package_open", "label": "t:sections.all.icons.icon.options__37.label" }, { "value": "padlock", "label": "t:sections.all.icons.icon.options__38.label" }, { "value": "paper_airplane", "label": "t:sections.all.icons.icon.options__39.label" }, { "value": "paw_print", "label": "t:sections.all.icons.icon.options__40.label" }, { "value": "pencil", "label": "t:sections.all.icons.icon.options__41.label" }, { "value": "planet", "label": "t:sections.all.icons.icon.options__42.label" }, { "value": "plant", "label": "t:sections.all.icons.icon.options__43.label" }, { "value": "play", "label": "t:sections.all.icons.icon.options__44.label" }, { "value": "price_tag", "label": "t:sections.all.icons.icon.options__45.label" }, { "value": "question_mark", "label": "t:sections.all.icons.icon.options__46.label" }, { "value": "recycled_symbol", "label": "t:sections.all.icons.icon.options__47.label" }, { "value": "ruler", "label": "t:sections.all.icons.icon.options__48.label" }, { "value": "scissors", "label": "t:sections.all.icons.icon.options__49.label" }, { "value": "search", "label": "t:sections.all.icons.icon.options__50.label" }, { "value": "security_badge", "label": "t:sections.all.icons.icon.options__51.label" }, { "value": "settings", "label": "t:sections.all.icons.icon.options__52.label" }, { "value": "share", "label": "t:sections.all.icons.icon.options__53.label" }, { "value": "shopping_cart", "label": "t:sections.all.icons.icon.options__54.label" }, { "value": "stiletto", "label": "t:sections.all.icons.icon.options__55.label" }, { "value": "stop_watch", "label": "t:sections.all.icons.icon.options__56.label" }, { "value": "sunflower", "label": "t:sections.all.icons.icon.options__57.label" }, { "value": "t_shirt", "label": "t:sections.all.icons.icon.options__58.label" }, { "value": "trash", "label": "t:sections.all.icons.icon.options__59.label" }, { "value": "truck", "label": "t:sections.all.icons.icon.options__60.label" }, { "value": "user", "label": "t:sections.all.icons.icon.options__61.label" }, { "value": "washing_symbol", "label": "t:sections.all.icons.icon.options__62.label" }, { "value": "water_bottle", "label": "t:sections.all.icons.icon.options__63.label" }, { "value": "zoom_in", "label": "t:sections.all.icons.icon.options__64.label" }, { "value": "zoom_out", "label": "t:sections.all.icons.icon.options__65.label" } ], "default": "truck", "label": "t:sections.all.icons.icon.label" }, { "type": "image_picker", "id": "image_1", "label": "t:sections.all.labels.image.label" }, { "type": "richtext", "id": "text_1", "default": "Add a short advantage or guarantee description.
", "label": "t:sections.all.labels.text.label" }, { "type": "page", "id": "page_1", "label": "t:sections.all.labels.page.label" }, { "type": "checkbox", "id": "page_content_in_popup_1", "default": true, "label": "t:sections.icons_with_text.blocks.item.settings.page_content_in_popup.label" }, { "type": "header", "content": "t:sections.main-product.blocks.icons_with_text.settings.header__2.content" }, { "type": "select", "id": "icon_2", "options": [ { "value": "none", "label": "t:sections.all.icons.icon.options__1.label" }, { "value": "arrow_down", "label": "t:sections.all.icons.icon.options__2.label" }, { "value": "arrow_left", "label": "t:sections.all.icons.icon.options__3.label" }, { "value": "arrow_right", "label": "t:sections.all.icons.icon.options__4.label" }, { "value": "arrow_up", "label": "t:sections.all.icons.icon.options__5.label" }, { "value": "bank", "label": "t:sections.all.icons.icon.options__6.label" }, { "value": "bank_card", "label": "t:sections.all.icons.icon.options__7.label" }, { "value": "bill", "label": "t:sections.all.icons.icon.options__8.label" }, { "value": "bottle", "label": "t:sections.all.icons.icon.options__9.label" }, { "value": "chat", "label": "t:sections.all.icons.icon.options__10.label" }, { "value": "chat_empty", "label": "t:sections.all.icons.icon.options__11.label" }, { "value": "checked_box", "label": "t:sections.all.icons.icon.options__12.label" }, { "value": "checkmark", "label": "t:sections.all.icons.icon.options__13.label" }, { "value": "close", "label": "t:sections.all.icons.icon.options__14.label" }, { "value": "clothes", "label": "t:sections.all.icons.icon.options__15.label" }, { "value": "clothes_hanger", "label": "t:sections.all.icons.icon.options__16.label" }, { "value": "copy", "label": "t:sections.all.icons.icon.options__17.label" }, { "value": "cotton", "label": "t:sections.all.icons.icon.options__18.label" }, { "value": "envelope", "label": "t:sections.all.icons.icon.options__19.label" }, { "value": "eye", "label": "t:sections.all.icons.icon.options__20.label" }, { "value": "globe", "label": "t:sections.all.icons.icon.options__21.label" }, { "value": "hand_washing", "label": "t:sections.all.icons.icon.options__22.label" }, { "value": "heart", "label": "t:sections.all.icons.icon.options__23.label" }, { "value": "help", "label": "t:sections.all.icons.icon.options__24.label" }, { "value": "laundry_dryer", "label": "t:sections.all.icons.icon.options__25.label" }, { "value": "laundry_washer", "label": "t:sections.all.icons.icon.options__26.label" }, { "value": "layers", "label": "t:sections.all.icons.icon.options__27.label" }, { "value": "leaf", "label": "t:sections.all.icons.icon.options__28.label" }, { "value": "link", "label": "t:sections.all.icons.icon.options__29.label" }, { "value": "lipstick", "label": "t:sections.all.icons.icon.options__30.label" }, { "value": "loop", "label": "t:sections.all.icons.icon.options__31.label" }, { "value": "measuring_tape", "label": "t:sections.all.icons.icon.options__32.label" }, { "value": "model_silhouette", "label": "t:sections.all.icons.icon.options__33.label" }, { "value": "money_bills", "label": "t:sections.all.icons.icon.options__34.label" }, { "value": "moving_truck", "label": "t:sections.all.icons.icon.options__35.label" }, { "value": "package_closed", "label": "t:sections.all.icons.icon.options__36.label" }, { "value": "package_open", "label": "t:sections.all.icons.icon.options__37.label" }, { "value": "padlock", "label": "t:sections.all.icons.icon.options__38.label" }, { "value": "paper_airplane", "label": "t:sections.all.icons.icon.options__39.label" }, { "value": "paw_print", "label": "t:sections.all.icons.icon.options__40.label" }, { "value": "pencil", "label": "t:sections.all.icons.icon.options__41.label" }, { "value": "planet", "label": "t:sections.all.icons.icon.options__42.label" }, { "value": "plant", "label": "t:sections.all.icons.icon.options__43.label" }, { "value": "play", "label": "t:sections.all.icons.icon.options__44.label" }, { "value": "price_tag", "label": "t:sections.all.icons.icon.options__45.label" }, { "value": "question_mark", "label": "t:sections.all.icons.icon.options__46.label" }, { "value": "recycled_symbol", "label": "t:sections.all.icons.icon.options__47.label" }, { "value": "ruler", "label": "t:sections.all.icons.icon.options__48.label" }, { "value": "scissors", "label": "t:sections.all.icons.icon.options__49.label" }, { "value": "search", "label": "t:sections.all.icons.icon.options__50.label" }, { "value": "security_badge", "label": "t:sections.all.icons.icon.options__51.label" }, { "value": "settings", "label": "t:sections.all.icons.icon.options__52.label" }, { "value": "share", "label": "t:sections.all.icons.icon.options__53.label" }, { "value": "shopping_cart", "label": "t:sections.all.icons.icon.options__54.label" }, { "value": "stiletto", "label": "t:sections.all.icons.icon.options__55.label" }, { "value": "stop_watch", "label": "t:sections.all.icons.icon.options__56.label" }, { "value": "sunflower", "label": "t:sections.all.icons.icon.options__57.label" }, { "value": "t_shirt", "label": "t:sections.all.icons.icon.options__58.label" }, { "value": "trash", "label": "t:sections.all.icons.icon.options__59.label" }, { "value": "truck", "label": "t:sections.all.icons.icon.options__60.label" }, { "value": "user", "label": "t:sections.all.icons.icon.options__61.label" }, { "value": "washing_symbol", "label": "t:sections.all.icons.icon.options__62.label" }, { "value": "water_bottle", "label": "t:sections.all.icons.icon.options__63.label" }, { "value": "zoom_in", "label": "t:sections.all.icons.icon.options__64.label" }, { "value": "zoom_out", "label": "t:sections.all.icons.icon.options__65.label" } ], "default": "leaf", "label": "t:sections.all.icons.icon.label" }, { "type": "image_picker", "id": "image_2", "label": "t:sections.all.labels.image.label" }, { "type": "richtext", "id": "text_2", "default": "Add a short advantage or guarantee description.
", "label": "t:sections.all.labels.text.label" }, { "type": "page", "id": "page_2", "label": "t:sections.all.labels.page.label" }, { "type": "checkbox", "id": "page_content_in_popup_2", "default": true, "label": "t:sections.icons_with_text.blocks.item.settings.page_content_in_popup.label" }, { "type": "header", "content": "t:sections.main-product.blocks.icons_with_text.settings.header__3.content" }, { "type": "select", "id": "icon_3", "options": [ { "value": "none", "label": "t:sections.all.icons.icon.options__1.label" }, { "value": "arrow_down", "label": "t:sections.all.icons.icon.options__2.label" }, { "value": "arrow_left", "label": "t:sections.all.icons.icon.options__3.label" }, { "value": "arrow_right", "label": "t:sections.all.icons.icon.options__4.label" }, { "value": "arrow_up", "label": "t:sections.all.icons.icon.options__5.label" }, { "value": "bank", "label": "t:sections.all.icons.icon.options__6.label" }, { "value": "bank_card", "label": "t:sections.all.icons.icon.options__7.label" }, { "value": "bill", "label": "t:sections.all.icons.icon.options__8.label" }, { "value": "bottle", "label": "t:sections.all.icons.icon.options__9.label" }, { "value": "chat", "label": "t:sections.all.icons.icon.options__10.label" }, { "value": "chat_empty", "label": "t:sections.all.icons.icon.options__11.label" }, { "value": "checked_box", "label": "t:sections.all.icons.icon.options__12.label" }, { "value": "checkmark", "label": "t:sections.all.icons.icon.options__13.label" }, { "value": "close", "label": "t:sections.all.icons.icon.options__14.label" }, { "value": "clothes", "label": "t:sections.all.icons.icon.options__15.label" }, { "value": "clothes_hanger", "label": "t:sections.all.icons.icon.options__16.label" }, { "value": "copy", "label": "t:sections.all.icons.icon.options__17.label" }, { "value": "cotton", "label": "t:sections.all.icons.icon.options__18.label" }, { "value": "envelope", "label": "t:sections.all.icons.icon.options__19.label" }, { "value": "eye", "label": "t:sections.all.icons.icon.options__20.label" }, { "value": "globe", "label": "t:sections.all.icons.icon.options__21.label" }, { "value": "hand_washing", "label": "t:sections.all.icons.icon.options__22.label" }, { "value": "heart", "label": "t:sections.all.icons.icon.options__23.label" }, { "value": "help", "label": "t:sections.all.icons.icon.options__24.label" }, { "value": "laundry_dryer", "label": "t:sections.all.icons.icon.options__25.label" }, { "value": "laundry_washer", "label": "t:sections.all.icons.icon.options__26.label" }, { "value": "layers", "label": "t:sections.all.icons.icon.options__27.label" }, { "value": "leaf", "label": "t:sections.all.icons.icon.options__28.label" }, { "value": "link", "label": "t:sections.all.icons.icon.options__29.label" }, { "value": "lipstick", "label": "t:sections.all.icons.icon.options__30.label" }, { "value": "loop", "label": "t:sections.all.icons.icon.options__31.label" }, { "value": "measuring_tape", "label": "t:sections.all.icons.icon.options__32.label" }, { "value": "model_silhouette", "label": "t:sections.all.icons.icon.options__33.label" }, { "value": "money_bills", "label": "t:sections.all.icons.icon.options__34.label" }, { "value": "moving_truck", "label": "t:sections.all.icons.icon.options__35.label" }, { "value": "package_closed", "label": "t:sections.all.icons.icon.options__36.label" }, { "value": "package_open", "label": "t:sections.all.icons.icon.options__37.label" }, { "value": "padlock", "label": "t:sections.all.icons.icon.options__38.label" }, { "value": "paper_airplane", "label": "t:sections.all.icons.icon.options__39.label" }, { "value": "paw_print", "label": "t:sections.all.icons.icon.options__40.label" }, { "value": "pencil", "label": "t:sections.all.icons.icon.options__41.label" }, { "value": "planet", "label": "t:sections.all.icons.icon.options__42.label" }, { "value": "plant", "label": "t:sections.all.icons.icon.options__43.label" }, { "value": "play", "label": "t:sections.all.icons.icon.options__44.label" }, { "value": "price_tag", "label": "t:sections.all.icons.icon.options__45.label" }, { "value": "question_mark", "label": "t:sections.all.icons.icon.options__46.label" }, { "value": "recycled_symbol", "label": "t:sections.all.icons.icon.options__47.label" }, { "value": "ruler", "label": "t:sections.all.icons.icon.options__48.label" }, { "value": "scissors", "label": "t:sections.all.icons.icon.options__49.label" }, { "value": "search", "label": "t:sections.all.icons.icon.options__50.label" }, { "value": "security_badge", "label": "t:sections.all.icons.icon.options__51.label" }, { "value": "settings", "label": "t:sections.all.icons.icon.options__52.label" }, { "value": "share", "label": "t:sections.all.icons.icon.options__53.label" }, { "value": "shopping_cart", "label": "t:sections.all.icons.icon.options__54.label" }, { "value": "stiletto", "label": "t:sections.all.icons.icon.options__55.label" }, { "value": "stop_watch", "label": "t:sections.all.icons.icon.options__56.label" }, { "value": "sunflower", "label": "t:sections.all.icons.icon.options__57.label" }, { "value": "t_shirt", "label": "t:sections.all.icons.icon.options__58.label" }, { "value": "trash", "label": "t:sections.all.icons.icon.options__59.label" }, { "value": "truck", "label": "t:sections.all.icons.icon.options__60.label" }, { "value": "user", "label": "t:sections.all.icons.icon.options__61.label" }, { "value": "washing_symbol", "label": "t:sections.all.icons.icon.options__62.label" }, { "value": "water_bottle", "label": "t:sections.all.icons.icon.options__63.label" }, { "value": "zoom_in", "label": "t:sections.all.icons.icon.options__64.label" }, { "value": "zoom_out", "label": "t:sections.all.icons.icon.options__65.label" } ], "default": "package_closed", "label": "t:sections.all.icons.icon.label" }, { "type": "image_picker", "id": "image_3", "label": "t:sections.all.labels.image.label" }, { "type": "richtext", "id": "text_3", "default": "Add a short advantage or guarantee description.
", "label": "t:sections.all.labels.text.label" }, { "type": "page", "id": "page_3", "label": "t:sections.all.labels.page.label" }, { "type": "checkbox", "id": "page_content_in_popup_3", "default": true, "label": "t:sections.icons_with_text.blocks.item.settings.page_content_in_popup.label" }, { "type": "header", "content": "t:sections.main-product.blocks.icons_with_text.settings.header__4.content" }, { "type": "select", "id": "icon_4", "options": [ { "value": "none", "label": "t:sections.all.icons.icon.options__1.label" }, { "value": "arrow_down", "label": "t:sections.all.icons.icon.options__2.label" }, { "value": "arrow_left", "label": "t:sections.all.icons.icon.options__3.label" }, { "value": "arrow_right", "label": "t:sections.all.icons.icon.options__4.label" }, { "value": "arrow_up", "label": "t:sections.all.icons.icon.options__5.label" }, { "value": "bank", "label": "t:sections.all.icons.icon.options__6.label" }, { "value": "bank_card", "label": "t:sections.all.icons.icon.options__7.label" }, { "value": "bill", "label": "t:sections.all.icons.icon.options__8.label" }, { "value": "bottle", "label": "t:sections.all.icons.icon.options__9.label" }, { "value": "chat", "label": "t:sections.all.icons.icon.options__10.label" }, { "value": "chat_empty", "label": "t:sections.all.icons.icon.options__11.label" }, { "value": "checked_box", "label": "t:sections.all.icons.icon.options__12.label" }, { "value": "checkmark", "label": "t:sections.all.icons.icon.options__13.label" }, { "value": "close", "label": "t:sections.all.icons.icon.options__14.label" }, { "value": "clothes", "label": "t:sections.all.icons.icon.options__15.label" }, { "value": "clothes_hanger", "label": "t:sections.all.icons.icon.options__16.label" }, { "value": "copy", "label": "t:sections.all.icons.icon.options__17.label" }, { "value": "cotton", "label": "t:sections.all.icons.icon.options__18.label" }, { "value": "envelope", "label": "t:sections.all.icons.icon.options__19.label" }, { "value": "eye", "label": "t:sections.all.icons.icon.options__20.label" }, { "value": "globe", "label": "t:sections.all.icons.icon.options__21.label" }, { "value": "hand_washing", "label": "t:sections.all.icons.icon.options__22.label" }, { "value": "heart", "label": "t:sections.all.icons.icon.options__23.label" }, { "value": "help", "label": "t:sections.all.icons.icon.options__24.label" }, { "value": "laundry_dryer", "label": "t:sections.all.icons.icon.options__25.label" }, { "value": "laundry_washer", "label": "t:sections.all.icons.icon.options__26.label" }, { "value": "layers", "label": "t:sections.all.icons.icon.options__27.label" }, { "value": "leaf", "label": "t:sections.all.icons.icon.options__28.label" }, { "value": "link", "label": "t:sections.all.icons.icon.options__29.label" }, { "value": "lipstick", "label": "t:sections.all.icons.icon.options__30.label" }, { "value": "loop", "label": "t:sections.all.icons.icon.options__31.label" }, { "value": "measuring_tape", "label": "t:sections.all.icons.icon.options__32.label" }, { "value": "model_silhouette", "label": "t:sections.all.icons.icon.options__33.label" }, { "value": "money_bills", "label": "t:sections.all.icons.icon.options__34.label" }, { "value": "moving_truck", "label": "t:sections.all.icons.icon.options__35.label" }, { "value": "package_closed", "label": "t:sections.all.icons.icon.options__36.label" }, { "value": "package_open", "label": "t:sections.all.icons.icon.options__37.label" }, { "value": "padlock", "label": "t:sections.all.icons.icon.options__38.label" }, { "value": "paper_airplane", "label": "t:sections.all.icons.icon.options__39.label" }, { "value": "paw_print", "label": "t:sections.all.icons.icon.options__40.label" }, { "value": "pencil", "label": "t:sections.all.icons.icon.options__41.label" }, { "value": "planet", "label": "t:sections.all.icons.icon.options__42.label" }, { "value": "plant", "label": "t:sections.all.icons.icon.options__43.label" }, { "value": "play", "label": "t:sections.all.icons.icon.options__44.label" }, { "value": "price_tag", "label": "t:sections.all.icons.icon.options__45.label" }, { "value": "question_mark", "label": "t:sections.all.icons.icon.options__46.label" }, { "value": "recycled_symbol", "label": "t:sections.all.icons.icon.options__47.label" }, { "value": "ruler", "label": "t:sections.all.icons.icon.options__48.label" }, { "value": "scissors", "label": "t:sections.all.icons.icon.options__49.label" }, { "value": "search", "label": "t:sections.all.icons.icon.options__50.label" }, { "value": "security_badge", "label": "t:sections.all.icons.icon.options__51.label" }, { "value": "settings", "label": "t:sections.all.icons.icon.options__52.label" }, { "value": "share", "label": "t:sections.all.icons.icon.options__53.label" }, { "value": "shopping_cart", "label": "t:sections.all.icons.icon.options__54.label" }, { "value": "stiletto", "label": "t:sections.all.icons.icon.options__55.label" }, { "value": "stop_watch", "label": "t:sections.all.icons.icon.options__56.label" }, { "value": "sunflower", "label": "t:sections.all.icons.icon.options__57.label" }, { "value": "t_shirt", "label": "t:sections.all.icons.icon.options__58.label" }, { "value": "trash", "label": "t:sections.all.icons.icon.options__59.label" }, { "value": "truck", "label": "t:sections.all.icons.icon.options__60.label" }, { "value": "user", "label": "t:sections.all.icons.icon.options__61.label" }, { "value": "washing_symbol", "label": "t:sections.all.icons.icon.options__62.label" }, { "value": "water_bottle", "label": "t:sections.all.icons.icon.options__63.label" }, { "value": "zoom_in", "label": "t:sections.all.icons.icon.options__64.label" }, { "value": "zoom_out", "label": "t:sections.all.icons.icon.options__65.label" } ], "default": "none", "label": "t:sections.all.icons.icon.label" }, { "type": "image_picker", "id": "image_4", "label": "t:sections.all.labels.image.label" }, { "type": "richtext", "id": "text_4", "label": "t:sections.all.labels.text.label" }, { "type": "page", "id": "page_4", "label": "t:sections.all.labels.page.label" }, { "type": "checkbox", "id": "page_content_in_popup_4", "default": true, "label": "t:sections.icons_with_text.blocks.item.settings.page_content_in_popup.label" }, { "type": "header", "content": "t:sections.main-product.blocks.icons_with_text.settings.header__5.content" }, { "type": "select", "id": "icon_5", "options": [ { "value": "none", "label": "t:sections.all.icons.icon.options__1.label" }, { "value": "arrow_down", "label": "t:sections.all.icons.icon.options__2.label" }, { "value": "arrow_left", "label": "t:sections.all.icons.icon.options__3.label" }, { "value": "arrow_right", "label": "t:sections.all.icons.icon.options__4.label" }, { "value": "arrow_up", "label": "t:sections.all.icons.icon.options__5.label" }, { "value": "bank", "label": "t:sections.all.icons.icon.options__6.label" }, { "value": "bank_card", "label": "t:sections.all.icons.icon.options__7.label" }, { "value": "bill", "label": "t:sections.all.icons.icon.options__8.label" }, { "value": "bottle", "label": "t:sections.all.icons.icon.options__9.label" }, { "value": "chat", "label": "t:sections.all.icons.icon.options__10.label" }, { "value": "chat_empty", "label": "t:sections.all.icons.icon.options__11.label" }, { "value": "checked_box", "label": "t:sections.all.icons.icon.options__12.label" }, { "value": "checkmark", "label": "t:sections.all.icons.icon.options__13.label" }, { "value": "close", "label": "t:sections.all.icons.icon.options__14.label" }, { "value": "clothes", "label": "t:sections.all.icons.icon.options__15.label" }, { "value": "clothes_hanger", "label": "t:sections.all.icons.icon.options__16.label" }, { "value": "copy", "label": "t:sections.all.icons.icon.options__17.label" }, { "value": "cotton", "label": "t:sections.all.icons.icon.options__18.label" }, { "value": "envelope", "label": "t:sections.all.icons.icon.options__19.label" }, { "value": "eye", "label": "t:sections.all.icons.icon.options__20.label" }, { "value": "globe", "label": "t:sections.all.icons.icon.options__21.label" }, { "value": "hand_washing", "label": "t:sections.all.icons.icon.options__22.label" }, { "value": "heart", "label": "t:sections.all.icons.icon.options__23.label" }, { "value": "help", "label": "t:sections.all.icons.icon.options__24.label" }, { "value": "laundry_dryer", "label": "t:sections.all.icons.icon.options__25.label" }, { "value": "laundry_washer", "label": "t:sections.all.icons.icon.options__26.label" }, { "value": "layers", "label": "t:sections.all.icons.icon.options__27.label" }, { "value": "leaf", "label": "t:sections.all.icons.icon.options__28.label" }, { "value": "link", "label": "t:sections.all.icons.icon.options__29.label" }, { "value": "lipstick", "label": "t:sections.all.icons.icon.options__30.label" }, { "value": "loop", "label": "t:sections.all.icons.icon.options__31.label" }, { "value": "measuring_tape", "label": "t:sections.all.icons.icon.options__32.label" }, { "value": "model_silhouette", "label": "t:sections.all.icons.icon.options__33.label" }, { "value": "money_bills", "label": "t:sections.all.icons.icon.options__34.label" }, { "value": "moving_truck", "label": "t:sections.all.icons.icon.options__35.label" }, { "value": "package_closed", "label": "t:sections.all.icons.icon.options__36.label" }, { "value": "package_open", "label": "t:sections.all.icons.icon.options__37.label" }, { "value": "padlock", "label": "t:sections.all.icons.icon.options__38.label" }, { "value": "paper_airplane", "label": "t:sections.all.icons.icon.options__39.label" }, { "value": "paw_print", "label": "t:sections.all.icons.icon.options__40.label" }, { "value": "pencil", "label": "t:sections.all.icons.icon.options__41.label" }, { "value": "planet", "label": "t:sections.all.icons.icon.options__42.label" }, { "value": "plant", "label": "t:sections.all.icons.icon.options__43.label" }, { "value": "play", "label": "t:sections.all.icons.icon.options__44.label" }, { "value": "price_tag", "label": "t:sections.all.icons.icon.options__45.label" }, { "value": "question_mark", "label": "t:sections.all.icons.icon.options__46.label" }, { "value": "recycled_symbol", "label": "t:sections.all.icons.icon.options__47.label" }, { "value": "ruler", "label": "t:sections.all.icons.icon.options__48.label" }, { "value": "scissors", "label": "t:sections.all.icons.icon.options__49.label" }, { "value": "search", "label": "t:sections.all.icons.icon.options__50.label" }, { "value": "security_badge", "label": "t:sections.all.icons.icon.options__51.label" }, { "value": "settings", "label": "t:sections.all.icons.icon.options__52.label" }, { "value": "share", "label": "t:sections.all.icons.icon.options__53.label" }, { "value": "shopping_cart", "label": "t:sections.all.icons.icon.options__54.label" }, { "value": "stiletto", "label": "t:sections.all.icons.icon.options__55.label" }, { "value": "stop_watch", "label": "t:sections.all.icons.icon.options__56.label" }, { "value": "sunflower", "label": "t:sections.all.icons.icon.options__57.label" }, { "value": "t_shirt", "label": "t:sections.all.icons.icon.options__58.label" }, { "value": "trash", "label": "t:sections.all.icons.icon.options__59.label" }, { "value": "truck", "label": "t:sections.all.icons.icon.options__60.label" }, { "value": "user", "label": "t:sections.all.icons.icon.options__61.label" }, { "value": "washing_symbol", "label": "t:sections.all.icons.icon.options__62.label" }, { "value": "water_bottle", "label": "t:sections.all.icons.icon.options__63.label" }, { "value": "zoom_in", "label": "t:sections.all.icons.icon.options__64.label" }, { "value": "zoom_out", "label": "t:sections.all.icons.icon.options__65.label" } ], "default": "none", "label": "t:sections.all.icons.icon.label" }, { "type": "image_picker", "id": "image_5", "label": "t:sections.all.labels.image.label" }, { "type": "richtext", "id": "text_5", "label": "t:sections.all.labels.text.label" }, { "type": "page", "id": "page_5", "label": "t:sections.all.labels.page.label" }, { "type": "checkbox", "id": "page_content_in_popup_5", "default": true, "label": "t:sections.icons_with_text.blocks.item.settings.page_content_in_popup.label" }, { "type": "header", "content": "t:sections.main-product.blocks.icons_with_text.settings.header__6.content" }, { "type": "select", "id": "icon_6", "options": [ { "value": "none", "label": "t:sections.all.icons.icon.options__1.label" }, { "value": "arrow_down", "label": "t:sections.all.icons.icon.options__2.label" }, { "value": "arrow_left", "label": "t:sections.all.icons.icon.options__3.label" }, { "value": "arrow_right", "label": "t:sections.all.icons.icon.options__4.label" }, { "value": "arrow_up", "label": "t:sections.all.icons.icon.options__5.label" }, { "value": "bank", "label": "t:sections.all.icons.icon.options__6.label" }, { "value": "bank_card", "label": "t:sections.all.icons.icon.options__7.label" }, { "value": "bill", "label": "t:sections.all.icons.icon.options__8.label" }, { "value": "bottle", "label": "t:sections.all.icons.icon.options__9.label" }, { "value": "chat", "label": "t:sections.all.icons.icon.options__10.label" }, { "value": "chat_empty", "label": "t:sections.all.icons.icon.options__11.label" }, { "value": "checked_box", "label": "t:sections.all.icons.icon.options__12.label" }, { "value": "checkmark", "label": "t:sections.all.icons.icon.options__13.label" }, { "value": "close", "label": "t:sections.all.icons.icon.options__14.label" }, { "value": "clothes", "label": "t:sections.all.icons.icon.options__15.label" }, { "value": "clothes_hanger", "label": "t:sections.all.icons.icon.options__16.label" }, { "value": "copy", "label": "t:sections.all.icons.icon.options__17.label" }, { "value": "cotton", "label": "t:sections.all.icons.icon.options__18.label" }, { "value": "envelope", "label": "t:sections.all.icons.icon.options__19.label" }, { "value": "eye", "label": "t:sections.all.icons.icon.options__20.label" }, { "value": "globe", "label": "t:sections.all.icons.icon.options__21.label" }, { "value": "hand_washing", "label": "t:sections.all.icons.icon.options__22.label" }, { "value": "heart", "label": "t:sections.all.icons.icon.options__23.label" }, { "value": "help", "label": "t:sections.all.icons.icon.options__24.label" }, { "value": "laundry_dryer", "label": "t:sections.all.icons.icon.options__25.label" }, { "value": "laundry_washer", "label": "t:sections.all.icons.icon.options__26.label" }, { "value": "layers", "label": "t:sections.all.icons.icon.options__27.label" }, { "value": "leaf", "label": "t:sections.all.icons.icon.options__28.label" }, { "value": "link", "label": "t:sections.all.icons.icon.options__29.label" }, { "value": "lipstick", "label": "t:sections.all.icons.icon.options__30.label" }, { "value": "loop", "label": "t:sections.all.icons.icon.options__31.label" }, { "value": "measuring_tape", "label": "t:sections.all.icons.icon.options__32.label" }, { "value": "model_silhouette", "label": "t:sections.all.icons.icon.options__33.label" }, { "value": "money_bills", "label": "t:sections.all.icons.icon.options__34.label" }, { "value": "moving_truck", "label": "t:sections.all.icons.icon.options__35.label" }, { "value": "package_closed", "label": "t:sections.all.icons.icon.options__36.label" }, { "value": "package_open", "label": "t:sections.all.icons.icon.options__37.label" }, { "value": "padlock", "label": "t:sections.all.icons.icon.options__38.label" }, { "value": "paper_airplane", "label": "t:sections.all.icons.icon.options__39.label" }, { "value": "paw_print", "label": "t:sections.all.icons.icon.options__40.label" }, { "value": "pencil", "label": "t:sections.all.icons.icon.options__41.label" }, { "value": "planet", "label": "t:sections.all.icons.icon.options__42.label" }, { "value": "plant", "label": "t:sections.all.icons.icon.options__43.label" }, { "value": "play", "label": "t:sections.all.icons.icon.options__44.label" }, { "value": "price_tag", "label": "t:sections.all.icons.icon.options__45.label" }, { "value": "question_mark", "label": "t:sections.all.icons.icon.options__46.label" }, { "value": "recycled_symbol", "label": "t:sections.all.icons.icon.options__47.label" }, { "value": "ruler", "label": "t:sections.all.icons.icon.options__48.label" }, { "value": "scissors", "label": "t:sections.all.icons.icon.options__49.label" }, { "value": "search", "label": "t:sections.all.icons.icon.options__50.label" }, { "value": "security_badge", "label": "t:sections.all.icons.icon.options__51.label" }, { "value": "settings", "label": "t:sections.all.icons.icon.options__52.label" }, { "value": "share", "label": "t:sections.all.icons.icon.options__53.label" }, { "value": "shopping_cart", "label": "t:sections.all.icons.icon.options__54.label" }, { "value": "stiletto", "label": "t:sections.all.icons.icon.options__55.label" }, { "value": "stop_watch", "label": "t:sections.all.icons.icon.options__56.label" }, { "value": "sunflower", "label": "t:sections.all.icons.icon.options__57.label" }, { "value": "t_shirt", "label": "t:sections.all.icons.icon.options__58.label" }, { "value": "trash", "label": "t:sections.all.icons.icon.options__59.label" }, { "value": "truck", "label": "t:sections.all.icons.icon.options__60.label" }, { "value": "user", "label": "t:sections.all.icons.icon.options__61.label" }, { "value": "washing_symbol", "label": "t:sections.all.icons.icon.options__62.label" }, { "value": "water_bottle", "label": "t:sections.all.icons.icon.options__63.label" }, { "value": "zoom_in", "label": "t:sections.all.icons.icon.options__64.label" }, { "value": "zoom_out", "label": "t:sections.all.icons.icon.options__65.label" } ], "default": "none", "label": "t:sections.all.icons.icon.label" }, { "type": "image_picker", "id": "image_6", "label": "t:sections.all.labels.image.label" }, { "type": "richtext", "id": "text_6", "label": "t:sections.all.labels.text.label" }, { "type": "page", "id": "page_6", "label": "t:sections.all.labels.page.label" }, { "type": "checkbox", "id": "page_content_in_popup_6", "default": true, "label": "t:sections.icons_with_text.blocks.item.settings.page_content_in_popup.label" } ] }, { "type": "variant_picker", "name": "t:sections.main-product.blocks.variant_picker.name", "limit": 1, "settings": [ { "type": "paragraph", "content": "t:sections.main-product.blocks.variant_picker.settings.paragraph__1.content" }, { "type": "checkbox", "id": "show_label", "default": true, "label": "t:sections.main-product.blocks.variant_picker.settings.show_label.label" } ] }, { "type": "stock_indicator", "name": "t:sections.main-product.blocks.stock_indicator.name", "limit": 1, "settings": [ { "type": "checkbox", "id": "show_label", "default": true, "label": "t:sections.main-product.blocks.general.show_label.label" }, { "type": "checkbox", "id": "show_transfer", "default": true, "label": "t:sections.main-product.blocks.stock_indicator.settings.show_transfer.label", "info": "t:sections.main-product.blocks.stock_indicator.settings.show_transfer.info" }, { "type": "checkbox", "id": "show_bar", "default": true, "label": "t:sections.main-product.blocks.stock_indicator.settings.show_bar.label", "info": "t:sections.main-product.blocks.stock_indicator.settings.show_bar.info" }, { "type": "text", "id": "base_quantity", "default": "100", "label": "t:sections.main-product.blocks.stock_indicator.settings.base_quantity.label", "info": "t:sections.main-product.blocks.stock_indicator.settings.base_quantity.info" }, { "type": "text", "id": "low_threshold", "default": "20", "label": "t:sections.main-product.blocks.stock_indicator.settings.low_threshold.label", "info": "t:sections.main-product.blocks.stock_indicator.settings.low_threshold.info" }, { "type": "header", "content": "t:sections.main-product.blocks.stock_indicator.settings.header__1.content" }, { "type": "color", "id": "in_stock_color", "label": "t:sections.main-product.blocks.stock_indicator.settings.in_stock_color.label", "default": "#088B6F" }, { "type": "color", "id": "low_inventory_color", "label": "t:sections.main-product.blocks.stock_indicator.settings.low_inventory_color.label", "default": "#8D4400" }, { "type": "color", "id": "sold_out_color", "label": "t:sections.main-product.blocks.stock_indicator.settings.sold_out_color.label", "default": "#DA1E28" } ] }, { "type": "price", "name": "t:sections.main-product.blocks.price.name", "limit": 1, "settings": [ { "type": "checkbox", "id": "show_badges", "default": true, "label": "t:sections.main-product.blocks.price.settings.show_badges.label" } ] }, { "type": "quantity_selector", "name": "t:sections.main-product.blocks.quantity_selector.name", "limit": 1, "settings": [ { "type": "checkbox", "id": "show_label", "default": false, "label": "t:sections.main-product.blocks.general.show_label.label" } ] }, { "type": "buy_buttons", "name": "t:sections.main-product.blocks.buy_buttons.name", "limit": 1, "settings": [ { "type": "checkbox", "id": "stretch_buy_buttons", "default": true, "label": "t:sections.main-product.blocks.buy_buttons.settings.stretch_buy_buttons.label" }, { "type": "checkbox", "id": "display_in_a_row", "default": false, "label": "t:sections.main-product.blocks.buy_buttons.settings.display_in_a_row.label" }, { "type": "checkbox", "id": "show_dynamic_checkout", "default": true, "label": "t:sections.main-product.blocks.buy_buttons.settings.show_dynamic_checkout.label", "info": "t:sections.main-product.blocks.buy_buttons.settings.show_dynamic_checkout.info" }, { "type": "checkbox", "id": "show_gift_card_recipient", "default": false, "label": "t:sections.main-product.blocks.buy_buttons.settings.show_gift_card_recipient.label", "info": "t:sections.main-product.blocks.buy_buttons.settings.show_gift_card_recipient.info" } ] }, { "type": "share", "name": "t:blocks.share.name", "limit": 1, "settings": [ { "type": "checkbox", "id": "display_collapsible_link", "default": false, "label": "t:blocks.share.settings.display_collapsible_link.label" }, { "type": "checkbox", "id": "show_only_icons", "default": false, "label": "t:blocks.share.settings.show_only_icons.label" }, { "type": "paragraph", "content": "t:blocks.share.settings.paragraph__1.content" }, { "type": "paragraph", "content": "t:blocks.share.settings.paragraph__2.content" } ] }, { "type": "popup", "name": "t:sections.main-product.blocks.popup.name", "settings": [ { "type": "select", "id": "icon", "label": "t:sections.all.icons.icon.label", "options": [ { "value": "none", "label": "t:sections.all.icons.icon.options__1.label" }, { "value": "arrow_down", "label": "t:sections.all.icons.icon.options__2.label" }, { "value": "arrow_left", "label": "t:sections.all.icons.icon.options__3.label" }, { "value": "arrow_right", "label": "t:sections.all.icons.icon.options__4.label" }, { "value": "arrow_up", "label": "t:sections.all.icons.icon.options__5.label" }, { "value": "bank", "label": "t:sections.all.icons.icon.options__6.label" }, { "value": "bank_card", "label": "t:sections.all.icons.icon.options__7.label" }, { "value": "bill", "label": "t:sections.all.icons.icon.options__8.label" }, { "value": "bottle", "label": "t:sections.all.icons.icon.options__9.label" }, { "value": "chat", "label": "t:sections.all.icons.icon.options__10.label" }, { "value": "chat_empty", "label": "t:sections.all.icons.icon.options__11.label" }, { "value": "checked_box", "label": "t:sections.all.icons.icon.options__12.label" }, { "value": "checkmark", "label": "t:sections.all.icons.icon.options__13.label" }, { "value": "close", "label": "t:sections.all.icons.icon.options__14.label" }, { "value": "clothes", "label": "t:sections.all.icons.icon.options__15.label" }, { "value": "clothes_hanger", "label": "t:sections.all.icons.icon.options__16.label" }, { "value": "copy", "label": "t:sections.all.icons.icon.options__17.label" }, { "value": "cotton", "label": "t:sections.all.icons.icon.options__18.label" }, { "value": "envelope", "label": "t:sections.all.icons.icon.options__19.label" }, { "value": "eye", "label": "t:sections.all.icons.icon.options__20.label" }, { "value": "globe", "label": "t:sections.all.icons.icon.options__21.label" }, { "value": "hand_washing", "label": "t:sections.all.icons.icon.options__22.label" }, { "value": "heart", "label": "t:sections.all.icons.icon.options__23.label" }, { "value": "help", "label": "t:sections.all.icons.icon.options__24.label" }, { "value": "laundry_dryer", "label": "t:sections.all.icons.icon.options__25.label" }, { "value": "laundry_washer", "label": "t:sections.all.icons.icon.options__26.label" }, { "value": "layers", "label": "t:sections.all.icons.icon.options__27.label" }, { "value": "leaf", "label": "t:sections.all.icons.icon.options__28.label" }, { "value": "link", "label": "t:sections.all.icons.icon.options__29.label" }, { "value": "lipstick", "label": "t:sections.all.icons.icon.options__30.label" }, { "value": "loop", "label": "t:sections.all.icons.icon.options__31.label" }, { "value": "measuring_tape", "label": "t:sections.all.icons.icon.options__32.label" }, { "value": "model_silhouette", "label": "t:sections.all.icons.icon.options__33.label" }, { "value": "money_bills", "label": "t:sections.all.icons.icon.options__34.label" }, { "value": "moving_truck", "label": "t:sections.all.icons.icon.options__35.label" }, { "value": "package_closed", "label": "t:sections.all.icons.icon.options__36.label" }, { "value": "package_open", "label": "t:sections.all.icons.icon.options__37.label" }, { "value": "padlock", "label": "t:sections.all.icons.icon.options__38.label" }, { "value": "paper_airplane", "label": "t:sections.all.icons.icon.options__39.label" }, { "value": "paw_print", "label": "t:sections.all.icons.icon.options__40.label" }, { "value": "pencil", "label": "t:sections.all.icons.icon.options__41.label" }, { "value": "planet", "label": "t:sections.all.icons.icon.options__42.label" }, { "value": "plant", "label": "t:sections.all.icons.icon.options__43.label" }, { "value": "play", "label": "t:sections.all.icons.icon.options__44.label" }, { "value": "price_tag", "label": "t:sections.all.icons.icon.options__45.label" }, { "value": "question_mark", "label": "t:sections.all.icons.icon.options__46.label" }, { "value": "recycled_symbol", "label": "t:sections.all.icons.icon.options__47.label" }, { "value": "ruler", "label": "t:sections.all.icons.icon.options__48.label" }, { "value": "scissors", "label": "t:sections.all.icons.icon.options__49.label" }, { "value": "search", "label": "t:sections.all.icons.icon.options__50.label" }, { "value": "security_badge", "label": "t:sections.all.icons.icon.options__51.label" }, { "value": "settings", "label": "t:sections.all.icons.icon.options__52.label" }, { "value": "share", "label": "t:sections.all.icons.icon.options__53.label" }, { "value": "shopping_cart", "label": "t:sections.all.icons.icon.options__54.label" }, { "value": "stiletto", "label": "t:sections.all.icons.icon.options__55.label" }, { "value": "stop_watch", "label": "t:sections.all.icons.icon.options__56.label" }, { "value": "sunflower", "label": "t:sections.all.icons.icon.options__57.label" }, { "value": "t_shirt", "label": "t:sections.all.icons.icon.options__58.label" }, { "value": "trash", "label": "t:sections.all.icons.icon.options__59.label" }, { "value": "truck", "label": "t:sections.all.icons.icon.options__60.label" }, { "value": "user", "label": "t:sections.all.icons.icon.options__61.label" }, { "value": "washing_symbol", "label": "t:sections.all.icons.icon.options__62.label" }, { "value": "water_bottle", "label": "t:sections.all.icons.icon.options__63.label" }, { "value": "zoom_in", "label": "t:sections.all.icons.icon.options__64.label" }, { "value": "zoom_out", "label": "t:sections.all.icons.icon.options__65.label" } ], "default": "help" }, { "type": "text", "id": "link_text", "default": "Information pop-up", "label": "t:sections.all.labels.link_text.label" }, { "type": "richtext", "id": "text", "label": "t:sections.all.labels.text.label" }, { "type": "page", "id": "page", "label": "t:sections.all.labels.page.label", "info": "t:sections.main-product.blocks.popup.settings.page.info" } ] }, { "type": "collapsible_tab", "name": "t:blocks.collapsible_tab.name", "settings": [ { "type": "text", "id": "heading", "default": "Collapsible tab heading", "label": "t:sections.all.labels.heading.label" }, { "type": "richtext", "id": "text", "default": "Collapsible tab content
", "label": "t:sections.all.labels.text.label" }, { "type": "select", "id": "icon", "label": "t:sections.all.icons.icon.label", "options": [ { "value": "none", "label": "t:sections.all.icons.icon.options__1.label" }, { "value": "arrow_down", "label": "t:sections.all.icons.icon.options__2.label" }, { "value": "arrow_left", "label": "t:sections.all.icons.icon.options__3.label" }, { "value": "arrow_right", "label": "t:sections.all.icons.icon.options__4.label" }, { "value": "arrow_up", "label": "t:sections.all.icons.icon.options__5.label" }, { "value": "bank", "label": "t:sections.all.icons.icon.options__6.label" }, { "value": "bank_card", "label": "t:sections.all.icons.icon.options__7.label" }, { "value": "bill", "label": "t:sections.all.icons.icon.options__8.label" }, { "value": "bottle", "label": "t:sections.all.icons.icon.options__9.label" }, { "value": "chat", "label": "t:sections.all.icons.icon.options__10.label" }, { "value": "chat_empty", "label": "t:sections.all.icons.icon.options__11.label" }, { "value": "checked_box", "label": "t:sections.all.icons.icon.options__12.label" }, { "value": "checkmark", "label": "t:sections.all.icons.icon.options__13.label" }, { "value": "close", "label": "t:sections.all.icons.icon.options__14.label" }, { "value": "clothes", "label": "t:sections.all.icons.icon.options__15.label" }, { "value": "clothes_hanger", "label": "t:sections.all.icons.icon.options__16.label" }, { "value": "copy", "label": "t:sections.all.icons.icon.options__17.label" }, { "value": "cotton", "label": "t:sections.all.icons.icon.options__18.label" }, { "value": "envelope", "label": "t:sections.all.icons.icon.options__19.label" }, { "value": "eye", "label": "t:sections.all.icons.icon.options__20.label" }, { "value": "globe", "label": "t:sections.all.icons.icon.options__21.label" }, { "value": "hand_washing", "label": "t:sections.all.icons.icon.options__22.label" }, { "value": "heart", "label": "t:sections.all.icons.icon.options__23.label" }, { "value": "help", "label": "t:sections.all.icons.icon.options__24.label" }, { "value": "laundry_dryer", "label": "t:sections.all.icons.icon.options__25.label" }, { "value": "laundry_washer", "label": "t:sections.all.icons.icon.options__26.label" }, { "value": "layers", "label": "t:sections.all.icons.icon.options__27.label" }, { "value": "leaf", "label": "t:sections.all.icons.icon.options__28.label" }, { "value": "link", "label": "t:sections.all.icons.icon.options__29.label" }, { "value": "lipstick", "label": "t:sections.all.icons.icon.options__30.label" }, { "value": "loop", "label": "t:sections.all.icons.icon.options__31.label" }, { "value": "measuring_tape", "label": "t:sections.all.icons.icon.options__32.label" }, { "value": "model_silhouette", "label": "t:sections.all.icons.icon.options__33.label" }, { "value": "money_bills", "label": "t:sections.all.icons.icon.options__34.label" }, { "value": "moving_truck", "label": "t:sections.all.icons.icon.options__35.label" }, { "value": "package_closed", "label": "t:sections.all.icons.icon.options__36.label" }, { "value": "package_open", "label": "t:sections.all.icons.icon.options__37.label" }, { "value": "padlock", "label": "t:sections.all.icons.icon.options__38.label" }, { "value": "paper_airplane", "label": "t:sections.all.icons.icon.options__39.label" }, { "value": "paw_print", "label": "t:sections.all.icons.icon.options__40.label" }, { "value": "pencil", "label": "t:sections.all.icons.icon.options__41.label" }, { "value": "planet", "label": "t:sections.all.icons.icon.options__42.label" }, { "value": "plant", "label": "t:sections.all.icons.icon.options__43.label" }, { "value": "play", "label": "t:sections.all.icons.icon.options__44.label" }, { "value": "price_tag", "label": "t:sections.all.icons.icon.options__45.label" }, { "value": "question_mark", "label": "t:sections.all.icons.icon.options__46.label" }, { "value": "recycled_symbol", "label": "t:sections.all.icons.icon.options__47.label" }, { "value": "ruler", "label": "t:sections.all.icons.icon.options__48.label" }, { "value": "scissors", "label": "t:sections.all.icons.icon.options__49.label" }, { "value": "search", "label": "t:sections.all.icons.icon.options__50.label" }, { "value": "security_badge", "label": "t:sections.all.icons.icon.options__51.label" }, { "value": "settings", "label": "t:sections.all.icons.icon.options__52.label" }, { "value": "share", "label": "t:sections.all.icons.icon.options__53.label" }, { "value": "shopping_cart", "label": "t:sections.all.icons.icon.options__54.label" }, { "value": "stiletto", "label": "t:sections.all.icons.icon.options__55.label" }, { "value": "stop_watch", "label": "t:sections.all.icons.icon.options__56.label" }, { "value": "sunflower", "label": "t:sections.all.icons.icon.options__57.label" }, { "value": "t_shirt", "label": "t:sections.all.icons.icon.options__58.label" }, { "value": "trash", "label": "t:sections.all.icons.icon.options__59.label" }, { "value": "truck", "label": "t:sections.all.icons.icon.options__60.label" }, { "value": "user", "label": "t:sections.all.icons.icon.options__61.label" }, { "value": "washing_symbol", "label": "t:sections.all.icons.icon.options__62.label" }, { "value": "water_bottle", "label": "t:sections.all.icons.icon.options__63.label" }, { "value": "zoom_in", "label": "t:sections.all.icons.icon.options__64.label" }, { "value": "zoom_out", "label": "t:sections.all.icons.icon.options__65.label" } ], "default": "none" }, { "type": "page", "id": "page", "label": "t:sections.all.labels.page.label", "info": "t:sections.all.labels.page.info" } ] }, { "type": "image", "name": "t:blocks.image.name", "settings": [ { "type": "image_picker", "id": "image", "label": "t:sections.all.labels.image.label" }, { "type": "range", "id": "image_width", "min": 24, "max": 800, "step": 8, "unit": "px", "label": "t:sections.all.image.context_image_width.label", "default": 120 }, { "type": "select", "id": "image_ratio", "label": "t:sections.all.image.image_ratio.label", "options": [ { "value": "original", "label": "t:sections.all.image.image_ratio.options__1.label" }, { "value": "square", "label": "t:sections.all.image.image_ratio.options__2.label" }, { "value": "portrait", "label": "t:sections.all.image.image_ratio.options__3.label" }, { "value": "traditional", "label": "t:sections.all.image.image_ratio.options__9.label" }, { "value": "landscape", "label": "t:sections.all.image.image_ratio.options__4.label" }, { "value": "wide", "label": "t:sections.all.image.image_ratio.options__5.label" } ], "default": "original" }, { "type": "url", "id": "image_link", "label": "t:sections.all.links.link.label" }, { "type": "checkbox", "id": "image_target_blank", "default": false, "label": "t:sections.all.target_blank.label" }, { "type": "select", "id": "context_image_radius", "options": [ { "value": "default", "label": "t:sections.all.corner_radius.options__1.label" }, { "value": "0px", "label": "t:sections.all.corner_radius.options__2.label" }, { "value": "3px", "label": "t:sections.all.corner_radius.options__3.label" }, { "value": "5px", "label": "t:sections.all.corner_radius.options__4.label" }, { "value": "12px", "label": "t:sections.all.corner_radius.options__5.label" }, { "value": "2000px", "label": "t:sections.all.corner_radius.options__6.label" }, { "value": "2000px 2000px 0 0", "label": "t:sections.all.corner_radius.options__7.label" } ], "default": "default", "label": "t:sections.all.corner_radius.label" } ] }, { "type": "custom_liquid", "name": "t:sections.custom-liquid.name", "settings": [ { "type": "liquid", "id": "custom_liquid", "label": "t:sections.custom-liquid.settings.custom_liquid.label", "info": "t:sections.custom-liquid.settings.custom_liquid.info" } ] }, { "type": "empty_space", "name": "t:blocks.empty_space.name", "settings": [ { "type": "range", "id": "desktop_height", "min": 0, "max": 320, "step": 8, "unit": "px", "label": "t:sections.all.desktop_height.label", "default": 24 }, { "type": "range", "id": "mobile_height", "min": 0, "max": 80, "step": 8, "unit": "px", "label": "t:sections.all.mobile_height.label", "default": 16 } ] }, { "type": "line", "name": "t:blocks.line.name", "settings": [ { "type": "header", "content": "t:sections.all.paddings.desktop_block_paddings.content" }, { "type": "range", "id": "desktop_padding_top", "min": 0, "max": 320, "step": 8, "unit": "px", "label": "t:sections.all.paddings.padding_top.label", "default": 24 }, { "type": "range", "id": "desktop_padding_bottom", "min": 0, "max": 320, "step": 8, "unit": "px", "label": "t:sections.all.paddings.padding_bottom.label", "default": 24 }, { "type": "header", "content": "t:sections.all.paddings.mobile_block_paddings.content" }, { "type": "range", "id": "mobile_padding_top", "min": 0, "max": 80, "step": 8, "unit": "px", "label": "t:sections.all.paddings.padding_top.label", "default": 16 }, { "type": "range", "id": "mobile_padding_bottom", "min": 0, "max": 80, "step": 8, "unit": "px", "label": "t:sections.all.paddings.padding_bottom.label", "default": 16 } ] }, { "type": "complementary_products", "name": "t:sections.main-product.blocks.complementary_products.name", "limit": 1, "settings": [ { "type": "paragraph", "content": "t:sections.main-product.blocks.complementary_products.settings.paragraph__1.content" }, { "type": "text", "id": "heading", "default": "Pairs well with", "label": "t:sections.all.labels.heading.label" }, { "type": "header", "content": "t:sections.all.product_card.product_card_image.content" }, { "type": "select", "id": "image_ratio", "options": [ { "value": "square", "label": "t:sections.all.image.image_ratio.options__2.label" }, { "value": "portrait", "label": "t:sections.all.image.image_ratio.options__3.label" }, { "value": "narrow_portrait", "label": "t:sections.all.image.image_ratio.options__8.label" }, { "value": "traditional", "label": "t:sections.all.image.image_ratio.options__9.label" }, { "value": "landscape", "label": "t:sections.all.image.image_ratio.options__4.label" }, { "value": "wide", "label": "t:sections.all.image.image_ratio.options__5.label" } ], "default": "square", "label": "t:sections.all.image.image_ratio.label" }, { "type": "select", "id": "focal_point", "options": [ { "value": "20% 0", "label": "t:sections.all.image.focal_point.options__1.label" }, { "value": "top center", "label": "t:sections.all.image.focal_point.options__2.label" }, { "value": "80% 0", "label": "t:sections.all.image.focal_point.options__3.label" }, { "value": "20% 50%", "label": "t:sections.all.image.focal_point.options__4.label" }, { "value": "center center", "label": "t:sections.all.image.focal_point.options__5.label" }, { "value": "80% 50%", "label": "t:sections.all.image.focal_point.options__6.label" }, { "value": "20% 100%", "label": "t:sections.all.image.focal_point.options__7.label" }, { "value": "bottom center", "label": "t:sections.all.image.focal_point.options__8.label" }, { "value": "80% 100%", "label": "t:sections.all.image.focal_point.options__9.label" } ], "default": "center center", "label": "t:sections.all.image.focal_point.label" }, { "type": "checkbox", "id": "show_second_image", "default": false, "label": "t:sections.all.product_card.show_second_image_on_hover.label" }, { "type": "header", "content": "t:sections.all.product_card.product_card_content.content" }, { "type": "select", "id": "price_position", "options": [ { "value": "top", "label": "t:sections.all.product_card.price_position.options__1.label" }, { "value": "with_title", "label": "t:sections.all.product_card.price_position.options__2.label" }, { "value": "bottom", "label": "t:sections.all.product_card.price_position.options__3.label" } ], "default": "bottom", "label": "t:sections.all.product_card.price_position.label" }, { "type": "checkbox", "id": "show_vendor", "default": true, "label": "t:sections.all.product_card.show_vendor.label" }, { "type": "number", "id": "max_product_name_characters", "label": "t:sections.all.product_card.max_product_name_characters.label", "default": 100, "info": "t:sections.all.product_card.max_product_name_characters.info" }, { "type": "checkbox", "id": "show_rating", "default": true, "label": "t:sections.all.product_card.show_rating.label", "info": "t:sections.all.product_card.show_rating.info" }, { "type": "checkbox", "id": "show_short_description", "default": false, "label": "t:sections.all.product_card.show_short_description.label", "info": "t:sections.all.product_card.show_short_description.info" }, { "type": "checkbox", "id": "enable_color_pills", "default": false, "label": "t:sections.all.product_card.enable_color_pills.label", "info": "t:sections.all.product_card.enable_color_pills.info" } ] } ], "settings": [ { "type": "checkbox", "id": "enable_sticky_content", "default": true, "label": "t:sections.main-product.settings.enable_sticky_content.label" }, { "type": "range", "id": "sticky_offset", "min": 24, "max": 160, "step": 4, "unit": "px", "label": "t:sections.all.sticky_offset.label", "default": 24, "info": "t:sections.all.sticky_offset.info" }, { "type": "header", "content": "t:sections.main-product.settings.header__1.content" }, { "type": "select", "id": "desktop_gallery_style", "options": [ { "value": "arrows", "label": "t:sections.main-product.settings.desktop_gallery_style.options__1.label" }, { "value": "thumbnails_below", "label": "t:sections.main-product.settings.desktop_gallery_style.options__2.label" }, { "value": "side_thumbnails", "label": "t:sections.main-product.settings.desktop_gallery_style.options__3.label" }, { "value": "one_column_grid", "label": "t:sections.main-product.settings.desktop_gallery_style.options__4.label" }, { "value": "two_columns_grid", "label": "t:sections.main-product.settings.desktop_gallery_style.options__5.label" } ], "default": "arrows", "label": "t:sections.main-product.settings.desktop_gallery_style.label", "info": "t:sections.main-product.settings.desktop_gallery_style.info" }, { "type": "select", "id": "desktop_gallery_size", "label": "t:sections.main-product.settings.desktop_gallery_size.label", "options": [ { "value": "small", "label": "t:sections.main-product.settings.desktop_gallery_size.options__1.label" }, { "value": "medium", "label": "t:sections.main-product.settings.desktop_gallery_size.options__2.label" }, { "value": "large", "label": "t:sections.main-product.settings.desktop_gallery_size.options__3.label" }, { "value": "full_width", "label": "t:sections.main-product.settings.desktop_gallery_size.options__4.label" } ], "default": "medium", "info": "t:sections.main-product.settings.desktop_gallery_size.info" }, { "type": "checkbox", "id": "swap_position", "default": false, "label": "t:sections.all.swap_position.swap_gallery_position.label" }, { "type": "select", "id": "image_ratio", "label": "t:sections.all.image.media_ratio.label", "options": [ { "value": "original", "label": "t:sections.all.image.image_ratio.options__1.label" }, { "value": "square", "label": "t:sections.all.image.image_ratio.options__2.label" }, { "value": "portrait", "label": "t:sections.all.image.image_ratio.options__3.label" }, { "value": "narrow_portrait", "label": "t:sections.all.image.image_ratio.options__8.label" }, { "value": "traditional", "label": "t:sections.all.image.image_ratio.options__9.label" }, { "value": "landscape", "label": "t:sections.all.image.image_ratio.options__4.label" }, { "value": "wide", "label": "t:sections.all.image.image_ratio.options__5.label" }, { "value": "super_wide", "label": "t:sections.all.image.image_ratio.options__6.label" } ], "default": "square" }, { "type": "select", "id": "focal_point", "label": "t:sections.all.image.focal_point.label", "options": [ { "value": "20% 0", "label": "t:sections.all.image.focal_point.options__1.label" }, { "value": "top center", "label": "t:sections.all.image.focal_point.options__2.label" }, { "value": "80% 0", "label": "t:sections.all.image.focal_point.options__3.label" }, { "value": "20% 50%", "label": "t:sections.all.image.focal_point.options__4.label" }, { "value": "center center", "label": "t:sections.all.image.focal_point.options__5.label" }, { "value": "80% 50%", "label": "t:sections.all.image.focal_point.options__6.label" }, { "value": "20% 100%", "label": "t:sections.all.image.focal_point.options__7.label" }, { "value": "bottom center", "label": "t:sections.all.image.focal_point.options__8.label" }, { "value": "80% 100%", "label": "t:sections.all.image.focal_point.options__9.label" } ], "default": "center center" }, { "type": "select", "id": "context_image_radius", "label": "t:sections.all.corner_radius.label", "options": [ { "value": "default", "label": "t:sections.all.corner_radius.options__1.label" }, { "value": "0px", "label": "t:sections.all.corner_radius.options__2.label" }, { "value": "3px", "label": "t:sections.all.corner_radius.options__3.label" }, { "value": "5px", "label": "t:sections.all.corner_radius.options__4.label" }, { "value": "12px", "label": "t:sections.all.corner_radius.options__5.label" }, { "value": "2000px", "label": "t:sections.all.corner_radius.options__6.label" }, { "value": "2000px 2000px 0 0", "label": "t:sections.all.corner_radius.options__7.label" } ], "default": "default" }, { "type": "checkbox", "id": "enable_image_zoom", "default": true, "label": "t:sections.main-product.settings.enable_image_zoom.label" }, { "type": "checkbox", "id": "enable_video_looping", "default": true, "label": "t:sections.main-product.settings.enable_video_looping.label" }, { "type": "header", "content": "t:sections.all.paddings.desktop_section_paddings.content" }, { "type": "range", "id": "desktop_padding_top", "min": -160, "max": 160, "step": 4, "unit": "px", "default": 0, "label": "t:sections.all.paddings.padding_top.label" }, { "type": "range", "id": "desktop_padding_bottom", "min": -160, "max": 160, "step": 4, "unit": "px", "default": 0, "label": "t:sections.all.paddings.padding_bottom.label" }, { "type": "header", "content": "t:sections.all.paddings.mobile_section_paddings.content" }, { "type": "range", "id": "mobile_padding_top", "min": -80, "max": 80, "step": 4, "unit": "px", "default": 0, "label": "t:sections.all.paddings.padding_top.label" }, { "type": "range", "id": "mobile_padding_bottom", "min": -80, "max": 80, "step": 4, "unit": "px", "default": 0, "label": "t:sections.all.paddings.padding_bottom.label" } ], "presets": [ { "name": "t:sections.main-product.name", "blocks": [ { "type": "subtitle" }, { "type": "title" }, { "type": "sku" }, { "type": "rating" }, { "type": "variant_picker" }, { "type": "stock_indicator" }, { "type": "price" }, { "type": "quantity_selector" }, { "type": "buy_buttons" }, { "type": "share" }, { "type": "collapsible_tab" }, { "type": "collapsible_tab" }, { "type": "popup" }, { "type": "icons_with_text" } ] } ], "templates": ["product"] } {% endschema %}