{"title":"Paithani Frock","description":"\u003cp data-start=\"217\" data-end=\"610\"\u003eShop beautiful Paithani baby frocks for girls at Kanira.in, featuring premium silk fabrics and traditional zari work. Our collection includes handcrafted Paithani frocks designed for comfort, style, and cultural elegance. Perfect for festivals, weddings, naming ceremonies, and special occasions, these ethnic frocks for baby girls combine vibrant colors with authentic Indian craftsmanship.\u003c\/p\u003e\n\u003cp data-start=\"612\" data-end=\"937\"\u003eExplore a wide range of Paithani baby girl dresses with intricate motifs, soft lining, and breathable fabric to keep your little one comfortable all day. Whether you're looking for a festive baby frock, traditional silk dress for girls, or a unique ethnic outfit, Kanira offers timeless designs inspired by heritage weaves.\u003c\/p\u003e\n\u003cp data-start=\"939\" data-end=\"1099\"\u003eBuy Paithani baby frocks online at the best prices and dress your little girl in elegant, handcrafted ethnic wear that celebrates tradition with a modern touch.\u003c\/p\u003e","products":[{"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-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-navy-blue-silk-with-temple-motif-design-zari-border-diamond-pattern","title":"Paithani Baby Girl Frock – Navy Blue Silk with Temple Motif Design \u0026 Zari Border – Diamond Pattern","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003e\n        Paithani Baby Girl Frock – Navy Blue Silk with Temple Motif Design \u0026amp;\n        Zari Border – Diamond Pattern - Professional Description\n    \u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2e0f4f;\n            \/* Purple *\/\n            --bg-secondary: #4b1d73;\n            \/* Dark Purple *\/\n            --glass-bg: rgba(255, 192, 203, 0.10);\n            \/* Pink *\/\n            --glass-border: rgba(255, 215, 0, 0.35);\n            \/* Golden *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 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            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.5);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        .feature-group h3 {\n            color: #ffd700;\n            margin-bottom: 1rem;\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ffd700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\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 – Navy Blue 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 elegance\n                of authentic Indian heritage without sacrificing her comfort.\n\n                This premium Navy Blue Paithani Silk Frock\n                features a majestic temple motif\n                and classic diamond pattern,\n                beautifully framed by a radiant golden zari border.\n\n                Expertly designed to resolve the common dilemma\n                of heavy,\n                itchy ethnic childrenswear,\n                this dress incorporates an ultra-lightweight drape\n                and a smooth upper yoke\n                so she can laugh,\n                dance,\n                and play freely through every special occasion.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES --\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\u003ePremium Fabric \u0026amp; Texture\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Crafted with high-grade,\n                                premium navy blue silk\n                                that provides a rich,\n                                regal aesthetic.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Engineered with a luxuriously soft hand-feel\n                                that is extremely gentle\n                                on sensitive baby skin.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eAuthentic Paithani Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Adorned with intricate temple motifs\n                                and a classic diamond pattern\n                                representing rich Indian craftsmanship.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Elegant golden zari border\n                                adds a brilliant festive contrast\n                                and a polished premium finish.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eKid-Friendly Ergonomics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Features a lightweight,\n                                airy construction\n                                that prevents overheating\n                                during extended wear.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Equipped with a smooth,\n                                irritation-free upper yoke\n                                to ensure maximum comfort\n                                and unrestricted movement.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatility \u0026amp; Durability\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                An ideal choice\n                                for weddings,\n                                festive pujas,\n                                naming ceremonies,\n                                and cultural gatherings.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Robust weave design\n                                guarantees the frock\n                                retains its structure\n                                and vibrant sheen\n                                through multiple celebrations.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- SPECIFICATIONS --\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\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial Composition\u003c\/td\u003e\n                            \u003ctd\u003ePremium Navy Blue Art Silk Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign \u0026amp; Weave\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Traditional Paithani Diamond Pattern\n                                with detailed Temple Motifs\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAccenting\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Brilliant Golden Zari Border\n                                (Festive Contrast Finish)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eInner Comfort\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Smooth upper yoke lining\n                                to protect gentle skin\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight Profile\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ultra-lightweight construction\n                                customized for babies and toddlers\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eSilhouette Style\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Classic ethnic frock style\n                                with room for comfortable movement\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eRecommended Occasions\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Weddings,\n                                Festivals,\n                                Naming Ceremonies,\n                                Cultural Gatherings\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Gentle hand wash\n                                or dry clean recommended\n                                to preserve zari work\n                                and silk texture\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- FAQS --\u003e\n\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFAQs\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 itchy or restrictive for toddlers?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Not at all.\n                            This frock is specially designed\n                            with a smooth,\n                            seamless upper yoke lining\n                            that prevents itching,\n                            chafing,\n                            and discomfort.\n\n                            Your little one can comfortably enjoy\n                            long celebrations\n                            without irritation.\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 lightweight is this frock?\n                            Can active children wear it all day?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes,\n                            absolutely.\n\n                            The frock is engineered\n                            with premium lightweight silk fabric\n                            that drapes beautifully\n                            without feeling heavy.\n\n                            It provides excellent airflow\n                            and unrestricted movement\n                            for active children.\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 occasions is this Paithani Frock best suited for?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This elegant outfit\n                            is perfect for Diwali celebrations,\n                            weddings,\n                            naming ceremonies,\n                            temple visits,\n                            festive pujas,\n                            and cultural gatherings.\n\n                            Its navy blue and golden combination\n                            looks stunning in photographs.\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 clean and maintain the golden zari and silk?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To preserve the golden zari shine\n                            and silk texture,\n                            dry cleaning is recommended.\n\n                            Alternatively,\n                            you may use a gentle cold-water hand wash\n                            with mild detergent\n                            without scrubbing the zari border.\n\n                            Avoid wringing or tumble drying.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53600528629973,"sku":"grlfrck_diamond_navyblue_12","price":799.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53600528662741,"sku":"grlfrck_diamond_navyblue_14","price":899.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53600528695509,"sku":"grlfrck_diamond_navyblue_16","price":999.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53600528728277,"sku":"grlfrck_diamond_navyblue_18","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53600528761045,"sku":"grlfrck_diamond_navyblue_20","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53600528793813,"sku":"grlfrck_diamond_navyblue_22","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53600528826581,"sku":"grlfrck_diamond_navyblue_24","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53600528859349,"sku":"grlfrck_diamond_navyblue_26","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53600528892117,"sku":"grlfrck_diamond_navyblue_28","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02023-768x1024_1.jpg?v=1775818948"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/collections\/30ju02013-768x1024_1.jpg?v=1777978596","url":"https:\/\/kanira.in\/collections\/product-category-kids-girls-girls-paithani-frock.oembed","provider":"kanirapaithani","version":"1.0","type":"link"}