{"product_id":"kanira-paithani-jacket-for-men-jodi-peacock","title":"Kanira Paithani jacket for Mens Jodi Peacock","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\n\n        }\n\n        * {\n\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n\n        }\n\n        .glass-card {\n\n            background: var(--glass-bg);\n\n            backdrop-filter: var(--blur);\n            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            text-align: center;\n\n            font-weight: 700;\n\n            line-height: 1.4;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: #FFD700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.9;\n\n            text-align: center;\n\n            max-width: 850px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\n\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n\n            margin: 2.5rem 0;\n\n        }\n\n        .feature-group {\n\n            background: rgba(255, 182, 193, 0.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\n\n        }\n\n        ul li {\n\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n\n        }\n\n        ul li::before {\n\n            content: '▸';\n\n            position: absolute;\n\n            left: 0;\n\n            color: #FFD700;\n\n            font-weight: bold;\n\n            font-size: 1.2rem;\n\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 182, 193, 0.05);\n\n            border-radius: 16px;\n\n            overflow: hidden;\n\n        }\n\n        th,\n        td {\n\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\n\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 182, 193, 0.06);\n\n            border-radius: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: #FFD700;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\n\n            }\n\n        }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eKanira Paithani Jacket for Men - Jodi Peacock Edition\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive wardrobe with the regal artistry of the Kanira Paithani Jacket. Inspired by the timeless beauty of authentic Maharashtrian Paithani weaving, this luxurious men’s jacket features the legendary Jodi Peacock motif symbolizing celebration, prosperity, and royal elegance. Designed for the modern gentleman, the jacket blends lightweight comfort, refined structure, and heritage craftsmanship into a statement piece ideal for weddings, cultural festivities, and grand traditional occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eQualities\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuthentic Jodi Peacock Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures the iconic twin peacock Paithani motif inspired by Maharashtrian weaving traditions.\u003c\/li\u003e\n\u003cli\u003eSymbolizes royalty, celebration, harmony, and timeless Indian craftsmanship.\u003c\/li\u003e\n\u003cli\u003eDesigned to create a regal ethnic statement for festive occasions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Festive Comfort\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted with lightweight breathable fabric for prolonged celebrations.\u003c\/li\u003e\n\u003cli\u003eEliminates the heaviness commonly associated with traditional festive wear.\u003c\/li\u003e\n\u003cli\u003eProvides exceptional comfort from daytime rituals to evening receptions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Structured Tailoring\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEngineered with a sharp structured fit for a polished appearance.\u003c\/li\u003e\n\u003cli\u003eMaintains a clean silhouette while allowing comfortable movement.\u003c\/li\u003e\n\u003cli\u003ePerfectly balances traditional grandeur with contemporary sophistication.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSoft Inner Lining Finish\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFinished with an ultra-soft inner lining for enhanced comfort.\u003c\/li\u003e\n\u003cli\u003eGentle breathable texture ensures smooth all-day wearability.\u003c\/li\u003e\n\u003cli\u003eIdeal for long weddings, festive events, and family ceremonies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVibrant Paithani Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDetailed with rich vibrant weaving inspired by traditional Paithani aesthetics.\u003c\/li\u003e\n\u003cli\u003eCreates a luxurious visual contrast that stands out beautifully.\u003c\/li\u003e\n\u003cli\u003eEnhances festive styling with elegant handcrafted appeal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Indo-Western Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePairs effortlessly with kurtas, dhotis, silk shirts, and trousers.\u003c\/li\u003e\n\u003cli\u003ePerfect for traditional ethnic wear and modern fusion fashion.\u003c\/li\u003e\n\u003cli\u003eSuitable for weddings, receptions, poojas, and premium cultural gatherings.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eKanira\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Style\u003c\/td\u003e\n\u003ctd\u003ePaithani Jodi Peacock Men’s Jacket \/ Nehru Jacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Poly-Silk Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\u003ctd\u003eTraditional Jodi Peacock (Twin Peacock) Heritage Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Lining\u003c\/td\u003e\n\u003ctd\u003eSoft Breathable Comfort Lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit \u0026amp; Structure\u003c\/td\u003e\n\u003ctd\u003eStructured Regular Fit with Contemporary Tailoring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort Features\u003c\/td\u003e\n\u003ctd\u003eLightweight Breathable Construction for Long Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Engagements, Festivals, Family Celebrations, and Cultural Events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eProfessional Dry Clean Recommended to Maintain Fabric and Weave Quality\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Jodi Peacock motif unique?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Jodi Peacock motif is one of the most iconic patterns in traditional Paithani weaving. It symbolizes celebration, prosperity, elegance, and royal heritage, making it especially popular for weddings and festive occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this jacket comfortable for long events?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight fabric construction combined with the breathable soft inner lining ensures excellent comfort during extended ceremonies, receptions, and festive gatherings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this jacket be styled with modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The versatile structured design pairs beautifully with traditional kurtas and dhotis, while also complementing Indo-western outfits, silk shirts, trousers, and fusion styling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the jacket’s quality?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eProfessional dry cleaning is recommended to preserve the fabric structure, maintain the vibrant Paithani artistry, and protect the intricate woven detailing for long-lasting elegance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"34XS","offer_id":53215810617557,"sku":"Jacket Jodi Peacock_34","price":1549.0,"currency_code":"INR","in_stock":false},{"title":"36S","offer_id":53215810650325,"sku":"Jacket Jodi Peacock_36","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"38M","offer_id":53215810683093,"sku":"Jacket Jodi Peacock_38","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"40L","offer_id":53215810715861,"sku":"Jacket Jodi Peacock_40","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"42XL","offer_id":53215810748629,"sku":"Jacket Jodi Peacock_42","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"44 2XL","offer_id":53215810781397,"sku":"Jacket Jodi Peacock_44","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"46 3XL","offer_id":53215810814165,"sku":"Jacket Jodi Peacock_46","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"48-4XL","offer_id":53215810846933,"sku":"Jacket Jodi Peacock_48","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"50 5XL","offer_id":53215810879701,"sku":"Jacket Jodi Peacock_50","price":2199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/DSC_0074.jpg?v=1771415059","url":"https:\/\/kanira.in\/products\/kanira-paithani-jacket-for-men-jodi-peacock","provider":"kanirapaithani","version":"1.0","type":"link"}