Brickspace Lab
Contact usContact ShopifyTry a theme
Keystone
Keystone
  • Keystone documentation
  • Getting started
    • Theme basics
    • Theme settings
      • Colors
      • Typography
      • Borders
      • Prices
      • Quick add
  • Guides
    • Products
      • Product badges
      • Product subtitles
      • Custom content for tables
      • Replace "Add to cart"
      • Disable quick add
    • Wholesale
      • Wholesale basics
      • Account restrictions
    • Color and option swatches
    • Device specific visibility
    • Discount popups
  • Templates
    • Collection template
    • Product template
    • Blog template
    • Article template
  • Sections
    • Global Sections
      • Header
      • Footer
      • Navigation links
      • Announcement
      • Cart drawer
      • Account drawer
      • Search drawer
      • Menu drawer
    • Media & Promotional
      • Slideshow
      • Video
      • Split banner
      • Marquee
      • Image hotspot
      • Countdown
      • Discount
      • Banner
      • Slider
      • Testimonial slider
      • Search banner
    • Product & Collection Displays
      • Product grid
      • Product slider
      • Product table
      • Product comparison
      • Recently viewed
      • Collection list grid
      • Collection list slider
      • Featured product
      • Comparison table
    • Content & Marketing
      • Rich text
      • Blog posts grid
      • Testimonial grid
      • Logo list
      • Icon grid
      • Collapsible content
      • Tabs
      • Collage
    • Utility & Custom
      • Custom liquid
      • Tool tip
      • Store locater
    • Forms & CTAs
      • Email sign-up
      • Sign-up form
      • Contact form
  • General
    • Changelog
      • v1.3.0
      • v1.2.0
      • v1.1.0
      • v1.0.1
      • v1.0.0
    • Known issues and troubleshooting
    • Cloning a demo theme
      • Knit
      • Kingpin
      • Kindred
      • Kettle
      • Kaleidoscope
Powered by GitBook
On this page
  • Section files
  • Template files

Was this helpful?

Edit on GitHub
  1. General
  2. Cloning a demo theme

Kindred

Kindred demo files

💡 Tip: Duplicate your theme before making code changes. This will ensure you have a backup to revert to if needed.

If you want to get a head start on your theme design this guide will help you copy the existing layout and settings from our demo stores.

1

Open up theme editor

In Shopify select Online store then click Edit code for the theme you'd like update.

2

Duplicate theme

It's always a good idea to have a backup.

3

Copy changes

Copy the below files and replace your existing file.

Section files

sections/header-group.json
{
  "type": "header",
  "name": "Header group",
  "sections": {
    "theme_announcement": {
      "type": "theme__announcement",
      "blocks": {
        "announcement_z8GqMR": {
          "type": "announcement",
          "settings": {
            "content": "<p>Save 15% when you become a wholesale customer</p>"
          }
        }
      },
      "block_order": [
        "announcement_z8GqMR"
      ],
      "custom_css": [],
      "settings": {
        "announcement_delay": 0,
        "color_scheme": "color__bg-secondary color__secondary",
        "layout_alignment": "center",
        "enable_margin": true,
        "visibility": ""
      }
    },
    "theme_header": {
      "type": "theme__header",
      "custom_css": [],
      "settings": {
        "dropdown_links": "main-menu",
        "logo_default": "shopify://shop_images/keystonewholesale_e626a9b6-9a22-4c2e-b215-a6bcdefabc91.png",
        "logo_desktop_height": 50,
        "logo_mobile_height": 24,
        "enable_logo_on_desktop": true,
        "bar_default_color_scheme": "color__bg-body color__text",
        "bar_default_color_border": "color__border-selected-1",
        "bar_button_search_type": "desktop",
        "bar_button_cart_type": "text",
        "bar_button_login_type": "text",
        "bar_button_menu_type_desktop": "none",
        "bar_button_menu_type_mobile": "icon",
        "bar_capitilization": "",
        "bar_font": "type__body",
        "bar_link_as_button": true,
        "enable_margin": true,
        "dropdown_color_scheme": "color__bg-body !color__text",
        "dropdown_color_border": "color__border-selected-1",
        "visibility": ""
      }
    }
  },
  "order": [
    "theme_announcement",
    "theme_header"
  ]
}
sections/footer-group.json
{
  "type": "footer",
  "name": "Footer group",
  "sections": {
    "liquid_pk3CRN": {
      "type": "liquid",
      "settings": {
        "liquid": "<script>\n  window.intercomSettings = {\n    api_base: \"https://api-iam.intercom.io\",\n    app_id: \"fnubgeik\",\n  };\n</script>\n\n\n<script>\n  // We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/fnubgeik'\n  (function(){var w=window;var ic=w.Intercom;if(typeof ic===\"function\"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/fnubgeik';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();\n</script>",
        "spacing_top": 0,
        "spacing_bottom": 0,
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "style_border": "",
        "enable_margin": true,
        "visibility": ""
      }
    },
    "theme_footer": {
      "type": "theme__footer",
      "blocks": {
        "menu_4kpwpK": {
          "type": "menu",
          "settings": {
            "menu": "accounts"
          }
        },
        "menu_A8h9q6": {
          "type": "menu",
          "settings": {
            "menu": "skincare"
          }
        },
        "menu_yP3Mht": {
          "type": "menu",
          "settings": {
            "menu": "haircare"
          }
        },
        "menu_WrzYwh": {
          "type": "menu",
          "settings": {
            "menu": "footer"
          }
        },
        "menu_gDU3iq": {
          "type": "menu",
          "settings": {
            "menu": ""
          }
        },
        "menu_WhXna6": {
          "type": "menu",
          "settings": {
            "menu": ""
          }
        },
        "menu_KM8fYN": {
          "type": "menu",
          "settings": {
            "menu": ""
          }
        },
        "content_DzxrfW": {
          "type": "content",
          "settings": {
            "heading": "",
            "content": "",
            "button_label": "",
            "button_url": "",
            "logo": "shopify://shop_images/keystonewholesale_e626a9b6-9a22-4c2e-b215-a6bcdefabc91.png",
            "logo_desktop_height": 30,
            "logo_mobile_height": 20
          }
        }
      },
      "block_order": [
        "menu_4kpwpK",
        "menu_A8h9q6",
        "menu_yP3Mht",
        "menu_WrzYwh",
        "menu_gDU3iq",
        "menu_WhXna6",
        "menu_KM8fYN",
        "content_DzxrfW"
      ],
      "custom_css": [],
      "settings": {
        "spacing_top": 50,
        "spacing_bottom": 50,
        "main_color_scheme": "color__bg-shade-1 color__text",
        "main_color_border": "!color__border-transparent",
        "main_color_button": "btn--small btn--secondary",
        "main_layout_x_alignment": "justify-between",
        "sub_color_scheme": "color__bg-shade-1 color__text",
        "sub_color_border": "!color__border-transparent",
        "sub_links": "",
        "sub_show_account_link": false,
        "sub_show_localization": false,
        "sub_show_payment_icons": true,
        "sub_enable_follow_on_shop": false,
        "visibility": ""
      }
    }
  },
  "order": [
    "liquid_pk3CRN",
    "theme_footer"
  ]
}
sections/overlay-group.json
{
  "type": "overlay",
  "name": "Overlay group",
  "sections": {
    "theme_menu": {
      "type": "theme__menu",
      "custom_css": [],
      "settings": {
        "menu_links": "main-menu",
        "menu_color_scheme": "color__bg-body color__text",
        "menu_color_border": "color__border-divider-1",
        "menu_enable_fullscreen": true,
        "menu_animation": "animate--slide",
        "menu_layout_y_alignment": "justify-start",
        "menu_layout_x_alignment": "justify-between",
        "menu_link_capitilization": "",
        "menu_link_font": "type__body",
        "visibility": ""
      }
    },
    "theme_cart": {
      "type": "theme__cart",
      "settings": {
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "title": "Your Cart",
        "button_label_empty": "Start your order",
        "button_label_checkout": "Checkout",
        "show_subtitle": true,
        "show_terms": true,
        "show_notes": true,
        "show_estimator": true,
        "subtotal_color_scheme": "color__bg-shade-1 color__text",
        "button_checkout_color_scheme": "btn--small btn--primary w-full",
        "button_empty_color_scheme": "btn--small btn--secondary w-full",
        "visibility": ""
      }
    }
  },
  "order": [
    "theme_menu",
    "theme_cart"
  ]
}

Template files

templates/index.json
{
  "sections": {
    "signup_CkHT9k": {
      "type": "signup",
      "blocks": {
        "content_zC9eY6": {
          "type": "content",
          "settings": {
            "heading": "",
            "content": "",
            "button_label": "",
            "url": "",
            "image_background": "shopify://shop_images/pexels-koolshooters-8946878.jpg",
            "enable_autoplay": true,
            "enable_mute_toggle": true,
            "enable_loop": true,
            "spacing_minimum_height": 700,
            "enable_padding": false,
            "color_scheme": "color__bg-shade-2 color__text",
            "color_text": "!color__text",
            "color_border": "",
            "color_button": "btn--small btn--plain",
            "enable_gradient": false,
            "layout_width_desktop": 9,
            "layout_width_mobile": 12,
            "layout_y_alignment": "justify-end",
            "layout_x_alignment": "justify",
            "text_position": "above"
          }
        },
        "form_JngpU9": {
          "type": "form",
          "settings": {
            "heading": "Wholesale Login",
            "content": "",
            "default_form": "login",
            "layout_width_desktop": 6,
            "layout_width_mobile": 12,
            "layout_x_alignment": ""
          }
        },
        "field_NPXRbN": {
          "type": "field",
          "settings": {
            "input_label": "Company Name",
            "input_placeholder": "Enter a company name",
            "input_type": "input",
            "enable_required_field": true
          }
        }
      },
      "block_order": [
        "content_zC9eY6",
        "form_JngpU9",
        "field_NPXRbN"
      ],
      "settings": {
        "spacing_top": 0,
        "spacing_bottom": 0,
        "color_scheme": "color__bg-shade-1 color__text",
        "color_border": "color__border-divider-1",
        "color_button": "btn btn--tertiary",
        "style_border": "",
        "layout_y_alignment": "items-start",
        "layout_x_alignment": "justify-start",
        "enable_margin": false,
        "visibility": ""
      }
    },
    "product_grid_FmKwVT": {
      "type": "product-grid",
      "settings": {
        "collection": "best-sellers",
        "products_count": 4,
        "heading": "Best Sellers",
        "content": "",
        "button_label": "",
        "button_url": "",
        "spacing_top": 150,
        "spacing_bottom": 50,
        "color_scheme": "color__bg-body",
        "color_border": "color__border-divider-1",
        "color_button": "btn btn--secondary",
        "style_border": "",
        "layout_row_desktop": 4,
        "layout_row_mobile": 1,
        "layout_x_alignment": "justify-between",
        "enable_margin": true,
        "enable_split": false,
        "visibility": ""
      }
    },
    "content_grid_rmM7gD": {
      "type": "content-grid",
      "blocks": {
        "content_KxV9jC": {
          "type": "content",
          "settings": {
            "heading": "Skin Care",
            "content": "",
            "button_label": "",
            "url": "shopify://collections/skincare",
            "image_background": "shopify://shop_images/pexels-koolshooters-8946947_1_f204f5b2-58a5-46b5-a97f-93764a4df752.jpg",
            "enable_autoplay": true,
            "enable_mute_toggle": true,
            "enable_loop": true,
            "spacing_minimum_height": 440,
            "enable_padding": true,
            "color_scheme": "color__bg-overlay-1 color__text",
            "color_text": "!color__light",
            "color_border": "outline--width color__outline-divider-1",
            "color_button": "btn--small btn--outline",
            "enable_gradient": true,
            "layout_y_alignment": "justify-start",
            "layout_x_alignment": "left",
            "text_position": "below",
            "layout_row_span": "row-span-1",
            "layout_col_span": "col-span-1 md:col-span-1"
          }
        },
        "content_bLpbd7": {
          "type": "content",
          "settings": {
            "heading": "Hair Care",
            "content": "",
            "button_label": "",
            "url": "shopify://collections/hair-care",
            "image_background": "shopify://shop_images/pexels-karolina-grabowska-5241037_1_1ab4a54f-541e-4c99-ad39-6615f2e19827.jpg",
            "enable_autoplay": true,
            "enable_mute_toggle": true,
            "enable_loop": true,
            "spacing_minimum_height": 460,
            "enable_padding": true,
            "color_scheme": "color__bg-overlay-1 color__text",
            "color_text": "!color__light",
            "color_border": "outline--width color__outline-divider-1",
            "color_button": "btn--small btn--outline",
            "enable_gradient": true,
            "layout_y_alignment": "justify-start",
            "layout_x_alignment": "left",
            "text_position": "below",
            "layout_row_span": "row-span-1",
            "layout_col_span": "col-span-1 md:col-span-1"
          }
        }
      },
      "block_order": [
        "content_KxV9jC",
        "content_bLpbd7"
      ],
      "settings": {
        "heading": "",
        "content": "",
        "button_label": "",
        "button_url": "",
        "spacing_top": 100,
        "spacing_bottom": 50,
        "color_scheme": "color__bg-body",
        "color_border": "color__border-divider-1",
        "color_button": "btn btn--secondary",
        "style_border": "",
        "layout_row_desktop": 2,
        "layout_row_mobile": 1,
        "layout_x_alignment": "justify-between",
        "enable_margin": true,
        "enable_split": false,
        "visibility": ""
      }
    }
  },
  "order": [
    "signup_CkHT9k",
    "product_grid_FmKwVT",
    "content_grid_rmM7gD"
  ]
}
templates/collection.json
{
  "sections": {
    "1639417635d5f561bb": {
      "type": "collection__banner",
      "settings": {
        "heading": "",
        "content": "",
        "button_label": "",
        "button_url": "",
        "image_source": "show_none",
        "image": "",
        "enable_autoplay": true,
        "enable_mute_toggle": true,
        "enable_loop": true,
        "spacing_top": 100,
        "spacing_bottom": 0,
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "color_button": "btn--small btn--tertiary",
        "style_border": "",
        "layout_width": 9,
        "layout_y_alignment": "items-start",
        "layout_x_alignment": "justify-start",
        "show_page_title": true,
        "show_page_description": true,
        "enable_margin": true,
        "visibility": ""
      }
    },
    "1637764550a7d7d2b3": {
      "type": "collection__main",
      "settings": {
        "spacing_top": 20,
        "spacing_bottom": 100,
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "style_border": "",
        "layout_row_desktop": 4,
        "layout_row_tablet": 3,
        "layout_row_mobile": 2,
        "enable_filter_sticky": true,
        "enable_filter_horizontal": true,
        "enable_filter_category_visible": false,
        "enable_filter_category_collapse": false,
        "enable_filter_count": true,
        "enable_filter_active": true,
        "enable_filter_button_uppercase": true,
        "enable_margin": true,
        "enable_split": false,
        "visibility": ""
      }
    }
  },
  "order": [
    "1639417635d5f561bb",
    "1637764550a7d7d2b3"
  ]
}
templates/product.json
{
  "sections": {
    "1638995507af787164": {
      "type": "product__main",
      "blocks": {
        "853ae7f0-85c9-45dc-8326-6e4044bcf5e5": {
          "type": "title",
          "settings": {
            "content": "",
            "spacing_top": 20,
            "spacing_bottom": 10,
            "color_scheme": "color__bg-transparent",
            "color_border": "color__border-divider-1",
            "style_border": "",
            "position": "right",
            "savings_badge": "none",
            "enable_badges": true,
            "enable_type": false,
            "enable_vendor": false,
            "enable_sku": false
          }
        },
        "62c29cd6-a0b5-4f8b-86c0-a48660869d22": {
          "type": "price",
          "settings": {
            "spacing_top": 0,
            "spacing_bottom": 20,
            "color_scheme": "color__bg-transparent",
            "color_border": "color__border-divider-1",
            "style_border": "border--b-width",
            "position": "right"
          }
        },
        "123fd04c-91f3-4248-a65a-614e2f64fdeb": {
          "type": "description",
          "settings": {
            "spacing_top": 20,
            "spacing_bottom": 20,
            "color_scheme": "btn--plain",
            "color_border": "color__border-divider-1",
            "style_border": "border--b-width",
            "position": "right",
            "layout_x_alignment": "left",
            "enable_accordion": false,
            "enable_open": true
          }
        },
        "pickup_MN8xAw": {
          "type": "pickup",
          "settings": {
            "spacing_top": 10,
            "spacing_bottom": 10,
            "color_scheme": "color__bg-transparent",
            "color_border": "color__border-divider-1",
            "style_border": "",
            "position": "right"
          }
        },
        "table_YKc7BL": {
          "type": "table",
          "settings": {
            "spacing_top": 10,
            "spacing_bottom": 10,
            "color_border": "color__border-divider-1",
            "style_border": ""
          }
        }
      },
      "block_order": [
        "853ae7f0-85c9-45dc-8326-6e4044bcf5e5",
        "62c29cd6-a0b5-4f8b-86c0-a48660869d22",
        "123fd04c-91f3-4248-a65a-614e2f64fdeb",
        "pickup_MN8xAw",
        "table_YKc7BL"
      ],
      "settings": {
        "enable_default_variant": true,
        "enable_default_plans": true,
        "enable_default_selling_plan_widget": true,
        "media_gallery_style": "slider",
        "media_slider_size_desktop": 100,
        "media_slider_size_mobile": 100,
        "media_gallery_position": "left",
        "enable_alt": true,
        "enable_variant_images": false,
        "enable_zoom": true,
        "zoom_level": "scale-[1.5]",
        "media_color_scheme": "color__bg-overlay-1 color__text",
        "media_border": "outline--width color__outline-divider-1",
        "media_ratio": "aspect-[1/1]",
        "media_object_sizing": "contain",
        "enable_ratio": true,
        "spacing_top": 10,
        "spacing_bottom": 0,
        "color_scheme": "color__bg-body",
        "layout_column_width": 40,
        "enable_margin": true
      }
    },
    "1649436653425ff0fe": {
      "type": "recommendations-slider",
      "settings": {
        "intent": "related",
        "products_count": 10,
        "heading": "You may also like",
        "content": "",
        "spacing_top": 100,
        "spacing_bottom": 100,
        "color_scheme": "color__bg-body",
        "color_border": "color__border-divider-1",
        "style_border": "border--b-width",
        "style_size": "md:w-[25%] w-8/12",
        "card_width_mobile": 8,
        "card_width_desktop": 3,
        "layout_x_alignment": "justify-between",
        "enable_margin": true,
        "enable_split": false,
        "visibility": ""
      }
    },
    "1649436645dda33170": {
      "type": "recent-slider",
      "settings": {
        "heading": "Recently viewed",
        "content": "",
        "spacing_top": 100,
        "spacing_bottom": 100,
        "color_scheme": "color__bg-body",
        "color_border": "color__border-divider-1",
        "style_border": "border--b-width",
        "card_width_mobile": 8,
        "card_width_desktop": 3,
        "layout_x_alignment": "justify-between",
        "enable_margin": true,
        "enable_split": false,
        "visibility": ""
      }
    }
  },
  "order": [
    "1638995507af787164",
    "1649436653425ff0fe",
    "1649436645dda33170"
  ]
}
templates/page.json
{
  "sections": {
    "main": {
      "type": "page__main"
    }
  },
  "order": [
    "main"
  ]
}
templates/blog.json
{
  "sections": {
    "1639002214a22c9d49": {
      "type": "banner",
      "blocks": {
        "16390022140b4cb49c-0": {
          "type": "heading",
          "settings": {
            "heading": "{{ blog.title }}",
            "heading_size": "type__h1"
          }
        }
      },
      "block_order": [
        "16390022140b4cb49c-0"
      ],
      "settings": {
        "spacing_top": 50,
        "spacing_bottom": 50,
        "layout_image_height": "",
        "default_image_ratio": "",
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "style_border": "",
        "layout_width": 6,
        "layout_y_alignment": "items-start",
        "layout_x_alignment": "justify-start",
        "image_source": "none",
        "image": "",
        "enable_autoplay": true,
        "enable_mute_toggle": true,
        "enable_loop": true,
        "show_overlay": false,
        "color_text": "!color__text",
        "color_button": "btn",
        "enable_margin": true,
        "visibility": ""
      }
    },
    "1639071353ef4d21a7": {
      "type": "blog__main",
      "settings": {
        "layout": "grid",
        "layout_row_desktop": 3,
        "layout_row_mobile": 1,
        "spacing_top": 50,
        "spacing_bottom": 100,
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "style_border": "",
        "enable_margin": true,
        "enable_split": false,
        "visibility": ""
      }
    }
  },
  "order": [
    "1639002214a22c9d49",
    "1639071353ef4d21a7"
  ]
}
templates/article.json
{
  "sections": {
    "1638993982c4b842f5": {
      "type": "article__banner",
      "settings": {
        "spacing_top": 100,
        "spacing_bottom": 50,
        "layout_image_height": 480,
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "style_border": "",
        "color_button": "btn",
        "enable_margin": true,
        "visibility": ""
      }
    },
    "1638994039e866359e": {
      "type": "article__main",
      "blocks": {
        "16389940393df01a3b-0": {
          "type": "featured_image",
          "settings": {
            "spacing_top": 0,
            "spacing_bottom": 10,
            "color_scheme": "color__bg-body color__text",
            "color_border": "color__border-divider-1",
            "style_border": "",
            "enable_margin": false,
            "image_aspect_ratio": "aspect-[16/9]",
            "image_object_fit": "cover",
            "enable_image_caption": true
          }
        },
        "16389940393df01a3b-1": {
          "type": "title",
          "settings": {
            "blog_show_date": true,
            "blog_show_author": true,
            "spacing_top": 30,
            "spacing_bottom": 20,
            "color_scheme": "color__bg-body color__text",
            "color_border": "color__border-divider-1",
            "style_border": "",
            "enable_margin": false
          }
        },
        "16389940393df01a3b-2": {
          "type": "share",
          "settings": {
            "share_label": "Share",
            "spacing_top": 20,
            "spacing_bottom": 20,
            "color_scheme": "color__bg-body color__text",
            "color_border": "color__border-divider-1",
            "style_border": "",
            "layout_x_alignment": "",
            "enable_margin": false,
            "share_facebook": true,
            "share_twitter": true,
            "share_pinterest": true
          }
        },
        "16389940393df01a3b-3": {
          "type": "content",
          "settings": {
            "spacing_top": 0,
            "spacing_bottom": 20,
            "color_scheme": "color__bg-body color__text",
            "color_border": "color__border-divider-1",
            "style_border": "",
            "enable_margin": false
          }
        },
        "next-previous": {
          "type": "next-previous",
          "settings": {
            "spacing_top": 20,
            "spacing_bottom": 20,
            "color_scheme": "color__bg-body color__text",
            "color_border": "color__border-divider-1",
            "style_border": "",
            "enable_margin": false
          }
        }
      },
      "block_order": [
        "16389940393df01a3b-0",
        "16389940393df01a3b-1",
        "16389940393df01a3b-2",
        "16389940393df01a3b-3",
        "next-previous"
      ],
      "settings": {
        "spacing_top": 0,
        "spacing_bottom": 100,
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "style_border": "",
        "layout_width": 10,
        "enable_margin": true,
        "enable_split": false,
        "visibility": ""
      }
    }
  },
  "order": [
    "1638993982c4b842f5",
    "1638994039e866359e"
  ]
}
templates/list-collections.json
{
  "sections": {
    "1639071459d43b5c7c": {
      "type": "banner",
      "blocks": {
        "16390714595c4ccd8e-0": {
          "type": "heading",
          "settings": {
            "heading": "Collections",
            "heading_size": "type__h1"
          }
        }
      },
      "block_order": [
        "16390714595c4ccd8e-0"
      ],
      "settings": {
        "spacing_top": 50,
        "spacing_bottom": 50,
        "layout_image_height": 560,
        "default_image_ratio": "16/9",
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "style_border": "",
        "layout_width": 6,
        "layout_y_alignment": "items-start",
        "layout_x_alignment": "justify-start",
        "image_source": "none",
        "image": "",
        "enable_autoplay": true,
        "enable_mute_toggle": true,
        "enable_loop": true,
        "show_overlay": false,
        "color_text": "!color__text",
        "color_button": "btn",
        "enable_margin": true,
        "visibility": ""
      }
    },
    "163907145957ac0a6b": {
      "type": "list-collections__main",
      "settings": {
        "layout_row_desktop": 3,
        "layout_row_mobile": 1,
        "spacing_top": 50,
        "spacing_bottom": 100,
        "layout_sort": "alphabetical",
        "color_scheme": "color__bg-body color__text",
        "color_border": "color__border-divider-1",
        "style_border": "",
        "enable_margin": true,
        "enable_split": false,
        "visibility": ""
      }
    }
  },
  "order": [
    "1639071459d43b5c7c",
    "163907145957ac0a6b"
  ]
}

Last updated 2 days ago

Was this helpful?