{"title":"Home page","description":null,"products":[{"product_id":"bandhini-pure-gaji-silk-red","title":"Bandhini Pure Gaji Silk (RED)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eBandhini Pure Gaji Silk (RED)\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --color-bg-light: #f8f8f8;\n            --color-primary: #7B2A1B; \/* Maroon *\/\n            --color-accent: #d9a326; \/* Gold *\/\n            --color-text-dark: #333;\n            --font-heading-family: \"Times New Roman\", serif; \/* Fallback for luxury feel *\/\n            --font-body-family: system-ui, -apple-system, sans-serif;\n        }\n\n        body {\n            font-family: var(--font-body-family);\n            background-color: var(--color-bg-light);\n            margin: 0;\n            padding: 40px 20px;\n            color: var(--color-text-dark);\n            line-height: 1.6;\n        }\n\n        .product-container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n        }\n\n        h1.product-title {\n            font-family: var(--font-heading-family);\n            font-size: 2.8rem;\n            color: var(--color-primary);\n            margin-bottom: 10px;\n            display: block;\n        }\n\n        .price-tag {\n            font-size: 2rem;\n            font-weight: bold;\n            color: var(--color-accent);\n            margin-bottom: 30px;\n            display: block;\n            border-bottom: 2px solid #eee;\n            padding-bottom: 20px;\n        }\n\n        \/* Accordion Styles *\/\n        .accordion {\n            border-top: 1px solid #eee;\n        }\n\n        .accordion-item {\n            border-bottom: 1px solid #eee;\n        }\n\n        .accordion-header {\n            width: 100%;\n            padding: 20px 0;\n            background: none;\n            border: none;\n            outline: none;\n            text-align: left;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: color 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            color: var(--color-accent);\n        }\n\n        .accordion-title {\n            font-family: var(--font-heading-family);\n            font-size: 2.2rem;\n            color: var(--color-primary);\n            margin: 0;\n        }\n\n        .accordion-icon {\n            font-size: 2rem;\n            color: var(--color-accent);\n            font-weight: 300;\n            transition: transform 0.3s ease;\n        }\n\n        .accordion-header.active .accordion-icon {\n            transform: rotate(45deg); \/* Turns plus to x roughly, or just indicates active *\/\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease-out, opacity 0.4s ease;\n            opacity: 0;\n        }\n\n        .accordion-content.active {\n            opacity: 1;\n        }\n\n        .content-inner {\n            padding-bottom: 25px;\n        }\n\n        p, ul, li {\n            font-size: 1.6rem;\n            color: #555;\n            margin-bottom: 15px;\n        }\n\n        \/* Specifications Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .specs-table td {\n            padding: 12px 0;\n            border-bottom: 1px solid #eee;\n            font-size: 1.6rem;\n        }\n\n        .specs-label {\n            font-weight: 600;\n            color: var(--color-primary);\n            width: 150px;\n        }\n\n        \/* Care List *\/\n        .care-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .care-list li {\n            position: relative;\n            padding-left: 25px;\n        }\n\n        .care-list li::before {\n            content: \"•\";\n            color: var(--color-accent);\n            font-weight: bold;\n            font-size: 1.5em;\n            position: absolute;\n            left: 0;\n            top: -5px;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003ch1 class=\"product-title\"\u003eBandhini Pure Gaji Silk (RED)\u003c\/h1\u003e\n        \u003cspan class=\"price-tag\"\u003e₹ 9,500\u003c\/span\u003e\n\n        \u003cdiv class=\"accordion\"\u003e\n            \u003c!-- Section 1 --\u003e\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cbutton class=\"accordion-header active\"\u003e\n                    \u003ch2 class=\"accordion-title\"\u003e1. Product Details\u003c\/h2\u003e\n                    \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n                \u003c\/button\u003e\n                \u003cdiv class=\"accordion-content active\"\u003e\n                    \u003cdiv class=\"content-inner\"\u003e\n                        \u003cp\u003ePure Gaji Silk is a luxurious natural silk fabric, loved for its rich sheen, soft texture, and elegant drape. Lightweight yet durable, it beautifully retains vibrant colors, making it perfect for sarees, dupattas, and festive wear.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Section 2 --\u003e\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cbutton class=\"accordion-header\"\u003e\n                    \u003ch2 class=\"accordion-title\"\u003e2. Specifications\u003c\/h2\u003e\n                    \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n                \u003c\/button\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"content-inner\"\u003e\n                        \u003ctable class=\"specs-table\"\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"specs-label\"\u003ePrice\u003c\/td\u003e\n                                \u003ctd\u003e9500\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"specs-label\"\u003eColour\u003c\/td\u003e\n                                \u003ctd\u003eRed\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"specs-label\"\u003eMaterial\u003c\/td\u003e\n                                \u003ctd\u003ePure Gaji Silk\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"specs-label\"\u003eBlouse\u003c\/td\u003e\n                                \u003ctd\u003eIncluded\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"specs-label\"\u003eOccasion\u003c\/td\u003e\n                                \u003ctd\u003eFestive\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/table\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Section 3 --\u003e\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cbutton class=\"accordion-header\"\u003e\n                    \u003ch2 class=\"accordion-title\"\u003e3. Product Care\u003c\/h2\u003e\n                    \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n                \u003c\/button\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"content-inner\"\u003e\n                        \u003cul class=\"care-list\"\u003e\n                            \u003cli\u003e\n\u003cstrong\u003ePress before rolling:\u003c\/strong\u003e Lightly press and fold before rolling to avoid harsh creases.\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eStore properly:\u003c\/strong\u003e Keep in a muslin cloth and roll instead of folding.\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eDry clean only:\u003c\/strong\u003e Recommended to maintain the silk’s softness and luster.\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAvoid direct sunlight:\u003c\/strong\u003e Prevents fading and loss of natural sheen.\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eKeep away from moisture and perfumes:\u003c\/strong\u003e Protects from stains and damage.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.querySelectorAll('.accordion-header').forEach(button =\u003e {\n            button.addEventListener('click', () =\u003e {\n                const header = button;\n                const content = button.nextElementSibling;\n                const icon = button.querySelector('.accordion-icon');\n\n                \/\/ Toggle current\n                header.classList.toggle('active');\n                \n                if (header.classList.contains('active')) {\n                    content.classList.add('active');\n                    content.style.maxHeight = content.scrollHeight + \"px\";\n                    icon.textContent = \"−\"; \/\/ Minus sign\n                } else {\n                    content.classList.remove('active');\n                    content.style.maxHeight = 0;\n                    icon.textContent = \"+\"; \/\/ Plus sign\n                }\n            });\n        });\n\n        \/\/ Initialize open tabs (like the first one)\n        document.querySelectorAll('.accordion-header.active').forEach(button =\u003e {\n            const content = button.nextElementSibling;\n            const icon = button.querySelector('.accordion-icon');\n            content.style.maxHeight = content.scrollHeight + \"px\";\n            icon.textContent = \"−\";\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"sarees","offers":[{"title":"Default Title","offer_id":43879593607254,"sku":null,"price":9500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/8816\/2390\/files\/Screenshot_2026-02-03_at_5.00.02_PM.png?v=1770118214"},{"product_id":"semi-mysoresilk-saree","title":"Semi mysoresilk saree","description":"\u003cp\u003eSemi Mysore Silk Saree \u003cbr\u003eElegant semi Mysore silk saree featuring a rich contrast zari border with intricate traditional detailing. Lightweight, smooth, and easy to drape, this saree offers a graceful silk look at an affordable price—perfect for festive wear, office use, and small functions.\u003cbr\u003e✔ Fabric: Semi Mysore Silk\u003cbr\u003e✔ Border: Contrast zari woven border\u003cbr\u003e✔ Soft, lightweight \u0026amp; comfortable\u003cbr\u003e✔ Budget-friendly festive wear\u003c\/p\u003e","brand":"sarees","offers":[{"title":"Orange","offer_id":44376761040982,"sku":null,"price":1199.0,"currency_code":"INR","in_stock":true},{"title":"Green","offer_id":44376761073750,"sku":null,"price":1199.0,"currency_code":"INR","in_stock":true},{"title":"Blue","offer_id":44376761106518,"sku":null,"price":1199.0,"currency_code":"INR","in_stock":true},{"title":"Red","offer_id":44376761139286,"sku":null,"price":1199.0,"currency_code":"INR","in_stock":true},{"title":"Purple","offer_id":44376761172054,"sku":null,"price":1199.0,"currency_code":"INR","in_stock":true},{"title":"turquoise","offer_id":44376761204822,"sku":null,"price":1199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/8816\/2390\/files\/IMG_0334.heic?v=1775205623"}],"url":"https:\/\/www.annangisilks.com\/collections\/frontpage.oembed","provider":"ANNANGI SILKS","version":"1.0","type":"link"}