{"product_id":"paithani-baby-girl-frock-parrot-silk-with-golden-zari-border-brocade-yoke-indu-pattern-copy-1","title":"Paithani Baby Girl Lehenga Set – Black Silk with Brocade Peplum Top \u0026 Zari Peacock Border – Gita Pattern","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch1\u003ePaithani Baby Girl Lehenga Set – Black Silk with Brocade Peplum Top \u0026amp; Zari Peacock Border (Gita Pattern)\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003eCelebrate timeless Indian elegance with this beautifully handcrafted Paithani Baby Girl Lehenga Set featuring a luxurious black silk lehenga paired with a sophisticated brocade peplum top. Designed in the regal Gita Pattern, the outfit is enhanced with an authentic shimmering zari peacock border that reflects rich Maharashtrian handloom heritage. Crafted specially for babies and toddlers, this festive ensemble blends premium traditional aesthetics with lightweight breathable comfort, making it the perfect choice for weddings, Diwali, Navratri, naming ceremonies, cultural gatherings, and memorable family celebrations.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eRoyal Paithani Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eInspired by traditional Paithani artistry showcasing elegant Maharashtrian cultural craftsmanship.\u003c\/li\u003e\n\n\u003cli\u003eFeatures a luxurious black silk lehenga with a shimmering zari peacock border in authentic Gita Pattern styling.\u003c\/li\u003e\n\n\u003cli\u003eThe sophisticated brocade peplum top adds a graceful fusion of modern elegance and festive tradition.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eSoft \u0026amp; Baby-Friendly Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eFully lined inner construction helps protect delicate baby skin from irritation and rough embroidery contact.\u003c\/li\u003e\n\n\u003cli\u003eLightweight breathable fabric keeps your little one comfortable throughout long celebrations and festive events.\u003c\/li\u003e\n\n\u003cli\u003eSoft waistband and baby-friendly closure system ensure effortless dressing and unrestricted movement.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eElegant Festive Silhouette\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eThe flared lehenga design creates a graceful traditional appearance perfect for festive photography.\u003c\/li\u003e\n\n\u003cli\u003eStructured peplum top provides a polished premium ethnic silhouette while remaining lightweight.\u003c\/li\u003e\n\n\u003cli\u003eDesigned to deliver luxurious festive styling without feeling bulky or uncomfortable for toddlers.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePerfect for Celebrations \u0026amp; Gifting\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eIdeal for weddings, Diwali, Navratri, birthdays, naming ceremonies, festive rituals, and cultural occasions.\u003c\/li\u003e\n\n\u003cli\u003ePairs beautifully with bangles, ethnic footwear, floral accessories, and festive jewelry.\u003c\/li\u003e\n\n\u003cli\u003eA premium gifting choice for baby showers, birthdays, festive celebrations, and family functions.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- SPECIFICATION SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\n\u003ctable\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSpecification\u003c\/th\u003e\n\n\u003cth\u003eDetails\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBrand\u003c\/td\u003e\n\n\u003ctd\u003eKanira\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Paithani Lehenga Set for Baby Girls\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCollection \/ Pattern\u003c\/td\u003e\n\n\u003ctd\u003eGita Pattern Paithani Series\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePrimary Material\u003c\/td\u003e\n\n\u003ctd\u003ePremium Black Silk Blend with Designer Brocade Peplum Top\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBorder Design\u003c\/td\u003e\n\n\u003ctd\u003eAuthentic Gold Zari Peacock Border\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eSoft Breathable Full Inner Lining with Baby-Friendly Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eClosure Type\u003c\/td\u003e\n\n\u003ctd\u003eConcealed Baby-Safe Zipper with Soft Elasticated Waistband\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eWeddings, Diwali, Navratri, Naming Ceremonies, Festivals, Photoshoots, and Cultural Celebrations\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eGentle Dry Clean Recommended to Preserve Silk Texture, Brocade Finish, and Zari Detailing\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- FAQ SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs this lehenga set comfortable for babies and toddlers?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The outfit is specially designed with soft breathable lining, lightweight silk blend fabric, and baby-friendly inner construction to ensure all-day comfort during festive celebrations and ceremonies.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWill the zari border or embroidery irritate my baby's skin?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo. The lehenga set features a fully lined interior that prevents direct contact between the zari work and delicate baby skin, ensuring irritation-free comfortable wear.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhat occasions is this Paithani lehenga suitable for?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThis elegant ethnic outfit is perfect for weddings, Diwali celebrations, Navratri events, naming ceremonies, birthday functions, festive gatherings, and traditional cultural occasions.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the silk fabric and zari detailing?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eProfessional gentle dry cleaning is recommended to preserve the premium silk texture, shimmering zari peacock border, brocade finish, and overall festive elegance for long-lasting wear.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53587438469333,"sku":"grllehnga_black_gita_12","price":899.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587438502101,"sku":"grllehnga_black_gita_14","price":999.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587438534869,"sku":"grllehnga_black_gita_16","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587438567637,"sku":"grllehnga_black_gita_18","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587438600405,"sku":"grllehnga_black_gita_20","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587438633173,"sku":"grllehnga_black_gita_22","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587438665941,"sku":"grllehnga_black_gita_24","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587438698709,"sku":"grllehnga_black_gita_26","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587438731477,"sku":"grllehnga_black_gita_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30(8Y to 9Y)","offer_id":54194606768341,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true},{"title":"32(9Y to 10Y)","offer_id":54194606801109,"sku":null,"price":1899.0,"currency_code":"INR","in_stock":true},{"title":"34(10Y to 11Y)","offer_id":54194606833877,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/12m00019-copy-768x1024.jpg?v=1775643383","url":"https:\/\/kanira.in\/products\/paithani-baby-girl-frock-parrot-silk-with-golden-zari-border-brocade-yoke-indu-pattern-copy-1","provider":"kanirapaithani","version":"1.0","type":"link"}