{"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","url":"https:\/\/kanira.in\/products\/ganesh-chaturthi-paithani-ganpati-decoration-combo-set-red-theme-7-items-free-samai-asan","provider":"kanirapaithani","version":"1.0","type":"link"}