{"title":"Featured Collections","description":"","products":[{"product_id":"small-peacock-paithani-jacket-for-women-kanira","title":"Small Peacock Paithani Jacket for Women – Kanira","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        .feature-group p {\n\n            color: var(--text-secondary);\n\n            font-size: 1rem;\n\n            line-height: 1.8;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eSmall Peacock Paithani Jacket for Women – Kanira\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eStep into timeless elegance with the Kanira Small Peacock Paithani Jacket — a graceful fusion of Maharashtrian heritage craftsmanship and modern fashion versatility. Featuring intricate small peacock motifs, luxurious Paithani silk artistry, and delicate golden zari detailing, this lightweight statement jacket is designed to elevate both ethnic and Indo-western styling with effortless sophistication for weddings, festive occasions, and cultural celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuthentic Paithani Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by traditional Maharashtrian Paithani weaving artistry.\u003c\/li\u003e\n\u003cli\u003eDetailed with elegant small peacock heritage motifs.\u003c\/li\u003e\n\u003cli\u003eRich golden zari work adds festive royal charm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Silk Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from lightweight premium Paithani silk fabric.\u003c\/li\u003e\n\u003cli\u003eSoft breathable texture for comfortable all-day wear.\u003c\/li\u003e\n\u003cli\u003eDesigned to provide graceful movement and elegant drape.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eModern Fusion Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eContemporary front-open silhouette enhances layering versatility.\u003c\/li\u003e\n\u003cli\u003ePairs beautifully with sarees, lehengas, dresses, and trousers.\u003c\/li\u003e\n\u003cli\u003ePerfect blend of ethnic sophistication and modern fashion.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eCelebration Ready Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIdeal for weddings, festive gatherings, poojas, and parties.\u003c\/li\u003e\n\u003cli\u003eElegant handcrafted detailing creates a luxurious premium look.\u003c\/li\u003e\n\u003cli\u003eLightweight construction ensures effortless festive styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eKanira\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eSmall Peacock Paithani Front-Open Jacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Paithani Silk Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Small Peacock Heritage Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWork Detailing\u003c\/td\u003e\n\u003ctd\u003eGolden Zari Handcrafted Weaving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit \u0026amp; Silhouette\u003c\/td\u003e\n\u003ctd\u003eComfortable Front-Open Contemporary Layering Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Lightweight Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Poojas, Cultural Events, and Indo-Western Styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry Clean Recommended to Preserve Silk Texture and Zari Shine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this Paithani jacket be styled with western outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The versatile front-open silhouette allows you to style it beautifully with sarees and lehengas, while also pairing effortlessly with trousers, dresses, skirts, and Indo-western fusion outfits.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the jacket lightweight enough for long festive events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The jacket is crafted using lightweight breathable Paithani silk fabric that ensures comfortable movement and elegant wearability during long celebrations and ceremonies.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this Paithani jacket unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis jacket beautifully combines authentic small peacock Paithani artistry, luxurious silk fabric, delicate golden zari detailing, and modern fusion styling to create a graceful premium ethnic fashion statement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the silk and zari work?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the softness of the silk fabric, maintain the shine of the zari detailing, and protect the handcrafted weaving for long-lasting elegance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"34-36 SX-S","offer_id":54194832539861,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"38-40 M-L","offer_id":54194832572629,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"42-44 XL-XXL","offer_id":54194832605397,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"46-48 3XL-4XL","offer_id":54194832638165,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"50-52 5XL-6XL","offer_id":54194832670933,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1Q1A0648-copy.webp?v=1771480022"},{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-for-boys-hero-pattern","title":"Kanira Jr Paithani dhoti kurta black- hero pattern","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n\n:root {\n\n    --bg-primary: #210028;\n    --bg-secondary: #32003d;\n\n    --glass-bg: rgba(255, 192, 203, 0.07);\n\n    --glass-border: rgba(255, 215, 0, 0.20);\n\n    --text-primary: #FFD700;\n\n    --text-secondary: #f8dfff;\n\n    --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n    --blur: blur(16px);\n\n    --hover-golden: rgba(255, 215, 0, 0.85);\n\n}\n\n* {\n\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n\n}\n\nbody {\n\n    font-family: 'Poppins', sans-serif;\n\n    background:\n        linear-gradient(\n            135deg,\n            var(--bg-primary),\n            var(--bg-secondary)\n        );\n\n    color: white;\n\n    line-height: 1.7;\n\n    overflow-x: hidden;\n\n}\n\n.container {\n\n    max-width: 1200px;\n\n    margin: 0 auto;\n\n    padding: 40px 20px;\n\n}\n\n.glass-card {\n\n    background: var(--glass-bg);\n\n    backdrop-filter: var(--blur);\n    -webkit-backdrop-filter: var(--blur);\n\n    border-radius: 20px;\n\n    border: 1px solid var(--glass-border);\n\n    padding: 3rem;\n\n    margin: 3rem 0;\n\n    box-shadow: var(--shadow);\n\n    transition: all 0.35s ease;\n\n}\n\n.glass-card:hover {\n\n    transform: translateY(-8px);\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 18px rgba(255, 215, 0, 0.45),\n        0 16px 48px rgba(255, 20, 147, 0.45);\n\n}\n\nh1 {\n\n    font-size: 2.8rem;\n\n    margin-bottom: 1rem;\n\n    color: #FFD700;\n\n    text-align: center;\n\n    font-weight: 700;\n\n    line-height: 1.4;\n\n}\n\nh2 {\n\n    font-size: 2.2rem;\n\n    margin-bottom: 1.5rem;\n\n    color: #FFD700;\n\n    border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n    padding-bottom: 0.75rem;\n\n    font-weight: 700;\n\n}\n\n.overview {\n\n    font-size: 1.15rem;\n\n    line-height: 1.9;\n\n    text-align: center;\n\n    max-width: 850px;\n\n    margin: 0 auto 3rem;\n\n    color: var(--text-secondary);\n\n}\n\n.features-grid {\n\n    display: grid;\n\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n    gap: 2.5rem;\n\n    margin: 2.5rem 0;\n\n}\n\n.feature-group {\n\n    background: rgba(255, 182, 193, 0.06);\n\n    padding: 2rem;\n\n    border-radius: 16px;\n\n    border-left: 4px solid #FFD700;\n\n    transition: all 0.35s ease;\n\n}\n\n.feature-group:hover {\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 16px rgba(255, 215, 0, 0.35);\n\n    transform: translateY(-5px);\n\n}\n\n.feature-group h3 {\n\n    font-size: 1.4rem;\n\n    margin-bottom: 1rem;\n\n    color: #FFD700;\n\n    font-weight: 700;\n\n}\n\nul {\n\n    list-style: none;\n\n    padding-left: 0;\n\n}\n\nul li {\n\n    padding: 1rem 0 1rem 2rem;\n\n    position: relative;\n\n    color: var(--text-secondary);\n\n    border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n}\n\nul li::before {\n\n    content: '▸';\n\n    position: absolute;\n\n    left: 0;\n\n    color: #FFD700;\n\n    font-weight: bold;\n\n    font-size: 1.2rem;\n\n}\n\ntable {\n\n    width: 100%;\n\n    border-collapse: collapse;\n\n    margin: 2rem 0;\n\n    background: rgba(255, 182, 193, 0.05);\n\n    border-radius: 16px;\n\n    overflow: hidden;\n\n}\n\nth,\ntd {\n\n    padding: 1.4rem 1.2rem;\n\n    text-align: left;\n\n    border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n}\n\nth {\n\n    background: rgba(255, 215, 0, 0.12);\n\n    color: #FFD700;\n\n    font-weight: 700;\n\n    white-space: nowrap;\n\n}\n\ntd {\n\n    color: var(--text-secondary);\n\n}\n\ntr:hover td {\n\n    background: rgba(255, 215, 0, 0.04);\n\n}\n\n.faq-item {\n\n    margin-bottom: 1.5rem;\n\n    padding: 1.5rem;\n\n    background: rgba(255, 182, 193, 0.06);\n\n    border-radius: 14px;\n\n    border: 1px solid rgba(255, 215, 0, 0.15);\n\n    transition: all 0.35s ease;\n\n}\n\n.faq-item:hover {\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 15px rgba(255, 215, 0, 0.30);\n\n}\n\n.faq-question {\n\n    font-size: 1.2rem;\n\n    font-weight: 700;\n\n    margin-bottom: 0.8rem;\n\n    cursor: pointer;\n\n    color: #FFD700;\n\n    display: flex;\n\n    justify-content: space-between;\n\n    align-items: center;\n\n}\n\n.faq-question::after {\n\n    \n\n    font-size: 1.5rem;\n\n    transition: transform 0.3s ease;\n\n}\n\n.faq-answer {\n\n    color: var(--text-secondary);\n\n    display: block;\n\n    margin-top: 1rem;\n\n    line-height: 1.8;\n\n    border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n    padding-top: 1rem;\n\n}\n\n@media(max-width:768px) {\n\n    h1 {\n\n        font-size: 2.1rem;\n\n    }\n\n    h2 {\n\n        font-size: 1.8rem;\n\n    }\n\n    .glass-card {\n\n        padding: 2rem;\n\n    }\n\n    th,\n    td {\n\n        padding: 1rem;\n\n        font-size: 0.92rem;\n\n    }\n\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch1\u003eKanira Jr Paithani Dhoti Kurta (Hero Pattern)\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003e\nIntroduce your little champion to the majestic world of Maharashtrian heritage with the Kanira Jr Paithani Dhoti Kurta. Designed especially for infants and toddlers, this premium ethnic ensemble features an elegant Hero Pattern enhanced with sophisticated black butti artistry inspired by traditional Paithani weaving. Blending regal festive aesthetics with lightweight child-friendly tailoring, the set delivers luxurious comfort, breathable wearability, and timeless festive charm perfect for weddings, naming ceremonies, religious occasions, and cultural celebrations.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eTraditional Paithani Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eInspired by authentic Maharashtrian Paithani weaving traditions with refined festive detailing.\u003c\/li\u003e\n\n\u003cli\u003eElegant Hero Pattern styling combined with premium black butti accents creates a royal ethnic appearance.\u003c\/li\u003e\n\n\u003cli\u003eBalances timeless cultural craftsmanship with modern premium finishing for a sophisticated festive look.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eSoft Child-Friendly Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eCrafted using lightweight breathable fabric specially designed for delicate infant and toddler skin.\u003c\/li\u003e\n\n\u003cli\u003eUltra-soft inner lining minimizes irritation, itching, and discomfort during extended wear.\u003c\/li\u003e\n\n\u003cli\u003eFlexible construction allows children to move, play, and celebrate comfortably throughout the day.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePremium Tailoring \u0026amp; Craftsmanship\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eCarefully handcrafted with reinforced stitching for durability and long-lasting festive wear.\u003c\/li\u003e\n\n\u003cli\u003eSemi-structured silhouette maintains a polished ethnic appearance without restricting movement.\u003c\/li\u003e\n\n\u003cli\u003eDesigned specifically for growing infants and toddlers with comfortable festive fitting.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eVersatile Festive Styling\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eIdeal for weddings, naming ceremonies, festive gatherings, pujas, and cultural celebrations.\u003c\/li\u003e\n\n\u003cli\u003eClassic dhoti kurta silhouette delivers timeless ethnic elegance for special occasions.\u003c\/li\u003e\n\n\u003cli\u003ePerfectly suited for traditional family functions and premium festive photography moments.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- SPECIFICATION SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\n\u003ctable\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSpecification\u003c\/th\u003e\n\n\u003cth\u003eDetails\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBrand\u003c\/td\u003e\n\n\u003ctd\u003eKanira Jr\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Paithani Dhoti Kurta Set for Boys\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePattern Style\u003c\/td\u003e\n\n\u003ctd\u003eHero Pattern with Premium Black Butti Detailing\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFabric Composition\u003c\/td\u003e\n\n\u003ctd\u003eSoft Premium Art-Silk Blend with Breathable Inner Lining\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDesign Inspiration\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Maharashtrian Paithani Weaving Artistry\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eLightweight Construction with Child-Friendly Soft Inner Finish\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\n\u003ctd\u003eSemi-Structured Comfortable Traditional Fit\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\n\u003ctd\u003ePremium Reinforced Stitching with Durable Festive Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eWeddings, Festivals, Naming Ceremonies, Religious Events, and Cultural Functions\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eAvailable Sizes\u003c\/td\u003e\n\n\u003ctd\u003eMultiple Infant and Toddler Size Options\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended; Iron on Low Heat\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- FAQ SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs this dhoti kurta suitable for delicate infant skin?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nYes. The outfit is specially crafted using lightweight breathable fabric with an ultra-soft inner lining designed to remain gentle on delicate infant and toddler skin while preventing irritation during long celebrations.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Hero Pattern unique?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nThe Hero Pattern combines traditional Paithani-inspired artistry with elegant black butti detailing to create a regal festive appearance while maintaining a modern child-friendly silhouette.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eCan children comfortably wear this outfit for long events?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nAbsolutely. The lightweight breathable construction and flexible tailoring allow children to move, play, and stay comfortable throughout weddings, festivals, and family celebrations.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eDoes the outfit maintain its premium look after repeated use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nYes. The reinforced stitching and premium craftsmanship help preserve the elegant festive appearance, structural finish, and overall durability even after repeated wear during special occasions.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53587027787989,"sku":"dhoti kurta black butti-hero_12","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587027820757,"sku":"dhoti kurta black butti-hero_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587027853525,"sku":"dhoti kurta black butti-hero_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587027886293,"sku":"dhoti kurta black butti-hero_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587027919061,"sku":"dhoti kurta black butti-hero_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587027951829,"sku":"dhoti kurta black butti-hero_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587027984597,"sku":"dhoti kurta black butti-hero_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587028017365,"sku":"dhoti kurta black butti-hero_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587028050133,"sku":"dhoti kurta black butti-hero_28","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13m00252-copy-768x1024.jpg?v=1775629777"},{"product_id":"paithani-baby-girl-frock-mehndi-silk-with-temple-motif-zari-border-diamond-pattern-copy","title":"Paithani Baby Girl Frock – Purple Wine Silk-Indu Pattern","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Baby Girl Frock – Purple Silk with Golden Zari \u0026amp; Peacock Motifs – Indu Pattern - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            \/* Purple + Golden + Pink Theme *\/\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n            --text-secondary: #f7d9ff;\n\n            --purple-main: #7b2cbf;\n            --purple-dark: #3c096c;\n\n            --gold-main: #ffd700;\n            --gold-light: #ffef99;\n\n            --pink-main: #ff69b4;\n            --pink-light: #ffc0cb;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(\n                135deg,\n                #14001f 0%,\n                #2b0040 35%,\n                #4b006e 70%,\n                #7b2cbf 100%\n            );\n\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: linear-gradient(\n                135deg,\n                rgba(255, 105, 180, 0.12),\n                rgba(123, 44, 191, 0.18)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n            color: #ffd700;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: #ffd700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            text-align: center;\n\n            max-width: 850px;\n            margin: 0 auto 3rem;\n\n            color: var(--pink-light);\n        }\n\n        .features-grid {\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.05);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 5px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 105, 180, 0.08);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n\n            color: var(--pink-main);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '✦';\n\n            position: absolute;\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        th {\n            background: linear-gradient(\n                90deg,\n                rgba(255, 215, 0, 0.18),\n                rgba(255, 105, 180, 0.18)\n            );\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 105, 180, 0.4);\n\n            background: rgba(255, 105, 180, 0.08);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n\n            color: var(--gold-main);\n        }\n\n        .faq-question::after {\n            font-size: 1.5rem;\n\n            color: var(--pink-main);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n\n            padding-top: 1rem;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.6rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Baby Girl Frock – Purple Silk with Golden Zari \u0026amp;\n                Peacock Motifs – Indu Pattern\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Drape your little one in the sublime elegance of premium Indian heritage.\n                While traditional kids' ethnic wear is notorious for being heavy and\n                restrictive, our Paithani Baby Girl Frock offers an innovative solution.\n                Meticulously designed from lightweight, ultra-soft plum purple silk,\n                this dress features striking golden zari peacock motifs that pay homage\n                to authentic craftsmanship. It provides a luxurious aesthetic and deep\n                comfort, ensuring your baby or toddler can play, move, and celebrate\n                freely throughout weddings, naming ceremonies, and cultural festivities.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eLuxurious Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eRich Plum Purple Silk:\u003c\/strong\u003e\n                                Gives a deeply elegant, vibrant, and distinctive\n                                appearance perfect for upscale celebrations.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eOrnate Golden Zari:\u003c\/strong\u003e\n                                Authentic Paithani peacock motifs woven with\n                                high-precision artistry.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eChild-Centric Comfort\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eSmooth Silk Texture:\u003c\/strong\u003e\n                                Soft on delicate skin, eliminating the typical\n                                irritation caused by festive fabrics.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFeather-Light Construction:\u003c\/strong\u003e\n                                Expertly structured so babies and toddlers can\n                                move without feeling weighed down.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDesign \u0026amp; Heritage\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eThe Indu Pattern:\u003c\/strong\u003e\n                                A perfect blend of age-old traditional Indian\n                                styling with modern, non-restrictive cuts.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVersatile Festive Silhouette:\u003c\/strong\u003e\n                                Ideal for long-duration family events, keeping\n                                children happy and picture-perfect.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Soft Paithani Silk Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eRich Plum Purple with Metallic Gold Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eWeaving \u0026amp; Embellishments\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Authentic Golden Zari Embroidery with Peacock Motifs\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eStyle Pattern\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Indu Pattern (Modern ethnic fusion cut for babies)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eWeight Profile\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ultra-Lightweight, breathable structure for maximum mobility\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eOccasion Type\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Festivals, Weddings, Naming Ceremonies,\n                                and Cultural Programs\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Dry Clean Only recommended to preserve silk texture\n                                and delicate zari work\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n                \u003cdiv class=\"faq-list\"\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the inner lining comfortable for highly sensitive baby skin?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. While the outer layer showcases rich\n                            Paithani silk and golden zari, the inside is finished\n                            with a smooth, soft texture lining. This ensures that\n                            the delicate skin of your baby remains completely\n                            protected from irritation during extended festive hours.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Why is this frock better than standard traditional ethnic wear?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Standard children's ethnic outfits are often heavy,\n                            stiff, and restrictive. This frock addresses that exact\n                            market issue by combining a high-end heritage aesthetic\n                            with a lightweight, flexible frame that moves effortlessly\n                            as your child crawls, walks, or plays.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Will the golden zari peacock motifs scratch or pull?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No. The ornate peacock motifs are premium zari woven\n                            directly into the fabric, rather than being roughly\n                            glued or hand-patched with sharp borders. The design\n                            has been meticulously finished to make sure there are\n                            no scratchy threads or raw edges.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the best way to clean and care for this silk frock?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To maintain the gorgeous sheen of the plum purple silk\n                            and the rich shine of the golden zari, we recommend\n                            dry cleaning only. Store it in a cool, dry place wrapped\n                            in soft muslin cloth to prevent the zari from oxidizing.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53587155779797,"sku":"grlfrck_indu_purple_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587155812565,"sku":"grlfrck_indu_purple_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587155845333,"sku":"grlfrck_indu_purple_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587155878101,"sku":"grlfrck_indu_purple_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587155910869,"sku":"grlfrck_indu_purple_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587155943637,"sku":"grlfrck_indu_purple_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587155976405,"sku":"grlfrck_indu_purple_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587156009173,"sku":"grlfrck_indu_purple_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587156041941,"sku":"grlfrck_indu_purple_27","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju01999-768x1024.jpg?v=1775635355"},{"product_id":"paithani-baby-girl-lehenga-set-firozi-silk-with-brocade-peplum-top-peacock-zari-border-gita-pattern-copy","title":"Gajari Silk Paithani Baby Girl Lehenga Set- V Neck","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Baby Girl Lehenga Set – Gajari Silk with V-Neck Brocade Blouse \u0026amp; Peacock Zari Border\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            \/* Purple + Golden + Pink Theme *\/\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n            --text-secondary: #f7d9ff;\n\n            --purple-main: #7b2cbf;\n            --purple-dark: #3c096c;\n\n            --gold-main: #ffd700;\n            --gold-light: #ffef99;\n\n            --pink-main: #ff69b4;\n            --pink-light: #ffc0cb;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(\n                135deg,\n                #14001f 0%,\n                #2b0040 35%,\n                #4b006e 70%,\n                #7b2cbf 100%\n            );\n\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: linear-gradient(\n                135deg,\n                rgba(255, 105, 180, 0.12),\n                rgba(123, 44, 191, 0.18)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n            color: #ffd700;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: #ffd700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            color: var(--pink-main);\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            text-align: center;\n\n            max-width: 850px;\n            margin: 0 auto 3rem;\n\n            color: var(--pink-light);\n        }\n\n        .features-grid {\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.05);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 5px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 105, 180, 0.08);\n\n            transform: scale(1.02);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '✦';\n\n            position: absolute;\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        th {\n            background: linear-gradient(\n                90deg,\n                rgba(255, 215, 0, 0.18),\n                rgba(255, 105, 180, 0.18)\n            );\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 105, 180, 0.4);\n\n            background: rgba(255, 105, 180, 0.08);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--gold-main);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n\n            padding-top: 1rem;\n        }\n\n        @media (max-width: 768px) {\n\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.6rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- HERO SECTION --\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Baby Girl Lehenga Set – Gajari Silk with V-Neck Brocade Blouse \u0026amp; Peacock Zari Border\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Introduce your little princess to the timeless elegance of Indian heritage\n                with this exquisite Paithani Baby Girl Lehenga Set.\n                Handcrafted by master artisans,\n                this royal ensemble marries the rich traditions of Gajari red silk\n                and gold zari peacock borders\n                with modern comfort features designed specifically for delicate skin.\n                Whether it is a wedding,\n                festive celebration,\n                or traditional photoshoot,\n                this lightweight and highly breathable outfit\n                ensures your baby girl looks like royalty\n                while enjoying ultimate comfort all day long.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES SECTION --\u003e\n\n        \u003csection id=\"qualities\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePremium Paithani Silk:\u003c\/strong\u003e\n                                Rich red silk fabric utilizing authentic,\n                                traditional weaving methods.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eHandcrafted Legacy:\u003c\/strong\u003e\n                                Meticulously crafted by local artisans\n                                to keep India's rich weaving heritage alive.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eRoyal Detailing\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eV-Neck Brocade Blouse:\u003c\/strong\u003e\n                                Stunning V-neck pattern adorned\n                                with a highly intricate,\n                                woven texture.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFlared Zari Lehenga:\u003c\/strong\u003e\n                                Magnificently flared skirt completed\n                                with a brilliant gold zari peacock border.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDesigned for Baby Comfort\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eUltra-Soft Lining:\u003c\/strong\u003e\n                                Gentle, breathable interior lining\n                                that keeps sensitive baby skin free from irritation.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePractical \u0026amp; Lightweight:\u003c\/strong\u003e\n                                Extremely lightweight construction\n                                with an easy-fit waistband or zipper\n                                for hassle-free wear.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- SPECIFICATIONS SECTION --\u003e\n\n        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Gajari Red Silk Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eBlouse Style\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eElegant V-Neck with Rich Brocade Weaving\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eLehenga Pattern\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eFlared Silk with Traditional Gold Zari Peacock Border\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eInterior Lining\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eUltra-Soft Comfort Lining (irritation-free)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eClosure\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eEasy-fit elasticated waistband or premium secure zipper\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eCraftsmanship\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eArtisan Handcrafted Paithani Heritage Weave\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eUltra-lightweight design tailored for baby comfort\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eRecommended Use\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eFestive Celebrations, Weddings, Family Functions, and Photoshoots\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eDry Clean Only to preserve the luster of silk and zari work\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- FAQ SECTION --\u003e\n\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n                \u003cdiv class=\"faq-list\"\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the fabric safe and comfortable for newborn and baby skin?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely.\n                            While the exterior of the lehenga showcases rich,\n                            royal silk and gold zari work,\n                            the interior is entirely layered\n                            with an ultra-soft,\n                            breathable lining designed specifically\n                            to protect delicate baby skin\n                            from irritation or itching.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What makes this Paithani outfit different from generic kids' ethnic wear?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike mass-produced clothing,\n                            this set incorporates authentic,\n                            handcrafted Paithani weaving\n                            and real artisan-made details.\n                            It strikes the perfect balance\n                            between regal heritage looks\n                            and child-friendly practicality,\n                            ensuring it remains comfortable to wear\n                            while standing out as a valuable festive keepsake.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How does the lehenga fit, and is it easy to change?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The lehenga features a flexible,\n                            easy-fit waistband and\/or high-quality zipper design.\n                            This ensures a snug yet non-restrictive fit\n                            that allows your baby girl\n                            to move, crawl, or walk easily\n                            during long family functions.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How should I wash and care for this garment?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To maintain the brilliant red Gajari color,\n                            preserve the intricate brocade pattern,\n                            and protect the gold zari border,\n                            we strongly recommend professional dry cleaning only.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53587536150741,"sku":"grllehnga_gajari_v-neck_pk_12","price":899.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587536183509,"sku":"grllehnga_gajari_v-neck_pk_14","price":999.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587536216277,"sku":"grllehnga_gajari_v-neck_pk_16","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587536249045,"sku":"grllehnga_gajari_v-neck_pk_18","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587536281813,"sku":"grllehnga_gajari_v-neck_pk_20","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587536314581,"sku":"grllehnga_gajari_v-neck_pk_22","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587536347349,"sku":"grllehnga_gajari_v-neck_pk_24","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587536380117,"sku":"grllehnga_gajari_v-neck_pk_26","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587536412885,"sku":"grllehnga_gajari_v-neck_pk_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30(8Y to 9Y)","offer_id":54194571706581,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true},{"title":"32(9Y to 10Y)","offer_id":54194571739349,"sku":null,"price":1899.0,"currency_code":"INR","in_stock":true},{"title":"34(10Y to 11Y)","offer_id":54194571772117,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02275-768x1024.jpg?v=1775645432"},{"product_id":"paithani-clutch-with-golden-zari-weaving-sling-chain","title":"Paithani Clutch with Golden Zari","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --bg-primary: #2b0a3d;\n            --bg-secondary: #4b1366;\n            --glass-bg: rgba(255, 255, 255, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.2);\n            --text-primary: #ffd86b;\n            --text-secondary: #f4d9e7;\n            --shadow: 0 8px 32px rgba(0, 0, 0, 0.8);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #2b0a3d, #4b1366, #7a1f7c);\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.4);\n            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.9);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.04);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.4);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ff8fc7;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 255, 255, 0.03);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 255, 255, 0.12);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 255, 255, 0.04);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            color: var(--text-primary);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            display: block;\n            margin-top: 1rem;\n            line-height: 1.6;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Clutch with Golden Zari Weaving \u0026amp; Sling Chain\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eImmerse yourself in royal heritage with this breathtaking festive accessory. By beautifully uniting the legendary artistry of traditional Maharashtrian Paithani weaving with contemporary fashion sensibilities, this clutch offers an accessible, premium gateway to authentic heritage style. Designed specifically for weddings, sangeets, and grand festivals, it serves as the ultimate statement piece to elevate your favorite sarees and lehengas while offering modern carrying convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eRoyal Artisanal Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eWoven from premium semi-Paithani fabric showcasing stunning, detailed handloom motifs.\u003c\/li\u003e\n\u003cli\u003eEnhanced with exquisite, all-over golden zari weaving that captures and reflects light elegantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDual-Carrying Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures an integrated, sturdy top handle for a classic and sophisticated handheld clutch aesthetic.\u003c\/li\u003e\n\u003cli\u003eIncludes a sleek, metallic detachable sling chain for convenient hands-free styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSophisticated Structure\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted with a rigid, structured silhouette to maintain a refined, high-end profile even when full.\u003c\/li\u003e\n\u003cli\u003eDesigned with clean lines that exude a polished, upscale, and timeless appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFunctional Spaciousness\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eThoughtfully proportioned interior to effortlessly accommodate large smartphones, makeup, and keys.\u003c\/li\u003e\n\u003cli\u003eEngineered to seamlessly balance cultural elegance with modern-day, on-the-go utility.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Semi-Paithani Fabric with high-density Golden Zari Weaving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSilhouette\u003c\/td\u003e\n\u003ctd\u003eRigid Structured Box Frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarrying Options\u003c\/td\u003e\n\u003ctd\u003eDual-way: Top Handle and Detachable Metallic Sling Chain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eClasp Type\u003c\/td\u003e\n\u003ctd\u003eSecure Luxury Metallic Snap Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Compartment\u003c\/td\u003e\n\u003ctd\u003eSpacious main pocket lined with protective premium lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAccommodates\u003c\/td\u003e\n\u003ctd\u003eSmartphones, keys, cosmetics, currency, and travel essentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Diwali celebrations, Puja gatherings, and Luxury Heritage Gifting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"faqs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill my smartphone fit inside this clutch? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The clutch features a spacious interior specifically tailored to easily fit large-screen smartphones alongside other daily essentials like lipsticks, keys, and cards.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow versatile are the carrying options? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eExtremely versatile. You can hold it elegantly by the structured top handle during formal occasions, or attach the sleek metallic sling chain to drape it over your shoulder for hands-free convenience at lively festive gatherings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes Semi-Paithani fabric a great choice? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eSemi-Paithani fabric captures the opulent aesthetic and intricate motifs of traditional handloom silk Paithani, but at a more accessible, durable, and practical price point, making luxury heritage design highly wearable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean and maintain the golden zari work? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eWe recommend spot cleaning with a soft, dry microfiber cloth. Avoid exposing the delicate zari weaving to water, chemical perfumes, or sharp jewelry items to maintain its brilliant metallic luster for years to come.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593649774805,"sku":"zari_sling_chain","price":849.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/kp-clutch-20-768x768.webp?v=1775715605"},{"product_id":"readymade-gudi-orange-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Orange- Festival Gudi Padwa","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eReadymade Gudi Orange \/ Maharashtrian Festival Gudi Padwa Stand \/ GudiPadwa Decoration Showpiece - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B145F;\n            --glass-bg: rgba(255, 192, 203, 0.10);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8D7FF;\n            --shadow: 0 8px 32px rgba(75, 20, 95, 0.8);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #2D0B45, #4B145F, #7B1FA2);\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(75, 20, 95, 0.9);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            text-align: center;\n            font-weight: 700;\n            letter-spacing: -0.5px;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 900px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.5);\n            transition: all 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 192, 203, 0.12);\n        }\n\n        .feature-group h3 {\n            font-size: 1.3rem;\n            margin-bottom: 0.5rem;\n            color: #FFD700;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 0.95rem;\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #FFD700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.15);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.15);\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 215, 0, 0.4);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #FFD700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            display: block;\n            margin-top: 1rem;\n            border-top: 1px solid rgba(255, 215, 0, 0.1);\n            padding-top: 1rem;\n            line-height: 1.8;\n        }\n\n        @media (max-width: 768px) {\n\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n        }\n    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- HERO SECTION --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eReadymade Orange Gudi Padwa Stand \u0026amp; Traditional Showpiece\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Welcome the auspicious new year with grace, elegance, and absolute ease.\n                Specifically designed for modern, busy households,\n                this Readymade Gudi Showpiece honors vibrant Maharashtrian heritage\n                without demanding hours of elaborate setup.\n                Beautifully draped in premium orange Butti fabric featuring\n                an authentic golden Paithani border,\n                it serves as an inspiring focal point\n                for your home entryway, living space, or temple decor.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES --\u003e\n        \u003csection id=\"features\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eHassle-Free \u0026amp; Instant Setup\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            No manual assembly, complex draping,\n                            or complicated instructions required.\n                            Simply unpack and place this beautiful Gudi\n                            to immediately elevate your festive ambiance.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Paithani Aesthetics\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Draped in a rich, vibrant orange Butti fabric\n                            and finished with a shimmering golden Paithani border\n                            that beautifully captures authentic\n                            Maharashtrian textile art.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDurable \u0026amp; Reusable Design\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Engineered for longevity,\n                            this showpiece is crafted from high-quality materials,\n                            allowing you to easily store and reuse it\n                            for annual celebrations.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatile Festive Appeal\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            A spectacular addition to your home entryway,\n                            family temple, or living room,\n                            blending timeless cultural symbols with clean,\n                            space-saving modern convenience.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- SPECIFICATIONS --\u003e\n        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eProduct Type\u003c\/td\u003e\n                            \u003ctd\u003ePre-assembled Gudi Padwa Festive Showpiece \u0026amp; Stand\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Color Palette\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Festive Orange with Shimmering Gold Accent Borders\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eFabric Material\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Premium Grade Butti Fabric featuring\n                                a traditional Paithani Border\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Required\u003c\/td\u003e\n                            \u003ctd\u003eNone (Ready to display right out of the box)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDurability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Highly resilient, dust-resistant,\n                                and reusable for multiple years\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eRecommended Placement\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Home Entrance,\n                                Living Room Tabletop,\n                                Puja Room,\n                                or Temple Alcoves\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- FAQs --\u003e\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n                \u003cdiv class=\"faq-list\"\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Does this Gudi Padwa stand require any manual assembly?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No assembly is required at all.\n                            This product is a ready-to-display,\n                            fully pre-assembled showpiece designed\n                            to save you time and hassle during\n                            your busy festive preparations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How should I store this Gudi for next year's celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We recommend wiping it down with a soft,\n                            dry microfibre cloth to remove any dust\n                            and storing it inside a cool,\n                            dry protective box or bag away from\n                            direct moisture and humidity.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Are the fabric colors durable, or will they fade over time?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We use highly durable, premium-grade Butti fabric\n                            and golden thread borders designed\n                            to maintain their rich color and luster\n                            over years of seasonal use.\n                            Keep away from direct, prolonged sunlight\n                            to ensure optimal longevity.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this Gudi suitable for outdoor display?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            While it is perfect for covered entrances,\n                            balconies, and indoor spaces\n                            (like living rooms or mandirs),\n                            we recommend keeping it sheltered from direct rainfall,\n                            heavy winds, and extreme outdoor weather elements.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53600082821333,"sku":"gudi_simple_orange","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-orgae-1-768x768.jpg?v=1775800867"}],"url":"https:\/\/kanira.in\/collections\/featured-collections.oembed","provider":"kanirapaithani","version":"1.0","type":"link"}