{"title":"Night suit","description":"","products":[{"product_id":"rustic-monsoon-leaf-print","title":"Rustic Monsoon Leaf Print","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Slub Print fabric with a unique Monsoon Leaf pattern.\n        Perfect for breathable, lightweight garments with a textured hand-feel.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eMonsoon Leaf\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eRust, Teal, Cream, Olive\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual button-down shirts, Kurta, Shorts, Loungewear pajamas\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Cigarette pants, Tunics, Skirts\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys shirts, Girls frocks, Shorts, Night Suit 3ms\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonfabric\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e\n        \u003cspan\u003e#indiandesigns\u003c\/span\u003e \u003cspan\u003e#fabricforfashion\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#voilefabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. Ideal for all-season wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14-day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47426826698914,"sku":"01-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477171224738,"sku":"01-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477171257506,"sku":"01-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477171290274,"sku":"01-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477171323042,"sku":"01-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true},{"title":"Pyjama 1.3m","offer_id":47477171355810,"sku":"01-Pyjama 1.3m-Pcs","price":159.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/PRINT-01_1.jpg?v=1784705503"},{"product_id":"grey-geometric-botanical-cotton","title":"Grey Geometric Botanical Cotton","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Poplin Print with a refreshing Geometric Botanical motif.\n        Delicate nature‑inspired shapes meet clean geometry – crisp, lightweight, and perfect for contemporary everyday wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Poplin Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eGeometric Botanical\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eGrey, Sage Green, Soft White\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e Office kurti, Palazzo 1.6m pants, Skirts, Tunic tops\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys button-downs, Girls frocks, Shorts, Cotton Night Suit 3ms\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonpoplin\u003c\/span\u003e \u003cspan\u003e#geometricprint\u003c\/span\u003e \u003cspan\u003e#botanicalfabric\u003c\/span\u003e\n        \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#natureinspired\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton poplin. The print maintains its clarity and softness wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47369941221538,"sku":"04-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477170897058,"sku":"04-MTR-Casual Shirt 1.6m","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477170929826,"sku":"04-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477170962594,"sku":"04-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477170995362,"sku":"04-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/04A.jpg?v=1784216450"},{"product_id":"teal-line-art-botanical-cotton","title":"Teal Line Art Botanical Cotton","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\"\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Poplin Print with a graceful Line Art Botanical pattern. Delicate, sketch-like foliage in Teal and Cream on a crisp Soft White base – effortlessly airy and artistic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Poplin Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eLine Art Botanical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eTeal, Cream, Soft White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys shirts, Girls frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonpoplin\u003c\/span\u003e \u003cspan\u003e#lineartprint\u003c\/span\u003e \u003cspan\u003e#botanicalfabric\u003c\/span\u003e \u003cspan\u003e#tealfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Crisp, breathable 100% cotton poplin. The fine line art print stays sharp and vibrant, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370276143266,"sku":"14-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Shirt 1.6 Mtr","offer_id":47370276176034,"sku":"14-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477170634914,"sku":"14-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477170667682,"sku":"14-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477170700450,"sku":"14-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/14.png?v=1784797213"},{"product_id":"sepia-botanical-leaf-sketch","title":"Sepia Botanical Leaf Sketch","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\"\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Poplin Print with a delicate Botanical Leaf Sketch pattern. Fine, hand‑drawn leaf motifs in warm Sepia Brown on a Cream and Soft Beige base – airy, vintage, and effortlessly elegant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Poplin Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eBotanical Leaf Sketch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSepia Brown, Cream, Soft Beige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys shirts, Girls frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonpoplin\u003c\/span\u003e \u003cspan\u003e#botanicalleafsketch\u003c\/span\u003e \u003cspan\u003e#sketchprint\u003c\/span\u003e \u003cspan\u003e#sepiafabric\u003c\/span\u003e \u003cspan\u003e#vintagefloral\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton poplin. The delicate leaf sketch print retains its fine detail and warm sepia tones, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370312515746,"sku":"18-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477170241698,"sku":"18-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477170274466,"sku":"18-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477170307234,"sku":"18-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477170340002,"sku":"18-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/18.png?v=1784796884"},{"product_id":"powder-blue-ditsy-floral-print","title":"Powder Blue Ditsy Floral Print","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Poplin Print with a charming Ditsy Floral pattern. Delicate miniature blooms in Powder Blue and Pale Pink scattered on a Soft White base – light, airy, and perfect for feminine everyday silhouettes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Poplin Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eDitsy Floral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003ePowder Blue, Soft White, Pale Pink\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonpoplin\u003c\/span\u003e \u003cspan\u003e#ditsyfloral\u003c\/span\u003e \u003cspan\u003e#floralfabric\u003c\/span\u003e \u003cspan\u003e#powderblue\u003c\/span\u003e \u003cspan\u003e#palepink\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton poplin. The tiny floral print stays crisp and the pastel colours retain their soft beauty, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370610999458,"sku":"23-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477169815714,"sku":"23-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477169848482,"sku":"23-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477169881250,"sku":"23-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477169914018,"sku":"23-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/PRINT-23_1.png?v=1784795394"},{"product_id":"sage-green-vintage-floral-print","title":"Sage Green Vintage Floral Print","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Poplin Print with a romantic Vintage Floral pattern. Soft, painterly blooms in Sage Green, Cream, and Dusty Pink evoke a timeless garden feel – breathable, lightweight, and perfect for feminine everyday silhouettes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Poplin Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eVintage Floral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSage Green, Cream, Dusty Pink\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonpoplin\u003c\/span\u003e \u003cspan\u003e#vintagefloral\u003c\/span\u003e \u003cspan\u003e#floralfabric\u003c\/span\u003e \u003cspan\u003e#sagegreen\u003c\/span\u003e \u003cspan\u003e#dustypink\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton poplin. The vintage floral print stays vibrant and the soft pastel tones remain beautiful, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370611196066,"sku":"26-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477169488034,"sku":"26-Casual-Shirt-Pcs","price":1999.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477169520802,"sku":"26-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477169553570,"sku":"26-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477169586338,"sku":"26-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/26.png?v=1784795129"},{"product_id":"lavender-maroon-leaf-motif","title":"Lavender \u0026 Maroon Leaf Motif","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Poplin Print featuring a delicate Leaf Motif pattern. Subtle leafy sprigs in fresh Sage Green, Cream, and Soft Grey – crisp, breathable, and perfect for relaxed everyday elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Poplin Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eLeaf Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonpoplin\u003c\/span\u003e \u003cspan\u003e#leafmotif\u003c\/span\u003e \u003cspan\u003e#natureprint\u003c\/span\u003e \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton poplin. The leaf motif remains crisp and the soft earthy tones stay beautiful, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370611359906,"sku":"28-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477169291426,"sku":"28-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477169324194,"sku":"28-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477169356962,"sku":"28-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477169389730,"sku":"28-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/IMG_3156_c66eb42c-2e1f-4a7e-9c28-28456d36bd46.jpg?v=1784216082"},{"product_id":"charcoal-cream-botanical-sketch","title":"Charcoal \u0026 Cream Botanical Sketch","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Slub Print featuring an artistic Botanical Sketch pattern. Softly textured and breathable, with delicate hand‑drawn botanical motifs in Sage Green, Cream, and Soft Grey – perfect for relaxed everyday elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eBotanical Sketch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#botanicalsketch\u003c\/span\u003e \u003cspan\u003e#natureprint\u003c\/span\u003e \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The botanical sketch print retains its fine detail, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370613358754,"sku":"31-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477169029282,"sku":"31-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477169062050,"sku":"31-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477169094818,"sku":"31-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477169127586,"sku":"31-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/PRINT-31_1.jpg?v=1784793320"},{"product_id":"taupe-fern-leaf-botanical","title":"Taupe Fern Leaf Botanical","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Satin Print with a graceful Fern Leaf pattern.\n        Delicate fern fronds in soft Sage Green, Cream, and Grey on a smooth, subtly lustrous base – breathable and perfect for feminine everyday silhouettes.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Satin Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eFern Leaf\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonsatin\u003c\/span\u003e \u003cspan\u003e#fernleaf\u003c\/span\u003e \u003cspan\u003e#botanicalprint\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton satin with a subtle sheen. The fern leaf print retains its fine detail and soft tones, wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370613555362,"sku":"34-MTR","price":213.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477168767138,"sku":"34-Casual-Shirt-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477168799906,"sku":"34-Kurta\/Kurti 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477168832674,"sku":"34-Palazzo 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477168865442,"sku":"34-Night Suit 3m-Pcs","price":636.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/34_23c36acb-386c-429c-84b4-696d185a5764.jpg?v=1784218811"},{"product_id":"lilac-slate-blue-vine-floral","title":"Lilac \u0026 Slate Blue Vine Floral","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Satin Print with a delicate Vine Floral pattern.\n        Romantic trailing vines and blossoms in soft Sage Green, Cream, and Grey on a smooth, subtly lustrous base – breathable and perfect for elegant everyday wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Satin Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eVine Floral\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonsatin\u003c\/span\u003e \u003cspan\u003e#vinefloral\u003c\/span\u003e \u003cspan\u003e#floralprint\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton satin with a subtle sheen. The vine floral print retains its soft romantic charm, wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370613686434,"sku":"36-MTR","price":213.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477168570530,"sku":"36-Casual-Shirt-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477168603298,"sku":"36-Kurta\/Kurti 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477168636066,"sku":"36-Palazzo 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477168668834,"sku":"36-Night Suit 3m-Pcs","price":636.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/36_78e2267b-03e7-4efb-95ca-0cea9427905a.jpg?v=1784218806"},{"product_id":"slate-grey-abstract-floral-camouflage","title":"Slate Grey Abstract Floral Camouflage","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Slub Print with a unique Floral Camouflage pattern.\n        Softly textured and lightweight, with a nature-inspired blend of floral motifs in Sage Green, Cream, and Soft Grey – perfect for relaxed everyday wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eFloral Camouflage\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#floralcamouflage\u003c\/span\u003e \u003cspan\u003e#camouflageprint\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The floral camouflage print retains its artistic look, wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614145186,"sku":"43-MTR","price":213.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477167980706,"sku":"43-Casual-Shirt-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477168013474,"sku":"43-Kurta\/Kurti 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477168046242,"sku":"43-Palazzo 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477168079010,"sku":"43-Night Suit 3m-Pcs","price":636.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/43_694a822c-d00f-41c2-96ca-e157c5e354c8.jpg?v=1784218903"},{"product_id":"watercolour-grey-floral-botanical","title":"Watercolour Grey Floral Botanical","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Satin Print with a romantic Watercolour Floral pattern.\n        Smooth, subtly lustrous, and breathable – soft, painterly blooms in Sage Green, Cream, and Soft Grey bring a dreamy, artistic feel to elegant everyday silhouettes.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Satin Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eWatercolour Floral\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#satinprint\u003c\/span\u003e \u003cspan\u003e#watercolourfloral\u003c\/span\u003e \u003cspan\u003e#floralfabric\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#satinfabric\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% satin with a subtle sheen. The watercolour floral print retains its soft, artistic beauty, wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614210722,"sku":"44-MTR","price":213.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477167849634,"sku":"44-Casual-Shirt-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477167882402,"sku":"44-Kurta\/Kurti 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477167915170,"sku":"44-Palazzo 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477167947938,"sku":"44-Night Suit 3m-Pcs","price":636.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/44_da295759-b6da-414a-ae24-b93a49abc597.jpg?v=1784219084"},{"product_id":"dusty-blue-leafy-botanical-print","title":"Dusty Blue Leafy Botanical Print","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Slub Print with a fresh Leafy Botanical pattern.\n        Softly textured, breathable, and lightweight – delicate leaf motifs in Sage Green, Cream, and Soft Grey bring a calm, nature-inspired look to relaxed everyday wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eLeafy Botanical\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#leafybotanical\u003c\/span\u003e \u003cspan\u003e#botanicalprint\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The leafy botanical print stays vibrant and the fabric becomes even softer wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614276258,"sku":"45-MTR","price":213.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477167718562,"sku":"45-Casual-Shirt-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477167751330,"sku":"45-Kurta\/Kurti 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477167784098,"sku":"45-Palazzo 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477167816866,"sku":"45-Night Suit 3m-Pcs","price":636.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/45_29167602-404d-4bf1-8bae-f49af4a2d048.jpg?v=1784219775"},{"product_id":"powder-blue-cream-paisley-floral","title":"Powder Blue \u0026 Cream Paisley Floral","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Satin Print featuring an elegant Paisley Floral pattern.\n        Smooth, subtly lustrous, and breathable – intricate paisley motifs intertwined with delicate florals in Sage Green, Cream, and Soft Grey add a timeless, sophisticated touch to relaxed everyday styles.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Satin Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003ePaisley Floral\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonsatin\u003c\/span\u003e \u003cspan\u003e#paisleyfloral\u003c\/span\u003e \u003cspan\u003e#paisleyprint\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton satin with a subtle sheen. The paisley floral print retains its intricate detail and soft colours, wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614341794,"sku":"47-MTR-Meter","price":213.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477167587490,"sku":"47-Casual-Shirt-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477167620258,"sku":"47-Kurta\/Kurti 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477167653026,"sku":"47-Palazzo 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477167685794,"sku":"47-Night Suit 3m-Pcs","price":636.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/47_5c4aabb5-6503-4bc9-8886-9b24e35d9f2d.jpg?v=1784219766"},{"product_id":"dark-brown-mint-floral-damask","title":"Dark Brown \u0026 Mint Floral Damask","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Satin Print featuring an ornate Floral Damask pattern.\n        Smooth, subtly lustrous, and breathable – the intricate damask motifs in Sage Green, Cream, and Soft Grey evoke timeless elegance, perfect for relaxed yet refined everyday wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Satin Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eFloral Damask\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonsatin\u003c\/span\u003e \u003cspan\u003e#floraldamask\u003c\/span\u003e \u003cspan\u003e#damaskprint\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash warm, gentle cycle. Tumble dry low. Iron on medium‑high heat. Do not bleach.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Smooth, breathable 100% cotton satin with a subtle sheen. The damask pattern retains its rich detail and soft tones, wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614472866,"sku":"49-MTR","price":213.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477167390882,"sku":"49-Casual-Shirt-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477167423650,"sku":"49-Kurta\/Kurti 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477167456418,"sku":"49-Palazzo 1.6m-Pcs","price":336.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477167489186,"sku":"49-Night Suit 3m-Pcs","price":636.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/49_36769797-1f35-4436-8665-0af9e93f1d82.jpg?v=1784219756"},{"product_id":"white-rust-teal-autumn-leaf-print","title":"White Rust \u0026 Teal Autumn Leaf Print","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Premium 100% Cotton Slub Print featuring a charming Autumn Leaf pattern.\n        Softly textured and breathable, with delicate leaf motifs in Sage Green, Cream, and Soft Grey – perfect for relaxed everyday wear with a nature-inspired touch.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eAutumn Leaf\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#autumnleaf\u003c\/span\u003e \u003cspan\u003e#natureprint\u003c\/span\u003e\n        \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The autumn leaf print retains its fine detail, wash after wash.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614603938,"sku":"51-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477167194274,"sku":"51-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477167227042,"sku":"51-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477167259810,"sku":"51-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477167292578,"sku":"51-Night Suit 3m-Pcs","price":199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/51_155865d8-11ab-4fb2-8266-0035e7bccf42.jpg?v=1784219749"},{"product_id":"sage-green-botanical-sketch","title":"Sage Green Botanical Sketch","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Slub Print featuring an artistic Botanical Sketch pattern. Softly textured and breathable, with delicate hand‑drawn botanical motifs in Sage Green, Cream, and Soft Grey – perfect for relaxed everyday elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eBotanical Sketch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys shirts, Girls frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#botanicalsketch\u003c\/span\u003e \u003cspan\u003e#natureprint\u003c\/span\u003e \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The botanical sketch print retains its fine detail, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614800546,"sku":"54-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477166932130,"sku":"54-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477166964898,"sku":"54-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477166997666,"sku":"54-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477167030434,"sku":"54-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/54_045548e2-1cf3-4532-b488-0285c593a121.jpg?v=1784219739"},{"product_id":"plum-botanical-sketch-print","title":"Plum Botanical Sketch Print","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Slub Print featuring an artistic Botanical Sketch pattern. Softly textured and breathable, with delicate hand‑drawn botanical motifs in Sage Green, Cream, and Soft Grey – perfect for relaxed everyday elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eBotanical Sketch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys shirts, Girls frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#botanicalsketch\u003c\/span\u003e \u003cspan\u003e#natureprint\u003c\/span\u003e \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The botanical sketch print retains its fine detail, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614866082,"sku":"55-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477166801058,"sku":"55-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477166833826,"sku":"55-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477166866594,"sku":"55-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477166899362,"sku":"55-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/55.png?v=1784792077"},{"product_id":"olive-green-botanical-leaf-sketch","title":"Olive Green Botanical Leaf Sketch","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Slub Print featuring a delicate Botanical Leaf pattern. Softly textured and breathable, with graceful leaf motifs in Sage Green, Cream, and Soft Grey – perfect for relaxed, nature-inspired everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eBotanical Leaf\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys shirts, Girls frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#botanicalleaf\u003c\/span\u003e \u003cspan\u003e#natureprint\u003c\/span\u003e \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The botanical leaf print retains its fine detail, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370614931618,"sku":"56-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477166669986,"sku":"56-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477166702754,"sku":"56-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477166735522,"sku":"56-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477166768290,"sku":"56-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/57A_2_copy.jpg?v=1784791932"},{"product_id":"vintage-plum-floral-toile","title":"Vintage Plum Floral Toile","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Slub Print featuring a romantic Floral Toile pattern. Softly textured and breathable, with intricate pastoral floral scenes in Sage Green, Cream, and Soft Grey – perfect for elegant, relaxed everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eFloral Toile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys shirts, Girls frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#floraltoile\u003c\/span\u003e \u003cspan\u003e#toileprint\u003c\/span\u003e \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The toile print retains its delicate detail, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370615062690,"sku":"58-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477166473378,"sku":"58-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477166506146,"sku":"58-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477166538914,"sku":"58-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477166571682,"sku":"58-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/58_8beaddf7-c6c5-44c1-b89a-4d220c1a90d4.jpg?v=1784219733"},{"product_id":"brown-stitch-line-art-floral","title":"Brown Stitch Line Art Floral","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003ePremium 100% Cotton Slub Print featuring a delicate Line Art Floral pattern. Softly textured and breathable, with finely sketched botanical motifs in Sage Green, Cream, and Soft Grey – perfect for relaxed, nature-inspired everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Cotton Slub Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eLine Art Floral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Palette\u003c\/th\u003e\n\u003ctd\u003eSage Green, Cream, Soft Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys shirts, Girls frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#cottonslub\u003c\/span\u003e \u003cspan\u003e#lineartfloral\u003c\/span\u003e \u003cspan\u003e#floralprint\u003c\/span\u003e \u003cspan\u003e#sagegreenfabric\u003c\/span\u003e \u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#printedfabric\u003c\/span\u003e \u003cspan\u003e#cottonprint\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton slub with a subtle textured weave. The line art floral print retains its fine detail, wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370616307874,"sku":"69-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477165555874,"sku":"69-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477165588642,"sku":"69-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477165621410,"sku":"69-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477165654178,"sku":"69-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/69.png?v=1784790876"},{"product_id":"dusty-rose-monstera-leaf-abstract","title":"Dusty Rose \u0026 Monstera Leaf Abstract","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT (NO WHATSAPP) ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Google Fonts + Font Awesome (required for icons) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\u003c!-- 1. DETAILS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eDetails\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003eFabric details are being updated. Please check back soon for complete specifications, or contact us for more information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n\u003cdiv class=\"accordion-item active\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.5;\"\u003e\u003cem\u003eNo specifications available.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n\u003cul class=\"garment-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual Shirt 1.6ms, Shorts, Loungewear, Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo 1.6m pants, Skirts, Tunics, Night Suit 3ms\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hashtags\"\u003e\n\u003cspan\u003e#fabriclovers\u003c\/span\u003e \u003cspan\u003e#textileindia\u003c\/span\u003e \u003cspan\u003e#fabricsupplier\u003c\/span\u003e \u003cspan\u003e#comingsoon\u003c\/span\u003e \u003cspan\u003e#fashionfabrics\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. CARE \u0026 FABRIC --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Gentle machine wash. Refer to the product label for specific instructions once available.\u003cbr\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e Information will be updated soon. Expect the same quality and comfort you love.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n\u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"font-size: 14px; color: #3a3a3a; margin: 4px 0 0; line-height: 1.6;\"\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370616373410,"sku":"70-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477165424802,"sku":"70-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477165457570,"sku":"70-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477165490338,"sku":"70-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477165523106,"sku":"70-Night Suit 3m-Pcs","price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/70.png?v=1784790396"},{"product_id":"indigo-white-distressed-leaf-print","title":"Indigo \u0026 White Distressed Leaf Print","description":"","brand":"My Store","offers":[{"title":"By Meter","offer_id":47370616438946,"sku":"71-MTR","price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47477165293730,"sku":"71-Casual-Shirt-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47477165326498,"sku":"71-Kurta\/Kurti 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47477165359266,"sku":"71-Palazzo 1.6m-Pcs","price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47477165392034,"sku":"71-Night Suit 3m-Pcs","price":375.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/71_c3dd3d0c-3eb0-4efe-9555-0aa865192c96.jpg?v=1784219703"},{"product_id":"sky-blue-mandala-geometric-cotton","title":"Sky Blue Mandala Geometric Cotton","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Intricate mandala-inspired geometry in soothing sky blue balances spiritual \n        motifs with modern symmetry. This breathable cotton is perfect for casual \n        kurtas, palazzo pants, and boys' shirts. Vibrant yet calming.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Poplin \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eMandala Geometric\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eSky Blue, White, Navy\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual shirts, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo pants, Skirts, Tunics\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonfabric\u003c\/span\u003e\n        \u003cspan\u003e#geometricprint\u003c\/span\u003e\n        \u003cspan\u003e#bluefabric\u003c\/span\u003e\n        \u003cspan\u003e#fabricwholesale\u003c\/span\u003e\n        \u003cspan\u003e#kurtifabric\u003c\/span\u003e\n        \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedcotton\u003c\/span\u003e\n        \u003cspan\u003e#fabriclovers\u003c\/span\u003e\n        \u003cspan\u003e#indiandressmaterial\u003c\/span\u003e\n        \u003cspan\u003e#casualfabric\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat. Do not bleach.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Breathable, soft 100% cotton with a smooth, comfortable drape. The intricate mandala geometric print in soothing sky blue stays vibrant and the fabric remains gentle against the skin, wash after wash – perfect for all-day casual wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47513378717858,"sku":null,"price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47513378750626,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47513378783394,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47513378816162,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47513378848930,"sku":null,"price":375.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/PRINT-11_1.jpg?v=1784716397"},{"product_id":"lilac-botanical-leaf-sketch","title":"Lilac Botanical Leaf Sketch","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Hand-sketched botanical leaves in soft lilac create an artistic, delicate \n        pattern that feels romantic and fresh. This lightweight cotton is ideal for \n        night suits, tunics, girls' frocks, and summer kurtas.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Poplin \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eBotanical Leaf Sketch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eLilac, Soft Green, Cream\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual shirts, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo pants, Skirts, Tunics, Night suits\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonfabric\u003c\/span\u003e\n        \u003cspan\u003e#botanicalprint\u003c\/span\u003e\n        \u003cspan\u003e#lilacfabric\u003c\/span\u003e\n        \u003cspan\u003e#fabricwholesale\u003c\/span\u003e\n        \u003cspan\u003e#kurtifabric\u003c\/span\u003e\n        \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedcotton\u003c\/span\u003e\n        \u003cspan\u003e#fabriclovers\u003c\/span\u003e\n        \u003cspan\u003e#indiandressmaterial\u003c\/span\u003e\n        \u003cspan\u003e#floralprint\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat. Do not bleach.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Lightweight, breathable 100% cotton with a soft, smooth feel. The hand-sketched botanical leaf print in soft lilac stays delicate and vibrant, while the fabric becomes even softer with every wash – making it an ideal choice for nightwear, summer tunics, and everyday comfort wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47513402736802,"sku":null,"price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47513402769570,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47513402802338,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47513402835106,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47513402867874,"sku":null,"price":375.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/PRINT-12_1.jpg?v=1784716404"},{"product_id":"ice-blue-geometric-dobby-texture","title":"Ice Blue Geometric Dobby Texture","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Ice blue with a subtle dobby geometric texture adds visual dimension without \n        extra weight. Ideal for formal shirts, blazers, and school uniforms, this \n        fabric's textured finish resists wrinkles.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton Twill \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eGeometric Dobby\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eIce Blue, White, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Formal shirts, Business casuals, Shorts, Nehru jackets\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e Office kurti, Straight pants, A-line skirts, Blazers\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' button-downs, Girls' pinafores, Shorts, School uniforms\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonfabric\u003c\/span\u003e\n        \u003cspan\u003e#dobbyfabric\u003c\/span\u003e\n        \u003cspan\u003e#geometricprint\u003c\/span\u003e\n        \u003cspan\u003e#shirtingfabric\u003c\/span\u003e\n        \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#fabricwholesale\u003c\/span\u003e\n        \u003cspan\u003e#printedcotton\u003c\/span\u003e\n        \u003cspan\u003e#fabriclovers\u003c\/span\u003e\n        \u003cspan\u003e#indiandressmaterial\u003c\/span\u003e\n        \u003cspan\u003e#bluefabric\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat. Do not bleach.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Premium 100% cotton dobby with a subtle geometric texture that adds visual dimension without extra weight. The textured finish resists wrinkles and holds its shape beautifully, making it an excellent choice for formal shirting, blazers, and uniforms that demand a polished, professional appearance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47513428623522,"sku":null,"price":123.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47513428656290,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47513428689058,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47513428721826,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47513428754594,"sku":null,"price":374.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/19.jpg?v=1786516055"},{"product_id":"deep-teal-white-floral-sketch","title":"Deep Teal \u0026 White Floral Sketch","description":"\u003c!-- ========== FABRIC DETAILS ACCORDION – PRODUCT SEGMENT ========== --\u003e\n\u003c!-- Google Fonts + Font Awesome --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n  \/* ── Base ── *\/\n  .fabric-accordion-wrapper {\n    font-family: 'Jost', sans-serif;\n    max-width: 640px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px 20px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid #eee;\n  }\n\n  \/* Accordion *\/\n  .accordion-item {\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .accordion-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .accordion-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 0 12px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .accordion-header:hover {\n    opacity: 0.75;\n  }\n  .accordion-header h4 {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    color: #1e1e1e;\n    margin: 0;\n  }\n  .accordion-header .toggle-icon {\n    font-size: 22px;\n    font-weight: 300;\n    color: #8a8a8a;\n    transition: transform 0.3s ease;\n    line-height: 1;\n  }\n  .accordion-item.active .accordion-header .toggle-icon {\n    transform: rotate(45deg);\n    color: #1e1e1e;\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.25s ease;\n    opacity: 0;\n    padding: 0 0 0 0;\n  }\n  .accordion-item.active .accordion-body {\n    max-height: 1200px;\n    opacity: 1;\n    padding: 0 0 18px 0;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n  .spec-table th {\n    padding: 8px 12px 8px 0;\n    font-weight: 600;\n    color: #1e1e1e;\n    border-bottom: 1px solid #e8e6e0;\n    width: 38%;\n    text-align: left;\n  }\n  .spec-table td {\n    padding: 8px 12px 8px 0;\n    color: #3a3a3a;\n    border-bottom: 1px solid #e8e6e0;\n  }\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Garment heading \u0026 list *\/\n  .garment-heading {\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #1e1e1e;\n    margin: 20px 0 10px 0;\n  }\n  .garment-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-size: 14px;\n    color: #2d2d2d;\n    line-height: 1.6;\n  }\n  .garment-list li {\n    padding: 2px 0 2px 22px;\n    position: relative;\n  }\n  .garment-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 2px;\n    top: 2px;\n    color: #6b8c5c;\n    font-weight: 600;\n    font-size: 18px;\n  }\n  .garment-list li strong {\n    font-weight: 600;\n    color: #1e1e1e;\n  }\n\n  .hashtags {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px 10px;\n    font-size: 12px;\n    color: #7a7a7a;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width: 480px) {\n    .fabric-accordion-wrapper {\n      padding: 16px 12px 16px;\n    }\n    .accordion-header h4 {\n      font-size: 13px;\n    }\n    .spec-table th, .spec-table td {\n      font-size: 13px;\n      padding: 6px 8px 6px 0;\n    }\n    .garment-list {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ====== ACCORDION HTML ====== --\u003e\n\u003cdiv class=\"fabric-accordion-wrapper\"\u003e\n\n  \u003c!-- 1. DETAILS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eDetails\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.5;\"\u003e\n        Bold deep teal with hand-sketched white florals creates a dramatic, elegant \n        pattern that commands attention. Ideal for tunics, night suits, and girls' \n        frocks, this soft cotton features high contrast and artistic flair.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. SPECIFICATIONS (open by default) --\u003e\n  \u003cdiv class=\"accordion-item active\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003e100% Cotton\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e56\" – 58\" Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePattern\u003c\/th\u003e\n            \u003ctd\u003eFloral Sketch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor Palette\u003c\/th\u003e\n            \u003ctd\u003eDeep Teal, White, Soft Grey\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003ch4 class=\"garment-heading\"\u003eSuggested Garment Set\u003c\/h4\u003e\n      \u003cul class=\"garment-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMens:\u003c\/strong\u003e Casual shirts, Shorts, Loungewear, Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWomens:\u003c\/strong\u003e A-line kurti, Palazzo pants, Skirts, Tunics, Night suits\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKids:\u003c\/strong\u003e Boys' shirts, Girls' frocks, Shorts, Cotton nightwear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"hashtags\"\u003e\n        \u003cspan\u003e#cottonfabric\u003c\/span\u003e\n        \u003cspan\u003e#floralprint\u003c\/span\u003e\n        \u003cspan\u003e#tealfabric\u003c\/span\u003e\n        \u003cspan\u003e#fabricwholesale\u003c\/span\u003e\n        \u003cspan\u003e#kurtifabric\u003c\/span\u003e\n        \u003cspan\u003e#textileindia\u003c\/span\u003e\n        \u003cspan\u003e#printedcotton\u003c\/span\u003e\n        \u003cspan\u003e#fabriclovers\u003c\/span\u003e\n        \u003cspan\u003e#indiandressmaterial\u003c\/span\u003e\n        \u003cspan\u003e#casualfabric\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. CARE \u0026 FABRIC --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eCare \u0026amp; Fabric\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Machine wash cold, gentle cycle. Tumble dry low or line dry. Iron on medium heat. Do not bleach.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Soft, breathable 100% cotton with a smooth, comfortable drape. The bold deep teal base with hand-sketched white florals creates a dramatic high-contrast look that stays vibrant. The fabric becomes even softer with every wash – perfect for tunics, nightwear, and everyday casual wear with artistic flair.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch4\u003eShipping \u0026amp; Returns\u003c\/h4\u003e\n      \u003cspan class=\"toggle-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-body\"\u003e\n      \u003cp style=\"font-size:14px;color:#3a3a3a;margin:4px 0 0;line-height:1.6;\"\u003e\n        \u003cstrong\u003eShipping:\u003c\/strong\u003e Free standard shipping on orders over ₹999. Dispatch within 2–3 business days.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eReturns:\u003c\/strong\u003e Easy 14‑day return policy. Items must be unused and in original packaging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ====== JAVASCRIPT ====== --\u003e\n\u003cscript\u003e\n  function toggleAccordion(header) {\n    const item = header.closest('.accordion-item');\n    if (!item) return;\n\n    const isActive = item.classList.contains('active');\n    const container = item.closest('.fabric-accordion-wrapper');\n    if (container) {\n      container.querySelectorAll('.accordion-item').forEach(el =\u003e el.classList.remove('active'));\n    }\n    if (!isActive) {\n      item.classList.add('active');\n    }\n  }\n\n  \/\/ Ensure specifications is open by default if none active\n  document.addEventListener('DOMContentLoaded', function() {\n    const wrapper = document.querySelector('.fabric-accordion-wrapper');\n    if (wrapper) {\n      const items = wrapper.querySelectorAll('.accordion-item');\n      let hasActive = false;\n      items.forEach(el =\u003e { if (el.classList.contains('active')) hasActive = true; });\n      if (!hasActive \u0026\u0026 items.length \u003e 1) {\n        items[1].classList.add('active');\n      }\n    }\n  });\n\u003c\/script\u003e\n\u003c!-- ========== END PRODUCT SEGMENT ========== --\u003e","brand":"My Store","offers":[{"title":"By Meter","offer_id":47513450971298,"sku":null,"price":213.0,"currency_code":"INR","in_stock":true},{"title":"Casual Shirt 1.6m","offer_id":47513451004066,"sku":null,"price":336.0,"currency_code":"INR","in_stock":true},{"title":"Kurta\/Kurti 1.6m","offer_id":47513451036834,"sku":null,"price":336.0,"currency_code":"INR","in_stock":true},{"title":"Palazzo 1.6m","offer_id":47513451069602,"sku":null,"price":336.0,"currency_code":"INR","in_stock":true},{"title":"Night Suit 3m","offer_id":47513451102370,"sku":null,"price":636.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/files\/46.jpg?v=1784219771"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/7850\/7682\/collections\/PRINT-12_1.png?v=1785238857","url":"https:\/\/www.sanwariyaa.in\/collections\/night-suit.oembed?page=2","provider":"Sanwariyaa","version":"1.0","type":"link"}