{"product_id":"paithani-baby-girl-lehenga-set-maroon-silk-with-v-neck-brocade-blouse-peacock-zari-border-v-neck-pattern-copy","title":"Paithani Baby Girl Lehenga Set – Mehndi Silk with Brocade Peplum Top \u0026 Multicolor Zari Border – Gita 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 Lehenga Set – Mehndi Silk with Brocade Peplum Top \u0026amp; Multicolor Zari Border – Gita 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            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    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003e\n                Paithani Baby Girl Lehenga Set – Mehndi Silk with Brocade Peplum Top \u0026amp;\n                Multicolor Zari Border – Gita Pattern\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Introduce your little one to the breathtaking beauty of Indian heritage with our\n                exquisite Paithani Baby Girl Lehenga Set. Thoughtfully designed to blend\n                historical handloom artistry with modern luxury, this ensemble features a radiant\n                lime green (Mehndi) silk skirt decorated with a brilliant multicolor Zari border,\n                topped with a contemporary brocade peplum design. Perfect for festivals,\n                weddings, and milestones, this set guarantees that your child looks regal while\n                enjoying complete comfort and carefree movement.\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                                Hand-crafted by skilled traditional Indian artisans, keeping\n                                ancient Paithani weaving techniques alive.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Authentic Gita Pattern execution with intricate detailing that\n                                reflects timeless cultural elegance.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eContemporary Styling\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                A modern, stylish brocade peplum top adds an elegant modern\n                                twist to traditional ethnic wear.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                The structured yet fluid peplum silhouette offers a sophisticated\n                                and unique designer look.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eExquisite Detailing\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Featuring a dramatically flared skirt that moves beautifully\n                                with every step.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Embellished with a vivid, multicolor Zari border inspired by\n                                traditional Royal Indian motifs.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eGentle Care \u0026amp; Mobility\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Tailored from premium lime green silk fabric equipped with an\n                                ultra-soft inner lining safe for sensitive skin.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Engineered with an incredibly lightweight design to support\n                                unrestricted movement during long events.\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\u003eInfant \u0026amp; Toddler Girls' Ethnic Lehenga Choli Set\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePattern \/ Design\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eGita Pattern with traditional Paithani weaving motifs\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eFabric (Lehenga Skirt)\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Lime Green \/ Mehndi Silk\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eFabric (Peplum Top)\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eRich, textured Brocade Silk with a structured peplum cut\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eLining Material\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Hypoallergenic ultra-soft cotton-blend lining for sensitive\n                                baby skin\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eEmbroidery \/ Border\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eVivid multicolor hand-woven Zari work border\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                                Feather-light, designed specifically for toddlers and infants\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                                Diwali, Navratri, Ganesh Chaturthi, Weddings, Family Gatherings,\n                                and Cultural 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 fabric sheen and hand-woven Zari\n                                integrity\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n\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\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the fabric safe and comfortable for a baby's sensitive skin?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. While the outer layer showcases gorgeous premium silk and\n                            brocade, the entire inner side of both the peplum top and the lehenga\n                            skirt is layered with an incredibly soft, breathable lining. This\n                            ensures no rough seams or embroidery touch your baby’s delicate skin,\n                            preventing irritation even during warm festive seasons.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What makes this Paithani Lehenga unique compared to other options?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This set sits at the intersection of traditional handloom revival and\n                            modern kids' fashion. It pairs the ancestral, hand-woven Paithani\n                            silk-weaving techniques (Gita Pattern) with a modern peplum top cut.\n                            This provides families with an authentic, culturally rich outfit that\n                            doesn't compromise on a child's modern comfort and mobility.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How does the peplum top fit, and does it allow for ease of movement?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The peplum top is tailored to sit comfortably above the waistline,\n                            falling into a gentle, stylish flare. Along with the lightweight silk\n                            skirt, this design prevents the outfit from feeling heavy or\n                            restrictive, allowing toddlers and young girls to run, play, and\n                            participate in long events effortlessly.\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 set suitable as a gift?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, this handcrafted heirloom-quality outfit makes a beautiful and\n                            premium gift for baby showers, naming ceremonies, first birthdays, or\n                            festive holidays. Its rich artistry, vibrant colors, and premium\n                            packaging speak of genuine thoughtfulness and luxury.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53587581042901,"sku":"grllehnga_mehndi_mlticolr_gita_12","price":899.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587581075669,"sku":"grllehnga_mehndi_mlticolr_gita_14","price":999.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587581108437,"sku":"grllehnga_mehndi_mlticolr_gita_16","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587581141205,"sku":"grllehnga_mehndi_mlticolr_gita_18","price":1199.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587581173973,"sku":"grllehnga_mehndi_mlticolr_gita_20","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587581206741,"sku":"grllehnga_mehndi_mlticolr_gita_22","price":1399.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587581239509,"sku":"grllehnga_mehndi_mlticolr_gita_24","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587581272277,"sku":"grllehnga_mehndi_mlticolr_gita_26","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587581305045,"sku":"grllehnga_mehndi_mlticolr_gita_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30(8Y to 9Y)","offer_id":54194438504661,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true},{"title":"32(9Y to 10Y)","offer_id":54194560827605,"sku":null,"price":1899.0,"currency_code":"INR","in_stock":true},{"title":"34(10Y to 11Y)","offer_id":54194560860373,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30ju02301-768x1024.jpg?v=1775646973","url":"https:\/\/kanira.in\/products\/paithani-baby-girl-lehenga-set-maroon-silk-with-v-neck-brocade-blouse-peacock-zari-border-v-neck-pattern-copy","provider":"kanirapaithani","version":"1.0","type":"link"}