{"title":"Home page","description":"\u003cp data-start=\"111\" data-end=\"179\"\u003e\u003cstrong data-start=\"111\" data-end=\"177\"\u003eKanira Paithani – Authentic Handloom Ethnic Wear \u0026amp; Accessories\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"181\" data-end=\"516\"\u003eWelcome to Kanira.in, your destination for authentic Paithani handloom products inspired by the rich heritage of Maharashtra. Discover a premium collection of Paithani outfits for men, women, and kids, including jackets, lehengas, frocks, dhoti kurtas, and ethnic sets crafted with intricate zari work and vibrant traditional motifs.\u003c\/p\u003e\n\u003cp data-start=\"518\" data-end=\"856\"\u003eAt Kanira, we bring together timeless craftsmanship and modern style, offering beautifully designed Paithani clothing and accessories for weddings, festivals, and cultural celebrations. Explore our range of Paithani accessories, handbags, torans, festive décor, and Ganpati decorations that add elegance and tradition to every occasion.\u003c\/p\u003e\n\u003cp data-start=\"858\" data-end=\"1123\"\u003eEach product reflects the artistry of skilled weavers, celebrating generations of handloom expertise and cultural legacy. Whether you're looking for festive wear or traditional décor, Kanira offers handcrafted designs that blend heritage with contemporary appeal.\u003c\/p\u003e\n\u003cp data-start=\"1125\" data-end=\"1243\"\u003eShop Paithani online at Kanira and experience authentic Indian handloom crafted with passion, tradition, and elegance.\u003c\/p\u003e","products":[{"product_id":"kanira-paithani-jacket-for-men-diamond-design","title":"Kanira Paithani jacket for Mens Diamond","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        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\u003eKanira Paithani Jacket for Mens Diamond\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eStep into refined heritage with the Kanira Paithani Jacket for Men – Diamond Edition. Expertly crafted to merge timeless Paithani artistry with modern masculine sophistication, this premium festive jacket showcases intricate diamond-inspired motifs enriched with elegant golden zari detailing. Designed for weddings, cultural celebrations, festive occasions, and Indo-western styling, the lightweight breathable construction ensures luxurious comfort while delivering a sharp and distinguished statement throughout every celebration.\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\u003eTraditional Diamond Motif Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Paithani weaving traditions and geometric artistry.\u003c\/li\u003e\n\u003cli\u003eIntricate diamond motifs create a regal and sophisticated festive appearance.\u003c\/li\u003e\n\u003cli\u003eBlends Indian heritage craftsmanship with modern structured styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Silk Blend Finish\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using lightweight premium silk-blend fabric for luxurious comfort.\u003c\/li\u003e\n\u003cli\u003eSoft breathable inner lining supports effortless all-day wearability.\u003c\/li\u003e\n\u003cli\u003eGolden zari accents add refined festive brilliance and elegance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eContemporary Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTailored contemporary silhouette designed for versatile ethnic layering.\u003c\/li\u003e\n\u003cli\u003ePairs effortlessly with kurtas, dhotis, trousers, and Indo-western ensembles.\u003c\/li\u003e\n\u003cli\u003ePerfect balance of royal heritage aesthetics and modern fashion appeal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eCelebration Ready Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUltra-lightweight structure allows unrestricted movement during long events.\u003c\/li\u003e\n\u003cli\u003eBreathable construction keeps you comfortable throughout celebrations.\u003c\/li\u003e\n\u003cli\u003eIdeal for weddings, poojas, receptions, and festive gatherings.\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!-- SPECIFICATION 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\u003eMen’s Diamond 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 Silk Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Diamond Paithani Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWork Detailing\u003c\/td\u003e\n\u003ctd\u003eElegant Golden Zari Weaving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit \u0026amp; Silhouette\u003c\/td\u003e\n\u003ctd\u003eTailored Contemporary Festive Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Lightweight Construction with Smooth Inner Lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Cultural Events, Receptions, and Indo-Western Styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eProfessional Dry Clean Recommended to Preserve Fabric Texture and Zari Finish\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\"\u003eWhat makes the Kanira Diamond Paithani Jacket unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe jacket combines authentic Paithani-inspired diamond motifs, premium silk-blend craftsmanship, and refined golden zari detailing to create a sophisticated fusion of traditional Indian heritage and contemporary men’s festive fashion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern Indo-western outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Its versatile tailored silhouette pairs beautifully with traditional kurtas and dhotis as well as modern trousers, shirts, and Indo-western festive ensembles for a stylish fusion appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the jacket comfortable for long festive celebrations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The lightweight breathable construction and smooth inner lining are specifically designed to provide comfort, flexibility, and effortless movement throughout long weddings and cultural gatherings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the fabric and zari detailing?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the richness of the silk-blend texture, maintain the crisp tailored structure, and protect the intricate golden zari detailing 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":"34XS","offer_id":53215739412693,"sku":"jacket Diamond_34","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"36S","offer_id":53215739445461,"sku":"jacket Diamond_36","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"38M","offer_id":53215739478229,"sku":"jacket Diamond_38","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"40L","offer_id":53215739510997,"sku":"jacket Diamond_40","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"42XL","offer_id":53215739543765,"sku":"jacket Diamond_42","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"44 2XL","offer_id":53215739576533,"sku":"jacket Diamond_44","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"46 3XL","offer_id":53215739609301,"sku":"jacket Diamond_46","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"48-4XL","offer_id":53215739642069,"sku":"jacket Diamond_48","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"50 5XL","offer_id":53215739674837,"sku":"jacket Diamond_50","price":2199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/DSC_0050__-edited-768x1024_1.jpg?v=1771412896"},{"product_id":"kanira-paithani-jacket-for-men-double-peacock","title":"Kanira Paithani jacket for Mens Double Peacoak","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        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\u003eKanira Paithani Jacket for Men – Double Peacock Edition\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eRedefine festive sophistication with the Kanira Double Peacock Paithani Jacket for Men. Inspired by the grandeur of traditional Maharashtrian Paithani artistry, this elegant Nehru-style jacket combines iconic double peacock motifs with modern structured tailoring for a distinguished ethnic statement. Crafted from premium lightweight silk-blend fabric and enhanced with rich zari-inspired detailing, it offers breathable comfort, refined elegance, and versatile styling perfect for weddings, celebrations, and Indo-western fashion.\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 Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by iconic Maharashtrian Paithani weaving traditions.\u003c\/li\u003e\n\u003cli\u003eFeatures elegant double peacock motifs symbolizing royalty and prosperity.\u003c\/li\u003e\n\u003cli\u003eBlends timeless craftsmanship with modern masculine sophistication.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Lightweight Fabric\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using soft lightweight silk-blend fabric for luxurious comfort.\u003c\/li\u003e\n\u003cli\u003eBreathable inner lining supports long festive wearability.\u003c\/li\u003e\n\u003cli\u003eRich sheen finish enhances the premium celebratory look.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTailored Modern Structure\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eStructured Nehru jacket silhouette delivers a sharp refined appearance.\u003c\/li\u003e\n\u003cli\u003eDesigned for elegant movement without stiffness or heaviness.\u003c\/li\u003e\n\u003cli\u003ePerfect balance between traditional ethnic wear and modern tailoring.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Occasion Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs effortlessly with kurtas, dhotis, trousers, and Indo-western outfits.\u003c\/li\u003e\n\u003cli\u003eIdeal for weddings, engagements, festive rituals, and family celebrations.\u003c\/li\u003e\n\u003cli\u003eCreates a polished statement look across traditional and fusion fashion.\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!-- SPECIFICATION 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\u003eMen’s Double Peacock Paithani Nehru Jacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Silk-Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Double Peacock Paithani Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWork Detailing\u003c\/td\u003e\n\u003ctd\u003eElegant Zari-Inspired Heritage Weaving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit \u0026amp; Silhouette\u003c\/td\u003e\n\u003ctd\u003eStructured Regular Fit with Mandarin Collar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Inner Lining with Lightweight Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Engagements, Festivals, Cultural Events, and Family Gatherings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry Clean Recommended to Maintain Fabric Finish and Motif Precision\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\"\u003eWhat makes this Double Peacock Paithani Jacket unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis jacket combines iconic double peacock Paithani motifs with modern structured tailoring, creating a sophisticated ethnic garment that celebrates Maharashtrian heritage while maintaining contemporary masculine elegance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The versatile Nehru silhouette pairs beautifully with traditional kurtas and dhotis as well as modern shirts, trousers, and Indo-western festive ensembles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the jacket comfortable for long ceremonies and celebrations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The lightweight silk-blend construction and breathable inner lining ensure comfortable movement and all-day wearability during weddings, receptions, and festive gatherings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I care for the jacket?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the structure, sheen, motif detailing, and overall premium finish of the jacket 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":"34XS","offer_id":53215795151061,"sku":"Jacket Double peacock_34","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"36S","offer_id":53215795183829,"sku":"Jacket Double peacock_36","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"38M","offer_id":53215795216597,"sku":"Jacket Double peacock_38","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"40L","offer_id":53215795249365,"sku":"Jacket Double peacock_40","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"42XL","offer_id":53215795282133,"sku":"Jacket Double peacock_42","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"44 2XL","offer_id":53215795314901,"sku":"Jacket Double peacock_44","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"46 3XL","offer_id":53215795347669,"sku":"Jacket Double peacock_46","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"48-4XL","offer_id":53215795380437,"sku":"Jacket Double peacock_48","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"50 5XL","offer_id":53215795413205,"sku":"Jacket Double peacock_50","price":2199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/DSC_0064__-edited-768x1024.jpg?v=1771414384"},{"product_id":"kanira-paithani-jacket-for-men-jodi-peacock","title":"Kanira Paithani jacket for Mens Jodi Peacock","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        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\u003eKanira Paithani Jacket for Men - Jodi Peacock Edition\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive wardrobe with the regal artistry of the Kanira Paithani Jacket. Inspired by the timeless beauty of authentic Maharashtrian Paithani weaving, this luxurious men’s jacket features the legendary Jodi Peacock motif symbolizing celebration, prosperity, and royal elegance. Designed for the modern gentleman, the jacket blends lightweight comfort, refined structure, and heritage craftsmanship into a statement piece ideal for weddings, cultural festivities, and grand traditional occasions.\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 Jodi Peacock Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures the iconic twin peacock Paithani motif inspired by Maharashtrian weaving traditions.\u003c\/li\u003e\n\u003cli\u003eSymbolizes royalty, celebration, harmony, and timeless Indian craftsmanship.\u003c\/li\u003e\n\u003cli\u003eDesigned to create a regal ethnic statement for festive occasions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Festive Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted with lightweight breathable fabric for prolonged celebrations.\u003c\/li\u003e\n\u003cli\u003eEliminates the heaviness commonly associated with traditional festive wear.\u003c\/li\u003e\n\u003cli\u003eProvides exceptional comfort from daytime rituals to evening receptions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Structured Tailoring\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEngineered with a sharp structured fit for a polished appearance.\u003c\/li\u003e\n\u003cli\u003eMaintains a clean silhouette while allowing comfortable movement.\u003c\/li\u003e\n\u003cli\u003ePerfectly balances traditional grandeur with contemporary sophistication.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSoft Inner Lining Finish\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFinished with an ultra-soft inner lining for enhanced comfort.\u003c\/li\u003e\n\u003cli\u003eGentle breathable texture ensures smooth all-day wearability.\u003c\/li\u003e\n\u003cli\u003eIdeal for long weddings, festive events, and family ceremonies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVibrant Paithani Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDetailed with rich vibrant weaving inspired by traditional Paithani aesthetics.\u003c\/li\u003e\n\u003cli\u003eCreates a luxurious visual contrast that stands out beautifully.\u003c\/li\u003e\n\u003cli\u003eEnhances festive styling with elegant handcrafted appeal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Indo-Western Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs effortlessly with kurtas, dhotis, silk shirts, and trousers.\u003c\/li\u003e\n\u003cli\u003ePerfect for traditional ethnic wear and modern fusion fashion.\u003c\/li\u003e\n\u003cli\u003eSuitable for weddings, receptions, poojas, and premium cultural gatherings.\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!-- SPECIFICATION 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\u003ePaithani Jodi Peacock Men’s Jacket \/ Nehru Jacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Poly-Silk Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Jodi Peacock (Twin Peacock) Heritage Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Lining\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Comfort Lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit \u0026amp; Structure\u003c\/td\u003e\n\u003ctd\u003eStructured Regular Fit with Contemporary Tailoring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eLightweight Breathable Construction for Long Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Engagements, Festivals, Family Celebrations, and Cultural Events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eProfessional Dry Clean Recommended to Maintain Fabric and Weave Quality\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\"\u003eWhat makes the Jodi Peacock motif unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Jodi Peacock motif is one of the most iconic patterns in traditional Paithani weaving. It symbolizes celebration, prosperity, elegance, and royal heritage, making it especially popular for weddings and festive occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this jacket comfortable for long events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight fabric construction combined with the breathable soft inner lining ensures excellent comfort during extended ceremonies, receptions, and festive gatherings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The versatile structured design pairs beautifully with traditional kurtas and dhotis, while also complementing Indo-western outfits, silk shirts, trousers, and fusion styling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the jacket’s quality?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the fabric structure, maintain the vibrant Paithani artistry, and protect the intricate woven detailing 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":"34XS","offer_id":53215810617557,"sku":"Jacket Jodi Peacock_34","price":1549.0,"currency_code":"INR","in_stock":false},{"title":"36S","offer_id":53215810650325,"sku":"Jacket Jodi Peacock_36","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"38M","offer_id":53215810683093,"sku":"Jacket Jodi Peacock_38","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"40L","offer_id":53215810715861,"sku":"Jacket Jodi Peacock_40","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"42XL","offer_id":53215810748629,"sku":"Jacket Jodi Peacock_42","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"44 2XL","offer_id":53215810781397,"sku":"Jacket Jodi Peacock_44","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"46 3XL","offer_id":53215810814165,"sku":"Jacket Jodi Peacock_46","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"48-4XL","offer_id":53215810846933,"sku":"Jacket Jodi Peacock_48","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"50 5XL","offer_id":53215810879701,"sku":"Jacket Jodi Peacock_50","price":2199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/DSC_0074.jpg?v=1771415059"},{"product_id":"kanira-paithani-jacket-for-men-parrot-peacock","title":"Kanira Paithani jacket for Mens Parrot Peacock","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        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\u003eKanira Paithani Jacket for Men - Parrot Peacock Edition\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive wardrobe with the timeless artistry of the Kanira Paithani Jacket. Inspired by authentic Maharashtrian Paithani weaving traditions, this luxurious men’s jacket features vibrant Parrot and Peacock motifs that symbolize celebration, elegance, and royal heritage. Crafted with lightweight comfort and structured modern tailoring, this statement piece effortlessly blends traditional craftsmanship with contemporary sophistication for weddings, festive rituals, and premium cultural occasions.\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 Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by traditional Maharashtrian Paithani weaving artistry.\u003c\/li\u003e\n\u003cli\u003eFeatures iconic Parrot and Peacock motifs symbolizing beauty and celebration.\u003c\/li\u003e\n\u003cli\u003eCaptures the richness of timeless Indian textile craftsmanship.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVibrant Festive Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDetailed with vivid colorful motifs for a striking ethnic appearance.\u003c\/li\u003e\n\u003cli\u003eDesigned to stand out beautifully in festive gatherings and photography.\u003c\/li\u003e\n\u003cli\u003eCreates a luxurious handcrafted visual appeal for premium occasions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Comfortable Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted with lightweight breathable fabric for prolonged celebrations.\u003c\/li\u003e\n\u003cli\u003eEnsures comfortable wearability throughout weddings and cultural events.\u003c\/li\u003e\n\u003cli\u003eProvides ease of movement without compromising elegant structure.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eStructured Tailored Fit\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEngineered with a polished silhouette and reinforced shoulder structure.\u003c\/li\u003e\n\u003cli\u003eMaintains a sharp sophisticated appearance throughout the day.\u003c\/li\u003e\n\u003cli\u003ePerfectly balances heritage styling with modern tailoring.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Indo-Western Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs effortlessly with kurtas, dhotis, shirts, and trousers.\u003c\/li\u003e\n\u003cli\u003eIdeal for both traditional ethnic wear and fusion fashion styling.\u003c\/li\u003e\n\u003cli\u003eSuitable for weddings, poojas, receptions, and festive celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Festive Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for grand celebrations with refined luxury detailing.\u003c\/li\u003e\n\u003cli\u003eCombines cultural richness with modern masculine sophistication.\u003c\/li\u003e\n\u003cli\u003eCreates a memorable premium statement for special occasions.\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!-- SPECIFICATION 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\u003eParrot Peacock Paithani Men’s Jacket \/ Nehru Jacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Festive Fabric Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Parrot \u0026amp; Peacock Paithani Heritage Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit \u0026amp; Structure\u003c\/td\u003e\n\u003ctd\u003eStructured Slim-to-Regular Contemporary Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eLightweight Breathable Construction for Long Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\u003ctd\u003ePairs with Kurtas, Dhotis, Shirts, and Indo-Western Outfits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Family Poojas, Cultural Gatherings, and Celebrations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eProfessional Dry Clean Recommended to Preserve Fabric and Motif Quality\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\"\u003eWhat makes the Parrot Peacock design unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Parrot and Peacock motifs are inspired by authentic Paithani weaving traditions and symbolize beauty, celebration, prosperity, and rich Maharashtrian cultural heritage, making the jacket ideal for festive occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the jacket comfortable for long celebrations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight breathable fabric construction is specifically designed for prolonged weddings, rituals, and festive gatherings while maintaining excellent comfort and elegant wearability.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The versatile tailored design pairs beautifully with traditional kurtas and dhotis as well as Indo-western shirts, trousers, and fusion fashion ensembles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the jacket’s premium quality?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the vibrant colors, maintain the fabric structure, and protect the intricate Paithani-inspired motif detailing 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":"34XS","offer_id":53215824904405,"sku":"Jacket Parrot Peacock_34","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"36S","offer_id":53215824937173,"sku":"Jacket Parrot Peacock_36","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"38M","offer_id":53215824969941,"sku":"Jacket Parrot Peacock_38","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"40L","offer_id":53215825002709,"sku":"Jacket Parrot Peacock_40","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"42XL","offer_id":53215825035477,"sku":"Jacket Parrot Peacock_42","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"44 2XL","offer_id":53215825068245,"sku":"Jacket Parrot Peacock_44","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"46 3XL","offer_id":53215825101013,"sku":"Jacket Parrot Peacock_46","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"48-4XL","offer_id":53215825133781,"sku":"Jacket Parrot Peacock_48","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"50 5XL","offer_id":53215825166549,"sku":"Jacket Parrot Peacock_50","price":2199.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/14-768x768.webp?v=1771415538"},{"product_id":"kanira-paithani-topi-for-men-double-peacock","title":"Kanira Paithani Topi for Mens Double Peacock","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\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        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        @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 Paithani Topi for Mens Double Peacock\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003eCelebrate timeless Maharashtrian heritage with the Kanira Paithani Topi featuring the majestic Double Peacock weave. Crafted to combine traditional royal artistry with modern lightweight comfort, this premium pre-structured topi offers an elegant alternative to bulky traditional phetas. Showcasing intricate double peacock motifs symbolizing grace, beauty, and prosperity, it enhances your festive attire with regal sophistication—perfect for weddings, pujas, cultural celebrations, and traditional gatherings.\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 Double Peacock Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eFeatures the iconic double peacock Paithani motif inspired by authentic Maharashtrian weaving artistry.\u003c\/li\u003e\n\n\u003cli\u003eThe twin peacock design symbolizes prosperity, elegance, beauty, and royal cultural heritage.\u003c\/li\u003e\n\n\u003cli\u003eIntricate festive detailing delivers a luxurious and visually striking traditional appearance.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eLightweight Breathable Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eCrafted with breathable premium fabric for long-lasting comfort during extended ceremonies.\u003c\/li\u003e\n\n\u003cli\u003eLightweight ergonomic structure prevents heaviness and excessive heat buildup.\u003c\/li\u003e\n\n\u003cli\u003eSoft inner lining provides smooth, irritation-free wear throughout festive occasions.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eStructured Royal Fit\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003ePre-shaped structured design maintains an elegant traditional silhouette effortlessly.\u003c\/li\u003e\n\n\u003cli\u003eSemi-rigid construction helps preserve the topi’s crisp festive appearance.\u003c\/li\u003e\n\n\u003cli\u003eDesigned for secure, comfortable fitting while enhancing ceremonial styling.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eVersatile Ethnic Styling\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003ePairs beautifully with kurtas, sherwanis, dhotis, and Indo-western festive outfits.\u003c\/li\u003e\n\n\u003cli\u003ePerfect for weddings, poojas, religious ceremonies, festivals, and cultural functions.\u003c\/li\u003e\n\n\u003cli\u003eAdds a refined royal finishing touch to both classic and contemporary ethnic wear.\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\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 Topi for Men\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePattern Design\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Double Peacock Heritage Motif\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eMaterial Composition\u003c\/td\u003e\n\n\u003ctd\u003ePremium Paithani Blend Fabric with Soft Comfort Inner Lining\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\n\u003ctd\u003eSemi-Rigid Structured Traditional Fit\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eLightweight Breathable Ergonomic Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Pairing\u003c\/td\u003e\n\n\u003ctd\u003eKurtas, Sherwanis, Dhotis, and Festive Indo-Western Wear\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eIndian Weddings, Festivals, Religious Rituals, Cultural Programs, and Family Celebrations\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eDry Clean Recommended to Preserve Embroidery, Fabric Finish, and Structural Shape\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\"\u003eWhat does the Double Peacock motif represent?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe Double Peacock Paithani motif symbolizes grace, prosperity, elegance, and royal Maharashtrian heritage. It is one of the most admired traditional festive designs used in authentic Paithani artistry.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs this topi suitable for long wedding ceremonies?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight breathable structure and soft inner lining are designed to provide exceptional comfort during extended weddings, pujas, cultural gatherings, and festive celebrations.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eDoes the topi maintain its shape after use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The semi-rigid structured construction helps the topi retain its elegant traditional silhouette even after extended wear and careful storage.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhich outfits pair best with this Paithani Topi?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe topi complements kurtas, sherwanis, dhotis, and Indo-western festive outfits beautifully, adding a refined royal touch to your overall ethnic appearance.\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":"Default Title","offer_id":53215831785685,"sku":"KPT-GZW-04","price":399.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/kp-clutch-11-768x768.webp?v=1771416264"},{"product_id":"kanira-paithani-topi-for-men-jodi-peacock","title":"Kanira Paithani Topi for Mens Jodi Peacock","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\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        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        @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 Paithani Topi for Mens Jodi Peacock\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003eEmbrace the royal elegance of Maharashtrian heritage with the Kanira Paithani Topi featuring the iconic Jodi Peacock weave. Designed as a refined alternative to traditional wrapped phetas, this premium pre-stitched headgear combines majestic cultural artistry with lightweight comfort and effortless wearability. Showcasing intricate twin peacock motifs symbolizing royalty and prosperity, it serves as the perfect finishing touch for grooms, festive celebrations, weddings, pujas, and cultural gatherings.\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\u003eRoyal Jodi Peacock Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eFeatures the traditional twin peacock Paithani weave inspired by regal Maharashtrian artistry.\u003c\/li\u003e\n\n\u003cli\u003eThe Jodi Peacock motif symbolizes prosperity, royalty, elegance, and timeless cultural pride.\u003c\/li\u003e\n\n\u003cli\u003eBlends authentic festive craftsmanship with premium modern finishing.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePre-Stitched Lightweight Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eReady-to-wear structured design eliminates the complexity of traditional pheta wrapping.\u003c\/li\u003e\n\n\u003cli\u003eLightweight breathable construction ensures all-day comfort during ceremonies and celebrations.\u003c\/li\u003e\n\n\u003cli\u003eMaintains a sophisticated traditional silhouette without feeling bulky or heavy.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eStructured Festive Fit\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eSemi-rigid structured build helps the topi retain its elegant royal appearance.\u003c\/li\u003e\n\n\u003cli\u003eComfort-focused inner construction provides secure and irritation-free wear.\u003c\/li\u003e\n\n\u003cli\u003eDesigned for effortless styling while preserving authentic traditional aesthetics.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eVersatile Cultural Styling\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003ePairs beautifully with kurtas, sherwanis, dhotis, and festive Indo-traditional outfits.\u003c\/li\u003e\n\n\u003cli\u003ePerfect for weddings, pujas, cultural events, religious ceremonies, and family celebrations.\u003c\/li\u003e\n\n\u003cli\u003eAn excellent heritage gifting choice for grooms, family elders, and distinguished guests.\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\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Pre-Stitched Paithani Topi for Men\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eWeave Design\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Jodi Peacock (Twin Peacock) Heritage Motif\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eMaterial Composition\u003c\/td\u003e\n\n\u003ctd\u003ePremium Paithani-Inspired Art Silk Blend with Metallic Zari Accents\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\n\u003ctd\u003eSemi-Rigid Structured Traditional Fit\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eLightweight Breathable Build with Comfortable Inner Structure\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Pairing\u003c\/td\u003e\n\n\u003ctd\u003eKurtas, Sherwanis, Dhotis, and Indo-Traditional Festive Wear\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eIndian Weddings, Festivals, Religious Rituals, Cultural Gatherings, and Family Celebrations\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eDry Clean Recommended to Preserve Fabric Structure, Weave Detailing, and Color Vibrancy\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\"\u003eWhat makes the Jodi Peacock design special?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe Jodi Peacock motif is a celebrated traditional Paithani design symbolizing royalty, prosperity, and elegance. It reflects rich Maharashtrian weaving heritage and gives the topi a majestic festive appeal.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eDo I need to tie or wrap this topi manually?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo. This Paithani topi features a ready-to-wear pre-stitched structure that offers the elegant appearance of a traditional pheta while ensuring quick and effortless wearability.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs the topi comfortable for weddings and long events?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight breathable construction and structured comfort-focused design make it ideal for extended ceremonies, weddings, cultural gatherings, and festive occasions.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the Paithani weave and zari detailing?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the intricate twin peacock weave, maintain the premium fabric finish, and protect the zari detailing for long-lasting elegance.\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":"Default Title","offer_id":53215841779925,"sku":"KPT-GZW-01","price":399.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/60-768x768.webp?v=1771416545"},{"product_id":"kanira-paithani-topi-for-men-parrot-peacock","title":"Kanira Paithani Topi for Mens Parrot Peacock","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\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        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        @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 Paithani Topi for Mens Parrot Peacock\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003eStep into cultural elegance with a premium modern accessory that reimagines heritage. Traditionally reserved for luxurious sarees, the authentic Paithani textile art is seamlessly integrated into this lightweight and comfortable men's topi. Featuring vibrant motifs of the joyful parrot and the auspicious peacock, it delivers a breathable, structured, and photogenic fit for milestone celebrations, weddings, rituals, and festive gatherings.\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\u003eSymbolic Heritage Artistry\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eDecorated with authentic Paithani-inspired parrot and peacock motifs representing positivity, grace, and prosperity.\u003c\/li\u003e\n\n\u003cli\u003eFeatures vibrant festive color combinations designed to stand out beautifully in wedding and family photographs.\u003c\/li\u003e\n\n\u003cli\u003eBlends timeless Maharashtrian craftsmanship with elegant modern finishing.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eBreathable Festive Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eUltra-lightweight construction allows comfortable wear during long traditional ceremonies and celebrations.\u003c\/li\u003e\n\n\u003cli\u003eBreathable structure minimizes stiffness and heat commonly experienced with heavy ethnic headwear.\u003c\/li\u003e\n\n\u003cli\u003eSoft-touch inner lining ensures irritation-free all-day comfort.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eStructured Traditional Fit\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eSemi-rigid design maintains a neat and elegant traditional silhouette throughout active events.\u003c\/li\u003e\n\n\u003cli\u003eCrafted to sit securely and comfortably while preserving its premium structured appearance.\u003c\/li\u003e\n\n\u003cli\u003eDesigned for effortless wearability without compromising cultural authenticity.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eVersatile Ethnic Styling\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003ePairs effortlessly with kurtas, sherwanis, dhotis, and Indo-western festive outfits.\u003c\/li\u003e\n\n\u003cli\u003eIdeal for weddings, festive pujas, cultural gatherings, and traditional family functions.\u003c\/li\u003e\n\n\u003cli\u003eMakes an elegant gifting option for grooms, family members, and cultural celebrations.\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\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 Topi for Men\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eMaterial Craft\u003c\/td\u003e\n\n\u003ctd\u003ePremium Authentic Paithani Textile Weave\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eMotif Design\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Parrot \u0026amp; Peacock Heritage Patterns\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\n\u003ctd\u003eSemi-Rigid Structured Traditional Fit\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eLightweight Breathable Build with Soft Inner Lining\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Pairing\u003c\/td\u003e\n\n\u003ctd\u003eKurtas, Sherwanis, Dhotis, and Indo-Western Ethnic Wear\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eIndian Weddings, Festivals, Religious Rituals, Cultural Functions, and Family Celebrations\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eDry Clean Recommended to Preserve Metallic Weave and Fabric Structure\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\"\u003eWhat makes this Paithani Topi unique?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eUnlike ordinary ethnic caps, this topi incorporates authentic Paithani-inspired weaving traditionally associated with luxurious Maharashtrian textiles. The parrot and peacock motifs add rich symbolic elegance while maintaining lightweight modern comfort.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs the topi comfortable for long ceremonies and weddings?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The breathable lightweight construction and soft inner lining are specially designed to provide lasting comfort during extended celebrations, rituals, and festive occasions.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhich outfits pair best with this topi?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThis versatile Paithani topi pairs beautifully with kurtas, sherwanis, dhotis, and Indo-western ethnic outfits, adding a refined traditional Maharashtrian touch to your festive appearance.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the topi and its fabric quality?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the intricate weave, maintain the vibrant festive detailing, and protect the premium structure of the topi for long-term use.\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":"Default Title","offer_id":53215844991189,"sku":"KPT-GZW-03","price":399.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/50-768x768.webp?v=1771417162"},{"product_id":"kanira-paithani-topi-for-men-small-peacock-red","title":"Kanira Paithani Topi for Mens Small Peacock- Red","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-question::after {\n\n            \n\n            font-size: 1.5rem;\n\n            transition: transform 0.3s ease;\n\n        }\n\n        .faq-question.active::after {\n\n            transform: rotate(45deg);\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\u003eKanira Paithani Topi for Men - Small Peacock (Red)\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eStep into the rich heritage of Maharashtra with the Kanira Paithani Topi. Crafted for discerning men who value cultural authenticity, this premium red headwear features a classic Paithani silk-blend with a brilliant sheen. Embellished with a meticulous small peacock motif representing prosperity and grace, it serves as the ultimate crowning glory for weddings, festive occasions, and traditional celebrations. Experience a lightweight, breathable alternative to conventional headwear that pairs perfectly with your finest Kurtas, Sherwanis, and Dhotis.\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\u003ePremium Paithani Silk Blend\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using luxurious silk-blend Paithani fabric with a rich festive sheen.\u003c\/li\u003e\n\u003cli\u003eElegant red tone enhanced with radiant golden detailing for premium appeal.\u003c\/li\u003e\n\u003cli\u003eDesigned to complement ceremonial and cultural attire effortlessly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Small Peacock Motif\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures the iconic small peacock motif inspired by authentic Maharashtrian artistry.\u003c\/li\u003e\n\u003cli\u003eRepresents prosperity, grace, elegance, and traditional Indian heritage.\u003c\/li\u003e\n\u003cli\u003ePreserves timeless Paithani craftsmanship in a refined wearable design.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComfortable Lightweight Structure\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight breathable construction keeps you comfortable during long events.\u003c\/li\u003e\n\u003cli\u003eStructured fit ensures the topi maintains its elegant traditional silhouette.\u003c\/li\u003e\n\u003cli\u003eSoft inner feel prevents discomfort during extended festive wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs beautifully with Kurtas, Sherwanis, Dhotis, and traditional ethnic wear.\u003c\/li\u003e\n\u003cli\u003ePerfect for weddings, festive pujas, cultural programs, and celebrations.\u003c\/li\u003e\n\u003cli\u003eAdds a regal finishing touch to both classic and Indo-traditional outfits.\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!-- SPECIFICATION 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\u003eTraditional Paithani Topi for Men\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Silk-Blend Paithani Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Small Peacock Heritage Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eRoyal Red with Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eLightweight Breathable Structured Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Pairing\u003c\/td\u003e\n\u003ctd\u003eKurtas, Sherwanis, Dhotis, and Festive Ethnic Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Cultural Events, Religious Ceremonies, and Family Celebrations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry Clean Recommended to Preserve Fabric Shine and Embroidery Detailing\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\"\u003eWhat makes this Paithani Topi special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis topi combines authentic Paithani-inspired craftsmanship with luxurious silk-blend fabric and intricate small peacock detailing, creating a lightweight yet regal traditional accessory ideal for weddings and festive occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the topi comfortable for long ceremonies?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight breathable construction and soft inner structure are specifically designed to provide comfort during long weddings, cultural programs, and festive celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhich outfits pair best with this topi?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe topi pairs beautifully with traditional kurtas, sherwanis, dhotis, and festive Indo-ethnic outfits, adding a sophisticated Maharashtrian touch to your complete look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the fabric and embroidery?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the premium silk-blend texture, maintain the rich red color, and protect the intricate peacock embroidery detailing.\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":53215847121109,"sku":"KPT-GZW-02","price":399.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/54-768x768.webp?v=1771417402"},{"product_id":"paithani-jacket-for-men-small-peacock-kanira","title":"Paithani Jacket for Men Small Peacock – Kanira","description":"\u003cp\u003e\n    \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\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n    :root {\n        --bg-primary: #210028;\n        --bg-secondary: #32003d;\n        --glass-bg: rgba(255, 192, 203, 0.07);\n        --glass-border: rgba(255, 215, 0, 0.20);\n        --text-primary: #FFD700;\n        --text-secondary: #f8dfff;\n        --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n        --blur: blur(16px);\n        --hover-golden: rgba(255, 215, 0, 0.85);\n    }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        background:\n            linear-gradient(\n                135deg,\n                var(--bg-primary),\n                var(--bg-secondary)\n            );\n        color: white;\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        -webkit-backdrop-filter: var(--blur);\n        border-radius: 20px;\n        border: 1px solid var(--glass-border);\n        padding: 3rem;\n        margin: 3rem 0;\n        box-shadow: var(--shadow);\n        transition: all 0.35s ease;\n    }\n\n    .glass-card:hover {\n        transform: translateY(-8px);\n        border-color: var(--hover-golden);\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    h1 {\n        font-size: 2.8rem;\n        margin-bottom: 1rem;\n        color: #FFD700;\n        text-align: center;\n        font-weight: 700;\n        line-height: 1.4;\n    }\n\n    h2 {\n        font-size: 2.2rem;\n        margin-bottom: 1.5rem;\n        color: #FFD700;\n        border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n        padding-bottom: 0.75rem;\n        font-weight: 700;\n    }\n\n    .overview {\n        font-size: 1.15rem;\n        line-height: 1.9;\n        text-align: center;\n        max-width: 850px;\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, 182, 193, 0.06);\n        padding: 2rem;\n        border-radius: 16px;\n        border-left: 4px solid #FFD700;\n        transition: all 0.35s ease;\n    }\n\n    .feature-group:hover {\n        border-color: var(--hover-golden);\n        box-shadow:\n            0 0 16px rgba(255, 215, 0, 0.35);\n        transform: translateY(-5px);\n    }\n\n    .feature-group h3 {\n        font-size: 1.4rem;\n        margin-bottom: 1rem;\n        color: #FFD700;\n        font-weight: 700;\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, 182, 193, 0.05);\n        border-radius: 16px;\n        overflow: hidden;\n    }\n\n    th,\n    td {\n        padding: 1.4rem 1.2rem;\n        text-align: left;\n        border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n    }\n\n    th {\n        background: rgba(255, 215, 0, 0.12);\n        color: #FFD700;\n        font-weight: 700;\n        white-space: nowrap;\n    }\n\n    td {\n        color: var(--text-secondary);\n    }\n\n    tr:hover td {\n        background: rgba(255, 215, 0, 0.04);\n    }\n\n    .faq-item {\n        margin-bottom: 1.5rem;\n        padding: 1.5rem;\n        background: rgba(255, 182, 193, 0.06);\n        border-radius: 14px;\n        border: 1px solid rgba(255, 215, 0, 0.15);\n        transition: all 0.35s ease;\n    }\n\n    .faq-item:hover {\n        border-color: var(--hover-golden);\n        box-shadow:\n            0 0 15px rgba(255, 215, 0, 0.30);\n    }\n\n    .faq-question {\n        font-size: 1.2rem;\n        font-weight: 700;\n        margin-bottom: 0.8rem;\n        cursor: pointer;\n        color: #FFD700;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .faq-answer {\n        color: var(--text-secondary);\n        display: block;\n        margin-top: 1rem;\n        line-height: 1.8;\n        border-top: 1px solid rgba(255, 215, 0, 0.08);\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: 2.1rem;\n        }\n\n        h2 {\n            font-size: 1.8rem;\n        }\n\n        .glass-card {\n            padding: 2rem;\n        }\n\n        th,\n        td {\n            padding: 1rem;\n            font-size: 0.92rem;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"glass-card\"\u003e\n        \u003ch1\u003eSmall Peacock Paithani Jacket for Men – Kanira\u003c\/h1\u003e\n\n        \u003cp class=\"overview\"\u003e\n            Discover timeless Maharashtrian elegance with the Kanira Small Peacock Paithani Jacket for Men. Inspired by the legendary “Mor” motif of traditional Paithani weaving, this sophisticated ethnic jacket blends authentic cultural artistry with contemporary tailoring. Crafted using premium silk-inspired fabric and highlighted with luxurious golden zari detailing, the jacket delivers a regal appearance while remaining lightweight, breathable, and comfortable for extended celebrations. Perfect for weddings, festive gatherings, and cultural occasions, it offers refined heritage styling for the modern gentleman.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES SECTION --\u003e\n    \u003csection\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch2\u003eQualities\u003c\/h2\u003e\n\n            \u003cdiv class=\"features-grid\"\u003e\n\n                \u003cdiv class=\"feature-group\"\u003e\n                    \u003ch3\u003eAuthentic Small Peacock Heritage\u003c\/h3\u003e\n\n                    \u003cul\u003e\n                        \u003cli\u003eInspired by the iconic small peacock motif from traditional Paithani weaving.\u003c\/li\u003e\n                        \u003cli\u003eSymbolizes grace, prosperity, elegance, and cultural celebration.\u003c\/li\u003e\n                        \u003cli\u003ePreserves the beauty of Maharashtrian textile craftsmanship.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"feature-group\"\u003e\n                    \u003ch3\u003ePremium Silk-Inspired Comfort\u003c\/h3\u003e\n\n                    \u003cul\u003e\n                        \u003cli\u003eCrafted from lightweight premium silk-inspired fabric.\u003c\/li\u003e\n                        \u003cli\u003eSoft breathable texture ensures long-hour festive comfort.\u003c\/li\u003e\n                        \u003cli\u003eOffers luxurious appearance with effortless wearability.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"feature-group\"\u003e\n                    \u003ch3\u003eGolden Zari Detailing\u003c\/h3\u003e\n\n                    \u003cul\u003e\n                        \u003cli\u003eEnhanced with intricate golden zari inspired artistry.\u003c\/li\u003e\n                        \u003cli\u003eCreates a rich festive shimmer for premium ethnic styling.\u003c\/li\u003e\n                        \u003cli\u003eAdds refined handcrafted elegance to every occasion.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"feature-group\"\u003e\n                    \u003ch3\u003eModern Ethnic Styling\u003c\/h3\u003e\n\n                    \u003cul\u003e\n                        \u003cli\u003eStructured modern silhouette designed for versatile styling.\u003c\/li\u003e\n                        \u003cli\u003ePairs effortlessly with kurtas, dhotis, trousers, and Indo-western outfits.\u003c\/li\u003e\n                        \u003cli\u003ePerfect for weddings, festive events, poojas, and family celebrations.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SPECIFICATION SECTION --\u003e\n    \u003csection\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch2\u003eSpecification\u003c\/h2\u003e\n\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\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eBrand\u003c\/td\u003e\n                        \u003ctd\u003eKanira\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eProduct Style\u003c\/td\u003e\n                        \u003ctd\u003eSmall Peacock Paithani Ethnic Jacket\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eFabric Type\u003c\/td\u003e\n                        \u003ctd\u003ePremium Lightweight Silk-Inspired Fabric\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eDesign Pattern\u003c\/td\u003e\n                        \u003ctd\u003eTraditional Small Peacock (Mor) Heritage Motif\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eWork Detailing\u003c\/td\u003e\n                        \u003ctd\u003eElegant Golden Zari Inspired Weaving\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eFit \u0026amp; Silhouette\u003c\/td\u003e\n                        \u003ctd\u003eStructured Comfortable Modern Ethnic Fit\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eComfort Features\u003c\/td\u003e\n                        \u003ctd\u003eSoft Breathable Lightweight Construction\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n                        \u003ctd\u003eWeddings, Festivals, Cultural Events, Religious Ceremonies, and Family Functions\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                        \u003ctd\u003eDry Clean Recommended to Preserve Fabric Quality and Zari Finish\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ SECTION --\u003e\n    \u003csection\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n            \u003cdiv class=\"faq-list\"\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003e\n                        What makes the Small Peacock motif special?\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        The traditional small peacock motif is an iconic symbol in Paithani heritage weaving. It represents beauty, elegance, prosperity, and celebration, making this jacket especially suitable for weddings and festive occasions.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003e\n                        Is this jacket comfortable for long events?\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Yes. The lightweight breathable construction ensures superior comfort during long ceremonies, receptions, and festive celebrations while maintaining a rich premium appearance.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003e\n                        Can this jacket be styled with modern outfits?\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Absolutely. This versatile jacket pairs beautifully with traditional kurtas and dhotis, while also complementing modern Indo-western looks with trousers, shirts, or fusion wear.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003e\n                        How should I maintain the fabric and zari detailing?\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Professional dry cleaning is recommended to maintain the richness of the fabric, preserve the zari-inspired detailing, and protect the jacket’s elegant finish for years to come.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"50 5XL","offer_id":53215849283797,"sku":"jacket men small_pk_50","price":1549.0,"currency_code":"INR","in_stock":false},{"title":"48-4XL","offer_id":53215849316565,"sku":"jacket men small_pk_48","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"46 3XL","offer_id":53215849349333,"sku":"jacket men small_pk_46","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"44 2XL","offer_id":53215849382101,"sku":"jacket men small_pk_44","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"42XL","offer_id":53215849414869,"sku":"jacket men small_pk_42","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"40L","offer_id":53215849447637,"sku":"jacket men small_pk_40","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"38M","offer_id":53215849480405,"sku":"jacket men small_pk_38","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"36S","offer_id":53215849513173,"sku":"jacket men small_pk_36","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"34XS","offer_id":53215849545941,"sku":"jacket men small_pk_34","price":2199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/kp-clutch-4-768x768.webp?v=1771417639"},{"product_id":"double-peacock-paithani-jacket-for-women-kanira","title":"Double 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        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\u003eDouble Peacock Paithani Jacket for Women – Kanira\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eDiscover the timeless beauty of Maharashtrian craftsmanship with the Kanira Double Peacock Paithani Jacket. Inspired by the regal elegance of traditional Paithani weaving, this luxurious front-open jacket showcases iconic double peacock heritage motifs enriched with radiant golden zari detailing. Crafted from premium lightweight silk-inspired fabric, it effortlessly blends cultural artistry with modern fusion styling, making it the perfect statement layer for weddings, festive celebrations, and sophisticated Indo-western fashion.\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\u003eRoyal Double Peacock Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by iconic double peacock motifs from authentic Paithani weaving traditions.\u003c\/li\u003e\n\u003cli\u003eCelebrates timeless Maharashtrian artistry and cultural elegance.\u003c\/li\u003e\n\u003cli\u003eRepresents beauty, prosperity, celebration, and graceful sophistication.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Silk Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium lightweight silk-inspired fabric.\u003c\/li\u003e\n\u003cli\u003eSoft breathable texture ensures luxurious all-day comfort.\u003c\/li\u003e\n\u003cli\u003eDesigned to drape gracefully with effortless movement.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eGolden Zari Detailing\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIntricately woven golden zari accents create a rich festive glow.\u003c\/li\u003e\n\u003cli\u003eAdds handcrafted brilliance and elevated ethnic charm.\u003c\/li\u003e\n\u003cli\u003eBeautifully reflects light for sophisticated celebration wear.\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\u003eFront-open contemporary silhouette designed for versatile layering.\u003c\/li\u003e\n\u003cli\u003ePairs beautifully with sarees, lehengas, dresses, palazzos, and western outfits.\u003c\/li\u003e\n\u003cli\u003ePerfect for weddings, festivals, poojas, cultural events, and Indo-western 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!-- SPECIFICATION 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\u003eDouble 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 Silk-Inspired Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Double Peacock Heritage Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWork Detailing\u003c\/td\u003e\n\u003ctd\u003eRich Golden Zari 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, Sangeet, Cultural Events, Family Gatherings, and Luxury Gifting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry Clean Recommended to Preserve Fabric 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\"\u003eWhat makes the Double Peacock motif unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Double Peacock motif is one of the most celebrated designs in traditional Paithani artistry, symbolizing beauty, prosperity, elegance, and royal heritage, making this jacket ideal for festive and wedding occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The versatile front-open silhouette pairs effortlessly with sarees, lehengas, dresses, jumpsuits, trousers, and contemporary Indo-western fusion ensembles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the jacket comfortable for long celebrations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The lightweight breathable fabric construction allows elegant movement and comfortable wearability throughout weddings, festivals, and extended cultural gatherings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the silk fabric and zari detailing?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the softness of the fabric, protect the intricate golden zari work, and maintain the jacket’s luxurious handcrafted appearance over time.\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":54194853445845,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"38-40 M-L","offer_id":54194853478613,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"42-44 XL-XXL","offer_id":54194853511381,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"46-48 3XL-4XL","offer_id":54194853544149,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"50-52 5XL-6XL","offer_id":54194853576917,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1Q1A0614-copy.webp?v=1771478507"},{"product_id":"jodi-peacock-paithani-jacket-for-women-kanira","title":"Jodi 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        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\u003eJodi Peacock Paithani Jacket for Women – Kanira\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eExperience the beauty of timeless Maharashtrian artistry with the Kanira Jodi Peacock Paithani Jacket. Inspired by the iconic twin peacock “Jodi Mor” motif, this elegant front-open jacket blends authentic Paithani heritage with modern fusion fashion. Crafted from premium lightweight silk-inspired fabric and enriched with radiant golden zari detailing, it delivers graceful sophistication, breathable comfort, and versatile styling for weddings, festive occasions, and luxury 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\u003eTraditional Jodi Mor Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by the iconic twin peacock motif from authentic Paithani artistry.\u003c\/li\u003e\n\u003cli\u003eRepresents harmony, prosperity, celebration, and timeless Indian heritage.\u003c\/li\u003e\n\u003cli\u003eBeautifully captures the richness of Maharashtrian weaving traditions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLuxurious Silk Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium lightweight silk-inspired fabric.\u003c\/li\u003e\n\u003cli\u003eSoft breathable texture ensures elegant all-day comfort.\u003c\/li\u003e\n\u003cli\u003ePerfect balance of luxury feel and effortless wearability.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eGolden Zari Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDetailed with rich golden zari weaving for festive brilliance.\u003c\/li\u003e\n\u003cli\u003eEnhances the jacket with luminous handcrafted sophistication.\u003c\/li\u003e\n\u003cli\u003eCreates a graceful shimmer ideal for special occasions.\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 designed for versatile layering.\u003c\/li\u003e\n\u003cli\u003ePairs beautifully with sarees, kurtas, dresses, denim, and trousers.\u003c\/li\u003e\n\u003cli\u003eIdeal for weddings, poojas, festive gatherings, and Indo-western fashion.\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!-- SPECIFICATION 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\u003eJodi 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 Silk-Inspired Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Jodi Mor (Twin Peacock) Heritage Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWork Detailing\u003c\/td\u003e\n\u003ctd\u003eIntricate Golden Zari 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, Cultural Events, Family Celebrations, and Luxury Gifting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry Clean Recommended to Preserve Fabric 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\"\u003eWhat makes the Jodi Peacock motif special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe iconic “Jodi Mor” twin peacock motif is deeply rooted in traditional Paithani weaving and symbolizes harmony, prosperity, love, and celebration, making this jacket perfect for festive and wedding occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The versatile front-open silhouette allows effortless styling with sarees, kurtas, dresses, trousers, jumpsuits, denim, and contemporary Indo-western fusion ensembles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the jacket comfortable for long celebrations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The lightweight breathable fabric construction ensures soft comfort and elegant wearability throughout weddings, festive gatherings, and long cultural events.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I care for the zari detailing?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the richness of the fabric, protect the intricate golden zari work, and maintain the jacket’s luxurious handcrafted appearance.\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":54194847613141,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"38-40 M-L","offer_id":54194847645909,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"42-44 XL-XXL","offer_id":54194847678677,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"46-48 3XL-4XL","offer_id":54194847711445,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"50-52 5XL-6XL","offer_id":54194847744213,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1Q1A0594.webp?v=1771479001"},{"product_id":"paithani-jacket-for-women-diamond-kanira","title":"Paithani Jacket for Women Diamond – 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        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\u003ePaithani Jacket for Women Diamond – Kanira\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eDiscover timeless Maharashtrian artistry reimagined for the modern wardrobe with the Kanira Diamond Paithani Jacket. Inspired by traditional Paithani weaving heritage, this elegant front-open jacket showcases sophisticated diamond motifs, luxurious golden zari detailing, and breathable lightweight silk comfort. Designed to blend classic cultural craftsmanship with contemporary Indo-western styling, it adds graceful sophistication to weddings, festive celebrations, poojas, and premium fusion fashion looks.\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\u003eElegant Diamond Heritage Motifs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by classic Paithani geometric weaving traditions.\u003c\/li\u003e\n\u003cli\u003eFeatures refined handcrafted diamond motif artistry.\u003c\/li\u003e\n\u003cli\u003eReflects timeless Maharashtrian cultural elegance and symmetry.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLuxurious Silk \u0026amp; Zari Finish\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium lightweight soft silk-blend fabric.\u003c\/li\u003e\n\u003cli\u003eGolden zari accents add rich festive brilliance and sophistication.\u003c\/li\u003e\n\u003cli\u003eSoft breathable texture ensures graceful all-day comfort.\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 perfect for effortless layering.\u003c\/li\u003e\n\u003cli\u003ePairs beautifully with sarees, kurtas, dresses, denim, and palazzos.\u003c\/li\u003e\n\u003cli\u003eCreates an elegant balance between ethnic heritage and modern fashion.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eCelebration Ready Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight construction allows effortless movement during long events.\u003c\/li\u003e\n\u003cli\u003eBreathable design maintains comfort through weddings and festivities.\u003c\/li\u003e\n\u003cli\u003eIdeal for celebrations, poojas, family gatherings, and premium gifting.\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!-- SPECIFICATION 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\u003eDiamond 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 Soft Silk Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Diamond Paithani Heritage Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWork Detailing\u003c\/td\u003e\n\u003ctd\u003eFine Golden Zari 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, Cultural Events, Family Gatherings, 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\"\u003eWhat makes this Diamond Paithani jacket unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis jacket combines traditional diamond-inspired Paithani motifs, luxurious silk-blend fabric, and elegant golden zari detailing to create a sophisticated fusion of heritage craftsmanship and modern styling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with western outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Its versatile front-open silhouette allows effortless styling with sarees, kurtas, dresses, trousers, denim, and contemporary 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 comfortable for long festive events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The lightweight breathable construction ensures comfortable movement and elegant wearability during weddings, festivals, and extended cultural celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the zari work feel rough against the skin?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The premium zari detailing is carefully woven into the soft silk-blend structure to maintain a smooth and comfortable feel while preserving its festive brilliance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I care for the silk and zari detailing?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to maintain the softness of the fabric, protect the intricate zari work, and preserve the premium handcrafted finish 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":54194846564565,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"38-40 M-L","offer_id":54194846597333,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"42-44 XL-XXL","offer_id":54194846630101,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"46-48 3XL-4XL","offer_id":54194846662869,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"50-52 5XL-6XL","offer_id":54194846695637,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1Q1A0634-copy.webp?v=1771479335"},{"product_id":"parrot-peacock-paithani-jacket-for-women-kanira","title":"Parrot 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        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\u003eParrot Peacock Paithani Jacket for Women – Kanira\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eCelebrate the grandeur of traditional Maharashtrian artistry with the Kanira Parrot Peacock Paithani Jacket. Crafted from premium Paithani-inspired silk and adorned with iconic parrot and peacock heritage motifs, this elegant layering jacket beautifully blends timeless cultural craftsmanship with modern fusion styling. Enhanced with luxurious golden zari detailing and lightweight breathable comfort, it is designed to elevate festive, wedding, and Indo-western looks with effortless sophistication.\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 Heritage Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by traditional Maharashtrian Paithani weaving artistry.\u003c\/li\u003e\n\u003cli\u003eFeatures iconic parrot and peacock cultural motifs.\u003c\/li\u003e\n\u003cli\u003eCelebrates timeless Indian heritage with elegant detailing.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLuxurious Silk Finish\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium lightweight Paithani-inspired silk fabric.\u003c\/li\u003e\n\u003cli\u003eSoft breathable texture provides graceful all-day comfort.\u003c\/li\u003e\n\u003cli\u003eGolden zari accents add a rich festive shimmer.\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 designed for easy layering.\u003c\/li\u003e\n\u003cli\u003ePairs beautifully with sarees, dresses, kurtas, and western outfits.\u003c\/li\u003e\n\u003cli\u003ePerfect balance of ethnic elegance and modern fashion versatility.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eCelebration Ready Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight construction allows effortless movement.\u003c\/li\u003e\n\u003cli\u003eComfortable breathable design for long festive occasions.\u003c\/li\u003e\n\u003cli\u003eIdeal for weddings, festivals, poojas, and luxury gatherings.\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!-- SPECIFICATION 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\u003eParrot 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 Parrot and Peacock Heritage Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWork Detailing\u003c\/td\u003e\n\u003ctd\u003eRich Golden Zari 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, Cultural Events, Family Gatherings, 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\"\u003eWhat makes this Paithani jacket unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis jacket beautifully combines authentic parrot and peacock Paithani motifs, luxurious silk-inspired fabric, and intricate golden zari detailing to create a graceful blend of heritage craftsmanship and modern fusion fashion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with western outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Its versatile front-open silhouette allows effortless styling with sarees, kurtas, dresses, trousers, jumpsuits, and contemporary 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 comfortable for long festive events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The lightweight breathable construction ensures comfortable movement and elegant wearability during weddings, festivals, and long cultural celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I care for the silk and zari detailing?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to maintain the softness of the fabric, protect the intricate zari work, and preserve the premium handcrafted finish 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":54194842108117,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"38-40 M-L","offer_id":54194842140885,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"42-44 XL-XXL","offer_id":54194842173653,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"46-48 3XL-4XL","offer_id":54194842206421,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false},{"title":"50-52 5XL-6XL","offer_id":54194842239189,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1Q1A0624-copy_1.webp?v=1771479792"},{"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-adi-pattern-boys","title":"Kanira Jr Paithani dhoti kurta black butti for boys adi pattern","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\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-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 Black Butti (Adi Pattern)\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003e\nIntroduce your little prince to the rich elegance of Maharashtrian heritage with the Kanira Jr Paithani Dhoti Kurta. Crafted with traditional Paithani-inspired artistry, sophisticated black butti detailing, and the timeless Adi pattern, this outfit beautifully combines royal festive aesthetics with ultra-soft child-friendly comfort for weddings, festivals, and cultural celebrations.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- QUALITIES 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\u003eAuthentic Paithani Heritage\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eInspired by traditional Maharashtrian Paithani craftsmanship.\u003c\/li\u003e\n\n\u003cli\u003eElegant black butti motifs create a rich festive appearance.\u003c\/li\u003e\n\n\u003cli\u003eClassic Adi pattern enhances royal ethnic styling.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eSoft \u0026amp; Comfortable Wear\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eCrafted using soft breathable child-friendly fabric.\u003c\/li\u003e\n\n\u003cli\u003eGentle inner construction designed for delicate baby skin.\u003c\/li\u003e\n\n\u003cli\u003eLightweight comfort ideal for long festive celebrations.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePremium Artisan Finish\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eHandcrafted detailing inspired by traditional weaving artistry.\u003c\/li\u003e\n\n\u003cli\u003eNeat stitching ensures elegant structure and durability.\u003c\/li\u003e\n\n\u003cli\u003eDesigned to maintain a polished premium ethnic look.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePerfect Festive Outfit\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eIdeal for weddings, festivals, naming ceremonies, and pujas.\u003c\/li\u003e\n\n\u003cli\u003eAllows easy movement for toddlers during celebrations.\u003c\/li\u003e\n\n\u003cli\u003eExcellent gifting option for traditional family occasions.\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\u003eProduct Style\u003c\/td\u003e\n\n\u003ctd\u003eKanira Jr Paithani Dhoti Kurta – Adi Pattern\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\n\u003ctd\u003eSoft Premium Child-Friendly Ethnic Fabric\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Adi Pattern with Black Butti Motifs\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCraft Inspiration\u003c\/td\u003e\n\n\u003ctd\u003eMaharashtrian Paithani Heritage Art\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eBreathable Lightweight Inner Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFit Type\u003c\/td\u003e\n\n\u003ctd\u003eComfortable Relaxed Festive Fit for Kids\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Handcrafted Ethnic Detailing\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eFestivals, Weddings, Religious Ceremonies, and Family Functions\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 Recommended\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 comfortable for toddlers?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nYes. The outfit is specially designed using soft breathable fabric and lightweight construction to ensure maximum comfort for infants and toddlers during long festive occasions.\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 Adi Pattern special?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nThe Adi pattern reflects timeless Maharashtrian Paithani-inspired artistry combined with elegant black butti motifs, creating a rich and royal ethnic appearance for young boys.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eCan this outfit be used for festivals and weddings?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nAbsolutely. This premium traditional outfit is ideal for weddings, festivals, pujas, naming ceremonies, family gatherings, and festive photoshoots.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eHow should I wash and maintain this outfit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nGentle hand washing with mild detergent is recommended to preserve the softness, handcrafted detailing, and elegant festive appearance of the garment.\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","brand":"kanirapaithani","offers":[{"title":"12 (0M to 6M)","offer_id":53219162030293,"sku":"Evan Yellow Yellow-1","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14 (3M to 1Y)","offer_id":53219162063061,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"16 (1Y to 2Y)","offer_id":53219162095829,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"18 (2Y to 3Y)","offer_id":53219162128597,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219162161365,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219162194133,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219162226901,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219162259669,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219162292437,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Black-butti-1500-768x768.jpg?v=1771481230"},{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-evan-pattern-boys","title":"Kanira Jr Paithani dhoti kurta black butti for boys Evan pattern","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        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\u003eKanira Jr Paithani Dhoti Kurta Black Butti for Boys (Evan Pattern)\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eCelebrate timeless Maharashtrian heritage with the Kanira Jr Paithani Dhoti Kurta crafted specially for little boys. Designed with an elegant black base, shimmering gold butti motifs, and authentic Evan pattern detailing, this premium ethnic ensemble beautifully combines royal traditional aesthetics with lightweight child-friendly comfort. Perfect for weddings, festivals, naming ceremonies, and cultural occasions, this handcrafted outfit ensures your child looks graceful while staying comfortable throughout the celebration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eTraditional Paithani Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani artistry.\u003c\/li\u003e\n\u003cli\u003eElegant black base enhanced with gold butti motifs.\u003c\/li\u003e\n\u003cli\u003eClassic Evan border pattern adds royal ethnic charm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Festive Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSoft breathable fabric designed for sensitive skin.\u003c\/li\u003e\n\u003cli\u003eLightweight construction allows easy movement.\u003c\/li\u003e\n\u003cli\u003eComfortable fit for all-day festive wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eArtisan Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHandcrafted with detailed premium finishing.\u003c\/li\u003e\n\u003cli\u003eStrong stitching enhances durability and elegance.\u003c\/li\u003e\n\u003cli\u003eDesigned to maintain a polished ethnic appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePerfect Occasion Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIdeal for weddings, pujas, festivals, and ceremonies.\u003c\/li\u003e\n\u003cli\u003eCreates a graceful traditional festive look.\u003c\/li\u003e\n\u003cli\u003eExcellent gifting choice for cultural celebrations.\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!-- SPECIFICATION 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\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Dhoti Kurta – Evan Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Soft Silk Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eElegant Black with Gold Butti Detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Inspired Evan Border Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Child-Friendly Inner Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandcrafted Traditional Artisan Ethnic Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Type\u003c\/td\u003e\n\u003ctd\u003eComfort Fit for Infants and Toddlers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eFestivals, Weddings, Naming Ceremonies, Pujas, and Photoshoots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended\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\"\u003eIs this dhoti kurta comfortable for babies and toddlers?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The outfit is crafted using soft breathable fabric and lightweight construction to ensure irritation-free comfort for infants and toddlers during long celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Evan pattern unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Evan pattern is inspired by traditional Paithani weaving artistry and features elegant border detailing combined with rich gold butti motifs for a royal festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this outfit suitable for festive occasions?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The traditional styling and elegant craftsmanship make it ideal for weddings, festivals, naming ceremonies, pujas, and family celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the fabric and detailing?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle hand washing or professional dry cleaning is recommended to preserve the softness of the fabric and maintain the richness of the traditional detailing.\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":"12 (0M to 6M)","offer_id":53219168747733,"sku":"Evan Black_12","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14 (3M to 1Y)","offer_id":53219168780501,"sku":"Evan Black_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219168813269,"sku":"Evan Black_16","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"18 (2Y to 3Y)","offer_id":53219168846037,"sku":"Evan Black_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219168878805,"sku":"Evan Black_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219168911573,"sku":"Evan Black_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219168944341,"sku":"Evan Black_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219168977109,"sku":"Evan Black_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219169009877,"sku":"Evan Black_28","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13m00239-copy-768x1024_0b6b05b7-c2cb-4bce-a7db-29604a6b2acd.jpg?v=1771482125"},{"product_id":"kanira-jr-paithani-jacket-for-boys-diamond-peacock","title":"Kanira Jr Paithani jacket for Boys Diamond Peacock","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        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\u003eKanira Jr Paithani Jacket for Boys – Diamond Peacock\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your young gentleman’s festive style with the royal elegance of the Kanira Jr Paithani Jacket. Inspired by traditional Maharashtrian artistry, this Diamond Peacock edition beautifully combines authentic Paithani-inspired motifs with lightweight modern comfort. Designed especially for active children, this jacket delivers luxurious ethnic styling while ensuring freedom of movement, breathable wearability, and all-day comfort for weddings, festivals, school events, and family celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eRoyal Paithani Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by traditional Maharashtrian Paithani artistry.\u003c\/li\u003e\n\u003cli\u003eFeatures elegant Diamond Peacock heritage motifs.\u003c\/li\u003e\n\u003cli\u003eRich festive colors enhance the regal ethnic appeal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Comfort Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using lightweight breathable fabric construction.\u003c\/li\u003e\n\u003cli\u003eKeeps children comfortable during long celebrations.\u003c\/li\u003e\n\u003cli\u003eAllows unrestricted movement for active kids.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Tailoring Finish\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSharp structured stitching maintains elegant shape.\u003c\/li\u003e\n\u003cli\u003eDesigned for a polished festive silhouette.\u003c\/li\u003e\n\u003cli\u003eDurable finishing ensures long-lasting premium appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSoft Child-Friendly Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUltra-soft inner lining protects sensitive skin.\u003c\/li\u003e\n\u003cli\u003eScratch-free interior enhances wearing comfort.\u003c\/li\u003e\n\u003cli\u003eIdeal for all-day festive and occasion wear.\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!-- SPECIFICATION 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\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Jacket – Diamond Peacock Edition\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Diamond Peacock Paithani Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Breathable Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Comfort\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Child-Friendly Inner Lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eJacket Style\u003c\/td\u003e\n\u003ctd\u003eSleeveless Nehru \/ Ethnic Waistcoat Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit \u0026amp; Construction\u003c\/td\u003e\n\u003ctd\u003eStructured Tailored Fit with Comfortable Movement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\u003ctd\u003ePairs with Kurtas, Dhotis, Shirts, and Jeans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eFestivals, Weddings, Family Functions, School Events, and Photoshoots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended\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\"\u003eIs this jacket comfortable for long festive wear?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is specially designed with lightweight breathable fabric and a soft inner lining to ensure children remain comfortable throughout long celebrations and events.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Diamond Peacock edition unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis edition features elegant Diamond Peacock Paithani-inspired motifs combined with rich festive colors that create a highly traditional and royal ethnic appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Along with traditional kurtas and dhotis, the jacket can also be paired with solid shirts and denim jeans for a stylish Indo-Western festive look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the jacket suitable for sensitive skin?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The ultra-soft inner lining helps prevent irritation and scratching, making the jacket gentle and comfortable for children with sensitive skin.\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":"14 (3M to 1Y)","offer_id":53219183100117,"sku":"Jr Jacket Dimaond_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219183132885,"sku":"Jr Jacket Dimaond_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53219183165653,"sku":"Jr Jacket Dimaond_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219183198421,"sku":"Jr Jacket Dimaond_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219183231189,"sku":"Jr Jacket Dimaond_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219183263957,"sku":"Jr Jacket Dimaond_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219183296725,"sku":"Jr Jacket Dimaond_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219183329493,"sku":"Jr Jacket Dimaond_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53219183362261,"sku":"Jr Jacket Dimaond_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53219183395029,"sku":"Jr Jacket Dimaond_32","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30-768x768.webp?v=1771483335"},{"product_id":"kanira-jr-paithani-jacket-for-boys-double-peacock","title":"Kanira Jr Paithani Jacket for Boys Double Peacock","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- GOOGLE FONT --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=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        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\u003eKanira Jr Paithani Jacket for Boys Double Peacock\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your little one to the timeless elegance of Maharashtrian heritage with the Kanira Jr Paithani Jacket. Designed with authentic double peacock motifs and premium festive craftsmanship, this stylish ethnic jacket perfectly blends traditional Indian artistry with modern child-friendly comfort. Lightweight, breathable, and thoughtfully tailored, it ensures your child looks graceful, comfortable, and celebration-ready for every special occasion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eTraditional Heritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures elegant traditional double peacock motifs.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Paithani weaving aesthetics.\u003c\/li\u003e\n\u003cli\u003eRich festive design enhances ethnic celebration styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Comfort Construction\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from lightweight breathable premium fabric.\u003c\/li\u003e\n\u003cli\u003eSoft inner lining designed for sensitive child skin.\u003c\/li\u003e\n\u003cli\u003eProvides irritation-free all-day festive comfort.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eElegant Tailored Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eStructured stitching maintains premium jacket shape.\u003c\/li\u003e\n\u003cli\u003eClassic sleeveless ethnic jacket silhouette.\u003c\/li\u003e\n\u003cli\u003eStylish festive appearance for traditional occasions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Occasion Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs beautifully with kurtas, dhotis, and pajamas.\u003c\/li\u003e\n\u003cli\u003eCan also be styled with shirts and jeans.\u003c\/li\u003e\n\u003cli\u003ePerfect for weddings, festivals, and school events.\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!-- SPECIFICATION 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\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Jacket for Boys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Motif\u003c\/td\u003e\n\u003ctd\u003eTraditional Double Peacock Paithani Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Breathable Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Lining\u003c\/td\u003e\n\u003ctd\u003eSoft Skin-Friendly Comfort Lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eJacket Style\u003c\/td\u003e\n\u003ctd\u003eSleeveless Nehru \/ Modi Jacket Silhouette\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eStructured Tailored Stitching for Shape Retention\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eFestivals, Weddings, Family Functions, and School Celebrations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Dry Clean Recommended\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\"\u003eWill this jacket feel comfortable for children during long events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is crafted using lightweight breathable fabric and a soft inner lining that keeps children comfortable throughout weddings, festivals, and long celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with both traditional and modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. This versatile jacket pairs beautifully with kurtas, dhotis, and pajamas for ethnic occasions while also looking stylish with shirts and jeans for a modern fusion look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the jacket maintain its shape after repeated wear?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The structured tailoring and premium stitching help maintain the jacket’s elegant silhouette and polished festive appearance over time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I care for the jacket fabric and motifs?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle dry cleaning is recommended to preserve the richness of the fabric, detailed peacock motifs, and overall premium festive finish.\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":"14 (3M to 1Y)","offer_id":53219215605973,"sku":"Jr JacketDouble peacock_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219215638741,"sku":"Jr JacketDouble peacock_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53219215671509,"sku":"Jr JacketDouble peacock_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219215704277,"sku":"Jr JacketDouble peacock_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219215737045,"sku":"Jr JacketDouble peacock_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219215769813,"sku":"Jr JacketDouble peacock_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219215802581,"sku":"Jr JacketDouble peacock_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219215835349,"sku":"Jr JacketDouble peacock_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53219215868117,"sku":"Jr JacketDouble peacock_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53219215900885,"sku":"Jr JacketDouble peacock_32","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/20-768x768.webp?v=1771483010"},{"product_id":"paithani-baby-girl-frock-black-silk-multicolor-zari-border-indu-pattern","title":"Paithani Baby Girl Frock – Black Silk with Multicolor Zari Border \u0026 Brocade Yoke – Indu Pattern","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        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\u003ePaithani Baby Girl Frock – Black Silk with Multicolor Zari Border \u0026amp; Brocade Yoke – Indu Pattern\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your little princess to the timeless beauty of Maharashtrian heritage with this elegant Paithani Baby Girl Frock. Crafted from premium black silk and enriched with authentic Indu Pattern artistry, vibrant multicolor zari borders, and a sophisticated brocade yoke, this outfit beautifully balances traditional Indian craftsmanship with modern child-friendly comfort for every special celebration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003ePremium Silk Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium bright-black silk fabric.\u003c\/li\u003e\n\u003cli\u003eSmooth luxurious texture with graceful festive drape.\u003c\/li\u003e\n\u003cli\u003eSoft breathable construction for delicate baby skin.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani weaving.\u003c\/li\u003e\n\u003cli\u003eFeatures classic Indu Pattern detailing.\u003c\/li\u003e\n\u003cli\u003eMulticolor zari borders add vibrant festive charm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eElegant Brocade Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRich brocade yoke enhances premium ethnic appeal.\u003c\/li\u003e\n\u003cli\u003eTraditional craftsmanship creates a royal festive look.\u003c\/li\u003e\n\u003cli\u003eBeautifully balanced for stylish occasion wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComfortable Celebration Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight playful flare design for active toddlers.\u003c\/li\u003e\n\u003cli\u003eAllows easy movement during functions and play.\u003c\/li\u003e\n\u003cli\u003eDesigned for irritation-free all-day comfort.\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!-- SPECIFICATION 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\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003ePaithani Baby Girl Frock – Indu Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Bright-Black Silk Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Inspired Indu Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBorder Styling\u003c\/td\u003e\n\u003ctd\u003eVibrant Multicolor Zari Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUpper Styling\u003c\/td\u003e\n\u003ctd\u003eRich Brocade Yoke Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Child-Friendly Inner Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHand-Crafted Traditional Artisan Ethnic Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Naming Ceremonies, and Photoshoots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended\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\"\u003eIs this frock suitable for sensitive baby skin?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The frock is thoughtfully designed using soft breathable inner construction to ensure maximum comfort and irritation-free wear for delicate baby skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this Paithani frock unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis outfit combines authentic Indu Pattern Paithani artistry, vibrant multicolor zari borders, luxurious black silk fabric, and a rich brocade yoke to create a graceful premium ethnic appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the frock comfortable for active toddlers?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Its lightweight flare design allows babies and toddlers to move, play, and enjoy festive occasions comfortably without restriction.\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\"\u003eGentle hand washing or professional dry cleaning is recommended to preserve the softness of the silk fabric and maintain the shine of the multicolor zari border.\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":"12 (0M to 6M)","offer_id":53219232907477,"sku":"girlfrk_black_indu_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219232940245,"sku":"girlfrk_black_indu_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"14 (3M to 1Y)","offer_id":53219232973013,"sku":"girlfrk_black_indu_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53219233005781,"sku":"girlfrk_black_indu_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219233038549,"sku":"girlfrk_black_indu_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219233071317,"sku":"girlfrk_black_indu_24","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219233104085,"sku":"girlfrk_black_indu_22","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219233136853,"sku":"girlfrk_black_indu_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219233169621,"sku":"girlfrk_black_indu_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/12m01807-copy-768x1024.jpg?v=1771483661"},{"product_id":"paithani-baby-girl-frock-black-silk-temple-motif-zari-border-diamond-pattern","title":"Paithani Baby Girl Frock – Black Silk with Temple Motif Design \u0026 Zari Border – Diamond Pattern","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        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\u003ePaithani Baby Girl Frock – Black Silk with Temple Motif Design \u0026amp; Zari Border – Diamond Pattern\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eDrape your little one in the sublime elegance of Maharashtrian heritage. Our Paithani Baby Girl Frock beautifully combines authentic traditional artistry with modern child-friendly comfort. Crafted from premium soft black silk with radiant zari detailing and timeless temple motif patterns, this outfit is thoughtfully designed to keep your little princess stylish, comfortable, and celebration-ready for every festive occasion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003ePremium Silk Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium soft black silk fabric.\u003c\/li\u003e\n\u003cli\u003eSmooth luxurious finish with graceful drape.\u003c\/li\u003e\n\u003cli\u003eGentle breathable feel for delicate baby skin.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani heritage.\u003c\/li\u003e\n\u003cli\u003eFeatures classic temple motif woven detailing.\u003c\/li\u003e\n\u003cli\u003eElegant diamond pattern enhances festive charm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eGolden Zari Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBeautiful golden zari border for festive shine.\u003c\/li\u003e\n\u003cli\u003eBrocade-inspired yoke adds rich traditional appeal.\u003c\/li\u003e\n\u003cli\u003eCreates a graceful royal ethnic appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComfortable Celebration Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight toddler-friendly construction.\u003c\/li\u003e\n\u003cli\u003eAllows easy movement during functions and play.\u003c\/li\u003e\n\u003cli\u003eDesigned for long-hour comfortable festive wear.\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!-- SPECIFICATION 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\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003ePaithani Baby Girl Frock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Soft Black Silk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTemple Motif with Diamond Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBorder Styling\u003c\/td\u003e\n\u003ctd\u003eTraditional Golden Zari Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUpper Styling\u003c\/td\u003e\n\u003ctd\u003eElegant Brocade Inspired Yoke\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eLightweight Breathable Child-Friendly Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Naming Ceremonies, and Photoshoots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended\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\"\u003eIs this frock comfortable for babies and toddlers?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The frock is designed using soft breathable fabric and lightweight construction to ensure your baby stays comfortable during long festive celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this frock special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe outfit beautifully combines authentic Paithani temple motifs, elegant diamond patterns, rich black silk fabric, and a bright golden zari border for a premium festive ethnic look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan my child move comfortably while wearing it?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The frock is specially tailored to support easy movement, allowing toddlers to walk, play, and enjoy functions comfortably.\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 detailing?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle hand washing or professional dry cleaning is recommended to preserve the softness of the silk fabric and the shine of the golden zari border.\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":"12 (0M to 6M)","offer_id":53219246145749,"sku":"girlfrk_black_diamond_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14 (3M to 1Y)","offer_id":53219246178517,"sku":"girlfrk_black_diamond_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219246211285,"sku":"girlfrk_black_diamond_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53219246244053,"sku":"girlfrk_black_diamond_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219246276821,"sku":"girlfrk_black_diamond_20","price":1199.0,"currency_code":"INR","in_stock":false},{"title":"22 (4Y to 5Y)","offer_id":53219246309589,"sku":"girlfrk_black_diamond_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219246342357,"sku":"girlfrk_black_diamond_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219246375125,"sku":"girlfrk_black_diamond_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219246407893,"sku":"girlfrk_black_diamond_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/12m01819-copy-768x1024.jpg?v=1771484383"},{"product_id":"paithani-baby-girl-lehenga-set-blue-silk-peacock-yoke-chiu-pattern","title":"Paithani Baby Girl Lehenga Set – Blue Silk with Embroidered Peacock Yoke \u0026 Golden Zari Border – Chiu Pattern","description":"\u003cp\u003e```html \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        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\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Baby Girl Lehenga Set – Blue Silk with Embroidered Peacock Yoke \u0026amp; Golden Zari Border – Chiu Pattern\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your little princess to the timeless grace of Indian heritage. Thoughtfully designed for festive celebrations, weddings, and memorable milestones, this premium 2-piece ethnic set blends rich cultural artistry with modern, child-friendly comfort. Adorned with a classic Chiu pattern and heritage Paithani peacock motifs, it ensures your baby girl shines beautifully while staying completely at ease.\u003c\/p\u003e\n\u003c\/div\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\u003ePremium Materials\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium navy blue silk fabric.\u003c\/li\u003e\n\u003cli\u003eSmooth elegant drape with luxurious finish.\u003c\/li\u003e\n\u003cli\u003eSoft breathable child-friendly inner lining.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTraditional embroidered peacock yoke design.\u003c\/li\u003e\n\u003cli\u003eInspired by classic Paithani motifs.\u003c\/li\u003e\n\u003cli\u003eGolden zari border enhances festive elegance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComfortable Wearability\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight and baby-friendly construction.\u003c\/li\u003e\n\u003cli\u003eAllows easy movement during celebrations.\u003c\/li\u003e\n\u003cli\u003eDesigned for irritation-free comfortable wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFestive Occasion Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIdeal for weddings and festive events.\u003c\/li\u003e\n\u003cli\u003eElegant traditional Maharashtrian styling.\u003c\/li\u003e\n\u003cli\u003ePerfect for photoshoots and special occasions.\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\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\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eChiu Pattern Paithani Lehenga Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Navy Blue Silk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSet Content\u003c\/td\u003e\n\u003ctd\u003e2-Piece Set Including Lehenga and Blouse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEmbroidery Design\u003c\/td\u003e\n\u003ctd\u003eEmbroidered Peacock Yoke with Golden Zari Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Lining\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Child-Safe Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHand-Stitched Artisan Ethnic Wear Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Pujas, and Photoshoots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended\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\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\"\u003eIs this lehenga set comfortable for babies?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The outfit includes a soft breathable lining that keeps your baby comfortable throughout long festive events and celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat does the package include?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe package contains one flared lehenga skirt and one embroidered peacock yoke blouse as a complete 2-piece set.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the silk fabric?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle hand washing or professional dry cleaning is recommended to preserve the silk texture and golden zari detailing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the embroidery safe for delicate baby skin?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The embroidery is externally finished while the inner lining prevents direct contact with threads for a smooth and irritation-free feel.\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\u003cscript\u003e\n\n        document.querySelectorAll('.faq-question').forEach(question =\u003e {\n\n            question.addEventListener('click', () =\u003e {\n\n                const faqItem = question.parentElement;\n\n                const answer = question.nextElementSibling;\n\n                faqItem.classList.toggle('active');\n\n                answer.classList.toggle('active');\n\n            });\n\n        });\n\n    \u003c\/script\u003e ```\u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"12 (0M to 6M)","offer_id":53219252928725,"sku":"girllenhnga_blue_chiu_12","price":899.0,"currency_code":"INR","in_stock":true},{"title":"14 (3M to 1Y)","offer_id":53219252961493,"sku":"girllenhnga_blue_chiu_14","price":999.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219252994261,"sku":"girllenhnga_blue_chiu_16","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53219253027029,"sku":"girllenhnga_blue_chiu_18","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219253059797,"sku":"girllenhnga_blue_chiu_20","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219253092565,"sku":"girllenhnga_blue_chiu_22","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219253125333,"sku":"girllenhnga_blue_chiu_24","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219253158101,"sku":"girllenhnga_blue_chiu_26","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219253190869,"sku":"girllenhnga_blue_chiu_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":54194610274517,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":54194610307285,"sku":null,"price":1899.0,"currency_code":"INR","in_stock":true},{"title":"34(10Y to 11Y)","offer_id":54194610340053,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02238-768x1024.jpg?v=1771484688"},{"product_id":"paithani-baby-girl-lehenga-set-blue-silk-v-neck-brocade-peacock-zari-border","title":"Paithani Baby Girl Lehenga Set – Blue Silk with V-Neck Brocade Blouse \u0026 Peacock Zari Border – V Neck Pattern","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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\u003ePaithani Baby Girl Lehenga Set – Blue Silk with V-Neck Brocade Blouse \u0026amp; Peacock Zari Border\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your little princess to the timeless elegance of Indian heritage with our artisan-crafted Paithani Lehenga Set. Specially designed to balance royal Maharashtrian heritage with delicate baby-friendly wearability, this stunning navy blue silk outfit features a magnificent gold zari peacock border and an intricate V-neck brocade blouse. Built specifically as a premium alternative to rigid, mass-produced children's wear, it incorporates a breathable, ultra-soft 100% cotton inner lining and a feather-light drape, keeping your baby comfortable, scratch-free, and smiling throughout every celebration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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 Maharashtrian Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTraditional Paithani-inspired silk lehenga design.\u003c\/li\u003e\n\u003cli\u003eElegant gold zari peacock border detailing.\u003c\/li\u003e\n\u003cli\u003eRich handcrafted festive ethnic appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDesigner Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant V-neck brocade blouse pattern.\u003c\/li\u003e\n\u003cli\u003eTraditional floral and royal woven motifs.\u003c\/li\u003e\n\u003cli\u003eIdeal for weddings and festive celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eBaby-Friendly Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSoft breathable 100% cotton inner lining.\u003c\/li\u003e\n\u003cli\u003eGentle irritation-free fabric construction.\u003c\/li\u003e\n\u003cli\u003eLightweight wearable festive comfort.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFlexible Occasion Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSuitable for festivals and family events.\u003c\/li\u003e\n\u003cli\u003eComfortable for walking, crawling, and play.\u003c\/li\u003e\n\u003cli\u003eEasy storage and reusable festive outfit.\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!-- SPECIFICATION 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\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eBaby Girl Paithani Lehenga Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOuter Material\u003c\/td\u003e\n\u003ctd\u003ePremium Silk and Jacquard Brocade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Lining\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Breathable Cotton\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eNavy Blue with Gold Zari Detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBlouse Style\u003c\/td\u003e\n\u003ctd\u003eV-Neck Brocade Blouse Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBorder Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Peacock Zari Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Profile\u003c\/td\u003e\n\u003ctd\u003eLightweight Comfortable Baby Wear Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Photoshoots, and Ceremonies\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\"\u003eWill the zari work irritate my baby’s skin?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The lehenga set includes a soft breathable cotton lining that keeps metallic zari and brocade work away from direct skin contact for maximum comfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this outfit heavy for toddlers?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The lightweight silk construction is specially designed to provide a rich festive appearance without creating discomfort or movement restriction.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain this lehenga set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eDry cleaning is recommended to preserve the silk texture, rich colors, and delicate zari detailing for long-lasting festive use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for multiple occasions?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The elegant Paithani-inspired styling makes it ideal for festivals, weddings, naming ceremonies, photoshoots, and traditional family celebrations.\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":"12 (0M to 6M)","offer_id":53219253780693,"sku":"girllenhnga_blue_v-neck_12","price":899.0,"currency_code":"INR","in_stock":true},{"title":"14 (3M to 1Y)","offer_id":53219253813461,"sku":"girllenhnga_blue_v-neck_14","price":999.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219253846229,"sku":"girllenhnga_blue_v-neck_16","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53219253878997,"sku":"girllenhnga_blue_v-neck_18","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219253911765,"sku":"girllenhnga_blue_v-neck_20","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219253944533,"sku":"girllenhnga_blue_v-neck_22","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219253977301,"sku":"girllenhnga_blue_v-neck_24","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219254010069,"sku":"girllenhnga_blue_v-neck_26","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219254042837,"sku":"girllenhnga_blue_v-neck_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":54194609193173,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":54194609225941,"sku":null,"price":1899.0,"currency_code":"INR","in_stock":true},{"title":"34(10Y to 11Y)","offer_id":54194609258709,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02255-768x1024.jpg?v=1771484944"},{"product_id":"paithani-diamond-pattern-toran-40-inch-decoration","title":"Paithani Diamond Pattern Toran for Decoration – 40 Inch Length","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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\u003ePaithani Diamond Pattern Toran for Decoration – 40 Inch Length\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your home’s festive elegance with this stunning Paithani Diamond Pattern Toran. Inspired by the rich textile heritage of Maharashtra, this 40-inch door hanging showcases exquisite, symmetrical diamond motifs in bright, festive colors. Designed to invite positivity and warmth, it is the perfect traditional accent to grace your doorways, pooja rooms, and mandaps during auspicious celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eHeritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTraditional Paithani-inspired diamond motifs.\u003c\/li\u003e\n\u003cli\u003eSymmetrical festive decorative styling.\u003c\/li\u003e\n\u003cli\u003eRich Maharashtrian cultural design inspiration.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVibrant Festive Appeal\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBright multicolor festive palette.\u003c\/li\u003e\n\u003cli\u003eCreates warm and welcoming ambiance.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEasy Decorative Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight and easy to hang.\u003c\/li\u003e\n\u003cli\u003eSuitable for doors, walls, and mandaps.\u003c\/li\u003e\n\u003cli\u003eDamage-free quick installation design.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReusable Festive Decor\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable reusable festive construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for multiple celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy storage after festive use.\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!-- SPECIFICATION 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\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eDecorative Paithani Diamond Pattern Toran\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e40 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Symmetrical Diamond Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eFestive Multicolor Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStructure\u003c\/td\u003e\n\u003ctd\u003eFirm Yet Adjustable Decorative Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003eLightweight Hanging Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eDoors, Pooja Rooms, Mandaps, and Festive Decor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Festivals\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Weddings, and Housewarmings\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\"\u003eWill this toran fit a standard house door frame?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The 40-inch length is designed to fit most residential doors, pooja room entrances, and festive decorative spaces comfortably.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow can I hang this toran?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIts lightweight design allows easy hanging using adhesive hooks, nails, mounting tape, or curtain rods without heavy strain.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the structure flexible or rigid?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe toran maintains a firm decorative shape while still being flexible enough to adjust to different spaces and setups.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this toran be reused every festive season?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable decorative construction makes it suitable for repeated festive use with easy storage after celebrations.\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":53219254599893,"sku":"toran_40in_diamonde","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-768x768.png?v=1771485311"},{"product_id":"paithani-lotus-pattern-toran-40-inch-festive-door-hanging","title":"Paithani Lotus Pattern Toran for Decoration – 40 Inch Festive Door Hanging","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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\u003ePaithani Lotus Pattern Toran for Decoration – 40 Inch Festive Door Hanging\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive home decor with a stunning masterpiece that seamlessly blends centuries-old regional heritage with modern, eco-conscious living. Inspired by the legendary Maharashtrian Paithani weave, this 40-inch festive door hanging features intricate, rich embroidery of sacred lotus and kalash motifs. Crafted as a high-quality, reusable alternative to single-use fresh flower garlands, it allows you to welcome guests and deity blessings with authentic cultural elegance season after season, year after year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eHeritage Artistry \u0026amp; Detailing\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAuthentic Paithani-style embroidery featuring lotus and kalash motifs.\u003c\/li\u003e\n\u003cli\u003eFestive pink, royal blue, and golden metallic thread detailing.\u003c\/li\u003e\n\u003cli\u003eModern scalloped zigzag triangle-cut panel styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Craftsmanship \u0026amp; Accents\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant golden lace border finishing.\u003c\/li\u003e\n\u003cli\u003eDecorative multicolor hanging tassels.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEco-Friendly \u0026amp; Reusable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable reusable fabric construction.\u003c\/li\u003e\n\u003cli\u003eSustainable alternative to flower garlands.\u003c\/li\u003e\n\u003cli\u003eLightweight and easy to store.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Decorative Usage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSuitable for doors, mandaps, and pooja areas.\u003c\/li\u003e\n\u003cli\u003ePerfect for festive and spiritual decor.\u003c\/li\u003e\n\u003cli\u003eEasy hanging setup for multiple spaces.\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!-- SPECIFICATION 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\u003eLength\u003c\/td\u003e\n\u003ctd\u003e40 Inches Festive Door Hanging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Inspiration\u003c\/td\u003e\n\u003ctd\u003eTraditional Royal Paithani Embroidery Styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Motifs\u003c\/td\u003e\n\u003ctd\u003eLotus and Kalash Traditional Symbols\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eFestive Pink, Royal Blue, and Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDecorative Elements\u003c\/td\u003e\n\u003ctd\u003eGolden Lace Borders and Multicolor Tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eFoldable and Lightweight Reusable Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eDoors, Mandaps, Pooja Rooms, and Festive Decorations\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\"\u003eHow does this compare to fresh flower torans?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike fresh flower torans that dry quickly, this reusable Paithani Toran provides a long-lasting decorative solution while maintaining authentic festive elegance year after year.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow can I hang this toran?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe lightweight design allows easy hanging using door hooks, nails, adhesive hooks, curtain rods, or mandap frames.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it be reused for multiple festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Its elegant traditional styling makes it suitable for Ganesh Chaturthi, Diwali, weddings, housewarmings, and daily pooja decor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I clean and store it?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYou can gently clean it using a soft cloth and store it folded flat in a dry place to preserve its embroidery and decorative details.\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":53219255124181,"sku":"toran_40in_lotus","price":499.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/29-1-768x768.png?v=1771485531"},{"product_id":"mango-paithani-kandil-for-diwali-peacock-design","title":"Mango Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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-question::after {\n\n            content: '+';\n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 0.3s ease;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n            transform: rotate(45deg);\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\u003eMango Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive decorations with the timeless elegance of the Mango Paithani Kandil. Masterfully handcrafted by local artisans, this premium lantern fuses the legendary heritage of traditional Maharashtrian Paithani weaving with an eco-conscious, functional design. Adorned with beautiful gold zari borders and magnificent peacock motifs symbolizing prosperity and joy, it transforms your entryway, balcony, or pooja room with an enchanting golden glow. Choose a sustainable, reusable masterpiece that supports traditional craftsmanship and brings authentic ethnic beauty to your home this Diwali.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eArtisanal Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIndividually handcrafted by local Indian artisans supporting traditional livelihoods.\u003c\/li\u003e\n\u003cli\u003eEmbellished with premium silk fabric and rich, shimmering gold zari borders.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuspicious Symbolism\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures authentic Paithani peacock motifs that bring joy, harmony, and prosperity.\u003c\/li\u003e\n\u003cli\u003eAdds a deep-rooted cultural touch to poojas, family celebrations, and commercial entryways.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eWarm Ambiance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEmits a soothing, radiant golden glow when illuminated.\u003c\/li\u003e\n\u003cli\u003eComplements LED lights, serial lights, or classic fairy lights beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEco-Friendly \u0026amp; Smart Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHighly durable, reusable fabric build replaces flimsy, single-use plastic lanterns.\u003c\/li\u003e\n\u003cli\u003eFoldable, lightweight, and collapses completely flat for space-saving, year-round storage.\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!-- SPECIFICATION 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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Fabric with authentic Gold Zari Embroidered Borders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArtistry\u003c\/td\u003e\n\u003ctd\u003e100% Handcrafted by Local Indian Artisans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Paithani Peacock Pattern (Symbol of Prosperity)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eCollapsible, Foldable Frame (Lays flat for convenient storage)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting Compatibility\u003c\/td\u003e\n\u003ctd\u003eSuitable for Low-Heat LED Bulbs, Fairy Lights, or Festive String Lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSustainability\u003c\/td\u003e\n\u003ctd\u003eReusable, Plastic-Free, and Eco-Conscious Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGently dust with a dry cloth. Keep away from moisture. Store flat in a dry space.\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\"\u003eHow does this lantern support sustainability?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike mass-produced plastic options that clutter landfills, our Paithani Kandil is made from high-quality, reusable silk fabric. It is designed to be stored flat and used year after year, offering an eco-conscious way to celebrate. Furthermore, each purchase directly supports local artisans keeping traditional Indian handicrafts alive.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the lantern come with pre-installed lighting?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo, the lantern does not come with light fixtures. This gives you the freedom to choose your preferred illumination—whether it’s a standard warm LED bulb, battery-operated string lights, or sparkling colorful fairy lights.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it easy to assemble and store?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely! The Kandil features an intuitive, foldable frame. It arrives flat and effortlessly expands into its full 3D lantern shape in seconds.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I hang this lantern outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, it is perfect for covered outdoor spaces like balconies, porches, verandas, or building entryways.\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":53219651125461,"sku":"kandil_mango","price":750.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2.3-768x768.webp?v=1771495884"},{"product_id":"mango-neon-paithani-kandil-for-diwali-peacock-design","title":"Neon Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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            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-question::after {\n\n            content: '+';\n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eNeon Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive decorations with a magnificent blend of heritage and design. Exquisitely handcrafted by local artisans, this premium silk lantern celebrates the rich weaving traditions of Maharashtra. Featuring a stunning mango yellow shade with luxurious gold zari borders and vibrant Paithani peacock motifs, it fills your home with a warm, elegant, and festive glow perfect for Diwali and cultural celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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 Weaving\u003c\/h3\u003e\n\u003cp\u003eCrafted using luxurious silk fabric adorned with traditional Paithani weaving motifs and elegant peacock artwork inspired by timeless Maharashtrian heritage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLuxurious Color Palette\u003c\/h3\u003e\n\u003cp\u003eFeatures a radiant mango yellow shade paired beautifully with shimmering gold zari borders and vibrant decorative tassels for a premium festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSpace-Saving Foldable Design\u003c\/h3\u003e\n\u003cp\u003eLightweight and fully foldable construction allows easy installation, convenient storage, and reliable reuse during every festive season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEmpowering Local Artisans\u003c\/h3\u003e\n\u003cp\u003eEvery handcrafted Kandil supports traditional Maharashtrian artisans and helps preserve precious heritage weaving craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION 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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium silk fabric with gold zari threadwork and decorative tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eElegant Mango Yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern \/ Design\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Peacock Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eFoldable Handcrafted Hanging Lantern (Kandil)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight \u0026amp; Portability\u003c\/td\u003e\n\u003ctd\u003eLightweight and folds flat for easy seasonal storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Compatibility\u003c\/td\u003e\n\u003ctd\u003eCompatible with LED bulbs and warm fairy lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEco-Friendly Value\u003c\/td\u003e\n\u003ctd\u003eSustainable reusable alternative to plastic lanterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eClean gently with dry cloth and keep away from moisture\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\"\u003eHow should I store the Kandil after Diwali?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe foldable design allows you to collapse the Kandil flat and store it safely in a dry place for reuse every festive season.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the lantern include electrical lights?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The Kandil is sold as a handcrafted decorative lantern and can be paired with LED bulbs or fairy lights separately.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhy is this better than plastic lanterns?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis handcrafted silk Kandil is reusable, eco-friendly, culturally authentic, and supports traditional local artisans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this Kandil be used outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is ideal for indoor areas, balconies, covered porches, and protected outdoor spaces away from rain and moisture.\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":53219655123157,"sku":"kandil_neon","price":750.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3.4-768x768.webp?v=1771496191"},{"product_id":"exclusive-golden-paithani-clutch-ethnic-handbag","title":"Exclusive Golden Paithani Clutch – Elegance with a Regal Touch","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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-question::after {\n\n    \n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eExclusive Golden Paithani Clutch – Elegance with a Regal Touch\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eStep into a world where heritage meets contemporary luxury with the Exclusive Golden Paithani Clutch. Exquisitely crafted for the modern woman who cherishes traditional Indian artistry, this magnificent clutch brings the rich legacy of Maharashtrian Paithani weaving directly into your hands. Featuring a high-quality shimmering golden semi-paithani fabric adorned with authentic bird and foliage motifs, it is the perfect accessory to elevate your festive sarees, bridal lehengas, and celebration wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eHeritage Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAuthentic Paithani weaving featuring traditional bird and foliage motifs.\u003c\/li\u003e\n\u003cli\u003ePremium golden semi-paithani fabric with luxurious shimmer finish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eModern Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDual carry options with metallic handle and detachable sling chain.\u003c\/li\u003e\n\u003cli\u003eSpacious structured design fits smartphones and daily essentials.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eRoyal Finishes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant crystal-style metallic clasp for secure closure.\u003c\/li\u003e\n\u003cli\u003eSoft velvet inner lining protects delicate valuables from scratches.\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!-- SPECIFICATION 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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHigh-quality semi-paithani fabric with subtle golden shimmer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArtistry Style\u003c\/td\u003e\n\u003ctd\u003eAuthentic Maharashtrian Paithani weaving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Lining\u003c\/td\u003e\n\u003ctd\u003ePlush protective velvet lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eClasp Type\u003c\/td\u003e\n\u003ctd\u003eRoyal crystal-shaped metallic clasp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarrying Configuration\u003c\/td\u003e\n\u003ctd\u003eMetallic top handle with detachable sling chain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003eFits smartphones, cards, cosmetics, and essentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest Suited For\u003c\/td\u003e\n\u003ctd\u003eWeddings, festive occasions, sarees, and lehenga styling\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\"\u003eIs the Paithani weaving authentic?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The clutch showcases authentic Paithani-inspired weaving techniques inspired by Maharashtrian textile heritage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this clutch fit modern smartphones?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The spacious structured interior comfortably accommodates smartphones, cards, and cosmetics.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it include multiple carrying options?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. You can carry it using the metallic handle or attach the detachable sling chain for convenience.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill valuables remain protected inside?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eCertainly. The plush velvet interior lining protects your phone, jewelry, and accessories from scratches.\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":53219668197589,"sku":"Alpa_all_overgolden","price":849.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Heading-768x768.webp?v=1771496968"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-green","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Green Theme (7 Items + Free Samai Asan)","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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            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-question::after {\n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Green Theme\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eDitch the stress of matching individual festive decorations and embrace seamless elegance. Specifically designed for discerning families, this premium 7-piece coordinated setup combines traditional Maharashtrian heritage with effortless design. Adorned with rich royal green Paithani-inspired motifs, it completely transforms any home temple, puja space, or mandap backdrop into a culturally radiant sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eCohesive 7-Piece Green Theme\u003c\/h3\u003e\n\u003cp\u003eEnjoy a perfectly synchronized and beautifully matching set of 7 decorative pieces. Crafted with an elegant royal green theme, it ensures your festive mandap looks uniform, professional, and regal without mismatch worries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Motifs\u003c\/h3\u003e\n\u003cp\u003eInfused with gorgeous, rich Paithani-inspired patterns that honor centuries of Maharashtrian cultural heritage and bring timeless ethnic artistry to your altar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComplimentary Samai Asan\u003c\/h3\u003e\n\u003cp\u003eIncludes a free matching decorative Samai Asan ideal for showcasing brass lamps, kalash setups, and traditional festive arrangements beautifully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHassle-Free Fast Setup\u003c\/h3\u003e\n\u003cp\u003eLightweight and easy-to-arrange decorative elements make festive setup effortless for spacious homes, apartments, and compact pooja corners alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Reusable Durability\u003c\/h3\u003e\n\u003cp\u003eCrafted with durable shape-retaining materials that maintain vibrant appearance, structure, and elegance across multiple festive seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION 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\u003eTheme \/ Design\u003c\/td\u003e\n\u003ctd\u003eHeritage Maharashtrian Paithani Peacock \u0026amp; Traditional Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color Palette\u003c\/td\u003e\n\u003ctd\u003eRoyal Green, Golden Accents \u0026amp; Festive Highlights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Contents\u003c\/td\u003e\n\u003ctd\u003e7-Piece Coordinated Decorative Elements + Free Matching Samai Asan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Occasions\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Gauri Pujan, Housewarming \u0026amp; Pujas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetup Time\u003c\/td\u003e\n\u003ctd\u003eUnder 15 Minutes Easy DIY Arrangement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Quality\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Durable Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eFoldable \u0026amp; Multi-Season Reusable\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\"\u003eWhat is included in this combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe set includes 7 coordinated royal green decorative elements along with a free matching Samai Asan for festive lamp or kalash arrangements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for compact apartments?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight setup easily adapts to small pooja corners, apartment mandaps, wall setups, and spacious festive spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it be reused for future festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The premium materials are designed for multi-season durability and convenient storage after celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhich festivals is this decor suitable for?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003ePerfect for Ganesh Chaturthi, Diwali, Gauri Pujan, housewarming ceremonies, and traditional Indian festivities.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store the decoration pieces?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGently wipe the pieces clean and store them flat in a dry space to preserve color, quality, and structural elegance for years.\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":53226513170645,"sku":"decoration_combo_7_green","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/kanira-decoration-listing2-768x768_1.jpg?v=1771656155"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-mango","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Mango Theme (7 Items + Free Samai Asan)","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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-question::after {\n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Mango Theme\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with this elegant Paithani Ganpati Decoration Combo Set featuring a vibrant Mango Theme. Designed to deliver a complete festive setup effortlessly, this coordinated décor collection beautifully combines traditional Maharashtrian artistry with modern convenience for homes, mandaps, pooja rooms, and festive events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eCoordinated Festive Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eComplete 7-piece coordinated decoration set.\u003c\/li\u003e\n\u003cli\u003eCreates a rich unified festive appearance.\u003c\/li\u003e\n\u003cli\u003eEnhances Ganpati mandap aesthetics instantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani art.\u003c\/li\u003e\n\u003cli\u003eVibrant Mango theme with golden festive accents.\u003c\/li\u003e\n\u003cli\u003ePerfect blend of heritage and festive charm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Convenient Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEasy-to-install lightweight decorative pieces.\u003c\/li\u003e\n\u003cli\u003eTool-free hassle-free festive arrangement.\u003c\/li\u003e\n\u003cli\u003eConvenient repositioning and storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eBonus Samai Asan Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIncludes complimentary matching Samai Asan.\u003c\/li\u003e\n\u003cli\u003eIdeal for lamps and Kalash placement.\u003c\/li\u003e\n\u003cli\u003eAdds elegance to traditional pooja décor.\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!-- SPECIFICATION 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\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi Paithani Decoration Combo Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eMango Theme with Festive Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArt Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Paithani Motif Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Items Included\u003c\/td\u003e\n\u003ctd\u003e7 Decorative Pieces + Free Samai Asan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Durable Multi-Medium Board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eLightweight Foldable Easy Storage Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGanpati Mandaps, Pooja Rooms \u0026amp; Festive Events\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\"\u003eWhat is included in this combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe set includes 7 coordinated decorative pieces along with a complimentary matching Samai Asan for festive pooja arrangements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this decoration set reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable lightweight materials allow easy multi-season festive reuse and convenient storage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs installation difficult?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The lightweight components allow quick and hassle-free setup using simple mounting accessories.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere can this combo set be used?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is ideal for Ganesh mandaps, pooja rooms, festive entrances, cultural décor setups, and home celebrations.\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":53226515333333,"sku":"decoration_combo_7_mango","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/02-4-768x768.jpg?v=1771656446"},{"product_id":"paithani-chakra-backdrop-ganesh-chaturthi-24-inch","title":"Paithani Chakra Backdrop for Ganesh Chaturthi – Single Round Design (24 Inch)","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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-question::after {\n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003ePaithani Chakra Backdrop for Ganesh Chaturthi – Single Round Design (24 Inch)\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive home celebrations with the elegant Paithani Chakra Backdrop. Designed to blend traditional Maharashtrian Paithani artistry with modern convenience, this lightweight 24-inch circular backdrop creates a divine focal point for Lord Ganesha while adding royal festive charm to your pooja setup, mandap, or home décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eTraditional Divine Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant 24-inch chakra-inspired round backdrop.\u003c\/li\u003e\n\u003cli\u003eRich Paithani floral festive motifs.\u003c\/li\u003e\n\u003cli\u003eEnhances spiritual and festive ambiance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight \u0026amp; Convenient\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using premium lightweight fabric.\u003c\/li\u003e\n\u003cli\u003eEasy to hang, move, and position.\u003c\/li\u003e\n\u003cli\u003eFoldable structure for hassle-free storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReusable Durable Build\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for long-term festive reuse.\u003c\/li\u003e\n\u003cli\u003eDurable fabric maintains elegant appearance.\u003c\/li\u003e\n\u003cli\u003eCompact foldable format saves storage space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Decor\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Ganesh Chaturthi celebrations.\u003c\/li\u003e\n\u003cli\u003eSuitable for pooja rooms and mandaps.\u003c\/li\u003e\n\u003cli\u003eComplements traditional Paithani décor themes.\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!-- SPECIFICATION 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\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003ePaithani Chakra Backdrop Single Round Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDiameter\u003c\/td\u003e\n\u003ctd\u003e24 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eCircular Chakra Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Theme\u003c\/td\u003e\n\u003ctd\u003eTraditional Floral Paithani Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eFoldable Compact Easy Storage Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGanesh Mandaps, Pooja Rooms \u0026amp; Festive Backdrops\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\"\u003eHow can I install this backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis lightweight backdrop can easily be mounted using hooks, adhesive strips, push pins, or simple hanging accessories.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this backdrop reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable premium fabric allows convenient multi-season festive reuse without losing its elegant appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it be paired with other decorations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It pairs beautifully with Paithani pooja accessories, diya mats, and festive décor themes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eSimply fold the backdrop carefully and store it in a dry clean place for long-lasting festive use.\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":53226521985237,"sku":"chakra_backdrop_round-24in","price":649.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-768x768.jpg?v=1771656842"},{"product_id":"paithani-gate-style-backdrop-ganesh-chaturthi-mango","title":"Paithani Gate Style Backdrop for Ganesh Chaturthi – Mango","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            \/* GOLDEN + PURPLE + PINK THEME *\/\n\n            --bg-primary: #210028;\n\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        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-question::after {\n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi – Mango\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eTransform your festive celebrations with the radiant elegance of the Paithani Gate Style Backdrop in a stunning Mango hue. Crafted with authentic Paithani artistry and luxurious silk aesthetics, this reusable decorative backdrop beautifully enhances temples, pooja rooms, mandaps, and festive spaces with timeless Maharashtrian cultural grandeur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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 Heritage Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHand-crafted by skilled Indian artisans.\u003c\/li\u003e\n\u003cli\u003ePremium silk-inspired luxurious finish.\u003c\/li\u003e\n\u003cli\u003ePreserves traditional Paithani weaving aesthetics.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eMajestic Temple Gate Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by grand traditional temple arches.\u003c\/li\u003e\n\u003cli\u003eElegant ornamental side pillar detailing.\u003c\/li\u003e\n\u003cli\u003eDecorative tassels enhance festive appeal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Maharashtrian Motifs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBeautiful shimmering golden zari borders.\u003c\/li\u003e\n\u003cli\u003eFeatures iconic peacock and parrot motifs.\u003c\/li\u003e\n\u003cli\u003eRich festive Mango color theme.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReusable \u0026amp; Practical Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight and easy to fold\/store.\u003c\/li\u003e\n\u003cli\u003eDurable reusable festive decoration solution.\u003c\/li\u003e\n\u003cli\u003eIdeal for multiple festive celebrations.\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!-- SPECIFICATION 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\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003ePaithani Gate Style Backdrop – Mango Edition\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Handloom Silk Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Temple Gate Inspired Layout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotifs\u003c\/td\u003e\n\u003ctd\u003ePeacock, Parrot \u0026amp; Traditional Paithani Patterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Mango with Golden Zari Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Season Reusable Backdrop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Temple Decor, Mandaps \u0026amp; Festive Celebrations\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\"\u003eWhy choose this backdrop over plastic decor?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis backdrop offers authentic Maharashtrian craftsmanship, reusable durability, premium festive elegance, and an eco-friendly alternative to disposable plastic decorations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this backdrop be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The premium durable fabric and zari finish are designed for long-lasting festive use across multiple celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this backdrop suitable for other festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It is perfect for Ganesh Chaturthi, Diwali, Navratri, weddings, temple decor, and cultural events.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should the backdrop be stored?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFold and store it carefully in a dry environment away from moisture to preserve the premium fabric and zari detailing.\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":53226528538837,"sku":"gate_backdrop_mango","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/50-768x768.png?v=1771657037"},{"product_id":"nauvari-peshwai-gudi-pink-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Pink \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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-question::after {\n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eNauvari Peshwai Gudi Pink - Festive Stand \u0026amp; Showpiece\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eEmbrace the vibrant spirit of Gudi Padwa with the elegant Nauvari Peshwai Gudi Pink Stand. Designed for modern Maharashtrian households, this premium readymade festive decoration beautifully combines authentic cultural aesthetics with effortless setup, bringing royal festive charm to your home, temple, or celebration space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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 Royal Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePremium pink Butti fabric finish.\u003c\/li\u003e\n\u003cli\u003eElegant golden Paithani border detailing.\u003c\/li\u003e\n\u003cli\u003eInspired by traditional Peshwai heritage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEffortless Festive Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully pre-assembled readymade design.\u003c\/li\u003e\n\u003cli\u003eNo manual wrapping or setup required.\u003c\/li\u003e\n\u003cli\u003eSaves time during festival preparation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDurable Reusable Build\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted with premium long-lasting materials.\u003c\/li\u003e\n\u003cli\u003eSuitable for multi-season festive use.\u003c\/li\u003e\n\u003cli\u003eEasy to store safely after celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Decorative Appeal\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eIdeal for homes and temple decor.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances and pooja spaces.\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!-- SPECIFICATION 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\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReadymade Gudi Padwa Decoration Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eTraditional Nauvari Peshwai Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Material\u003c\/td\u003e\n\u003ctd\u003ePremium Pink Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Pink with Royal Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Pre-Assembled Ready-to-Display Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Season Reusable Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Home Decor, Temples \u0026amp; Festive Events\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\"\u003eDoes this Gudi stand require assembly?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This festive stand comes fully pre-assembled and ready for instant display without any manual setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I reuse it every festive season?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The premium durable materials allow convenient multi-season reuse while maintaining elegant appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design traditional?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe pink Butti fabric combined with the golden Paithani border reflects authentic Maharashtrian Peshwai festive heritage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere can this festive stand be used?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is perfect for home entrances, pooja rooms, temples, cultural events, and festive decorative displays.\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":53226534895829,"sku":"gudi_stepwise_pink","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-pink-768x768.webp?v=1771657484"},{"product_id":"nauvari-peshwai-gudi-pista-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Pista \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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-question::after {\n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eNauvari Peshwai Gudi Pista Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the Nauvari Peshwai Gudi Pista Stand, a premium readymade Gudi Padwa decoration showpiece designed for modern households. Combining a striking Pista green aesthetic with the royal legacy of Maharashtrian culture, this elegant setup brings traditional festive beauty into your home with effortless convenience and timeless charm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eReadymade Convenience\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully pre-assembled festive setup.\u003c\/li\u003e\n\u003cli\u003eSaves preparation time during celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy instant display for modern homes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eRoyal Maharashtrian Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant Pista green Butti fabric finish.\u003c\/li\u003e\n\u003cli\u003eTraditional golden Paithani border detailing.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Peshwai aesthetics.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDurable Reusable Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using premium quality materials.\u003c\/li\u003e\n\u003cli\u003eDesigned for multi-year festive use.\u003c\/li\u003e\n\u003cli\u003eEasy to store safely after celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Decor\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eSuitable for temples and pooja rooms.\u003c\/li\u003e\n\u003cli\u003eIdeal for home entrances and cultural events.\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!-- SPECIFICATION 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\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReadymade Gudi Padwa Decoration Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Nauvari Peshwai\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Material\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003ePista Green with Royal Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Pre-Assembled Ready-to-Use Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003eReusable Multi-Year Festive Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eHome Decor, Temples, Pooja Rooms \u0026amp; Cultural Events\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\"\u003eDo I need to assemble the Gudi myself?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This Gudi Padwa stand comes completely readymade and pre-assembled, allowing instant festive setup without manual effort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable premium materials are specially designed for long-term multi-year festive usage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Pista Peshwai design special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe elegant Pista green Butti fabric combined with the golden Paithani border creates an authentic royal Maharashtrian festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for temples and home decor?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It is perfect for home entrances, pooja rooms, temples, and cultural festive decorations.\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":53226569334997,"sku":"gudi_stepwise_pista","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-pista-768x768.webp?v=1771658840"},{"product_id":"nauvari-peshwai-gudi-maroon-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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        @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\u003eNauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eWelcome the auspicious occasion of Gudi Padwa into your home with grace, authenticity, and zero hassle. Specially curated for modern Maharashtrian families and festive décor lovers, this ready-to-use Gudi stand beautifully recreates the sacred traditional setup using premium maroon Butti fabric and a royal golden Paithani border. Elegant, reusable, and visually striking, it perfectly blends heritage aesthetics with modern convenience for grand festive celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eEffortless Ready-to-Use Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePre-assembled festive setup for instant display.\u003c\/li\u003e\n\u003cli\u003eEliminates complex traditional draping hassle.\u003c\/li\u003e\n\u003cli\u003eSaves valuable preparation time during festivals.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using elegant maroon Butti fabric.\u003c\/li\u003e\n\u003cli\u003eFeatures a royal golden Paithani border finish.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Maharashtrian heritage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSustainable \u0026amp; Reusable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable premium-quality festive construction.\u003c\/li\u003e\n\u003cli\u003eDesigned for multi-year celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy to store and reuse every festive season.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eMultipurpose Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eIdeal for temples and home entrances.\u003c\/li\u003e\n\u003cli\u003eSuitable for cultural and festive décor setups.\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!-- SPECIFICATION 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\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eNauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Palette\u003c\/td\u003e\n\u003ctd\u003eFestive Maroon and Royal Golden Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eTraditional Peshwai Nauvari Theme\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetup Type\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use Pre-Assembled Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Year Reusable Decor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Home Entrances, Temples \u0026amp; Cultural Celebrations\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\"\u003eDo I need to assemble the Gudi myself?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This product comes with a fully ready-to-use setup that eliminates complicated manual draping and setup work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this Gudi stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, absolutely. It is designed using durable premium materials for repeated festive usage across multiple years.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design culturally authentic?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe maroon Butti fabric combined with the royal golden Paithani border reflects traditional Maharashtrian Peshwai aesthetics.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for indoor and temple décor?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. It is ideal for home entrances, pooja rooms, festive backdrops, and temple decoration setups.\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":"Default Title","offer_id":53226656071893,"sku":"gudi_stepwise_red-2","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Maroon.jpg?v=1771661698"},{"product_id":"nauvari-peshwai-gudi-orange-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Orange \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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        @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\u003eNauvari Peshwai Orange Gudi Padwa Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eWelcome the auspicious occasion of Gudi Padwa with the elegant Nauvari Peshwai Orange Gudi Stand. Beautifully crafted with premium orange butti fabric and a luxurious golden Paithani border, this festive decorative piece perfectly blends Maharashtrian heritage with modern convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eTraditional Grandeur\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Nauvari Peshwai festive styling.\u003c\/li\u003e\n\u003cli\u003eDecorated with elegant orange butti fabric and golden border.\u003c\/li\u003e\n\u003cli\u003ePerfect cultural showpiece for festive décor.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEffortless Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully readymade design for hassle-free display.\u003c\/li\u003e\n\u003cli\u003eSaves valuable festive preparation time.\u003c\/li\u003e\n\u003cli\u003eBalanced and elegant setup ready instantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Reusable Quality\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for long-term multi-year festive use.\u003c\/li\u003e\n\u003cli\u003eDurable premium fabric and sturdy construction.\u003c\/li\u003e\n\u003cli\u003eEasy to fold, store, and reuse every season.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFestive Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIdeal for Gudi Padwa, pooja rooms, and temples.\u003c\/li\u003e\n\u003cli\u003eSuitable for entrances and festive home décor.\u003c\/li\u003e\n\u003cli\u003eElegant decorative choice for cultural celebrations.\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!-- SPECIFICATION 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\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eNauvari Peshwai Orange Gudi Padwa Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Orange\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Accent\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Readymade Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable, and Reusable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Temple Décor, Pooja Rooms \u0026amp; Festive Entrances\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTarget Audience\u003c\/td\u003e\n\u003ctd\u003eMaharashtrian Families and Festive Decor Enthusiasts\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\"\u003eDo I need to assemble the Gudi stand?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The stand comes fully readymade and ready to display, making festive decoration simple and hassle-free.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The premium quality fabric and sturdy construction are designed for long-lasting festive reuse.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design traditional?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Nauvari Peshwai styling, orange butti fabric, and golden Paithani border reflect authentic Maharashtrian culture.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for indoor and outdoor use?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. It is suitable for pooja rooms, home entrances, temples, and sheltered outdoor festive setups.\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":"Default Title","offer_id":53226659578069,"sku":"gudi_stepwise_red-3","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Orange.jpg?v=1771661995"},{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-for-boys-evan-motif-pattern","title":"Kanira Jr Paithani dhoti kurta black butti for boys Evan-Motif pattern","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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        @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\u003eKanira Jr Paithani Dhoti Kurta with Evan-Motif Pattern\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your little one to the majestic heritage of Indian tradition without compromising on comfort. The Kanira Jr Paithani Dhoti Kurta beautifully combines authentic Paithani-inspired artistry with sophisticated Evan-Motif detailing and elegant black butti styling for a timeless festive look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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 Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by timeless Paithani silk artistry.\u003c\/li\u003e\n\u003cli\u003eFeatures elegant Evan-Motif patterns with black butti detailing.\u003c\/li\u003e\n\u003cli\u003ePerfect traditional festive attire for boys.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eGentle Skin-Friendly Fabric\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from ultra-soft, breathable fabric blend.\u003c\/li\u003e\n\u003cli\u003eDesigned specially for delicate infant and toddler skin.\u003c\/li\u003e\n\u003cli\u003eLightweight and comfortable for all-day wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Artisan Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCarefully handcrafted by skilled Indian artisans.\u003c\/li\u003e\n\u003cli\u003ePremium stitching and detailing for a luxurious finish.\u003c\/li\u003e\n\u003cli\u003eDurable festive outfit designed for repeated use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFestive Celebration Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIdeal for weddings, poojas, and festivals.\u003c\/li\u003e\n\u003cli\u003eExcellent choice for festive photography.\u003c\/li\u003e\n\u003cli\u003eSuitable for gifting and cultural occasions.\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!-- SPECIFICATION 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\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Dhoti Kurta Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern \/ Design\u003c\/td\u003e\n\u003ctd\u003eTraditional Evan-Motif Pattern with Black Butti Detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Composition\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Paithani Inspired Fabric Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTarget Audience\u003c\/td\u003e\n\u003ctd\u003eBaby Boys and Toddlers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Properties\u003c\/td\u003e\n\u003ctd\u003eBreathable, Lightweight, Skin-Friendly \u0026amp; Comfortable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSet Includes\u003c\/td\u003e\n\u003ctd\u003e1 Kurta and 1 Traditional Dhoti\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash Recommended or Dry Clean\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\"\u003eIs this outfit comfortable for infants and toddlers?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The outfit is crafted using soft, breathable, and lightweight fabric specially designed for delicate baby skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Evan-Motif design special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Evan-Motif pattern is inspired by traditional Paithani artistry, offering a rich cultural look with elegant festive appeal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I wash and maintain the outfit?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle hand washing or dry cleaning is recommended to maintain fabric quality and intricate detailing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for festive occasions?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It is ideal for weddings, Diwali, Janmashtami, naming ceremonies, temple visits, and festive celebrations.\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":"12(0M to 6M)","offer_id":53586978341077,"sku":"Evan Motif Black-12","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53586978373845,"sku":"Evan Motif Black-14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53586978406613,"sku":"Evan Motif Black-16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53586978439381,"sku":"Evan Motif Black-18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53586978472149,"sku":"Evan Motif Black-20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53586978504917,"sku":"Evan Motif Black-22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53586978537685,"sku":"Evan Motif Black-24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53586978570453,"sku":"Evan Motif Black-26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53586978603221,"sku":"Evan Motif Black-28","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13m00272-copy-1-768x1024.jpg?v=1775628185"},{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-for-boys-golu-pattern","title":"Kanira Jr Paithani dhoti kurta black butti for boys Golu pattern","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            \/* GOLDEN + PURPLE + PINK THEME *\/\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        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-question::after {\n\n            \n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 0.3s ease;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n           \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\u003eKanira Jr Paithani Dhoti Kurta Black Butti for Boys – Golu Pattern\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eCelebrate timeless Maharashtrian heritage with the Kanira Jr Paithani Dhoti Kurta. Thoughtfully designed in a classic Golu pattern with elegant black butti detailing, this premium ethnic outfit blends authentic Paithani-inspired artistry with exceptional comfort for little boys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES 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\u003eTraditional Heritage Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani aesthetics.\u003c\/li\u003e\n\u003cli\u003eElegant black butti detailing with Golu styling.\u003c\/li\u003e\n\u003cli\u003ePerfect festive silhouette for boys.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSoft, breathable, skin-friendly fabric.\u003c\/li\u003e\n\u003cli\u003eLightweight construction for all-day comfort.\u003c\/li\u003e\n\u003cli\u003eComfortable fit for infants and toddlers.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eArtisan Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCarefully handcrafted premium detailing.\u003c\/li\u003e\n\u003cli\u003eTraditional artistry with modern tailoring.\u003c\/li\u003e\n\u003cli\u003eLong-lasting festive elegance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFestive Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for weddings and pujas.\u003c\/li\u003e\n\u003cli\u003eExcellent for festive photography.\u003c\/li\u003e\n\u003cli\u003eAvailable in multiple sizes.\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!-- SPECIFICATION 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\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Dhoti Kurta Black Butti\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric\u003c\/td\u003e\n\u003ctd\u003ePremium Paithani Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Golu Pattern with Black Butti\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Type\u003c\/td\u003e\n\u003ctd\u003eComfort Fit for Boys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eFestivals, Weddings \u0026amp; Cultural Events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean\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\"\u003eIs the fabric comfortable for kids?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The fabric is soft, breathable, lightweight, and specially designed for delicate skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for weddings and festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The elegant Paithani-inspired styling makes it perfect for weddings, Janmashtami, Diwali, and festive occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I wash the outfit?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle hand washing or dry cleaning is recommended for maintaining fabric quality and detailing.\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":"12(0M to 6M)","offer_id":53586996429013,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_12","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53586996461781,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_14","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"16(1Yto 2Y)","offer_id":53586996494549,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_16","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"18(2Y to 3Y)","offer_id":53586996527317,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_18","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"20(3Y to 4Y)","offer_id":53586996560085,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53586996592853,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_22","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"24(5Y to 6Y)","offer_id":53586996625621,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53586996658389,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53586996691157,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_28","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13m00263-copy-768x1024.jpg?v=1775628738"},{"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":"kanira-jr-paithani-jacket-for-boys-jodi-peacock","title":"Kanira Jr Paithani Jacket for Boys Jodi peacock","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        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-question::after {\n\n            \n\n            font-size: 1.5rem;\n\n            transition: transform 0.3s ease;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n            \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\u003eKanira Jr Paithani Jacket for Boys Jodi Peacock\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eCelebrate your young gentleman in timeless Maharashtrian elegance with the Kanira Jr Paithani Jacket for Boys. Inspired by authentic Paithani weaving artistry, this premium ethnic jacket showcases intricate Jodi Peacock motifs symbolizing grace, celebration, and cultural richness. Blending traditional heritage with modern child-friendly tailoring, the lightweight structured silhouette and ultra-soft inner lining eliminate the heaviness and discomfort of conventional festive wear, ensuring exceptional comfort for weddings, cultural programs, festivals, and family celebrations while keeping your child stylish throughout the day.\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 Heritage Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures elegant Jodi Peacock motifs inspired by classic Maharashtrian Paithani weaving traditions.\u003c\/li\u003e\n\u003cli\u003eRich vibrant tones and intricate detailing deliver a regal ethnic appearance perfect for celebrations and ceremonies.\u003c\/li\u003e\n\u003cli\u003eCombines traditional craftsmanship with refined modern finishing for a premium festive look.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Child-Friendly Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSpecially designed lightweight construction allows boys to move, play, and celebrate comfortably.\u003c\/li\u003e\n\u003cli\u003eUltra-soft inner lining protects delicate skin from irritation during extended wear.\u003c\/li\u003e\n\u003cli\u003eBreathable structure helps maintain comfort during weddings, festivals, and cultural events.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eStructured Premium Tailoring\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSemi-structured silhouette maintains a polished traditional appearance throughout celebrations.\u003c\/li\u003e\n\u003cli\u003eDurable reinforced stitching ensures long-lasting wear and shape retention.\u003c\/li\u003e\n\u003cli\u003eTailored finish delivers a sophisticated ethnic style without restricting movement.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs beautifully with kurtas, pajamas, dhotis, and traditional ethnic wear.\u003c\/li\u003e\n\u003cli\u003eCan also be styled with shirts and jeans for modern Indo-western festive fashion.\u003c\/li\u003e\n\u003cli\u003ePerfect for weddings, school functions, festive gatherings, cultural programs, and family celebrations.\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!-- SPECIFICATION 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 Type\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Ethnic Jacket for Boys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Highlight\u003c\/td\u003e\n\u003ctd\u003eTraditional Jodi Peacock Paithani Inspired Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Inner Lining with Lightweight Breathable Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\u003ctd\u003eSemi-Structured Comfortable Ethnic Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003ePremium Reinforced Stitching with Shape-Retaining Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\u003ctd\u003eKurtas, Pajamas, Dhotis, Shirts, and Indo-Western Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, School Functions, Cultural Programs, and Family Celebrations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry Clean Recommended to Maintain Fabric Texture and Motif Detailing\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\"\u003eIs this jacket comfortable for active children during long events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is specially crafted using lightweight breathable fabric and a soft inner lining that allows boys to move freely, play comfortably, and stay irritation-free during weddings, cultural programs, and festive celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Jodi Peacock design unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe elegant Jodi Peacock motif is inspired by traditional Paithani weaving artistry and symbolizes grace, celebration, and rich Maharashtrian cultural heritage while giving the jacket a premium festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. While it pairs beautifully with kurtas and ethnic wear, the jacket can also be styled with shirts and jeans for a modern Indo-western festive look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the jacket maintain its shape after repeated wear?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The reinforced premium stitching and semi-structured tailoring help the jacket maintain its polished silhouette and elegant festive appearance even after regular usage.\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\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"14 (3M to 1Y)","offer_id":53587052462293,"sku":"Jr Jacket Jodi peacock_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53587052495061,"sku":"Jr Jacket Jodi peacock_16","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"18 (2Y to 3Y)","offer_id":53587052527829,"sku":"Jr Jacket Jodi peacock_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53587052560597,"sku":"Jr Jacket Jodi peacock_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53587052593365,"sku":"Jr Jacket Jodi peacock_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53587052626133,"sku":"Jr Jacket Jodi peacock_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53587052658901,"sku":"Jr Jacket Jodi peacock_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53587052691669,"sku":"Jr Jacket Jodi peacock_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53587052724437,"sku":"Jr Jacket Jodi peacock_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53587052757205,"sku":"Jr Jacket Jodi peacock_32","price":1299.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1Q1A4623.webp?v=1775630248"},{"product_id":"kanira-jr-paithani-jacket-for-boys-parrot-peacock","title":"Kanira Jr Paithani Jacket for Boys Parrot Peacock","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        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-question::after {\n\n            \n\n            font-size: 1.5rem;\n\n            transition: transform 0.3s ease;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n            \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\u003eKanira Jr Paithani Jacket for Boys Parrot Peacock\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your young gentleman to the timeless elegance of Indian craftsmanship with the Kanira Jr Paithani Jacket for Boys. Inspired by authentic Maharashtrian Paithani artistry, this premium festive jacket showcases intricate parrot and peacock motifs woven into a sophisticated ethnic silhouette. Designed specifically to solve the discomfort commonly associated with traditional children's wear, the lightweight structure, breathable construction, and ultra-soft inner lining ensure unrestricted movement and all-day comfort during weddings, festivals, cultural ceremonies, and school celebrations while keeping your child effortlessly stylish.\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 Heritage Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures elegant parrot and peacock motifs inspired by traditional Maharashtrian Paithani weaving artistry.\u003c\/li\u003e\n\u003cli\u003eRich ethnic detailing delivers a luxurious festive appearance suitable for weddings and cultural celebrations.\u003c\/li\u003e\n\u003cli\u003eCombines timeless Indian craftsmanship with refined modern tailoring for premium ethnic styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Child-Friendly Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using lightweight breathable fabric that allows boys to move, play, and celebrate comfortably.\u003c\/li\u003e\n\u003cli\u003eUltra-soft inner lining protects delicate skin from itching and irritation during extended wear.\u003c\/li\u003e\n\u003cli\u003eDesigned to maintain airflow and comfort during long festive gatherings and ceremonies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eStructured Premium Tailoring\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSemi-structured silhouette maintains a polished festive appearance throughout the day.\u003c\/li\u003e\n\u003cli\u003ePremium reinforced stitching enhances durability and long-term shape retention.\u003c\/li\u003e\n\u003cli\u003eTailored ethnic fit provides a sophisticated appearance without restricting active movement.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs effortlessly with kurtas, pajamas, dhotis, and other traditional ethnic outfits.\u003c\/li\u003e\n\u003cli\u003eCan also be styled with shirts and jeans for a fashionable Indo-western festive look.\u003c\/li\u003e\n\u003cli\u003eIdeal for weddings, family celebrations, festivals, school functions, photoshoots, and cultural programs.\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!-- SPECIFICATION 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 Type\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Ethnic Jacket for Boys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Motif\u003c\/td\u003e\n\u003ctd\u003eTraditional Parrot \u0026amp; Peacock Paithani Inspired Weaving Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Construction\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Breathable Ethnic Fabric Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Inner Lining with Skin-Friendly Breathable Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\u003ctd\u003eSemi-Structured Comfortable Festive Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003ePremium Reinforced Stitching with Shape-Retaining Tailoring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\u003ctd\u003eKurtas, Pajamas, Dhotis, Shirts, and Indo-Western Outfits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Cultural Programs, School Functions, and Family Celebrations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended to Preserve Motif Detailing\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\"\u003eWill this jacket feel comfortable during long festive events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is specially designed using lightweight breathable fabric and a soft inner lining that keeps children comfortable, irritation-free, and unrestricted during weddings, festivals, and cultural celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the parrot and peacock motifs special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe motifs are inspired by authentic Paithani weaving traditions from Maharashtra, symbolizing elegance, prosperity, and Indian cultural heritage while giving the jacket a rich festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled for modern festive looks?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. While it pairs beautifully with traditional kurtas and ethnic wear, the jacket also works stylishly with shirts and jeans for a trendy Indo-western festive outfit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the jacket maintain its structure after repeated wear?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The reinforced premium stitching and semi-structured tailoring help the jacket retain its polished silhouette and festive elegance even after frequent usage and celebrations.\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\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"14 (3M to 1Y)","offer_id":53587066486997,"sku":"Jr Jacket peaock peacock_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53587066519765,"sku":"Jr Jacket peaock peacock_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53587066552533,"sku":"Jr Jacket peaock peacock_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53587066585301,"sku":"Jr Jacket peaock peacock_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53587066618069,"sku":"Jr Jacket peaock peacock_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53587066650837,"sku":"Jr Jacket peaock peacock_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53587066683605,"sku":"Jr Jacket peaock peacock_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53587066716373,"sku":"Jr Jacket peaock peacock_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53587066749141,"sku":"Jr Jacket peaock peacock_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53587066781909,"sku":"Jr Jacket peaock peacock_32","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/34-1-768x768.webp?v=1775631547"},{"product_id":"kanira-jr-paithani-jacket-for-boys-small-peacock-red","title":"Kanira Jr Paithani Jacket for Boys Small peacock Red","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\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        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-question::after {\n\n            content: '+';\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 Jacket for Boys (Small Peacock Red)\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003eCelebrate your young gentleman in timeless Maharashtrian elegance with the Kanira Jr Paithani Jacket for Boys. Inspired by authentic Paithani weaving artistry, this premium ethnic jacket showcases intricate small peacock motifs on a vibrant festive red base, blending traditional heritage with modern child-friendly tailoring. Designed to eliminate the heaviness and discomfort of conventional festive wear, the lightweight structured silhouette and ultra-soft inner lining ensure exceptional comfort for weddings, cultural programs, festivals, and family celebrations while keeping your child stylish throughout the day.\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\u003eAuthentic Paithani Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eFeatures elegant small peacock motifs inspired by classic Maharashtrian Paithani weaving traditions.\u003c\/li\u003e\n\n\u003cli\u003eThe rich festive red tone delivers a regal ethnic appearance perfect for celebrations and ceremonies.\u003c\/li\u003e\n\n\u003cli\u003eCombines traditional craftsmanship with refined modern finishing for a premium 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\u003eLightweight Child-Friendly Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eSpecially designed lightweight construction allows boys to move, play, and celebrate comfortably.\u003c\/li\u003e\n\n\u003cli\u003eUltra-soft inner lining protects delicate skin from irritation during extended wear.\u003c\/li\u003e\n\n\u003cli\u003eBreathable structure helps maintain comfort during weddings, festivals, and cultural events.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eStructured Premium Tailoring\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eSemi-structured silhouette maintains a polished traditional appearance throughout celebrations.\u003c\/li\u003e\n\n\u003cli\u003eDurable reinforced stitching ensures long-lasting wear and shape retention.\u003c\/li\u003e\n\n\u003cli\u003eTailored finish delivers a sophisticated ethnic style without restricting movement.\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\u003ePairs beautifully with kurtas, pajamas, dhotis, and traditional ethnic wear.\u003c\/li\u003e\n\n\u003cli\u003eCan also be styled with shirts and jeans for modern Indo-western festive fashion.\u003c\/li\u003e\n\n\u003cli\u003ePerfect for weddings, school functions, festive gatherings, cultural programs, and family celebrations.\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\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 Ethnic Jacket for Boys\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\n\u003ctd\u003eFestive Rich Red\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDesign Motif\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Small Peacock Paithani Weaving Inspired Pattern\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eUltra-Soft Inner Lining with Lightweight Breathable Construction\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 Ethnic 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 Shape-Retaining Structure\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\n\u003ctd\u003eKurtas, Pajamas, Dhotis, Shirts, and Indo-Western Wear\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, School Functions, Cultural Programs, and Family Celebrations\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eDry Clean Recommended to Maintain Fabric Texture and Motif Detailing\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 jacket comfortable for active children during long events?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is specially crafted using lightweight breathable fabric and a soft inner lining that allows boys to move freely, play comfortably, and stay irritation-free during weddings, cultural programs, and festive celebrations.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhat makes the small peacock design unique?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe elegant small peacock motif is inspired by traditional Paithani weaving artistry, symbolizing grace and rich Maharashtrian cultural heritage while giving the jacket a premium festive appearance.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. While it pairs beautifully with kurtas and ethnic wear, the jacket can also be styled with shirts and jeans for a modern Indo-western festive look.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWill the jacket maintain its shape after repeated wear?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The reinforced premium stitching and semi-structured tailoring help the jacket maintain its polished silhouette and elegant festive appearance even after regular usage.\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":"14 (3M to 1Y)","offer_id":53587081494741,"sku":"Jr Jacket Small Peacock red_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53587081527509,"sku":"Jr Jacket Small Peacock red_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53587081560277,"sku":"Jr Jacket Small Peacock red_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53587081593045,"sku":"Jr Jacket Small Peacock red_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53587081625813,"sku":"Jr Jacket Small Peacock red_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53587081658581,"sku":"Jr Jacket Small Peacock red_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53587081691349,"sku":"Jr Jacket Small Peacock red_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53587081724117,"sku":"Jr Jacket Small Peacock red_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53587081756885,"sku":"Jr Jacket Small Peacock red_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53587081789653,"sku":"Jr Jacket Small Peacock red_32","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/41-768x768.webp?v=1775632279"},{"product_id":"paithani-baby-girl-frock-green-silk-with-brocade-yoke-peacock-zari-border-indu-pattern","title":"Paithani Baby Girl Frock – Green Silk with Brocade Yoke \u0026 Peacock Zari Border – 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 – Green Silk with Brocade Yoke \u0026amp; Peacock Zari Border – Indu Pattern\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            content: '+';\n\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            \u003ch1\u003ePaithani Baby Girl Frock – Green Silk with Brocade Yoke \u0026amp; Peacock Zari Border – Indu Pattern\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Introduce your little one to the timeless elegance of traditional Indian couture. Crafted with a premium dark green silk base and adorned with a detailed brocade yoke, this exquisite baby frock features a traditional Paithani peacock zari border in the classic Indu pattern. Perfectly tailored for delicate skin, it blends heritage craftsmanship with lightweight, irritation-free comfort so your toddler can celebrate without compromise.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\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                        \u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Premium dark green silk fabric offers a remarkably rich, lustrous, and elegant look.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                The detailed brocade yoke adds textured depth and captivating shine to the bodice.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Features a traditional Paithani peacock zari border, honoring classic Indian cultural aesthetics.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eInfant-First Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Specially modified to eliminate the stiffness and heavy weight typical of standard traditional textiles.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                The lightweight design allows active toddlers to move, walk, and play comfortably.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Carefully crafted to ensure an irritation-free, soft interior suitable for sensitive skin.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\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\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Dark Green Silk with detailed Brocade \u0026amp; metallic Zari elements\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eYoke Design\u003c\/td\u003e\n                            \u003ctd\u003eDetailed Brocade bodice providing structural texture and shine\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eSkirt \u0026amp; Border Pattern\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic Paithani Peacock Zari motif (Indu Pattern)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight Category\u003c\/td\u003e\n                            \u003ctd\u003eUltra-lightweight modification tailored specifically for children's comfort\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eRecommended For\u003c\/td\u003e\n                            \u003ctd\u003eFestive occasions, naming ceremonies, weddings, and family events\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                            \u003ctd\u003eDry clean recommended; gentle hand wash in cold water to preserve silk and zari texture\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\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                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the fabric safe and irritation-free for my baby's delicate skin?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely. Unlike standard adult traditional textiles that can be heavy and stiff, this frock has been specially modified with an irritation-free finish and a lightweight build designed specifically to protect sensitive infant and toddler skin.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the \"Indu Pattern\" on the border?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The Indu Pattern refers to the specific configuration and style of the traditional Paithani peacock zari design bordering the dress. It is a time-tested, premium design element that signifies genuine Maharashtrian heritage artistry.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can active toddlers move freely in this dress?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, we prioritized freedom of movement. The fabric is lightweight and structured to allow easy sitting, crawling, and walking, making it highly practical for active children during long celebrations.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\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":53587098337493,"sku":"grlfrck_indu_green_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587098370261,"sku":"grlfrck_indu_green_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587098403029,"sku":"grlfrck_indu_green_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587098435797,"sku":"grlfrck_indu_green_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to  4Y)","offer_id":53587098468565,"sku":"grlfrck_indu_green_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587098501333,"sku":"grlfrck_indu_green_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to  6Y)","offer_id":53587098534101,"sku":"grlfrck_indu_green_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587098566869,"sku":"grlfrck_indu_green_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587098599637,"sku":"grlfrck_indu_green_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02039-1-768x1024.jpg?v=1775632607"},{"product_id":"paithani-baby-girl-frock-mango-silk-with-temple-motif-design-zari-border-diamond-pattern","title":"Paithani Baby Girl Frock – Mango Silk with Temple Motif Design \u0026 Zari Border – Diamond 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 – Mango Silk with Temple Motif Design \u0026amp; Zari Border – Diamond 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            content: '+';\n\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            \u003ch1\u003ePaithani Baby Girl Frock – Mango Silk with Temple Motif Design \u0026amp; Zari Border\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Drape your little princess in the rich heritage of Maharashtra with our meticulously crafted Paithani Baby Girl Frock. Designed specifically to bridge the gap between grand traditional aesthetics and toddler comfort, this vibrant mango yellow silk frock features authentic temple motifs, elegant diamond patterns, and a glittering zari border. Unlike heavy traditional garments that restrict play, this premium outfit offers a feather-light, breathable feel so your child stays happy, active, and absolutely stunning through weddings, naming ceremonies, and festive celebrations.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\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                        \u003ch3\u003eIrresistible Comfort\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eSoft Mango Silk:\u003c\/strong\u003e\n                                Sourced specifically for delicate skin to ensure your toddler feels cozy all day.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eUltra-Breathable:\u003c\/strong\u003e\n                                Designed to prevent overheating during crowded, warm festive events.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eAuthentic Heritage\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eTemple Motif Design:\u003c\/strong\u003e\n                                Pays homage to traditional Maharashtrian culture with majestic temple borders.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eDiamond Pattern:\u003c\/strong\u003e\n                                Intricately woven patterns that capture the luxury of authentic Paithani handlooms.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003ePremium Craftsmanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eShimmering Zari Border:\u003c\/strong\u003e\n                                Elegant golden border adds an unmatched celebratory sparkle.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRich Brocade Yoke:\u003c\/strong\u003e\n                                The upper bodice features a heavily textured brocade look for high-end luxury.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eToddler-Friendly Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eUnrestricted Movement:\u003c\/strong\u003e\n                                Lightweight structure lets your little one crawl, run, and play effortlessly.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eEasy-Wear Fit:\u003c\/strong\u003e\n                                Designed for stress-free dressing, keeping both parents and kids relaxed.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\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\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Soft Mango Silk\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStyle \/ Category\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Frock\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMotifs \u0026amp; Patterns\u003c\/td\u003e\n                            \u003ctd\u003eClassic Temple Motif with Diamond Geometric Patterns\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eEmbellishments\u003c\/td\u003e\n                            \u003ctd\u003eGolden Zari Weaving on the Border \u0026amp; Textured Brocade Yoke\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eFit \u0026amp; Comfort\u003c\/td\u003e\n                            \u003ctd\u003eLightweight, highly breathable, optimized for toddler mobility\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOccasion Wear\u003c\/td\u003e\n                            \u003ctd\u003eFestivals (Diwali, Dussehra), Weddings, Naming Ceremonies, and Cultural Gatherings\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                            \u003ctd\u003eDry Clean Recommended to maintain silk luster and golden zari shine\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\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                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this frock comfortable enough for a toddler to wear for several hours?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! Standard kids' ethnic wear is often stiff and itchy, but our frock is tailored from ultra-soft mango silk and features a breathable, lightweight lining. It is deliberately designed to allow unrestricted toddler movement during long ceremonies without causing skin irritation.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What makes the Paithani design on this dress authentic?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The frock displays traditional Maharashtrian cultural heritage through its classic temple motifs and diamond patterns, beautifully accented by a shimmering golden zari border and a rich brocade yoke that replicates high-end handloom artistry.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How should I wash and care for this silk frock?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To preserve the texture of the upper brocade yoke, the delicate mango silk fabric, and the brilliance of the gold zari border, we highly recommend professional dry cleaning. Store it in a breathable cotton garment bag away from direct sunlight.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the fabric suitable for summer weddings and outdoor events?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. The mango silk fabric used is naturally light and breathable, ensuring your baby stays cool, dry, and comfortable even at outdoor celebrations, summer weddings, or daytime naming ceremonies.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\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":53587125960917,"sku":"grlfrck_diamond_mango_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587125993685,"sku":"grlfrck_diamond_mango_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587126026453,"sku":"grlfrck_diamond_mango_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587126059221,"sku":"grlfrck_diamond_mango_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587126091989,"sku":"grlfrck_diamond_mango_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587126124757,"sku":"grlfrck_diamond_mango_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587126157525,"sku":"grlfrck_diamond_mango_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587126190293,"sku":"grlfrck_diamond_mango_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587126223061,"sku":"grlfrck_diamond_mango_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02098-768x1024.jpg?v=1775633664"},{"product_id":"paithani-baby-girl-frock-mango-silk-with-temple-motif-design-zari-border-diamond-pattern-copy","title":"Paithani Baby Girl Frock – Mehndi Silk with Temple Motif \u0026 Zari Border – Diamond 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 – Mehndi Silk with Temple Motif \u0026amp; Zari Border – Diamond 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        \/* Heading Golden Only *\/\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            content: '+';\n\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            \u003ch1\u003ePaithani Baby Girl Frock – Mehndi Silk with Temple Motif \u0026amp; Zari Border\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Drape your little one in the sublime elegance of Indian heritage. This premium Paithani Baby Girl Frock seamlessly blends time-honored cultural craftsmanship with modern wearability. Meticulously designed for sensitive young skin, it pairs brilliant mehndi silk and majestic diamond temple motifs with an ultra-lightweight, irritation-free fit. It is the perfect ensemble to ensure your princess stays joyful, comfortable, and radiantly festive through hours of special celebrations.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\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                        \u003ch3\u003eVibrant Heritage Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eLuminous Mehndi Silk:\u003c\/strong\u003e\n                                Captivating lime green\/mehndi hue delivers a bright, joyful, and photo-ready festive look under any lighting.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eAuthentic Paithani Weaving:\u003c\/strong\u003e\n                                Traditional diamond patterns and elegant temple motifs honor the legendary weaving legacy of India.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eLightweight Luxury\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eGolden Zari Border:\u003c\/strong\u003e\n                                A shining golden border adds a touch of pure luxury and refinement without adding heavy bulk to the fabric.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eEffortless Movement:\u003c\/strong\u003e\n                                Carefully curated lightweight materials allow toddlers and active babies to stretch, crawl, play, and run around freely.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eErgonomic Comfort Fit\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eUpper Yoke Structure:\u003c\/strong\u003e\n                                Ensures a balanced, neat fit that maintains its gorgeous shape without pinching or shifting.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSensory-Friendly Design:\u003c\/strong\u003e\n                                Gentle finishing safeguards your child's delicate skin, ensuring hours of completely itch-free celebration.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\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\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eProduct Type\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eEthnic Weaved Frock for Baby Girls\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Silk Blend (Soft, breathable, and highly durable)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePrimary Color\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eLime Green \/ Vibrant Mehndi Green\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eWeaving Style\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic Paithani-style Temple Motifs with Classic Diamond Pattern\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eBorder\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Golden Zari (Shining, ultra-lightweight formulation)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eBodice Design\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eStructured Upper Yoke for a balanced, hassle-free drape\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTarget Audience\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eInfants, Toddlers, and Baby Girls\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eRecommended Occasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eWeddings, Naming Ceremonies, Festivals (Diwali, Eid, Ugadi), Pujas, and Family Milestones\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 Recommended or Gentle Hand Wash in Cold Water with Mild Detergent\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\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                        \u003cdiv class=\"faq-question\"\u003e\n                            Will the golden zari border scratch or irritate my baby's delicate skin?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, comfort is our primary design driver. This frock is crafted specifically for toddlers and infants. Unlike rigid, scratchy adult fabrics, the golden zari border and silk fibers used in this dress are finely spun, extremely lightweight, and treated to remain soft and non-irritating to highly sensitive skin.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What makes this frock perfect for long, multi-hour family celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Traditional kids' ethnic wear is often stiff, excessively heavy, and uncomfortable, causing children to become fussy. Our dress resolves this by combining authentic cultural craftsmanship (Paithani temple weaving) with a lightweight, breathable build and an ergonomic upper yoke structure. This ensures your baby enjoys complete freedom of movement and stays happy for hours on end.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the vibrant lime green\/mehndi color durable?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, we utilize premium dyed silk fibers that offer beautiful color fastness. To preserve the glowing vibrancy of the mehndi hue and the metallic shine of the golden zari border, we recommend dry cleaning or a very gentle cold hand wash.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can babies easily crawl and walk in this dress?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. The dress features a carefully calculated length and a lightweight flared bottom. This allows crawling babies and active toddlers to move around naturally without tripping over excess material.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\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":53587151749333,"sku":"grlfrck_diamond_mehndi_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587151782101,"sku":"grlfrck_diamond_mehndi_14","price":899.0,"currency_code":"INR","in_stock":false},{"title":"16(1Y to 2Y)","offer_id":53587151814869,"sku":"grlfrck_diamond_mehndi_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587151847637,"sku":"grlfrck_diamond_mehndi_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587151880405,"sku":"grlfrck_diamond_mehndi_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587151913173,"sku":"grlfrck_diamond_mehndi_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587151945941,"sku":"grlfrck_diamond_mehndi_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587151978709,"sku":"grlfrck_diamond_mehndi_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587152011477,"sku":"grlfrck_diamond_mehndi_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02094-768x1024.jpg?v=1775634477"},{"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-frock-mehndi-silk-with-temple-motif-zari-border-diamond-pattern-copy-1","title":"Paithani Baby Girl Frock – Red Silk with Multicolor Zari Border \u0026 Brocade Yoke – 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 – Red Silk with Multicolor Zari Border \u0026amp; Brocade Yoke – 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 – Red Silk with Multicolor Zari Border \u0026amp;\n                Brocade Yoke – Indu Pattern\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Introduce your little one to the majestic world of Indian heritage\n                with our beautifully handcrafted Paithani Baby Girl Frock. Clad in\n                brilliant bright-red silk, this heirloom-quality dress features a rich,\n                structured brocade yoke combined with an authentic, vibrant multicolor\n                zari border at the hem. Perfect for festivals like Diwali and Navratri,\n                family weddings, and memorable traditional photoshoots, it bridges the\n                gap between classic regional artistry and modern wearer-friendly comfort.\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\u003eRoyal Heritage Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Premium bright-red silk fabric featuring authentic,\n                                eye-catching Paithani-inspired weaving.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Intricate brocade yoke that offers rich texture and\n                                a beautifully structured, regal fit.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                A vibrant, multicolor zari border along the hem,\n                                inspired by timeless traditional patterns.\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 Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Equipped with an ultra-soft inner lining specifically\n                                curated to protect a child's delicate, sensitive skin.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Designed with a lightweight, playful flare skirt\n                                that encourages unrestricted movement and\n                                celebratory play.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eArtisanal Masterpiece\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Individually hand-crafted by skilled Indian artisans,\n                                ensuring that each garment supports and preserves\n                                traditional hand-loom craftsmanship.\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 Bright-Red Silk\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePattern Style\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eIndu Pattern (Paithani-Inspired Weaving)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eYoke Detailing\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eTextured Brocade Design\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eHemline\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Multicolor Zari Border with Traditional Motifs\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eComfort Layer\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eHypoallergenic Soft Inner Lining\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSkirt Fit\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eLightweight, Voluminous Flare Skirt\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eOrigin\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                100% Hand-Crafted in India (Artisan Hand-Loom)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eOccasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Weddings, Diwali, Navratri, Pooja Ceremonies,\n                                and Festive Photoshoots\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 to maintain silk luster and\n                                intricate zari weave\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 fabric safe and comfortable for a toddler's sensitive skin?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. We understand that comfort is just as important\n                            as elegance. This frock is thoughtfully engineered with a\n                            premium, skin-safe soft inner lining that shields your\n                            child's sensitive skin from any raw silk texture or stitching,\n                            ensuring they stay comfortable all day long.\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 the \"Indu Pattern\" unique?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The Indu Pattern integrates Maharashtra's historic,\n                            generations-old Paithani weaving techniques into a\n                            contemporary baby frock silhouette. It showcases iconic\n                            motifs, intricate zari work, and highly vibrant\n                            multi-colored borders that make it a standout\n                            festive heirloom.\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 do I wash and care for this hand-crafted silk dress?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Because this frock is made of premium authentic silk\n                            and boasts intricate hand-loomed zari work, we strongly\n                            recommend professional dry cleaning only. Store it in a\n                            cool, dry place wrapped in soft muslin or cotton fabric\n                            to protect the metallic threads.\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 dress heavy for babies or toddlers to wear during celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, we have balanced structure and movement carefully.\n                            While the brocade yoke offers a formal, structured fit,\n                            the flare skirt is intentionally lightweight and airy\n                            to let your child walk, run, dance, and celebrate\n                            without feeling weighed down.\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":53587159122133,"sku":"grlfrck_indu_red_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587159154901,"sku":"grlfrck_indu_red_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587159187669,"sku":"grlfrck_indu_red_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587159220437,"sku":"grlfrck_indu_red_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587159253205,"sku":"grlfrck_indu_red_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587159285973,"sku":"grlfrck_indu_red_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587159318741,"sku":"grlfrck_indu_red_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587159351509,"sku":"grlfrck_indu_red_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587159384277,"sku":"grlfrck_indu_red_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju01964-1-768x1024.jpg?v=1775635634"},{"product_id":"paithani-baby-girl-frock-navy-blue-silk-with-temple-motif-design-zari-border-diamond-pattern-copy","title":"Paithani Baby Girl Frock – Parrot Silk with Golden Zari Border \u0026 Brocade Yoke – 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 – Parrot Silk with Golden Zari Border \u0026amp; Brocade Yoke – 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 – Parrot Silk with Golden Zari Border \u0026amp;\n                Brocade Yoke – Indu Pattern\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Drape your little one in the breathtaking heritage of Indian tradition.\n                Lovingly designed with a deep reverence for generational weaving techniques,\n                this premium pastel-green parrot silk frock seamlessly merges timeless\n                hand-loom craftsmanship with modern comfort. Perfectly tailored for baby\n                girls, it serves as a beautiful, keepsake-quality alternative to stiff,\n                synthetic, mass-produced outfits, ensuring your child remains happy,\n                comfortable, and radiantly festive throughout every celebration.\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\u003eHeritage Artisanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eTraditional Indu Pattern:\u003c\/strong\u003e\n                                Expertly woven by traditional Indian artisans,\n                                directly supporting and keeping hand-loom heritage alive.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eClassic Golden-Zari Border:\u003c\/strong\u003e\n                                Features authentic Paithani-inspired golden borders\n                                that gleam brilliantly during traditional rites\n                                and family gatherings.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eLuxurious Brocade Yoke:\u003c\/strong\u003e\n                                A richly textured, celebratory top layer that adds\n                                elegant depth and exquisite sophistication to the silhouette.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Comfort \u0026amp; Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eSoft Ambient Luster:\u003c\/strong\u003e\n                                The high-grade pastel-green silk reflects light with\n                                a gentle, premium sheen without being harsh or overly reflective.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eIrritation-Free Inner Lining:\u003c\/strong\u003e\n                                Fully layered with an ultra-soft, breathable inner fabric\n                                designed specifically to shield sensitive infant skin\n                                from itchiness.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFeather-Light Construction:\u003c\/strong\u003e\n                                Lightweight materials promote uncompromised freedom\n                                of movement, encouraging your baby to roll, crawl,\n                                or run around easily.\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\u003eProduct Name\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePaithani Baby Girl Frock – Indu Pattern\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eBody Material\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium, hand-woven Pastel-Green Parrot Silk\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eYoke Style\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eIntricately textured, premium Brocade layer\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSkirt Accent\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic, hand-crafted Golden-Zari Paithani border\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eInner Lining\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Fully lined with ultra-soft, hypoallergenic and\n                                breathable comfort fabric\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eConstruction Type\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Lightweight, tailored drape optimized for free mobility\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eCraftsmanship\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                100% authentic artisanal hand-loom construction\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTarget Audience\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Baby girls (for festivals, weddings, pujas,\n                                and traditional celebrations)\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 is recommended to preserve the\n                                premium luster of silk and zari\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                            Will the golden zari and brocade irritate my baby's skin?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Not at all. We have placed your child's delicate skin\n                            at the core of our design. The interior of the frock\n                            is fully lined with an ultra-soft, allergy-free fabric\n                            that completely insulates any outer texture or embroidery\n                            from direct contact with the skin.\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 the frock heavy for active babies?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, this frock features a lightweight, breathable\n                            construction designed specifically to prevent overheating\n                            and fatigue. It allows toddlers and infants to enjoy\n                            long-duration wear without feeling restricted or weighed down.\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 this frock support traditional weavers?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Each frock is created using artisanal hand-loom\n                            craftsmanship in India. By selecting our Paithani\n                            frock over mass-produced synthetic alternatives,\n                            you directly support local Indian weavers and help\n                            preserve century-old heritage techniques.\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 are the recommended cleaning instructions for the silk?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To maintain the gentle shine of the premium pastel-green\n                            silk and preserve the detailed golden-zari border,\n                            we recommend professional dry cleaning. Avoid harsh\n                            machine cycles or rough wringing.\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":53587163644117,"sku":"grlfrck_indu_parrot_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587163676885,"sku":"grlfrck_indu_parrot_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587163709653,"sku":"grlfrck_indu_parrot_16","price":999.0,"currency_code":"INR","in_stock":false},{"title":"18(2Y to 3Y)","offer_id":53587163742421,"sku":"grlfrck_indu_parrot_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587163775189,"sku":"grlfrck_indu_parrot_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587163807957,"sku":"grlfrck_indu_parrot_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587163840725,"sku":"grlfrck_indu_parrot_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587163873493,"sku":"grlfrck_indu_parrot_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587163906261,"sku":"grlfrck_indu_parrot_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02066-768x1024.jpg?v=1775635104"},{"product_id":"paithani-baby-girl-frock-parrot-silk-with-golden-zari-border-brocade-yoke-indu-pattern-copy","title":"Paithani Baby Girl Frock – Red Silk with Temple Motif Design \u0026 Zari Border – Diamond 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 – Red Silk with Temple Motif Design \u0026amp; Zari Border – Diamond 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 – Red Silk with Temple Motif Design \u0026amp;\n                Zari Border – Diamond Pattern\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Introduce your little princess to the timeless grace of Indian heritage.\n                Traditionally, ethnic garments for children can feel heavy, rigid, and scratchy—\n                but this exquisite Paithani silk frock reimagines festive wear. Combining rich\n                cultural authenticity with soft, breathable comfort, it features premium red silk\n                with classic temple motifs and a shimmering gold border. Crafted for modern\n                parents who value both high-quality design and ease of wear, it is the perfect\n                masterpiece for weddings, festivals, and milestone celebrations.\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\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Classic Paithani temple motif and intricate diamond pattern\n                                design that beautifully celebrates historic Indian craftsmanship.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Festive golden zari border which offers a breathtaking,\n                                elegant contrast against the deep red silk base.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Craftsmanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Textured brocade yoke that adds sophisticated layering,\n                                depth, and luxurious texture to the upper bodice.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                A stunning, luminous finish that catches the light beautifully,\n                                making it perfect for family photography.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eChild-Friendly Engineering\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Premium, ultra-soft silk fabric selection designed specifically\n                                to be touchably gentle on sensitive young skin.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Lightweight construction allowing infants and active toddlers\n                                to move, crawl, and play freely during long ceremonies.\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 Silk Fabric (Luminous Finish)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eDesign Style\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Traditional Paithani with Classic Temple Motifs \u0026amp;\n                                Diamond Pattern\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eAccent Details\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Textured Brocade Yoke \u0026amp; Elegant Golden Zari Border\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eColorway\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Festive Royal Red with Metallic Gold Accents\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eComfort Profile\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Hypoallergenic\/Soft Lining, Lightweight Construction,\n                                Breathable Fit\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTarget Group\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Infants, Toddlers, and Baby Girls\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eRecommended Occasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Festivals (Diwali, Dussehra, Ganesh Chaturthi),\n                                Weddings, Pujas, and Naming Ceremonies\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                                Gentle Dry Clean recommended to preserve silk luster\n                                and zari luster\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                            Will this silk frock irritate my baby's sensitive skin?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Not at all. We understand that typical traditional kid's wear\n                            can be itchy. That is why this frock is engineered with premium,\n                            ultra-soft silk and a gentle interior finish specifically tailored\n                            for sensitive infant and toddler skin.\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 the dress heavy? Can my toddler wear it for long temple rituals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, it is exceptionally lightweight. Unlike adult Paithani wear,\n                            which can be heavy and rigid, this frock features a child-friendly\n                            lightweight construction so your little one can move, run, and nap\n                            comfortably through long events.\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 a great gift choice for relatives?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This frock bridges the gap between deep cultural heritage and\n                            modern functionality. Gift-buyers choose this item because it\n                            represents prestigious Indian craftsmanship (authentic temple\n                            motifs and golden zari border) while ensuring the child remains\n                            happy and comfortable.\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 Paithani frock?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To maintain the luminous shine of the red silk and protect the\n                            textured brocade and golden zari border, we highly recommend\n                            gentle dry cleaning. Keep stored in a cool, dry place wrapped\n                            in cotton cloth.\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":53587427295445,"sku":"grlfrck_diamond_red_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587427328213,"sku":"grlfrck_diamond_red_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587427360981,"sku":"grlfrck_diamond_red_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587427393749,"sku":"grlfrck_diamond_red_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587427426517,"sku":"grlfrck_diamond_red_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587427459285,"sku":"grlfrck_diamond_red_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587427492053,"sku":"grlfrck_diamond_red_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587427524821,"sku":"grlfrck_diamond_red_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587427557589,"sku":"grlfrck_diamond_red_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02122-768x1024.jpg?v=1775642859"},{"product_id":"paithani-baby-girl-frock-parrot-silk-with-golden-zari-border-brocade-yoke-indu-pattern-copy-1","title":"Paithani Baby Girl Lehenga Set – Black Silk with Brocade Peplum Top \u0026 Zari Peacock Border – Gita Pattern","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\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        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        @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\u003ePaithani Baby Girl Lehenga Set – Black Silk with Brocade Peplum Top \u0026amp; Zari Peacock Border (Gita Pattern)\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003eCelebrate timeless Indian elegance with this beautifully handcrafted Paithani Baby Girl Lehenga Set featuring a luxurious black silk lehenga paired with a sophisticated brocade peplum top. Designed in the regal Gita Pattern, the outfit is enhanced with an authentic shimmering zari peacock border that reflects rich Maharashtrian handloom heritage. Crafted specially for babies and toddlers, this festive ensemble blends premium traditional aesthetics with lightweight breathable comfort, making it the perfect choice for weddings, Diwali, Navratri, naming ceremonies, cultural gatherings, and memorable family celebrations.\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\u003eRoyal Paithani Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eInspired by traditional Paithani artistry showcasing elegant Maharashtrian cultural craftsmanship.\u003c\/li\u003e\n\n\u003cli\u003eFeatures a luxurious black silk lehenga with a shimmering zari peacock border in authentic Gita Pattern styling.\u003c\/li\u003e\n\n\u003cli\u003eThe sophisticated brocade peplum top adds a graceful fusion of modern elegance and festive tradition.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eSoft \u0026amp; Baby-Friendly Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eFully lined inner construction helps protect delicate baby skin from irritation and rough embroidery contact.\u003c\/li\u003e\n\n\u003cli\u003eLightweight breathable fabric keeps your little one comfortable throughout long celebrations and festive events.\u003c\/li\u003e\n\n\u003cli\u003eSoft waistband and baby-friendly closure system ensure effortless dressing and unrestricted movement.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eElegant Festive Silhouette\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eThe flared lehenga design creates a graceful traditional appearance perfect for festive photography.\u003c\/li\u003e\n\n\u003cli\u003eStructured peplum top provides a polished premium ethnic silhouette while remaining lightweight.\u003c\/li\u003e\n\n\u003cli\u003eDesigned to deliver luxurious festive styling without feeling bulky or uncomfortable for toddlers.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePerfect for Celebrations \u0026amp; Gifting\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eIdeal for weddings, Diwali, Navratri, birthdays, naming ceremonies, festive rituals, and cultural occasions.\u003c\/li\u003e\n\n\u003cli\u003ePairs beautifully with bangles, ethnic footwear, floral accessories, and festive jewelry.\u003c\/li\u003e\n\n\u003cli\u003eA premium gifting choice for baby showers, birthdays, festive celebrations, and family functions.\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\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 Lehenga Set for Baby Girls\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCollection \/ Pattern\u003c\/td\u003e\n\n\u003ctd\u003eGita Pattern Paithani Series\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePrimary Material\u003c\/td\u003e\n\n\u003ctd\u003ePremium Black Silk Blend with Designer Brocade Peplum Top\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBorder Design\u003c\/td\u003e\n\n\u003ctd\u003eAuthentic Gold Zari Peacock Border\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eSoft Breathable Full Inner Lining with Baby-Friendly Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eClosure Type\u003c\/td\u003e\n\n\u003ctd\u003eConcealed Baby-Safe Zipper with Soft Elasticated Waistband\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eWeddings, Diwali, Navratri, Naming Ceremonies, Festivals, Photoshoots, and Cultural Celebrations\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eGentle Dry Clean Recommended to Preserve Silk Texture, Brocade Finish, and Zari Detailing\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 lehenga set comfortable for babies and toddlers?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The outfit is specially designed with soft breathable lining, lightweight silk blend fabric, and baby-friendly inner construction to ensure all-day comfort during festive celebrations and ceremonies.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWill the zari border or embroidery irritate my baby's skin?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo. The lehenga set features a fully lined interior that prevents direct contact between the zari work and delicate baby skin, ensuring irritation-free comfortable wear.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhat occasions is this Paithani lehenga suitable for?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThis elegant ethnic outfit is perfect for weddings, Diwali celebrations, Navratri events, naming ceremonies, birthday functions, festive gatherings, and traditional cultural occasions.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the silk fabric and zari detailing?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eProfessional gentle dry cleaning is recommended to preserve the premium silk texture, shimmering zari peacock border, brocade finish, and overall festive elegance for long-lasting wear.\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":53587438469333,"sku":"grllehnga_black_gita_12","price":899.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587438502101,"sku":"grllehnga_black_gita_14","price":999.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587438534869,"sku":"grllehnga_black_gita_16","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587438567637,"sku":"grllehnga_black_gita_18","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587438600405,"sku":"grllehnga_black_gita_20","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587438633173,"sku":"grllehnga_black_gita_22","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587438665941,"sku":"grllehnga_black_gita_24","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587438698709,"sku":"grllehnga_black_gita_26","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587438731477,"sku":"grllehnga_black_gita_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30(8Y to 9Y)","offer_id":54194606768341,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true},{"title":"32(9Y to 10Y)","offer_id":54194606801109,"sku":null,"price":1899.0,"currency_code":"INR","in_stock":true},{"title":"34(10Y to 11Y)","offer_id":54194606833877,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/12m00019-copy-768x1024.jpg?v=1775643383"},{"product_id":"paithani-baby-girl-lehenga-set-black-silk-with-brocade-peplum-top-zari-peacock-border-gita-pattern-copy","title":"Paithani Baby Girl Lehenga Set – Black Silk with Brocade Peplum Top \u0026 Zari Peacock Border – V neck Pattern","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\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        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-question::after {\n\n            content: '+';\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\u003ePaithani Baby Girl Lehenga Set - Black Silk with Brocade Peplum Top \u0026amp; Zari Peacock Border - V Neck Pattern\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003eCelebrate your little princess in timeless Maharashtrian elegance with this exquisitely handcrafted Paithani Baby Girl Lehenga Set. Featuring a luxurious bright black silk lehenga paired with a sophisticated brocade peplum top in a graceful V-neck pattern, this ensemble beautifully blends authentic cultural artistry with modern festive styling. Enhanced by a radiant gold zari peacock border and lightweight child-friendly tailoring, the outfit delivers premium ethnic charm while ensuring soft, breathable comfort for weddings, festive celebrations, naming ceremonies, and treasured milestone photoshoots.\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\u003eAuthentic Paithani Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eFeatures traditional Paithani-inspired peacock zari motifs reflecting rich Maharashtrian weaving heritage.\u003c\/li\u003e\n\n\u003cli\u003eThe shimmering gold zari peacock border adds regal festive elegance and luxurious visual appeal.\u003c\/li\u003e\n\n\u003cli\u003eCombines handcrafted ethnic artistry with modern boutique-style finishing.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eElegant Brocade Peplum Styling\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003ePremium bright black silk lehenga creates a rich festive glow under ceremonial lighting.\u003c\/li\u003e\n\n\u003cli\u003eDesigner brocade peplum top with a graceful V-neck silhouette adds modern sophistication to traditional baby wear.\u003c\/li\u003e\n\n\u003cli\u003eFlared lehenga structure creates beautiful movement and picture-perfect festive styling.\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\u003eFully lined ultra-soft interior protects delicate baby skin from zari, seams, and embroidery irritation.\u003c\/li\u003e\n\n\u003cli\u003eLightweight breathable construction allows easy movement during long celebrations and functions.\u003c\/li\u003e\n\n\u003cli\u003eSoft-stretch waistband and concealed zipper ensure quick, fuss-free dressing for parents.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePerfect for Festive Occasions\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eIdeal for weddings, Diwali, Navratri, Ganesh Chaturthi, naming ceremonies, and cultural celebrations.\u003c\/li\u003e\n\n\u003cli\u003ePairs beautifully with traditional accessories for premium festive photoshoots and family gatherings.\u003c\/li\u003e\n\n\u003cli\u003eA thoughtful heritage-inspired gifting option for baby girls and toddlers.\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\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\n\u003ctd\u003ePaithani Baby Girl Lehenga Set with Brocade Peplum Top\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eLehenga Material\u003c\/td\u003e\n\n\u003ctd\u003ePremium Bright Black Silk with Traditional Gold Zari Border\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eTop Design\u003c\/td\u003e\n\n\u003ctd\u003eSoft Brocade Peplum Top with Elegant V Neck Pattern\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eTraditional Motif\u003c\/td\u003e\n\n\u003ctd\u003eAuthentic Peacock Zari Weaving Inspired by Paithani Heritage\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eUltra-Soft Full Inner Lining with Breathable Lightweight Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eClosure Type\u003c\/td\u003e\n\n\u003ctd\u003eConcealed Zipper with Comfortable Soft-Stretch Waistband\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\n\u003ctd\u003eHandcrafted Boutique Finish with Reinforced Durable Stitching\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, Family Gatherings, and Heritage Photoshoots\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eDry Clean Recommended to Preserve Silk Texture and Gold Zari Detailing\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 the outfit comfortable for babies and toddlers to wear for long hours?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. This lehenga set is specially designed with a lightweight breathable structure and a fully lined ultra-soft interior that keeps delicate baby skin protected from zari work, seams, and embroidery irritation during extended celebrations.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhat makes the V-neck peplum design unique?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe elegant V-neck brocade peplum top blends modern boutique styling with traditional Paithani aesthetics, giving the outfit a refined festive appearance while maintaining comfort and ease of movement for babies.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs the gold zari peacock border authentic Paithani-inspired work?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The lehenga features traditional Paithani-inspired peacock zari weaving that reflects the timeless artistry and cultural richness of Maharashtrian handloom heritage.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the silk fabric and zari detailing?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the shine of the premium silk, maintain the brocade texture, and protect the intricate gold zari border for long-lasting festive elegance.\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":53587459539157,"sku":"grllehnga_black_v-neck_12","price":899.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587459571925,"sku":"grllehnga_black_v-neck_14","price":999.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587459604693,"sku":"grllehnga_black_v-neck_16","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587459637461,"sku":"grllehnga_black_v-neck_18","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587459670229,"sku":"grllehnga_black_v-neck_20","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587459702997,"sku":"grllehnga_black_v-neck_22","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587459735765,"sku":"grllehnga_black_v-neck_24","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587459768533,"sku":"grllehnga_black_v-neck_26","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587459801301,"sku":"grllehnga_black_v-neck_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30(8Y to 9Y)","offer_id":54194604703957,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true},{"title":"32(9Y to 10Y)","offer_id":54194604736725,"sku":null,"price":1899.0,"currency_code":"INR","in_stock":true},{"title":"34(10Y to 11Y)","offer_id":54194604769493,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/12m01848-copy-768x1024.jpg?v=1775643672"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/collections\/1-orgae-1-768x768_ae15002c-6582-4c1f-b646-5a64c8b4ccf7.jpg?v=1777979327","url":"https:\/\/kanira.in\/collections\/frontpage.oembed","provider":"kanirapaithani","version":"1.0","type":"link"}