{"title":"Accessories","description":"\u003cp data-start=\"155\" data-end=\"223\"\u003e\u003cstrong data-start=\"155\" data-end=\"221\"\u003ePaithani Accessories – Ethnic Handbags, Torans \u0026amp; Festive Décor\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"225\" data-end=\"534\"\u003eExplore the elegant collection of Paithani accessories at Kanira.in, featuring beautifully crafted ethnic handbags, torans, festive décor, and traditional accents. Inspired by authentic Paithani weaves, each piece showcases rich colors, intricate zari work, and timeless motifs that reflect Indian heritage.\u003c\/p\u003e\n\u003cp data-start=\"536\" data-end=\"833\"\u003eOur Paithani accessories collection is perfect for elevating your festive celebrations, weddings, and home décor. From decorative torans for doors to stylish ethnic handbags and festive décor items, every product is designed to add a touch of tradition and sophistication to your look and space.\u003c\/p\u003e\n\u003cp data-start=\"835\" data-end=\"1089\"\u003eDiscover versatile Paithani accessories that blend traditional craftsmanship with modern utility. Whether you're decorating your home for festivals or accessorizing your ethnic outfits, Kanira offers premium designs that celebrate culture and elegance.\u003c\/p\u003e\n\u003cp data-start=\"1091\" data-end=\"1206\"\u003eShop Paithani accessories online and bring home handcrafted pieces that enhance every occasion with heritage style.\u003c\/p\u003e","products":[{"product_id":"paithani-diamond-pattern-toran-40-inch-decoration","title":"Paithani Diamond Pattern Toran for Decoration – 40 Inch Length","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        .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\u003ePaithani Diamond Pattern Toran for Decoration – 40 Inch Length\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your home’s festive elegance with this stunning Paithani Diamond Pattern Toran. Inspired by the rich textile heritage of Maharashtra, this 40-inch door hanging showcases exquisite, symmetrical diamond motifs in bright, festive colors. Designed to invite positivity and warmth, it is the perfect traditional accent to grace your doorways, pooja rooms, and mandaps during auspicious 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\u003eHeritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTraditional Paithani-inspired diamond motifs.\u003c\/li\u003e\n\u003cli\u003eSymmetrical festive decorative styling.\u003c\/li\u003e\n\u003cli\u003eRich Maharashtrian cultural design inspiration.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVibrant Festive Appeal\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBright multicolor festive palette.\u003c\/li\u003e\n\u003cli\u003eCreates warm and welcoming ambiance.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEasy Decorative Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight and easy to hang.\u003c\/li\u003e\n\u003cli\u003eSuitable for doors, walls, and mandaps.\u003c\/li\u003e\n\u003cli\u003eDamage-free quick installation design.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReusable Festive Decor\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable reusable festive construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for multiple celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy storage after festive use.\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 Type\u003c\/td\u003e\n\u003ctd\u003eDecorative Paithani Diamond Pattern Toran\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e40 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Symmetrical Diamond Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eFestive Multicolor Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStructure\u003c\/td\u003e\n\u003ctd\u003eFirm Yet Adjustable Decorative Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003eLightweight Hanging Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eDoors, Pooja Rooms, Mandaps, and Festive Decor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Festivals\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Weddings, and Housewarmings\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 toran fit a standard house door frame?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The 40-inch length is designed to fit most residential doors, pooja room entrances, and festive decorative spaces comfortably.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow can I hang this toran?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIts lightweight design allows easy hanging using adhesive hooks, nails, mounting tape, or curtain rods without heavy strain.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the structure flexible or rigid?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe toran maintains a firm decorative shape while still being flexible enough to adjust to different spaces and setups.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this toran be reused every festive season?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable decorative construction makes it suitable for repeated festive use with easy storage after 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","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53219254599893,"sku":"toran_40in_diamonde","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-768x768.png?v=1771485311"},{"product_id":"paithani-lotus-pattern-toran-40-inch-festive-door-hanging","title":"Paithani Lotus Pattern Toran for Decoration – 40 Inch Festive Door Hanging","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        .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\u003ePaithani Lotus Pattern Toran for Decoration – 40 Inch Festive Door Hanging\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive home decor with a stunning masterpiece that seamlessly blends centuries-old regional heritage with modern, eco-conscious living. Inspired by the legendary Maharashtrian Paithani weave, this 40-inch festive door hanging features intricate, rich embroidery of sacred lotus and kalash motifs. Crafted as a high-quality, reusable alternative to single-use fresh flower garlands, it allows you to welcome guests and deity blessings with authentic cultural elegance season after season, year after year.\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\u003eHeritage Artistry \u0026amp; Detailing\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAuthentic Paithani-style embroidery featuring lotus and kalash motifs.\u003c\/li\u003e\n\u003cli\u003eFestive pink, royal blue, and golden metallic thread detailing.\u003c\/li\u003e\n\u003cli\u003eModern scalloped zigzag triangle-cut panel styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Craftsmanship \u0026amp; Accents\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant golden lace border finishing.\u003c\/li\u003e\n\u003cli\u003eDecorative multicolor hanging tassels.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEco-Friendly \u0026amp; Reusable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable reusable fabric construction.\u003c\/li\u003e\n\u003cli\u003eSustainable alternative to flower garlands.\u003c\/li\u003e\n\u003cli\u003eLightweight and easy to store.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Decorative Usage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSuitable for doors, mandaps, and pooja areas.\u003c\/li\u003e\n\u003cli\u003ePerfect for festive and spiritual decor.\u003c\/li\u003e\n\u003cli\u003eEasy hanging setup for multiple spaces.\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\u003eLength\u003c\/td\u003e\n\u003ctd\u003e40 Inches Festive Door Hanging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Inspiration\u003c\/td\u003e\n\u003ctd\u003eTraditional Royal Paithani Embroidery Styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Motifs\u003c\/td\u003e\n\u003ctd\u003eLotus and Kalash Traditional Symbols\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eFestive Pink, Royal Blue, and Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDecorative Elements\u003c\/td\u003e\n\u003ctd\u003eGolden Lace Borders and Multicolor Tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eFoldable and Lightweight Reusable Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eDoors, Mandaps, Pooja Rooms, and Festive Decorations\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\"\u003eHow does this compare to fresh flower torans?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike fresh flower torans that dry quickly, this reusable Paithani Toran provides a long-lasting decorative solution while maintaining authentic festive elegance year after year.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow can I hang this toran?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe lightweight design allows easy hanging using door hooks, nails, adhesive hooks, curtain rods, or mandap frames.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it be reused for multiple festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Its elegant traditional styling makes it suitable for Ganesh Chaturthi, Diwali, weddings, housewarmings, and daily pooja decor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I clean and store it?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYou can gently clean it using a soft cloth and store it folded flat in a dry place to preserve its embroidery and decorative details.\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":"Default Title","offer_id":53219255124181,"sku":"toran_40in_lotus","price":499.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/29-1-768x768.png?v=1771485531"},{"product_id":"mango-paithani-kandil-for-diwali-peacock-design","title":"Mango Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design","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            content: '+';\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            transform: rotate(45deg);\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\u003eMango Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive decorations with the timeless elegance of the Mango Paithani Kandil. Masterfully handcrafted by local artisans, this premium lantern fuses the legendary heritage of traditional Maharashtrian Paithani weaving with an eco-conscious, functional design. Adorned with beautiful gold zari borders and magnificent peacock motifs symbolizing prosperity and joy, it transforms your entryway, balcony, or pooja room with an enchanting golden glow. Choose a sustainable, reusable masterpiece that supports traditional craftsmanship and brings authentic ethnic beauty to your home this Diwali.\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\u003eArtisanal Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIndividually handcrafted by local Indian artisans supporting traditional livelihoods.\u003c\/li\u003e\n\u003cli\u003eEmbellished with premium silk fabric and rich, shimmering gold zari borders.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuspicious Symbolism\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures authentic Paithani peacock motifs that bring joy, harmony, and prosperity.\u003c\/li\u003e\n\u003cli\u003eAdds a deep-rooted cultural touch to poojas, family celebrations, and commercial entryways.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eWarm Ambiance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEmits a soothing, radiant golden glow when illuminated.\u003c\/li\u003e\n\u003cli\u003eComplements LED lights, serial lights, or classic fairy lights beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEco-Friendly \u0026amp; Smart Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHighly durable, reusable fabric build replaces flimsy, single-use plastic lanterns.\u003c\/li\u003e\n\u003cli\u003eFoldable, lightweight, and collapses completely flat for space-saving, year-round storage.\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Fabric with authentic Gold Zari Embroidered Borders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArtistry\u003c\/td\u003e\n\u003ctd\u003e100% Handcrafted by Local Indian Artisans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Paithani Peacock Pattern (Symbol of Prosperity)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eCollapsible, Foldable Frame (Lays flat for convenient storage)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting Compatibility\u003c\/td\u003e\n\u003ctd\u003eSuitable for Low-Heat LED Bulbs, Fairy Lights, or Festive String Lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSustainability\u003c\/td\u003e\n\u003ctd\u003eReusable, Plastic-Free, and Eco-Conscious Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eGently dust with a dry cloth. Keep away from moisture. Store flat in a dry space.\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\"\u003eHow does this lantern support sustainability?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike mass-produced plastic options that clutter landfills, our Paithani Kandil is made from high-quality, reusable silk fabric. It is designed to be stored flat and used year after year, offering an eco-conscious way to celebrate. Furthermore, each purchase directly supports local artisans keeping traditional Indian handicrafts alive.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the lantern come with pre-installed lighting?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo, the lantern does not come with light fixtures. This gives you the freedom to choose your preferred illumination—whether it’s a standard warm LED bulb, battery-operated string lights, or sparkling colorful fairy lights.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it easy to assemble and store?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely! The Kandil features an intuitive, foldable frame. It arrives flat and effortlessly expands into its full 3D lantern shape in seconds.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I hang this lantern outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, it is perfect for covered outdoor spaces like balconies, porches, verandas, or building entryways.\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":"Default Title","offer_id":53219651125461,"sku":"kandil_mango","price":750.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2.3-768x768.webp?v=1771495884"},{"product_id":"mango-neon-paithani-kandil-for-diwali-peacock-design","title":"Neon Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design","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        .feature-group p {\n\n            color: var(--text-secondary);\n\n            line-height: 1.8;\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            color: #FFD700;\n\n            transition: 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        .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\u003eNeon Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive decorations with a magnificent blend of heritage and design. Exquisitely handcrafted by local artisans, this premium silk lantern celebrates the rich weaving traditions of Maharashtra. Featuring a stunning mango yellow shade with luxurious gold zari borders and vibrant Paithani peacock motifs, it fills your home with a warm, elegant, and festive glow perfect for Diwali and cultural 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\u003eAuthentic Paithani Weaving\u003c\/h3\u003e\n\u003cp\u003eCrafted using luxurious silk fabric adorned with traditional Paithani weaving motifs and elegant peacock artwork inspired by timeless Maharashtrian heritage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLuxurious Color Palette\u003c\/h3\u003e\n\u003cp\u003eFeatures a radiant mango yellow shade paired beautifully with shimmering gold zari borders and vibrant decorative tassels for a premium festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSpace-Saving Foldable Design\u003c\/h3\u003e\n\u003cp\u003eLightweight and fully foldable construction allows easy installation, convenient storage, and reliable reuse during every festive season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEmpowering Local Artisans\u003c\/h3\u003e\n\u003cp\u003eEvery handcrafted Kandil supports traditional Maharashtrian artisans and helps preserve precious heritage weaving craftsmanship.\u003c\/p\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium silk fabric with gold zari threadwork and decorative tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eElegant Mango Yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern \/ Design\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Peacock Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eFoldable Handcrafted Hanging Lantern (Kandil)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight \u0026amp; Portability\u003c\/td\u003e\n\u003ctd\u003eLightweight and folds flat for easy seasonal storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Compatibility\u003c\/td\u003e\n\u003ctd\u003eCompatible with LED bulbs and warm fairy lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEco-Friendly Value\u003c\/td\u003e\n\u003ctd\u003eSustainable reusable alternative to plastic lanterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eClean gently with dry cloth and keep away from moisture\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\"\u003eHow should I store the Kandil after Diwali?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe foldable design allows you to collapse the Kandil flat and store it safely in a dry place for reuse every festive season.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the lantern include electrical lights?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The Kandil is sold as a handcrafted decorative lantern and can be paired with LED bulbs or fairy lights separately.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhy is this better than plastic lanterns?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis handcrafted silk Kandil is reusable, eco-friendly, culturally authentic, and supports traditional local artisans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this Kandil be used outdoors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is ideal for indoor areas, balconies, covered porches, and protected outdoor spaces away from rain and moisture.\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":"Default Title","offer_id":53219655123157,"sku":"kandil_neon","price":750.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3.4-768x768.webp?v=1771496191"},{"product_id":"exclusive-golden-paithani-clutch-ethnic-handbag","title":"Exclusive Golden Paithani Clutch – Elegance with a Regal Touch","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-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\u003eExclusive Golden Paithani Clutch – Elegance with a Regal Touch\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eStep into a world where heritage meets contemporary luxury with the Exclusive Golden Paithani Clutch. Exquisitely crafted for the modern woman who cherishes traditional Indian artistry, this magnificent clutch brings the rich legacy of Maharashtrian Paithani weaving directly into your hands. Featuring a high-quality shimmering golden semi-paithani fabric adorned with authentic bird and foliage motifs, it is the perfect accessory to elevate your festive sarees, bridal lehengas, and celebration wear.\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\u003eHeritage Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAuthentic Paithani weaving featuring traditional bird and foliage motifs.\u003c\/li\u003e\n\u003cli\u003ePremium golden semi-paithani fabric with luxurious shimmer finish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eModern Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDual carry options with metallic handle and detachable sling chain.\u003c\/li\u003e\n\u003cli\u003eSpacious structured design fits smartphones and daily essentials.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eRoyal Finishes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant crystal-style metallic clasp for secure closure.\u003c\/li\u003e\n\u003cli\u003eSoft velvet inner lining protects delicate valuables from scratches.\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHigh-quality semi-paithani fabric with subtle golden shimmer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArtistry Style\u003c\/td\u003e\n\u003ctd\u003eAuthentic Maharashtrian Paithani weaving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Lining\u003c\/td\u003e\n\u003ctd\u003ePlush protective velvet lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eClasp Type\u003c\/td\u003e\n\u003ctd\u003eRoyal crystal-shaped metallic clasp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarrying Configuration\u003c\/td\u003e\n\u003ctd\u003eMetallic top handle with detachable sling chain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003eFits smartphones, cards, cosmetics, and essentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest Suited For\u003c\/td\u003e\n\u003ctd\u003eWeddings, festive occasions, sarees, and lehenga styling\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 Paithani weaving authentic?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The clutch showcases authentic Paithani-inspired weaving techniques inspired by Maharashtrian textile heritage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this clutch fit modern smartphones?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The spacious structured interior comfortably accommodates smartphones, cards, and cosmetics.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it include multiple carrying options?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. You can carry it using the metallic handle or attach the detachable sling chain for convenience.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill valuables remain protected inside?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eCertainly. The plush velvet interior lining protects your phone, jewelry, and accessories from scratches.\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":"Default Title","offer_id":53219668197589,"sku":"Alpa_all_overgolden","price":849.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Heading-768x768.webp?v=1771496968"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-green","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Green Theme (7 Items + Free Samai Asan)","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        .feature-group p {\n\n            color: var(--text-secondary);\n\n            line-height: 1.8;\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            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Green Theme\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eDitch the stress of matching individual festive decorations and embrace seamless elegance. Specifically designed for discerning families, this premium 7-piece coordinated setup combines traditional Maharashtrian heritage with effortless design. Adorned with rich royal green Paithani-inspired motifs, it completely transforms any home temple, puja space, or mandap backdrop into a culturally radiant sanctuary.\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\u003eCohesive 7-Piece Green Theme\u003c\/h3\u003e\n\u003cp\u003eEnjoy a perfectly synchronized and beautifully matching set of 7 decorative pieces. Crafted with an elegant royal green theme, it ensures your festive mandap looks uniform, professional, and regal without mismatch worries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Motifs\u003c\/h3\u003e\n\u003cp\u003eInfused with gorgeous, rich Paithani-inspired patterns that honor centuries of Maharashtrian cultural heritage and bring timeless ethnic artistry to your altar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComplimentary Samai Asan\u003c\/h3\u003e\n\u003cp\u003eIncludes a free matching decorative Samai Asan ideal for showcasing brass lamps, kalash setups, and traditional festive arrangements beautifully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHassle-Free Fast Setup\u003c\/h3\u003e\n\u003cp\u003eLightweight and easy-to-arrange decorative elements make festive setup effortless for spacious homes, apartments, and compact pooja corners alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Reusable Durability\u003c\/h3\u003e\n\u003cp\u003eCrafted with durable shape-retaining materials that maintain vibrant appearance, structure, and elegance across multiple festive seasons.\u003c\/p\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\u003eTheme \/ Design\u003c\/td\u003e\n\u003ctd\u003eHeritage Maharashtrian Paithani Peacock \u0026amp; Traditional Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color Palette\u003c\/td\u003e\n\u003ctd\u003eRoyal Green, Golden Accents \u0026amp; Festive Highlights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Contents\u003c\/td\u003e\n\u003ctd\u003e7-Piece Coordinated Decorative Elements + Free Matching Samai Asan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Occasions\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Gauri Pujan, Housewarming \u0026amp; Pujas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetup Time\u003c\/td\u003e\n\u003ctd\u003eUnder 15 Minutes Easy DIY Arrangement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Quality\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Durable Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eFoldable \u0026amp; Multi-Season Reusable\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 is included in this combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe set includes 7 coordinated royal green decorative elements along with a free matching Samai Asan for festive lamp or kalash arrangements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for compact apartments?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight setup easily adapts to small pooja corners, apartment mandaps, wall setups, and spacious festive spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it be reused for future festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The premium materials are designed for multi-season durability and convenient storage after celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhich festivals is this decor suitable for?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003ePerfect for Ganesh Chaturthi, Diwali, Gauri Pujan, housewarming ceremonies, and traditional Indian festivities.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store the decoration pieces?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGently wipe the pieces clean and store them flat in a dry space to preserve color, quality, and structural elegance for years.\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":"Default Title","offer_id":53226513170645,"sku":"decoration_combo_7_green","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/kanira-decoration-listing2-768x768_1.jpg?v=1771656155"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-mango","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Mango Theme (7 Items + Free Samai Asan)","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            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Mango Theme\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with this elegant Paithani Ganpati Decoration Combo Set featuring a vibrant Mango Theme. Designed to deliver a complete festive setup effortlessly, this coordinated décor collection beautifully combines traditional Maharashtrian artistry with modern convenience for homes, mandaps, pooja rooms, and festive events.\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\u003eCoordinated Festive Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eComplete 7-piece coordinated decoration set.\u003c\/li\u003e\n\u003cli\u003eCreates a rich unified festive appearance.\u003c\/li\u003e\n\u003cli\u003eEnhances Ganpati mandap aesthetics instantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani art.\u003c\/li\u003e\n\u003cli\u003eVibrant Mango theme with golden festive accents.\u003c\/li\u003e\n\u003cli\u003ePerfect blend of heritage and festive charm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Convenient Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEasy-to-install lightweight decorative pieces.\u003c\/li\u003e\n\u003cli\u003eTool-free hassle-free festive arrangement.\u003c\/li\u003e\n\u003cli\u003eConvenient repositioning and storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eBonus Samai Asan Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIncludes complimentary matching Samai Asan.\u003c\/li\u003e\n\u003cli\u003eIdeal for lamps and Kalash placement.\u003c\/li\u003e\n\u003cli\u003eAdds elegance to traditional pooja décor.\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\u003eGanesh Chaturthi Paithani Decoration Combo Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eMango Theme with Festive Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArt Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Paithani Motif Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Items Included\u003c\/td\u003e\n\u003ctd\u003e7 Decorative Pieces + Free Samai Asan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Durable Multi-Medium Board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eLightweight Foldable Easy Storage Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGanpati Mandaps, Pooja Rooms \u0026amp; Festive Events\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 is included in this combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe set includes 7 coordinated decorative pieces along with a complimentary matching Samai Asan for festive pooja arrangements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this decoration set reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable lightweight materials allow easy multi-season festive reuse and convenient storage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs installation difficult?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The lightweight components allow quick and hassle-free setup using simple mounting accessories.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere can this combo set be used?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is ideal for Ganesh mandaps, pooja rooms, festive entrances, cultural décor setups, and home 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","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53226515333333,"sku":"decoration_combo_7_mango","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/02-4-768x768.jpg?v=1771656446"},{"product_id":"paithani-gate-style-backdrop-ganesh-chaturthi-mango","title":"Paithani Gate Style Backdrop for Ganesh Chaturthi – Mango","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\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            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi – Mango\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eTransform your festive celebrations with the radiant elegance of the Paithani Gate Style Backdrop in a stunning Mango hue. Crafted with authentic Paithani artistry and luxurious silk aesthetics, this reusable decorative backdrop beautifully enhances temples, pooja rooms, mandaps, and festive spaces with timeless Maharashtrian cultural grandeur.\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 Heritage Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHand-crafted by skilled Indian artisans.\u003c\/li\u003e\n\u003cli\u003ePremium silk-inspired luxurious finish.\u003c\/li\u003e\n\u003cli\u003ePreserves traditional Paithani weaving aesthetics.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eMajestic Temple Gate Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by grand traditional temple arches.\u003c\/li\u003e\n\u003cli\u003eElegant ornamental side pillar detailing.\u003c\/li\u003e\n\u003cli\u003eDecorative tassels enhance festive appeal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Maharashtrian Motifs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBeautiful shimmering golden zari borders.\u003c\/li\u003e\n\u003cli\u003eFeatures iconic peacock and parrot motifs.\u003c\/li\u003e\n\u003cli\u003eRich festive Mango color theme.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReusable \u0026amp; Practical Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight and easy to fold\/store.\u003c\/li\u003e\n\u003cli\u003eDurable reusable festive decoration solution.\u003c\/li\u003e\n\u003cli\u003eIdeal for multiple festive 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 Name\u003c\/td\u003e\n\u003ctd\u003ePaithani Gate Style Backdrop – Mango Edition\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Handloom Silk Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Temple Gate Inspired Layout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotifs\u003c\/td\u003e\n\u003ctd\u003ePeacock, Parrot \u0026amp; Traditional Paithani Patterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Mango with Golden Zari Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Season Reusable Backdrop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Temple Decor, Mandaps \u0026amp; Festive Celebrations\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\"\u003eWhy choose this backdrop over plastic decor?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis backdrop offers authentic Maharashtrian craftsmanship, reusable durability, premium festive elegance, and an eco-friendly alternative to disposable plastic decorations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this backdrop be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The premium durable fabric and zari finish are designed for long-lasting festive use across multiple celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this backdrop suitable for other festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It is perfect for Ganesh Chaturthi, Diwali, Navratri, weddings, temple decor, and cultural events.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should the backdrop be stored?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFold and store it carefully in a dry environment away from moisture to preserve the premium fabric and zari 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":"Default Title","offer_id":53226528538837,"sku":"gate_backdrop_mango","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/50-768x768.png?v=1771657037"},{"product_id":"nauvari-peshwai-gudi-pink-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Pink \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eNauvari Peshwai Gudi Pink - Festive Stand \u0026amp; Showpiece\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eEmbrace the vibrant spirit of Gudi Padwa with the elegant Nauvari Peshwai Gudi Pink Stand. Designed for modern Maharashtrian households, this premium readymade festive decoration beautifully combines authentic cultural aesthetics with effortless setup, bringing royal festive charm to your home, temple, or celebration space.\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 Royal Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePremium pink Butti fabric finish.\u003c\/li\u003e\n\u003cli\u003eElegant golden Paithani border detailing.\u003c\/li\u003e\n\u003cli\u003eInspired by traditional Peshwai heritage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEffortless Festive Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully pre-assembled readymade design.\u003c\/li\u003e\n\u003cli\u003eNo manual wrapping or setup required.\u003c\/li\u003e\n\u003cli\u003eSaves time during festival preparation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDurable Reusable Build\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted with premium long-lasting materials.\u003c\/li\u003e\n\u003cli\u003eSuitable for multi-season festive use.\u003c\/li\u003e\n\u003cli\u003eEasy to store safely after celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Decorative Appeal\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eIdeal for homes and temple decor.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances and pooja spaces.\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 Type\u003c\/td\u003e\n\u003ctd\u003eReadymade Gudi Padwa Decoration Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eTraditional Nauvari Peshwai Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Material\u003c\/td\u003e\n\u003ctd\u003ePremium Pink Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Pink with Royal Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Pre-Assembled Ready-to-Display Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Season Reusable Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Home Decor, Temples \u0026amp; Festive Events\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\"\u003eDoes this Gudi stand require assembly?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This festive stand comes fully pre-assembled and ready for instant display without any manual setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I reuse it every festive season?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The premium durable materials allow convenient multi-season reuse while maintaining elegant appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design traditional?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe pink Butti fabric combined with the golden Paithani border reflects authentic Maharashtrian Peshwai festive heritage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere can this festive stand be used?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is perfect for home entrances, pooja rooms, temples, cultural events, and festive decorative displays.\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":"Default Title","offer_id":53226534895829,"sku":"gudi_stepwise_pink","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-pink-768x768.webp?v=1771657484"},{"product_id":"nauvari-peshwai-gudi-pista-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Pista \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 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        .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\u003eNauvari Peshwai Gudi Pista Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the Nauvari Peshwai Gudi Pista Stand, a premium readymade Gudi Padwa decoration showpiece designed for modern households. Combining a striking Pista green aesthetic with the royal legacy of Maharashtrian culture, this elegant setup brings traditional festive beauty into your home with effortless convenience and timeless charm.\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\u003eReadymade Convenience\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully pre-assembled festive setup.\u003c\/li\u003e\n\u003cli\u003eSaves preparation time during celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy instant display for modern homes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eRoyal Maharashtrian Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant Pista green Butti fabric finish.\u003c\/li\u003e\n\u003cli\u003eTraditional golden Paithani border detailing.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Peshwai aesthetics.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDurable Reusable Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using premium quality materials.\u003c\/li\u003e\n\u003cli\u003eDesigned for multi-year festive use.\u003c\/li\u003e\n\u003cli\u003eEasy to store safely after celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Decor\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eSuitable for temples and pooja rooms.\u003c\/li\u003e\n\u003cli\u003eIdeal for home entrances and cultural 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 Type\u003c\/td\u003e\n\u003ctd\u003eReadymade Gudi Padwa Decoration Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Nauvari Peshwai\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Material\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003ePista Green with Royal Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Pre-Assembled Ready-to-Use Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003eReusable Multi-Year Festive Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eHome Decor, Temples, Pooja Rooms \u0026amp; Cultural Events\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\"\u003eDo I need to assemble the Gudi myself?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This Gudi Padwa stand comes completely readymade and pre-assembled, allowing instant festive setup without manual effort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable premium materials are specially designed for long-term multi-year festive usage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Pista Peshwai design special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe elegant Pista green Butti fabric combined with the golden Paithani border creates an authentic royal Maharashtrian festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for temples and home decor?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It is perfect for home entrances, pooja rooms, temples, and cultural festive decorations.\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":"Default Title","offer_id":53226569334997,"sku":"gudi_stepwise_pista","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-pista-768x768.webp?v=1771658840"},{"product_id":"nauvari-peshwai-gudi-maroon-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eNauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eWelcome the auspicious occasion of Gudi Padwa into your home with grace, authenticity, and zero hassle. Specially curated for modern Maharashtrian families and festive décor lovers, this ready-to-use Gudi stand beautifully recreates the sacred traditional setup using premium maroon Butti fabric and a royal golden Paithani border. Elegant, reusable, and visually striking, it perfectly blends heritage aesthetics with modern convenience for grand festive 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\u003eEffortless Ready-to-Use Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePre-assembled festive setup for instant display.\u003c\/li\u003e\n\u003cli\u003eEliminates complex traditional draping hassle.\u003c\/li\u003e\n\u003cli\u003eSaves valuable preparation time during festivals.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using elegant maroon Butti fabric.\u003c\/li\u003e\n\u003cli\u003eFeatures a royal golden Paithani border finish.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Maharashtrian heritage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSustainable \u0026amp; Reusable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable premium-quality festive construction.\u003c\/li\u003e\n\u003cli\u003eDesigned for multi-year celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy to store and reuse every festive season.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eMultipurpose Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eIdeal for temples and home entrances.\u003c\/li\u003e\n\u003cli\u003eSuitable for cultural and festive décor setups.\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\u003eNauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Palette\u003c\/td\u003e\n\u003ctd\u003eFestive Maroon and Royal Golden Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eTraditional Peshwai Nauvari Theme\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetup Type\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use Pre-Assembled Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Year Reusable Decor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Home Entrances, Temples \u0026amp; Cultural Celebrations\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\"\u003eDo I need to assemble the Gudi myself?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This product comes with a fully ready-to-use setup that eliminates complicated manual draping and setup work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this Gudi stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, absolutely. It is designed using durable premium materials for repeated festive usage across multiple years.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design culturally authentic?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe maroon Butti fabric combined with the royal golden Paithani border reflects traditional Maharashtrian Peshwai aesthetics.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for indoor and temple décor?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. It is ideal for home entrances, pooja rooms, festive backdrops, and temple decoration setups.\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":"Default Title","offer_id":53226656071893,"sku":"gudi_stepwise_red-2","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Maroon.jpg?v=1771661698"},{"product_id":"nauvari-peshwai-gudi-orange-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Orange \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eNauvari Peshwai Orange Gudi Padwa Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eWelcome the auspicious occasion of Gudi Padwa with the elegant Nauvari Peshwai Orange Gudi Stand. Beautifully crafted with premium orange butti fabric and a luxurious golden Paithani border, this festive decorative piece perfectly blends Maharashtrian heritage with modern convenience.\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 Grandeur\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Nauvari Peshwai festive styling.\u003c\/li\u003e\n\u003cli\u003eDecorated with elegant orange butti fabric and golden border.\u003c\/li\u003e\n\u003cli\u003ePerfect cultural showpiece for festive décor.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEffortless Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully readymade design for hassle-free display.\u003c\/li\u003e\n\u003cli\u003eSaves valuable festive preparation time.\u003c\/li\u003e\n\u003cli\u003eBalanced and elegant setup ready instantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Reusable Quality\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for long-term multi-year festive use.\u003c\/li\u003e\n\u003cli\u003eDurable premium fabric and sturdy construction.\u003c\/li\u003e\n\u003cli\u003eEasy to fold, store, and reuse every season.\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\u003eIdeal for Gudi Padwa, pooja rooms, and temples.\u003c\/li\u003e\n\u003cli\u003eSuitable for entrances and festive home décor.\u003c\/li\u003e\n\u003cli\u003eElegant decorative 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 Name\u003c\/td\u003e\n\u003ctd\u003eNauvari Peshwai Orange Gudi Padwa Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Orange\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Accent\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Readymade Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable, and Reusable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Temple Décor, Pooja Rooms \u0026amp; Festive Entrances\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTarget Audience\u003c\/td\u003e\n\u003ctd\u003eMaharashtrian Families and Festive Decor Enthusiasts\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\"\u003eDo I need to assemble the Gudi stand?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The stand comes fully readymade and ready to display, making festive decoration simple and hassle-free.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The premium quality fabric and sturdy construction are designed for long-lasting festive reuse.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design traditional?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Nauvari Peshwai styling, orange butti fabric, and golden Paithani border reflect authentic Maharashtrian culture.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for indoor and outdoor use?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. It is suitable for pooja rooms, home entrances, temples, and sheltered outdoor festive setups.\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":"Default Title","offer_id":53226659578069,"sku":"gudi_stepwise_red-3","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Orange.jpg?v=1771661995"},{"product_id":"paithani-parrot-peacock-toran-for-decoration-40-inch-festive-mandap-banner","title":"Paithani Parrot-Peacock Toran for Decoration – 40 Inch Festive Mandap Banner","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Parrot-Peacock Toran for Decoration – 40 Inch Festive Mandap Banner - Professional Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            --bg-secondary: #4b145f;\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            --glass-border: rgba(255, 192, 203, 0.35);\n            --text-primary: #ffd700;\n            --text-secondary: #ffc0cb;\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        .feature-group h3 {\n            color: var(--text-primary);\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003ePaithani Parrot-Peacock Toran for Decoration – 40 Inch Festive Mandap Banner\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Immerse your home in the sublime elegance of Maharashtrian heritage. The Paithani\n                Parrot-Peacock Toran is a magnificent 40-inch festive banner designed to invite joy,\n                beauty, and prosperity to your doorstep. Seamlessly blending rich traditional aesthetics\n                with a modern, lightweight form, this toran offers an exquisite look that complements\n                standard doorways, home mandaps, and pooja rooms. Celebrate your most cherished occasions\n                — from Ganesh Chaturthi and Diwali to housewarmings — with a timeless piece that honors\n                tradition without the weight and installation struggles of old-fashioned hangings.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eTraditional Paithani-inspired design showcasing rich Maharashtrian cultural heritage\u003c\/li\u003e\n                            \u003cli\u003eSymbolic parrot and peacock motifs representing joy, natural beauty, and good fortune\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003ePerfect Proportion\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eGenerous 40-inch length perfect for standard household doorways, pooja rooms, and festive mandaps\u003c\/li\u003e\n                            \u003cli\u003eBright, vibrant festive colors that pair flawlessly with traditional flowers, diyas, and warm lighting\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eEffortless Installation\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eEngineered with a lightweight structure allowing for simple, hassle-free installation and safe adjustments\u003c\/li\u003e\n                            \u003cli\u003eSaves time and prevents damage to premium door frames and festive backdrop walls\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003ePaithani Parrot-Peacock Toran for Decoration – 40 Inch Festive Mandap Banner\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOverall Length\u003c\/td\u003e\n                            \u003ctd\u003e40 Inches (Approx. 101.6 cm)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Style\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Heritage\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMotifs\u003c\/td\u003e\n                            \u003ctd\u003eSymbolic Peacocks \u0026amp; Parrots (representing beauty and prosperity)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStructure \u0026amp; Weight\u003c\/td\u003e\n                            \u003ctd\u003eOptimized lightweight design for easy, wall-safe hanging\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Scheme\u003c\/td\u003e\n                            \u003ctd\u003eVibrant festive multicolor palette compatible with traditional marigolds and brass accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eIdeal Placements\u003c\/td\u003e\n                            \u003ctd\u003eMain door entrances, home temples, mandaps, backdrop framing, and ceremonial arches\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n                \u003cdiv class=\"faq-list\"\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the significance of the peacock and parrot motifs on this toran?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            In Indian and specifically Maharashtrian culture, peacock and parrot motifs are deeply rooted symbols of joy, divine grace, eternal beauty, and auspicious beginnings. Adorning your entrance with these patterns is traditionally believed to invite positive energies and good fortune into your living space.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I hang this toran on my doorway or mandap?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its innovative lightweight structure, you do not need heavy nails or drilling. It can be easily secured using simple adhesive hooks, ribbons, command strips, or small standard tacks, making it ideal for both homeowners and renters who want to protect their woodwork.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can this toran be stored and reused for future festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! Unlike heavy, rust-prone metal torans or delicate fresh flower arrangements, this Paithani-inspired fabric-based toran is durable and easy to maintain. Simply dust it off after use, fold it gently, and store it in a dry space to keep it ready for your next celebration.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the 40-inch size suitable for standard doors?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. A 40-inch width is standard for typical residential doorways and pooja setups in most modern apartments and homes, giving you a full, rich, and visually satisfying border frame.\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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53588086063317,"sku":"toran_pk_40in_mandap_banner","price":449.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/27-1-768x768.png?v=1775649936"},{"product_id":"paithani-toran-for-decoration-40-inch-length-multiple-colors","title":"Paithani Toran for Decoration – 40 Inch Length, Multiple Colors","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Toran for Decoration – 40 Inch Length, Multiple Colors - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45; \/* Deep Purple *\/\n            --bg-secondary: #4b145f; \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10); \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35); \/* Pink Border *\/\n            --text-primary: #ffd700; \/* Golden *\/\n            --text-secondary: #ffc0cb; \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            color: var(--text-primary);\n            margin-bottom: 1rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Toran for Decoration – 40 Inch Length, Multiple Colors\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive home celebrations with this exquisite 40-inch Paithani-inspired toran.\n                Perfectly bridging the gap between authentic Maharashtrian heritage and modern design convenience,\n                it features traditional motifs in highly vibrant color combinations. Engineered with a lightweight\n                yet remarkably sturdy build, this premium toran is designed for effortless hanging, offering\n                decorators and cultural practitioners an incredibly elegant decor solution that pairs seamlessly\n                with lights, marigolds, and traditional accents.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\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\u003eHeritage-Inspired Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eTraditional Paithani Motifs:\u003c\/strong\u003e\n                                Intricately styled patterns highlighting the rich textile and cultural legacy of Paithani craftsmanship.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Festive Aesthetics:\u003c\/strong\u003e\n                                Bold and bright color choices that instantly bring energy, warmth, and joy to your celebratory spaces.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eModern Structural Engineering\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eLightweight \u0026amp; Safe:\u003c\/strong\u003e\n                                Easily hangs on standard door frames and walls without heavy-duty anchors or surface damage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSturdy \u0026amp; Reliable Hang:\u003c\/strong\u003e\n                                Crafted to remain perfectly secure, straight, and taut, preventing drooping over long durations of display.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eIncredible Versatility\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eMulti-Location Placement:\u003c\/strong\u003e\n                                An exceptional fit for main entrance doors, home temples (pooja rooms), mandaps, and deity backdrops.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eCreative Styling:\u003c\/strong\u003e\n                                Easily integrates with modern LED lights, marigold strings, or fresh hanging foliage to elevate your custom festive theme.\n                            \u003c\/li\u003e\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        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003ePaithani Toran for Festive Home Decoration\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOverall Length\u003c\/td\u003e\n                            \u003ctd\u003e40 Inches\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Theme\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Paithani-inspired heritage motifs\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBuild Profile\u003c\/td\u003e\n                            \u003ctd\u003eUltra-lightweight and sturdy structural core\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Options\u003c\/td\u003e\n                            \u003ctd\u003eMultiple vibrant multi-color combinations available\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eInstallation Style\u003c\/td\u003e\n                            \u003ctd\u003eQuick, tool-free hanging system (hooks\/loops included)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eIdeal Placement\u003c\/td\u003e\n                            \u003ctd\u003eMain doors, mandaps, pooja rooms, temple arches, and backdrop walls\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eRecommended Events\u003c\/td\u003e\n                            \u003ctd\u003eGanpati, Diwali, Housewarmings, Weddings, and traditional cultural rituals\u003c\/td\u003e\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        \u003csection id=\"faqs\"\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\"\u003e\n                            What makes this Paithani Toran better than traditional fabric or metal torans?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Traditional metal or fabric torans can be excessively heavy, causing them to sag or require permanent nails that damage your walls and door frames. This toran bridges that gap. It features a modern, ultra-lightweight structural core that allows for quick, damage-free installation, while maintaining a stunningly rich, premium look that perfectly mimics authentic high-end Paithani fabrics.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the toran easy to hang, and will it stay straight?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. The toran is specifically engineered with a sturdy internal structure. Once hung, it stays firm, straight, and securely balanced, even on high-traffic main entryways or when styled in compact spaces.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I use this toran for multiple celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! Thanks to its highly durable, lightweight build and classical motifs, you can pack it away easily after Ganpati or Diwali and reuse it for housewarmings, weddings, or traditional weekly rituals for years to come.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Are there different color variations to match my home decor?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, we offer multiple vibrant color combinations designed to match varied traditional and modern aesthetic setups, giving you the flexibility to choose the design that pairs best with your home's existing festive theme.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Purple","offer_id":53593595773141,"sku":"toran_purple_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false},{"title":"Green","offer_id":53593595805909,"sku":"toran_green_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false},{"title":"Mango","offer_id":53593595838677,"sku":"toran_mango_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false},{"title":"Orange","offer_id":53593595871445,"sku":"toran_orange_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false},{"title":"Red","offer_id":53593595904213,"sku":"toran_red_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13-768x768.png?v=1775713287"},{"product_id":"paithani-parrot-peacock-toran-for-decoration-40-inch-festive-mandap-banner-copy","title":"Purple Paithani Toran for Decoration – 40 Inch Festive Decor","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePurple Paithani Toran for Decoration – 40 Inch Festive Decor - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            --bg-secondary: #4b145f;\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            --glass-border: rgba(255, 192, 203, 0.35);\n            --text-primary: #ffd700;\n            --text-secondary: #ffc0cb;\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        .feature-group h3 {\n            color: var(--text-primary);\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003ePurple Paithani Toran for Decoration – 40 Inch Festive Decor\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your home's festive grandeur with our stunning Purple Paithani Toran. Specifically designed to bring the royal heritage of Maharashtra to your doorstep, this 40-inch masterpiece seamlessly blends a rich royal purple satin base with traditional gold zari lace and intricately embroidered Paithani Kalash motifs. Perfectly lightweight, highly foldable, and designed for easy reuse, it offers modern households an elegant, hassle-free way to welcome prosperity during Ganesh Chaturthi, Diwali, Gauri-Ganpati, and other auspicious occasions.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eRoyal Heritage Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eVibrant royal purple satin base that instantly elevates home aesthetics.\u003c\/li\u003e\n\n                            \u003cli\u003eTraditional gold zari lace border that captures the authentic spirit of Indian craftsmanship.\u003c\/li\u003e\n\n                            \u003cli\u003eSeven beautifully scalloped panels featuring intricately embroidered Paithani Kalash motifs representing prosperity.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eSymmetrical Elegance\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eAdorned with elegant golden tassels between each panel for a refined, balanced hang.\u003c\/li\u003e\n\n                            \u003cli\u003ePrecision stitched details ensure a premium finish and highly polished appearance.\u003c\/li\u003e\n\n                            \u003cli\u003eA brilliant blend of cultural heritage and contemporary regal colors.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eModern Practicality\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eLightweight design that hangs easily without damaging walls or door frames.\u003c\/li\u003e\n\n                            \u003cli\u003eHighly foldable construction allows for effortless, compact storage.\u003c\/li\u003e\n\n                            \u003cli\u003eDurable and resilient materials guarantee beautiful festive reuse year after year.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eVersatile Decoration\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003ePerfect 40-inch length tailored for standard main door entrances.\u003c\/li\u003e\n\n                            \u003cli\u003eIncredibly adaptable for festive pooja backdrops and temple decor.\u003c\/li\u003e\n\n                            \u003cli\u003eCreates an exquisite focal point on Ganpati and Gauri-Ganpati mandaps.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003cp style=\"color: var(--text-secondary); margin-bottom: 1.5rem; font-size: 1.05rem;\"\u003e\n                    In a market flooded with heavy, damage-prone wooden or metal hangings, this Paithani Toran offers a refreshing alternative. By combining traditional Maharashtrian motifs with a modern, high-quality satin fabric base, it provides the ultimate convenience of easy installation and compact storage without compromising on authentic heritage aesthetics.\n                \u003c\/p\u003e\n\n                \u003ctable\u003e\n\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\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003ePurple Paithani Toran for Decoration – 40 Inch Festive Decor\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOverall Length\u003c\/td\u003e\n                            \u003ctd\u003e40 Inches (Standard door size)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Material\u003c\/td\u003e\n                            \u003ctd\u003ePremium Royal Purple Satin Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBorder Trim\u003c\/td\u003e\n                            \u003ctd\u003eIntricate Gold Zari Lace\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Theme\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Kalash Embroidery\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePanel Style\u003c\/td\u003e\n                            \u003ctd\u003e7 Scalloped Panels with Hanging Golden Tassels\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight Profile\u003c\/td\u003e\n                            \u003ctd\u003eUltra-Lightweight \u0026amp; Damage-Free Hanging\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStorage Convenience\u003c\/td\u003e\n                            \u003ctd\u003eHighly Foldable \u0026amp; Compact\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eTarget Celebrations\u003c\/td\u003e\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Gauri-Ganpati, Pooja rooms, Housewarmings\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n                \u003cdiv class=\"faq-list\"\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What are the dimensions of this Toran, and will it fit my main door?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The toran is 40 inches in length, which is designed to perfectly fit standard Indian home entrances, main doors, pooja room doors, and festive mandap backdrops.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I store and clean the toran to ensure it lasts for years?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its lightweight fabric construction, you can gently fold the toran and store it in a dry box or bag after the festivities. For maintenance, we recommend a gentle spot clean or professional dry cleaning to keep the gold zari lace and embroidery pristine.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this toran heavy to hang? Do I need nails?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, this toran is exceptionally lightweight! Unlike bulky wooden or heavy metal torans, you can easily hang this using standard adhesive hooks or double-sided mounting tape, making it safe for rented homes and delicate door frames.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I use this toran for occasions other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! While the Paithani Kalash motifs carry deep traditional roots, the regal purple and gold color palette is highly versatile, making it perfect for Diwali, Gauri-Ganpati, Varalakshmi Vratham, Dussehra, and family housewarming ceremonies.\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\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593597280469,"sku":"toran_purple_40in","price":449.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/23-768x768.png?v=1775713461"},{"product_id":"orange-paithani-kandil-for-diwali-handcrafted-lantern-with-traditional-peacock-design","title":"Orange Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eOrange Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            --bg-secondary: #4b145f;\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            --glass-border: rgba(255, 192, 203, 0.35);\n            --text-primary: #ffd700;\n            --text-secondary: #ffc0cb;\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003eOrange Paithani Kandil for Diwali – Handcrafted Lantern with Traditional Peacock Design\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Ditch the mass-produced plastic and embrace true heritage. Handcrafted by skilled Indian artisans, this premium silk Paithani Kandil represents a sustainable, culturally authentic, and incredibly elegant alternative for your festive celebrations. Featuring rich peacock motifs, golden zari details, and a vibrant orange hue that symbolizes joy, energy, and auspiciousness, it serves as the ultimate statement piece for homeowners, renters, businesses, and cultural venues looking to light up their Diwali with warmth and ethnic grace.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3 style=\"margin-bottom: 1rem; color: var(--text-primary);\"\u003e\n                            Artisanal Heritage\n                        \u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Expertly handcrafted by traditional artisans showcasing centuries-old Paithani weaving art.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Vibrant orange shade symbolizing energy, joy, and festivity, ideal for Diwali home decor.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3 style=\"margin-bottom: 1rem; color: var(--text-primary);\"\u003e\n                            Premium Materials\n                        \u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Made from premium silk fabric featuring intricate peacock motifs and elegant gold zari lace.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Emits a soft, warm golden glow when illuminated to create a welcoming, cozy festive ambiance.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3 style=\"margin-bottom: 1rem; color: var(--text-primary);\"\u003e\n                            Practical \u0026amp; Sustainable\n                        \u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Foldable, lightweight, and reusable design crafted for effortless assembly and flat storage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                An eco-friendly and reusable alternative to temporary paper and cheap plastic decorations.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Silk Fabric \u0026amp; Gold Zari Lace Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCraftsmanship\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic, Artisan-Led Handcrafted Paithani Weaving\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003eFestive Vibrant Orange \u0026amp; Gold\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Motif\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Peacock (Mor) Patterns\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStorage Style\u003c\/td\u003e\n                            \u003ctd\u003eFully Foldable \u0026amp; Flat-Storable (Space-Saving)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight Profile\u003c\/td\u003e\n                            \u003ctd\u003eLightweight \u0026amp; Easy to Hang\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eLighting Compatibility\u003c\/td\u003e\n                            \u003ctd\u003eSuitable for Warm LED Bulbs or Hanging Light Strings (Low-heat recommended)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBest Suited For\u003c\/td\u003e\n                            \u003ctd\u003eHome balconies, entryways, pooja rooms, corporate offices, and community centers\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\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\"\u003e\n                            How do I assemble and store this Paithani Kandil?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Setting up your Kandil is quick and easy. Its smart, lightweight design smoothly unfolds into shape. When the festivities conclude, simply collapse it flat for easy, space-saving storage, keeping it clean and safe for next year's celebrations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What kind of light source should I use with this lantern?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We highly recommend using a low-heat LED bulb (warm white or golden light). This safely enhances the rich orange silk and detailed gold zari, distributing a soft, warm, and inviting festive glow throughout your space.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Why is this Paithani Kandil a better option than plastic or paper alternatives?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike disposable plastic and cheap paper lanterns that clog landfills, our Paithani Kandil is a premium, reusable keepsake. Handcrafted by artisans preserving traditional Indian weaving techniques, it supports local heritage while serving as a durable, eco-conscious choice.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this lantern suitable for outdoor placement?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            It is perfect for covered outdoor spaces like balconies, porches, and entryways. Because it is crafted from premium silk, we advise hanging it in areas protected from rain, moisture, and extreme wind to ensure its longevity.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593603440853,"sku":"kandil_pk_orange","price":750.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/4.2-768x768.webp?v=1775714127"},{"product_id":"red-paithani-kandil-for-diwali-paithani-lantern-with-traditional-peacock-design","title":"Red Paithani Kandil for Diwali – Paithani Lantern with Traditional Peacock Design","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eRed Paithani Kandil for Diwali – Paithani Lantern with Traditional Peacock Design - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            --bg-secondary: #4b145f;\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            --glass-border: rgba(255, 192, 203, 0.35);\n            --text-primary: #ffd700;\n            --text-secondary: #ffc0cb;\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 0.5rem;\n            color: #ffd700;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 1rem;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003eRed Paithani Kandil for Diwali – Paithani Lantern with Traditional Peacock Design\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Celebrate the festival of lights with the unmatched elegance of heritage craftsmanship. Our Red Paithani Kandil is a stunning, eco-friendly festive lantern handcrafted from premium silk fabric, rich golden zari borders, and adorned with India's historic Paithani peacock motifs. Designed as a sustainable and culturally authentic alternative to mass-produced plastic decor, this lightweight, foldable lantern casts a warm golden glow over your doorway, balcony, or living space, connecting your home to generations of artistic tradition.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eArtisanal Heritage\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Proudly handcrafted by local Indian artisans, directly supporting and preserving the country's rich, centuries-old handloom weaving traditions.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003ePremium Silk \u0026amp; Zari\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Constructed using high-grade silk fabric featuring deep, royal red tones woven with glittering, authentic golden zari borders.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eIntricate Paithani Motifs\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Embellished with classic royal peacock illustrations and geometric designs, capturing the true spirit of traditional Maharashtrian heritage.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eFoldable \u0026amp; Reusable\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Features an innovative, lightweight flat-storing design. It easily collapses for secure, damage-free storage and hassle-free reuse year after year.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eWarm Golden Ambiance\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Perfectly compatible with LED diyas, fairy lights, or hanging bulbs to instantly emit a soft, welcoming, and celebratory golden glow.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eSustainable Elegance\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            An eco-conscious decorative choice that values sustainable, authentic artistry over single-use, non-biodegradable plastics.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Silk Fabric \u0026amp; Golden Zari Threads\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Crimson Red and Shimmering Gold\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Patterns\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic Paithani Peacock \u0026amp; Geometric Borders\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStorage Feature\u003c\/td\u003e\n                            \u003ctd\u003eCollapsible \/ Flat-folding for space-saving convenience\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eLighting Compatibility\u003c\/td\u003e\n                            \u003ctd\u003eLED Bulbs, LED Diyas, and Fairy Lights (Lights not included)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight\u003c\/td\u003e\n                            \u003ctd\u003eUltra-lightweight design for effortless hanging\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                            \u003ctd\u003eDry dust only; store flat in a moisture-free environment after use\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBest Suited For\u003c\/td\u003e\n                            \u003ctd\u003eDiwali Home Decor, Cultural Gatherings, Festive Gifting, and Ethnic Celebrations\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\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                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I store the Paithani Kandil after the festival?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its clever collapsible design, you can easily fold the lantern completely flat. Store it in a dry, moisture-free storage box to keep it in pristine, ready-to-hang condition for the next holiday season.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What kind of light source should I use inside this lantern?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We highly recommend using energy-efficient LED lights, fairy lights, or battery-operated LED diyas. For safety reasons, please do not use traditional wax candles or open-flame oil lamps inside the fabric structure.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How does buying this product support local weavers?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Our Paithani Kandil is handmade by Indian artisans who specialize in traditional weaving techniques. Your purchase directly supports their livelihood, ensuring the continuation of India's precious handloom legacy.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I hang this lantern outdoors?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, it looks stunning in covered outdoor spaces such as balconies, patios, and porches. However, because it is crafted from delicate silk fabric, it should be protected from rain, wet weather, and extreme winds.\n                        \u003c\/div\u003e\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593623199957,"sku":"kandil_pk_red","price":750.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1.2-768x768.webp?v=1775714380"},{"product_id":"paithani-clutch-with-golden-zari-weaving-sling-chain","title":"Paithani Clutch with Golden Zari","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --bg-primary: #2b0a3d;\n            --bg-secondary: #4b1366;\n            --glass-bg: rgba(255, 255, 255, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.2);\n            --text-primary: #ffd86b;\n            --text-secondary: #f4d9e7;\n            --shadow: 0 8px 32px rgba(0, 0, 0, 0.8);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #2b0a3d, #4b1366, #7a1f7c);\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.4);\n            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.9);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 255, 255, 0.04);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.4);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\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, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ff8fc7;\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, 255, 255, 0.03);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 255, 255, 0.12);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 255, 255, 0.04);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            color: var(--text-primary);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            display: block;\n            margin-top: 1rem;\n            line-height: 1.6;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Clutch with Golden Zari Weaving \u0026amp; Sling Chain\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eImmerse yourself in royal heritage with this breathtaking festive accessory. By beautifully uniting the legendary artistry of traditional Maharashtrian Paithani weaving with contemporary fashion sensibilities, this clutch offers an accessible, premium gateway to authentic heritage style. Designed specifically for weddings, sangeets, and grand festivals, it serves as the ultimate statement piece to elevate your favorite sarees and lehengas while offering modern carrying convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection id=\"features\"\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 Artisanal Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eWoven from premium semi-Paithani fabric showcasing stunning, detailed handloom motifs.\u003c\/li\u003e\n\u003cli\u003eEnhanced with exquisite, all-over golden zari weaving that captures and reflects light elegantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDual-Carrying Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFeatures an integrated, sturdy top handle for a classic and sophisticated handheld clutch aesthetic.\u003c\/li\u003e\n\u003cli\u003eIncludes a sleek, metallic detachable sling chain for convenient hands-free styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSophisticated Structure\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted with a rigid, structured silhouette to maintain a refined, high-end profile even when full.\u003c\/li\u003e\n\u003cli\u003eDesigned with clean lines that exude a polished, upscale, and timeless appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFunctional Spaciousness\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eThoughtfully proportioned interior to effortlessly accommodate large smartphones, makeup, and keys.\u003c\/li\u003e\n\u003cli\u003eEngineered to seamlessly balance cultural elegance with modern-day, on-the-go utility.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Semi-Paithani Fabric with high-density Golden Zari Weaving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSilhouette\u003c\/td\u003e\n\u003ctd\u003eRigid Structured Box Frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarrying Options\u003c\/td\u003e\n\u003ctd\u003eDual-way: Top Handle and Detachable Metallic Sling Chain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eClasp Type\u003c\/td\u003e\n\u003ctd\u003eSecure Luxury Metallic Snap Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Compartment\u003c\/td\u003e\n\u003ctd\u003eSpacious main pocket lined with protective premium lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAccommodates\u003c\/td\u003e\n\u003ctd\u003eSmartphones, keys, cosmetics, currency, and travel essentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eWeddings, Diwali celebrations, Puja gatherings, and Luxury Heritage Gifting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"faqs\"\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 my smartphone fit inside this clutch? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The clutch features a spacious interior specifically tailored to easily fit large-screen smartphones alongside other daily essentials like lipsticks, keys, and cards.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow versatile are the carrying options? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eExtremely versatile. You can hold it elegantly by the structured top handle during formal occasions, or attach the sleek metallic sling chain to drape it over your shoulder for hands-free convenience at lively festive gatherings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes Semi-Paithani fabric a great choice? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eSemi-Paithani fabric captures the opulent aesthetic and intricate motifs of traditional handloom silk Paithani, but at a more accessible, durable, and practical price point, making luxury heritage design highly wearable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean and maintain the golden zari work? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eWe recommend spot cleaning with a soft, dry microfiber cloth. Avoid exposing the delicate zari weaving to water, chemical perfumes, or sharp jewelry items to maintain its brilliant metallic luster for years to come.\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":"Default Title","offer_id":53593649774805,"sku":"zari_sling_chain","price":849.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/kp-clutch-20-768x768.webp?v=1775715605"},{"product_id":"small-peacock-green-paithani-clutch-rich-heritage-in-a-compact-design","title":"Small Peacock Green Paithani Clutch – Rich Heritage in a Compact Design","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --bg-primary: #2b0a3d;\n            --bg-secondary: #4b1366;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #ffd86b;\n            --text-secondary: #f6c7dc;\n            --accent-gold: #ffcc33;\n            --accent-pink: #ff6fa5;\n            --shadow: 0 8px 32px rgba(0, 0, 0, 0.7);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #2b0a3d, #4b1366, #7a1f7c);\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 204, 51, 0.5);\n            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.9);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--accent-gold);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--accent-gold);\n            border-bottom: 2px solid rgba(255, 204, 51, 0.3);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 255, 255, 0.05);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid var(--accent-gold);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: var(--accent-gold);\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, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: var(--accent-pink);\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, 255, 255, 0.04);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th, td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 204, 51, 0.15);\n            color: var(--accent-gold);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 204, 51, 0.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            cursor: pointer;\n            color: var(--accent-gold);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            display: block;\n            margin-top: 1rem;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eSmall Peacock Green Paithani Clutch\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eA breathtaking fusion of timeless Indian heritage and contemporary sophistication. The Small Peacock Green Paithani Clutch is designed for the modern woman who cherishes cultural roots. Featuring the iconic Paithani peacock motif woven on a vibrant peacock green base, this structured clutch adds a regal touch to sarees, lehengas, and Indo-western ensembles. Compact, lightweight, and engineered to maintain its polished silhouette, it is the quintessential accessory for weddings, festive celebrations, and elegant evening affairs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHeritage \u0026amp; Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eIconic Paithani Motif:\u003c\/strong\u003e Celebrates rich Indian weaving heritage with a stunning peacock design symbolizing grace and nobility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVibrant Peacock Green Base:\u003c\/strong\u003e A striking, jewel-toned green hue that flawlessly elevates festive and traditional ensembles.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDesign \u0026amp; Utility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact Yet Functional:\u003c\/strong\u003e Deceptively spacious layout thoughtfully designed to effortlessly hold essentials like a smartphone, cash, keys, and makeup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStructured Silhouette:\u003c\/strong\u003e Rigid, heavy-duty body ensures the clutch maintains its elegant, polished shape without sagging.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComfort \u0026amp; Security\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSecure Protection:\u003c\/strong\u003e Fitted with a sturdy clasp closure and lined with a smooth interior fabric to guard your valuables from scratches.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUltra-Lightweight Build:\u003c\/strong\u003e Extremely lightweight construction ensuring absolute comfort during long events, weddings, and 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\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003e\u003cstrong\u003eMaterial \u0026amp; Weave\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePremium Paithani Silk fabric blend with fine metallic accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePrimary Color\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eVibrant Peacock Green\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePattern\/Motif\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eTraditional Handloom-Inspired Peacock Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBody Structure\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHard-case structured frame designed for durability\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eClosure Mechanism\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHigh-durability metallic clasp closure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInner Lining\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSmooth, protective scratch-resistant luxury lining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSize \u0026amp; Portability\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCompact hand-held design (Optimized for evening essentials)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUltra-lightweight construction for effortless carrying\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSarees, Lehengas, Fusion, and Contemporary Indo-western attire\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"faqs\"\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 essential items can this clutch comfortably accommodate?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eWhile the clutch features a compact, sleek profile, it is designed to maximize utility. It easily accommodates modern essentials such as a standard-sized smartphone, cash, credit cards, keys, lipstick, and small cosmetic touch-ups.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it easy to carry for long durations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. We understand that festivals and wedding events often last for several hours. This clutch is engineered with lightweight materials to ensure it is comfortable and stress-free to carry throughout any long event.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the clutch retain its shape over time?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the clutch is built with a premium, reinforced structured body. This prevents the clutch from bending, folding, or losing its shape, even when packed with your evening essentials.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I pair this clutch with fusion or modern outfits?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes! This clutch bridges the gap between traditional Indian heritage and modern trends. Its compact, structured shape and vibrant green hue make it highly versatile, pairing beautifully with classic sarees and lehengas, as well as chic Indo-western ensembles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it make a good gift?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is an exceptional gifting choice. Perfect for weddings, festivals, cultural celebrations, and anniversaries, it serves as a highly thoughtful, culturally rich heritage gift that is both practical and beautiful.\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":"Default Title","offer_id":53593658982613,"sku":"beta_all_over_Small_pk_Green","price":749.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2.back-1-768x768.jpg?v=1775716272"},{"product_id":"small-peacock-green-paithani-clutch-rounded-elegance-with-a-traditional-weave","title":"Small Peacock Green Paithani Clutch – Rounded Elegance with a Traditional Weave","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSmall Peacock Green Paithani Clutch – Rounded Elegance with a Traditional Weave\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        .feature-group h3 {\n            color: #ffd700;\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2rem;\n            }\n\n            h2 {\n                font-size: 1.8rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n\n            th,\n            td {\n                padding: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003eSmall Peacock Green Paithani Clutch – Rounded Elegance with a Traditional Weave\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Step into the spotlight with an accessory that beautifully bridges the gap between heritage textile art and modern luxury. The Small Peacock Green Paithani Clutch is a stunning tribute to traditional Maharashtrian craftsmanship, designed for the modern woman who cherishes her roots. Featuring exquisite semi-Paithani weaving with elegant peacock and floral motifs on a shimmering golden-green base, this clutch is the ultimate statement piece for weddings, festive celebrations, and cultural events. Its compact, rounded rectangular silhouette effortlessly houses your evening essentials, while the versatile detachable sling chain allows you to transition from a classic handheld clutch to a contemporary crossbody bag with grace.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAuthentic Paithani Motif:\u003c\/strong\u003e Exquisite weaving featuring traditional peacock and floral designs set against a radiant golden-green base.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003ePremium Golden Zari:\u003c\/strong\u003e Crafted with high-quality Zari fabric that offers a smooth, shimmering texture to instantly elevate any ethnic ensemble.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eErgonomic \u0026amp; Elegant Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRounded Silhouette:\u003c\/strong\u003e A compact, rounded rectangular body with soft curved edges, ergonomically designed to sit comfortably in your palm.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eSparkling Gem Clasp:\u003c\/strong\u003e Equipped with a brilliant decorative crystal push-lock gem clasp that ensures a secure, high-glamour closure.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eModern Utility \u0026amp; Versatility\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eDetachable Gold-Toned Chain:\u003c\/strong\u003e Features a sleek sling chain, enabling quick styling transitions from an evening clutch to a crossbody or shoulder bag.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eVelvet-Lined Interior:\u003c\/strong\u003e Lined with soft, protective velvet to shield your valuables, complete with an inner slip pocket for streamlined organization.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Golden Zari \u0026amp; High-Quality Semi-Paithani Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMotifs\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Peacock and Floral Weaving\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eColor Palette\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePeacock Green with a Shimmering Golden-Green Base\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSilhouette\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eCompact Rounded Rectangular with Soft Curved Edges\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eClosure Mechanism\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eSparkling Decorative Crystal Push-Lock Gem Clasp\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eCarrying Option\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eDetachable Gold-Toned Sling Chain (Clutch, Shoulder Bag, or Crossbody)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eInternal Lining\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eUltra-Soft Protective Velvet Lining\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eStorage\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eMain Compartment with Integrated Inner Slip Pocket\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eOccasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eWeddings, Festive Wear, Cultural Events, and Evening Celebrations\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n                \u003cdiv class=\"faq-list\"\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003eWhat kind of fabric is used in this clutch?\u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The clutch is meticulously crafted using high-quality semi-Paithani fabric interwoven with premium golden Zari threads. This combination gives it a smooth, premium texture and a glorious golden-green shimmer that catches the light beautifully.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003eWill my smartphone fit inside the clutch?\u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. Despite its compact and elegant rounded rectangular silhouette, it is thoughtfully designed to comfortably hold modern smartphones alongside other evening essentials like keys, cards, and your favorite lipstick.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003eHow versatile is the carrying style of this bag?\u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This accessory is highly versatile. It includes a detachable, high-shine gold-toned sling chain. You can carry it in your hand as a traditional evening clutch, or clip on the chain to wear it hands-free as a crossbody or shoulder bag.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003eHow does the interior protect my valuables?\u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The interior of the clutch is fully lined with soft, protective velvet. This plush fabric prevents your phone screen and delicate items from scratching. Additionally, a built-in inner slip pocket allows you to organize cards and keys separately.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003eIs this bag appropriate for weddings?\u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. With its authentic Maharashtrian peacock and floral Paithani motifs, it is specifically designed to complement traditional and modern ethnic wear for weddings, festive celebrations, and cultural gatherings.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593670549717,"sku":"Capsule_all_over_Small_pk_green","price":749.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1.IMG20250507192319-768x768.webp?v=1775716617"},{"product_id":"small-peacock-red-paithani-clutch-a-heritage-classic-in-a-modern-silhouette","title":"Small Peacock Red Paithani Clutch – A Heritage Classic in a Modern Silhouette","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSmall Peacock Red Paithani Clutch\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            color: #ffd700;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            th,\n            td {\n                padding: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- Hero Section --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eSmall Peacock Red Paithani Clutch\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                An exquisite blend of historic artistry and modern refinement,\n                this luxury clutch offers an elegant modern silhouette while celebrating\n                the rich heritage of Paithani weaving. Adorned with a vibrant red base\n                and the iconic peacock motif, it serves as a lightweight, structured\n                accessory designed to elevate both traditional ethnic wear and\n                contemporary fusion ensembles with effortless grace.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities Section --\u003e\n        \u003csection id=\"qualities\"\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\u003eHeritage \u0026amp; Cultural Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eIconic Peacock Motif:\u003c\/strong\u003e\n                                Imbued with deep cultural richness,\n                                representing beauty, elegance, and timeless grace.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Red Base:\u003c\/strong\u003e\n                                A striking festive red color that delivers\n                                immediate richness and brightness to any celebratory wardrobe.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eModern Structural Engineering\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eStructured Silhouette:\u003c\/strong\u003e\n                                Unlike traditional fabric bags,\n                                the rigid frame maintains a crisp polished appearance\n                                that never sags.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eUltra-Lightweight Comfort:\u003c\/strong\u003e\n                                Meticulously engineered to prevent hand and shoulder fatigue\n                                during long receptions or events.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eErgonomics \u0026amp; Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eSmart Storage Capacity:\u003c\/strong\u003e\n                                Optimized interior space designed to easily hold your essentials\n                                including smartphone, cards, cash, and keys.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSecure Clasp Closure:\u003c\/strong\u003e\n                                An elegant intuitive lock mechanism that keeps your valuables\n                                secure while looking seamlessly stylish.\n                            \u003c\/li\u003e\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!-- Specifications Section --\u003e\n        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Paithani Silk with Handcrafted Brocade Weaving\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eBase Color\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Festive Red\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMotif Pattern\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Paithani Peacock (Multicolor and Metallic Accents)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eBody Structure\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eRigid, Shape-Retaining Hard-Case Frame\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eClosure Mechanism\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Electroplated Metal Clasp Closure\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eInterior Lining\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eSoft Satin with Integrated Slip Card Slot\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eCompact and Lightweight (Optimized for Extended Carrying)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eDesign Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Sarees, Lehengas, Fusion Wear, Evening Gowns,\n                                and Indo-Western Outfits\n                            \u003c\/td\u003e\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        \u003csection id=\"faqs\"\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\"\u003e\n                            What makes this clutch different from typical ethnic handbags?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike typical ethnic bags that can be overly heavy,\n                            bulky, or lack shape, this clutch features a modern,\n                            structured frame. It bridges traditional Paithani craftsmanship\n                            with a sleek silhouette, giving you a lightweight and polished\n                            accessory that won't sag or lose its clean look.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Will my smartphone fit comfortably inside?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. While compact, the storage space has been thoughtfully\n                            proportioned to accommodate modern smartphone models,\n                            along with other evening essentials such as cards,\n                            cash, lipsticks, and keys.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I style this with modern, Western, or Indo-western clothing?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. The clean modern lines of the clutch's silhouette\n                            make it highly versatile. While it pairs flawlessly with\n                            traditional sarees and lehengas, it also functions as an elegant\n                            heritage statement piece against contemporary gowns\n                            and Indo-western fusion wear.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this clutch suitable for premium gifting?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, it is highly recommended as a premium cultural gift.\n                            Because of its deep connection to Indian heritage,\n                            luxury weaving, and practical utility,\n                            it serves as an excellent heirloom gift for weddings,\n                            festive ceremonies, and milestones.\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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593672777941,"sku":"Capsule_all_over_Small_pk_red","price":749.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1.front-1-1-1-768x768.webp?v=1775716806"},{"product_id":"small-peacock-red-paithani-clutch-timeless-craft-in-a-compact-frame","title":"Small Peacock Red Paithani Clutch – Timeless Craft in a Compact Frame","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSmall Peacock Red Paithani Clutch – Timeless Craft in a Compact Frame\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 1rem;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .faq-question::after {\n            content: '+';\n            font-size: 1.5rem;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            border-top: 1px solid rgba(255, 255, 255, 0.05);\n            padding-top: 1rem;\n            display: block;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            th,\n            td {\n                padding: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- Hero Section --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eSmall Peacock Red Paithani Clutch – Timeless Craft in a Compact Frame\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Embodying the soul of Maharashtrian heritage,\n                this exquisite clutch is a stunning marriage of centuries-old handloom culture\n                and contemporary fashion utility. Adorned with iconic vibrant peacock and floral motifs\n                intricately woven on a shimmering golden zari canvas,\n                this accessory serves as a striking statement piece.\n                Designed for the modern woman who cherishes traditional Indian textiles,\n                it offers a compact highly functional silhouette perfect for weddings,\n                festive gatherings, and cultural celebrations.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities Section --\u003e\n        \u003csection id=\"qualities\"\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                        \u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Traditional Paithani weaving featuring signature floral and peacock motifs\n                            in vibrant colors woven meticulously on high-luster golden zari fabric.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSmart, Compact Utility\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Thoughtfully proportioned to hold your absolute essentials,\n                            easily accommodating modern smartphones, cards,\n                            keys, and your signature lipstick.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Build Quality\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Crafted from high-grade semi-paithani fabric\n                            with a reinforced crush-resistant structure\n                            and a touch-friendly ultra-soft satin interior lining.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatile Styling Options\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Adaptable design allows you to carry it\n                            as an elegant handheld evening clutch\n                            or wear it hands-free as a shoulder bag\n                            via the detachable golden sling chain.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eJewel-Like Hardware\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Features a secure and sophisticated gold-toned push-lock clasp closure\n                            detailed with an elegant angular gem-like silhouette.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- Specifications Section --\u003e\n        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Semi-Paithani Fabric with Soft Satin Inner Lining\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eArtistic Weave Type\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Paithani Handloom motifs (Peacock \u0026amp; Florals)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Peacock Red with Metallic Golden Zari accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eFrame Structure\u003c\/td\u003e\n                            \u003ctd\u003eReinforced hard-case durable structural core\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eClosure Mechanism\u003c\/td\u003e\n                            \u003ctd\u003eGold-toned heavy-duty push-lock with an angular gem design\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCarrying Configuration\u003c\/td\u003e\n                            \u003ctd\u003eDual-way (Detachable high-shine golden sling chain \u0026amp; handheld clutch)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStorage Capacity\u003c\/td\u003e\n                            \u003ctd\u003eStandard modern smartphones, keys, cards, and makeup essentials\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOccasions\u003c\/td\u003e\n                            \u003ctd\u003eWeddings, traditional festivals, cultural events, and evening gatherings\u003c\/td\u003e\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        \u003csection id=\"faqs\"\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\"\u003e\n                            Will this clutch accommodate large-screen smartphones?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, despite its compact elegant profile,\n                            the clutch is specifically engineered to comfortably hold\n                            modern standard and plus-sized smartphones alongside your keys,\n                            cards, and essential makeup.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How should I care for the Paithani fabric and zari work?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To maintain its timeless luster,\n                            we recommend storing the clutch in a soft dust bag\n                            away from direct sunlight, moisture, and extreme heat.\n                            Wipe gently with a dry soft microfiber cloth to clean,\n                            and avoid direct spray of perfumes or hair sprays.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the golden sling chain sturdy and comfortable to wear?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. The detachable sling chain is made from premium lightweight metal\n                            with smooth high-shine plating that prevents snagging on delicate fabrics\n                            like silk sarees or heavy lehengas while remaining comfortable on your shoulder.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Does the clutch keep its shape when packed with items?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. The interior features a reinforced hard-case structure\n                            that ensures the clutch maintains its sleek geometric shape\n                            and protective exterior frame even when filled to capacity.\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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593738903765,"sku":"beta_all_over_Small_pk_red","price":749.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1.front1_-1-768x768.jpg?v=1775719630"},{"product_id":"paithani-gate-style-backdrop-for-ganesh-chaturthi-maroon","title":"Paithani Gate Style Backdrop for Ganesh Chaturthi – Maroon","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi – Maroon\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            color: #ffd700;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            th,\n            td {\n                padding: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- Hero Section --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi – Maroon\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your home festivities with the regal elegance of our Paithani Gate Style Backdrop.\n                Handcrafted from premium silk fabric, this masterpiece merges traditional Indian textile heritage\n                with contemporary functionality. Featuring an authentic Paithani weave with rich gold-zari borders,\n                its gate-style temple arch silhouette beautifully frames your deity, transforming any pooja room\n                or mandap into a grand, sacred sanctuary. A sustainable, reusable alternative to disposable backdrops,\n                it is designed for quality-conscious devotees who cherish timeless craftsmanship and cultural preservation.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities Section --\u003e\n        \u003csection id=\"qualities\"\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 Heritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eHandcrafted from premium silk fabric featuring an authentic Paithani weave.\u003c\/li\u003e\n\n                            \u003cli\u003eGleaming gold-zari borders elevate the aesthetic to a royal realm.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eRegal Temple Silhouette\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eDesigned with a majestic gate-style layout and a traditional temple-arch silhouette.\u003c\/li\u003e\n\n                            \u003cli\u003eFramed with side pillars to perfectly center and add grandeur to your home pooja setup.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eExquisite Detailing\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Adorned with intricate, multicoloured Paithani motifs including traditional peacocks\n                                and stylised vines.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Embellished with hand-finished mirror-dot highlights and decorative hanging tassels.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSustainable Luxury\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Highly durable, lightweight, foldable, and reusable across multiple festive seasons.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Customisation options available to modify background colors, sizes,\n                                or request additional detailing.\n                            \u003c\/li\u003e\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!-- Specifications Section --\u003e\n        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Handcrafted Silk Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeave Technique\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic Paithani Weaving with Gold-Zari Borders\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Theme\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Indian Temple Arch and Pillar Gate Layout\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003eDeep Maroon, Metallic Gold, and Multicolored Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMotifs \u0026amp; Patterns\u003c\/td\u003e\n                            \u003ctd\u003eClassic Paithani Peacocks, Stylised Vines, and Floral Details\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eEmbellishments\u003c\/td\u003e\n                            \u003ctd\u003eIntegrated Mirror-Dot Highlights and Decorative Border Tassels\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePortability\u003c\/td\u003e\n                            \u003ctd\u003eFoldable, Lightweight, and Compact for Easy Storage\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCustomisation\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Available on Request (Alternative Colors, Custom Dimensions,\n                                Added Embroidery)\n                            \u003c\/td\u003e\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        \u003csection id=\"faqs\"\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\"\u003e\n                            What makes this backdrop superior to standard printed paper or plastic backdrops?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike flat, single-use printed paper or plastic decorations, our backdrop is crafted\n                            from premium, authentic silk with real Paithani weaving and gold-zari borders.\n                            It offers an elegant drape, a beautiful 3D look with real tassels and mirrors,\n                            and can be used sustainably year after year without losing its royal sheen.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I use this backdrop for other festivals besides Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! The timeless maroon-and-gold color scheme and temple-gate silhouette\n                            are highly versatile. This backdrop is perfect for Navratri, Diwali,\n                            Varalakshmi Vratham, housewarmings, traditional weddings,\n                            and other cultural home celebrations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How should I store and maintain this premium silk backdrop?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Because it is crafted from genuine silk with delicate gold-zari,\n                            we recommend dry cleaning only. When not in use,\n                            fold it gently and store it in a dry, dark place inside a cotton breathbag\n                            to preserve the luster of the silk, mirrors, and tassels.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I hang or install the backdrop on my wall?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The backdrop is lightweight and extremely easy to install.\n                            You can hang it using standard curtain rods, secure background support stands,\n                            or gentle heavy-duty adhesive hooks depending on your mandap's layout.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is it possible to order this backdrop in a custom size or a different color?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, we offer customisation. You can request specific sizes to perfectly fit\n                            your pooja room wall, opt for alternative background colors,\n                            or request extra design details. Please contact our support team\n                            to place a bespoke order.\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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593747718357,"sku":"gate_bg_maroon","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/51-768x768.png?v=1775721021"},{"product_id":"paithani-gate-style-backdrop-for-ganesh-chaturthi-orange","title":"Paithani Gate Style Backdrop for Ganesh Chaturthi – Orange","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi – Orange\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            color: #ffd700;\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            th,\n            td {\n                padding: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- Hero Section --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi – Orange\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive spiritual celebrations with our stunning Paithani Gate Style Backdrop.\n                Handcrafted from premium silk fabric, this elegant backdrop celebrates the timeless heritage\n                of traditional Maharashtrian Paithani handloom art. Perfect for Ganesh Chaturthi, Navratri,\n                and Diwali, it serves as a culturally rich, sustainable, and highly reusable centerpiece\n                that transforms your home pooja mandap into a divine sanctuary.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities Section --\u003e\n        \u003csection id=\"qualities\"\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\u003eArtisanal Heritage\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Handcrafted using premium silk fabric that captures the authentic texture\n                                and luxury of traditional Paithani weaving.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Embellished with classic motifs including intricately detailed peacocks and parrots.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Woven with a shimmering gold zari border that beautifully reflects festive light.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eMajestic Temple Architecture\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Features a dramatic gate-style layout designed with a traditional temple-arch silhouette.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Crafted with structured side pillars to frame your spiritual idols with royal elegance.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Accented with delicate hanging tassels for a three-dimensional, authentic touch.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eConvenient \u0026amp; Sustainable\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Highly reusable design made to easily fold down and store between different festive seasons.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Lightweight structure allows for effortless setup and hassle-free wall hanging.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                An eco-friendly, artisan-made alternative to cheap, disposable plastic and synthetic decor.\n                            \u003c\/li\u003e\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!-- Specifications Section --\u003e\n        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Handloom Silk Fabric with Fine Weaving Work\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Mango-Yellow and Festive Orange Base with Gold Zari Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Type\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Gate Style with Integrated Temple-Arch, Pillars \u0026amp; Hanging Tassels\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOrnamentation\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic Peacock and Parrot Motifs, Shimmering Gold Border Work\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePortability\u003c\/td\u003e\n                            \u003ctd\u003eUltra-Lightweight, Entirely Foldable, Hand-Stitched, and Travel-Friendly\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCustomization\u003c\/td\u003e\n                            \u003ctd\u003eAvailable upon request (alternate colors, customized sizing, and bespoke detailing)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eRecommended Care\u003c\/td\u003e\n                            \u003ctd\u003eGentle dry clean recommended; iron on low heat on the reverse side only\u003c\/td\u003e\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        \u003csection id=\"faqs\"\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\"\u003e\n                            What makes this backdrop superior to synthetic options?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike mass-produced polyester or plastic prints, our backdrop is crafted from\n                            premium silk fabric showcasing genuine Maharashtrian Paithani weaving heritage.\n                            It supports local artisans, lasts for years, offers a high-end royal texture,\n                            and acts as an eco-conscious luxury decor piece.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I use this backdrop for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! Thanks to its modular temple-gate design, it is perfectly suited\n                            for Navratri, Diwali, Varalakshmi Vratam, weddings, housewarming ceremonies,\n                            and traditional photo booths.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is it easy to clean and maintain?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, maintaining it is effortless. We recommend gentle professional dry cleaning\n                            to protect the delicate silk threads and gold zari work. It folds flat and can\n                            be safely kept in your wardrobe inside a soft cotton cover.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I request a custom size or a different color?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, we provide custom tailoring for this backdrop. If you have a specific size\n                            requirement, prefer a different backdrop color, or require extra embellishments,\n                            please reach out to our team to discuss customized options.\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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593778553045,"sku":"gate_bg_orange","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/48-768x768.png?v=1775721423"},{"product_id":"paithani-gate-style-backdrop-for-ganesh-chaturthi-purple","title":"Paithani Gate Style Backdrop for Ganesh Chaturthi – Purple Wine","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi – Purple\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            color: #ffd700;\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\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, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\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, 255, 255, 0.05);\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, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            th,\n            td {\n                padding: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- Hero Section --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi – Purple\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Transform your home celebrations into an imperial temple experience with our gorgeous\n                Paithani Gate Style Backdrop in royal Purple. Exquisitely handcrafted by legendary artisans,\n                this piece seamlessly weaves authentic Indian hand-loom heritage into modern festive decor.\n                Perfect for Ganesh Chaturthi, Navratri, Diwali, or as a timeless background for your home mandir,\n                this premium backdrop brings the sacred visual language of traditional architecture straight\n                into your living space.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities Section --\u003e\n        \u003csection id=\"qualities\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eArtisanal Heritage\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003ePreserves India's rich hand-loom legacy through generational weaving methods.\u003c\/li\u003e\n\n                            \u003cli\u003eCarefully handcrafted by experienced artisans dedicated to authentic detailing.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003ePremium Craftsmanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eMade using luxurious, high-grade premium silk fabric.\u003c\/li\u003e\n\n                            \u003cli\u003eShowcases intricate, authentic Paithani weaving techniques that radiate elegance.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eDivine Visual Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eElegant gate-style silhouette featuring traditional temple-arch pillars.\u003c\/li\u003e\n\n                            \u003cli\u003eWoven with auspicious peacock motifs, parrot detailing, and beautiful tassels.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eVersatile \u0026amp; Bespoke\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eLightweight, easily foldable, and durable for seamless reuse across many festivals.\u003c\/li\u003e\n\n                            \u003cli\u003eFully customizable options for sizes, alternative colors, and specific custom designs.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Specifications Section --\u003e\n        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Grade Silk Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeaving Style\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic Hand-loomed Paithani Technique\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Elements\u003c\/td\u003e\n                            \u003ctd\u003eTemple-arch Gate Pillars, Sacred Peacocks, Parrot Motifs \u0026amp; Tassel Finishings\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Color\u003c\/td\u003e\n                            \u003ctd\u003eRoyal Festive Purple (Custom colors available upon request)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePortability\u003c\/td\u003e\n                            \u003ctd\u003eLightweight, easy-to-fold, and travel-friendly structure\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003eHighly durable; designed for seasonal reuse across multiple years\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCustomizability\u003c\/td\u003e\n                            \u003ctd\u003eAvailable for bespoke sizes, background colorways, and added details\u003c\/td\u003e\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        \u003csection id=\"faqs\"\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\"\u003e\n                            How can I set up and hang this backdrop at home?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Due to its ultra-lightweight design, the backdrop can be easily secured using\n                            standard curtain rods, background support clips, or heavy-duty wall hooks.\n                            Its foldable nature ensures setup takes just minutes.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the size customizable for smaller or larger pooja rooms?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! We offer bespoke size customizations to perfectly complement your\n                            home altar, mandir backdrop, or ethnic photo-zone dimensions.\n                            Contact us directly to specify your dimensions.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I wash and maintain the Paithani silk fabric?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To preserve the delicate zari work and premium silk fibers,\n                            we highly recommend dry cleaning only. When storing,\n                            fold it gently and keep it in a cool, dry place away from\n                            direct moisture and sunlight.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can this backdrop be used for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, its traditional gate-style design and majestic purple colorway make it highly versatile.\n                            It acts as an incredible backdrop for Navratri, Diwali, housewarmings,\n                            engagement ceremonies, and traditional photo booths.\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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593780289749,"sku":"gate_bg_purple","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/52-768x768.png?v=1775721643"},{"product_id":"paithani-gate-style-backdrop-for-ganesh-chaturthi-red","title":"Paithani Gate Style Backdrop for Ganesh Chaturthi – Red","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Gate Style Backdrop for Ganesh Chaturthi - Red\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            \/* Rich Royal Theme *\/\n\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            --glass-bg: rgba(255, 240, 245, 0.06);\n            --glass-border: rgba(212, 175, 55, 0.22);\n\n            --text-primary: #d4af37;\n            --text-secondary: #f6d9ea;\n\n            --purple-main: #6f2dbd;\n            --purple-dark: #2d004d;\n\n            --gold-main: #d4af37;\n            --gold-soft: #e7c86e;\n            --gold-light: #f4df9b;\n\n            --pink-main: #ff5ca8;\n            --pink-soft: #ffd1e6;\n\n            --shadow: 0 10px 35px rgba(255, 92, 168, 0.15);\n\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background:\n                radial-gradient(circle at top left,\n                    rgba(255, 92, 168, 0.08),\n                    transparent 28%),\n\n                radial-gradient(circle at bottom right,\n                    rgba(212, 175, 55, 0.08),\n                    transparent 30%),\n\n                linear-gradient(\n                    135deg,\n                    #14001f 0%,\n                    #240038 35%,\n                    #3d0066 70%,\n                    #6f2dbd 100%\n                );\n\n            color: var(--text-primary);\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n        }\n\n        .container {\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n\n            background: linear-gradient(\n                145deg,\n                rgba(255, 255, 255, 0.05),\n                rgba(255, 255, 255, 0.03)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n\n            border: 1px solid rgba(212, 175, 55, 0.16);\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        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(212, 175, 55, 0.30);\n\n            box-shadow: 0 16px 45px rgba(212, 175, 55, 0.12);\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--gold-main);\n\n            text-align: center;\n\n            line-height: 1.3;\n\n            letter-spacing: 0.5px;\n\n            text-shadow:\n                0 0 6px rgba(212, 175, 55, 0.15);\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--gold-main);\n\n            border-bottom: 2px solid rgba(212, 175, 55, 0.16);\n\n            padding-bottom: 0.75rem;\n\n            text-shadow:\n                0 0 4px rgba(212, 175, 55, 0.10);\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(--pink-soft);\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        .feature-group {\n\n            background: rgba(255, 255, 255, 0.04);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 4px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n\n            background: rgba(255, 92, 168, 0.06);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n\n            margin-bottom: 1rem;\n\n            font-size: 1.35rem;\n\n            color: var(--pink-main);\n        }\n\n        ul {\n\n            list-style: none;\n\n            padding-left: 0;\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, 255, 255, 0.06);\n        }\n\n        ul li::before {\n\n            content: '✦';\n\n            position: absolute;\n\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n\n            font-size: 1rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.03);\n\n            border-radius: 14px;\n\n            overflow: hidden;\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, 255, 255, 0.08);\n        }\n\n        th {\n\n            background: rgba(212, 175, 55, 0.10);\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(212, 175, 55, 0.10);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 92, 168, 0.35);\n\n            background: rgba(255, 92, 168, 0.05);\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: var(--gold-main);\n        }\n\n        .faq-answer {\n\n            color: var(--pink-soft);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.7;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.06);\n\n            padding-top: 1rem;\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            .overview {\n                font-size: 1rem;\n            }\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- HERO SECTION --\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Gate Style Backdrop for Ganesh Chaturthi - Red\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Transform your home into an auspicious sanctuary with the Paithani Gate Style Backdrop.\n                Infused with centuries of handloom heritage, this breathtaking festive décor centerpiece\n                blends traditional Paithani weaving with a majestic gate-inspired silhouette.\n                Crafted from premium radiant red silk and detailed with elegant gold zari work,\n                it creates a luxurious and spiritually uplifting atmosphere for Ganesh Chaturthi,\n                Navratri, Diwali, and sacred home mandaps.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES SECTION --\u003e\n\n        \u003csection id=\"features\"\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\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eArtisan Hand-Crafted:\u003c\/strong\u003e\n                                Individually woven by skilled artisans preserving authentic Paithani traditions.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eAuthentic Motifs:\u003c\/strong\u003e\n                                Decorated with peacocks, parrots, geometric borders, and graceful tassels.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Materials\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRadiant Red Silk:\u003c\/strong\u003e\n                                A rich festive shade symbolizing prosperity, positivity, and devotion.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eElegant Gold Zari:\u003c\/strong\u003e\n                                Refined zari borders with multicolor detailing that shimmer beautifully.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatile \u0026amp; Customisable\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFoldable \u0026amp; Reusable:\u003c\/strong\u003e\n                                Lightweight and easy-to-store design for repeated festive use.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eBespoke Options:\u003c\/strong\u003e\n                                Custom sizes, color palettes, and artisan detailing available on request.\n                            \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!-- SPECIFICATIONS --\u003e\n\n        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\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                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Silk Fabric with Metallic Gold Zari Borders\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePrimary Color\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eRadiant Red with Multi-Colored Traditional Motifs\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eDesign Motif\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePaithani Gate Style with Peacocks, Parrots \u0026amp; Geometric Patterns\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eFinish \u0026amp; Elements\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eStructured Gate Layout with Elegant Hanging Tassels\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eUltra-Lightweight, Foldable \u0026amp; Compact for Easy Storage\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSustainability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eReusable \u0026amp; Eco-Friendly Alternative to Disposable Decorations\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eCustomisation\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eCustom Dimensions, Colorways \u0026amp; Additional Design Accents Available\u003c\/td\u003e\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 id=\"faqs\"\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\"\u003e\n                            How does this product support traditional craftsmen?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Every purchase directly supports skilled Indian weavers and helps preserve\n                            authentic Paithani weaving traditions for future generations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I hang and store the backdrop safely?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            It can be mounted using clips, wall hooks, or strong double-sided tape.\n                            After use, simply fold and store it inside a dry fabric pouch.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I use this for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, it is ideal for Navratri, Diwali, weddings, housewarmings,\n                            pooja rooms, and traditional festive décor setups.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I request a custom size or color?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            You can contact the support team with your preferred dimensions,\n                            colors, and design requirements for a personalized handcrafted backdrop.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593790742741,"sku":"gate_bg_red","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/49-768x768.png?v=1775721932"},{"product_id":"paithani-modak-shaped-backdrop-for-ganesh-chaturthi-traditional-diamond-design","title":"Paithani Modak-Shaped Backdrop for Ganesh Chaturthi – Traditional Diamond Design","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n\n            \/* BACKGROUND COLORS *\/\n            --bg-primary: #1a032b;\n            --bg-secondary: #2d0b45;\n\n            \/* GLASS EFFECT *\/\n            --glass-bg: rgba(255, 214, 235, 0.07);\n            --glass-border: rgba(212, 175, 55, 0.20);\n\n            \/* TEXT *\/\n            --text-primary: #e0b84f;\n            --text-secondary: #f6dff2;\n\n            \/* PURPLE SHADES *\/\n            --purple-main: #7b2cbf;\n            --purple-dark: #4b006e;\n            --purple-soft: #b185db;\n\n            \/* GOLDEN SHADES *\/\n            --gold-main: #d4af37;\n            --gold-soft: #e6c76a;\n            --gold-light: #f3df9b;\n\n            \/* PINK SHADES *\/\n            --pink-main: #ff5fa2;\n            --pink-soft: #ffc1dc;\n            --pink-light: #ffe4f1;\n\n            \/* SHADOWS *\/\n            --shadow: 0 8px 30px rgba(255, 95, 162, 0.18);\n            --shadow-hover: 0 14px 42px rgba(212, 175, 55, 0.18);\n\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background:\n                radial-gradient(circle at top left,\n                    rgba(255, 95, 162, 0.08),\n                    transparent 28%),\n\n                radial-gradient(circle at bottom right,\n                    rgba(212, 175, 55, 0.06),\n                    transparent 32%),\n\n                linear-gradient(\n                    135deg,\n                    #1a032b 0%,\n                    #2d0b45 35%,\n                    #4b006e 70%,\n                    #7b2cbf 100%\n                );\n\n            color: var(--text-primary);\n\n            line-height: 1.7;\n\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\n            background: linear-gradient(\n                145deg,\n                rgba(255, 255, 255, 0.05),\n                rgba(255, 255, 255, 0.03)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n\n            border: 1px solid rgba(212, 175, 55, 0.18);\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        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(212, 175, 55, 0.35);\n\n            box-shadow: var(--shadow-hover);\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            text-align: center;\n\n            line-height: 1.3;\n\n            color: var(--gold-main);\n\n            text-shadow:\n                0 0 4px rgba(212, 175, 55, 0.12);\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--gold-main);\n\n            border-bottom: 2px solid rgba(212, 175, 55, 0.18);\n\n            padding-bottom: 0.75rem;\n\n            text-shadow:\n                0 0 4px rgba(212, 175, 55, 0.10);\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: 900px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--pink-soft);\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        .feature-group {\n\n            background: rgba(255, 255, 255, 0.04);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 4px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n\n            background: rgba(255, 95, 162, 0.05);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n\n            margin-bottom: 1rem;\n\n            font-size: 1.3rem;\n\n            color: var(--pink-main);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n\n            padding: 0.8rem 0 0.8rem 1.8rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n\n            content: '✦';\n\n            position: absolute;\n\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n\n            font-size: 1rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.03);\n\n            border-radius: 14px;\n\n            overflow: hidden;\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, 255, 255, 0.08);\n        }\n\n        th {\n\n            background: rgba(212, 175, 55, 0.10);\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(212, 175, 55, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 95, 162, 0.35);\n\n            background: rgba(255, 95, 162, 0.06);\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.2rem;\n\n            cursor: pointer;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--gold-main);\n        }\n\n        .faq-question::after {\n\n            content: '+';\n\n            font-size: 1.5rem;\n\n            color: var(--pink-main);\n\n            transition: transform 0.3s;\n        }\n\n        .faq-answer {\n\n            color: var(--pink-soft);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.05);\n\n            padding-top: 1rem;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            .overview {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Modak-Shaped Backdrop for Ganesh Chaturthi\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eTransform your festive home mandap with our beautifully designed Modak-Shaped Backdrop. Merging the rich cultural heritage of traditional Maharashtrian Paithani textiles with the auspicious shape of the Modak—Lord Ganesha’s favorite sweet— this elegant backdrop brings sacred symbolism and luxurious aesthetics to your celebrations. Designed specially for modern apartments and cozy home mandirs, it creates a premium festive focal point without overwhelming compact spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES --\u003e\n\u003csection id=\"features\"\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\u003eSacred Silhouette\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSymbolic Modak Shape:\u003c\/strong\u003e Adds deeper spiritual significance and festive elegance to your mandap décor.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTraditional Diamond Design:\u003c\/strong\u003e Features classic geometric patterns inspired by authentic Indian heritage artistry.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eElite Paithani Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eElegant Floral \u0026amp; Vine Prints:\u003c\/strong\u003e Inspired by royal Paithani weaving motifs with vibrant detailing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGleaming Gold Borders:\u003c\/strong\u003e Finished with refined golden piping for a premium festive appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSmart Modern Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSatin-Finish Fabric:\u003c\/strong\u003e Lightweight premium fabric with a soft sheen and wrinkle resistance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffortless Mounting:\u003c\/strong\u003e Easy installation using wall pins, double-sided tape, or backdrop stands.\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!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePremium Satin-Finish Printed Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShape Pattern\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSymbolic Modak Shape with Golden Piping Borders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAesthetic\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePaithani Floral-Vine Motifs with Traditional Diamond Frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMounting Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWall Pins, Adhesive Tapes, and Stand Supports\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBest Suited For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eTabletop Mandaps, Apartments, and Compact Festive Setups\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGentle hand wash or low-heat ironing on reverse side\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 --\u003e\n\u003csection id=\"faqs\"\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\"\u003eHow do I mount this backdrop in my home?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYou can easily hang it using wall pins, adhesive wall tape, or lightweight stand setups.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the fabric glossy or matte?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt features a satin-finish texture that gives a soft festive glow without harsh reflections.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for compact apartment spaces?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, it is specially designed for compact home mandirs, tabletop setups, and apartment celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I remove folds or packaging creases?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUse a low-heat iron on the reverse side with a thin cloth layer for safe crease removal.\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":"Default Title","offer_id":53593813057749,"sku":"modak_bg_gnsh_chaturthi_diamond","price":649.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/modak-768x768.png?v=1775722161"},{"product_id":"paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-green","title":"Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Green","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n\n            \/* MAIN COLORS *\/\n            --bg-primary: #14001f;\n            --bg-secondary: #2b0a3d;\n\n            \/* GLASS EFFECT *\/\n            --glass-bg: rgba(255, 240, 255, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.18);\n\n            \/* TEXT COLORS *\/\n            --text-primary: #ffffff;\n            --text-secondary: #f7d9ff;\n\n            \/* PURPLE *\/\n            --purple-dark: #3d0066;\n            --purple-light: #7b2cbf;\n\n            \/* SOFT GOLDEN *\/\n            --golden-main: #e7c55b;\n            --golden-soft: #f2dd9b;\n\n            \/* PINK *\/\n            --pink-main: #ff5ebc;\n            --pink-soft: #ffcfe9;\n\n            \/* SHADOW *\/\n            --shadow-main: 0 10px 40px rgba(255, 105, 180, 0.14);\n            --shadow-hover: 0 14px 45px rgba(231, 197, 91, 0.18);\n\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background:\n                radial-gradient(circle at top left,\n                    rgba(255, 94, 188, 0.14),\n                    transparent 28%),\n\n                radial-gradient(circle at bottom right,\n                    rgba(231, 197, 91, 0.08),\n                    transparent 30%),\n\n                linear-gradient(135deg,\n                    #14001f 0%,\n                    #2b0a3d 35%,\n                    #4b0082 70%,\n                    #6a0dad 100%);\n\n            color: var(--text-primary);\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n\n            background: linear-gradient(145deg,\n                    rgba(255, 255, 255, 0.06),\n                    rgba(255, 255, 255, 0.03));\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n\n            border: 1px solid rgba(231, 197, 91, 0.16);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow-main);\n\n            transition: all 0.35s ease;\n\n            position: relative;\n\n            overflow: hidden;\n        }\n\n        .glass-card::before {\n            content: \"\";\n            position: absolute;\n            inset: 0;\n\n            background:\n                linear-gradient(120deg,\n                    rgba(255, 255, 255, 0.04),\n                    transparent,\n                    rgba(231, 197, 91, 0.04));\n\n            pointer-events: none;\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(231, 197, 91, 0.35);\n\n            box-shadow: var(--shadow-hover);\n        }\n\n        h1,\n        h2,\n        h3 {\n\n            color: var(--golden-main);\n\n            text-shadow:\n                0 0 4px rgba(231, 197, 91, 0.18);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            border-bottom: 2px solid rgba(231, 197, 91, 0.18);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\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: #ffeaff;\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2rem;\n\n            margin-top: 2rem;\n        }\n\n        .feature-group {\n\n            background: rgba(255, 255, 255, 0.04);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 4px solid var(--golden-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n\n            background: rgba(255, 94, 188, 0.06);\n\n            transform: scale(1.02);\n\n            box-shadow: 0 8px 24px rgba(255, 94, 188, 0.10);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\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, 255, 255, 0.08);\n        }\n\n        ul li::before {\n\n            content: \"✦\";\n\n            position: absolute;\n\n            left: 0;\n\n            color: var(--golden-main);\n\n            font-size: 1rem;\n\n            font-weight: bold;\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin-top: 2rem;\n\n            background: rgba(255, 255, 255, 0.03);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n\n            padding: 1.3rem 1.1rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(231, 197, 91, 0.10);\n        }\n\n        th {\n\n            background: rgba(231, 197, 91, 0.10);\n\n            color: var(--golden-main);\n\n            font-weight: 600;\n        }\n\n        td {\n\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(231, 197, 91, 0.10);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n\n            background: rgba(255, 94, 188, 0.06);\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: var(--golden-main);\n        }\n\n        .faq-answer {\n\n            color: var(--pink-soft);\n\n            display: block;\n\n            margin-top: 1rem;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n\n        @media(max-width:768px) {\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .overview {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Green\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive decorations with this magnificent, handloom-inspired luxury backdrop. Masterfully showcasing Maharashtra’s centuries-old Paithani weaving heritage, this exquisite piece features a rich, fresh green silk base symbolizing growth and prosperity. Adorned with a striking V-cut temple-style silhouette, gold zari lace, and intricate parrot and peacock motifs, it offers a premium, eco-friendly, and sustainable alternative to disposable decor. Perfect for Ganesh Chaturthi, Navratri, Diwali, and heritage-loving homes seeking a reusable pooja room masterpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES --\u003e\n\u003csection id=\"features\"\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\u003eArtisan Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHandcrafted by skilled artisans showcasing authentic Paithani weaving heritage and regional artistry.\u003c\/li\u003e\n\u003cli\u003ePremium silk fabric with a fresh green base symbolizing growth, prosperity, and elegance.\u003c\/li\u003e\n\u003cli\u003eIntricate gold, red, and blue parrot-peacock motifs detailed beautifully on a satin panel.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDesign \u0026amp; Details\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eV-cut temple-style silhouette with elegant gold zari lace and rainbow borders.\u003c\/li\u003e\n\u003cli\u003eDecorated with hanging tassels and mirror-dot accents for a festive shimmering appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSustainable Luxury\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, reusable design suitable for multiple celebrations.\u003c\/li\u003e\n\u003cli\u003eCustomizable size, colour combinations, and design layouts available on request.\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!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003eFabric Material\u003c\/td\u003e\n\u003ctd\u003ePremium Handloom Silk Base with High-Contrast Satin Panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Colorway\u003c\/td\u003e\n\u003ctd\u003eFresh Green representing Growth and Prosperity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDecorative Elements\u003c\/td\u003e\n\u003ctd\u003eGold Zari Lace, Rainbow Borders, and Mirror-Dot Detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVisual Motifs\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Parrot and Peacock Patterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSilhouette Design\u003c\/td\u003e\n\u003ctd\u003eV-Cut Temple-Style Archway Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eUltra-lightweight, Foldable, and Easy to Store\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomizability\u003c\/td\u003e\n\u003ctd\u003eFully Customizable in Size, Colorway, and Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Navratri, Diwali, Housewarming \u0026amp; Daily Pooja Decor\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 --\u003e\n\u003csection id=\"faqs\"\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 this backdrop better than standard decorations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike disposable paper or plastic decor, this backdrop offers premium craftsmanship, sustainability, cultural authenticity, and long-term reusability.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I customize the size and color?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, custom dimensions, colours, and design modifications are available according to your mandir décor requirements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean and store this backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eDry cleaning is recommended to preserve the silk, zari borders, and decorative detailing. Store folded in a cool, dry place.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the backdrop shine under indoor lights?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the satin finish, mirror-dot accents, and zari lace beautifully reflect festive lights, diyas, and warm indoor illumination.\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":"Default Title","offer_id":53593838059733,"sku":"parrot_pk_bg_gnsh_chaturthi_green","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/41-768x768.png?v=1775722249"},{"product_id":"paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-mango","title":"Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Mango","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n\n            \/* MAIN COLORS *\/\n            --bg-primary: #14001f;\n            --bg-secondary: #2b0a3d;\n\n            \/* GLASS EFFECT *\/\n            --glass-bg: rgba(255, 240, 255, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.22);\n\n            \/* TEXT COLORS *\/\n            --text-primary: #ffffff;\n            --text-secondary: #f7d9ff;\n\n            \/* PURPLE *\/\n            --purple-dark: #3d0066;\n            --purple-light: #7b2cbf;\n\n            \/* GOLDEN *\/\n            --golden-main: #ffd700;\n            --golden-shine: #ffef99;\n\n            \/* PINK *\/\n            --pink-main: #ff5ebc;\n            --pink-soft: #ffc2e2;\n\n            \/* SHADOW *\/\n            --shadow-main: 0 10px 40px rgba(255, 105, 180, 0.18);\n            --shadow-hover: 0 16px 55px rgba(255, 215, 0, 0.28);\n\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background:\n                radial-gradient(circle at top left,\n                    rgba(255, 94, 188, 0.18),\n                    transparent 28%),\n\n                radial-gradient(circle at bottom right,\n                    rgba(255, 215, 0, 0.12),\n                    transparent 30%),\n\n                linear-gradient(135deg,\n                    #14001f 0%,\n                    #2b0a3d 35%,\n                    #4b0082 70%,\n                    #6a0dad 100%);\n\n            color: var(--text-primary);\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n\n            background: linear-gradient(145deg,\n                    rgba(255, 255, 255, 0.06),\n                    rgba(255, 255, 255, 0.03));\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n\n            border: 1px solid rgba(255, 215, 0, 0.18);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow-main);\n\n            transition: all 0.35s ease;\n\n            position: relative;\n\n            overflow: hidden;\n        }\n\n        .glass-card::before {\n            content: \"\";\n            position: absolute;\n            inset: 0;\n\n            background:\n                linear-gradient(120deg,\n                    rgba(255, 255, 255, 0.05),\n                    transparent,\n                    rgba(255, 215, 0, 0.06));\n\n            pointer-events: none;\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.5);\n\n            box-shadow: var(--shadow-hover);\n        }\n\n        h1,\n        h2,\n        h3 {\n\n            color: var(--golden-main);\n\n            text-shadow:\n                0 0 10px rgba(255, 215, 0, 0.5),\n                0 0 18px rgba(255, 239, 153, 0.4);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            border-bottom: 2px solid rgba(255, 215, 0, 0.3);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\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: #ffeaff;\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2rem;\n\n            margin-top: 2rem;\n        }\n\n        .feature-group {\n\n            background: rgba(255, 255, 255, 0.04);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 4px solid var(--golden-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n\n            background: rgba(255, 94, 188, 0.08);\n\n            transform: scale(1.02);\n\n            box-shadow: 0 8px 28px rgba(255, 94, 188, 0.15);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\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, 255, 255, 0.08);\n        }\n\n        ul li::before {\n\n            content: \"✦\";\n\n            position: absolute;\n\n            left: 0;\n\n            color: var(--golden-main);\n\n            font-size: 1.1rem;\n\n            font-weight: bold;\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin-top: 2rem;\n\n            background: rgba(255, 255, 255, 0.03);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n\n            padding: 1.3rem 1.1rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.14);\n\n            color: var(--golden-main);\n\n            font-weight: 600;\n        }\n\n        td {\n\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.14);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n\n            background: rgba(255, 94, 188, 0.08);\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: var(--golden-main);\n        }\n\n        .faq-answer {\n\n            color: var(--pink-soft);\n\n            display: block;\n\n            margin-top: 1rem;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n\n        @media(max-width:768px) {\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .overview {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Mango\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive home temple with the exquisite Paithani Parrot-Peacock Backdrop in radiant mango-yellow. Lovingly handcrafted by skilled traditional weavers, this premium silk backdrop brings the heritage of authentic Indian handlooms directly to your sacred celebrations. Rich with gold zari borders, intricate multicolour parrot and peacock motifs, and a majestic V-cut temple design with hanging tassels, it represents a seamless blend of cultural depth and contemporary convenience. Unlike synthetic, mass-produced alternatives, this sustainable and reusable backdrop folds away effortlessly, making it an eco-friendly and ethical masterpiece for modern celebrations like Ganesh Chaturthi, Navratri, and Diwali.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES --\u003e\n\u003csection id=\"features\"\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\u003eHeritage Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eArtisan handcrafted by skilled Indian handloom weavers\u003c\/li\u003e\n\u003cli\u003eAuthentic Paithani silk weave in festive mango-yellow\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eIntricate Details\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGold zari borders with colourful peacock-parrot motifs\u003c\/li\u003e\n\u003cli\u003eElegant V-cut temple style with decorative tassels\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eModern Utility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, and reusable premium backdrop\u003c\/li\u003e\n\u003cli\u003eCustomizable sizes and festive colour options available\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!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk with Authentic Handwoven Paithani Weave\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Colour\u003c\/td\u003e\n\u003ctd\u003eWarm Mango-Yellow with Gold Zari Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotif Patterns\u003c\/td\u003e\n\u003ctd\u003eMulticolour Traditional Parrots and Peacocks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eV-Cut Temple Silhouette with Hanging Tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight \u0026amp; Portability\u003c\/td\u003e\n\u003ctd\u003eUltra-lightweight, Foldable, and Easy to Store\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSustainability\u003c\/td\u003e\n\u003ctd\u003eReusable, Long-lasting, and Artisan-crafted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomisation Options\u003c\/td\u003e\n\u003ctd\u003eAvailable in Custom Sizes and Multiple Festive Colours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest Suited For\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Navratri, Diwali, Pujas \u0026amp; Home Mandirs\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 --\u003e\n\u003csection id=\"faqs\"\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 real silk and authentic Paithani?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the backdrop is crafted from premium silk using authentic Paithani weaving techniques by skilled Indian handloom artisans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFold it carefully and store it in a cool, dry place away from direct sunlight to maintain its premium texture and zari shine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I customize the size or colour?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, customization options are available in multiple sizes and festive colours to perfectly fit your home mandir setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhy is this backdrop better than synthetic alternatives?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike plastic or disposable decorations, this backdrop is reusable, eco-friendly, luxurious, and supports traditional Indian weaving communities.\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":"Default Title","offer_id":53593856606421,"sku":"parrot_pk_bg_gnsh_chaturthi_mango","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/42-768x768.png?v=1775722455"},{"product_id":"paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-maroon","title":"Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Maroon","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n\n            \/* MAIN COLORS *\/\n            --bg-primary: #14001f;\n            --bg-secondary: #2b0a3d;\n\n            \/* GLASS EFFECT *\/\n            --glass-bg: rgba(255, 240, 255, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.22);\n\n            \/* TEXT COLORS *\/\n            --text-primary: #ffffff;\n            --text-secondary: #f7d9ff;\n\n            \/* PURPLE *\/\n            --purple-dark: #3d0066;\n            --purple-light: #7b2cbf;\n\n            \/* GOLDEN *\/\n            --golden-main: #ffd700;\n            --golden-shine: #ffef99;\n\n            \/* PINK *\/\n            --pink-main: #ff5ebc;\n            --pink-soft: #ffc2e2;\n\n            \/* SHADOW *\/\n            --shadow-main: 0 10px 40px rgba(255, 105, 180, 0.18);\n            --shadow-hover: 0 16px 55px rgba(255, 215, 0, 0.28);\n\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background:\n                radial-gradient(circle at top left,\n                    rgba(255, 94, 188, 0.18),\n                    transparent 28%),\n\n                radial-gradient(circle at bottom right,\n                    rgba(255, 215, 0, 0.12),\n                    transparent 30%),\n\n                linear-gradient(135deg,\n                    #14001f 0%,\n                    #2b0a3d 35%,\n                    #4b0082 70%,\n                    #6a0dad 100%);\n\n            color: var(--text-primary);\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n\n            background: linear-gradient(145deg,\n                    rgba(255, 255, 255, 0.06),\n                    rgba(255, 255, 255, 0.03));\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n\n            border: 1px solid rgba(255, 215, 0, 0.18);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow-main);\n\n            transition: all 0.35s ease;\n\n            position: relative;\n\n            overflow: hidden;\n        }\n\n        .glass-card::before {\n            content: \"\";\n            position: absolute;\n            inset: 0;\n\n            background:\n                linear-gradient(120deg,\n                    rgba(255, 255, 255, 0.05),\n                    transparent,\n                    rgba(255, 215, 0, 0.06));\n\n            pointer-events: none;\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.5);\n\n            box-shadow: var(--shadow-hover);\n        }\n\n        h1,\n        h2,\n        h3 {\n\n            color: var(--golden-main);\n\n            text-shadow:\n                0 0 10px rgba(255, 215, 0, 0.5),\n                0 0 18px rgba(255, 239, 153, 0.4);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            border-bottom: 2px solid rgba(255, 215, 0, 0.3);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\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: #ffeaff;\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2rem;\n\n            margin-top: 2rem;\n        }\n\n        .feature-group {\n\n            background: rgba(255, 255, 255, 0.04);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 4px solid var(--golden-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n\n            background: rgba(255, 94, 188, 0.08);\n\n            transform: scale(1.02);\n\n            box-shadow: 0 8px 28px rgba(255, 94, 188, 0.15);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\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, 255, 255, 0.08);\n        }\n\n        ul li::before {\n\n            content: \"✦\";\n\n            position: absolute;\n\n            left: 0;\n\n            color: var(--golden-main);\n\n            font-size: 1.1rem;\n\n            font-weight: bold;\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin-top: 2rem;\n\n            background: rgba(255, 255, 255, 0.03);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n\n            padding: 1.3rem 1.1rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.14);\n\n            color: var(--golden-main);\n\n            font-weight: 600;\n        }\n\n        td {\n\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.14);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n\n            background: rgba(255, 94, 188, 0.08);\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: var(--golden-main);\n        }\n\n        .faq-answer {\n\n            color: var(--pink-soft);\n\n            display: block;\n\n            margin-top: 1rem;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n\n        @media(max-width:768px) {\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .overview {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Maroon\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the majestic elegance of authentic Indian weaving. This premium hand-loomed silk backdrop combines deep, rich maroon tones with shimmering gold-zari borders, traditional V-cut styling, and intricate multicolor parrot-peacock motifs. Perfectly designed for modern homes, it offers an eco-friendly, reusable, and customizable luxury decor solution that honors heritage craftsmanship while supporting local rural weavers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES --\u003e\n\u003csection id=\"features\"\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\u003eArtisanal Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHand-loomed by highly skilled Indian weavers\u003c\/li\u003e\n\u003cli\u003eDirectly supports and preserves India's rich hand-loom legacy\u003c\/li\u003e\n\u003cli\u003eBridges traditional craftsmanship with modern festive homes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Materials\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from high-grade silk in a deep, regal maroon hue\u003c\/li\u003e\n\u003cli\u003eAccented with authentic shimmering gold-zari borders\u003c\/li\u003e\n\u003cli\u003eVibrant multicolour parrot-peacock motifs for visual richness\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eExquisite Temple Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTraditional V-cut temple-style design\u003c\/li\u003e\n\u003cli\u003eElegant hand-stitched hanging tassels\u003c\/li\u003e\n\u003cli\u003eCreates a luxurious festive photo-zone instantly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eConvenience \u0026amp; Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, and easy to set up\u003c\/li\u003e\n\u003cli\u003eReusable alternative to disposable decorations\u003c\/li\u003e\n\u003cli\u003eCustomizable sizes, colors, and layout options available\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!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003ePaithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Maroon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraft Technique\u003c\/td\u003e\n\u003ctd\u003eAuthentic Hand-Loomed Paithani Weave\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Palette\u003c\/td\u003e\n\u003ctd\u003eRegal Deep Maroon with Shimmering Gold Zari\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Elements\u003c\/td\u003e\n\u003ctd\u003eV-Cut Temple Style, Tassels, Multicolor Peacock-Parrot Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStructure \u0026amp; Build\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable, Easy to Store\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSustainability\u003c\/td\u003e\n\u003ctd\u003e100% Reusable Eco-Friendly Decoration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomizability\u003c\/td\u003e\n\u003ctd\u003eAvailable in Different Sizes \u0026amp; Colors on Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Navratri, Diwali, Weddings \u0026amp; Temple Decor\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 --\u003e\n\u003csection id=\"faqs\"\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\"\u003eWhy should I choose this hand-loomed silk backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis backdrop is reusable, premium-quality, eco-friendly, and crafted by skilled Indian artisans. It adds a luxurious festive aesthetic while supporting traditional weaving craftsmanship.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I customize this backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, custom sizes, color themes, and decorative detailing can be requested according to your festive setup needs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhich occasions is this suitable for?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is perfect for Ganesh Chaturthi, Navratri, Diwali, weddings, pooja mandaps, home temples, and festive photography zones.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store and maintain it?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFold carefully and store in a dry place away from direct sunlight. Dry cleaning is recommended to maintain the silk and zari shine.\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":"Default Title","offer_id":53593864732885,"sku":"parrot_pk_bg_gnsh_chaturthi_maroon","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/43-768x768.png?v=1775722608"},{"product_id":"paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-orange","title":"Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Orange","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Orange - Professional Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #1a0626;\n            --bg-secondary: #2a0d3d;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #ffffff;\n            --text-secondary: #f5dff0;\n            --accent-gold: #ffd700;\n            --accent-pink: #ff69b4;\n            --accent-purple: #a855f7;\n            --shadow: 0 8px 32px rgba(0, 0, 0, 0.9);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #1a0626, #2a0d3d, #3b1257);\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--blur);\n            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.15);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--accent-gold);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--accent-gold);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            color: var(--accent-gold);\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 900px;\n            margin: 0 auto 1rem;\n            color: var(--text-secondary);\n        }\n\n        .market-context {\n            font-size: 1rem;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: #ffb6d9;\n            font-style: italic;\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, 105, 180, 0.05);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid var(--accent-gold);\n        }\n\n        .feature-group h3 {\n            font-size: 1.3rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 0.95rem;\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, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: var(--accent-gold);\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, 255, 255, 0.03);\n            border-radius: 12px;\n            overflow: hidden;\n            border: 1px solid var(--glass-border);\n        }\n\n        th, td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.15);\n            color: var(--accent-gold);\n            font-weight: 600;\n            white-space: nowrap;\n            font-size: 1.1rem;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 105, 180, 0.05);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.15);\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: var(--accent-gold);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            cursor: pointer;\n            color: var(--accent-gold);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            display: block;\n            margin-top: 1rem;\n            line-height: 1.6;\n            border-top: 1px solid rgba(255, 255, 255, 0.05);\n            padding-top: 1rem;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003ePaithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Orange\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Transform your home pooja setup into a majestic sacred sanctuary with our Paithani Parrot-Peacock Festive Backdrop. Exquisitely handcrafted by skilled artisans, this luxury backdrop seamlessly pairs centuries-old Maharashtrian heritage with lightweight modern convenience. Rooted in rich tradition and splashed in a warm, festive orange, it creates a breathtaking, auspicious center stage for your deities during Ganesh Chaturthi, Navratri, and Diwali.\n            \u003c\/p\u003e\n\n            \u003cp class=\"market-context\"\u003e\n                The perfect bridge between heritage artistry and modern convenience. While traditional festive backdrops are bulky, difficult to store, or disposable, this lightweight, foldable, and highly reusable design offers beautiful longevity and customized luxury to cultural enthusiasts and modern homeowners alike.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eQualities\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eHeritage Paithani Artistry\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Features magnificent, handcrafted parrot and peacock motifs inspired by classic Maharashtrian Paithani textiles, symbolizing grace, prosperity, and divine blessings.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eRoyal Satin \u0026amp; Zari Detailing\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Constructed on a shimmering gold satin base, framed by an elegant multi-toned rainbow-lace, and finished with shimmering gold-zari borders for an exquisite glow under festive lighting.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eV-Cut Temple Silhouette\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Designed with a unique, regal V-cut temple arch silhouette adorned with reflective hand-placed mirror dots and silky, dangling tassels for a multi-dimensional aesthetic.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eFoldable \u0026amp; Highly Reusable\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Say goodbye to heavy, one-time-use decor. This premium backdrop is exceptionally lightweight, easy to hang, effortlessly foldable, and built to last across generations of celebrations.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eFully Customizable Luxury\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Tailor your backdrop to fit your unique space. We offer completely customizable frame sizing, extra details, and 6 vibrant base colors (Red, Green, Maroon, Mango, Purple, and Orange).\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eEthically Handcrafted\u003c\/h3\u003e\n                        \u003cp\u003e\n                            By bringing this piece into your home, you support local Indian artisans, directly contributing to preserving the ancient legacy of traditional craftsmanship.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePrimary Material\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Shimmering Gold Satin Fabric Base\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eBorders \u0026amp; Accents\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Gold-Zari, Rainbow-Lace borders, and Silky Tassels\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSilhouette Design\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eClassic V-Cut Temple Arch decorated with hand-applied Mirror Dots\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eDefault Color\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eFestive Orange (Symbolizing energy, purity, and spirituality)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eColor Options\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eFully customizable in Red, Green, Maroon, Mango, Purple, and Orange\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSizing \u0026amp; Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eFully customizable to match your home mandap, temple wall, or setup dimensions\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eLightweight, easy-to-fold, and space-saving construction\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eEthical Certification\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e100% Handcrafted by skilled native Indian artisans preserving heritage weaves\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n                \u003cdiv class=\"faq-list\"\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I hang or install this backdrop?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Due to its ultra-lightweight fabric design, you do not need heavy frames. It can easily be hung on a standard curtain rod, backdrop stand, or secured directly to walls using heavy-duty command hooks, pins, or double-sided mounting tape.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I order this in custom sizes or colors?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, we specialize in personalization! You can request custom frame sizes to fit your specific temple setup. Additionally, we offer custom colors, including Red, Green, Maroon, Mango, Purple, and Orange, along with optional custom detailing.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I store and clean the backdrop to keep it reusable?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Since the backdrop is foldable, you can store it in a dry, dark place wrapped in a soft cloth. For cleaning, we highly recommend dry cleaning or gentle spot-cleaning only. To remove fold lines, simply iron on the reverse side using low heat with a protective fabric layer in between.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this backdrop suitable for other festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. While perfect for Ganesh Chaturthi, the traditional peacock-parrot motifs, golden zari, and elegant temple shape make it highly versatile. It adds a premium royal touch to Navratri, Diwali, Varalakshmi Vratham, housewarmings, and wedding ceremonies.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Why choose this over disposable paper or plastic backdrops?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Traditional setups are either single-use, bulky to store, or lack authentic aesthetic appeal. This reusable fabric backdrop delivers high long-term value, stands out with its genuine hand-made Paithani-inspired design, and supports sustainable, fair-trade artisan livelihoods.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593875611861,"sku":"parrot_pk_bg_gnsh_chaturthi_orange","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/44-768x768.png?v=1775722889"},{"product_id":"paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-purple","title":"Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Purple","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n    \u003ctitle\u003e\n        Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Purple\n    \u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            \/* Purple + Golden + Pink Theme *\/\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n            --text-secondary: #f7d9ff;\n\n            --purple-main: #7b2cbf;\n            --purple-dark: #3c096c;\n\n            --gold-main: #ffd700;\n            --gold-light: #ffef99;\n\n            --pink-main: #ff69b4;\n            --pink-light: #ffc0cb;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(\n                135deg,\n                #14001f 0%,\n                #2b0040 35%,\n                #4b006e 70%,\n                #7b2cbf 100%\n            );\n\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: linear-gradient(\n                135deg,\n                rgba(255, 105, 180, 0.12),\n                rgba(123, 44, 191, 0.18)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        \/* Golden Headings *\/\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n            color: #ffd700;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: #ffd700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            text-align: center;\n\n            max-width: 850px;\n            margin: 0 auto 3rem;\n\n            color: var(--pink-light);\n        }\n\n        .features-grid {\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.05);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 5px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 105, 180, 0.08);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n\n            color: var(--pink-main);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '✦';\n\n            position: absolute;\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        th {\n            background: linear-gradient(\n                90deg,\n                rgba(255, 215, 0, 0.18),\n                rgba(255, 105, 180, 0.18)\n            );\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 105, 180, 0.4);\n\n            background: rgba(255, 105, 180, 0.08);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: var(--gold-main);\n        }\n\n        \/* FAQ always visible *\/\n\n        .faq-answer {\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n\n            padding-top: 1rem;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.6rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- Hero Section --\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Purple\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the breathtaking elegance\n                of our Paithani Parrot-Peacock Backdrop.\n\n                Handcrafted to perfection,\n                this royal purple silk backdrop\n                brings the authentic heritage\n                of Maharashtra's legendary Paithani weave\n                straight to your home altar.\n\n                Designed specifically for auspicious occasions\n                like Ganesh Chaturthi,\n                Navratri,\n                and Diwali,\n                it features stunning gold zari borders,\n                intricate V-cut temple detailing,\n                and auspicious peacock and parrot motifs\n                that welcome prosperity,\n                joy,\n                and divine energy.\n\n                Say goodbye to disposable plastic decorations\n                and welcome an eco-friendly,\n                reusable,\n                and breathtakingly luxurious masterpiece\n                that can be cherished for generations.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities --\u003e\n\n        \u003csection id=\"features\"\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 Artisan Craftsmanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Handcrafted by skilled traditional artisans\n                                preserving the centuries-old legacy\n                                of authentic Paithani heritage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Intricate parrot and peacock motifs\n                                woven with precision,\n                                symbolizing prosperity,\n                                love,\n                                and spiritual devotion.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eRoyal \u0026amp; Majestic Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Crafted from premium silk fabric\n                                dyed in a deep,\n                                majestic royal purple\n                                that instantly commands attention.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Stunning V-cut temple-style border\n                                accented with shimmering gold zari,\n                                hanging tassels,\n                                and shimmering hand-stitched mirror detailing.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePractical \u0026amp; Reusable Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Lightweight and highly portable structure,\n                                making it simple to hang\n                                on any wall,\n                                frame,\n                                or temple mandir setup.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Fully foldable and compact design\n                                allows for easy storage\n                                and effortless reuse\n                                across multiple festive seasons.\n                            \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!-- Specifications --\u003e\n\n        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Premium Silk Fabric\n                                with Shimmering Gold Metallic Zari\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eColor Scheme\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Royal Purple\n                                with Metallic Gold Accents\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePattern \u0026amp; Motifs\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Traditional Paithani Peacock\n                                and Parrot Motifs\n                                (Symbol of Prosperity)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eDesign Elements\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                V-Cut Temple-Style Trim,\n                                Hanging Tassels,\n                                and Integrated Mirror Accents\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ultra-Lightweight,\n                                Compact,\n                                and Easily Foldable\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSustainability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Eco-Friendly,\n                                Washable\/Dry-Cleanable,\n                                and 100% Reusable\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eRecommended Occasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ganesh Chaturthi,\n                                Navratri,\n                                Diwali,\n                                Gruhapravesham,\n                                Pooja Room Decor,\n                                and Cultural Events\n                            \u003c\/td\u003e\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 --\u003e\n\n        \u003csection id=\"faqs\"\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\"\u003e\n                            How do I hang or install the Paithani backdrop?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its lightweight design,\n                            you can easily hang this backdrop\n                            using standard curtain rods,\n                            adhesive hooks,\n                            double-sided tape,\n                            or safety pins pinned\n                            to an existing fabric background.\n\n                            It adapts beautifully to walls,\n                            wooden frames,\n                            or pooja mandapams.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can this backdrop be washed and ironed?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We recommend professional dry cleaning\n                            to preserve the sheen\n                            of the premium silk fabric\n                            and the intricate gold zari borders.\n\n                            If ironed at home,\n                            please use a very low silk setting\n                            on the reverse side of the fabric\n                            with a protective cloth barrier.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this backdrop suitable for outdoor events?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            While it is perfect\n                            for indoor festivals,\n                            home mandirs,\n                            and covered event venues,\n                            we advise keeping it away\n                            from direct moisture,\n                            heavy winds,\n                            and prolonged exposure\n                            to direct sunlight\n                            to preserve the vibrant purple hue\n                            and delicate mirror work.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What makes this backdrop better\n                            than standard plastic decorations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike plastic backdrops,\n                            this premium fabric piece\n                            is sustainable,\n                            fully reusable,\n                            and reflects genuine Indian handcraft heritage.\n\n                            It is a one-time investment\n                            that saves you money long-term\n                            while elevating your celebrations\n                            with authentic cultural elegance.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593884098773,"sku":"parrot_pk_bg_gnsh_chaturthi_purple","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/45-768x768.png?v=1775722997"},{"product_id":"paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-red","title":"Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Red","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n    \u003ctitle\u003e\n        Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi - Red\n    \u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            \/* Purple + Golden + Pink Theme *\/\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n            --text-secondary: #f7d9ff;\n\n            --purple-main: #7b2cbf;\n            --purple-dark: #3c096c;\n\n            --gold-main: #ffd700;\n            --gold-light: #ffef99;\n\n            --pink-main: #ff69b4;\n            --pink-light: #ffc0cb;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(\n                135deg,\n                #14001f 0%,\n                #2b0040 35%,\n                #4b006e 70%,\n                #7b2cbf 100%\n            );\n\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: linear-gradient(\n                135deg,\n                rgba(255, 105, 180, 0.12),\n                rgba(123, 44, 191, 0.18)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        \/* Golden Headings *\/\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n            color: #ffd700;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: #ffd700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            text-align: center;\n\n            max-width: 850px;\n            margin: 0 auto 3rem;\n\n            color: var(--pink-light);\n        }\n\n        .features-grid {\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.05);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 5px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 105, 180, 0.08);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n\n            color: var(--pink-main);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '✦';\n\n            position: absolute;\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        th {\n            background: linear-gradient(\n                90deg,\n                rgba(255, 215, 0, 0.18),\n                rgba(255, 105, 180, 0.18)\n            );\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 105, 180, 0.4);\n\n            background: rgba(255, 105, 180, 0.08);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: var(--gold-main);\n        }\n\n        \/* FAQ always visible *\/\n\n        .faq-answer {\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n\n            padding-top: 1rem;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.6rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- Hero Section --\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi - Red\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with a masterpiece\n                of ethnic craftsmanship.\n\n                Designed for devotees and lovers of authentic heritage,\n                this premium silk backdrop bridges the gap\n                between luxury handloom art\n                and effortless home decor.\n\n                Featuring a deep red base,\n                vibrant parrot-peacock motifs,\n                and shimmering gold-zari borders,\n                it offers a sustainable, reusable,\n                and stunning alternative to disposable decorations—\n                bringing the sacred ambiance\n                of a royal temple directly into your home.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities --\u003e\n\n        \u003csection id=\"features\"\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\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Handcrafted by expert artisans\n                                who seamlessly blend traditional Paithani weaving\n                                with elegant, festival-ready aesthetics.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Woven from premium silk fabric\n                                featuring a deep, rich red base\n                                that commands attention\n                                in any sacred layout.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Intricately detailed\n                                with iconic multi-color parrot\n                                and peacock motifs\n                                alongside shimmering gold-zari borders.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eArchitectural Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Styled in a majestic V-cut temple design\n                                that naturally frames\n                                your deity or altar.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Accented with elegant hanging tassels\n                                to enrich the dimensional texture\n                                and premium feel of your space.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Perfect for transforming home temples,\n                                mandaps,\n                                or creating high-end festive photo-zones\n                                for family memories.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDurable \u0026amp; Practical\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Designed as a lightweight,\n                                foldable,\n                                and highly portable solution\n                                for active, modern households.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Extremely easy to hang,\n                                pack,\n                                and store\n                                without losing its premium texture\n                                or structural integrity.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                A sustainable,\n                                multi-season investment\n                                that can be reused year after year\n                                across various auspicious festivals.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eTailored for You\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Highly customizable\n                                with choices for alternate sizes\n                                to suit tiny alcoves\n                                or grand halls alike.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Flexible customization\n                                in color palettes\n                                to align perfectly\n                                with your home's existing color scheme.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Optional design details available on request\n                                to create an exclusive,\n                                one-of-a-kind heritage piece.\n                            \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!-- Specifications --\u003e\n\n        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Premium Silk Fabric\n                                with Genuine Gold-Zari Accents\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Color\u003c\/td\u003e\n                            \u003ctd\u003eDeep Festive Red\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMotif Patterns\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Traditional Multi-Color\n                                Paithani Parrots \u0026amp; Peacocks\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Cut\u003c\/td\u003e\n                            \u003ctd\u003e\n                                V-Cut Traditional Temple Style\n                                with Decorative Hanging Tassels\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePortability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ultra-Lightweight,\n                                Foldable,\n                                and Space-Saving\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Highly Durable;\n                                Engineered for Multi-Season\n                                and Multi-Year Festive Use\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCustomization Options\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Available on Request\n                                (Custom Dimensions,\n                                Color Variants,\n                                and Added Detailing)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eIdeal Applications\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ganesh Chaturthi,\n                                Navratri,\n                                Diwali,\n                                Home Mandaps,\n                                Puja Rooms,\n                                and Festive Photo Backdrops\n                            \u003c\/td\u003e\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 --\u003e\n\n        \u003csection id=\"faqs\"\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\"\u003e\n                            Why should I choose this backdrop\n                            over temporary decorative materials?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike disposable plastics,\n                            paper,\n                            or cheap synthetic alternatives,\n                            this backdrop is crafted\n                            from premium silk\n                            and authentic gold-zari borders.\n\n                            It provides a luxurious look,\n                            supports traditional handloom artisans,\n                            and offers high long-term value\n                            by being reusable\n                            across multiple seasons.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I store and maintain\n                            the Paithani backdrop?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Because it is lightweight\n                            and highly foldable,\n                            you can store it\n                            in a dry,\n                            dark place\n                            inside a soft cloth wrap\n                            to protect the gold-zari work.\n\n                            For cleaning,\n                            gentle dry cleaning is recommended\n                            to preserve the premium silk fibers\n                            and vivid dye colors.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I customize this backdrop\n                            for a specific home altar size?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely.\n\n                            The backdrop is highly customizable.\n\n                            You can request alternate sizes,\n                            customized colors,\n                            or extra design details\n                            to perfectly fit\n                            your ethnic mandap\n                            or festive photo-zone dimensions.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is it easy to set up\n                            for individual homeowners?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes,\n                            it is designed\n                            for effortless installation.\n\n                            Its lightweight construction\n                            allows you to hang it up easily\n                            using standard command hooks,\n                            curtain rods,\n                            or safety pins\n                            without requiring professional installation\n                            or heavy mounting gear.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593889800405,"sku":"parrot_pk_bg_gnsh_chaturthi_red","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/40-768x768.png?v=1775723145"},{"product_id":"paithani-side-pattern-backdrop-for-ganesh-chaturthi-green","title":"Paithani Side Pattern Backdrop for Ganesh Chaturthi – Green","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n    \u003ctitle\u003e\n        Paithani Side Pattern Backdrop for Ganesh Chaturthi – Green\n    \u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            \/* Purple + Golden + Pink Theme *\/\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n            --text-secondary: #f7d9ff;\n\n            --purple-main: #7b2cbf;\n            --purple-dark: #3c096c;\n\n            --gold-main: #ffd700;\n            --gold-light: #ffef99;\n\n            --pink-main: #ff69b4;\n            --pink-light: #ffc0cb;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(\n                135deg,\n                #14001f 0%,\n                #2b0040 35%,\n                #4b006e 70%,\n                #7b2cbf 100%\n            );\n\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: linear-gradient(\n                135deg,\n                rgba(255, 105, 180, 0.12),\n                rgba(123, 44, 191, 0.18)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        \/* Golden Headings *\/\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n            color: #ffd700;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: #ffd700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            text-align: center;\n\n            max-width: 850px;\n            margin: 0 auto 3rem;\n\n            color: var(--pink-light);\n        }\n\n        .features-grid {\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.05);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 5px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 105, 180, 0.08);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n\n            color: var(--pink-main);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '✦';\n\n            position: absolute;\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        th {\n            background: linear-gradient(\n                90deg,\n                rgba(255, 215, 0, 0.18),\n                rgba(255, 105, 180, 0.18)\n            );\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 105, 180, 0.4);\n\n            background: rgba(255, 105, 180, 0.08);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: var(--gold-main);\n        }\n\n        \/* FAQ always visible *\/\n\n        .faq-answer {\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n\n            padding-top: 1rem;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.6rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- Hero Section --\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Side Pattern Backdrop for Ganesh Chaturthi – Green\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your home altar with a masterpiece of Indian heritage.\n\n                Hand-crafted by skilled artisans,\n                this luxury silk backdrop seamlessly blends\n                the legendary Paithani weaving tradition\n                with contemporary festive aesthetics.\n\n                Designed for those who cherish authentic artistry,\n                its vibrant green base and shimmering gold-zari borders\n                bring a divine, premium warmth to Ganesh Chaturthi,\n                Navratri, Diwali, and all your most sacred celebrations.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities --\u003e\n\n        \u003csection id=\"features\"\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\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eArtisan Hand-Crafted:\u003c\/strong\u003e\n\n                                Skillfully woven by master artisans,\n                                preserving India's rich hand-loom legacy\n                                in every thread.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePremium Silk Fabric:\u003c\/strong\u003e\n\n                                Luxurious, soft silk base\n                                in a stunningly vibrant festive green\n                                that commands attention\n                                and radiates elegance.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSophisticated Accents\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eShimmering Gold-Zari:\u003c\/strong\u003e\n\n                                Intricately woven gold-zari borders\n                                offer a timeless,\n                                royal shine under festive lighting.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eUnique Silhouette:\u003c\/strong\u003e\n\n                                Showcases a refined V-cut temple design\n                                accented with mirror-dots\n                                and elegant hanging tassels.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePractical Elegance\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eLightweight \u0026amp; Foldable:\u003c\/strong\u003e\n\n                                Crafted for effortless installation,\n                                convenient storage,\n                                and trouble-free maintenance.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eMulti-Seasonal Reusability:\u003c\/strong\u003e\n\n                                Designed to gracefully endure,\n                                allowing you to reuse this beautiful piece\n                                across years of celebrations.\n                            \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!-- Specifications --\u003e\n\n        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Silk Blend with Gold-Zari Weaving\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Color\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Festive Green\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAccent Elements\u003c\/td\u003e\n                            \u003ctd\u003e\n                                V-Cut Temple Silhouette,\n                                Hanging Tassels,\n                                and Mirror-Dot Accents\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCraft Technique\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Traditional Indian Hand-loom Artistry\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eInstallation Type\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Easy-to-hang lightweight design\n                                (hooks\/loops not included)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                High; completely foldable,\n                                space-saving,\n                                and long-lasting\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eSustainability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Supports traditional weaver communities;\n                                eco-friendly alternative\n                                to synthetic decor\n                            \u003c\/td\u003e\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 --\u003e\n\n        \u003csection id=\"faqs\"\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\"\u003e\n                            How do I hang and set up this backdrop?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its lightweight design,\n                            you can easily hang this backdrop\n                            using standard curtain rods,\n                            adhesive wall clips,\n                            decorative pins,\n                            or background stands.\n\n                            It sets up in minutes\n                            without requiring heavy hardware.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can this backdrop be used\n                            for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely.\n\n                            While perfect for Ganesh Chaturthi,\n                            its premium aesthetic\n                            and traditional design\n                            make it incredibly versatile\n                            for Navratri, Diwali,\n                            Varalakshmi Vratam,\n                            weddings, housewarming ceremonies,\n                            and other auspicious events.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I clean and care for this silk backdrop?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To maintain the shine of the silk\n                            and the integrity of the gold-zari\n                            and mirror-dots,\n                            we recommend dry cleaning only.\n\n                            If needed,\n                            steam iron on a low-heat setting\n                            on the reverse side of the fabric.\n\n                            Always fold and store\n                            in a dry place after use.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How does buying this product support local weavers?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike mass-produced synthetic decor,\n                            this backdrop is genuinely hand-crafted\n                            by skilled hand-loom artisans.\n\n                            Every purchase directly sustains\n                            traditional weaving livelihoods,\n                            helps preserve India's cultural heritage,\n                            and promotes an ethical,\n                            eco-conscious trade cycle.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593894125781,"sku":"side_bg_gnsh_chaturthi_green","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/33-768x768.png?v=1775723316"},{"product_id":"paithani-side-pattern-backdrop-for-ganesh-chaturthi-mango","title":"Paithani Side Pattern Backdrop for Ganesh Chaturthi – Mango","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Side Pattern Backdrop for Ganesh Chaturthi – Mango - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n            --text-secondary: #f7d9ff;\n\n            --purple-main: #7b2cbf;\n            --purple-dark: #3c096c;\n\n            --gold-main: #ffd700;\n            --gold-light: #ffef99;\n\n            --pink-main: #ff69b4;\n            --pink-light: #ffc0cb;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(\n                135deg,\n                #14001f 0%,\n                #2b0040 35%,\n                #4b006e 70%,\n                #7b2cbf 100%\n            );\n\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: linear-gradient(\n                135deg,\n                rgba(255, 105, 180, 0.12),\n                rgba(123, 44, 191, 0.18)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n            color: #ffd700;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: #ffd700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            text-align: center;\n\n            max-width: 850px;\n            margin: 0 auto 3rem;\n\n            color: var(--pink-light);\n        }\n\n        .features-grid {\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.05);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 5px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 105, 180, 0.08);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n\n            color: var(--pink-main);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '✦';\n\n            position: absolute;\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        th {\n            background: linear-gradient(\n                90deg,\n                rgba(255, 215, 0, 0.18),\n                rgba(255, 105, 180, 0.18)\n            );\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 105, 180, 0.4);\n\n            background: rgba(255, 105, 180, 0.08);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            color: var(--gold-main);\n        }\n\n        \/* CHANGED HERE *\/\n        .faq-answer {\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n\n            padding-top: 1rem;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.6rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Side Pattern Backdrop for Ganesh Chaturthi – Mango\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your home altar and festive mandaps with our gorgeous\n                Paithani Side Pattern Backdrop.\n\n                Bathed in a vibrant, auspicious mango-yellow hue,\n                this premium silk backdrop is inspired by traditional\n                Maharashtrian heritage.\n\n                Intricately adorned with shimmering gold-zari borders,\n                classic floral motifs, and an elegant V-cut temple silhouette\n                featuring delicate mirror-dot accents and hanging tassels,\n                it provides the perfect, divine setting for Ganesha’s homecoming,\n                Diwali celebrations, Navratri, or any sacred family milestone.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\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\u003eArtisanal Heritage Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Mango Silk:\u003c\/strong\u003e\n\n                                Crafted from premium, rich silk fabric\n                                that catches the warm festive light beautifully.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eTraditional Paithani Motifs:\u003c\/strong\u003e\n\n                                Features intricate side-pattern floral\n                                and vine weaving, celebrating Maharashtra's\n                                iconic handloom craft.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eShimmering Gold-Zari:\u003c\/strong\u003e\n\n                                Elegant gold-zari borders elevate the frame,\n                                adding a touch of royalty to your sacred space.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eTemple Silhouette Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eV-Cut Temple Design:\u003c\/strong\u003e\n\n                                A unique architectural V-cut silhouette\n                                mimics traditional temple entrances\n                                to frame your deities beautifully.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eMirror-Dot Accents:\u003c\/strong\u003e\n\n                                Light-catching mirror details that reflect\n                                the warm glow of diyas and oil lamps.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eHanging Tassels:\u003c\/strong\u003e\n\n                                Exquisite hand-finished tassels add graceful movement\n                                and authentic Indian texture.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSustainable \u0026amp; Practical Elegance\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSupport Indian Artisans:\u003c\/strong\u003e\n\n                                Handcrafted directly by master artisans,\n                                preserving India's invaluable handloom legacy.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eHighly Reusable:\u003c\/strong\u003e\n\n                                Lightweight, durable, and easily foldable\n                                to ensure it remains a family heirloom across seasons.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVersatile Festive Styling:\u003c\/strong\u003e\n\n                                Ideal for home altars, puja mandaps,\n                                festive photo booths, and premium cultural gifting.\n                            \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        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium Silk Blend Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Auspicious Mango Yellow\n                                with Metallic Gold-Zari Accents\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Type\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Traditional Paithani Side Weaving\n                                (Floral \u0026amp; Vine)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStructural Trim\u003c\/td\u003e\n                            \u003ctd\u003e\n                                V-Cut Temple Silhouette,\n                                Mirror-Dot Detailing,\n                                and Hanging Tassels\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight \u0026amp; Portability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ultra-lightweight,\n                                compact, and completely foldable\n                                for easy storage\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eUsage\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Re-usable backdrop for Mandirs,\n                                home altars, photo-zones,\n                                and wall hangings\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Gentle dry clean only;\n                                light steam ironing on the reverse side\n                                to remove fold lines\n                            \u003c\/td\u003e\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        \u003csection id=\"faqs\"\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\"\u003e\n                            How do I hang or install this backdrop?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its lightweight fabric composition,\n                            this backdrop can easily be suspended using\n                            standard backdrop stands, simple curtain rods,\n                            double-sided heavy-duty mounting tape,\n                            or pushpins.\n\n                            It is designed to hang beautifully without sagging.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I use this for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely!\n\n                            While the design perfectly complements\n                            Ganesh Chaturthi, its timeless Paithani weave\n                            and bright mango-yellow shade make it a stunning fit\n                            for Diwali, Navratri, Varalakshmi Vratam,\n                            weddings, housewarmings,\n                            or traditional family gatherings.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I remove wrinkles and fold lines after storage?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We recommend a light steam ironing\n                            on the reverse side of the backdrop\n                            at a low-to-medium heat setting.\n\n                            Placing a thin cotton cloth between the iron\n                            and the fabric protects the delicate silk\n                            and gold-zari embroidery.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How is this product ethical and artisan-supporting?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This backdrop is handcrafted\n                            by skilled handloom weavers in India.\n\n                            By purchasing this item,\n                            you are directly investing in artisan livelihoods,\n                            ensuring fair-wage employment,\n                            and helping to sustain centuries-old weaving traditions.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594237698261,"sku":"side_bg_gnsh_chaturthi_mango","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/35-768x768.png?v=1775731364"},{"product_id":"paithani-side-pattern-backdrop-for-ganesh-chaturthi-maroon","title":"Paithani Side Pattern Backdrop for Ganesh Chaturthi – Maroon","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            \/* Purple + Golden + Pink Theme *\/\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n            --text-secondary: #f7d9ff;\n\n            --purple-main: #7b2cbf;\n            --purple-dark: #3c096c;\n\n            --gold-main: #ffd700;\n            --gold-light: #ffef99;\n\n            --pink-main: #ff69b4;\n            --pink-light: #ffc0cb;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n            --blur: blur(16px);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(\n                135deg,\n                #14001f 0%,\n                #2b0040 35%,\n                #4b006e 70%,\n                #7b2cbf 100%\n            );\n\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n            background: linear-gradient(\n                135deg,\n                rgba(255, 105, 180, 0.12),\n                rgba(123, 44, 191, 0.18)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n            border: 1px solid var(--glass-border);\n\n            padding: 3rem;\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        \/* Heading Golden Only *\/\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n            color: #ffd700;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: #ffd700;\n\n            border-bottom: 2px solid rgba(255, 215, 0, 0.25);\n\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            text-align: center;\n\n            max-width: 850px;\n            margin: 0 auto 3rem;\n\n            color: var(--pink-light);\n        }\n\n        .features-grid {\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.05);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 5px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 105, 180, 0.08);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n\n            color: var(--pink-main);\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n\n            position: relative;\n\n            color: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '✦';\n\n            position: absolute;\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.04);\n\n            border-radius: 14px;\n\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        th {\n            background: linear-gradient(\n                90deg,\n                rgba(255, 215, 0, 0.18),\n                rgba(255, 105, 180, 0.18)\n            );\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 105, 180, 0.4);\n\n            background: rgba(255, 105, 180, 0.08);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n\n            color: var(--gold-main);\n        }\n\n        .faq-question::after {\n            \n\n            font-size: 1.5rem;\n\n            color: var(--pink-main);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n\n            padding-top: 1rem;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.6rem;\n            }\n\n            .glass-card {\n                padding: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Side Pattern Backdrop for Ganesh Chaturthi – Maroon\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive home sanctuary with the magnificent Paithani Side Pattern Backdrop. Perfectly curated for families celebrating Ganesh Chaturthi, Navratri, and Diwali, this masterpiece breathes divine warmth into your home mandap. Woven in the legendary hand-loom art style of Paithani, it brings together a deep, majestic maroon base, glowing gold-zari details, and a traditional temple-style silhouette. It offers modern families a high-quality, sustainable, and reusable alternative to single-use decorations, honoring India's rich artisanal heritage while ensuring stress-free set up and storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Qualities Section --\u003e\n\u003csection id=\"features\"\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\u003eHeritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eAuthentic Paithani Weave:\u003c\/strong\u003e Hand-crafted using premium-grade silk fabric woven meticulously in the iconic, time-honored Paithani design tradition.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRegal Aesthetics:\u003c\/strong\u003e Features a deep, sophisticated maroon canvas adorned with glittering gold-zari borders and colorful, heritage-rich side-pattern motifs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDivinely Tailored Details\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTemple-Style Architecture:\u003c\/strong\u003e Styled with stunning V-cut contours that frame your deity gracefully, mimicking the elegance of an auspicious inner-sanctum.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReflective Highlights:\u003c\/strong\u003e Beautifully embellished with mirror-dot elements and exquisite hanging tassels that catch and bounce festive lamp light.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eConvenient \u0026amp; Sustainable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Practicality:\u003c\/strong\u003e Extremely lightweight and easily foldable, allowing you to set up your dream mandap in minutes and pack away effortlessly.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSocio-Conscious \u0026amp; Durable:\u003c\/strong\u003e Made to be reused for generations, reducing environmental waste while proudly supporting the livelihoods of traditional Indian weavers.\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!-- Specifications --\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003eMaterial Composition\u003c\/td\u003e\n\u003ctd\u003ePremium silk fabric woven in authentic Paithani style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Palette\u003c\/td\u003e\n\u003ctd\u003eRegal Maroon base with shimmering gold-zari borders and multi-color motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSilhouette \u0026amp; Edges\u003c\/td\u003e\n\u003ctd\u003eTemple-style silhouette with V-cut contours, detailed tassels, and mirror-dots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability Profile\u003c\/td\u003e\n\u003ctd\u003eLightweight, easily foldable, compact storage, and fully reusable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArtisanal Value\u003c\/td\u003e\n\u003ctd\u003e100% Hand-crafted, preserving and supporting India's traditional weaving heritage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Application\u003c\/td\u003e\n\u003ctd\u003ePooja room mandaps, festive backdrops (Ganesh Chaturthi, Diwali, Navratri), and spiritual gifting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry clean only; low temperature iron on the reverse side with a protective cloth layering if needed\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 --\u003e\n\u003csection id=\"faqs\"\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\"\u003eHow do I hang or install this backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eDue to its ultra-lightweight design, you can easily mount this backdrop on a wall or pooja frame using damage-free adhesive wall hooks, velcro strips, safety pins, or standard backdrop stand clips.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this for celebrations other than Ganesh Chaturthi?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The timeless maroon and gold-zari Paithani design is universally auspicious. It is ideal for Navratri, Diwali, Varalakshmi Vratham, housewarmings, weddings, and classical home events.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I remove fold creases from storage?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eTo safely remove creases, we recommend steam-ironing on a low-heat setting or placing a cotton cloth over the reverse side of the silk fabric before ironing on low. Do not iron directly on the mirror-dot embellishments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhy is a cloth backdrop better than paper or plastic?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis hand-crafted premium silk backdrop is built to last for generations, saving you money and reducing landfill waste year after year. It provides an authentic, premium texture that plastic or paper prints simply cannot replicate.\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":"Default Title","offer_id":53594241269973,"sku":"side_bg_gnsh_chaturthi_maroon","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/36-768x768.png?v=1775731716"},{"product_id":"paithani-side-pattern-backdrop-for-ganesh-chaturthi-orange","title":"Paithani Side Pattern Backdrop for Ganesh Chaturthi – Orange","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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\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        }\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        .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        .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        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        @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\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Side Pattern Backdrop for Ganesh Chaturthi – Orange\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your sacred home rituals with our exquisite Paithani Side Pattern Backdrop. Perfectly balancing heritage craftsmanship with modern convenience, this premium orange backdrop serves as a stunning visual anchor for your festive altars, mandaps, and home temples. Purposefully designed for modern devotees who demand sustainable luxury over mass-produced plastics, it breathes life and color into spiritual celebrations like Ganesh Chaturthi, Navratri, and Diwali while directly supporting the livelihood of traditional Indian artisans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuthentic Paithani Weave\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium quality silk fabric featuring traditional, rich weaves.\u003c\/li\u003e\n\u003cli\u003eEmbellished with majestic gold-zari borders for an undeniable festive radiance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSacred Architecture Silhouette\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned with a elegant V-cut temple frame that perfectly mirrors classic Indian mandirs.\u003c\/li\u003e\n\u003cli\u003eDetailed with traditional side-pattern motifs and delicate, swaying hanging tassels.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLuminous Reflection\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdorned with hand-placed, glistening mirror dot accents.\u003c\/li\u003e\n\u003cli\u003eCatches ambient home lights and LED strips beautifully, casting a soft, divine shimmer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEco-Friendly \u0026amp; Smart Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, hand-stitched construction that can be installed in minutes.\u003c\/li\u003e\n\u003cli\u003eCompletely foldable and built to last, offering an easy-to-store, highly reusable alternative.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eTechnical Specifications\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Fabric with Gold-Zari Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eVibrant Festive Orange with Royal Gold Patterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Profile\u003c\/td\u003e\n\u003ctd\u003eTraditional V-Cut Temple Silhouette with Detailed Side Patterns \u0026amp; Hanging Tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArtisan Detailing\u003c\/td\u003e\n\u003ctd\u003eHand-stitched finishes with custom mirror dot embellishments\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eUltra-lightweight, compact-foldable, easy storage and setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Navratri, Diwali, Housewarmings, Pujas, and Home Altar Decor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnvironmental Impact\u003c\/td\u003e\n\u003ctd\u003eSustainable, reusable design celebrating plastic-free, artisan-led Indian heritage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"faqs\"\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 this backdrop sustainable compared to market alternatives?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike typical synthetic, mass-produced plastic backdrops that are discarded after one use, our Paithani backdrop is crafted from premium silk and handloom zari. It is lightweight, foldable, and durable, allowing you to use it across multiple festive seasons (Ganesh Chaturthi, Diwali, Navratri) for years to come.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the mirror dot detailing enhance the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe backdrop features hand-adorned mirror dot accents. When paired with standard ambient room lighting or decorative fairy\/LED lights, the mirrors catch the light source and scatter subtle, beautiful reflections that instantly elevate the warmth and sacredness of your home mandap.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I store and care for this silk backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eBecause it is lightweight and handcrafted, you can easily fold it along its natural seams and store it in a dry box or fabric bag. For maintenance, a gentle dry cleaning or light spot clean is recommended to preserve the integrity of the premium silk and gold-zari threadwork.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this product suitable for gifting?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Thanks to its rich connection to Indian heritage, artisan-driven craftsmanship, and luxury aesthetic, it serves as an exceptional and culturally rich gift for weddings, housewarmings, or festive greetings.\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":"Default Title","offer_id":53594250019029,"sku":"side_bg_gnsh_chaturthi_orange","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/37-768x768.png?v=1775731850"},{"product_id":"paithani-side-pattern-backdrop-for-ganesh-chaturthi-purple","title":"Paithani Side Pattern Backdrop for Ganesh Chaturthi – Purple Wine","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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\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        }\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        .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        .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        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        @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\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Side Pattern Backdrop for Ganesh Chaturthi – Purple\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with a masterpiece of heritage craftsmanship. Seamlessly bridging the gap between centuries-old handloom techniques and modern home decor, this premium handcrafted silk backdrop is designed for families wishing to welcome the divine with authenticity and elegance. Infused with a deep purple hue, shimmering gold-zari accents, and a classic temple silhouette, it brings an unmistakable aura of sacred celebration to your home mandir, festive mandap, or photography space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eArtisanal Craftsmanship:\u003c\/strong\u003e Handcrafted by highly skilled weavers who passionately merge traditional Paithani heritage with contemporary home aesthetics.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eShimmering Gold-Zari:\u003c\/strong\u003e Features exquisite gold-zari borders and intricate hand-woven side patterns that reflect cultural purity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eElegant Aesthetics\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTemple-Style V-Cut:\u003c\/strong\u003e Designed with an iconic V-cut silhouette that frames your deity or altar with architectural grace.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntricate Accents:\u003c\/strong\u003e Adorned with delicate mirror-dot detailing and elegant hanging tassels to capture and reflect light beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eConvenience \u0026amp; Customization\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHassle-Free \u0026amp; Reusable:\u003c\/strong\u003e Lightweight, easy to fold, and built to last, offering an eco-friendly alternative to disposable or paper backdrops.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTailored to Your Space:\u003c\/strong\u003e Choose from custom options, including alternate sizes, bespoke color combinations, or customized embellishments.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eTechnical Specifications\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\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePremium hand-woven silk fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBase Color\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRich, deep purple\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePattern \u0026amp; Embellishments\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eShimmering gold-zari borders, side patterns, mirror-dot accents, and hanging tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSilhouette\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eTraditional temple-style V-cut border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUltra-lightweight, compact-foldable, and durable for annual multi-festival reuse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLighting Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOptimized for indoor festive setups using warm LED, spotlighting, or ambient diyas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCustom Options\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAvailable upon request (custom dimensions, alternative colorways, and added details)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"faqs\"\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\"\u003eHow does this backdrop compare to mass-produced synthetic or paper backdrops?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike mass-produced options, this backdrop is crafted from authentic, premium silk by traditional weavers. It features true gold-zari embroidery and hand-finished details. This ensures not only high aesthetic value but also incredible durability, allowing you to reuse it year after year, making it an eco-conscious investment for heritage decor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat is the best way to clean and store the backdrop after festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eBecause of its premium silk fabric and delicate hand-woven zari work, we recommend dry cleaning only. Store the backdrop folded gently in a clean, dry muslin cloth or breathable storage bag away from direct moisture and direct sunlight to preserve the vibrant purple and gold shimmer.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this for festivals other than Ganesh Chaturthi?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The deep purple and gold Paithani aesthetic is highly versatile and serves as a majestic backdrop for Navratri mandaps, Diwali setups, home temples, traditional family photography, and wedding rituals.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I request a custom size or a different color?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eWe offer full customization options to fit your home's unique layout! Simply reach out to our customer support team with your preferred dimensions, background colors, or specific embellishment requests, and we will tailor-make your backdrop.\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":"Default Title","offer_id":53594253426901,"sku":"side_bg_gnsh_chaturthi_purple","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/34-768x768.png?v=1775732210"},{"product_id":"paithani-side-pattern-backdrop-for-ganesh-chaturthi-red","title":"Paithani Side Pattern Backdrop for Ganesh Chaturthi – Red","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003e\n        Paithani Side Pattern Backdrop for Ganesh Chaturthi – Red\n    \u003c\/title\u003e\n\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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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\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        }\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            color: #FFD700;\n\n            transition: 0.3s ease;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n            content: '−';\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\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- HERO SECTION --\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Side Pattern Backdrop\n                for Ganesh Chaturthi – Red\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n\n                Elevate your festive celebrations with a masterpiece\n                of heritage craftsmanship. Designed to bring a premium,\n                authentic touch to your home temple, pooja room,\n                mandap, or photo zone, this backdrop blends the richness\n                of traditional Paithani weaving with a functional,\n                modern aesthetic.\n\n                Ideal for Ganesh Chaturthi, Navratri, and Diwali,\n                this handcrafted silk piece is an eco-friendly,\n                reusable, and customizable alternative to standard\n                mass-produced decor while supporting the legacy of\n                India's artisan weavers.\n\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- FEATURES --\u003e\n\n        \u003csection id=\"features\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n\n                \u003cdiv class=\"features-grid\"\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Handcrafted by skilled Indian artisans,\n                                inspired by authentic Paithani weaving.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Traditional festive craftsmanship with\n                                premium detailing and elegance.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Materials\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Crafted using premium silk fabric\n                                with shimmering zari-style detailing.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Rich red backdrop enhanced with\n                                decorative side pattern motifs.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eReusable \u0026amp; Lightweight\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Lightweight, foldable, and easy\n                                to install or store.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Designed for repeated festive use\n                                across multiple celebrations.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eBespoke Customization\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Available in customized sizes,\n                                alternate colors, and detailing.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Perfectly adaptable for mandaps,\n                                pooja rooms, and festive décor setups.\n                            \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!-- SPECIFICATIONS --\u003e\n\n        \u003csection id=\"specs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eTechnical Specifications\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\u003eMaterial\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Premium Silk Fabric with Gold-Zari Finish\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eColor Theme\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Festive Red with Golden Accents\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eDesign Pattern\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Traditional Paithani Side Pattern Motifs\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Handcrafted by Skilled Indian Artisans\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003ePortability\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Foldable, Lightweight \u0026amp; Easy to Store\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Durable \u0026amp; Suitable for Multi-Festival Usage\n                            \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 id=\"faqs\"\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\"\u003e\n                            Can I customize the size and color?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n\n                            Yes, customized sizes, colors,\n                            and additional detailing options\n                            are available upon request.\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this backdrop reusable?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n\n                            Absolutely. The premium silk fabric\n                            and durable craftsmanship make it\n                            suitable for long-term festive reuse.\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is it easy to maintain?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n\n                            Yes, the lightweight fabric is easy\n                            to fold and store. Dry cleaning is\n                            recommended for long-lasting shine.\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Which festivals is it suitable for?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n\n                            Perfect for Ganesh Chaturthi,\n                            Navratri, Diwali, weddings,\n                            pooja décor, and traditional events.\n\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594254475477,"sku":"side_bg_gnsh_chaturthi_red","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/38-768x768.png?v=1775732867"},{"product_id":"paithani-temple-pattern-backdrop-for-ganesh-chaturthi-green","title":"Paithani Temple Pattern Backdrop for Ganesh Chaturthi – Green","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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: 'Segoe UI', Tahoma, Geneva, Verdana, 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\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        }\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            content: '−';\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\u003ePaithani Temple Pattern Backdrop for Ganesh Chaturthi – Green\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the breathtaking Paithani Temple Pattern Backdrop. Hand-crafted by skilled artisans, this elegant decorative masterpiece beautifully combines traditional Paithani weaving heritage with a luxurious temple-inspired design aesthetic. Featuring a rich festive appearance with zari-inspired detailing, decorative tassels, and heritage motifs, this reusable and lightweight backdrop creates a grand spiritual ambiance for Ganesh Chaturthi, Navratri, Diwali, pooja setups, home mandaps, and festive décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eArtisanal Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHand-crafted by skilled traditional artisans.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Paithani weaving artistry.\u003c\/li\u003e\n\u003cli\u003eElegant temple-style decorative detailing.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Materials\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using premium silk blend fabric.\u003c\/li\u003e\n\u003cli\u003eDecorated with luxurious zari-style borders.\u003c\/li\u003e\n\u003cli\u003eIncludes tassels and traditional motifs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSustainable \u0026amp; Reusable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, and easy to store.\u003c\/li\u003e\n\u003cli\u003eReusable festive décor solution.\u003c\/li\u003e\n\u003cli\u003eSpace-saving alternative to heavy frames.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eBespoke Customization\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCustom sizes and designs available.\u003c\/li\u003e\n\u003cli\u003eMultiple festive variations possible.\u003c\/li\u003e\n\u003cli\u003ePerfect for unique home mandap setups.\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!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specifications\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eTechnical Specifications\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eGolden, Purple \u0026amp; Pink Festive Theme\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTemple Arch Inspired Layout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDecorative Elements\u003c\/td\u003e\n\u003ctd\u003ePeacock Motifs, Tassels \u0026amp; Borders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHand-crafted by Traditional Artisans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable \u0026amp; Reusable\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 id=\"faqs\"\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 backdrop reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, this premium backdrop is designed for long-term festive use and can be reused across multiple celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this backdrop for other festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It is ideal for Ganesh Chaturthi, Navratri, Diwali, weddings, pooja setups, and traditional festive décor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre customization options available?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, alternate sizes, colors, and decorative styles can be customized upon request.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I maintain the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eTo preserve the premium fabric and decorative detailing, dry cleaning and careful folded storage are recommended.\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":"Default Title","offer_id":53594266173653,"sku":"temple_bg_gnsh_chaturthi_green","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-768x768.jpg?v=1775733214"},{"product_id":"paithani-temple-pattern-backdrop-for-ganesh-chaturthi-mango","title":"Paithani Temple Pattern Backdrop for Ganesh Chaturthi – Mango","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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\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        }\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        @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\u003ePaithani Temple Pattern Backdrop for Ganesh Chaturthi – Mango\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the breathtaking elegance of this premium handcrafted silk backdrop. Combining a warm mango-yellow aesthetic with luxurious zari-inspired detailing, this masterpiece beautifully reflects the grandeur of traditional Indian temple décor. Inspired by authentic Paithani weaving artistry, this reusable and eco-friendly backdrop creates a majestic atmosphere for Ganesh Chaturthi, Navratri, Diwali, pooja setups, home mandaps, and festive celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHand-crafted by skilled traditional artisans.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Paithani weaving heritage.\u003c\/li\u003e\n\u003cli\u003eFeatures temple arches, peacock motifs, and decorative vine detailing.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Materials\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using premium silk blend fabric.\u003c\/li\u003e\n\u003cli\u003eDecorated with luxurious zari-style borders.\u003c\/li\u003e\n\u003cli\u003eElegant tassel detailing enhances festive appeal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eModern Utility \u0026amp; Convenience\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, and easy to store.\u003c\/li\u003e\n\u003cli\u003eDurable reusable design for yearly celebrations.\u003c\/li\u003e\n\u003cli\u003ePerfect for pooja setups and festive backdrops.\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!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specifications\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eTechnical Specifications\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Grade Silk Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eGolden, Purple \u0026amp; Pink Festive Theme\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Temple Arch Layout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDecorative Elements\u003c\/td\u003e\n\u003ctd\u003ePeacock Motifs, Vines \u0026amp; Tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable \u0026amp; Reusable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eDry Clean Only\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 id=\"faqs\"\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 backdrop reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, this backdrop is designed for long-term festive usage and can be reused across multiple celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs installation easy?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Its lightweight structure allows easy installation using hooks, clips, or backdrop stands.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I customize the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, custom sizes and alternate festive color variations are available upon request.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFold the backdrop carefully and store it inside a breathable cotton or muslin cloth in a cool and dry place.\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":"Default Title","offer_id":53594266665173,"sku":"temple_bg_gnsh_chaturthi_mango","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/27-768x768.png?v=1775733338"},{"product_id":"paithani-temple-pattern-backdrop-for-ganesh-chaturthi-maroon","title":"Paithani Temple Pattern Backdrop for Ganesh Chaturthi – Maroon","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            \/* GOLDEN + PURPLE + PINK THEME *\/\n\n            --bg-primary: #210028;\n\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.90);\n\n        }\n\n        * {\n\n            margin: 0;\n\n            padding: 0;\n\n            box-sizing: border-box;\n\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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\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        }\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        @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\u003ePaithani Temple Pattern Backdrop for Ganesh Chaturthi – Maroon\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eTransform your sacred space into a majestic sanctuary with this premium Paithani Temple Pattern Backdrop. Hand-crafted by skilled artisans, this luxury backdrop beautifully combines India’s rich Paithani weaving heritage with elegant temple-inspired festive aesthetics. Featuring a regal maroon-inspired festive presentation, shimmering zari-style detailing, and intricate traditional motifs, this backdrop creates a divine atmosphere for Ganesh Chaturthi, pooja setups, festive mandaps, spiritual celebrations, and cultural décor styling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eArtisanal Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHand-crafted by skilled traditional artisans.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Paithani weaving heritage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLuxurious Festive Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant zari-style decorative detailing.\u003c\/li\u003e\n\u003cli\u003eTraditional peacock motifs and temple arches.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReusable \u0026amp; Convenient\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, and easy to store.\u003c\/li\u003e\n\u003cli\u003ePerfect for multiple festive celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Decorative Appeal\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEnhances pooja rooms and festive mandaps instantly.\u003c\/li\u003e\n\u003cli\u003eCreates a luxurious spiritual backdrop setting.\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!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specifications\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeaving Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Inspired Weave\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme Colors\u003c\/td\u003e\n\u003ctd\u003eGolden, Purple \u0026amp; Pink Festive Theme\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Elements\u003c\/td\u003e\n\u003ctd\u003eTemple Arches, Peacock Motifs \u0026amp; Decorative Borders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable \u0026amp; Reusable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Pooja Mandaps \u0026amp; Festive Decor\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 id=\"faqs\"\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 backdrop reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, this premium backdrop is reusable and crafted for long-term festive usage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs installation easy?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Its lightweight design allows easy installation using hooks, clips, tape, or backdrop stands.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I customize the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, customization options including alternate sizes and festive styling variations are available upon request.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for other festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, this backdrop is ideal for Ganesh Chaturthi, Navratri, Diwali, pooja setups, weddings, and traditional 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","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594267451605,"sku":"temple_bg_gnsh_chaturthi_maroon","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/28-768x768.png?v=1775733477"},{"product_id":"paithani-temple-pattern-backdrop-for-ganesh-chaturthi-orange","title":"Paithani Temple Pattern Backdrop for Ganesh Chaturthi – Orange","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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\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        }\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            content: '−';\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\u003ePaithani Temple Pattern Backdrop for Ganesh Chaturthi – Orange\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your home's spiritual and festive ambiance with our Paithani Temple Pattern Backdrop. Hand-crafted by skilled artisans, this exquisite piece bridges the grand heritage of traditional Paithani weaving with majestic temple layouts. Set against a vibrant festive aesthetic and woven with shimmering zari-inspired elegance, this backdrop delivers a premium, soulful, and reusable decorative experience for Ganesh Chaturthi, pooja setups, festive mandaps, and traditional celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eArtisan Heritage \u0026amp; Craft\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHand-crafted by skilled traditional artisans.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Paithani weaving artistry.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eIntricate Traditional Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant zari-style decorative borders.\u003c\/li\u003e\n\u003cli\u003eTemple arches, peacock motifs, and classic festive detailing.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eModern Utility \u0026amp; Convenience\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, and reusable.\u003c\/li\u003e\n\u003cli\u003eEasy setup and compact storage solution.\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!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specifications\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Blend Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeaving Technique\u003c\/td\u003e\n\u003ctd\u003eTraditional Paithani Inspired Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Theme\u003c\/td\u003e\n\u003ctd\u003eGolden, Purple \u0026amp; Pink Festive Theme\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Elements\u003c\/td\u003e\n\u003ctd\u003eTemple Arches, Peacock Motifs, Decorative Borders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable \u0026amp; Reusable\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 id=\"faqs\"\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 backdrop reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, this backdrop is crafted for long-term festive usage and can be reused across multiple celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs installation easy?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Its lightweight structure allows easy installation using hooks, tape, or backdrop stands.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I customize the design?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, custom sizes and color variations can be created upon request.\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":"Default Title","offer_id":53594280362197,"sku":"temple_bg_gnsh_chaturthi_orange","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/29-768x768.png?v=1775734496"},{"product_id":"paithani-temple-pattern-backdrop-for-ganesh-chaturthi-purple","title":"Paithani Temple Pattern Backdrop for Ganesh Chaturthi – Purple Wine","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Temple Pattern Backdrop for Ganesh Chaturthi – Purple\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2b0036;\n            --bg-secondary: #4a0d5c;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.28);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #f6d7ff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n\n            --blur: blur(16px);\n\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(135deg, #2b0036, #4a0d5c, #6d1b7b);\n\n            color: var(--text-primary);\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\n            border-radius: 18px;\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.3s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.65);\n\n            box-shadow: 0 16px 48px rgba(255, 20, 147, 0.5);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\n\n            text-align: center;\n\n            text-shadow: 0 0 12px rgba(255, 215, 0, 0.45);\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.8;\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.08);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 4px solid #ffd700;\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.1);\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: 14px;\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.2);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.15);\n\n            color: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.2);\n\n            transition: 0.3s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.5);\n\n            transform: translateY(-2px);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\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.7;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.12);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Temple Pattern Backdrop for Ganesh Chaturthi – Purple\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Step into a realm of divine elegance with our Paithani Temple Pattern Backdrop. Exquisitely hand-woven by master artisans, this masterpiece beautifully preserves Maharashtra's legendary weaving heritage. Combining a regal purple silk base with luminous gold-zari borders, majestic temple arches, and delicate peacock motifs, this premium backdrop forms a sacred doorway that instantly elevates your home altar, mandap, or festive photo-zones. Designed as a high-end, sustainable, and reusable alternative to disposable decor, it brings timeless spiritual splendor to your Ganesh Chaturthi, Navratri, and Diwali celebrations.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"qualities\"\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 Artisanal Legacy\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eHand-Loom Heritage:\u003c\/strong\u003e Intricately hand-woven by skilled artisans, keeping Maharashtra's historic and revered Paithani weaving legacy alive in every thread.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eOne-of-a-Kind Charm:\u003c\/strong\u003e Embraces the unique elegance and structural richness that only authentic human craftsmanship can deliver.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eRegal \u0026amp; Sacred Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eImperial Color Palette:\u003c\/strong\u003e Features a majestic, deep purple silk base contrasted with radiant, premium gold-zari borders.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eTraditional Motifs:\u003c\/strong\u003e Richly decorated with traditional geometric layouts and beautiful peacock illustrations.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSacred Portal Design:\u003c\/strong\u003e Designed with a classic temple pattern that frames your deity like a royal, celestial archway.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eHighly Practical \u0026amp; Eco-Friendly\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSustainable Luxury:\u003c\/strong\u003e Provides a refined, zero-waste alternative to single-use plastics and synthetic party decorations.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eConvenient and Portable:\u003c\/strong\u003e Amazingly lightweight, easy to fold, and simple to set up, take down, and store.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eEnduring Beauty:\u003c\/strong\u003e Engineered to remain pristine and vibrant, ready to grace your home for many festive seasons to come.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eBespoke Personalization\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eTailored to Your Space:\u003c\/strong\u003e Choose from customizable options for custom dimensions, alternate base colors, or enhanced zari detailing to complement your home's unique layout.\n                            \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        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\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\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePremium hand-loom silk blend with high-grade gold-plated metallic zari thread\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003ePrimary Color\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eRegal Imperial Purple\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eAccent Details\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eLuminous metallic gold-zari, multi-hued peacock and geometric motifs\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eDesign Form\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eTraditional Maharashtrian Paithani border framing a temple archway pattern\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eUltra-lightweight, compact-foldable, and highly travel-friendly\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eReusability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eEco-friendly and durable; built to be reused year after year\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eCustomization Options\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eAvailable upon request (custom dimensions, alternative color palettes, added border embellishments)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eOrigin\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e100% Handcrafted in Maharashtra, India\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        \u003csection id=\"faqs\"\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\"\u003e\n                            How do I hang and secure this backdrop?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Due to its lightweight fabric composition, this Paithani backdrop can be easily hung using standard curtain rods, magnetic clips, backdrop frame stands, or damage-free adhesive wall hooks.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the recommended cleaning and maintenance routine?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To protect the intricate silk weave and preserve the luster of the gold-zari motifs, we recommend professional dry cleaning only. Store the backdrop folded inside a breathable muslin or cotton cloth in a dry, cool place away from moisture.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I order this backdrop in a customized size or color?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! We support bespoke requests. You can customize the dimensions to fit your specific home mandap or select alternative traditional colorways such as royal green, vermillion red, or crimson.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What makes this backdrop a more sustainable choice?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike disposable vinyl, paper, or plastic-based festive backdrops that end up in landfills, our Paithani backdrop is hand-woven from biodegradable premium natural-blend fibers and is built to last for many festive seasons.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594281509077,"sku":"temple_bg_gnsh_chaturthi_purple","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/30-768x768.png?v=1775734617"},{"product_id":"paithani-temple-pattern-backdrop-for-ganesh-chaturthi-red","title":"Paithani Temple Pattern Backdrop for Ganesh Chaturthi – Red","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Temple Pattern Backdrop for Ganesh Chaturthi - Red\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2b0036;\n            --bg-secondary: #3d014d;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #f6d7ff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n\n            --blur: blur(16px);\n\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: var(--bg-primary);\n\n            color: var(--text-primary);\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\n            border-radius: 16px;\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.3s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 20, 147, 0.5);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\n\n            text-align: center;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.8;\n\n            text-align: center;\n\n            max-width: 800px;\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.08);\n\n            padding: 2rem;\n\n            border-radius: 12px;\n\n            border-left: 4px solid #ffd700;\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.1);\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: 12px;\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.2);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.15);\n\n            color: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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: 10px;\n\n            border: 1px solid rgba(255, 215, 0, 0.2);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\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.6;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.1);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Temple Pattern Backdrop for Ganesh Chaturthi - Red\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Immerse your home in spiritual grandeur and timeless heritage with our hand-crafted Paithani Temple Pattern Backdrop. Fashioned from premium silk fabric in a bold, festive red, this eco-friendly decorative backdrop marries traditional Maharashtrian Paithani weaving with a majestic temple arch design. Styled with shimmering gold-zari borders, peacock motifs, and hanging tassels, it serves as a stunning, sustainable alternative to synthetic decor—bringing artisan soul and authentic Indian heritage straight to your sacred spaces.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"qualities\"\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 Artisan Craftsmanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eAuthentic Paithani Weaving Influence:\u003c\/strong\u003e Designed with intricate temple-inspired patterns that beautifully capture the richness of traditional Maharashtrian textile artistry.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRoyal Festive Presentation:\u003c\/strong\u003e The luxurious blend of red, golden, purple, and pink tones creates a divine and elegant decorative atmosphere.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Decorative Styling\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eGold-Zari Detailing:\u003c\/strong\u003e Features shimmering zari-inspired borders that elevate the grandeur of your Ganpati mandap or pooja backdrop.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eElegant Temple Motifs:\u003c\/strong\u003e Adorned with detailed peacock artwork, temple arches, floral vines, and hanging tassel accents for a complete festive appearance.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eReusable \u0026amp; Practical Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eLightweight Construction:\u003c\/strong\u003e Easy to fold, carry, mount, and store after use without occupying excess space.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eMulti-Festival Utility:\u003c\/strong\u003e Ideal for Ganesh Chaturthi, Navratri, Diwali, housewarmings, pooja rooms, and traditional family ceremonies.\n                            \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        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\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\u003e\u003cstrong\u003eMaterial Composition\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePremium Silk Fabric with Decorative Gold-Zari Styling\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eColor Combination\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eFestive Red Base with Rich Golden Highlights and Traditional Accents\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eDesign Theme\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eTraditional Paithani Temple Pattern with Peacock and Floral Artwork\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eDecorative Elements\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eTemple Arch Motifs, Hanging Tassels, Peacock Designs, and Ornamental Borders\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eStorage \u0026amp; Portability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eFoldable, lightweight, and compact for convenient festive storage\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eIdeal Applications\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Navratri, Diwali, Home Mandirs, and Spiritual Decorations\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eCraftsmanship Origin\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eInspired by Traditional Indian Handloom and Paithani Heritage Designs\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        \u003csection id=\"faqs\"\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\"\u003e\n                            Can this backdrop be reused for multiple festive seasons?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely. The premium silk-style material and durable craftsmanship make this backdrop highly reusable for Ganesh Chaturthi, Navratri, Diwali, and future family celebrations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the backdrop lightweight and easy to install?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. Its lightweight construction allows quick and hassle-free installation using wall hooks, double-sided tape, curtain clips, pins, or standard backdrop stands.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How should I maintain the fabric and zari detailing?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To preserve the shine and elegance of the fabric and decorative zari work, gentle dry cleaning is recommended. Store folded neatly in a cool and dry place after use.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Does the design match traditional Indian festive decor themes?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. The Paithani-inspired temple layout, peacock motifs, gold detailing, and rich festive colors are specifically designed to complement traditional Indian pooja and mandap decorations beautifully.\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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594290159829,"sku":"temple_bg_gnsh_chaturthi_red","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/31-768x768.png?v=1775735152"},{"product_id":"paithani-three-chakra-backdrop-set-for-ganesh-chaturthi-24-inch-2-small-15-inch-panels","title":"Paithani Three Chakra Backdrop Set for Ganesh Chaturthi – 24 Inch + 2 Small (15 Inch) Panels","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Three Chakra Backdrop Set for Ganesh Chaturthi – 24 Inch + 2 Small (15 Inch) Panels\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2b0036;\n            --bg-secondary: #3d014d;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #f6d7ff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n\n            --blur: blur(16px);\n\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: var(--bg-primary);\n\n            color: var(--text-primary);\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\n            border-radius: 16px;\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.3s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 20, 147, 0.5);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\n\n            text-align: center;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.8;\n\n            text-align: center;\n\n            max-width: 800px;\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.08);\n\n            padding: 2rem;\n\n            border-radius: 12px;\n\n            border-left: 4px solid #ffd700;\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.1);\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: 12px;\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.2);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.15);\n\n            color: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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: 10px;\n\n            border: 1px solid rgba(255, 215, 0, 0.2);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\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.6;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.1);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Three Chakra Backdrop Set for Ganesh Chaturthi – 24 Inch + 2 Small (15 Inch) Panels\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive home celebrations with the regal elegance of our Paithani Three Chakra Backdrop Set. Beautifully engineered to blend rich Maharashtrian heritage with contemporary living, this coordinated three-piece layout brings vibrant traditional Indian aesthetics to your pooja space. Perfect for modern, space-conscious households, it offers a budget-friendly, lightweight, and incredibly practical alternative to heavy wooden or metal frames, allowing you to honor sacred traditions effortlessly.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"qualities\"\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\u003eHeritage Paithani Aesthetic\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eTraditional Floral Brocade Design:\u003c\/strong\u003e Features intricately printed Paithani-inspired artwork that reflects the elegance of authentic Maharashtrian silk weaving traditions.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRoyal Festive Appeal:\u003c\/strong\u003e The luxurious golden, purple, and pink visual styling creates a rich and divine atmosphere for your pooja setup.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eBalanced Three-Panel Layout\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePerfect Symmetry:\u003c\/strong\u003e Includes one large 24-inch centerpiece with two matching 15-inch side panels for a grand and balanced decorative frame.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eProfessional Decorative Finish:\u003c\/strong\u003e Gives your Ganpati mandap a coordinated and premium festive appearance without complicated arrangements.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePortable \u0026amp; Practical Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eLightweight Construction:\u003c\/strong\u003e Easy to carry, position, mount, remove, and store after celebrations with minimal effort.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFlexible Installation:\u003c\/strong\u003e Compatible with wall hooks, double-sided tape, pins, and backdrop stands for versatile placement options.\n                            \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        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\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\u003e\u003cstrong\u003eProduct Name\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePaithani Three Chakra Backdrop Set\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eIncluded Components\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e1 Large Center Panel + 2 Coordinated Side Panels\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eCenter Panel Dimension\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e24 Inches Diameter\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eSide Panel Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e15 Inches Diameter Each\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eDesign Inspiration\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Floral Brocade Artwork\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eUltra-lightweight, foldable, and easy to store\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eInstallation Options\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eWall mounting, adhesive hooks, pins, or backdrop stand compatibility\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eIdeal Occasions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Gauri Pooja, Housewarmings, and Festive Ceremonies\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        \u003csection id=\"faqs\"\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\"\u003e\n                            How can I install these backdrop panels?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The panels are designed with lightweight materials, allowing easy installation using double-sided tape, wall hooks, push pins, or backdrop stands without damaging your walls or requiring heavy support.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this backdrop suitable for compact apartment spaces?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely. The slim and lightweight design makes it ideal for apartments, compact pooja rooms, and modern indoor setups where bulky wooden structures are difficult to manage.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I purchase individual panels separately?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. You may choose the complete coordinated three-piece set for a balanced festive appearance or purchase individual panels depending on your decorative requirements.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Does the print quality resemble real Paithani artwork?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. The backdrop features high-definition Paithani-inspired floral brocade prints that closely recreate the rich and luxurious appearance of authentic traditional textile craftsmanship.\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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594300416213,"sku":"3_chakra_ganpati_decoration_24in","price":1947.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-768x768_1_c548a450-347c-4525-8d66-ac657e7f85af.jpg?v=1775735295"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-maroon-theme-7-items-free-samai-asan","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Maroon Theme (7 Items + Free Samai Asan)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Maroon Theme\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2a0033;\n            --bg-secondary: #4a0d5d;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.28);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #f7d8ff;\n\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.28);\n\n            --blur: blur(16px);\n\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(135deg, #2a0033, #4a0d5d, #5b114f);\n\n            color: var(--text-primary);\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\n            border-radius: 16px;\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.3s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.65);\n\n            box-shadow: 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: var(--text-primary);\n\n            text-align: center;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.8;\n\n            text-align: center;\n\n            max-width: 800px;\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.08);\n\n            padding: 2rem;\n\n            border-radius: 12px;\n\n            border-left: 4px solid #ffd700;\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.12);\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: 12px;\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.2);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.15);\n\n            color: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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: 10px;\n\n            border: 1px solid rgba(255, 215, 0, 0.2);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\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.6;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.1);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Maroon Theme (7 Items + Free Samai Asan)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Transform your home into a royal sanctuary this festive season with our expertly curated maroon-themed decoration set. Pairing traditional Paithani-inspired motifs with a deeply resonant color palette, this cohesive seven-piece display instantly elevates your mandap, pooja room, or home entrance. Designed for contemporary families who value cultural authenticity without the stress of matching individual decor pieces, this kit offers a seamless, beautiful, and royal backdrop for your sacred celebrations. Best of all, it features shape-retaining, lightweight materials for a swift setup, complemented by a free matching samai asan to host your sacred lamp or kalash with absolute grace.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"qualities\"\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\u003eHeritage-Inspired Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eTraditional Paithani Motifs:\u003c\/strong\u003e Highlight centuries-old Indian cultural artistry and design excellence.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRoyal Maroon Theme:\u003c\/strong\u003e A stunning maroon and golden palette brings warmth, devotion, and elegance to your sacred setup.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSeamless All-In-One Setup\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eComplete 7-Piece Set:\u003c\/strong\u003e Avoid the hassle of sourcing mismatched individual decor items with this coordinated festive combo.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eProfessional Festive Look:\u003c\/strong\u003e Creates a polished, visually balanced mandap arrangement with zero design guesswork.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eLightweight \u0026amp; Durable Build\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eShape-Retaining Structure:\u003c\/strong\u003e Premium materials hold their form beautifully during installation and repeated use.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eEasy Handling:\u003c\/strong\u003e Lightweight construction allows quick hanging, shifting, and decorating without stress.\n                            \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        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\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\u003e\u003cstrong\u003eProduct Theme\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eRoyal Indian Traditional (Paithani Motif Influence)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eColor Palette\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eRich Maroon, Golden Accents, and Festive Highlights\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTotal Pieces\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e7 Coordinated Decorative Items + 1 Free Matching Samai Asan\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eKey Material Features\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eLightweight, rigid structural core, shape-retaining technology\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMounting \u0026amp; Placement\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eWall hanging, backdrop mounting, mandap pillars, door entrances, or tabletop placement\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eOccasions Supported\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Gauri Ganpati, Varalakshmi Vratam, Housewarmings, and Mandir Upgrades\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        \u003csection id=\"faqs\"\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\"\u003e\n                            What is included in the combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set includes seven coordinated Paithani-themed decorative pieces along with a free matching Samai Asan designed for your diya, lamp, or kalash placement.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the setup lightweight and easy to handle?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. The complete set is crafted using lightweight yet durable materials, making installation, adjustment, and storage extremely simple and hassle-free.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can this set be reused for other festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. Its timeless Paithani-inspired design and reusable construction make it ideal for Diwali, housewarmings, Gauri Pooja, and many traditional celebrations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the purpose of the free Samai Asan?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The matching Samai Asan acts as a decorative and protective base for your lamp or kalash, helping create a cohesive and elegant festive presentation.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594306085077,"sku":"ganpati_decoration_maroontheme_7","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/02-5-768x768.jpg?v=1775735889"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-orange-theme-7-items-free-samai-asan","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Orange Theme (7 Items + Free Samai Asan)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Orange Theme\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2a0038;\n            --bg-secondary: #4a0a5c;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.28);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #ffd9f5;\n\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n\n            --blur: blur(16px);\n\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: linear-gradient(135deg, #2a0038, #4a0a5c, #6a0572);\n\n            color: var(--text-primary);\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\n            border-radius: 16px;\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.3s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.65);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\n\n            text-align: center;\n\n            text-shadow: 0 0 12px rgba(255, 215, 0, 0.4);\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: #ffd700;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.8;\n\n            text-align: center;\n\n            max-width: 800px;\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.08);\n\n            padding: 2rem;\n\n            border-radius: 12px;\n\n            border-left: 4px solid #ffd700;\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.12);\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: 12px;\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.18);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.14);\n\n            color: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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: 10px;\n\n            border: 1px solid rgba(255, 215, 0, 0.22);\n\n            transition: all 0.3s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.5);\n\n            transform: translateY(-4px);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\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.6;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.12);\n\n            padding-top: 1rem;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Orange Theme (7 Items + Free Samai Asan)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the ultimate stress-free decor solution. Infused with a vibrant, warm orange theme and adorned with intricate Paithani-inspired motifs reflecting centuries-old Maharashtrian heritage, this curated 7-piece ensemble creates a sacred, visually spectacular, and harmonious altar. Designed to eliminate the hassle of hunting for mismatched individual ornaments, this complete set delivers premium traditional artistry directly to your home—complete with a free matching Samai Asan to round out your divine setup.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"qualities\"\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\u003eRich Heritage \u0026amp; Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePaithani-Inspired Motifs:\u003c\/strong\u003e Features elegant traditional patterns mirroring authentic Maharashtrian textile art to add royal cultural prestige to your pooja room.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Orange Palette:\u003c\/strong\u003e The warm, inviting orange tone generates a joyous, spiritually charged atmosphere, welcoming prosperity and positivity.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSimplicity \u0026amp; Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eComplete 7-Piece Set:\u003c\/strong\u003e Visually synchronized and pre-curated to ensure your festive backdrop looks highly professional and cohesive without individual sourcing.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFeather-Light Design:\u003c\/strong\u003e Engineered for quick, effortless mounting, adjusting, and rearranging. Zero tools or heavy lifting required.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eExtra Value Included\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFree Samai Asan:\u003c\/strong\u003e Includes a perfectly matched decorative mat for your brass oil lamps, preventing oil spills while beautifully grounding your altar layout.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eCost-Effective Elegance:\u003c\/strong\u003e Enjoy premium, luxury-grade festive styling at a highly economical package rate.\n                            \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        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\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\u003e\u003cstrong\u003eTheme \u0026amp; Motif Style\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eRoyal Maharashtrian Paithani Heritage (Warm Orange Colorway)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTotal Piece Count\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e8 Pieces total (7 Coordinated Decorative Elements + 1 Free Matching Samai Asan)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Quality\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePremium, lightweight eco-friendly craft board with high-definition digital prints\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eIdeal Occasions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Griha Pravesh (Housewarmings), Varalakshmi Vratam, and Festive Pujas\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eSetup Time\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eUnder 10 minutes (Tool-free installation and alignment)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eReusability \u0026amp; Storage\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eDurable, flat-pack design allowing effortless disassembly, storage, and repeated seasonal use\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        \u003csection id=\"faqs\"\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\"\u003e\n                            What is included in this 7-piece combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set includes seven coordinated decorative elements designed to frame and beautify your main altar, plus a matching Samai Asan (protective oil lamp mat) absolutely free of charge.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the setup reusable for future festivals like Diwali?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! The components are made from lightweight, high-quality, and sturdy materials. You can easily dismantle the setup, store it flat in a dry space, and reuse it for Diwali, housewarmings, or next year's celebrations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I mount or place these decorative items?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Because the elements are exceptionally lightweight, they can be easily affixed to walls, wooden panels, or fabric backdrops using standard, wall-safe double-sided tape, hook-and-loop fasteners, or push pins. No complex drilling or hammering is required.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the purpose of the free Samai Asan?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The Samai Asan acts as a beautiful decorative base mat for your traditional oil lamps (Samai). It protects your tables or floors from oil residue and completes the cohesive look of your festive setup.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594311950549,"sku":"ganpati_decoration_orangetheme_7","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-1-768x768.jpg?v=1775736018"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-purple-theme-7-items-free-samai-asan","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Purple Theme (7 Items + Free Samai Asan)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Purple Theme\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2b0036;\n            --bg-secondary: #3d014d;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #f6d7ff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n\n            --blur: blur(16px);\n\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: var(--bg-primary);\n\n            color: var(--text-primary);\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\n            border-radius: 16px;\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.3s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 20, 147, 0.5);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\n\n            text-align: center;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.8;\n\n            text-align: center;\n\n            max-width: 800px;\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.08);\n\n            padding: 2rem;\n\n            border-radius: 12px;\n\n            border-left: 4px solid #ffd700;\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.1);\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: 12px;\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.2);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.15);\n\n            color: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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: 10px;\n\n            border: 1px solid rgba(255, 215, 0, 0.2);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\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.6;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.1);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Purple Theme (7 Items + Free Samai Asan)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the royal elegance of this Paithani Ganpati Decoration Combo Set. Adorned in a majestic purple theme, this comprehensive seven-piece coordinated set seamlessly blends traditional heritage with contemporary design. Crafted with intricate Paithani-style motifs, it offers an effortless, visually stunning transformation for your pooja space. Perfect for homeowners and families seeking a hassle-free, elegant, and culturally rich decor experience for Ganesh Chaturthi, Diwali, housewarmings, and beyond, this reusable set comes complete with a bonus matching samai asan to beautifully host your sacred lamp or kalash.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"qualities\"\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\u003eHeritage Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRoyal Purple Palette:\u003c\/strong\u003e Immerse your pooja room in deep, majestic purple tones that evoke a sense of divinity and sophistication.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eAuthentic Paithani Motifs:\u003c\/strong\u003e Showcases intricate traditional designs celebrating India's rich handloom and textile heritage.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eComprehensive Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003e7-Piece Coordinated Set:\u003c\/strong\u003e A fully curated, thematic kit that provides a uniform, highly polished look without the need to source individual items.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFree Matching Samai Asan:\u003c\/strong\u003e Includes a bonus matching fabric asan (mat) designed specifically to anchor your samai (traditional lamp) or kalash gracefully.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eModern Functionality\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eUltra-Lightweight Design:\u003c\/strong\u003e Engineered for quick, stress-free setup, smooth alignment adjustments, and simple storage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eShape-Retaining Material:\u003c\/strong\u003e Constructed from resilient, premium fabrics that stay wrinkle-free and maintain their structural integrity throughout your multi-day celebrations.\n                            \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        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\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\u003e\u003cstrong\u003eProduct Title\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Purple Theme\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTotal Pieces\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e7 Coordinated Decorative Items + 1 Free Matching Samai Asan\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eColor Theme\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eRoyal Purple with Gold Accents and Traditional Highlights\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eDesign Motif\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Border and Artwork Style\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Composition\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePremium lightweight, shape-retaining textile blend\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eOccasions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Gauri Pooja, Diwali, Housewarming (Griha Pravesh), and Cultural Celebrations\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eReusability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eHighly durable and foldable; designed for multi-year reuse\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGently brush off dust with a dry cloth; store in a cool, dry place away from direct moisture\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        \u003csection id=\"faqs\"\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\"\u003e\n                            What is included in the 7-piece combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set includes seven beautifully coordinated, theme-matching decor elements designed to construct a complete pooja backdrop. Additionally, you receive one free matching Samai Asan (base mat) to elegantly place your oil lamp, brass samai, or sacred kalash.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the material durable enough to be stored and used next year?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! The set is made of premium, shape-retaining material that resists wrinkling and sagging. It is designed to be highly durable and easy to fold, making it incredibly convenient to pack away and reuse for successive festive seasons.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can this decoration set be used for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, while it is designed with Ganesh Chaturthi in mind, the timeless Paithani borders and royal purple aesthetic make it perfect for Diwali backdrops, Varalakshmi Vratham, housewarming ceremonies, Gauri Ganpati celebrations, and traditional Indian wedding events.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I clean and maintain the set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We recommend gently dusting the set with a clean, dry microfiber cloth after use. Avoid machine washing or harsh chemicals to preserve the vibrancy of the purple hue and metallic gold borders. Store flat or gently folded in a dry location.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594316308693,"sku":"ganpati_decoration_purpletheme_7","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-7-768x768.jpg?v=1775736199"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-red-theme-7-items-free-samai-asan","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Red Theme (7 Items + Free Samai Asan)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set - Red Theme\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2b0036;\n            --bg-secondary: #3d014d;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.25);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #f6d7ff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.35);\n\n            --blur: blur(16px);\n\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n            background: var(--bg-primary);\n\n            color: var(--text-primary);\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\n            border-radius: 16px;\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.3s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.6);\n\n            box-shadow: 0 16px 48px rgba(255, 20, 147, 0.5);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\n\n            text-align: center;\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        .overview {\n\n            font-size: 1.15rem;\n\n            line-height: 1.8;\n\n            text-align: center;\n\n            max-width: 800px;\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.08);\n\n            padding: 2rem;\n\n            border-radius: 12px;\n\n            border-left: 4px solid #ffd700;\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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.1);\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: 12px;\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.2);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.15);\n\n            color: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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: 10px;\n\n            border: 1px solid rgba(255, 215, 0, 0.2);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 600;\n\n            margin-bottom: 0.8rem;\n\n            cursor: pointer;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-question::after {\n\n        \n\n            font-size: 1.5rem;\n\n            color: #ffd700;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\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.6;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.1);\n\n            padding-top: 1rem;\n\n        }\n\n        .faq-answer.active {\n\n            display: block;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Red Theme\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the stunning 7-Piece Paithani Ganpati Decoration Combo Set. Draped in an auspicious, energy-filled red theme that symbolizes warmth and divine grace, this premium decor kit beautifully merges traditional Maharashtrian Paithani motifs with modern utility. Crafted for homeowners, families, and devotees who desire a cohesive, traditional, and entirely hassle-free setup, this budget-friendly kit eliminates the struggle of matching individual decorative items. Enjoy a clean, shape-retaining display that maintains its pristine beauty throughout your entire festival, complete with a complimentary matching Samai Asan to anchor your setup in timeless elegance.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003csection id=\"qualities\"\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\u003eCultural \u0026amp; Design Heritage\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003ePaithani-Inspired Elegance:\u003c\/strong\u003e Adds rich cultural depth and regional art heritage to your festive space with intricate traditional patterns.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eVibrant Red Theme:\u003c\/strong\u003e Radiates positive, auspicious energy, warmth, and divine festive vibes across your entire home.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eCoordinated Harmony:\u003c\/strong\u003e Offers a meticulously matching 7-piece set that guarantees an aesthetically unified backdrop.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePracticality \u0026amp; Durability\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRigid, Shape-Retaining Design:\u003c\/strong\u003e Constructed to hold its structure beautifully for a clean, professional, and tidy display.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eLightweight Portability:\u003c\/strong\u003e Remarkably easy to unpack, position, and shift without any heavy lifting or complicated tools.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eAll-In-One Convenience:\u003c\/strong\u003e Bypasses the stress and expense of hunting down individual matching items at local stores.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatility \u0026amp; Exclusive Value\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eFree Samai Asan Included:\u003c\/strong\u003e Comes with a matching, elegant base for your traditional lamp, enhancing overall visual balance.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eHighly Adaptable Setup:\u003c\/strong\u003e Effortlessly transforms pooja rooms, home entrances, mandaps, or living rooms.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eMulti-Festive Utility:\u003c\/strong\u003e Durable, reusable materials make it perfect for Ganesh Chaturthi, Diwali, housewarmings, and cultural events.\u003c\/li\u003e\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        \u003csection id=\"specifications\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003ctable\u003e\n\n                    \u003cthead\u003e\n\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eProduct Name\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTheme \u0026amp; Style\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Art Motif Motif in a Vibrant Red Theme\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eNumber of Items\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e7 Coordinated Decorative Pieces + 1 Free Matching Samai Asan (8 items total)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Qualities\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium, rigid, shape-retaining, and ultra-lightweight reusable materials\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSet-up Versatility\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eSuitable for Mandaps, Pooja Altars, Living Rooms, and Main Home Entrances\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePerfect for Occasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Grah Pravesh (Housewarmings), and Indian cultural ceremonies\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaintenance \u0026amp; Care\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eEasy to clean, wipeable, lightweight storage-friendly packaging\u003c\/td\u003e\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        \u003csection id=\"faqs\"\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\"\u003e\n                            What items are included in this decoration combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This comprehensive festive pack includes a 7-piece coordinated decoration kit carrying traditional Paithani-inspired designs in a beautiful red theme. You also receive a matching, free Samai Asan to serve as an elegant base for your festive oil lamp (Samai).\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the setup difficult to assemble and position?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Not at all! All 7 pieces in this set are intentionally designed to be lightweight, allowing you to easily handle and place them exactly where you like. Thanks to its rigid, shape-retaining construct, the set stands perfectly upright for a crisp and tidy look with zero fuss.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I reuse this set for other celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! The set is crafted using high-quality, durable materials that are built to last. You can safely store the pieces and reuse them for Diwali, family housewarmings, or any traditional and religious celebrations throughout the year.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Why is this combo set better than buying items separately?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Finding matching, high-quality, and culturally-inspired decor elements individually can be exhausting and expensive. This combo set gives you a pre-curated, budget-friendly designer setup out of the box, offering a sophisticated regional art heritage (Paithani) and a bonus accessory with no styling guesswork required.\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\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594321912021,"sku":"ganpati_decoration_redtheme_7","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-3-768x768.jpg?v=1775736451"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/collections\/2-7-768x768.jpg?v=1777977016","url":"https:\/\/kanira.in\/collections\/product-category-accessories.oembed","provider":"kanirapaithani","version":"1.0","type":"link"}