How to set up the same homepage sections as the demo stores
Just getting started with Primavera and want to replicate the layout of one of our demo stores? We are happy to provide the template structure for the homepage so you can import them into your own store with ease.
These instructions only copy the same settings for the homepage, without any imagery or text. The exact look and feel of the homepage will depend on the style of the preset you've chosen. Following this guide will completely override all your customizations for the homepage, so only follow these instructions if you are wiling to start from scratch!
Below are code snippets you may use to replicate the homepages of our demo stores. However, every store is unique, so some tweaks might not work exactly as expected. We always recommend working off a duplicated version of your theme and consulting a Shopify developer if you're unsure. If you have any questions, don't hesitate to contact us!
Please note, you will only be able to follow this guide if you have already purchased the theme, as it requires having edit access for the theme code. Because all theme sales are non refundable, we suggest being certain you wish to move ahead with Primavera before purchasing.
Instructions
Open your copy of Primavera in the customizer. Click the three dot icon and press the Edit Code button.

Navigate to the index.json template under the templates subfolder.
Copy and paste any of the following demo store templates into this file and save your changes.
Primavera
{
"sections": {
"split_banner_CVxBth": {
"type": "split-banner",
"blocks": {
"image_banner_yh3kTA": {
"type": "_image-banner",
"settings": {
"height": "medium",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_width": "md",
"horizontal_alignment": "left",
"vertical_alignment": "bottom",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"heading_group_nAHUCz": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading_T4fYra": {
"type": "_subheading",
"blocks": {}
},
"heading_z46Cnd": {
"type": "_heading",
"settings": {
"heading_size": "h2"
},
"blocks": {}
}
},
"block_order": [
"subheading_T4fYra",
"heading_z46Cnd"
]
},
"button_group_TTykKG": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_bbfkqk": {
"type": "_button",
"settings": {
"button_style": "primary"
},
"blocks": {}
}
},
"block_order": [
"button_bbfkqk"
]
}
},
"block_order": [
"heading_group_nAHUCz",
"button_group_TTykKG"
]
},
"video_banner_aNLHfq": {
"type": "_video-banner",
"settings": {
"enable_autoplay": true,
"play_button_display": "hover_focus",
"button_style": "text",
"button_alignment": "middle-center",
"height": "medium",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {}
}
},
"block_order": [
"image_banner_yh3kTA",
"video_banner_aNLHfq"
],
"settings": {
"show_top_border": false,
"show_bottom_border": false,
"enable_transparent_header": true
}
},
"rich_text_columns_tPGXHG": {
"type": "rich-text-columns",
"blocks": {
"rich_text_column_Njrq39": {
"type": "_rich-text-column",
"settings": {
"horizontal_alignment": "left"
},
"blocks": {
"heading_group_97XitQ": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"heading_KCNxDg": {
"type": "_heading",
"settings": {
"heading_size": "h3"
},
"blocks": {}
}
},
"block_order": [
"heading_KCNxDg"
]
},
"button_group_VpKyrH": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_4gnYnL": {
"type": "_button",
"settings": {
"button_style": "text"
},
"blocks": {}
}
},
"block_order": [
"button_4gnYnL"
]
}
},
"block_order": [
"heading_group_97XitQ",
"button_group_VpKyrH"
]
},
"rich_text_column_wPB8XL": {
"type": "_rich-text-column",
"settings": {
"horizontal_alignment": "left"
},
"blocks": {
"text_9ntmTd": {
"type": "text",
"settings": {
"font_style": "body"
},
"blocks": {}
}
},
"block_order": [
"text_9ntmTd"
]
}
},
"block_order": [
"rich_text_column_Njrq39",
"rich_text_column_wPB8XL"
],
"settings": {
"vertical_alignment": "top",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"featured_collection_jkiWhg": {
"type": "featured-collection",
"blocks": {
"section-header": {
"type": "_section-header",
"disabled": true,
"static": true,
"settings": {
"layout_header": "left",
"subheading": "Subheading",
"heading": "Heading",
"page_title": false,
"heading_size": "h2",
"text": "<p>This is an optional description. Use this text to provide context and guidance for the content below. For example, you could briefly describe features, inspiration or relevant promotions. Leave the text blank if you prefer to remove it.</p>",
"button_label": "Button label",
"button_link": ""
},
"blocks": {}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {}
}
},
"settings": {
"product_list": [],
"columns_desktop": "4",
"columns_mobile": "2",
"layout_desktop": "slideshow",
"container_type": "max",
"product_limit": 25,
"arrow_position": "overlay",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "var(--space-xl)",
"show_top_border": false,
"show_bottom_border": false
}
},
"banner_grid_7qUywi": {
"type": "banner-grid",
"blocks": {
"banner_grid_item_t7MQjG": {
"type": "_banner-grid-item",
"settings": {
"column_desktop": 2,
"row_desktop": 2,
"column_mobile": "2",
"row_mobile": "1"
},
"blocks": {
"grid_image_banner_CP6Ei9": {
"type": "_grid-image-banner",
"settings": {
"spacing": "0px",
"media_content_padding": "default",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"button_group_YRJ6Xm": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_TjyBxn": {
"type": "_button",
"settings": {
"button_style": "primary"
},
"blocks": {}
}
},
"block_order": [
"button_TjyBxn"
]
}
},
"block_order": [
"button_group_YRJ6Xm"
]
}
},
"block_order": [
"grid_image_banner_CP6Ei9"
]
},
"banner_grid_item_XTaLUJ": {
"type": "_banner-grid-item",
"settings": {
"column_desktop": 2,
"row_desktop": 1,
"column_mobile": "2",
"row_mobile": "1"
},
"blocks": {
"grid_image_banner_j4yhVj": {
"type": "_grid-image-banner",
"settings": {
"spacing": "0px",
"media_content_padding": "default",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"button_group_7FwQEh": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_MEtqUe": {
"type": "_button",
"settings": {
"button_style": "primary"
},
"blocks": {}
}
},
"block_order": [
"button_MEtqUe"
]
}
},
"block_order": [
"button_group_7FwQEh"
]
}
},
"block_order": [
"grid_image_banner_j4yhVj"
]
},
"banner_grid_item_tBgWqa": {
"type": "_banner-grid-item",
"settings": {
"column_desktop": 1,
"row_desktop": 1,
"column_mobile": "2",
"row_mobile": "1"
},
"blocks": {
"grid_image_banner_p3Dzmi": {
"type": "_grid-image-banner",
"settings": {
"spacing": "0px",
"media_content_padding": "default",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"button_group_yTcCPn": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_LiAB7E": {
"type": "_button",
"settings": {
"button_style": "primary"
},
"blocks": {}
}
},
"block_order": [
"button_LiAB7E"
]
}
},
"block_order": [
"button_group_yTcCPn"
]
}
},
"block_order": [
"grid_image_banner_p3Dzmi"
]
},
"banner_grid_item_r3Ckdd": {
"type": "_banner-grid-item",
"settings": {
"column_desktop": 1,
"row_desktop": 1,
"column_mobile": "2",
"row_mobile": "1"
},
"blocks": {
"grid_image_banner_PzqUyf": {
"type": "_grid-image-banner",
"settings": {
"spacing": "0px",
"media_content_padding": "default",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"button_group_H6cNzg": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_epgiUa": {
"type": "_button",
"settings": {
"button_style": "primary"
},
"blocks": {}
}
},
"block_order": [
"button_epgiUa"
]
}
},
"block_order": [
"button_group_H6cNzg"
]
}
},
"block_order": [
"grid_image_banner_PzqUyf"
]
},
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "left",
"subheading": "",
"heading": "",
"page_title": false,
"heading_size": "h2",
"text": "",
"button_label": "",
"button_link": ""
},
"blocks": {}
}
},
"block_order": [
"banner_grid_item_t7MQjG",
"banner_grid_item_XTaLUJ",
"banner_grid_item_tBgWqa",
"banner_grid_item_r3Ckdd"
],
"settings": {
"container_type": "full",
"height": "small",
"grid_gap_vertical": "var(--space-3xs)",
"grid_gap_horizontal": "var(--space-3xs)",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "0px",
"show_top_border": false,
"show_bottom_border": false
}
},
"logo_list_tw3gKe": {
"type": "logo-list",
"blocks": {
"logo_CJhjUa": {
"type": "_logo",
"settings": {
"link": ""
},
"blocks": {}
},
"logo_cAzpTn": {
"type": "_logo",
"settings": {
"link": ""
},
"blocks": {}
},
"section-header": {
"type": "_section-header",
"disabled": true,
"static": true,
"settings": {
"layout_header": "left",
"subheading": "Subheading",
"heading": "Logo list",
"page_title": false,
"heading_size": "h2",
"text": "<p>This is an optional description. Use this text to provide context and guidance for the content below. For example, you could briefly describe features, inspiration or relevant promotions. Leave the text blank if you prefer to remove it.</p>",
"button_label": "Button label",
"button_link": ""
},
"blocks": {}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "center"
},
"blocks": {
"button_dRMhTY": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "",
"button_link": ""
},
"blocks": {}
}
},
"block_order": [
"button_dRMhTY"
]
}
},
"block_order": [
"logo_CJhjUa",
"logo_cAzpTn"
],
"settings": {
"layout": "autoscroll",
"speed": 1,
"scroll_direction": "right",
"size": 72,
"spacing": "var(--space-xl)",
"horizontal_alignment": "center",
"container_type": "max",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"shoppable_banner_cj9aKg": {
"type": "shoppable-banner",
"blocks": {
"mini_product_gVNhVn": {
"type": "mini-product",
"settings": {
"style": "card",
"color_scheme": ""
},
"blocks": {}
}
},
"block_order": [
"mini_product_gVNhVn"
],
"settings": {
"enable_autoplay": true,
"play_button_display": "hover_focus",
"button_style": "text",
"button_alignment": "top-left",
"height": "medium",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_type": "full",
"horizontal_alignment": "left",
"vertical_alignment": "bottom",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "0px",
"show_top_border": false,
"show_bottom_border": false
}
},
"split_card_ipD3Vc": {
"type": "split-card",
"blocks": {
"image_banner_zpg7ya": {
"type": "_image-banner",
"settings": {
"height": "large",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {}
},
"block_rich_text_te8hG4": {
"type": "_block-rich-text",
"settings": {
"vertical_alignment": "middle",
"horizontal_alignment": "center",
"container_width": "md",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": true,
"color_scheme_transition": "scheme-3",
"padding_top": "default",
"padding_bottom": "default"
},
"blocks": {
"heading_group_F9QLVf": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading_xBifkP": {
"type": "_subheading",
"settings": {
},
"blocks": {}
},
"heading_XELXzt": {
"type": "_heading",
"settings": {
"heading_size": "h2"
},
"blocks": {}
}
},
"block_order": [
"subheading_xBifkP",
"heading_XELXzt"
]
},
"text_Af8YfR": {
"type": "text",
"settings": {
"font_style": "body"
},
"blocks": {}
},
"button_group_A4EEdP": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_pAEnCx": {
"type": "_button",
"settings": {
"button_style": "primary"
},
"blocks": {}
}
},
"block_order": [
"button_pAEnCx"
]
}
},
"block_order": [
"heading_group_F9QLVf",
"text_Af8YfR",
"button_group_A4EEdP"
]
}
},
"block_order": [
"image_banner_zpg7ya",
"block_rich_text_te8hG4"
],
"settings": {
"container_type": "max",
"border_radius": "section",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false,
"show_borders": false
}
},
"scrolling_content_dWTbWa": {
"type": "scrolling-content",
"blocks": {
"text_kMCcPB": {
"type": "text",
"settings": {
}
},
"image_8fDHyi": {
"type": "image",
"settings": {
"max_width": 36,
"link": ""
}
}
},
"block_order": [
"text_kMCcPB",
"image_8fDHyi"
],
"settings": {
"speed": 2,
"scroll_direction": "left",
"horizontal_gap": 10,
"font_type": "heading",
"font_size": 24,
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "var(--space-xs)",
"padding_bottom": "var(--space-xs)",
"show_top_border": true,
"show_bottom_border": false
}
},
"countdown_Gdt3WA": {
"type": "countdown",
"blocks": {
"heading_group_zB7rgX": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading_ntwdfR": {
"type": "_subheading",
"settings": {
},
"blocks": {}
},
"heading_JVwHVV": {
"type": "_heading",
"settings": {
"heading_size": "h1"
},
"blocks": {}
}
},
"block_order": [
"subheading_ntwdfR",
"heading_JVwHVV"
]
},
"text_JxFU7J": {
"type": "text",
"settings": {
"font_style": "body"
},
"blocks": {}
},
"button_group_z6hYWy": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_h4yqUW": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "RSVP"
},
"blocks": {}
}
},
"block_order": [
"button_h4yqUW"
]
},
"countdown": {
"type": "_countdown",
"static": true,
"settings": {
"date": "2025-07-04",
"hide_section": true,
"font_style": "heading h1",
"color_scheme": "scheme-2",
"opacity": 10,
"enable_blur": true,
"accessibility_description": "Countdown timer"
},
"blocks": {}
}
},
"block_order": [
"heading_group_zB7rgX",
"text_JxFU7J",
"button_group_z6hYWy"
],
"settings": {
"desktop_layout": "split",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_autoplay": false,
"play_button_display": "always",
"button_style": "text",
"button_alignment": "top-left",
"height": "medium",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_type": "full",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"show_top_border": false,
"show_bottom_border": false
}
},
"featured_product_KUPB34": {
"type": "featured-product",
"blocks": {
"pdp-product-information": {
"type": "_pdp-product-information",
"static": true,
"settings": {
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"container_width": "xxs",
"padding_top": "default",
"padding_bottom": "default"
},
"blocks": {
"pdp_badges_Na7j3g": {
"type": "_pdp-badges",
"settings": {
"button_style": "text"
},
"blocks": {}
},
"pdp_title_wbNcRr": {
"type": "_pdp-title",
"settings": {
"heading_size": "h1",
"enable_share": false,
"share_color_scheme": ""
},
"blocks": {}
},
"pdp_price_YxGBf6": {
"type": "_pdp-price",
"settings": {
"font_style": "caption"
},
"blocks": {}
},
"pdp_description_6mL4yx": {
"type": "_pdp-description",
"settings": {
"text": "<p>{{ closest.product.description }}</p>",
"enable_truncation": false,
"word_limit": 40,
"title": "Description"
},
"blocks": {}
},
"pdp_variant_picker_CpNFrf": {
"type": "_pdp-variant-picker",
"settings": {
"variant_picker_style": "buttons",
"swatch_style": "default",
"option_1": "",
"option_1_page": "",
"option_1_label": "icon",
"option_2": "",
"option_2_page": "",
"option_2_label": "icon",
"option_3": "",
"option_3_page": "",
"option_3_label": "icon"
},
"blocks": {}
},
"pdp_line_item_tGfzab": {
"type": "_pdp-line-item",
"settings": {
"type": "text",
"field_label": "Engraving",
"required": false,
"text_type": "text",
"checkbox_checked": "Yes",
"checkbox_unchecked": "No",
"options": "Option 1, Option 2"
},
"blocks": {}
},
"pdp_buy_buttons_cTRr8X": {
"type": "_pdp-buy-buttons",
"settings": {
"show_dynamic_checkout": false,
"show_quantity_selector": false,
"show_gift_card_recipient": true
},
"blocks": {}
},
"pdp_icon_with_text_6LJW6T": {
"type": "_pdp-icon-with-text",
"settings": {
"icon": "heart",
"icon_size": "icon--s",
"max_width": 16,
"font_style": "body text-s",
"layout": "row",
"horizontal_alignment": "left",
"vertical_alignment": "middle",
"padding": "var(--space-2xs)",
"gap": "var(--space-2xs)",
"color_scheme": "scheme-5"
},
"blocks": {}
},
"pdp_collapsible_eKYYeE": {
"type": "_pdp-collapsible",
"settings": {
"heading": "Details",
"font_style": "body"
},
"blocks": {}
},
"pdp_collapsible_VGKLNV": {
"type": "_pdp-collapsible",
"settings": {
"font_style": "body"
},
"blocks": {}
}
},
"block_order": [
"pdp_badges_Na7j3g",
"pdp_title_wbNcRr",
"pdp_price_YxGBf6",
"pdp_description_6mL4yx",
"pdp_variant_picker_CpNFrf",
"pdp_line_item_tGfzab",
"pdp_buy_buttons_cTRr8X",
"pdp_icon_with_text_6LJW6T",
"pdp_collapsible_eKYYeE",
"pdp_collapsible_VGKLNV"
]
}
},
"settings": {
"media_style": "thumbnails",
"enable_zoom": false,
"enable_autoplay": true,
"media_color_scheme": "",
"spacing": "var(--space-2xl)",
"button_style": "primary",
"image_aspect_ratio": "adapt",
"animation_style": "fade",
"counter_style": "hidden",
"enable_looping": true,
"color_scheme": "",
"show_top_border": false,
"show_bottom_border": false,
"enable_transparent_header": false
}
},
"split_banner_JG9Hg8": {
"type": "split-banner",
"blocks": {
"image_banner_tB8qN9": {
"type": "_image-banner",
"settings": {
"height": "medium",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"image_VtMXpz": {
"type": "image",
"settings": {
"image_ratio": "default",
"max_width": 280,
"horizontal_alignment": "inherit",
"product": ""
},
"blocks": {}
}
},
"block_order": [
"image_VtMXpz"
]
},
"product_banner_gLJk4e": {
"type": "_product-banner",
"settings": {
"spacing": "var(--space-2xl)",
"horizontal_alignment": "center",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {}
}
},
"block_order": [
"image_banner_tB8qN9",
"product_banner_gLJk4e"
],
"settings": {
"show_top_border": false,
"show_bottom_border": false,
"enable_transparent_header": false
}
},
"testimonials_hkYUgX": {
"type": "testimonials",
"blocks": {
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "left",
"subheading": "Subheading",
"heading": "Heading",
"page_title": false,
"heading_size": "h2",
"text": "<p>This is an optional description. Use this text to provide context and guidance for the content below. For example, you could briefly describe features, inspiration or relevant promotions. Leave the text blank if you prefer to remove it.</p>",
"button_label": "Button label",
"button_link": ""
},
"blocks": {}
}
},
"disabled": true,
"settings": {
"columns_desktop": "3",
"columns_mobile": "1",
"column_behavior": "slideshow",
"container_type": "max",
"alignment_columns": "center",
"arrow_position": "overlay",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"blog_posts_fHpym9": {
"type": "blog-posts",
"blocks": {
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "center",
"page_title": false,
"heading_size": "h2",
"text": "",
"button_label": "",
"button_link": ""
},
"blocks": {}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "center"
},
"blocks": {
"button_c8a9DE": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "View All",
"button_link": "shopify://blogs/news"
},
"blocks": {}
}
},
"block_order": [
"button_c8a9DE"
]
}
},
"settings": {
"blog": "news",
"product_limit": 4,
"columns_desktop": "3",
"columns_mobile": "1",
"layout_desktop": "slideshow",
"container_type": "max",
"arrow_position": "overlay",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "scheme-3",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"stacked_images_with_text_FwmqFy": {
"type": "stacked-images-with-text",
"blocks": {
"heading_group_TpLDFH": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading_78HKX3": {
"type": "_subheading",
"settings": {
},
"blocks": {}
},
"heading_iHL6ej": {
"type": "_heading",
"settings": {
"heading_size": "h2"
},
"blocks": {}
}
},
"block_order": [
"subheading_78HKX3",
"heading_iHL6ej"
]
},
"text_TVG6Vx": {
"type": "text",
"settings": {
"font_style": "body"
},
"blocks": {}
},
"button_group_VTxAWC": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_EGwcDF": {
"type": "_button",
"settings": {
"button_style": "secondary"
},
"blocks": {}
}
},
"block_order": [
"button_EGwcDF"
]
},
"stacked-images": {
"type": "_stacked-images",
"static": true,
"settings": {},
"blocks": {
"stacked_image_3ATrYn": {
"type": "_stacked-image",
"settings": {
"image_ratio": "2 / 3",
"max_width": 80,
"link": "",
"link_label": ""
},
"blocks": {}
},
"stacked_image_E8RWWH": {
"type": "_stacked-image",
"settings": {
"image_ratio": "3 / 2",
"max_width": 100,
"link": "",
"link_label": ""
},
"blocks": {}
}
},
"block_order": [
"stacked_image_3ATrYn",
"stacked_image_E8RWWH"
]
}
},
"block_order": [
"heading_group_TpLDFH",
"text_TVG6Vx",
"button_group_VTxAWC"
],
"settings": {
"horizontal_alignment": "center",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"show_top_border": false,
"show_bottom_border": false
}
},
"media_grid_BHDbN3": {
"type": "media-grid",
"blocks": {
"media_grid_image_dbzjLq": {
"type": "_media-grid-image",
"settings": {
"image_ratio": "2 / 3",
"link": "",
"link_label": ""
},
"blocks": {}
},
"media_grid_text_xgbKmr": {
"type": "_media-grid-text",
"settings": {
"vertical_alignment": "middle",
"horizontal_alignment": "center",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"heading_group_immFUc": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading_WLFjdU": {
"type": "_subheading",
"settings": {
},
"blocks": {}
},
"heading_3RG37z": {
"type": "_heading",
"settings": {
"heading_size": "h2"
},
"blocks": {}
}
},
"block_order": [
"subheading_WLFjdU",
"heading_3RG37z"
]
},
"button_group_mWXnf9": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_Dgw9TM": {
"type": "_button",
"settings": {
"button_style": "text",
"button_label": "Follow Us",
"button_link": "https://www.instagram.com/shopify/"
},
"blocks": {}
}
},
"block_order": [
"button_Dgw9TM"
]
}
},
"block_order": [
"heading_group_immFUc",
"button_group_mWXnf9"
]
},
"media_grid_image_PV3r4Q": {
"type": "_media-grid-image",
"settings": {
"image_ratio": "2 / 3",
"link": "",
"link_label": ""
},
"blocks": {}
},
"media_grid_image_eFpbDt": {
"type": "_media-grid-image",
"settings": {
"image_ratio": "2 / 3",
"link": "",
"link_label": ""
},
"blocks": {}
},
"media_grid_image_ic7cPK": {
"type": "_media-grid-image",
"settings": {
"image_ratio": "2 / 3",
"link": "",
"link_label": ""
},
"blocks": {}
},
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "left",
"subheading": "",
"heading": "",
"page_title": false,
"heading_size": "h2",
"text": "",
"button_label": "",
"button_link": ""
},
"blocks": {}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {}
}
},
"block_order": [
"media_grid_image_dbzjLq",
"media_grid_text_xgbKmr",
"media_grid_image_PV3r4Q",
"media_grid_image_eFpbDt",
"media_grid_image_ic7cPK"
],
"settings": {
"columns_desktop": "4",
"columns_mobile": "2",
"column_behavior": "slideshow",
"container_type": "full",
"grid_gap_vertical": "var(--space-3xs)",
"grid_gap_horizontal": "var(--space-3xs)",
"arrow_position": "overlay",
"counter_style": "hidden",
"button_style": "primary",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
}
},
"order": [
"split_banner_CVxBth",
"rich_text_columns_tPGXHG",
"featured_collection_jkiWhg",
"banner_grid_7qUywi",
"logo_list_tw3gKe",
"shoppable_banner_cj9aKg",
"split_card_ipD3Vc",
"scrolling_content_dWTbWa",
"countdown_Gdt3WA",
"featured_product_KUPB34",
"split_banner_JG9Hg8",
"testimonials_hkYUgX",
"blog_posts_fHpym9",
"stacked_images_with_text_FwmqFy",
"media_grid_BHDbN3"
]
}
Gaia
{
"sections": {
"split_banner_jWmCq9": {
"type": "split-banner",
"blocks": {
"image_banner_fUDMTn": {
"type": "_image-banner",
"settings": {
"image": "",
"height": "medium",
"mobile_height": "medium",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_width": "xxs",
"horizontal_alignment": "left",
"vertical_alignment": "middle",
"enable_banner_click": false,
"enable_overlay": true,
"overlay": "linear-gradient(180deg, rgba(77, 44, 44, 0.4), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"heading_group_9nJWxx": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"heading_UC9aUa": {
"type": "_heading",
"settings": {
"heading": "Handmade ceramics",
"heading_size": "h2"
}
}
},
"block_order": [
"heading_UC9aUa"
]
},
"text_8zpFnb": {
"type": "text",
"settings": {
"text": "<p>Each one of our hand-crafted pieces bring a unique warmth and charm to every home.</p>",
"font_style": "body"
}
},
"button_group_iX7B9G": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_6kVcyE": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "Shop all products",
"button_link": "shopify://collections/all"
}
}
},
"block_order": [
"button_6kVcyE"
]
}
},
"block_order": [
"heading_group_9nJWxx",
"text_8zpFnb",
"button_group_iX7B9G"
]
},
"image_banner_K7RAVc": {
"type": "_image-banner",
"settings": {
"image": "",
"height": "medium",
"mobile_height": "medium",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
}
}
},
"block_order": [
"image_banner_fUDMTn",
"image_banner_K7RAVc"
],
"settings": {
"show_top_border": false,
"show_bottom_border": false,
"enable_transparent_header": false
}
},
"rich_text_3T4bi8": {
"type": "rich-text",
"blocks": {
"heading_group_qeddfV": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading_tcQQiY": {
"type": "_subheading",
"settings": {
"subheading": "our essence"
}
},
"heading_qgiQyn": {
"type": "_heading",
"settings": {
"heading": "“Ceramics that blend tradition with contemporary design, bringing warmth, beauty, and meaning into any space.”",
"heading_size": "h2"
}
}
},
"block_order": [
"subheading_tcQQiY",
"heading_qgiQyn"
]
},
"button_group_b7i8f6": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_JYPmLB": {
"type": "_button",
"settings": {
"button_style": "text",
"button_label": "About us",
"button_link": ""
}
}
},
"block_order": [
"button_JYPmLB"
]
}
},
"block_order": [
"heading_group_qeddfV",
"button_group_b7i8f6"
],
"settings": {
"horizontal_alignment": "center",
"container_width": "md",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"banner_grid_CrXWPX": {
"type": "banner-grid",
"blocks": {
"banner_grid_item_4Mq6nA": {
"type": "_banner-grid-item",
"settings": {
"column_desktop": 2,
"row_desktop": 1,
"column_mobile": "2",
"row_mobile": "1"
},
"blocks": {
"grid_image_banner_9AHhxC": {
"type": "_grid-image-banner",
"settings": {
"image": "",
"spacing": "0px",
"media_content_padding": "default",
"horizontal_alignment": "left",
"vertical_alignment": "top",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"heading_group_yBryeN": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"heading_A9ri9A": {
"type": "_heading",
"settings": {
"heading": "Our Newest Collection",
"heading_size": "h6"
}
}
},
"block_order": [
"heading_A9ri9A"
]
},
"button_group_i6d6Hp": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_Ypy3aJ": {
"type": "_button",
"settings": {
"button_style": "text",
"button_label": "Shop Drinkware",
"button_link": ""
}
}
},
"block_order": [
"button_Ypy3aJ"
]
}
},
"block_order": [
"heading_group_yBryeN",
"button_group_i6d6Hp"
]
}
},
"block_order": [
"grid_image_banner_9AHhxC"
]
},
"banner_grid_item_RicdxV": {
"type": "_banner-grid-item",
"settings": {
"column_desktop": 2,
"row_desktop": 2,
"column_mobile": "2",
"row_mobile": "2"
},
"blocks": {
"grid_image_banner_jaTqrL": {
"type": "_grid-image-banner",
"settings": {
"image": "",
"spacing": "0px",
"media_content_padding": "default",
"horizontal_alignment": "left",
"vertical_alignment": "top",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"heading_group_mphX7P": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"heading_iKprTP": {
"type": "_heading",
"settings": {
"heading": "Home & Decor",
"heading_size": "h6"
}
}
},
"block_order": [
"heading_iKprTP"
]
},
"button_group_8nPknF": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_9GfgrU": {
"type": "_button",
"settings": {
"button_style": "text",
"button_label": "Shop Home Decor",
"button_link": ""
}
}
},
"block_order": [
"button_9GfgrU"
]
}
},
"block_order": [
"heading_group_mphX7P",
"button_group_8nPknF"
]
}
},
"block_order": [
"grid_image_banner_jaTqrL"
]
},
"banner_grid_item_npwdhi": {
"type": "_banner-grid-item",
"settings": {
"column_desktop": 2,
"row_desktop": 1,
"column_mobile": "2",
"row_mobile": "1"
},
"blocks": {
"grid_image_banner_XMVxP9": {
"type": "_grid-image-banner",
"settings": {
"image": "",
"spacing": "0px",
"media_content_padding": "default",
"horizontal_alignment": "left",
"vertical_alignment": "top",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"heading_group_QFhhPR": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"heading_nLiCTe": {
"type": "_heading",
"settings": {
"heading": "Our unique process",
"heading_size": "h6"
}
}
},
"block_order": [
"heading_nLiCTe"
]
},
"button_group_P87iRX": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_eW3kic": {
"type": "_button",
"settings": {
"button_style": "text",
"button_label": "About Us",
"button_link": ""
}
}
},
"block_order": [
"button_eW3kic"
]
}
},
"block_order": [
"heading_group_QFhhPR",
"button_group_P87iRX"
]
}
},
"block_order": [
"grid_image_banner_XMVxP9"
]
},
"section-header": {
"type": "_section-header",
"disabled": true,
"static": true,
"settings": {
"layout_header": "left",
"subheading": "Subheading",
"heading": "Heading",
"page_title": false,
"heading_size": "h2",
"text": "<p>This is an optional description. Use this text to provide context and guidance for the content below. For example, you could briefly describe features, inspiration or relevant promotions. Leave the text blank if you prefer to remove it.</p>",
"button_label": "Button label",
"button_link": ""
}
}
},
"block_order": [
"banner_grid_item_4Mq6nA",
"banner_grid_item_RicdxV",
"banner_grid_item_npwdhi"
],
"settings": {
"container_type": "full",
"height": "small",
"grid_gap_vertical": "0px",
"grid_gap_horizontal": "0px",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "0px",
"show_top_border": false,
"show_bottom_border": false
}
},
"rich_text_Jw3DHm": {
"type": "rich-text",
"blocks": {
"video_XBYx4A": {
"type": "_video",
"settings": {
"video": "",
"external_video": "",
"enable_autoplay": false,
"description": "",
"button_style": "primary"
}
},
"heading_group_G7j4de": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading_HjCAAe": {
"type": "_subheading",
"disabled": true,
"settings": {
"subheading": "Subheading"
}
},
"heading_GfaDen": {
"type": "_heading",
"settings": {
"heading": "Our Brand Philosphy",
"heading_size": "h3"
}
}
},
"block_order": [
"subheading_HjCAAe",
"heading_GfaDen"
]
},
"text_TLT7tc": {
"type": "text",
"settings": {
"text": "<p>Each piece is lovingly hand-crafted and made to order. Here at Primavera, we search for the beauty in handmade imperfection.</p>",
"font_style": "body"
}
},
"button_group_nnCxej": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_YyM7tR": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "About Us",
"button_link": ""
}
}
},
"block_order": [
"button_YyM7tR"
]
}
},
"block_order": [
"video_XBYx4A",
"heading_group_G7j4de",
"text_TLT7tc",
"button_group_nnCxej"
],
"settings": {
"horizontal_alignment": "center",
"container_width": "md",
"color_scheme": "scheme-5",
"enable_color_scheme_transition": true,
"color_scheme_transition": "scheme-3",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"countdown_G49GUw": {
"type": "countdown",
"blocks": {
"heading_group_pK33bR": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"heading_ygAq79": {
"type": "_heading",
"settings": {
"heading": "Find Your Perfect Set",
"heading_size": "h2"
}
}
},
"block_order": [
"heading_ygAq79"
]
},
"text_kRE8p4": {
"type": "text",
"settings": {
"text": "<p>For a limited time only, get 10% on all tableware sets.</p>",
"font_style": "body"
}
},
"button_group_zQ8nKb": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_8jLPf9": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "Shop sets",
"button_link": ""
}
}
},
"block_order": [
"button_8jLPf9"
]
},
"countdown": {
"type": "_countdown",
"static": true,
"settings": {
"date": "2025-07-01 00:00",
"hide_section": false,
"font_style": "heading h4",
"color_scheme": "",
"opacity": 45,
"enable_blur": true,
"accessibility_description": "Countdown timer"
}
}
},
"block_order": [
"heading_group_pK33bR",
"text_kRE8p4",
"button_group_zQ8nKb"
],
"settings": {
"desktop_layout": "split",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"image": "",
"enable_autoplay": false,
"play_button_display": "always",
"button_style": "text",
"button_alignment": "top-left",
"height": "small",
"mobile_height": "adapt",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_type": "full",
"enable_overlay": true,
"overlay": "linear-gradient(180deg, rgba(255, 251, 236, 0.8) 34%, rgba(255, 251, 236, 0.5) 100%)",
"color_scheme": "scheme-3",
"enable_color_scheme_transition": false,
"color_scheme_transition": "scheme-3",
"show_top_border": false,
"show_bottom_border": false,
"padding_top": "0px",
"padding_bottom": "0px"
}
},
"featured_collection_TCixG3": {
"type": "featured-collection",
"blocks": {
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "center",
"subheading": "Explore our",
"heading": "Drinkware",
"page_title": false,
"heading_size": "h2",
"text": "<p>Our latest collection represents a return to our roots with hand-crafted, artisanal pieces that embrace the Japanese philosophy of wabi-sabi.</p>",
"button_label": "Shop Drinkware",
"button_link": ""
}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "inherit"
}
}
},
"settings": {
"collection": "drinkware",
"product_list": [],
"columns_desktop": "4",
"columns_mobile": "2",
"layout_desktop": "slideshow",
"container_type": "full",
"product_limit": 7,
"arrow_position": "below",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "scheme-3",
"enable_color_scheme_transition": false,
"color_scheme_transition": "scheme-1",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"image_banner_3pDJYc": {
"type": "image-banner",
"blocks": {
"image_iNxXha": {
"type": "image",
"settings": {
"image": "",
"image_ratio": "1",
"max_width": 400,
"horizontal_alignment": "inherit",
"link": "",
"link_label": "",
"product": "poetry-mug"
}
}
},
"block_order": [
"image_iNxXha"
],
"settings": {
"image": "",
"height": "medium",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "var(--space-3xl)",
"container_type": "full",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_banner_click": false,
"enable_overlay": true,
"overlay": "linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "0px",
"show_top_border": false,
"show_bottom_border": false
}
},
"testimonials_zEktdw": {
"type": "testimonials",
"blocks": {
"testimonial_gDLXAd": {
"type": "_testimonial",
"settings": {},
"blocks": {
"image": {
"type": "image",
"static": true,
"settings": {
"image": "",
"image_ratio": "default",
"max_width": 1400,
"horizontal_alignment": "left",
"link": "",
"link_label": "",
"product": ""
}
},
"rating": {
"type": "_rating",
"static": true,
"settings": {
"rating": 5
}
},
"single-heading": {
"type": "_single-heading",
"static": true,
"settings": {
"heading": "\"My kitchen finally looks complete with my new tableware!\"",
"heading_size": "h6"
}
},
"author": {
"type": "text",
"static": true,
"settings": {
"text": "<p>Adrienne</p>",
"font_style": "caption"
}
},
"author-secondary": {
"type": "text",
"disabled": true,
"static": true,
"settings": {
"text": "<p>Author title</p>",
"font_style": "caption"
}
}
},
"block_order": []
},
"testimonial_MiT8jM": {
"type": "_testimonial",
"settings": {},
"blocks": {
"image": {
"type": "image",
"static": true,
"settings": {
"image": "",
"image_ratio": "default",
"max_width": 1400,
"horizontal_alignment": "left",
"link": "",
"link_label": "",
"product": "custom-engraved-mugs"
}
},
"rating": {
"type": "_rating",
"static": true,
"settings": {
"rating": 5
}
},
"single-heading": {
"type": "_single-heading",
"static": true,
"settings": {
"heading": "“I love my new mug, and I'm proud to support a great cause too.\"",
"heading_size": "h6"
}
},
"author": {
"type": "text",
"static": true,
"settings": {
"text": "<p>Alyssa</p>",
"font_style": "caption"
}
},
"author-secondary": {
"type": "text",
"disabled": true,
"static": true,
"settings": {
"text": "<p>Author title</p>",
"font_style": "caption"
}
}
},
"block_order": []
},
"testimonial_hAicTh": {
"type": "_testimonial",
"settings": {},
"blocks": {
"image": {
"type": "image",
"static": true,
"settings": {
"image": "",
"image_ratio": "2 / 3",
"max_width": 1400,
"horizontal_alignment": "left",
"link": "",
"link_label": "",
"product": ""
}
},
"rating": {
"type": "_rating",
"static": true,
"settings": {
"rating": 5
}
},
"single-heading": {
"type": "_single-heading",
"static": true,
"settings": {
"heading": "“Each piece is truly a unique work of art!\"",
"heading_size": "h6"
}
},
"author": {
"type": "text",
"static": true,
"settings": {
"text": "<p>Grace</p>",
"font_style": "caption"
}
},
"author-secondary": {
"type": "text",
"disabled": true,
"static": true,
"settings": {
"text": "<p>Author title</p>",
"font_style": "caption"
}
}
},
"block_order": []
},
"testimonial_36HpqW": {
"type": "_testimonial",
"settings": {},
"blocks": {
"image": {
"type": "image",
"static": true,
"settings": {
"image": "",
"image_ratio": "1",
"max_width": 1400,
"horizontal_alignment": "left",
"link": "",
"link_label": "",
"product": "lake-set"
}
},
"rating": {
"type": "_rating",
"static": true,
"settings": {
"rating": 5
}
},
"single-heading": {
"type": "_single-heading",
"static": true,
"settings": {
"heading": "\"My guests all loved my new tableware set!\"",
"heading_size": "h6"
}
},
"author": {
"type": "text",
"static": true,
"settings": {
"text": "<p>Janice</p>",
"font_style": "caption"
}
},
"author-secondary": {
"type": "text",
"disabled": true,
"static": true,
"settings": {
"text": "<p>Author title</p>",
"font_style": "caption"
}
}
},
"block_order": []
},
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "left",
"subheading": "",
"heading": "What Our Customers Say",
"page_title": false,
"heading_size": "h3",
"text": "",
"button_label": "",
"button_link": ""
}
}
},
"block_order": [
"testimonial_gDLXAd",
"testimonial_MiT8jM",
"testimonial_hAicTh",
"testimonial_36HpqW"
],
"settings": {
"columns_desktop": "4",
"columns_mobile": "1",
"column_behavior": "slideshow",
"container_type": "max",
"alignment_columns": "center",
"arrow_position": "overlay",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"split_card_3iGggU": {
"type": "split-card",
"blocks": {
"block_rich_text_gyzm9Q": {
"type": "_block-rich-text",
"settings": {
"vertical_alignment": "middle",
"horizontal_alignment": "left",
"container_width": "xxs",
"color_scheme": "scheme-6",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default"
},
"blocks": {
"heading_group_cAQxPJ": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading_MJmmkE": {
"type": "_subheading",
"settings": {
"subheading": "Find out how we are"
}
},
"heading_GjejAV": {
"type": "_heading",
"settings": {
"heading": "Giving Back to the Community",
"heading_size": "h3"
}
}
},
"block_order": [
"subheading_MJmmkE",
"heading_GjejAV"
]
},
"text_yqBqrT": {
"type": "text",
"settings": {
"text": "<p>An additional 10% of the proceeds from our best-selling Poetry Mug go to charities that supp</p>",
"font_style": "body"
}
},
"button_group_BNMP6i": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button_E6VD4U": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "Our Giving Program",
"button_link": ""
}
}
},
"block_order": [
"button_E6VD4U"
]
}
},
"block_order": [
"heading_group_cAQxPJ",
"text_yqBqrT",
"button_group_BNMP6i"
]
},
"shoppable_banner_CgEDyN": {
"type": "_shoppable-banner",
"settings": {
"image": "",
"enable_autoplay": false,
"play_button_display": "always",
"button_style": "text",
"button_alignment": "top-left",
"height": "adapt",
"mobile_height": "adapt",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"horizontal_alignment": "left",
"vertical_alignment": "bottom",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"mini_product_WxE8fK": {
"type": "mini-product",
"settings": {
"product": "poetry-mug",
"style": "card",
"color_scheme": ""
}
}
},
"block_order": [
"mini_product_WxE8fK"
]
}
},
"block_order": [
"block_rich_text_gyzm9Q",
"shoppable_banner_CgEDyN"
],
"settings": {
"container_type": "max",
"border_radius": "blocks",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false,
"show_borders": false
}
},
"featured_collection_8TeADq": {
"type": "featured-collection",
"blocks": {
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "center",
"subheading": "Discover our",
"heading": "Dinnerware",
"page_title": false,
"heading_size": "h2",
"text": "<p>Each piece in our dinneware collection is a testament to the artistry and craftsmanship that goes into creating unique, one-of-a-kind dinnerware. With its organic shapes and subtle imperfections, this collection brings a touch of nature and authenticity to every meal.</p>",
"button_label": "Shop Dinnerware",
"button_link": ""
}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "inherit"
}
}
},
"settings": {
"collection": "dinnerware",
"product_list": [],
"columns_desktop": "4",
"columns_mobile": "2",
"layout_desktop": "slideshow",
"container_type": "full",
"product_limit": 4,
"arrow_position": "overlay",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "scheme-3",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"split_banner_bjWpqR": {
"type": "split-banner",
"blocks": {
"image_banner_Wj7NtT": {
"type": "_image-banner",
"settings": {
"image": "",
"height": "adapt",
"mobile_height": "adapt",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
}
},
"image_banner_6NBKHN": {
"type": "_image-banner",
"settings": {
"image": "",
"height": "adapt",
"mobile_height": "adapt",
"stack": "always",
"spacing": "var(--space-xl)",
"media_content_padding": "default",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"text_XT6K63": {
"type": "text",
"settings": {
"text": "<p>Featuring our <a href=\"/products/marine-set\" title=\"Marine Set\">Marine Set</a></p>",
"font_style": "body"
}
}
},
"block_order": [
"text_XT6K63"
]
}
},
"block_order": [
"image_banner_Wj7NtT",
"image_banner_6NBKHN"
],
"settings": {
"show_top_border": false,
"show_bottom_border": false,
"enable_transparent_header": false
}
},
"blog_posts_YJxLGW": {
"type": "blog-posts",
"blocks": {
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "left",
"subheading": "Follow our",
"heading": "Recent Journal Entries",
"page_title": false,
"heading_size": "h2",
"text": "<p>Get sneak previews of our newest products and tips on how to cultivate your own creative practice in our journal.</p>",
"button_label": "View Journal",
"button_link": ""
}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "inherit"
}
}
},
"settings": {
"blog": "journal",
"product_limit": 3,
"columns_desktop": "3",
"columns_mobile": "1",
"layout_desktop": "slideshow",
"container_type": "max",
"arrow_position": "below",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
}
},
"order": [
"split_banner_jWmCq9",
"rich_text_3T4bi8",
"banner_grid_CrXWPX",
"rich_text_Jw3DHm",
"countdown_G49GUw",
"featured_collection_TCixG3",
"image_banner_3pDJYc",
"testimonials_zEktdw",
"split_card_3iGggU",
"featured_collection_8TeADq",
"split_banner_bjWpqR",
"blog_posts_YJxLGW"
]
}Gloss
{
"sections": {
"split-card": {
"type": "split-card",
"blocks": {
"image-banner": {
"type": "_image-banner",
"settings": {
"height": "medium",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "var(--space-l)",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "bottom",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"rating": {
"type": "rating",
"name": "t:rating",
"settings": {
"rating": 5,
"text": "<p>10,000+ happy customers</p>",
"font_style": "caption-xs"
}
},
"heading-group": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading": {
"type": "_subheading",
"disabled": true,
"settings": {
"subheading": "New Collection"
}
},
"heading": {
"type": "_heading",
"settings": {
"heading": "Beauty Essentials",
"heading_size": "h3"
}
}
},
"block_order": [
"subheading",
"heading"
]
},
"mini-product": {
"type": "mini-product",
"name": "t:mini-product",
"disabled": true,
"settings": {
"style": "card",
"color_scheme": ""
}
},
"button-group": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "Shop All"
}
}
},
"block_order": [
"button"
]
}
},
"block_order": [
"rating",
"heading-group",
"mini-product",
"button-group"
]
},
"video-banner": {
"type": "_video-banner",
"settings": {
"enable_autoplay": true,
"play_button_display": "hover_focus",
"button_style": "text",
"button_alignment": "middle-center",
"height": "medium",
"mobile_height": "medium",
"stack": "none",
"spacing": "0px",
"media_content_padding": "default",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "middle",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
}
}
},
"block_order": [
"image-banner",
"video-banner"
],
"settings": {
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "0px",
"show_top_border": false,
"show_bottom_border": false,
"show_borders": false
}
},
"rich-text": {
"type": "rich-text",
"blocks": {
"heading-group": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading": {
"type": "_subheading",
"settings": {
"subheading": "Our Philosophy"
}
},
"heading": {
"type": "_heading",
"settings": {
"heading": "Expertly-crafted formulas that blend high-performance natural ingredients with indulgent textures.",
"heading_size": "h3"
}
}
},
"block_order": [
"subheading",
"heading"
]
}
},
"block_order": [
"heading-group"
],
"settings": {
"horizontal_alignment": "center",
"container_width": "md",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "var(--space-xs)",
"show_top_border": false,
"show_bottom_border": false
}
},
"featured-collection": {
"type": "featured-collection",
"blocks": {
"section-header": {
"type": "_section-header",
"disabled": true,
"static": true,
"settings": {
"layout_header": "left",
"subheading": "",
"heading": "Daily Essentials",
"page_title": false,
"heading_size": "h2",
"text": "<p>Your go-to elixirs for daily radiance. Combining skin-loving essentials that nourish, hydrate, and protect, these must-haves are packed with powerful yet gentle ingredients, ensuring your skin stays fresh, healthy, and naturally glowing from morning to night.</p>",
"button_label": "Shop Now"
}
},
"button-group": {
"type": "button-group",
"disabled": true,
"static": true,
"settings": {
"horizontal_alignment": "center"
},
"blocks": {
"button": {
"type": "_button",
"name": "t:button",
"settings": {
"button_style": "primary",
"button_label": "Shop Bestsellers"
}
}
},
"block_order": [
"button"
]
}
},
"settings": {
"columns_desktop": "4",
"columns_mobile": "2",
"layout_desktop": "slideshow",
"container_type": "max",
"product_limit": 25,
"arrow_position": "overlay",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "var(--space-m)",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
},
"block_order": []
},
"scrolling-content": {
"type": "scrolling-content",
"blocks": {
"text": {
"type": "text",
"settings": {
"text": "<p>Upcycled Ingredients</p>"
}
},
"image": {
"type": "image",
"settings": {
"max_width": 24,
"link": ""
}
},
"text-2": {
"type": "text",
"settings": {
"text": "<p>Vegan & Cruelty-Free</p>"
}
},
"image-2": {
"type": "image",
"settings": {
"max_width": 24,
"link": ""
}
},
"text-3": {
"type": "text",
"settings": {
"text": "<p>Recycled Packaging</p>"
}
},
"image-3": {
"type": "image",
"settings": {
"max_width": 24,
"link": ""
}
}
},
"block_order": [
"text",
"image",
"text-2",
"image-2",
"text-3",
"image-3"
],
"settings": {
"speed": 3,
"scroll_direction": "left",
"horizontal_gap": 10,
"font_size": 16,
"color_scheme": "scheme-3",
"enable_color_scheme_transition": false,
"color_scheme_transition": "scheme-3",
"padding_top": "var(--space-2xs)",
"padding_bottom": "var(--space-2xs)",
"show_top_border": false,
"show_bottom_border": false
}
},
"split-banner-1": {
"type": "split-banner",
"blocks": {
"image-banner": {
"type": "_image-banner",
"name": "t:image-banner",
"settings": {
"height": "medium",
"mobile_height": "adapt",
"stack": "none",
"spacing": "0px",
"media_content_padding": "var(--space-l)",
"container_width": "xxs",
"horizontal_alignment": "left",
"vertical_alignment": "bottom",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-2",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"image": {
"type": "image",
"name": "t:image",
"disabled": true,
"settings": {
"image_ratio": "default",
"max_width": 140,
"horizontal_alignment": "inherit",
"link_label": "Curl & Volume Mascara"
}
},
"text": {
"type": "text",
"settings": {
"font_style": "body"
}
}
},
"block_order": [
"image",
"text"
]
},
"image-banner-2": {
"type": "_image-banner",
"name": "t:image-banner",
"settings": {
"height": "medium",
"mobile_height": "adapt",
"stack": "none",
"spacing": "0px",
"media_content_padding": "var(--space-l)",
"container_width": "md",
"horizontal_alignment": "center",
"vertical_alignment": "bottom",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"heading-group": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading": {
"type": "_subheading",
"settings": {
"subheading": "Online Exclusive"
}
},
"heading": {
"type": "_heading",
"settings": {
"heading": "Take 15% Off All Makeup",
"heading_size": "h3"
}
}
},
"block_order": [
"subheading",
"heading"
]
},
"discount-code": {
"type": "discount-code",
"name": "t:discount-code",
"settings": {
"discount_code": "MAKEUP15"
}
}
},
"block_order": [
"heading-group",
"discount-code"
]
}
},
"block_order": [
"image-banner",
"image-banner-2"
],
"name": "t:split-banner",
"settings": {
"show_top_border": false,
"show_bottom_border": false,
"show_block_borders": false,
"enable_transparent_header": false
}
},
"collection-list": {
"type": "collection-list",
"blocks": {
"section-header": {
"type": "_section-header",
"disabled": true,
"static": true,
"settings": {
"layout_header": "left",
"subheading": "Subheading",
"heading": "Collection list",
"page_title": false,
"heading_size": "h2",
"text": "<p>This is an optional description. Use this text to provide context and guidance for the content below. For example, you could briefly describe features, inspiration or relevant promotions. Leave the text blank if you prefer to remove it.</p>",
"button_label": "Button label",
"button_link": ""
}
},
"button-group": {
"type": "button-group",
"disabled": true,
"static": true,
"settings": {
"horizontal_alignment": "center"
},
"blocks": {
"button": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "Button label",
"button_link": ""
}
}
},
"block_order": [
"button"
]
}
},
"name": "t:collection-list",
"settings": {
"columns_desktop": "4",
"columns_mobile": "2",
"layout_desktop": "slideshow",
"container_type": "max",
"horizontal_alignment": "center",
"arrow_position": "overlay",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
},
"block_order": []
},
"logo-list": {
"type": "logo-list",
"blocks": {
"logo": {
"type": "_logo",
"name": "t:logo",
"settings": {
"link": ""
}
},
"logo-2": {
"type": "_logo",
"name": "t:logo",
"settings": {
"link": ""
}
},
"logo-3": {
"type": "_logo",
"name": "t:logo",
"settings": {
"link": ""
}
},
"section-header": {
"type": "_section-header",
"disabled": true,
"static": true,
"settings": {
"layout_header": "center",
"subheading": "",
"heading": "As Seen In",
"page_title": false,
"heading_size": "h2",
"text": "",
"button_label": "",
"button_link": ""
}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "center"
},
"blocks": {
"button": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "",
"button_link": ""
}
}
},
"block_order": [
"button"
]
}
},
"block_order": [
"logo",
"logo-2",
"logo-3"
],
"settings": {
"layout": "autoscroll",
"speed": 2,
"scroll_direction": "right",
"size": 52,
"spacing": "var(--space-xl)",
"horizontal_alignment": "center",
"container_type": "max",
"color_scheme": "scheme-5",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"featured-product": {
"type": "featured-product",
"blocks": {
"pdp-product-information": {
"type": "_pdp-product-information",
"static": true,
"settings": {
"horizontal_alignment": "left",
"vertical_alignment": "top",
"container_width": "sm",
"padding_top": "var(--space-xl)",
"padding_bottom": "var(--space-xl)"
},
"blocks": {
"pdp-badges": {
"type": "_pdp-badges",
"settings": {
"button_style": "primary"
}
},
"pdp-title": {
"type": "_pdp-title",
"settings": {
"heading_size": "h2",
"enable_share": false,
"share_color_scheme": ""
}
},
"pdp-subtitle": {
"type": "_pdp-subtitle",
"settings": {
"text": "{{ closest.product.metafields.descriptors.subtitle.value }}",
"font_style": "caption"
}
},
"pdp-price": {
"type": "_pdp-price",
"settings": {
"font_style": "caption"
}
},
"pdp-description": {
"type": "_pdp-description",
"settings": {
"text": "{{ closest.product.description }}",
"enable_truncation": true,
"word_limit": 24,
"title": "{{ closest.product.title }}"
}
},
"pdp-variant-picker": {
"type": "_pdp-variant-picker",
"settings": {
"variant_picker_style": "buttons",
"swatch_style": "default",
"variant_images": "",
"option_1": "",
"option_1_page": "",
"option_1_label": "icon",
"option_2": "",
"option_2_page": "",
"option_2_label": "icon",
"option_3": "",
"option_3_page": "",
"option_3_label": "icon"
}
},
"pdp-line-item": {
"type": "_pdp-line-item",
"name": "t:line-item-property",
"settings": {
"type": "checkbox",
"field_label": "Use recycled packaging",
"text_type": "text",
"enable_character_limit": false,
"character_limit": 40,
"checkbox_checked": "Yes",
"checkbox_unchecked": "No",
"options": "Option 1, Option 2",
"required": false
}
},
"pdp-buy-buttons": {
"type": "_pdp-buy-buttons",
"settings": {
"show_dynamic_checkout": false,
"show_quantity_selector": true,
"show_gift_card_recipient": true
}
},
"pdp-icon-with-text": {
"type": "_pdp-icon-with-text",
"settings": {
"icon": "check",
"icon_size": "icon--m",
"max_width": 16,
"text": "<p>Suitable for all skin types</p>",
"font_style": "caption",
"layout": "row",
"horizontal_alignment": "left",
"vertical_alignment": "middle",
"padding": "0px",
"gap": "var(--space-2xs)",
"show_borders": false,
"color_scheme": ""
}
},
"pdp-icon-with-text-2": {
"type": "_pdp-icon-with-text",
"settings": {
"icon": "heart",
"icon_size": "icon--m",
"max_width": 16,
"text": "<p>100% Vegan</p>",
"font_style": "caption",
"layout": "row",
"horizontal_alignment": "left",
"vertical_alignment": "middle",
"padding": "0px",
"gap": "var(--space-2xs)",
"show_borders": false,
"color_scheme": ""
}
},
"pdp-icon-with-text-3": {
"type": "_pdp-icon-with-text",
"settings": {
"icon": "globe",
"icon_size": "icon--m",
"max_width": 16,
"text": "<p>Sustainably Developed</p>",
"font_style": "caption",
"layout": "row",
"horizontal_alignment": "left",
"vertical_alignment": "middle",
"padding": "0px",
"gap": "var(--space-2xs)",
"show_borders": false,
"color_scheme": ""
}
},
"pdp-collapsible": {
"type": "_pdp-collapsible",
"settings": {
"heading": "How to Use",
"font_style": "caption",
"page": "",
"open_by_default": false
}
},
"pdp-collapsible-2": {
"type": "_pdp-collapsible",
"settings": {
"heading": "Ingredients",
"font_style": "caption",
"page": "",
"open_by_default": false
}
},
"pdp-icon-with-text-4": {
"type": "_pdp-icon-with-text",
"settings": {
"icon": "none",
"icon_size": "icon--s",
"max_width": 32,
"text": "<p>1% of all sales goes to the <a href=\"#\" title=\"About\">Primavera Impact fund</a></p>",
"font_style": "body text-s",
"layout": "row",
"horizontal_alignment": "left",
"vertical_alignment": "middle",
"padding": "var(--space-2xs)",
"gap": "var(--space-2xs)",
"show_borders": false,
"color_scheme": "scheme-5"
}
}
},
"block_order": [
"pdp-badges",
"pdp-title",
"pdp-subtitle",
"pdp-price",
"pdp-description",
"pdp-variant-picker",
"pdp-line-item",
"pdp-buy-buttons",
"pdp-icon-with-text",
"pdp-icon-with-text-2",
"pdp-icon-with-text-3",
"pdp-collapsible",
"pdp-collapsible-2",
"pdp-icon-with-text-4"
]
}
},
"settings": {
"mobile_max_width": "100%",
"enable_zoom": false,
"enable_autoplay": true,
"media_color_scheme": "",
"spacing": "var(--space-xl)",
"button_style": "primary",
"image_aspect_ratio": "adapt",
"animation_style": "fade",
"counter_style": "hidden",
"enable_looping": true,
"autoselect_first_variant": true,
"color_scheme": "",
"show_top_border": false,
"show_bottom_border": false,
"show_block_borders": false,
"enable_transparent_header": false
},
"block_order": []
},
"video-reels": {
"type": "video-reels",
"blocks": {
"video-reels-video": {
"type": "_video-reels-video",
"settings": {
"creator_name": "@sandyb92",
"creator_link": "#",
"video_ratio": "9 / 16",
"color_scheme": "scheme-2",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)"
},
"blocks": {
"product": {
"type": "mini-product",
"static": true,
"settings": {
"style": "card",
"color_scheme": ""
}
}
},
"block_order": []
},
"video-reels-video-2": {
"type": "_video-reels-video",
"settings": {
"creator_name": "@dewydiary",
"creator_link": "",
"video_ratio": "9 / 16",
"color_scheme": "scheme-2",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)"
},
"blocks": {
"product": {
"type": "mini-product",
"static": true,
"settings": {
"style": "card",
"color_scheme": ""
}
}
},
"block_order": []
},
"video-reels-video-3": {
"type": "_video-reels-video",
"settings": {
"creator_name": "@beautybylou",
"creator_link": "",
"video_ratio": "9 / 16",
"color_scheme": "scheme-2",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)"
},
"blocks": {
"product": {
"type": "mini-product",
"static": true,
"settings": {
"style": "card",
"color_scheme": ""
}
}
},
"block_order": []
},
"video-reels-video-4": {
"type": "_video-reels-video",
"settings": {
"creator_name": "@opal.and.olive",
"creator_link": "",
"video_ratio": "9 / 16",
"color_scheme": "scheme-2",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)"
},
"blocks": {
"product": {
"type": "mini-product",
"static": true,
"settings": {
"style": "card",
"color_scheme": ""
}
}
},
"block_order": []
},
"video-reels-video-5": {
"type": "_video-reels-video",
"settings": {
"creator_name": "@sheersunday",
"creator_link": "",
"video_ratio": "9 / 16",
"color_scheme": "scheme-2",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)"
},
"blocks": {
"product": {
"type": "mini-product",
"static": true,
"settings": {
"style": "card",
"color_scheme": ""
}
}
},
"block_order": []
},
"section-header": {
"type": "_section-header",
"disabled": true,
"static": true,
"settings": {
"layout_header": "center",
"subheading": "Subheading",
"heading": "Video reels",
"page_title": false,
"heading_size": "h2",
"text": "<p>This is an optional description. Use this text to provide context and guidance for the content below. For example, you could briefly describe features, inspiration or relevant promotions. Leave the text blank if you prefer to remove it.</p>",
"button_label": "Button label",
"button_link": ""
}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "inherit"
}
}
},
"block_order": [
"video-reels-video",
"video-reels-video-2",
"video-reels-video-3",
"video-reels-video-4",
"video-reels-video-5"
],
"name": "t:video-reels",
"settings": {
"enable_autoplay": true,
"container_type": "max",
"grid_gap_horizontal": "default",
"arrow_position": "overlay",
"counter_style": "hidden",
"button_style": "primary",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": true,
"show_bottom_border": false
}
},
"split-banner-2": {
"type": "split-banner",
"blocks": {
"image-banner": {
"type": "_image-banner",
"settings": {
"height": "large",
"mobile_height": "large",
"stack": "none",
"spacing": "0px",
"media_content_padding": "var(--space-m)",
"container_width": "xxs",
"horizontal_alignment": "left",
"vertical_alignment": "bottom",
"enable_banner_click": false,
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": ""
},
"blocks": {
"text": {
"type": "text",
"settings": {
"text": "<p>Isa Kim, Celebrity MUA <br/><a href=\"#\" title=\"#\">@isaglobal</a></p>",
"font_style": "body text-s"
}
},
"mini-product": {
"type": "mini-product",
"disabled": true,
"settings": {
"style": "card",
"color_scheme": ""
}
}
},
"block_order": [
"text",
"mini-product"
]
},
"block-rich-text": {
"type": "_block-rich-text",
"settings": {
"vertical_alignment": "middle",
"horizontal_alignment": "center",
"container_width": "md",
"color_scheme": "scheme-5",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default"
},
"blocks": {
"badges": {
"type": "badges",
"name": "t:badges",
"settings": {
"badges_style": "secondary",
"badges": "Education"
}
},
"heading-group": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"heading": {
"type": "_heading",
"settings": {
"heading": "Beauty Masterclass",
"heading_size": "h2"
}
}
},
"block_order": [
"heading"
]
},
"text-2": {
"type": "text",
"settings": {
"text": "<p>Join Isa Kim and Primavera Founder, Ani Johnson, on November 6 2026 at <a href=\"#\" title=\"About\">Primavera Beverly Hills</a> for a live Beauty Masterclass. Intermediate to advanced.</p>",
"font_style": "body"
}
},
"countdown": {
"type": "_countdown",
"settings": {
"date": "2026-02-26",
"hide_section": true,
"font_style": "heading h3",
"color_scheme": "scheme-1",
"opacity": 0,
"enable_blur": true,
"accessibility_description": "Countdown timer"
}
},
"button-group": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "Register Now"
}
}
},
"block_order": [
"button"
]
}
},
"block_order": [
"badges",
"heading-group",
"text-2",
"countdown",
"button-group"
]
}
},
"block_order": [
"image-banner",
"block-rich-text"
],
"settings": {
"show_top_border": false,
"show_bottom_border": false,
"show_block_borders": false,
"enable_transparent_header": false
}
},
"section-header": {
"type": "section-header",
"settings": {
"layout_header": "center",
"subheading": "Product Spotlight: Gloss Moisturizer",
"heading": "“97% of customers saw results after just 3 weeks.”",
"page_title": false,
"heading_size": "h1",
"count": "",
"text": "",
"button_label": "",
"button_link": "",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"before-after": {
"type": "before-after",
"blocks": {
"section-header": {
"type": "_section-header",
"disabled": true,
"static": true,
"settings": {
"layout_header": "left",
"subheading": "Subheading",
"heading": "Heading",
"page_title": false,
"heading_size": "h2",
"text": "<p>This is an optional description. Use this text to provide context and guidance for the content below. For example, you could briefly describe features, inspiration or relevant promotions. Leave the text blank if you prefer to remove it.</p>",
"button_label": "Button label",
"button_link": ""
}
},
"before": {
"type": "_before",
"static": true,
"settings": {
"label": "Before"
}
},
"after": {
"type": "_after",
"static": true,
"settings": {
"label": "After"
}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "inherit"
}
}
},
"settings": {
"badges_style": "text",
"container_type": "max",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
},
"block_order": []
},
"rich-text-columns": {
"type": "rich-text-columns",
"blocks": {
"rich-text-column": {
"type": "_rich-text-column",
"settings": {
"horizontal_alignment": "left"
},
"blocks": {
"text": {
"type": "text",
"settings": {
"text": "<p>At Primavera, we believe in blending nature with science for skincare that’s both effective and gentle. Our <a href=\"#\" title=\"Gloss Moisturizer\">Gloss Moisturizer</a> combines squalane (from vegetable sources), hyaluronic acid (vegan), and niacinamide (Vitamin B3) to deliver immediate hydration and nourishment. The lightweight gel-cream formula absorbs quickly, ensuring your skin feels soft, smooth, and replenished without any greasy residue. Whether used in the morning or at night, Gloss Moisturizer locks in moisture that lasts all day.<br/><br/>Formulated with powerful ingredients like hibiscus extract and peach blossom extract, this moisturizer is designed to revitalize and soothe the skin. The addition of sea kelp extract helps protect and maintain a healthy skin barrier, while ascorbyl palmitate (a stable form of Vitamin C) promotes a bright, glowing complexion. Together, these ingredients work to plump, smooth, and visibly reduce fine lines, keeping your skin radiant and healthy.</p>",
"font_style": "body"
}
},
"mini-product": {
"type": "mini-product",
"disabled": true,
"settings": {
"style": "card",
"color_scheme": "scheme-5"
}
}
},
"block_order": [
"text",
"mini-product"
]
},
"rich-text-column-2": {
"type": "_rich-text-column",
"settings": {
"horizontal_alignment": "left"
},
"blocks": {
"text-2": {
"type": "text",
"settings": {
"text": "<p>With a commitment to being mindful, Gloss Moisturizer is crafted using vegan, plant-derived, and upcycled ingredients. It’s dermatologist-tested and free from harsh chemicals, making it ideal for even the most sensitive skin. Vegetable glycerin and xanthan gum enhance moisture retention, while tocopherol (Vitamin E) provides antioxidant protection, leaving your skin calm and balanced.<br/><br/>In a clinical study, 97% of users saw visible results after just three weeks, with smoother, more hydrated skin. Backed by science and formulated with natural, plant-derived ingredients, Gloss Moisturizer is your new go-to for healthy, hydrated skin—day and night.</p>",
"font_style": "body"
}
},
"text-3": {
"type": "text",
"settings": {
"text": "<p>Shop now:</p>",
"font_style": "caption"
}
},
"mini-product-2": {
"type": "mini-product",
"settings": {
"style": "card",
"color_scheme": "scheme-5"
}
}
},
"block_order": [
"text-2",
"text-3",
"mini-product-2"
]
}
},
"block_order": [
"rich-text-column",
"rich-text-column-2"
],
"settings": {
"vertical_alignment": "top",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
}
},
"image-hotspot": {
"type": "image-hotspot",
"blocks": {
"heading-group": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading": {
"type": "_subheading",
"name": "t:subheading",
"settings": {
"subheading": "Key Ingredients"
}
},
"heading": {
"type": "_heading",
"settings": {
"heading": "Gloss Moisturizer: Blending Nature With Science ",
"heading_size": "h4"
}
}
},
"block_order": [
"subheading",
"heading"
]
},
"mini-product": {
"type": "mini-product",
"name": "t:mini-product",
"disabled": true,
"settings": {
"style": "card",
"color_scheme": "scheme-1"
}
},
"hotspots": {
"type": "_hotspots",
"static": true,
"blocks": {
"hotspot-content": {
"type": "_hotspot-content",
"settings": {
"label": "Hibiscus",
"link": "",
"horizontal_position": 37,
"vertical_position": 22,
"mobile_horizontal_position": 42,
"mobile_vertical_position": 63
}
},
"hotspot-content-2": {
"type": "_hotspot-content",
"settings": {
"label": "Hyaluronic acid",
"link": "",
"horizontal_position": 66,
"vertical_position": 30,
"mobile_horizontal_position": 53,
"mobile_vertical_position": 33
}
},
"hotspot-content-3": {
"type": "_hotspot-content",
"name": "t:content-hotspot",
"settings": {
"label": "Niacinamide",
"link": "",
"horizontal_position": 29,
"vertical_position": 50,
"mobile_horizontal_position": 70,
"mobile_vertical_position": 48
}
},
"hotspot-content-4": {
"type": "_hotspot-content",
"name": "t:content-hotspot",
"settings": {
"label": "Peach Blossom",
"link": "",
"horizontal_position": 52,
"vertical_position": 70,
"mobile_horizontal_position": 38,
"mobile_vertical_position": 12
}
},
"hotspot-content-5": {
"type": "_hotspot-content",
"name": "t:content-hotspot",
"settings": {
"label": "Kelp",
"link": "",
"horizontal_position": 76,
"vertical_position": 85,
"mobile_horizontal_position": 54,
"mobile_vertical_position": 80
}
}
},
"block_order": [
"hotspot-content",
"hotspot-content-2",
"hotspot-content-3",
"hotspot-content-4",
"hotspot-content-5"
]
}
},
"block_order": [
"heading-group",
"mini-product"
],
"name": "t:image-hotspot",
"settings": {
"stack": "mobile",
"spacing": "0px",
"media_content_padding": "var(--space-m)",
"container_type": "max",
"container_width": "md",
"horizontal_alignment": "left",
"vertical_alignment": "bottom",
"enable_overlay": false,
"overlay": "linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100%)",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"padding_top": "0px",
"padding_bottom": "0px",
"show_top_border": false,
"show_bottom_border": false
}
},
"blog-posts": {
"type": "blog-posts",
"blocks": {
"section-header": {
"type": "_section-header",
"static": true,
"settings": {
"layout_header": "center",
"subheading": "From the",
"heading": "Primavera Journal",
"page_title": false,
"heading_size": "h2",
"text": "",
"button_label": "",
"button_link": ""
}
},
"button-group": {
"type": "button-group",
"static": true,
"settings": {
"horizontal_alignment": "center"
},
"blocks": {
"button": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "View All"
}
}
},
"block_order": [
"button"
]
}
},
"settings": {
"blog": "news",
"product_limit": 4,
"columns_desktop": "3",
"columns_mobile": "1",
"layout_desktop": "slideshow",
"container_type": "max",
"arrow_position": "overlay",
"counter_style": "progress",
"button_style": "primary",
"color_scheme": "scheme-1",
"enable_color_scheme_transition": false,
"color_scheme_transition": "scheme-2",
"padding_top": "default",
"padding_bottom": "default",
"show_top_border": false,
"show_bottom_border": false
},
"block_order": []
},
"stacked-images-with-text": {
"type": "stacked-images-with-text",
"blocks": {
"heading-group": {
"type": "heading-group",
"settings": {
"page_title": false
},
"blocks": {
"subheading": {
"type": "_subheading",
"settings": {
"subheading": "About Primavera"
}
},
"heading": {
"type": "_heading",
"settings": {
"heading": "Setting the Standards for Clean, Conscious Beauty",
"heading_size": "h2"
}
}
},
"block_order": [
"subheading",
"heading"
]
},
"text": {
"type": "text",
"settings": {
"text": "<p>Primavera was founded in 2018 by Ani Johnson, an LA-based makeup artist who cut her teeth on Hollywood sets before going on to launch her own empire. Since then, she has redefined luxury skincare and cosmetics by blending high-performance formulas, ethically sourced ingredients, and an effortlessly chic aesthetic. With a deep passion for skin health and innovation, Ani and her team continue to push boundaries, ensuring that luxury and responsibility go hand in hand.</p>",
"font_style": "body"
}
},
"button-group": {
"type": "button-group",
"settings": {
"horizontal_alignment": "inherit"
},
"blocks": {
"button": {
"type": "_button",
"settings": {
"button_style": "primary",
"button_label": "About Primavera"
}
}
},
"block_order": [
"button"
]
},
"stacked-images": {
"type": "_stacked-images",
"static": true,
"blocks": {
"stacked-image": {
"type": "_stacked-image",
"settings": {
"image_ratio": "1",
"max_width": 90,
"link": "",
"link_label": ""
}
},
"stacked-image-2": {
"type": "_stacked-image",
"settings": {
"image_ratio": "2 / 3",
"max_width": 80,
"link": "",
"link_label": ""
}
}
},
"block_order": [
"stacked-image",
"stacked-image-2"
]
}
},
"block_order": [
"heading-group",
"text",
"button-group"
],
"settings": {
"horizontal_alignment": "center",
"color_scheme": "",
"enable_color_scheme_transition": false,
"color_scheme_transition": "",
"show_top_border": false,
"show_bottom_border": false
}
}
},
"order": [
"split-card",
"rich-text",
"featured-collection",
"scrolling-content",
"split-banner-1",
"collection-list",
"logo-list",
"featured-product",
"video-reels",
"split-banner-2",
"section-header",
"before-after",
"rich-text-columns",
"image-hotspot",
"blog-posts",
"stacked-images-with-text"
]
}Last updated
Was this helpful?