{"title":"Boys","description":"\u003cp data-start=\"160\" data-end=\"229\"\u003e\u003cstrong data-start=\"160\" data-end=\"227\"\u003ePaithani Outfits for Boys – Jackets, Dhoti Kurtas \u0026amp; Ethnic Sets\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"231\" data-end=\"562\"\u003eShop a curated collection of Paithani outfits for boys at Kanira.in, featuring traditional handloom designs including jackets, dhoti kurtas, and festive ethnic sets. Crafted with premium fabrics and inspired by authentic Paithani weaving, each outfit showcases vibrant colors, intricate motifs, and timeless Indian craftsmanship.\u003c\/p\u003e\n\u003cp data-start=\"564\" data-end=\"868\"\u003ePerfect for weddings, festivals, cultural events, and family celebrations, our boys’ ethnic wear collection is designed to offer both comfort and style. From stylish Paithani jackets to classic dhoti kurta sets, each piece ensures a festive look while keeping your child comfortable throughout the day.\u003c\/p\u003e\n\u003cp data-start=\"870\" data-end=\"1135\"\u003eExplore a wide range of boys’ Paithani outfits that blend traditional heritage with modern fits. Whether you're looking for a wedding outfit, festive wear, or a cultural dress for special occasions, Kanira offers elegant and durable designs for every celebration.\u003c\/p\u003e\n\u003cp data-start=\"1137\" data-end=\"1275\"\u003eShop Paithani outfits for boys online and dress your little one in premium ethnic wear that reflects tradition, style, and sophistication.\u003c\/p\u003e","products":[{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-adi-pattern-boys","title":"Kanira Jr Paithani dhoti kurta black butti for boys adi pattern","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n\n:root {\n\n    --bg-primary: #210028;\n    --bg-secondary: #32003d;\n\n    --glass-bg: rgba(255, 192, 203, 0.07);\n\n    --glass-border: rgba(255, 215, 0, 0.20);\n\n    --text-primary: #FFD700;\n\n    --text-secondary: #f8dfff;\n\n    --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n    --blur: blur(16px);\n\n    --hover-golden: rgba(255, 215, 0, 0.85);\n\n}\n\n* {\n\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n\n}\n\nbody {\n\n    font-family: 'Poppins', sans-serif;\n\n    background:\n        linear-gradient(\n            135deg,\n            var(--bg-primary),\n            var(--bg-secondary)\n        );\n\n    color: white;\n\n    line-height: 1.7;\n\n    overflow-x: hidden;\n\n}\n\n.container {\n\n    max-width: 1200px;\n\n    margin: 0 auto;\n\n    padding: 40px 20px;\n\n}\n\n.glass-card {\n\n    background: var(--glass-bg);\n\n    backdrop-filter: var(--blur);\n    -webkit-backdrop-filter: var(--blur);\n\n    border-radius: 20px;\n\n    border: 1px solid var(--glass-border);\n\n    padding: 3rem;\n\n    margin: 3rem 0;\n\n    box-shadow: var(--shadow);\n\n    transition: all 0.35s ease;\n\n}\n\n.glass-card:hover {\n\n    transform: translateY(-8px);\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 18px rgba(255, 215, 0, 0.45),\n        0 16px 48px rgba(255, 20, 147, 0.45);\n\n}\n\nh1 {\n\n    font-size: 2.8rem;\n\n    margin-bottom: 1rem;\n\n    color: #FFD700;\n\n    text-align: center;\n\n    font-weight: 700;\n\n    line-height: 1.4;\n\n}\n\nh2 {\n\n    font-size: 2.2rem;\n\n    margin-bottom: 1.5rem;\n\n    color: #FFD700;\n\n    border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n    padding-bottom: 0.75rem;\n\n    font-weight: 700;\n\n}\n\n.overview {\n\n    font-size: 1.15rem;\n\n    line-height: 1.9;\n\n    text-align: center;\n\n    max-width: 850px;\n\n    margin: 0 auto 3rem;\n\n    color: var(--text-secondary);\n\n}\n\n.features-grid {\n\n    display: grid;\n\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n    gap: 2.5rem;\n\n    margin: 2.5rem 0;\n\n}\n\n.feature-group {\n\n    background: rgba(255, 182, 193, 0.06);\n\n    padding: 2rem;\n\n    border-radius: 16px;\n\n    border-left: 4px solid #FFD700;\n\n    transition: all 0.35s ease;\n\n}\n\n.feature-group:hover {\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 16px rgba(255, 215, 0, 0.35);\n\n    transform: translateY(-5px);\n\n}\n\n.feature-group h3 {\n\n    font-size: 1.4rem;\n\n    margin-bottom: 1rem;\n\n    color: #FFD700;\n\n    font-weight: 700;\n\n}\n\nul {\n\n    list-style: none;\n\n    padding-left: 0;\n\n}\n\nul li {\n\n    padding: 1rem 0 1rem 2rem;\n\n    position: relative;\n\n    color: var(--text-secondary);\n\n    border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n}\n\nul li::before {\n\n    content: '▸';\n\n    position: absolute;\n\n    left: 0;\n\n    color: #FFD700;\n\n    font-weight: bold;\n\n    font-size: 1.2rem;\n\n}\n\ntable {\n\n    width: 100%;\n\n    border-collapse: collapse;\n\n    margin: 2rem 0;\n\n    background: rgba(255, 182, 193, 0.05);\n\n    border-radius: 16px;\n\n    overflow: hidden;\n\n}\n\nth,\ntd {\n\n    padding: 1.4rem 1.2rem;\n\n    text-align: left;\n\n    border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n}\n\nth {\n\n    background: rgba(255, 215, 0, 0.12);\n\n    color: #FFD700;\n\n    font-weight: 700;\n\n    white-space: nowrap;\n\n}\n\ntd {\n\n    color: var(--text-secondary);\n\n}\n\ntr:hover td {\n\n    background: rgba(255, 215, 0, 0.04);\n\n}\n\n.faq-item {\n\n    margin-bottom: 1.5rem;\n\n    padding: 1.5rem;\n\n    background: rgba(255, 182, 193, 0.06);\n\n    border-radius: 14px;\n\n    border: 1px solid rgba(255, 215, 0, 0.15);\n\n    transition: all 0.35s ease;\n\n}\n\n.faq-item:hover {\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 15px rgba(255, 215, 0, 0.30);\n\n}\n\n.faq-question {\n\n    font-size: 1.2rem;\n\n    font-weight: 700;\n\n    margin-bottom: 0.8rem;\n\n    cursor: pointer;\n\n    color: #FFD700;\n\n    display: flex;\n\n    justify-content: space-between;\n\n    align-items: center;\n\n}\n\n.faq-answer {\n\n    color: var(--text-secondary);\n\n    display: block;\n\n    margin-top: 1rem;\n\n    line-height: 1.8;\n\n    border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n    padding-top: 1rem;\n\n}\n\n@media(max-width:768px) {\n\n    h1 {\n\n        font-size: 2.1rem;\n\n    }\n\n    h2 {\n\n        font-size: 1.8rem;\n\n    }\n\n    .glass-card {\n\n        padding: 2rem;\n\n    }\n\n    th,\n    td {\n\n        padding: 1rem;\n\n        font-size: 0.92rem;\n\n    }\n\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch1\u003eKanira Jr Paithani Dhoti Kurta Black Butti (Adi Pattern)\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003e\nIntroduce your little prince to the rich elegance of Maharashtrian heritage with the Kanira Jr Paithani Dhoti Kurta. Crafted with traditional Paithani-inspired artistry, sophisticated black butti detailing, and the timeless Adi pattern, this outfit beautifully combines royal festive aesthetics with ultra-soft child-friendly comfort for weddings, festivals, and cultural celebrations.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- QUALITIES SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eAuthentic Paithani Heritage\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eInspired by traditional Maharashtrian Paithani craftsmanship.\u003c\/li\u003e\n\n\u003cli\u003eElegant black butti motifs create a rich festive appearance.\u003c\/li\u003e\n\n\u003cli\u003eClassic Adi pattern enhances royal ethnic styling.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eSoft \u0026amp; Comfortable Wear\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eCrafted using soft breathable child-friendly fabric.\u003c\/li\u003e\n\n\u003cli\u003eGentle inner construction designed for delicate baby skin.\u003c\/li\u003e\n\n\u003cli\u003eLightweight comfort ideal for long festive celebrations.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePremium Artisan Finish\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eHandcrafted detailing inspired by traditional weaving artistry.\u003c\/li\u003e\n\n\u003cli\u003eNeat stitching ensures elegant structure and durability.\u003c\/li\u003e\n\n\u003cli\u003eDesigned to maintain a polished premium ethnic look.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePerfect Festive Outfit\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eIdeal for weddings, festivals, naming ceremonies, and pujas.\u003c\/li\u003e\n\n\u003cli\u003eAllows easy movement for toddlers during celebrations.\u003c\/li\u003e\n\n\u003cli\u003eExcellent gifting option for traditional family occasions.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- SPECIFICATION SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\n\u003ctable\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSpecification\u003c\/th\u003e\n\n\u003cth\u003eDetails\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProduct Style\u003c\/td\u003e\n\n\u003ctd\u003eKanira Jr Paithani Dhoti Kurta – Adi Pattern\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\n\u003ctd\u003eSoft Premium Child-Friendly Ethnic Fabric\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Adi Pattern with Black Butti Motifs\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCraft Inspiration\u003c\/td\u003e\n\n\u003ctd\u003eMaharashtrian Paithani Heritage Art\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eBreathable Lightweight Inner Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFit Type\u003c\/td\u003e\n\n\u003ctd\u003eComfortable Relaxed Festive Fit for Kids\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Handcrafted Ethnic Detailing\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eFestivals, Weddings, Religious Ceremonies, and Family Functions\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eGentle Hand Wash Recommended\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- FAQ SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs this dhoti kurta comfortable for toddlers?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nYes. The outfit is specially designed using soft breathable fabric and lightweight construction to ensure maximum comfort for infants and toddlers during long festive occasions.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Adi Pattern special?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nThe Adi pattern reflects timeless Maharashtrian Paithani-inspired artistry combined with elegant black butti motifs, creating a rich and royal ethnic appearance for young boys.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eCan this outfit be used for festivals and weddings?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nAbsolutely. This premium traditional outfit is ideal for weddings, festivals, pujas, naming ceremonies, family gatherings, and festive photoshoots.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eHow should I wash and maintain this outfit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nGentle hand washing with mild detergent is recommended to preserve the softness, handcrafted detailing, and elegant festive appearance of the garment.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"12 (0M to 6M)","offer_id":53219162030293,"sku":"Evan Yellow Yellow-1","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14 (3M to 1Y)","offer_id":53219162063061,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"16 (1Y to 2Y)","offer_id":53219162095829,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"18 (2Y to 3Y)","offer_id":53219162128597,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219162161365,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219162194133,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219162226901,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219162259669,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219162292437,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Black-butti-1500-768x768.jpg?v=1771481230"},{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-evan-pattern-boys","title":"Kanira Jr Paithani dhoti kurta black butti for boys Evan pattern","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eKanira Jr Paithani Dhoti Kurta Black Butti for Boys (Evan Pattern)\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eCelebrate timeless Maharashtrian heritage with the Kanira Jr Paithani Dhoti Kurta crafted specially for little boys. Designed with an elegant black base, shimmering gold butti motifs, and authentic Evan pattern detailing, this premium ethnic ensemble beautifully combines royal traditional aesthetics with lightweight child-friendly comfort. Perfect for weddings, festivals, naming ceremonies, and cultural occasions, this handcrafted outfit ensures your child looks graceful while staying comfortable throughout the celebration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani artistry.\u003c\/li\u003e\n\u003cli\u003eElegant black base enhanced with gold butti motifs.\u003c\/li\u003e\n\u003cli\u003eClassic Evan border pattern adds royal ethnic charm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Festive Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSoft breathable fabric designed for sensitive skin.\u003c\/li\u003e\n\u003cli\u003eLightweight construction allows easy movement.\u003c\/li\u003e\n\u003cli\u003eComfortable fit for all-day festive wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eArtisan Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHandcrafted with detailed premium finishing.\u003c\/li\u003e\n\u003cli\u003eStrong stitching enhances durability and elegance.\u003c\/li\u003e\n\u003cli\u003eDesigned to maintain a polished ethnic appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePerfect Occasion Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIdeal for weddings, pujas, festivals, and ceremonies.\u003c\/li\u003e\n\u003cli\u003eCreates a graceful traditional festive look.\u003c\/li\u003e\n\u003cli\u003eExcellent gifting choice for cultural celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Dhoti Kurta – Evan Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Soft Silk Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eElegant Black with Gold Butti Detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Inspired Evan Border Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Child-Friendly Inner Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandcrafted Traditional Artisan Ethnic Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Type\u003c\/td\u003e\n\u003ctd\u003eComfort Fit for Infants and Toddlers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eFestivals, Weddings, Naming Ceremonies, Pujas, and Photoshoots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this dhoti kurta comfortable for babies and toddlers?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The outfit is crafted using soft breathable fabric and lightweight construction to ensure irritation-free comfort for infants and toddlers during long celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Evan pattern unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Evan pattern is inspired by traditional Paithani weaving artistry and features elegant border detailing combined with rich gold butti motifs for a royal festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this outfit suitable for festive occasions?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The traditional styling and elegant craftsmanship make it ideal for weddings, festivals, naming ceremonies, pujas, and family celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the fabric and detailing?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle hand washing or professional dry cleaning is recommended to preserve the softness of the fabric and maintain the richness of the traditional detailing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"12 (0M to 6M)","offer_id":53219168747733,"sku":"Evan Black_12","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14 (3M to 1Y)","offer_id":53219168780501,"sku":"Evan Black_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219168813269,"sku":"Evan Black_16","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"18 (2Y to 3Y)","offer_id":53219168846037,"sku":"Evan Black_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219168878805,"sku":"Evan Black_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219168911573,"sku":"Evan Black_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219168944341,"sku":"Evan Black_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219168977109,"sku":"Evan Black_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219169009877,"sku":"Evan Black_28","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13m00239-copy-768x1024_0b6b05b7-c2cb-4bce-a7db-29604a6b2acd.jpg?v=1771482125"},{"product_id":"kanira-jr-paithani-jacket-for-boys-diamond-peacock","title":"Kanira Jr Paithani jacket for Boys Diamond Peacock","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eKanira Jr Paithani Jacket for Boys – Diamond Peacock\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your young gentleman’s festive style with the royal elegance of the Kanira Jr Paithani Jacket. Inspired by traditional Maharashtrian artistry, this Diamond Peacock edition beautifully combines authentic Paithani-inspired motifs with lightweight modern comfort. Designed especially for active children, this jacket delivers luxurious ethnic styling while ensuring freedom of movement, breathable wearability, and all-day comfort for weddings, festivals, school events, and family celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eRoyal Paithani Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by traditional Maharashtrian Paithani artistry.\u003c\/li\u003e\n\u003cli\u003eFeatures elegant Diamond Peacock heritage motifs.\u003c\/li\u003e\n\u003cli\u003eRich festive colors enhance the regal ethnic appeal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Comfort Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using lightweight breathable fabric construction.\u003c\/li\u003e\n\u003cli\u003eKeeps children comfortable during long celebrations.\u003c\/li\u003e\n\u003cli\u003eAllows unrestricted movement for active kids.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Tailoring Finish\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSharp structured stitching maintains elegant shape.\u003c\/li\u003e\n\u003cli\u003eDesigned for a polished festive silhouette.\u003c\/li\u003e\n\u003cli\u003eDurable finishing ensures long-lasting premium appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSoft Child-Friendly Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUltra-soft inner lining protects sensitive skin.\u003c\/li\u003e\n\u003cli\u003eScratch-free interior enhances wearing comfort.\u003c\/li\u003e\n\u003cli\u003eIdeal for all-day festive and occasion wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Jacket – Diamond Peacock Edition\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Diamond Peacock Paithani Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Breathable Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Comfort\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Child-Friendly Inner Lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eJacket Style\u003c\/td\u003e\n\u003ctd\u003eSleeveless Nehru \/ Ethnic Waistcoat Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit \u0026amp; Construction\u003c\/td\u003e\n\u003ctd\u003eStructured Tailored Fit with Comfortable Movement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\u003ctd\u003ePairs with Kurtas, Dhotis, Shirts, and Jeans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eFestivals, Weddings, Family Functions, School Events, and Photoshoots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this jacket comfortable for long festive wear?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is specially designed with lightweight breathable fabric and a soft inner lining to ensure children remain comfortable throughout long celebrations and events.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Diamond Peacock edition unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis edition features elegant Diamond Peacock Paithani-inspired motifs combined with rich festive colors that create a highly traditional and royal ethnic appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Along with traditional kurtas and dhotis, the jacket can also be paired with solid shirts and denim jeans for a stylish Indo-Western festive look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the jacket suitable for sensitive skin?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The ultra-soft inner lining helps prevent irritation and scratching, making the jacket gentle and comfortable for children with sensitive skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"14 (3M to 1Y)","offer_id":53219183100117,"sku":"Jr Jacket Dimaond_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219183132885,"sku":"Jr Jacket Dimaond_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53219183165653,"sku":"Jr Jacket Dimaond_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219183198421,"sku":"Jr Jacket Dimaond_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219183231189,"sku":"Jr Jacket Dimaond_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219183263957,"sku":"Jr Jacket Dimaond_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219183296725,"sku":"Jr Jacket Dimaond_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219183329493,"sku":"Jr Jacket Dimaond_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53219183362261,"sku":"Jr Jacket Dimaond_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53219183395029,"sku":"Jr Jacket Dimaond_32","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30-768x768.webp?v=1771483335"},{"product_id":"kanira-jr-paithani-jacket-for-boys-double-peacock","title":"Kanira Jr Paithani Jacket for Boys Double Peacock","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- GOOGLE FONT --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eKanira Jr Paithani Jacket for Boys Double Peacock\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your little one to the timeless elegance of Maharashtrian heritage with the Kanira Jr Paithani Jacket. Designed with authentic double peacock motifs and premium festive craftsmanship, this stylish ethnic jacket perfectly blends traditional Indian artistry with modern child-friendly comfort. Lightweight, breathable, and thoughtfully tailored, it ensures your child looks graceful, comfortable, and celebration-ready for every special occasion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Heritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures elegant traditional double peacock motifs.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Paithani weaving aesthetics.\u003c\/li\u003e\n\u003cli\u003eRich festive design enhances ethnic celebration styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Comfort Construction\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from lightweight breathable premium fabric.\u003c\/li\u003e\n\u003cli\u003eSoft inner lining designed for sensitive child skin.\u003c\/li\u003e\n\u003cli\u003eProvides irritation-free all-day festive comfort.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eElegant Tailored Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eStructured stitching maintains premium jacket shape.\u003c\/li\u003e\n\u003cli\u003eClassic sleeveless ethnic jacket silhouette.\u003c\/li\u003e\n\u003cli\u003eStylish festive appearance for traditional occasions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Occasion Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs beautifully with kurtas, dhotis, and pajamas.\u003c\/li\u003e\n\u003cli\u003eCan also be styled with shirts and jeans.\u003c\/li\u003e\n\u003cli\u003ePerfect for weddings, festivals, and school events.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Jacket for Boys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Motif\u003c\/td\u003e\n\u003ctd\u003eTraditional Double Peacock Paithani Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Breathable Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Lining\u003c\/td\u003e\n\u003ctd\u003eSoft Skin-Friendly Comfort Lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eJacket Style\u003c\/td\u003e\n\u003ctd\u003eSleeveless Nehru \/ Modi Jacket Silhouette\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eStructured Tailored Stitching for Shape Retention\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eFestivals, Weddings, Family Functions, and School Celebrations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Dry Clean Recommended\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this jacket feel comfortable for children during long events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is crafted using lightweight breathable fabric and a soft inner lining that keeps children comfortable throughout weddings, festivals, and long celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with both traditional and modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. This versatile jacket pairs beautifully with kurtas, dhotis, and pajamas for ethnic occasions while also looking stylish with shirts and jeans for a modern fusion look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the jacket maintain its shape after repeated wear?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The structured tailoring and premium stitching help maintain the jacket’s elegant silhouette and polished festive appearance over time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I care for the jacket fabric and motifs?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle dry cleaning is recommended to preserve the richness of the fabric, detailed peacock motifs, and overall premium festive finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"14 (3M to 1Y)","offer_id":53219215605973,"sku":"Jr JacketDouble peacock_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53219215638741,"sku":"Jr JacketDouble peacock_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53219215671509,"sku":"Jr JacketDouble peacock_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53219215704277,"sku":"Jr JacketDouble peacock_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53219215737045,"sku":"Jr JacketDouble peacock_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53219215769813,"sku":"Jr JacketDouble peacock_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53219215802581,"sku":"Jr JacketDouble peacock_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53219215835349,"sku":"Jr JacketDouble peacock_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53219215868117,"sku":"Jr JacketDouble peacock_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53219215900885,"sku":"Jr JacketDouble peacock_32","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/20-768x768.webp?v=1771483010"},{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-for-boys-evan-motif-pattern","title":"Kanira Jr Paithani dhoti kurta black butti for boys Evan-Motif pattern","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            \/* GOLDEN + PURPLE + PINK THEME *\/\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eKanira Jr Paithani Dhoti Kurta with Evan-Motif Pattern\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your little one to the majestic heritage of Indian tradition without compromising on comfort. The Kanira Jr Paithani Dhoti Kurta beautifully combines authentic Paithani-inspired artistry with sophisticated Evan-Motif detailing and elegant black butti styling for a timeless festive look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuthentic Paithani Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by timeless Paithani silk artistry.\u003c\/li\u003e\n\u003cli\u003eFeatures elegant Evan-Motif patterns with black butti detailing.\u003c\/li\u003e\n\u003cli\u003ePerfect traditional festive attire for boys.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eGentle Skin-Friendly Fabric\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from ultra-soft, breathable fabric blend.\u003c\/li\u003e\n\u003cli\u003eDesigned specially for delicate infant and toddler skin.\u003c\/li\u003e\n\u003cli\u003eLightweight and comfortable for all-day wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Artisan Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCarefully handcrafted by skilled Indian artisans.\u003c\/li\u003e\n\u003cli\u003ePremium stitching and detailing for a luxurious finish.\u003c\/li\u003e\n\u003cli\u003eDurable festive outfit designed for repeated use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFestive Celebration Wear\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIdeal for weddings, poojas, and festivals.\u003c\/li\u003e\n\u003cli\u003eExcellent choice for festive photography.\u003c\/li\u003e\n\u003cli\u003eSuitable for gifting and cultural occasions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Dhoti Kurta Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern \/ Design\u003c\/td\u003e\n\u003ctd\u003eTraditional Evan-Motif Pattern with Black Butti Detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Composition\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Paithani Inspired Fabric Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTarget Audience\u003c\/td\u003e\n\u003ctd\u003eBaby Boys and Toddlers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Properties\u003c\/td\u003e\n\u003ctd\u003eBreathable, Lightweight, Skin-Friendly \u0026amp; Comfortable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSet Includes\u003c\/td\u003e\n\u003ctd\u003e1 Kurta and 1 Traditional Dhoti\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash Recommended or Dry Clean\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this outfit comfortable for infants and toddlers?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The outfit is crafted using soft, breathable, and lightweight fabric specially designed for delicate baby skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Evan-Motif design special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Evan-Motif pattern is inspired by traditional Paithani artistry, offering a rich cultural look with elegant festive appeal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I wash and maintain the outfit?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle hand washing or dry cleaning is recommended to maintain fabric quality and intricate detailing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for festive occasions?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It is ideal for weddings, Diwali, Janmashtami, naming ceremonies, temple visits, and festive celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53586978341077,"sku":"Evan Motif Black-12","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53586978373845,"sku":"Evan Motif Black-14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53586978406613,"sku":"Evan Motif Black-16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53586978439381,"sku":"Evan Motif Black-18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53586978472149,"sku":"Evan Motif Black-20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53586978504917,"sku":"Evan Motif Black-22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53586978537685,"sku":"Evan Motif Black-24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53586978570453,"sku":"Evan Motif Black-26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53586978603221,"sku":"Evan Motif Black-28","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13m00272-copy-1-768x1024.jpg?v=1775628185"},{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-for-boys-golu-pattern","title":"Kanira Jr Paithani dhoti kurta black butti for boys Golu pattern","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            \/* GOLDEN + PURPLE + PINK THEME *\/\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-question::after {\n\n            \n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 0.3s ease;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n           \n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eKanira Jr Paithani Dhoti Kurta Black Butti for Boys – Golu Pattern\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eCelebrate timeless Maharashtrian heritage with the Kanira Jr Paithani Dhoti Kurta. Thoughtfully designed in a classic Golu pattern with elegant black butti detailing, this premium ethnic outfit blends authentic Paithani-inspired artistry with exceptional comfort for little boys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Heritage Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani aesthetics.\u003c\/li\u003e\n\u003cli\u003eElegant black butti detailing with Golu styling.\u003c\/li\u003e\n\u003cli\u003ePerfect festive silhouette for boys.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSoft, breathable, skin-friendly fabric.\u003c\/li\u003e\n\u003cli\u003eLightweight construction for all-day comfort.\u003c\/li\u003e\n\u003cli\u003eComfortable fit for infants and toddlers.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eArtisan Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCarefully handcrafted premium detailing.\u003c\/li\u003e\n\u003cli\u003eTraditional artistry with modern tailoring.\u003c\/li\u003e\n\u003cli\u003eLong-lasting festive elegance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFestive Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for weddings and pujas.\u003c\/li\u003e\n\u003cli\u003eExcellent for festive photography.\u003c\/li\u003e\n\u003cli\u003eAvailable in multiple sizes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eKanira Jr Paithani Dhoti Kurta Black Butti\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric\u003c\/td\u003e\n\u003ctd\u003ePremium Paithani Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Golu Pattern with Black Butti\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Type\u003c\/td\u003e\n\u003ctd\u003eComfort Fit for Boys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eFestivals, Weddings \u0026amp; Cultural Events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the fabric comfortable for kids?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The fabric is soft, breathable, lightweight, and specially designed for delicate skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for weddings and festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The elegant Paithani-inspired styling makes it perfect for weddings, Janmashtami, Diwali, and festive occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I wash the outfit?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGentle hand washing or dry cleaning is recommended for maintaining fabric quality and detailing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53586996429013,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_12","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53586996461781,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_14","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"16(1Yto 2Y)","offer_id":53586996494549,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_16","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"18(2Y to 3Y)","offer_id":53586996527317,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_18","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"20(3Y to 4Y)","offer_id":53586996560085,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53586996592853,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_22","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"24(5Y to 6Y)","offer_id":53586996625621,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53586996658389,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53586996691157,"sku":"Jr Paithani dhoti kurta black butti- Golu Pattern_28","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13m00263-copy-768x1024.jpg?v=1775628738"},{"product_id":"kanira-jr-paithani-dhoti-kurta-black-butti-for-boys-hero-pattern","title":"Kanira Jr Paithani dhoti kurta black- hero pattern","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n\n:root {\n\n    --bg-primary: #210028;\n    --bg-secondary: #32003d;\n\n    --glass-bg: rgba(255, 192, 203, 0.07);\n\n    --glass-border: rgba(255, 215, 0, 0.20);\n\n    --text-primary: #FFD700;\n\n    --text-secondary: #f8dfff;\n\n    --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n    --blur: blur(16px);\n\n    --hover-golden: rgba(255, 215, 0, 0.85);\n\n}\n\n* {\n\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n\n}\n\nbody {\n\n    font-family: 'Poppins', sans-serif;\n\n    background:\n        linear-gradient(\n            135deg,\n            var(--bg-primary),\n            var(--bg-secondary)\n        );\n\n    color: white;\n\n    line-height: 1.7;\n\n    overflow-x: hidden;\n\n}\n\n.container {\n\n    max-width: 1200px;\n\n    margin: 0 auto;\n\n    padding: 40px 20px;\n\n}\n\n.glass-card {\n\n    background: var(--glass-bg);\n\n    backdrop-filter: var(--blur);\n    -webkit-backdrop-filter: var(--blur);\n\n    border-radius: 20px;\n\n    border: 1px solid var(--glass-border);\n\n    padding: 3rem;\n\n    margin: 3rem 0;\n\n    box-shadow: var(--shadow);\n\n    transition: all 0.35s ease;\n\n}\n\n.glass-card:hover {\n\n    transform: translateY(-8px);\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 18px rgba(255, 215, 0, 0.45),\n        0 16px 48px rgba(255, 20, 147, 0.45);\n\n}\n\nh1 {\n\n    font-size: 2.8rem;\n\n    margin-bottom: 1rem;\n\n    color: #FFD700;\n\n    text-align: center;\n\n    font-weight: 700;\n\n    line-height: 1.4;\n\n}\n\nh2 {\n\n    font-size: 2.2rem;\n\n    margin-bottom: 1.5rem;\n\n    color: #FFD700;\n\n    border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n    padding-bottom: 0.75rem;\n\n    font-weight: 700;\n\n}\n\n.overview {\n\n    font-size: 1.15rem;\n\n    line-height: 1.9;\n\n    text-align: center;\n\n    max-width: 850px;\n\n    margin: 0 auto 3rem;\n\n    color: var(--text-secondary);\n\n}\n\n.features-grid {\n\n    display: grid;\n\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n    gap: 2.5rem;\n\n    margin: 2.5rem 0;\n\n}\n\n.feature-group {\n\n    background: rgba(255, 182, 193, 0.06);\n\n    padding: 2rem;\n\n    border-radius: 16px;\n\n    border-left: 4px solid #FFD700;\n\n    transition: all 0.35s ease;\n\n}\n\n.feature-group:hover {\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 16px rgba(255, 215, 0, 0.35);\n\n    transform: translateY(-5px);\n\n}\n\n.feature-group h3 {\n\n    font-size: 1.4rem;\n\n    margin-bottom: 1rem;\n\n    color: #FFD700;\n\n    font-weight: 700;\n\n}\n\nul {\n\n    list-style: none;\n\n    padding-left: 0;\n\n}\n\nul li {\n\n    padding: 1rem 0 1rem 2rem;\n\n    position: relative;\n\n    color: var(--text-secondary);\n\n    border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n}\n\nul li::before {\n\n    content: '▸';\n\n    position: absolute;\n\n    left: 0;\n\n    color: #FFD700;\n\n    font-weight: bold;\n\n    font-size: 1.2rem;\n\n}\n\ntable {\n\n    width: 100%;\n\n    border-collapse: collapse;\n\n    margin: 2rem 0;\n\n    background: rgba(255, 182, 193, 0.05);\n\n    border-radius: 16px;\n\n    overflow: hidden;\n\n}\n\nth,\ntd {\n\n    padding: 1.4rem 1.2rem;\n\n    text-align: left;\n\n    border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n}\n\nth {\n\n    background: rgba(255, 215, 0, 0.12);\n\n    color: #FFD700;\n\n    font-weight: 700;\n\n    white-space: nowrap;\n\n}\n\ntd {\n\n    color: var(--text-secondary);\n\n}\n\ntr:hover td {\n\n    background: rgba(255, 215, 0, 0.04);\n\n}\n\n.faq-item {\n\n    margin-bottom: 1.5rem;\n\n    padding: 1.5rem;\n\n    background: rgba(255, 182, 193, 0.06);\n\n    border-radius: 14px;\n\n    border: 1px solid rgba(255, 215, 0, 0.15);\n\n    transition: all 0.35s ease;\n\n}\n\n.faq-item:hover {\n\n    border-color: var(--hover-golden);\n\n    box-shadow:\n        0 0 15px rgba(255, 215, 0, 0.30);\n\n}\n\n.faq-question {\n\n    font-size: 1.2rem;\n\n    font-weight: 700;\n\n    margin-bottom: 0.8rem;\n\n    cursor: pointer;\n\n    color: #FFD700;\n\n    display: flex;\n\n    justify-content: space-between;\n\n    align-items: center;\n\n}\n\n.faq-question::after {\n\n    \n\n    font-size: 1.5rem;\n\n    transition: transform 0.3s ease;\n\n}\n\n.faq-answer {\n\n    color: var(--text-secondary);\n\n    display: block;\n\n    margin-top: 1rem;\n\n    line-height: 1.8;\n\n    border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n    padding-top: 1rem;\n\n}\n\n@media(max-width:768px) {\n\n    h1 {\n\n        font-size: 2.1rem;\n\n    }\n\n    h2 {\n\n        font-size: 1.8rem;\n\n    }\n\n    .glass-card {\n\n        padding: 2rem;\n\n    }\n\n    th,\n    td {\n\n        padding: 1rem;\n\n        font-size: 0.92rem;\n\n    }\n\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch1\u003eKanira Jr Paithani Dhoti Kurta (Hero Pattern)\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003e\nIntroduce your little champion to the majestic world of Maharashtrian heritage with the Kanira Jr Paithani Dhoti Kurta. Designed especially for infants and toddlers, this premium ethnic ensemble features an elegant Hero Pattern enhanced with sophisticated black butti artistry inspired by traditional Paithani weaving. Blending regal festive aesthetics with lightweight child-friendly tailoring, the set delivers luxurious comfort, breathable wearability, and timeless festive charm perfect for weddings, naming ceremonies, religious occasions, and cultural celebrations.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eTraditional Paithani Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eInspired by authentic Maharashtrian Paithani weaving traditions with refined festive detailing.\u003c\/li\u003e\n\n\u003cli\u003eElegant Hero Pattern styling combined with premium black butti accents creates a royal ethnic appearance.\u003c\/li\u003e\n\n\u003cli\u003eBalances timeless cultural craftsmanship with modern premium finishing for a sophisticated festive look.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eSoft Child-Friendly Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eCrafted using lightweight breathable fabric specially designed for delicate infant and toddler skin.\u003c\/li\u003e\n\n\u003cli\u003eUltra-soft inner lining minimizes irritation, itching, and discomfort during extended wear.\u003c\/li\u003e\n\n\u003cli\u003eFlexible construction allows children to move, play, and celebrate comfortably throughout the day.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003ePremium Tailoring \u0026amp; Craftsmanship\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eCarefully handcrafted with reinforced stitching for durability and long-lasting festive wear.\u003c\/li\u003e\n\n\u003cli\u003eSemi-structured silhouette maintains a polished ethnic appearance without restricting movement.\u003c\/li\u003e\n\n\u003cli\u003eDesigned specifically for growing infants and toddlers with comfortable festive fitting.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eVersatile Festive Styling\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eIdeal for weddings, naming ceremonies, festive gatherings, pujas, and cultural celebrations.\u003c\/li\u003e\n\n\u003cli\u003eClassic dhoti kurta silhouette delivers timeless ethnic elegance for special occasions.\u003c\/li\u003e\n\n\u003cli\u003ePerfectly suited for traditional family functions and premium festive photography moments.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- SPECIFICATION SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\n\u003ctable\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSpecification\u003c\/th\u003e\n\n\u003cth\u003eDetails\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBrand\u003c\/td\u003e\n\n\u003ctd\u003eKanira Jr\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Paithani Dhoti Kurta Set for Boys\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePattern Style\u003c\/td\u003e\n\n\u003ctd\u003eHero Pattern with Premium Black Butti Detailing\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFabric Composition\u003c\/td\u003e\n\n\u003ctd\u003eSoft Premium Art-Silk Blend with Breathable Inner Lining\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDesign Inspiration\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Maharashtrian Paithani Weaving Artistry\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eLightweight Construction with Child-Friendly Soft Inner Finish\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\n\u003ctd\u003eSemi-Structured Comfortable Traditional Fit\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\n\u003ctd\u003ePremium Reinforced Stitching with Durable Festive Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eWeddings, Festivals, Naming Ceremonies, Religious Events, and Cultural Functions\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eAvailable Sizes\u003c\/td\u003e\n\n\u003ctd\u003eMultiple Infant and Toddler Size Options\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended; Iron on Low Heat\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- FAQ SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs this dhoti kurta suitable for delicate infant skin?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nYes. The outfit is specially crafted using lightweight breathable fabric with an ultra-soft inner lining designed to remain gentle on delicate infant and toddler skin while preventing irritation during long celebrations.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Hero Pattern unique?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nThe Hero Pattern combines traditional Paithani-inspired artistry with elegant black butti detailing to create a regal festive appearance while maintaining a modern child-friendly silhouette.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eCan children comfortably wear this outfit for long events?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nAbsolutely. The lightweight breathable construction and flexible tailoring allow children to move, play, and stay comfortable throughout weddings, festivals, and family celebrations.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eDoes the outfit maintain its premium look after repeated use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\nYes. The reinforced stitching and premium craftsmanship help preserve the elegant festive appearance, structural finish, and overall durability even after repeated wear during special occasions.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"12(0M to 6M)","offer_id":53587027787989,"sku":"dhoti kurta black butti-hero_12","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"14(6M to 1Y)","offer_id":53587027820757,"sku":"dhoti kurta black butti-hero_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16(1Y to 2Y)","offer_id":53587027853525,"sku":"dhoti kurta black butti-hero_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18(2Y to 3Y)","offer_id":53587027886293,"sku":"dhoti kurta black butti-hero_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20(3Y to 4Y)","offer_id":53587027919061,"sku":"dhoti kurta black butti-hero_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22(4Y to 5Y)","offer_id":53587027951829,"sku":"dhoti kurta black butti-hero_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24(5Y to 6Y)","offer_id":53587027984597,"sku":"dhoti kurta black butti-hero_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26(6Y to 7Y)","offer_id":53587028017365,"sku":"dhoti kurta black butti-hero_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28(7Y to 8Y)","offer_id":53587028050133,"sku":"dhoti kurta black butti-hero_28","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13m00252-copy-768x1024.jpg?v=1775629777"},{"product_id":"kanira-jr-paithani-jacket-for-boys-jodi-peacock","title":"Kanira Jr Paithani Jacket for Boys Jodi peacock","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-question::after {\n\n            \n\n            font-size: 1.5rem;\n\n            transition: transform 0.3s ease;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n            \n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eKanira Jr Paithani Jacket for Boys Jodi Peacock\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eCelebrate your young gentleman in timeless Maharashtrian elegance with the Kanira Jr Paithani Jacket for Boys. Inspired by authentic Paithani weaving artistry, this premium ethnic jacket showcases intricate Jodi Peacock motifs symbolizing grace, celebration, and cultural richness. Blending traditional heritage with modern child-friendly tailoring, the lightweight structured silhouette and ultra-soft inner lining eliminate the heaviness and discomfort of conventional festive wear, ensuring exceptional comfort for weddings, cultural programs, festivals, and family celebrations while keeping your child stylish throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuthentic Paithani Heritage Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures elegant Jodi Peacock motifs inspired by classic Maharashtrian Paithani weaving traditions.\u003c\/li\u003e\n\u003cli\u003eRich vibrant tones and intricate detailing deliver a regal ethnic appearance perfect for celebrations and ceremonies.\u003c\/li\u003e\n\u003cli\u003eCombines traditional craftsmanship with refined modern finishing for a premium festive look.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Child-Friendly Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSpecially designed lightweight construction allows boys to move, play, and celebrate comfortably.\u003c\/li\u003e\n\u003cli\u003eUltra-soft inner lining protects delicate skin from irritation during extended wear.\u003c\/li\u003e\n\u003cli\u003eBreathable structure helps maintain comfort during weddings, festivals, and cultural events.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eStructured Premium Tailoring\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSemi-structured silhouette maintains a polished traditional appearance throughout celebrations.\u003c\/li\u003e\n\u003cli\u003eDurable reinforced stitching ensures long-lasting wear and shape retention.\u003c\/li\u003e\n\u003cli\u003eTailored finish delivers a sophisticated ethnic style without restricting movement.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs beautifully with kurtas, pajamas, dhotis, and traditional ethnic wear.\u003c\/li\u003e\n\u003cli\u003eCan also be styled with shirts and jeans for modern Indo-western festive fashion.\u003c\/li\u003e\n\u003cli\u003ePerfect for weddings, school functions, festive gatherings, cultural programs, and family celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eKanira\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Ethnic Jacket for Boys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Highlight\u003c\/td\u003e\n\u003ctd\u003eTraditional Jodi Peacock Paithani Inspired Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Inner Lining with Lightweight Breathable Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\u003ctd\u003eSemi-Structured Comfortable Ethnic Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003ePremium Reinforced Stitching with Shape-Retaining Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\u003ctd\u003eKurtas, Pajamas, Dhotis, Shirts, and Indo-Western Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, School Functions, Cultural Programs, and Family Celebrations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry Clean Recommended to Maintain Fabric Texture and Motif Detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this jacket comfortable for active children during long events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is specially crafted using lightweight breathable fabric and a soft inner lining that allows boys to move freely, play comfortably, and stay irritation-free during weddings, cultural programs, and festive celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Jodi Peacock design unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe elegant Jodi Peacock motif is inspired by traditional Paithani weaving artistry and symbolizes grace, celebration, and rich Maharashtrian cultural heritage while giving the jacket a premium festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. While it pairs beautifully with kurtas and ethnic wear, the jacket can also be styled with shirts and jeans for a modern Indo-western festive look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the jacket maintain its shape after repeated wear?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The reinforced premium stitching and semi-structured tailoring help the jacket maintain its polished silhouette and elegant festive appearance even after regular usage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"14 (3M to 1Y)","offer_id":53587052462293,"sku":"Jr Jacket Jodi peacock_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53587052495061,"sku":"Jr Jacket Jodi peacock_16","price":1499.0,"currency_code":"INR","in_stock":false},{"title":"18 (2Y to 3Y)","offer_id":53587052527829,"sku":"Jr Jacket Jodi peacock_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53587052560597,"sku":"Jr Jacket Jodi peacock_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53587052593365,"sku":"Jr Jacket Jodi peacock_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53587052626133,"sku":"Jr Jacket Jodi peacock_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53587052658901,"sku":"Jr Jacket Jodi peacock_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53587052691669,"sku":"Jr Jacket Jodi peacock_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53587052724437,"sku":"Jr Jacket Jodi peacock_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53587052757205,"sku":"Jr Jacket Jodi peacock_32","price":1299.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1Q1A4623.webp?v=1775630248"},{"product_id":"kanira-jr-paithani-jacket-for-boys-parrot-peacock","title":"Kanira Jr Paithani Jacket for Boys Parrot Peacock","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-question::after {\n\n            \n\n            font-size: 1.5rem;\n\n            transition: transform 0.3s ease;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n            \n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eKanira Jr Paithani Jacket for Boys Parrot Peacock\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eIntroduce your young gentleman to the timeless elegance of Indian craftsmanship with the Kanira Jr Paithani Jacket for Boys. Inspired by authentic Maharashtrian Paithani artistry, this premium festive jacket showcases intricate parrot and peacock motifs woven into a sophisticated ethnic silhouette. Designed specifically to solve the discomfort commonly associated with traditional children's wear, the lightweight structure, breathable construction, and ultra-soft inner lining ensure unrestricted movement and all-day comfort during weddings, festivals, cultural ceremonies, and school celebrations while keeping your child effortlessly stylish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuthentic Paithani Heritage Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures elegant parrot and peacock motifs inspired by traditional Maharashtrian Paithani weaving artistry.\u003c\/li\u003e\n\u003cli\u003eRich ethnic detailing delivers a luxurious festive appearance suitable for weddings and cultural celebrations.\u003c\/li\u003e\n\u003cli\u003eCombines timeless Indian craftsmanship with refined modern tailoring for premium ethnic styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Child-Friendly Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using lightweight breathable fabric that allows boys to move, play, and celebrate comfortably.\u003c\/li\u003e\n\u003cli\u003eUltra-soft inner lining protects delicate skin from itching and irritation during extended wear.\u003c\/li\u003e\n\u003cli\u003eDesigned to maintain airflow and comfort during long festive gatherings and ceremonies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eStructured Premium Tailoring\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSemi-structured silhouette maintains a polished festive appearance throughout the day.\u003c\/li\u003e\n\u003cli\u003ePremium reinforced stitching enhances durability and long-term shape retention.\u003c\/li\u003e\n\u003cli\u003eTailored ethnic fit provides a sophisticated appearance without restricting active movement.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs effortlessly with kurtas, pajamas, dhotis, and other traditional ethnic outfits.\u003c\/li\u003e\n\u003cli\u003eCan also be styled with shirts and jeans for a fashionable Indo-western festive look.\u003c\/li\u003e\n\u003cli\u003eIdeal for weddings, family celebrations, festivals, school functions, photoshoots, and cultural programs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eKanira\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Ethnic Jacket for Boys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Motif\u003c\/td\u003e\n\u003ctd\u003eTraditional Parrot \u0026amp; Peacock Paithani Inspired Weaving Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Construction\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Breathable Ethnic Fabric Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eUltra-Soft Inner Lining with Skin-Friendly Breathable Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\u003ctd\u003eSemi-Structured Comfortable Festive Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003ePremium Reinforced Stitching with Shape-Retaining Tailoring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\u003ctd\u003eKurtas, Pajamas, Dhotis, Shirts, and Indo-Western Outfits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Festivals, Cultural Programs, School Functions, and Family Celebrations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGentle Hand Wash or Dry Clean Recommended to Preserve Motif Detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this jacket feel comfortable during long festive events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is specially designed using lightweight breathable fabric and a soft inner lining that keeps children comfortable, irritation-free, and unrestricted during weddings, festivals, and cultural celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the parrot and peacock motifs special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe motifs are inspired by authentic Paithani weaving traditions from Maharashtra, symbolizing elegance, prosperity, and Indian cultural heritage while giving the jacket a rich festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled for modern festive looks?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. While it pairs beautifully with traditional kurtas and ethnic wear, the jacket also works stylishly with shirts and jeans for a trendy Indo-western festive outfit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the jacket maintain its structure after repeated wear?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The reinforced premium stitching and semi-structured tailoring help the jacket retain its polished silhouette and festive elegance even after frequent usage and celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"14 (3M to 1Y)","offer_id":53587066486997,"sku":"Jr Jacket peaock peacock_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53587066519765,"sku":"Jr Jacket peaock peacock_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53587066552533,"sku":"Jr Jacket peaock peacock_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53587066585301,"sku":"Jr Jacket peaock peacock_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53587066618069,"sku":"Jr Jacket peaock peacock_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53587066650837,"sku":"Jr Jacket peaock peacock_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53587066683605,"sku":"Jr Jacket peaock peacock_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53587066716373,"sku":"Jr Jacket peaock peacock_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53587066749141,"sku":"Jr Jacket peaock peacock_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53587066781909,"sku":"Jr Jacket peaock peacock_32","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/34-1-768x768.webp?v=1775631547"},{"product_id":"kanira-jr-paithani-jacket-for-boys-small-peacock-red","title":"Kanira Jr Paithani Jacket for Boys Small peacock Red","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-question::after {\n\n            content: '+';\n\n            font-size: 1.5rem;\n\n            transition: transform 0.3s ease;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch1\u003eKanira Jr Paithani Jacket for Boys (Small Peacock Red)\u003c\/h1\u003e\n\n\u003cp class=\"overview\"\u003eCelebrate your young gentleman in timeless Maharashtrian elegance with the Kanira Jr Paithani Jacket for Boys. Inspired by authentic Paithani weaving artistry, this premium ethnic jacket showcases intricate small peacock motifs on a vibrant festive red base, blending traditional heritage with modern child-friendly tailoring. Designed to eliminate the heaviness and discomfort of conventional festive wear, the lightweight structured silhouette and ultra-soft inner lining ensure exceptional comfort for weddings, cultural programs, festivals, and family celebrations while keeping your child stylish throughout the day.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eAuthentic Paithani Heritage Design\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eFeatures elegant small peacock motifs inspired by classic Maharashtrian Paithani weaving traditions.\u003c\/li\u003e\n\n\u003cli\u003eThe rich festive red tone delivers a regal ethnic appearance perfect for celebrations and ceremonies.\u003c\/li\u003e\n\n\u003cli\u003eCombines traditional craftsmanship with refined modern finishing for a premium festive look.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eLightweight Child-Friendly Comfort\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eSpecially designed lightweight construction allows boys to move, play, and celebrate comfortably.\u003c\/li\u003e\n\n\u003cli\u003eUltra-soft inner lining protects delicate skin from irritation during extended wear.\u003c\/li\u003e\n\n\u003cli\u003eBreathable structure helps maintain comfort during weddings, festivals, and cultural events.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eStructured Premium Tailoring\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eSemi-structured silhouette maintains a polished traditional appearance throughout celebrations.\u003c\/li\u003e\n\n\u003cli\u003eDurable reinforced stitching ensures long-lasting wear and shape retention.\u003c\/li\u003e\n\n\u003cli\u003eTailored finish delivers a sophisticated ethnic style without restricting movement.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-group\"\u003e\n\n\u003ch3\u003eVersatile Festive Styling\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003ePairs beautifully with kurtas, pajamas, dhotis, and traditional ethnic wear.\u003c\/li\u003e\n\n\u003cli\u003eCan also be styled with shirts and jeans for modern Indo-western festive fashion.\u003c\/li\u003e\n\n\u003cli\u003ePerfect for weddings, school functions, festive gatherings, cultural programs, and family celebrations.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- SPECIFICATION SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\n\u003ctable\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSpecification\u003c\/th\u003e\n\n\u003cth\u003eDetails\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBrand\u003c\/td\u003e\n\n\u003ctd\u003eKanira\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Paithani Ethnic Jacket for Boys\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\n\u003ctd\u003eFestive Rich Red\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDesign Motif\u003c\/td\u003e\n\n\u003ctd\u003eTraditional Small Peacock Paithani Weaving Inspired Pattern\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\n\u003ctd\u003eUltra-Soft Inner Lining with Lightweight Breathable Construction\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\n\u003ctd\u003eSemi-Structured Comfortable Ethnic Fit\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\n\u003ctd\u003ePremium Reinforced Stitching with Shape-Retaining Structure\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eStyling Compatibility\u003c\/td\u003e\n\n\u003ctd\u003eKurtas, Pajamas, Dhotis, Shirts, and Indo-Western Wear\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\n\u003ctd\u003eWeddings, Festivals, School Functions, Cultural Programs, and Family Celebrations\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\n\u003ctd\u003eDry Clean Recommended to Maintain Fabric Texture and Motif Detailing\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- FAQ SECTION --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eIs this jacket comfortable for active children during long events?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The jacket is specially crafted using lightweight breathable fabric and a soft inner lining that allows boys to move freely, play comfortably, and stay irritation-free during weddings, cultural programs, and festive celebrations.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWhat makes the small peacock design unique?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe elegant small peacock motif is inspired by traditional Paithani weaving artistry, symbolizing grace and rich Maharashtrian cultural heritage while giving the jacket a premium festive appearance.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. While it pairs beautifully with kurtas and ethnic wear, the jacket can also be styled with shirts and jeans for a modern Indo-western festive look.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cdiv class=\"faq-question\"\u003eWill the jacket maintain its shape after repeated wear?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The reinforced premium stitching and semi-structured tailoring help the jacket maintain its polished silhouette and elegant festive appearance even after regular usage.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"kanirapaithani","offers":[{"title":"14 (3M to 1Y)","offer_id":53587081494741,"sku":"Jr Jacket Small Peacock red_14","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"16 (1Y to 2Y)","offer_id":53587081527509,"sku":"Jr Jacket Small Peacock red_16","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"18 (2Y to 3Y)","offer_id":53587081560277,"sku":"Jr Jacket Small Peacock red_18","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"20 (3Y to 4Y)","offer_id":53587081593045,"sku":"Jr Jacket Small Peacock red_20","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"22 (4Y to 5Y)","offer_id":53587081625813,"sku":"Jr Jacket Small Peacock red_22","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"24 (5Y to 6Y)","offer_id":53587081658581,"sku":"Jr Jacket Small Peacock red_24","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"26 (6Y to 7Y)","offer_id":53587081691349,"sku":"Jr Jacket Small Peacock red_26","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"28 (7Y to 8Y)","offer_id":53587081724117,"sku":"Jr Jacket Small Peacock red_28","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"30 (8Y to 9Y)","offer_id":53587081756885,"sku":"Jr Jacket Small Peacock red_30","price":1299.0,"currency_code":"INR","in_stock":true},{"title":"32 (9Y to 10Y)","offer_id":53587081789653,"sku":"Jr Jacket Small Peacock red_32","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/41-768x768.webp?v=1775632279"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/collections\/13m00262-copy-768x1024_63830954-949f-41b1-966c-6dc52a38b60a.jpg?v=1777979019","url":"https:\/\/kanira.in\/collections\/product-category-kids-boys.oembed","provider":"kanirapaithani","version":"1.0","type":"link"}