Sidekick

/*
 * ------------------------------------------------------------
 * IMPORTANT: The contents of this file are auto-generated.
 *
 * This file may be updated by the Shopify admin theme editor
 * or related systems. Please exercise caution as any changes
 * made to this file may be overwritten.
 * ------------------------------------------------------------
 */
{
  "sections": {
    "shogun_custom_67813060b5e5e3175c675f38_3MNLYk": {
      "type": "shogun-custom-67813060b5e5e3175c675f38",
      "settings": {}
    },
    "1740757160c94e05ae": {
      "type": "apps",
      "settings": {
        "include_margins": true
      }
    },
    "main": {
      "type": "main-product",
      "blocks": {
        "title": {
          "type": "title",
          "disabled": true,
          "settings": {}
        },
        "custom_liquid_AjnrN8": {
          "type": "custom_liquid",
          "settings": {
            "custom_liquid": "{% comment %} Custom product title with adjusted size and no top gap {% endcomment %}\n<div class=\"custom-product-title\">\n  <h1 style=\"font-size: 2.5rem; line-height: 1.2; margin-bottom: 10px; margin-top: 0; padding-top: 0;\">{{ product.title }}</h1>\n</div>\n\n{% comment %} Hide the original product title {% endcomment %}\n<style>\n  .product-single__title,\n  .product__title,\n  h1.product-single__title {\n    display: none;\n  }\n  \n  .custom-product-title {\n    margin-top: 0;\n    padding-top: 0;\n  }\n  \n  /* Responsive adjustments */\n  @media screen and (max-width: 749px) {\n    .custom-product-title h1 {\n      font-size: 1.5rem !important;\n    }\n  }\n</style>"
          }
        },
        "price": {
          "type": "price",
          "settings": {}
        },
        "custom_liquid_c38XaA": {
          "type": "custom_liquid",
          "disabled": true,
          "settings": {
            "custom_liquid": "{% comment %}\n  Add this code to your product-template.liquid file where you want to display the discount information\n{% endcomment %}\n\n<div class=\"discount-preview\">\n  \n  <p class=\"original-price\">\n    <s>Was {{ product.price | money }}</s>\n  </p>\n  \n  {% assign discount_percentage = 5 %}\n  {% assign discount_amount = product.price | times: discount_percentage | divided_by: 100 %}\n  {% assign discounted_price = product.price | minus: discount_amount %}\n  \n  <p class=\"discounted-price\">\n    <strong>Now Only <span class=\"offer-price\">{{ discounted_price | money }}</span></strong>\n  </p>\n  \n  <p class=\"savings\">\n    Save {{ discount_amount | money }} - {{ discount_percentage }}% Off\n  </p>\n</div>\n\n<style>\n  .discount-preview {\n    margin: 15px 0;\n    padding: 0;\n    text-align: left;\n  }\n  \n  .easter-header {\n    color: #008080;\n    font-size: 1.4em;\n    margin-top: 0;\n    margin-bottom: 12px;\n    text-align: left;\n    font-weight: bold;\n  }\n  \n  .original-price {\n    margin-bottom: 0;\n    text-decoration: line-through;\n  }\n  \n  .discounted-price {\n    color: #ae0000;\n    margin-top: 0;\n    margin-bottom: 0;\n    font-size: 1.8em;\n    font-weight: bold;\n  }\n  \n  .offer-price {\n    color: #ae0000;\n    font-weight: bold;\n  }\n  \n  .savings {\n    font-weight: normal;\n    margin-top: 0;\n    color: #333333;\n  }\n</style>"
          }
        },
        "custom_liquid_jaQVeB": {
          "type": "custom_liquid",
          "settings": {
            "custom_liquid": "{% comment %} Highly Visible Line Divider {% endcomment %}\n<div style=\"\n  height: 1px;\n  background-color: #000000;\n  width: 100%;\n  margin: 20px 0;\n  border: none;\n  clear: both;\n  display: block;\n\"></div>"
          }
        },
        "variant_picker": {
          "type": "variant_picker",
          "settings": {
            "picker_type": "button",
            "swatch_shape": "circle"
          }
        },
        "custom_liquid_By4gUF": {
          "type": "custom_liquid",
          "settings": {
            "custom_liquid": "<p\n  class=\"product__inventory{% if product.selected_or_first_available_variant.inventory_management != 'shopify' %} visibility-hidden{% endif %}\"\n  id=\"Inventory-{{ section.id }}\"\n  role=\"status\"\n  style=\"font-size: 1em;\"\n>\n  {%- if product.selected_or_first_available_variant.inventory_management == 'shopify' -%}\n    {%- if product.selected_or_first_available_variant.inventory_quantity > 0 -%}\n      <span style=\"color: rgb(62, 214, 96); display: inline-flex; align-items: center; margin-right: 5px;\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n          <circle cx=\"8\" cy=\"8\" r=\"7.5\" fill=\"currentColor\" stroke=\"currentColor\"/>\n          <path d=\"M5.5 8.5L7 10L10.5 6.5\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n        </svg>\n      </span>\n      <span>In Stock</span>\n    {%- else -%}\n      <span style=\"color: orange; display: inline-flex; align-items: center; margin-right: 5px;\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n          <circle cx=\"8\" cy=\"8\" r=\"7.5\" fill=\"currentColor\" stroke=\"currentColor\"/>\n          <path d=\"M5.5 8.5L7 10L10.5 6.5\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n        </svg>\n      </span>\n      <span>Order Now For 4-6 Week Delivery</span>\n    {%- endif -%}\n  {%- endif -%}\n</p>"
          }
        },
        "quantity_selector": {
          "type": "quantity_selector",
          "settings": {}
        },
        "buy_buttons": {
          "type": "buy_buttons",
          "settings": {
            "show_dynamic_checkout": false,
            "show_gift_card_recipient": true
          }
        },
        "custom_liquid_X6UPa9": {
          "type": "custom_liquid",
          "settings": {
            "custom_liquid": "{% comment %} Highly Visible Line Divider {% endcomment %}\n<div style=\"\n  height: 1px;\n  background-color: #000000;\n  width: 100%;\n  margin: 20px 0;\n  border: none;\n  clear: both;\n  display: block;\n\"></div>"
          }
        },
        "description": {
          "type": "description",
          "settings": {}
        },
        "text_eWQnQj": {
          "type": "text",
          "disabled": true,
          "settings": {
            "text": "<strong>W</strong> {{ product.metafields.custom.length.value }} <strong>D</strong> {{ product.metafields.custom.width | metafield_text }} <strong>H</strong> {{ product.metafields.custom.height | metafield_text }}",
            "text_style": "body"
          }
        },
        "custom_liquid_yc9h33": {
          "type": "custom_liquid",
          "settings": {
            "custom_liquid": "<div style=\"text-align: center;\">\n  <a href=\"https://www.bfhome.co.uk/collections/garden-accessories\" target=\"_blank\">\n    <img src=\"https://cdn.shopify.com/s/files/1/1279/9443/files/Nardi_Outdoor_Cushions.png?v=1736855316\" alt=\"Description\" style=\"max-width: 100%; height: auto;\">\n  </a>\n</div>"
          }
        },
        "0ac67d9e-baa1-4991-8d32-086c799980a7": {
          "type": "collapsible_tab",
          "settings": {
            "heading": "Measurements",
            "icon": "ruler",
            "content": "<p>{{ product.metafields.my_fields.measurements | metafield_tag }}</p>",
            "page": ""
          }
        },
        "72bf2c9e-c042-4942-a746-82a19034a601": {
          "type": "collapsible_tab",
          "settings": {
            "heading": "Product Materials",
            "icon": "leather",
            "content": "<p>{{ product.metafields.my_fields.materials | metafield_tag }}</p>",
            "page": ""
          }
        },
        "24e1bbb3-db30-4936-bd31-b2d6ffce77d7": {
          "type": "collapsible_tab",
          "disabled": true,
          "settings": {
            "heading": "Delivery Options",
            "icon": "truck",
            "content": "<p><strong>Nardi UK Mainland<br/>Boxed Delivery - Free £0<br/></strong>Nardi garden items delivered to your door - Boxed. Leaving you to take inside & assemble.</p><p><strong>Free Click & Collect From Our Norwich Store <br/></strong>Smaller items upto a maximum of 16kg. Get in touch to see what's possible with our friendly team.</p><p><strong>What Does Instock Garden Mean?<br/></strong>Instock outdoor items can delivered within 72 hours during working days.</p><p>Instock furniture Items can delivered within 15-20 working days.</p><p><a href=\"https://www.bfhome.co.uk/pages/furniture-delivery\" title=\"https://www.bfhome.co.uk/pages/furniture-delivery\"><em>View Our Delivery Page</em></a></p>",
            "page": ""
          }
        },
        "20d6f253-e932-4565-abb8-3e3b35f96908": {
          "type": "collapsible_tab",
          "settings": {
            "heading": "Key Features",
            "icon": "check_mark",
            "content": "<p>{{ product.metafields.my_fields.key_features | metafield_tag }}</p>",
            "page": ""
          }
        },
        "6f15cb26-48df-4957-97df-c50fe838e3bb": {
          "type": "complementary",
          "disabled": true,
          "settings": {
            "block_heading": "You May Also Like...",
            "make_collapsible_row": false,
            "icon": "price_tag",
            "product_list_limit": 10,
            "products_per_page": 3,
            "pagination_style": "counter",
            "image_ratio": "square",
            "enable_quick_add": true
          }
        },
        "share": {
          "type": "share",
          "settings": {
            "share_label": "Share This Outdoor Item"
          }
        }
      },
      "block_order": [
        "title",
        "custom_liquid_AjnrN8",
        "price",
        "custom_liquid_c38XaA",
        "custom_liquid_jaQVeB",
        "variant_picker",
        "custom_liquid_By4gUF",
        "quantity_selector",
        "buy_buttons",
        "custom_liquid_X6UPa9",
        "description",
        "text_eWQnQj",
        "custom_liquid_yc9h33",
        "0ac67d9e-baa1-4991-8d32-086c799980a7",
        "72bf2c9e-c042-4942-a746-82a19034a601",
        "24e1bbb3-db30-4936-bd31-b2d6ffce77d7",
        "20d6f253-e932-4565-abb8-3e3b35f96908",
        "6f15cb26-48df-4957-97df-c50fe838e3bb",
        "share"
      ],
      "custom_css": [],
      "settings": {
        "enable_sticky_info": true,
        "color_scheme": "background-1",
        "media_size": "large",
        "constrain_to_viewport": true,
        "media_fit": "cover",
        "gallery_layout": "stacked",
        "mobile_thumbnails": "show",
        "media_position": "left",
        "image_zoom": "lightbox",
        "hide_variants": true,
        "enable_video_looping": false,
        "padding_top": 0,
        "padding_bottom": 28
      }
    },
    "related-products": {
      "type": "related-products",
      "settings": {
        "heading": "You May Also Like...{{ product.metafields[\"shopify--discovery--product_recommendation\"].related_products_display.value }}",
        "heading_size": "h2",
        "products_to_show": 5,
        "columns_desktop": 5,
        "columns_mobile": "2",
        "color_scheme": "background-1",
        "image_ratio": "square",
        "image_shape": "default",
        "show_secondary_image": true,
        "show_vendor": false,
        "show_rating": false,
        "padding_top": 36,
        "padding_bottom": 28
      }
    },
    "1673541588d0b6dbc5": {
      "type": "apps",
      "settings": {
        "include_margins": true
      }
    },
    "16735416437fe799c9": {
      "type": "apps",
      "settings": {
        "include_margins": true
      }
    },
    "174179530188de84f4": {
      "type": "apps",
      "blocks": {
        "forms_inline_yXN33h": {
          "type": "shopify://apps/forms/blocks/inline/8744a304-fcb1-4347-b211-bb6b4759a76a",
          "disabled": true,
          "settings": {
            "form_id": "374381",
            "text_color": "#202020",
            "button_background_color": "#202020",
            "button_label_color": "#ffffff",
            "links_color": "#1878b9",
            "errors_color": "#e02229",
            "text_alignment": "center",
            "form_alignment": "center",
            "padding_top": 0,
            "padding_bottom": 0,
            "padding_right": 0,
            "padding_left": 0
          }
        }
      },
      "block_order": [
        "forms_inline_yXN33h"
      ],
      "settings": {
        "include_margins": true
      }
    }
  },
  "order": [
    "shogun_custom_67813060b5e5e3175c675f38_3MNLYk",
    "1740757160c94e05ae",
    "main",
    "related-products",
    "1673541588d0b6dbc5",
    "16735416437fe799c9",
    "174179530188de84f4"
  ]
}