{"product_id":"paithani-jacket-for-men-small-peacock-kanira","title":"Paithani Jacket for Men Small Peacock – Kanira","description":"\u003cp\u003e\n    \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\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n    :root {\n        --bg-primary: #210028;\n        --bg-secondary: #32003d;\n        --glass-bg: rgba(255, 192, 203, 0.07);\n        --glass-border: rgba(255, 215, 0, 0.20);\n        --text-primary: #FFD700;\n        --text-secondary: #f8dfff;\n        --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n        --blur: blur(16px);\n        --hover-golden: rgba(255, 215, 0, 0.85);\n    }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        background:\n            linear-gradient(\n                135deg,\n                var(--bg-primary),\n                var(--bg-secondary)\n            );\n        color: white;\n        line-height: 1.7;\n        overflow-x: hidden;\n    }\n\n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 40px 20px;\n    }\n\n    .glass-card {\n        background: var(--glass-bg);\n        backdrop-filter: var(--blur);\n        -webkit-backdrop-filter: var(--blur);\n        border-radius: 20px;\n        border: 1px solid var(--glass-border);\n        padding: 3rem;\n        margin: 3rem 0;\n        box-shadow: var(--shadow);\n        transition: all 0.35s ease;\n    }\n\n    .glass-card:hover {\n        transform: translateY(-8px);\n        border-color: var(--hover-golden);\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    h1 {\n        font-size: 2.8rem;\n        margin-bottom: 1rem;\n        color: #FFD700;\n        text-align: center;\n        font-weight: 700;\n        line-height: 1.4;\n    }\n\n    h2 {\n        font-size: 2.2rem;\n        margin-bottom: 1.5rem;\n        color: #FFD700;\n        border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n        padding-bottom: 0.75rem;\n        font-weight: 700;\n    }\n\n    .overview {\n        font-size: 1.15rem;\n        line-height: 1.9;\n        text-align: center;\n        max-width: 850px;\n        margin: 0 auto 3rem;\n        color: var(--text-secondary);\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 2.5rem;\n        margin: 2.5rem 0;\n    }\n\n    .feature-group {\n        background: rgba(255, 182, 193, 0.06);\n        padding: 2rem;\n        border-radius: 16px;\n        border-left: 4px solid #FFD700;\n        transition: all 0.35s ease;\n    }\n\n    .feature-group:hover {\n        border-color: var(--hover-golden);\n        box-shadow:\n            0 0 16px rgba(255, 215, 0, 0.35);\n        transform: translateY(-5px);\n    }\n\n    .feature-group h3 {\n        font-size: 1.4rem;\n        margin-bottom: 1rem;\n        color: #FFD700;\n        font-weight: 700;\n    }\n\n    ul {\n        list-style: none;\n        padding-left: 0;\n    }\n\n    ul li {\n        padding: 1rem 0 1rem 2rem;\n        position: relative;\n        color: var(--text-secondary);\n        border-bottom: 1px solid rgba(255, 215, 0, 0.08);\n    }\n\n    ul li::before {\n        content: '▸';\n        position: absolute;\n        left: 0;\n        color: #FFD700;\n        font-weight: bold;\n        font-size: 1.2rem;\n    }\n\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 2rem 0;\n        background: rgba(255, 182, 193, 0.05);\n        border-radius: 16px;\n        overflow: hidden;\n    }\n\n    th,\n    td {\n        padding: 1.4rem 1.2rem;\n        text-align: left;\n        border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n    }\n\n    th {\n        background: rgba(255, 215, 0, 0.12);\n        color: #FFD700;\n        font-weight: 700;\n        white-space: nowrap;\n    }\n\n    td {\n        color: var(--text-secondary);\n    }\n\n    tr:hover td {\n        background: rgba(255, 215, 0, 0.04);\n    }\n\n    .faq-item {\n        margin-bottom: 1.5rem;\n        padding: 1.5rem;\n        background: rgba(255, 182, 193, 0.06);\n        border-radius: 14px;\n        border: 1px solid rgba(255, 215, 0, 0.15);\n        transition: all 0.35s ease;\n    }\n\n    .faq-item:hover {\n        border-color: var(--hover-golden);\n        box-shadow:\n            0 0 15px rgba(255, 215, 0, 0.30);\n    }\n\n    .faq-question {\n        font-size: 1.2rem;\n        font-weight: 700;\n        margin-bottom: 0.8rem;\n        cursor: pointer;\n        color: #FFD700;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .faq-answer {\n        color: var(--text-secondary);\n        display: block;\n        margin-top: 1rem;\n        line-height: 1.8;\n        border-top: 1px solid rgba(255, 215, 0, 0.08);\n        padding-top: 1rem;\n    }\n\n    .faq-answer.active {\n        display: block;\n    }\n\n    @media(max-width:768px) {\n        h1 {\n            font-size: 2.1rem;\n        }\n\n        h2 {\n            font-size: 1.8rem;\n        }\n\n        .glass-card {\n            padding: 2rem;\n        }\n\n        th,\n        td {\n            padding: 1rem;\n            font-size: 0.92rem;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"glass-card\"\u003e\n        \u003ch1\u003eSmall Peacock Paithani Jacket for Men – Kanira\u003c\/h1\u003e\n\n        \u003cp class=\"overview\"\u003e\n            Discover timeless Maharashtrian elegance with the Kanira Small Peacock Paithani Jacket for Men. Inspired by the legendary “Mor” motif of traditional Paithani weaving, this sophisticated ethnic jacket blends authentic cultural artistry with contemporary tailoring. Crafted using premium silk-inspired fabric and highlighted with luxurious golden zari detailing, the jacket delivers a regal appearance while remaining lightweight, breathable, and comfortable for extended celebrations. Perfect for weddings, festive gatherings, and cultural occasions, it offers refined heritage styling for the modern gentleman.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES SECTION --\u003e\n    \u003csection\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch2\u003eQualities\u003c\/h2\u003e\n\n            \u003cdiv class=\"features-grid\"\u003e\n\n                \u003cdiv class=\"feature-group\"\u003e\n                    \u003ch3\u003eAuthentic Small Peacock Heritage\u003c\/h3\u003e\n\n                    \u003cul\u003e\n                        \u003cli\u003eInspired by the iconic small peacock motif from traditional Paithani weaving.\u003c\/li\u003e\n                        \u003cli\u003eSymbolizes grace, prosperity, elegance, and cultural celebration.\u003c\/li\u003e\n                        \u003cli\u003ePreserves the beauty of Maharashtrian textile craftsmanship.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"feature-group\"\u003e\n                    \u003ch3\u003ePremium Silk-Inspired Comfort\u003c\/h3\u003e\n\n                    \u003cul\u003e\n                        \u003cli\u003eCrafted from lightweight premium silk-inspired fabric.\u003c\/li\u003e\n                        \u003cli\u003eSoft breathable texture ensures long-hour festive comfort.\u003c\/li\u003e\n                        \u003cli\u003eOffers luxurious appearance with effortless wearability.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"feature-group\"\u003e\n                    \u003ch3\u003eGolden Zari Detailing\u003c\/h3\u003e\n\n                    \u003cul\u003e\n                        \u003cli\u003eEnhanced with intricate golden zari inspired artistry.\u003c\/li\u003e\n                        \u003cli\u003eCreates a rich festive shimmer for premium ethnic styling.\u003c\/li\u003e\n                        \u003cli\u003eAdds refined handcrafted elegance to every occasion.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"feature-group\"\u003e\n                    \u003ch3\u003eModern Ethnic Styling\u003c\/h3\u003e\n\n                    \u003cul\u003e\n                        \u003cli\u003eStructured modern silhouette designed for versatile styling.\u003c\/li\u003e\n                        \u003cli\u003ePairs effortlessly with kurtas, dhotis, trousers, and Indo-western outfits.\u003c\/li\u003e\n                        \u003cli\u003ePerfect for weddings, festive events, poojas, and family celebrations.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SPECIFICATION SECTION --\u003e\n    \u003csection\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch2\u003eSpecification\u003c\/h2\u003e\n\n            \u003ctable\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eSpecification\u003c\/th\u003e\n                        \u003cth\u003eDetails\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eBrand\u003c\/td\u003e\n                        \u003ctd\u003eKanira\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eProduct Style\u003c\/td\u003e\n                        \u003ctd\u003eSmall Peacock Paithani Ethnic Jacket\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eFabric Type\u003c\/td\u003e\n                        \u003ctd\u003ePremium Lightweight Silk-Inspired Fabric\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eDesign Pattern\u003c\/td\u003e\n                        \u003ctd\u003eTraditional Small Peacock (Mor) Heritage Motif\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eWork Detailing\u003c\/td\u003e\n                        \u003ctd\u003eElegant Golden Zari Inspired Weaving\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eFit \u0026amp; Silhouette\u003c\/td\u003e\n                        \u003ctd\u003eStructured Comfortable Modern Ethnic Fit\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eComfort Features\u003c\/td\u003e\n                        \u003ctd\u003eSoft Breathable Lightweight Construction\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n                        \u003ctd\u003eWeddings, Festivals, Cultural Events, Religious Ceremonies, and Family Functions\u003c\/td\u003e\n                    \u003c\/tr\u003e\n\n                    \u003ctr\u003e\n                        \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                        \u003ctd\u003eDry Clean Recommended to Preserve Fabric Quality and Zari Finish\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ SECTION --\u003e\n    \u003csection\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n            \u003cdiv class=\"faq-list\"\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003e\n                        What makes the Small Peacock motif special?\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        The traditional small peacock motif is an iconic symbol in Paithani heritage weaving. It represents beauty, elegance, prosperity, and celebration, making this jacket especially suitable for weddings and festive occasions.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003e\n                        Is this jacket comfortable for long events?\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Yes. The lightweight breathable construction ensures superior comfort during long ceremonies, receptions, and festive celebrations while maintaining a rich premium appearance.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003e\n                        Can this jacket be styled with modern outfits?\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Absolutely. This versatile jacket pairs beautifully with traditional kurtas and dhotis, while also complementing modern Indo-western looks with trousers, shirts, or fusion wear.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003e\n                        How should I maintain the fabric and zari detailing?\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Professional dry cleaning is recommended to maintain the richness of the fabric, preserve the zari-inspired detailing, and protect the jacket’s elegant finish for years to come.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"50 5XL","offer_id":53215849283797,"sku":"jacket men small_pk_50","price":1549.0,"currency_code":"INR","in_stock":false},{"title":"48-4XL","offer_id":53215849316565,"sku":"jacket men small_pk_48","price":1549.0,"currency_code":"INR","in_stock":true},{"title":"46 3XL","offer_id":53215849349333,"sku":"jacket men small_pk_46","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"44 2XL","offer_id":53215849382101,"sku":"jacket men small_pk_44","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"42XL","offer_id":53215849414869,"sku":"jacket men small_pk_42","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"40L","offer_id":53215849447637,"sku":"jacket men small_pk_40","price":2199.0,"currency_code":"INR","in_stock":false},{"title":"38M","offer_id":53215849480405,"sku":"jacket men small_pk_38","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"36S","offer_id":53215849513173,"sku":"jacket men small_pk_36","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"34XS","offer_id":53215849545941,"sku":"jacket men small_pk_34","price":2199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/kp-clutch-4-768x768.webp?v=1771417639","url":"https:\/\/kanira.in\/products\/paithani-jacket-for-men-small-peacock-kanira","provider":"kanirapaithani","version":"1.0","type":"link"}