# Custom product templates

There are some custom product templates you can find from Minimog's menu here:

![](/files/ZYaCzBE7JQnp93aeLmQb)

In this article, we will show you how to recreate them on your own site.&#x20;

**Step 1**: Go to **Online Store** > **Themes** >  **Edit Code.**

![](/files/9yD745UdetTqET2ylDF8)

**Step 2**: Create a new template by hitting **Add new template.**

![](/files/OpO8Mp1qVD1540Ujitxi)

**Step 3**: Delete the default code and paste the code provided below. Then hit **Save.**

![](/files/v4TjFIGqcH8a4FkIV1WU)

**Step 4:** Assign the template to the product you want to use.

From your **Shopify admin**, go to **Products** > Choose the product > Choose the template.

![](/files/5mQMszSm2pDYT01xbWmB)

{% hint style="info" %}
Kindly check the layout and code below.
{% endhint %}

{% tabs %}
{% tab title="Product layout 1" %}
{% embed url="<https://next.minimog.co/products/wireless-speaker-black?preview_theme_id=127219990705>" %}

```
{
  "sections": {
    "d880451e-1d96-4f33-80f8-fffa1f3ffaa1": {
      "type": "custom-code",
      "settings": {
        "custom_css": ".sf__index-custom-content {\n    background-image: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/bg-4.jpg?v=1631937503\");\n    background-size: cover;\n    background-position: bottom center;\n    background-repeat: no-repeat;\n}\n\n.sf__index-custom-content .m-section__header {\n    margin-bottom: 100px;\n}\n.sf__index-custom-content .sf-custom__grid {\n    padding-bottom: 10%;\n}\n.sf__index-custom-content ul.sf__custom-list li {\n    display: grid;\n    grid-template-columns: 48px auto;\n    grid-gap: 40px;\n    margin-bottom: 50px;\n}\n.sf__index-custom-content ul.sf__custom-list li:last-child {\n    margin-bottom: 0;\n}\n.sf__index-custom-content ul.sf__custom-list .content_box h3 {\n    font-size: 24px;\n    line-height: 1.5;\n    margin-bottom: 10px;\n    margin-top: 0;\n}\n.sf__index-custom-content ul.sf__custom-list .content_box p {\n    color: var(--color-sub-text);\n}\n@media (min-width: 1280px) {\n  .sf__index-custom-content .m-section__heading {\n    font-size: 48px;\n  }\n}\n@media (min-width: 1921px) {\n    .sf__index-custom-content {\n        background-position: top;\n    }\n}\n\n@media (max-width: 767px) {\n    .sf__index-custom-content {\n        background-image: none;\n    }\n    .sf__index-custom-content .m-section__header {\n        margin-bottom: 30px;\n    }\n    .sf__index-custom-content ul.sf__custom-list .content_box h3 {\n        font-size: 18px;\n        margin-bottom: 5px;\n    }\n    .sf__index-custom-content .sf-custom__grid {\n        padding-bottom: 0;\n    }\n    .sf__index-custom-content ul.sf__custom-list li {\n        grid-template-columns: 30px auto;\n        grid-gap: 20px;\n        margin-bottom: 30px;\n    }\n}"
      }
    },
    "1634180644dff29e33": {
      "type": "breadcrumb",
      "settings": {
        "container": "container",
        "text_alignment": "center",
        "hide_current": false,
        "hide_on_mb": false,
        "animations": "inherit"
      }
    },
    "main": {
      "type": "main-product",
      "blocks": {
        "title": {
          "type": "title",
          "settings": {
          }
        },
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6": {
          "type": "shopify:\/\/apps\/product-reviews\/blocks\/star_rating\/bae150af-8da8-48b2-9867-398188115e5f",
          "settings": {
            "stars_fill_color": "#000000",
            "star_size": 15,
            "text_align": "center",
            "product": "{{product}}",
            "stars_text_empty": "No reviews"
          }
        },
        "price": {
          "type": "price",
          "settings": {
            "show_saving": false,
            "sale_badge_type": "percentage"
          }
        },
        "a7c33681-2e92-4afe-af6c-09be8f611b30": {
          "type": "short_description",
          "settings": {
          }
        },
        "1bfc8830-45fe-4840-b192-262d4a0ed107": {
          "type": "visitors",
          "settings": {
            "live_views_text": "{count_number} people are viewing this right now",
            "live_views_range": "20-30",
            "live_view_duration": "10",
            "live_view_icon_blinks": true
          }
        },
        "variant_picker": {
          "type": "variant_picker",
          "settings": {
            "size_title": "Size"
          }
        },
        "buy_buttons": {
          "type": "buy_buttons",
          "settings": {
            "show_quantity_selector": true,
            "show_atc_button": true,
            "show_dynamic_checkout": false,
            "show_gift_card_recipient": true
          }
        },
        "addons": {
          "type": "addons",
          "settings": {
            "show_atcp": true,
            "show_ask_a_question": true,
            "show_social": true
          }
        },
        "98eecea7-1e9e-46dd-8fc4-b00c7702dbda": {
          "type": "shipping",
          "settings": {
            "show_delivery_times": true,
            "deliver_text": "Estimated Delivery:",
            "deliver_days": "7",
            "date_format": "%b %d",
            "show_shipping_text": true,
            "shipping_text": "<p><strong>Free Shipping & Returns: <\/strong>On all orders over $75<\/p>"
          }
        },
        "95858a21-0a8c-42d1-be95-cd4f1797f5fc": {
          "type": "trust_badge",
          "settings": {
            "trust_badges_text": "<p>Guarantee safe & secure checkout<\/p>",
            "trust_badges_image_width": "320px",
            "position": "below"
          }
        }
      },
      "block_order": [
        "title",
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6",
        "price",
        "a7c33681-2e92-4afe-af6c-09be8f611b30",
        "1bfc8830-45fe-4840-b192-262d4a0ed107",
        "variant_picker",
        "buy_buttons",
        "addons",
        "98eecea7-1e9e-46dd-8fc4-b00c7702dbda",
        "95858a21-0a8c-42d1-be95-cd4f1797f5fc"
      ],
      "settings": {
        "container": "container",
        "layout": "layout-4",
        "show_atwl": true,
        "enable_history_state": true,
        "enable_variant_group_images": false,
        "show_featured_media": true,
        "show_zoom_button": true,
        "enable_video_autoplay": false,
        "show_nav_media_mobile": false,
        "show_pagination_mobile": true,
        "use_sticky_atc": true,
        "use_sticky_atc_on_mobile": true,
        "enable_dynamic_checkout": false,
        "sticky_atc_wishtlist": false,
        "sticky_atc_compare": false
      }
    },
    "product-details-tabs": {
      "type": "product-details-tabs",
      "blocks": {
        "description": {
          "type": "description",
          "settings": {
            "header": "Product description"
          }
        },
        "tab": {
          "type": "tab",
          "settings": {
            "header": "Shipping & Return",
            "content": "<p>Shipping cost is based on weight. Just add products to your cart and use the Shipping Calculator to see the shipping price.<\/p><p>We want you to be 100% satisfied with your purchase. Items can be returned or exchanged within 30 days of delivery.<\/p>",
            "content_page": ""
          }
        }
      },
      "block_order": [
        "description",
        "tab"
      ],
      "settings": {
        "container": "container",
        "bg_color": "",
        "default_open": true,
        "animations": "inherit"
      }
    },
    "custom-content": {
      "type": "custom-content",
      "blocks": {
        "738fcb4e-f5f8-4f2f-bd48-84198bac2a3e": {
          "type": "html",
          "settings": {
            "code": "<ul class=\"sf__custom-list\">\n<li>\n<div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-6.svg?v=1631810887\"><\/div>\n<div class=\"content_box rte\">\n<h3>Different Sound Experiences<\/h3>\n<p>Designed to be positioned up against<br> the wall on a shelf or side table.<\/p>\n<\/div>\n<\/li>\n<li>\n<div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-7.svg?v=1631810887\"><\/div>\n<div class=\"content_box rte\">\n<h3>Sound Performance<\/h3>\n<p>Designed to be positioned up against<br> the wall on a shelf or side table.<\/p>\n<\/div>\n<\/li>\n<li>\n<div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-8.svg?v=1631810887\"><\/div>\n<div class=\"content_box rte\">\n<h3>Active Room Compensation<\/h3>\n<p>Designed to be positioned up against<br> the wall on a shelf or side table.<\/p>\n<\/div>\n<\/li>\n<\/ul>",
            "width": "33%",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "738fcb4e-f5f8-4f2f-bd48-84198bac2a3e"
      ],
      "settings": {
        "heading": "A wireless speaker with a dynamic acoustic performance",
        "heading_size": "h3",
        "subheading": "A PREMIUM SOUND.",
        "description": "",
        "header_alignment": "center",
        "container": "container",
        "background_color": "#e7ebe1",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 100,
        "padding_bottom": 100,
        "custom_class": "sf__index-custom-content sf__product-custom-content"
      }
    },
    "163193713276a3d718": {
      "type": "apps",
      "blocks": {
        "8f4356a7-e8b4-4e46-98b0-76eefbdf1a92": {
          "type": "shopify:\/\/apps\/product-reviews\/blocks\/reviews\/bae150af-8da8-48b2-9867-398188115e5f",
          "settings": {
          }
        }
      },
      "block_order": [
        "8f4356a7-e8b4-4e46-98b0-76eefbdf1a92"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "header_alignment": "center",
        "container": "container",
        "background_color": "",
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": ""
      }
    },
    "product-recommendations": {
      "type": "product-recommendations",
      "settings": {
        "container": "container",
        "heading": "You Might Also Like",
        "text_align": "left",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true,
        "use_scroll_mobile": true,
        "animations": "inherit"
      }
    },
    "recent-viewed-products": {
      "type": "recent-viewed-products",
      "settings": {
        "container": "container",
        "heading": "Recently Viewed Products",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true
      }
    }
  },
  "order": [
    "d880451e-1d96-4f33-80f8-fffa1f3ffaa1",
    "1634180644dff29e33",
    "main",
    "product-details-tabs",
    "custom-content",
    "163193713276a3d718",
    "product-recommendations",
    "recent-viewed-products"
  ]
}
```

{% endtab %}

{% tab title="Product layout 2" %}
{% embed url="<https://next.minimog.co/products/wireless-speaker-earth-tone?preview_theme_id=127219990705>" %}

```
{
  "sections": {
    "aa1ffe58-248f-44be-845e-2880e9989dde": {
      "type": "custom-code",
      "settings": {
        "custom_css": ".sf__custom__with_image .m-custom-content__wrapper {\n  display: flex;\n  align-items: center;\n}\n.sf__custom__with_image .sf__custom-header {\n  line-height: 1.16;\n}\n.sf__custom__with_image .prod__description {\n  color: var(--color-sub-text);\n  line-height: 1.625;\n}\n.sf__custom__with_image h6 {\n  font-size: 24px;\n  margin-top: 0;\n  margin-bottom: 8px;\n}\n.sf__custom__with_image .img_box {\n  flex: 0 0 48px;\n}\n.sf__custom-section-collapse .container-full {\n  padding-left: 0;\n  padding-right: 0;\n}\n.sf__custom-section-collapse .sf__custom-collapse h2 {\n  line-height: 1.16;\n  margin-bottom: 30px;\n}\n.sf__custom-section-collapse .sf__tab-item input:checked+.sf__tab-item-label {\n  border-bottom-color: #DDDDDD;\n}\n.sf__custom-section-collapse .sf__tab-item-label {\n  border-bottom-color: #DDDDDD;\n  font-size: 1.25rem;\n  font-weight: 600;\n  line-height: 1.6;\n  padding: 6px 0;\n}\n.sf__custom-section-collapse .sf__tab-item-label::before {\n  right: 5.5px;\n}\n.sf__custom-collapse .m-custom-content__block-inner {\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.sf__custom-section-collapse .sf__custom-collapse .prod__description {\n  color: var(--color-sub-text);\n  line-height: 2.25;\n}\n.sf__custom-section-collapse .sf__tab-item {\n  margin-bottom: 30px;\n}\n@media (min-width: 768px) {\n  .sf__custom-left .m-custom-content__block-inner {\n    padding-right: 5rem;\n  }\n  .sf__custom-right .m-custom-content__block-inner {\n    padding-left: 5rem;\n  }\n  .sf__custom-collapse .m-custom-content__block-inner {\n    padding: 3.125rem;\n    max-width: 546px;\n    max-height: 600px;\n    overflow: scroll;\n    position: absolute;\n    top: 100px;\n    right: 250px;\n    background-color: #ffffff;\n    border-radius:1.25rem;\n  }\n  .sf__custom-section-collapse {\n    position: relative;\n  }\n}\n@media (min-width: 1280px) {\n  .sf__custom__with_image .sf__custom-header {\n    font-size: 48px;\n  }\n}"
      }
    },
    "163418101120bbaa64": {
      "type": "breadcrumb",
      "settings": {
        "container": "container",
        "text_alignment": "center",
        "hide_current": false,
        "hide_on_mb": false,
        "animations": "inherit"
      }
    },
    "main": {
      "type": "main-product",
      "blocks": {
        "title": {
          "type": "title",
          "settings": {
          }
        },
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6": {
          "type": "shopify:\/\/apps\/product-reviews\/blocks\/star_rating\/bae150af-8da8-48b2-9867-398188115e5f",
          "settings": {
            "stars_fill_color": "#000000",
            "star_size": 15,
            "text_align": "center",
            "product": "{{product}}",
            "stars_text_empty": "No reviews"
          }
        },
        "price": {
          "type": "price",
          "settings": {
            "show_saving": false,
            "sale_badge_type": "percentage"
          }
        },
        "a4f7df4b-4ebd-4a72-bb51-1985ecf2bef8": {
          "type": "foxkit_countdown_timer",
          "settings": {
          }
        },
        "a7c33681-2e92-4afe-af6c-09be8f611b30": {
          "type": "short_description",
          "settings": {
          }
        },
        "variant_picker": {
          "type": "variant_picker",
          "settings": {
            "size_title": "Size"
          }
        },
        "buy_buttons": {
          "type": "buy_buttons",
          "settings": {
            "show_quantity_selector": true,
            "show_atc_button": true,
            "show_dynamic_checkout": false,
            "show_gift_card_recipient": true
          }
        },
        "addons": {
          "type": "addons",
          "settings": {
            "show_atcp": true,
            "show_ask_a_question": true,
            "show_social": true
          }
        },
        "8d14dba6-9d11-41a4-ba50-95d3edca5c0c": {
          "type": "foxkit_stock_countdown",
          "disabled": true,
          "settings": {
          }
        },
        "52e8c641-6529-4e4d-96e6-45d3815a7f84": {
          "type": "shipping",
          "settings": {
            "show_delivery_times": true,
            "deliver_text": "Estimated Delivery:",
            "deliver_days": "7",
            "date_format": "%b %d",
            "show_shipping_text": true,
            "shipping_text": "<p><strong>Free Shipping & Returns: <\/strong>On all orders over $75<\/p>"
          }
        }
      },
      "block_order": [
        "title",
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6",
        "price",
        "a4f7df4b-4ebd-4a72-bb51-1985ecf2bef8",
        "a7c33681-2e92-4afe-af6c-09be8f611b30",
        "variant_picker",
        "buy_buttons",
        "addons",
        "8d14dba6-9d11-41a4-ba50-95d3edca5c0c",
        "52e8c641-6529-4e4d-96e6-45d3815a7f84"
      ],
      "settings": {
        "container": "container",
        "layout": "layout-6",
        "show_atwl": false,
        "enable_history_state": true,
        "enable_variant_group_images": false,
        "show_featured_media": true,
        "show_zoom_button": true,
        "enable_video_autoplay": false,
        "show_nav_media_mobile": false,
        "show_pagination_mobile": true,
        "use_sticky_atc": true,
        "use_sticky_atc_on_mobile": true,
        "enable_dynamic_checkout": false,
        "sticky_atc_wishtlist": true,
        "sticky_atc_compare": true
      }
    },
    "1632107321cfdc5197": {
      "type": "custom-content",
      "blocks": {
        "bf9f057a-252b-44f5-85e1-5f8899d8e94a": {
          "type": "html",
          "settings": {
            "code": "<h2 class=\"sf__custom-header mb-6\">Different Sound Experiences<\/h2>\n<p class=\"sf__custom-description prod__description text-color-subtext\">Enjoy rich, immersive sound in every room. Each speaker is carefully hand tuned by our engineers to give you the best quality listening experience in your space. Hear the difference.<\/p>\n<ul class=\"sf__custom-list\">\n  <li class=\"flex justify-between mt-8\">\n    <div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-6.svg?v=1631810887\"><\/div>\n    <div class=\"content_box rte pl-8\">\n      <h6 class=\"mb-2\">Different Sound Experiences<\/h6>\n      <p class=\"prod__description\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fnt occaecat cupidatat non<\/p>\n    <\/div>\n  <\/li>\n  <li class=\"flex justify-between mt-10\">\n    <div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-7.svg?v=1631810887\"><\/div>\n    <div class=\"content_box rte pl-8\">\n      <h6 class=\"mb-2\">Sound Performance<\/h6>\n      <p class=\"prod__description\">Leae dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla sint occaecat cupidatat non<\/p>\n    <\/div>\n  <\/li>\n  <li class=\"flex justify-between mt-10\">\n    <div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-8.svg?v=1631810887\"><\/div>\n    <div class=\"content_box rte pl-8\">\n      <h6 class=\"mb-2\">Active Room Compensation<\/h6>\n      <p class=\"prod__description\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fnt occaecat cupidatat non<\/p>\n    <\/div>\n  <\/li>\n<\/ul>",
            "width": "50%",
            "block_custom_class": "sf__custom-left",
            "animations": "inherit"
          }
        },
        "1632107321cfdc5197-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "bf9f057a-252b-44f5-85e1-5f8899d8e94a",
        "1632107321cfdc5197-1"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container-fluid",
        "background_color": "",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__custom__with_image"
      }
    },
    "1632108447382846c2": {
      "type": "custom-content",
      "blocks": {
        "1632108447382846c2-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "51f3ee5a-1691-4d15-8190-d13e9a68d632": {
          "type": "html",
          "settings": {
            "code": "<h2 class=\"sf__custom-header mb-6\">Product Specifications<\/h2>\n<p class=\"sf__custom-description prod__description\">Enjoy rich, immersive sound in every room. Each speaker is carefully hand tuned by our engineers to give you the best quality listening experience in your space. Hear the difference.<\/p>\n<ul class=\"sf__custom-list mt-6\">\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Recommended Room Size<\/label>\n    <p class=\"flex-1 prod__description\">10-80 m²<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Speaker Configuration<\/label>\n    <p class=\"flex-1 prod__description\">2 x 5,25” woofer drivers<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Frequency Range<\/label>\n    <p class=\"flex-1 prod__description\">26 - 23,000 Hz<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Weight<\/label>\n    <p class=\"flex-1 prod__description\">7.2 kg<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Dimensions<\/label>\n    <p class=\"flex-1 prod__description\">20 W x 38 H x 20 D cm<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Bass Capability<\/label>\n    <p class=\"flex-1 prod__description\">88 dB SPL<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Amplifier<\/label>\n    <p class=\"flex-1 prod__description\">2 x 200 watt class D for bass 2ohm<\/p>\n  <\/li>\n<\/ul>",
            "width": "50%",
            "block_custom_class": "sf__custom-right",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "1632108447382846c2-1",
        "51f3ee5a-1691-4d15-8190-d13e9a68d632"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container-fluid",
        "background_color": "",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__custom__with_image"
      }
    },
    "product-details-tabs": {
      "type": "product-details-tabs",
      "blocks": {
        "description": {
          "type": "description",
          "settings": {
            "header": "Product description"
          }
        },
        "tab": {
          "type": "tab",
          "settings": {
            "header": "Shipping & Return",
            "content": "<p>Shipping cost is based on weight. Just add products to your cart and use the Shipping Calculator to see the shipping price.<\/p><p>We want you to be 100% satisfied with your purchase. Items can be returned or exchanged within 30 days of delivery.<\/p>",
            "content_page": ""
          }
        }
      },
      "block_order": [
        "description",
        "tab"
      ],
      "disabled": true,
      "settings": {
        "container": "container",
        "bg_color": "",
        "default_open": true,
        "animations": "inherit"
      }
    },
    "1632119012258c1f2d": {
      "type": "custom-content",
      "blocks": {
        "d7990260-329f-4087-84aa-b0d2b0092f5f": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "100%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "80c16b6d-0faf-4516-b6d6-77faa12452d3": {
          "type": "html",
          "settings": {
            "code": "<div class=\"sf__tabs-custom\">\n  <h2>More detail<\/h2>\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck1\" checked>\n    <label class=\"sf__tab-item-label\" for=\"chck1\">Package contents<\/label>\n    <ul class=\"sf__tab-item-content\">\n      <li class=\"prod__description\">Beosound Balance<\/li>\n      <li class=\"prod__description\">Fabric power cable<\/li>\n      <li class=\"prod__description\">Quick start guide<\/li>\n      <li class=\"prod__description\">User Guide<\/li>\n      <li class=\"prod__description\">Warranty<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck2\">\n    <label class=\"sf__tab-item-label\" for=\"chck2\">Power<\/label>\n    <ul class=\"sf__tab-item-content\">\n      <li class=\"prod__description\">Beosound Balance<\/li>\n      <li class=\"prod__description\">Fabric power cable<\/li>\n      <li class=\"prod__description\">Quick start guide<\/li>\n      <li class=\"prod__description\">User Guide<\/li>\n      <li class=\"prod__description\">Warranty<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck3\">\n    <label class=\"sf__tab-item-label\" for=\"chck3\">Connectivity<\/label>\n    <ul class=\"sf__tab-item-content\">\n      <li class=\"prod__description\">Beosound Balance<\/li>\n      <li class=\"prod__description\">Fabric power cable<\/li>\n      <li class=\"prod__description\">Quick start guide<\/li>\n      <li class=\"prod__description\">User Guide<\/li>\n      <li class=\"prod__description\">Warranty<\/li>\n    <\/ul>\n  <\/div>\n<\/div>",
            "width": "100%",
            "block_custom_class": "sf__custom-collapse",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "d7990260-329f-4087-84aa-b0d2b0092f5f",
        "80c16b6d-0faf-4516-b6d6-77faa12452d3"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "w-full",
        "background_color": "",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__custom-section-collapse"
      }
    },
    "16321193015b384c59": {
      "type": "custom-content",
      "blocks": {
        "16321193015b384c59-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "f4187321-1b9b-4382-b0f4-6bd90e3c51e0": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "16321193015b384c59-1",
        "f4187321-1b9b-4382-b0f4-6bd90e3c51e0"
      ],
      "settings": {
        "heading": "Different sound experiences for different needs.",
        "heading_size": "h3",
        "subheading": "",
        "description": "Orders are typically shipped within 1-2 business days. Tracking information is<br> provided for all orders EXCEPT orders of single cards",
        "header_alignment": "center",
        "container": "container-fluid",
        "background_color": "",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": ""
      }
    },
    "163214992002cf024a": {
      "type": "product-reviews",
      "settings": {
        "container": "container-narrow",
        "heading": "Reviews",
        "custom_liquid": ""
      }
    },
    "163221161150addf60": {
      "type": "product-recommendations",
      "settings": {
        "container": "container",
        "heading": "You Might Also Like",
        "text_align": "left",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true,
        "use_scroll_mobile": true,
        "animations": "inherit"
      }
    },
    "16322116198620330d": {
      "type": "recent-viewed-products",
      "settings": {
        "container": "container",
        "heading": "Recently Viewed Products",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true
      }
    }
  },
  "order": [
    "aa1ffe58-248f-44be-845e-2880e9989dde",
    "163418101120bbaa64",
    "main",
    "1632107321cfdc5197",
    "1632108447382846c2",
    "product-details-tabs",
    "1632119012258c1f2d",
    "16321193015b384c59",
    "163214992002cf024a",
    "163221161150addf60",
    "16322116198620330d"
  ]
}
```

{% endtab %}

{% tab title="Product layout 3 " %}
{% embed url="<https://next.minimog.co/products/wireless-speaker-gold-tone?preview_theme_id=127219990705>" %}

```
{
  "sections": {
    "8ead94b7-1d54-4b75-8fc3-c14d73e40c40": {
      "type": "custom-code",
      "settings": {
        "custom_css": ".sf__custom__with_image .m-custom-content__wrapper {\n  display: flex;\n  align-items: center;\n}\n.sf__custom__with_image .sf__custom-header {\n  line-height: 1.16;\n}\n.sf__custom__with_image .prod__description {\n  color: var(--color-sub-text);\n  line-height: 1.625;\n}\n.sf__custom-section-collapse .sf__custom-collapse h2 {\n  line-height: 1.16;\n  margin-bottom: 30px;\n}\n.sf__custom__with_image h6 {\n  font-size: 24px;\n  margin-top: 0;\n  margin-bottom: 8px;\n}\n.sf__custom__with_image .img_box {\n  flex: 0 0 48px;\n}\n.sf__custom-section-collapse .sf__tab-item input:checked+.sf__tab-item-label {\n  border-bottom-color: #DDDDDD;\n}\n.sf__custom-section-collapse .sf__tab-item-label {\n  border-bottom-color: #DDDDDD;\n  font-size: 1.25rem;\n  font-weight: 600;\n  line-height: 1.6;\n  padding: 6px 0;\n}\n.sf__custom-section-collapse .sf__tab-item-label::before {\n  right: 5.5px;\n}\n.sf__custom-collapse .m-custom-content__block-inner {\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.sf__custom-section-collapse .sf__custom-collapse .prod__description {\n  color: var(--color-sub-text);\n  line-height: 2.25;\n}\n.sf__custom-section-collapse .sf__tab-item {\n  margin-bottom: 30px;\n}\n@media (min-width: 768px) {\n  .sf__custom-left .m-custom-content__block-inner {\n    padding-right: 5rem;\n  }\n  .sf__custom-right .m-custom-content__block-inner {\n    padding-left: 5rem;\n  }\n  .sf__custom-collapse .m-custom-content__block-inner {\n    padding: 3.125rem;\n    max-width: 546px;\n    max-height: 600px;\n    overflow: scroll;\n    position: absolute;\n    top: 100px;\n    right: 250px;\n    background-color: #ffffff;\n    border-radius:1.25rem;\n  }\n  .sf__custom-section-collapse {\n    position: relative;\n  }\n}\n@media (min-width: 1280px) {\n  .sf__custom__with_image .sf__custom-header {\n    font-size: 48px;\n  }\n}"
      }
    },
    "1634180978b4c2d04e": {
      "type": "breadcrumb",
      "settings": {
        "container": "container",
        "text_alignment": "center",
        "hide_current": false,
        "hide_on_mb": false,
        "animations": "inherit"
      }
    },
    "main": {
      "type": "main-product",
      "blocks": {
        "title": {
          "type": "title",
          "settings": {
          }
        },
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6": {
          "type": "shopify:\/\/apps\/product-reviews\/blocks\/star_rating\/bae150af-8da8-48b2-9867-398188115e5f",
          "settings": {
            "stars_fill_color": "#000000",
            "star_size": 15,
            "text_align": "center",
            "product": "{{product}}",
            "stars_text_empty": "No reviews"
          }
        },
        "price": {
          "type": "price",
          "settings": {
            "show_saving": false,
            "sale_badge_type": "percentage"
          }
        },
        "a7c33681-2e92-4afe-af6c-09be8f611b30": {
          "type": "short_description",
          "settings": {
          }
        },
        "variant_picker": {
          "type": "variant_picker",
          "settings": {
            "size_title": "Size"
          }
        },
        "buy_buttons": {
          "type": "buy_buttons",
          "settings": {
            "show_quantity_selector": true,
            "show_atc_button": true,
            "show_dynamic_checkout": false,
            "show_gift_card_recipient": true
          }
        },
        "addons": {
          "type": "addons",
          "settings": {
            "show_atcp": true,
            "show_ask_a_question": true,
            "show_social": true
          }
        },
        "d92bbb2d-782d-4da9-9ec5-1d63c016c34d": {
          "type": "foxkit_stock_countdown",
          "disabled": true,
          "settings": {
          }
        }
      },
      "block_order": [
        "title",
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6",
        "price",
        "a7c33681-2e92-4afe-af6c-09be8f611b30",
        "variant_picker",
        "buy_buttons",
        "addons",
        "d92bbb2d-782d-4da9-9ec5-1d63c016c34d"
      ],
      "settings": {
        "container": "container-fluid",
        "layout": "layout-5",
        "show_atwl": false,
        "enable_history_state": true,
        "enable_variant_group_images": false,
        "show_featured_media": true,
        "show_zoom_button": true,
        "enable_video_autoplay": false,
        "show_nav_media_mobile": false,
        "show_pagination_mobile": true,
        "use_sticky_atc": true,
        "use_sticky_atc_on_mobile": true,
        "enable_dynamic_checkout": false,
        "sticky_atc_wishtlist": false,
        "sticky_atc_compare": false
      }
    },
    "16321209498358375a": {
      "type": "custom-content",
      "blocks": {
        "8427dd1a-162f-45bc-a587-08add8251ee2": {
          "type": "html",
          "settings": {
            "code": "<h2 class=\"sf__custom-header mb-6\">Different Sound Experiences<\/h2>\n<p class=\"sf__custom-description prod__description text-color-subtext\">Enjoy rich, immersive sound in every room. Each speaker is carefully hand tuned by our engineers to give you the best quality listening experience in your space. Hear the difference.<\/p>\n<ul class=\"sf__custom-list\">\n  <li class=\"flex justify-between mt-8\">\n    <div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon1.svg?v=1632133613\"><\/div>\n    <div class=\"content_box rte pl-8\">\n      <h6 class=\"mb-2\">Different Sound Experiences<\/h6>\n      <p class=\"prod__description\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla sint occaecat<\/p>\n    <\/div>\n  <\/li>\n  <li class=\"flex justify-between mt-10\">\n    <div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon2.svg?v=1632133612\"><\/div>\n    <div class=\"content_box rte pl-8\">\n      <h6 class=\"mb-2\">Sound Performance<\/h6>\n      <p class=\"prod__description\">Leae dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla sint occaecat cupidatat non<\/p>\n    <\/div>\n  <\/li>\n  <li class=\"flex justify-between mt-10\">\n    <div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon3.svg?v=1632133613\"><\/div>\n    <div class=\"content_box rte pl-8\">\n      <h6 class=\"mb-2\">Active Room Compensation<\/h6>\n      <p class=\"prod__description\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fnt occaecat cupidatat non<\/p>\n    <\/div>\n  <\/li>\n<\/ul>",
            "width": "50%",
            "block_custom_class": "sf__custom-left",
            "animations": "inherit"
          }
        },
        "16321209498358375a-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "8427dd1a-162f-45bc-a587-08add8251ee2",
        "16321209498358375a-1"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container-fluid",
        "background_color": "",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__custom__with_image"
      }
    },
    "1632121366c4f232a6": {
      "type": "custom-content",
      "blocks": {
        "1632121366c4f232a6-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "c6b8f813-cc76-4add-90d5-a1fb1af6ea13": {
          "type": "html",
          "settings": {
            "code": "<h2 class=\"sf__custom-header mb-6\">Product Specifications<\/h2>\n<p class=\"sf__custom-description prod__description\">Enjoy rich, immersive sound in every room. Each speaker is carefully hand tuned by our engineers to give you the best quality listening experience in your space. Hear the difference.<\/p>\n<ul class=\"sf__custom-list mt-6\">\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Recommended Room Size<\/label>\n    <p class=\"flex-1 prod__description\">10-80 m²<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Speaker Configuration<\/label>\n    <p class=\"flex-1 prod__description\">2 x 5,25” woofer drivers<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Frequency Range<\/label>\n    <p class=\"flex-1 prod__description\">26 - 23,000 Hz<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Weight<\/label>\n    <p class=\"flex-1 prod__description\">7.2 kg<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Dimensions<\/label>\n    <p class=\"flex-1 prod__description\">20 W x 38 H x 20 D cm<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Bass Capability<\/label>\n    <p class=\"flex-1 prod__description\">88 dB SPL<\/p>\n  <\/li>\n  <li class=\"flex mb-4\">\n    <label class=\"flex-1 font-medium\">Amplifier<\/label>\n    <p class=\"flex-1 prod__description\">2 x 200 watt class D for bass 2ohm<\/p>\n  <\/li>\n<\/ul>",
            "width": "50%",
            "block_custom_class": "sf__custom-right",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "1632121366c4f232a6-1",
        "c6b8f813-cc76-4add-90d5-a1fb1af6ea13"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container-fluid",
        "background_color": "",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__custom__with_image"
      }
    },
    "product-details-tabs": {
      "type": "product-details-tabs",
      "blocks": {
        "description": {
          "type": "description",
          "settings": {
            "header": "Product description"
          }
        },
        "tab": {
          "type": "tab",
          "settings": {
            "header": "Shipping & Return",
            "content": "<p>Shipping cost is based on weight. Just add products to your cart and use the Shipping Calculator to see the shipping price.<\/p><p>We want you to be 100% satisfied with your purchase. Items can be returned or exchanged within 30 days of delivery.<\/p>",
            "content_page": ""
          }
        }
      },
      "block_order": [
        "description",
        "tab"
      ],
      "disabled": true,
      "settings": {
        "container": "container",
        "bg_color": "",
        "default_open": true,
        "animations": "inherit"
      }
    },
    "custom-content": {
      "type": "custom-content",
      "blocks": {
        "738fcb4e-f5f8-4f2f-bd48-84198bac2a3e": {
          "type": "html",
          "settings": {
            "code": "<ul class=\"sf__custom-list\">\n<li>\n<div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-6.svg?v=1631810887\"><\/div>\n<div class=\"content_box rte\">\n<h3>Different Sound Experiences<\/h3>\n<p>Designed to be positioned up against<br> the wall on a shelf or side table.<\/p>\n<\/div>\n<\/li>\n<li>\n<div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-7.svg?v=1631810887\"><\/div>\n<div class=\"content_box rte\">\n<h3>Sound Performance<\/h3>\n<p>Designed to be positioned up against<br> the wall on a shelf or side table.<\/p>\n<\/div>\n<\/li>\n<li>\n<div class=\"img_box\"><img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-8.svg?v=1631810887\"><\/div>\n<div class=\"content_box rte\">\n<h3>Active Room Compensation<\/h3>\n<p>Designed to be positioned up against<br> the wall on a shelf or side table.<\/p>\n<\/div>\n<\/li>\n<\/ul>",
            "width": "33%",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "738fcb4e-f5f8-4f2f-bd48-84198bac2a3e"
      ],
      "disabled": true,
      "settings": {
        "heading": "A wireless speaker with a dynamic acoustic performance",
        "heading_size": "h3",
        "subheading": "A PREMIUM SOUND.",
        "description": "",
        "header_alignment": "center",
        "container": "container",
        "background_color": "#e7ebe1",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__index-custom-content sf__product-custom-content"
      }
    },
    "16321223299044c3c4": {
      "type": "custom-content",
      "blocks": {
        "16321223299044c3c4-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "100%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "83417c82-cbc9-4c71-b405-a14bc774e8f6": {
          "type": "html",
          "settings": {
            "code": "<div class=\"sf__tabs-custom\">\n  <h2>More detail<\/h2>\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck1\" checked>\n    <label class=\"sf__tab-item-label\" for=\"chck1\">Package contents<\/label>\n    <ul class=\"sf__tab-item-content\">\n      <li class=\"prod__description\">Beosound Balance<\/li>\n      <li class=\"prod__description\">Fabric power cable<\/li>\n      <li class=\"prod__description\">Quick start guide<\/li>\n      <li class=\"prod__description\">User Guide<\/li>\n      <li class=\"prod__description\">Warranty<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck2\">\n    <label class=\"sf__tab-item-label\" for=\"chck2\">Power<\/label>\n    <ul class=\"sf__tab-item-content\">\n      <li class=\"prod__description\">Beosound Balance<\/li>\n      <li class=\"prod__description\">Fabric power cable<\/li>\n      <li class=\"prod__description\">Quick start guide<\/li>\n      <li class=\"prod__description\">User Guide<\/li>\n      <li class=\"prod__description\">Warranty<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck3\">\n    <label class=\"sf__tab-item-label\" for=\"chck3\">Connectivity<\/label>\n    <ul class=\"sf__tab-item-content\">\n      <li class=\"prod__description\">Beosound Balance<\/li>\n      <li class=\"prod__description\">Fabric power cable<\/li>\n      <li class=\"prod__description\">Quick start guide<\/li>\n      <li class=\"prod__description\">User Guide<\/li>\n      <li class=\"prod__description\">Warranty<\/li>\n    <\/ul>\n  <\/div>\n<\/div>",
            "width": "50%",
            "block_custom_class": "sf__custom-collapse",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "16321223299044c3c4-1",
        "83417c82-cbc9-4c71-b405-a14bc774e8f6"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "w-full",
        "background_color": "",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__custom-section-collapse"
      }
    },
    "163212221043dfbbca": {
      "type": "custom-content",
      "blocks": {
        "163212221043dfbbca-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "92b2c3cf-a4dd-417d-8495-00ce129328b6": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "163212221043dfbbca-1",
        "92b2c3cf-a4dd-417d-8495-00ce129328b6"
      ],
      "settings": {
        "heading": "Different sound experiences<br> for different needs.",
        "heading_size": "h3",
        "subheading": "",
        "description": "Orders are typically shipped within 1-2 business days. Tracking information is<br> provided for all orders EXCEPT orders of single cards",
        "header_alignment": "center",
        "container": "container-fluid",
        "background_color": "",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": ""
      }
    },
    "163193713276a3d718": {
      "type": "apps",
      "blocks": {
        "8f4356a7-e8b4-4e46-98b0-76eefbdf1a92": {
          "type": "shopify:\/\/apps\/product-reviews\/blocks\/reviews\/bae150af-8da8-48b2-9867-398188115e5f",
          "settings": {
          }
        }
      },
      "block_order": [
        "8f4356a7-e8b4-4e46-98b0-76eefbdf1a92"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "header_alignment": "center",
        "container": "container",
        "background_color": "",
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__custom-reviews"
      }
    },
    "1632211714a9cfeba1": {
      "type": "product-recommendations",
      "settings": {
        "container": "container",
        "heading": "You Might Also Like",
        "text_align": "left",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true,
        "use_scroll_mobile": true,
        "animations": "inherit"
      }
    },
    "16322117236c87f36b": {
      "type": "recent-viewed-products",
      "settings": {
        "container": "container",
        "heading": "Recently Viewed Products",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true
      }
    }
  },
  "order": [
    "8ead94b7-1d54-4b75-8fc3-c14d73e40c40",
    "1634180978b4c2d04e",
    "main",
    "16321209498358375a",
    "1632121366c4f232a6",
    "product-details-tabs",
    "custom-content",
    "16321223299044c3c4",
    "163212221043dfbbca",
    "163193713276a3d718",
    "1632211714a9cfeba1",
    "16322117236c87f36b"
  ]
}
```

{% endtab %}

{% tab title="Product layout 4 " %}
{% embed url="<https://next.minimog.co/products/calendar-postcard?preview_theme_id=127300599985>" %}

```
{
  "sections": {
    "bd55b00c-c0c3-4d81-a2fe-af7a03a9892e": {
      "type": "custom-code",
      "settings": {
        "custom_css": ".sf__index-custom-html .rte .section__heading {\n  margin-bottom: 13px;\n  margin-top: 0;\n}\n.sf__index-custom-html .block__content-header {\n  margin-bottom: 40px;\n}\n.sf__index-custom-html .block__content-body {\n  margin-bottom: 60px;\n}\n.sf__index-custom-html .block__content-body h3 {\n  font-size: 24px;\n  line-height: 1.33;\n  margin-bottom: 10px;\n}\n.sf__index-custom-html .block__content-header p,\n.sf__index-custom-html .block__content-body p {\n  font-size: 15px;\n}\n.sf__index-custom-html .block__content-footer {\n  padding-top: 24px;\n  margin-top: 90px;\n  border-top: 1px solid #ededed;\n}\n.sf__index-custom-html .block__content-footer .block__item h4 {\n  font-size: 48px;\n  line-height: 1.33;\n}\n.sf__index-custom-html .block__content-footer .block__item p {\n  font-size: 18px;\n}\n\n.sf__index-custom-html ul {\n  padding: 0;\n  margin: 0;\n}\n\n.sf__index-custom-html ul img {\n  margin: 0 20px 0 0;\n}\n\n@media (max-width: 767px) {\n  .sf__index-custom-html .block__content-body {\n      margin-bottom: 30px;\n  }\n  .sf__index-custom-html .block__content-footer {\n      margin-top: 30px;\n  }\n  .sf__index-custom-html .block__content-footer .block__item h4 {\n      font-size: 32px;\n  }\n}"
      }
    },
    "1634180587c910711e": {
      "type": "breadcrumb",
      "settings": {
        "container": "container",
        "text_alignment": "center",
        "hide_current": false,
        "hide_on_mb": false,
        "animations": "inherit"
      }
    },
    "main": {
      "type": "main-product",
      "blocks": {
        "title": {
          "type": "title",
          "settings": {
          }
        },
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6": {
          "type": "shopify:\/\/apps\/product-reviews\/blocks\/star_rating\/bae150af-8da8-48b2-9867-398188115e5f",
          "settings": {
            "stars_fill_color": "#000000",
            "star_size": 15,
            "text_align": "center",
            "product": "{{product}}",
            "stars_text_empty": "No reviews"
          }
        },
        "price": {
          "type": "price",
          "settings": {
            "show_saving": false,
            "sale_badge_type": "percentage"
          }
        },
        "a7c33681-2e92-4afe-af6c-09be8f611b30": {
          "type": "short_description",
          "settings": {
          }
        },
        "1bfc8830-45fe-4840-b192-262d4a0ed107": {
          "type": "visitors",
          "settings": {
            "live_views_text": "{count_number} people are viewing this right now",
            "live_views_range": "20-30",
            "live_view_duration": "10",
            "live_view_icon_blinks": true
          }
        },
        "cf0dabab-3786-4c50-b7a2-96ef9f4fc958": {
          "type": "foxkit_stock_countdown",
          "settings": {
          }
        },
        "ecf54c3f-3da0-4922-8917-196d012654a8": {
          "type": "foxkit_countdown_timer",
          "settings": {
          }
        },
        "variant_picker": {
          "type": "variant_picker",
          "settings": {
            "size_title": "Size"
          }
        },
        "a3e408b8-ab19-42b5-8f7f-8ec634b687b8": {
          "type": "custom_field",
          "settings": {
            "title": "Enter your name",
            "field_type": "text",
            "field_options": "",
            "field_placeholder": "",
            "field_required": false,
            "show_at_checkout": true
          }
        },
        "1dbe35df-79f6-4509-8c63-e6f38e5ee846": {
          "type": "image_field",
          "settings": {
            "title": "Select image",
            "field_required": false,
            "show_at_checkout": true
          }
        },
        "buy_buttons": {
          "type": "buy_buttons",
          "settings": {
            "show_quantity_selector": true,
            "show_atc_button": true,
            "show_dynamic_checkout": false,
            "show_gift_card_recipient": true
          }
        },
        "addons": {
          "type": "addons",
          "settings": {
            "show_atcp": true,
            "show_ask_a_question": true,
            "show_social": true
          }
        },
        "98eecea7-1e9e-46dd-8fc4-b00c7702dbda": {
          "type": "shipping",
          "settings": {
            "show_delivery_times": true,
            "deliver_text": "Estimated Delivery:",
            "deliver_days": "7",
            "date_format": "%b %d",
            "show_shipping_text": true,
            "shipping_text": "<p><strong>Free Shipping & Returns: <\/strong>On all orders over $75<\/p>"
          }
        },
        "95858a21-0a8c-42d1-be95-cd4f1797f5fc": {
          "type": "trust_badge",
          "disabled": true,
          "settings": {
            "trust_badges_text": "<p>Guarantee safe & secure checkout<\/p>",
            "trust_badges_image_width": "320px",
            "position": "below"
          }
        }
      },
      "block_order": [
        "title",
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6",
        "price",
        "a7c33681-2e92-4afe-af6c-09be8f611b30",
        "1bfc8830-45fe-4840-b192-262d4a0ed107",
        "cf0dabab-3786-4c50-b7a2-96ef9f4fc958",
        "ecf54c3f-3da0-4922-8917-196d012654a8",
        "variant_picker",
        "a3e408b8-ab19-42b5-8f7f-8ec634b687b8",
        "1dbe35df-79f6-4509-8c63-e6f38e5ee846",
        "buy_buttons",
        "addons",
        "98eecea7-1e9e-46dd-8fc4-b00c7702dbda",
        "95858a21-0a8c-42d1-be95-cd4f1797f5fc"
      ],
      "settings": {
        "container": "container",
        "layout": "layout-6",
        "show_atwl": true,
        "enable_history_state": true,
        "enable_variant_group_images": false,
        "show_featured_media": true,
        "show_zoom_button": true,
        "enable_video_autoplay": false,
        "show_nav_media_mobile": false,
        "show_pagination_mobile": true,
        "use_sticky_atc": true,
        "use_sticky_atc_on_mobile": true,
        "enable_dynamic_checkout": false,
        "sticky_atc_wishtlist": false,
        "sticky_atc_compare": false
      }
    },
    "product-details-tabs": {
      "type": "product-details-tabs",
      "blocks": {
        "description": {
          "type": "description",
          "settings": {
            "header": "Product description"
          }
        },
        "tab": {
          "type": "tab",
          "settings": {
            "header": "Shipping & Return",
            "content": "<p>Shipping cost is based on weight. Just add products to your cart and use the Shipping Calculator to see the shipping price.<\/p><p>We want you to be 100% satisfied with your purchase. Items can be returned or exchanged within 30 days of delivery.<\/p>",
            "content_page": ""
          }
        }
      },
      "block_order": [
        "description",
        "tab"
      ],
      "disabled": true,
      "settings": {
        "container": "container",
        "bg_color": "",
        "default_open": true,
        "animations": "inherit"
      }
    },
    "custom-content": {
      "type": "custom-content",
      "blocks": {
        "d58d90b1-a098-4835-b1fe-9f7ecb7f48e6": {
          "type": "html",
          "settings": {
            "code": "<div class=\"rte\">\n<div class=\"block__content-header\">\n<h2 class=\"section__heading\">100% Sustainable<\/h2>\n<p class=\"text-color-subtext\">Get skincare made to fit—with some of the top acne-busting<br> ingredients prescribed by dermatologists nationwide.<\/p>\n<\/div>\n<div class=\"block__content-body\">\n<h3>Plastic free<\/h3>\n<p class=\"text-color-subtext\">From sourcing recycled paper, to printing with eco-friendly inks and<br> shipping orders in post-consumer-waste mailers. <\/p>\n<\/div>\n<div class=\"block__content-body\">\n<h3>100% recycable<\/h3>\n<p class=\"text-color-subtext\">Orders are secured in our sturdy, 100% PCW packaging, which is<br> fully recyclable biodegradable, and compostable<\/p>\n<\/div>\n<div class=\"block__content-body\">\n<h3>High-quality materials.<\/h3>\n<p class=\"text-color-subtext\">Orders are secured in our sturdy, 100% PCW packaging, which is<br> fully recyclable biodegradable, and compostable<\/p>\n<\/div>\n<\/div>",
            "width": "50%",
            "block_custom_class": "sf__index-custom-html",
            "animations": "inherit"
          }
        },
        "1632060681ed6277b4-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "d58d90b1-a098-4835-b1fe-9f7ecb7f48e6",
        "1632060681ed6277b4-1"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container",
        "background_color": "#faf8f4",
        "gap": 100,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 100,
        "padding_bottom": 0,
        "custom_class": "sf__index-custom-content sf__prd-custom-content"
      }
    },
    "163212164016351730": {
      "type": "custom-content",
      "blocks": {
        "163212164016351730-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "ac572247-b885-4b3c-b2e4-1f5f8ada6386": {
          "type": "html",
          "settings": {
            "code": "<div class=\"rte\">\n<div class=\"block__content-header\">\n<h2 class=\"section__heading\">Details &amp; Specs<\/h2>\n<p class=\"text-color-subtext\">Get skincare made to fit—with some of the top acne-busting<br> ingredients prescribed by dermatologists nationwide.<\/p>\n<\/div>\n<div>\n<ul>\n<li style=\"font-size: 15px; line-height: 32px;\" class=\"flex text-color-subtext\">\n<img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">Each set includes envelopes<\/li>\n<li style=\"font-size: 15px; line-height: 32px;\" class=\"flex text-color-subtext\">\n<img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">Dimensions: 4.25” x 5.5”<\/li>\n<li style=\"font-size: 15px; line-height: 32px;\" class=\"flex text-color-subtext\">\n<img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">Smooth finish<\/li>\n<li style=\"font-size: 15px; line-height: 32px;\" class=\"flex text-color-subtext\">\n<img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">Blank interior<\/li>\n<li style=\"font-size: 15px; line-height: 32px;\" class=\"flex text-color-subtext\">\n<img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">Assorted sets of cards are packaged flat<\/li>\n<li style=\"font-size: 15px; line-height: 32px;\" class=\"flex text-color-subtext\">\n<img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">Made in USA<\/li>\n<\/ul>\n<\/div>\n<\/div>",
            "width": "50%",
            "block_custom_class": "sf__index-custom-html",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "163212164016351730-1",
        "ac572247-b885-4b3c-b2e4-1f5f8ada6386"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container",
        "background_color": "#faf8f4",
        "gap": 100,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 100,
        "padding_bottom": 0,
        "custom_class": "sf__index-custom-content sf__prd-custom-content"
      }
    },
    "163212177275e99b4c": {
      "type": "custom-content",
      "blocks": {
        "163212177275e99b4c-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "94ffa09a-e7df-4169-858c-d6c903032e39": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "163212177275e99b4c-1",
        "94ffa09a-e7df-4169-858c-d6c903032e39"
      ],
      "settings": {
        "heading": "Made from 100% post-consumer waste. <br>Packaged and shipped plastic-free",
        "heading_size": "h3",
        "subheading": "",
        "description": "Orders are typically shipped within 1-2 business days. Tracking information is <br>provided for all orders EXCEPT orders of single cards",
        "header_alignment": "center",
        "container": "container",
        "background_color": "#faf8f4",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 100,
        "padding_bottom": 100,
        "custom_class": ""
      }
    },
    "product-recommendations": {
      "type": "product-recommendations",
      "settings": {
        "container": "container",
        "heading": "You Might Also Like",
        "text_align": "left",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true,
        "use_scroll_mobile": true,
        "animations": "inherit"
      }
    },
    "16321491731d2c8073": {
      "type": "product-reviews",
      "settings": {
        "container": "container-narrow",
        "heading": "Reviews",
        "custom_liquid": ""
      }
    },
    "recent-viewed-products": {
      "type": "recent-viewed-products",
      "settings": {
        "container": "container",
        "heading": "Recently Viewed Products",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true
      }
    }
  },
  "order": [
    "bd55b00c-c0c3-4d81-a2fe-af7a03a9892e",
    "1634180587c910711e",
    "main",
    "product-details-tabs",
    "custom-content",
    "163212164016351730",
    "163212177275e99b4c",
    "product-recommendations",
    "16321491731d2c8073",
    "recent-viewed-products"
  ]
}
```

{% endtab %}

{% tab title="Product layout 5" %}
{% embed url="<https://next.minimog.co/products/dried-flower-card?preview_theme_id=127300599985>" %}

```
{
  "sections": {
    "7e718e08-9f95-4ef8-ba62-8265bcfb25e8": {
      "type": "custom-code",
      "settings": {
        "custom_css": ".sf__custom-images .m-section-py {\n  padding-top: 0;\n}\n.sf__custom-text .m-section-py {\n  padding-top: 20px;\n}\n.sf__custom-text .m-section-py .m-section__header {\n  margin-bottom: 0;\n}\n.sf__custom-icon .m-section-py {\n  padding-bottom: 0;\n  padding-top: 0;\n}\n.sf__custom-5-section-collapse .sf__tab-item-label {\n  font-size: 1.5rem;\n  font-weight: normal;\n  line-height: 1.5;\n  border-bottom-color: #cccccc;\n  font-family: 'SF-Heading-font';\n  padding: 0;\n  margin: 1rem 0;\n}\n.sf__custom-5-section-collapse .sf__tab-item-content .text-color-subtext {\n  font-size: 15px;\n  line-height: 1.6;\n  margin-bottom: 1.25rem;\n}\n.sf__custom-5-section-collapse .sf__tabs-custom .sf__tab-item {\n  margin-bottom: 0;\n}\n.sf__custom-5-section-collapse .sf__tab-item-label:before {\n  right: 5px;\n}"
      }
    },
    "16341808481d69045d": {
      "type": "breadcrumb",
      "settings": {
        "container": "container",
        "text_alignment": "center",
        "hide_current": false,
        "hide_on_mb": false,
        "animations": "inherit"
      }
    },
    "main": {
      "type": "main-product",
      "blocks": {
        "price": {
          "type": "price",
          "settings": {
            "show_saving": false,
            "sale_badge_type": "percentage"
          }
        },
        "title": {
          "type": "title",
          "settings": {
          }
        },
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6": {
          "type": "shopify:\/\/apps\/product-reviews\/blocks\/star_rating\/bae150af-8da8-48b2-9867-398188115e5f",
          "settings": {
            "stars_fill_color": "#000000",
            "star_size": 15,
            "text_align": "center",
            "product": "{{product}}",
            "stars_text_empty": "No reviews"
          }
        },
        "a7c33681-2e92-4afe-af6c-09be8f611b30": {
          "type": "short_description",
          "settings": {
          }
        },
        "ecf54c3f-3da0-4922-8917-196d012654a8": {
          "type": "foxkit_countdown_timer",
          "settings": {
          }
        },
        "buy_buttons": {
          "type": "buy_buttons",
          "settings": {
            "show_quantity_selector": true,
            "show_atc_button": true,
            "show_dynamic_checkout": false,
            "show_gift_card_recipient": true
          }
        },
        "addons": {
          "type": "addons",
          "settings": {
            "show_atcp": true,
            "show_ask_a_question": true,
            "show_social": true
          }
        }
      },
      "block_order": [
        "price",
        "title",
        "b8fdad34-11a8-4f1d-afd3-dd67baab79b6",
        "a7c33681-2e92-4afe-af6c-09be8f611b30",
        "ecf54c3f-3da0-4922-8917-196d012654a8",
        "buy_buttons",
        "addons"
      ],
      "settings": {
        "container": "container",
        "layout": "layout-6",
        "show_atwl": false,
        "enable_history_state": true,
        "enable_variant_group_images": false,
        "show_featured_media": true,
        "show_zoom_button": true,
        "enable_video_autoplay": false,
        "show_nav_media_mobile": false,
        "show_pagination_mobile": true,
        "use_sticky_atc": true,
        "use_sticky_atc_on_mobile": true,
        "enable_dynamic_checkout": false,
        "sticky_atc_wishtlist": false,
        "sticky_atc_compare": false
      }
    },
    "product-details-tabs": {
      "type": "product-details-tabs",
      "blocks": {
        "description": {
          "type": "description",
          "settings": {
            "header": "Product description"
          }
        },
        "tab": {
          "type": "tab",
          "settings": {
            "header": "Shipping & Return",
            "content": "<p>Shipping cost is based on weight. Just add products to your cart and use the Shipping Calculator to see the shipping price.<\/p><p>We want you to be 100% satisfied with your purchase. Items can be returned or exchanged within 30 days of delivery.<\/p>",
            "content_page": ""
          }
        }
      },
      "block_order": [
        "description",
        "tab"
      ],
      "disabled": true,
      "settings": {
        "container": "container",
        "bg_color": "",
        "default_open": true,
        "animations": "inherit"
      }
    },
    "custom-content": {
      "type": "custom-content",
      "blocks": {
        "d58d90b1-a098-4835-b1fe-9f7ecb7f48e6": {
          "type": "html",
          "settings": {
            "code": "<div class=\"sf__tabs-custom\">\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck1\" checked>\n    <label class=\"sf__tab-item-label\" for=\"chck1\">Product detail<\/label>\n    <ul class=\"sf__tab-item-content\">\n      <li class=\"flex text-color-subtext medium:mb-5\">\n        <img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">\n        All paper products and packaging are made with 100% PCW paper with FSC certification, promoting responsible forestry practices\n      <\/li>\n      <li class=\"flex text-color-subtext medium:mb-5\">\n        <img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">\n        Our paper is created using biogas energy, which is captured from decomposing landfill waste and used for production at the paper mill\n      <\/li>\n      <li class=\"flex text-color-subtext medium:mb-5\">\n        <img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">\n        Eco-inks and non-toxic digital toners are used for printing\n      <\/li>\n      <li class=\"flex text-color-subtext medium:mb-5\">\n        <img class=\"mr-5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-product.svg?v=1632122102\">\n        Plastic-free shipping\n      <\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck2\">\n    <label class=\"sf__tab-item-label\" for=\"chck2\">Details &amp; specs<\/label>\n    <ul class=\"sf__tab-item-content\">\n      <li class=\"flex text-color-subtext\">Format: 5 x 7 (12,7 cm x 17,78 cm)<\/li>\n      <li class=\"flex text-color-subtext\">Blank inside<\/li>\n      <li class=\"flex text-color-subtext\">Made from recycled paper<\/li>\n      <li class=\"flex text-color-subtext\">Comes in a white envelope<\/li>\n      <li class=\"flex text-color-subtext\">Compostable packaging<\/li>\n      <li class=\"flex text-color-subtext\">Thick matte cardstock<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"sf__tab-item\">\n    <input type=\"checkbox\" id=\"chck3\">\n    <label class=\"sf__tab-item-label\" for=\"chck3\">Shipping &amp; return<\/label>\n    <ul class=\"sf__tab-item-content text-color-subtext\">\n      <p class=\"text-color-subtext\">Your chair will arrive via UPS Ground in 2 boxes. It’s designed to ship flat-pack which for you means zero back pain, FREE shipping, no scuffs to your doorway (or your security deposit), and it packs up in a jiff when you’re ready to move.<\/p>\n    <\/ul>\n  <\/div>\n<\/div>",
            "width": "50%",
            "block_custom_class": "sf__custom-collapse",
            "animations": "inherit"
          }
        },
        "1632060681ed6277b4-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "d58d90b1-a098-4835-b1fe-9f7ecb7f48e6",
        "1632060681ed6277b4-1"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container",
        "background_color": "#faf8f4",
        "gap": 100,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 100,
        "padding_bottom": 100,
        "custom_class": "sf__custom-5-section-collapse"
      }
    },
    "1632219950128bb020": {
      "type": "custom-content",
      "blocks": {
        "a6518e34-91a9-4554-9859-3f56eafef74c": {
          "type": "html",
          "settings": {
            "code": "<img class=\"mx-auto\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/7291\/2305\/files\/icon-2.svg?v=1632067410\">",
            "width": "100%",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "a6518e34-91a9-4554-9859-3f56eafef74c"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container",
        "background_color": "#faf8f4",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 0,
        "custom_class": "sf__custom-icon"
      }
    },
    "163212177275e99b4c": {
      "type": "custom-content",
      "settings": {
        "heading": "Made from 100% post-consumer waste.<br>Packaged and shipped plastic-free",
        "heading_size": "h3",
        "subheading": "",
        "description": "Orders are typically shipped within 1-2 business days. Tracking information is <br>provided for all orders EXCEPT orders of single cards",
        "header_alignment": "center",
        "container": "container",
        "background_color": "#faf8f4",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 40,
        "custom_class": "sf__custom-text"
      }
    },
    "16322217957dfd92bd": {
      "type": "icon-box",
      "blocks": {
        "16322217957dfd92bd-0": {
          "type": "iconbox",
          "settings": {
            "image_by_url": "",
            "title": "Free shipping",
            "description": "<p>Deliver a smile to yourself or someone special with one of our sustainable favorites.<\/p>",
            "link": "",
            "button_label": "",
            "button_link": "",
            "button_style": "sf__btn-link",
            "button_size": ""
          }
        },
        "16322217957dfd92bd-1": {
          "type": "iconbox",
          "settings": {
            "image_by_url": "",
            "title": "Plastic free",
            "description": "<p>From sourcing recycled paper, to printing with eco-friendly inks and shipping orders in post-consumer-waste mailers.<\/p>",
            "link": "",
            "button_label": "",
            "button_link": "",
            "button_style": "sf__btn-link",
            "button_size": ""
          }
        },
        "16322217957dfd92bd-2": {
          "type": "iconbox",
          "settings": {
            "image_by_url": "",
            "title": "100% recycable",
            "description": "<p>Orders are secured in our sturdy, 100% PCW packaging, which is fully recyclable biodegradable, and compostable<\/p>",
            "link": "",
            "button_label": "",
            "button_link": "",
            "button_style": "sf__btn-link",
            "button_size": ""
          }
        },
        "0a2e3180-8b86-4e33-b40f-b246bd764d03": {
          "type": "iconbox",
          "settings": {
            "image_by_url": "",
            "title": "High-quality materials",
            "description": "<p>Orders are secured in our sturdy, 100% PCW packaging, which is fully recyclable biodegradable, and compostable<\/p>",
            "link": "",
            "button_label": "",
            "button_link": "",
            "button_style": "sf__btn-link",
            "button_size": ""
          }
        }
      },
      "block_order": [
        "16322217957dfd92bd-0",
        "16322217957dfd92bd-1",
        "16322217957dfd92bd-2",
        "0a2e3180-8b86-4e33-b40f-b246bd764d03"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container-fluid",
        "background_color": "#faf8f4",
        "item_per_row": 4,
        "item_gap": 40,
        "item_gap_mobile": 10,
        "card_style": "vertical",
        "image_max_width": "60px",
        "content_alignment": "start",
        "hover_effect": "none",
        "enable_slider": false,
        "show_pagination": false,
        "show_navigation": false,
        "use_scroll_mobile": true,
        "use_grid_column_mb": false,
        "padding_top": 0,
        "padding_bottom": 100,
        "custom_class": "",
        "animations": "inherit"
      }
    },
    "1632221802903645b4": {
      "type": "custom-content",
      "blocks": {
        "1632221802903645b4-1": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        },
        "638bb96f-9ffc-4904-ac75-0ec454ce2aa4": {
          "type": "image",
          "settings": {
            "link": "",
            "width": "50%",
            "alignment": "center",
            "block_custom_class": "",
            "animations": "inherit"
          }
        }
      },
      "block_order": [
        "1632221802903645b4-1",
        "638bb96f-9ffc-4904-ac75-0ec454ce2aa4"
      ],
      "settings": {
        "heading": "",
        "heading_size": "h3",
        "subheading": "",
        "description": "",
        "header_alignment": "center",
        "container": "container-fluid",
        "background_color": "#faf8f4",
        "gap": 30,
        "use_scroll_mobile": false,
        "gap_mobile": 16,
        "padding_top": 0,
        "padding_bottom": 100,
        "custom_class": "sf__custom-images"
      }
    },
    "product-recommendations": {
      "type": "product-recommendations",
      "settings": {
        "container": "container",
        "heading": "May you like this",
        "text_align": "left",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true,
        "use_scroll_mobile": true,
        "animations": "inherit"
      }
    },
    "16321491731d2c8073": {
      "type": "product-reviews",
      "settings": {
        "container": "container-narrow",
        "heading": "Reviews",
        "custom_liquid": ""
      }
    },
    "recent-viewed-products": {
      "type": "recent-viewed-products",
      "settings": {
        "container": "container",
        "heading": "Recently Viewed Products",
        "limit": 8,
        "columns": 4,
        "column_gap": 30,
        "enable_slider": true
      }
    }
  },
  "order": [
    "7e718e08-9f95-4ef8-ba62-8265bcfb25e8",
    "16341808481d69045d",
    "main",
    "product-details-tabs",
    "custom-content",
    "1632219950128bb020",
    "163212177275e99b4c",
    "16322217957dfd92bd",
    "1632221802903645b4",
    "product-recommendations",
    "16321491731d2c8073",
    "recent-viewed-products"
  ]
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foxecom.com/minimog-theme/collections-and-products/product-page/custom-product-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
