{"product_id":"hozome-stackable-organizer","title":"Stackable Organizer | Clothes Organizer","description":"{%- if section.settings.background != settings.background and section.settings.background != 'rgba(0,0,0,0)' -%}\n  {%- assign blends_with_background = false -%}\n{%- else -%}\n  {%- assign blends_with_background = true -%}\n{%- endif -%}\n\n\u003cstyle\u003e\n  #shopify-section-{{ section.id }} {\n    {%- if section.settings.text_color == 'rgba(0,0,0,0)' -%}\n      {%- assign heading_color = settings.heading_color -%}\n      {%- assign text_color = settings.text_color -%}\n    {%- else -%}\n      {%- assign heading_color = section.settings.text_color -%}\n      {%- assign text_color = section.settings.text_color -%}\n    {%- endif -%}\n\n    {%- if section.settings.background == 'rgba(0,0,0,0)' -%}\n      {%- assign section_background = settings.background -%}\n      {%- assign secondary_background = settings.secondary_background -%}\n    {%- else -%}\n      {%- assign section_background = section.settings.background -%}\n      {%- assign secondary_background = section.settings.background | color_mix: text_color, 85 -%}\n    {%- endif -%}\n\n    --secondary-background: {{ secondary_background.red }}, {{ secondary_background.green }}, {{ secondary_background.blue }};\n    --heading-color: {{ heading_color.red }}, {{ heading_color.green }}, {{ heading_color.blue }};\n    --text-color: {{ text_color.red }}, {{ text_color.green }}, {{ text_color.blue }};\n\n    --section-background: {{ section_background.red }}, {{ section_background.green }}, {{ section_background.blue }};\n  }\n\u003c\/style\u003e\n\n{%- assign categories = section.blocks | where: 'type', 'category' -%}\n\n\u003csection class=\"section {% if template.name == 'page' and template.suffix contains 'faq' %}section--tight{% endif %} {% unless blends_with_background %}section--flush{% endunless %}\"\u003e\n  \u003cdiv class=\"section__color-wrapper\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"{% unless blends_with_background %}vertical-breather{% endunless %}\"\u003e\n        {%- if section.settings.title != blank or section.settings.content != blank -%}\n          \u003cheader class=\"section__header {% if section.settings.content != blank %}section__header--tight{% endif %} text-container\"\u003e\n            {%- if section.settings.title != blank -%}\n              \u003ch1 class=\"heading h2\"\u003e{{ section.settings.title | escape }}\u003c\/h1\u003e\n            {%- endif -%}\n\n            {%- if section.settings.content -%}\n              {{- section.settings.content -}}\n            {%- endif -%}\n          \u003c\/header\u003e\n        {%- endif -%}\n\n        \u003cdiv class=\"faq\"\u003e\n          {%- if section.settings.show_navigation and categories.size \u0026gt; 0 -%}\n            \u003cdiv class=\"faq-navigation hidden-pocket\"\u003e\n              \u003cscroll-spy class=\"scroll-spy\"\u003e\n                \u003cul class=\"scroll-spy__list list--unstyled\"\u003e\n                  {%- for category in categories -%}\n                    \u003cli class=\"scroll-spy__item\"\u003e\n                      \u003ca class=\"scroll-spy__anchor heading heading--small\" href=\"#category-{{%20section.id%20}}-{{%20category.id%20}}\" data-smooth-scroll\u003e{{ category.settings.title | escape }}\u003c\/a\u003e\n                    \u003c\/li\u003e\n                  {%- endfor -%}\n                \u003c\/ul\u003e\n              \u003c\/scroll-spy\u003e\n            \u003c\/div\u003e\n          {%- endif -%}\n\n          \u003cdiv class=\"faq__wrapper\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n            {%- for block in section.blocks -%}\n              {%- case block.type -%}\n                {%- when 'category' -%}\n                  \u003ch2 id=\"category-{{ section.id }}-{{ block.id }}\" class=\"faq__category heading h6 anchor\" block.shopify_attributes\u003e\n                    {{- block.settings.title |  escape -}}\n                  \u003c\/h2\u003e\n\n                {%- when 'question' -%}\n                  \u003cdiv class=\"faq__item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n                    \u003cbutton is=\"toggle-button\" class=\"collapsible-toggle text--strong\" aria-controls=\"block-{{ section.id }}-{{ block.id }}\" aria-expanded=\"false\" itemprop=\"name\"\u003e\n                      {{- block.settings.title -}}\n                      \u003cspan class=\"animated-plus\"\u003e\u003c\/span\u003e\n                    \u003c\/button\u003e\n\n                    \u003ccollapsible-content id=\"block-{{ section.id }}-{{ block.id }}\" class=\"collapsible anchor\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\" block.shopify_attributes\u003e\n                      \u003cdiv class=\"collapsible__content text-container\" itemprop=\"text\"\u003e\n                        {{ block.settings.answer }}\n                      \u003c\/div\u003e\n                    \u003c\/collapsible-content\u003e\n                  \u003c\/div\u003e\n              {%- endcase -%}\n            {%- endfor -%}\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n{% schema %}\n{\n  \"name\": \"FAQ\",\n  \"class\": \"shopify-section--faq\",\n  \"settings\": [\n    {\n      \"type\": \"checkbox\",\n      \"id\": \"show_navigation\",\n      \"label\": \"Show navigation\",\n      \"default\": false\n    },\n    {\n      \"type\": \"text\",\n      \"id\": \"title\",\n      \"label\": \"Heading\",\n      \"default\": \"FAQ\"\n    },\n    {\n      \"type\": \"richtext\",\n      \"id\": \"content\",\n      \"label\": \"Content\"\n    },\n    {\n      \"type\": \"header\",\n      \"content\": \"Colors\"\n    },\n    {\n      \"type\": \"color\",\n      \"id\": \"background\",\n      \"label\": \"Background\",\n      \"default\": \"rgba(0,0,0,0)\"\n    },\n    {\n      \"type\": \"color\",\n      \"id\": \"text_color\",\n      \"label\": \"Text color\",\n      \"default\": \"rgba(0,0,0,0)\"\n    }\n  ],\n  \"blocks\": [\n    {\n      \"type\": \"category\",\n      \"name\": \"Category\",\n      \"settings\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Heading\",\n          \"default\": \"Category\"\n        }\n      ]\n    },\n    {\n      \"type\": \"question\",\n      \"name\": \"Question\",\n      \"settings\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Question\",\n          \"default\": \"About your shop\"\n        },\n        {\n          \"type\": \"richtext\",\n          \"id\": \"answer\",\n          \"label\": \"Answer\",\n          \"default\": \"\u003cp\u003eWrite content to help your customers to better understand your products or policies.\u003c\/p\u003e\"\n        }\n      ]\n    }\n  ],\n  \"presets\": [\n    {\n      \"name\": \"FAQ\",\n      \"blocks\": [\n        {\n          \"type\": \"category\",\n          \"settings\": {\n            \"title\": \"Shipping\"\n          }\n        },\n        {\n          \"type\": \"question\",\n          \"settings\": {\n            \"title\": \"Do you ship overseas?\",\n            \"answer\": \"\u003cp\u003eYes, we ship all over the world. Shipping costs will apply, and will be added at checkout. We run discounts and promotions all year, so stay tuned for exclusive deals.\u003c\/p\u003e\"\n          }\n        },\n        {\n          \"type\": \"question\",\n          \"settings\": {\n            \"title\": \"How long will it take to get my order?\",\n            \"answer\": \"\u003cp\u003eIt depends on where you are. Orders processed here will take 5-7 business days to arrive. Overseas deliveries can take anywhere from 7-16 days. Delivery details will be provided in your confirmation email.\u003c\/p\u003e\"\n          }\n        },\n        {\n          \"type\": \"category\",\n          \"settings\": {\n            \"title\": \"Other\"\n          }\n        },\n        {\n          \"type\": \"question\",\n          \"settings\": {\n            \"title\": \"Any question?\",\n            \"answer\": \"\u003cp\u003eYou can contact us through our contact page! We will be happy to assist you.\u003c\/p\u003e\"\n          }\n        }\n      ]\n    }\n  ]\n}\n{% endschema %}","brand":"HOZOME","offers":[{"title":"3 \/ white","offer_id":42895399256141,"sku":null,"price":1399.0,"currency_code":"INR","in_stock":false},{"title":"4 \/ white","offer_id":42895399288909,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":false},{"title":"5 \/ white","offer_id":42895399321677,"sku":null,"price":2099.0,"currency_code":"INR","in_stock":false},{"title":"6 \/ white","offer_id":42895399354445,"sku":null,"price":2499.0,"currency_code":"INR","in_stock":false},{"title":"12 \/ white","offer_id":42895399387213,"sku":null,"price":4699.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/8190\/3693\/files\/1.png?v=1776692010","url":"https:\/\/hozome.com\/products\/hozome-stackable-organizer","provider":"Hozome ","version":"1.0","type":"link"}