{"product_id":"paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-maroon-theme-5-items-free-samai-asan","title":"Paithani Side Pattern Temple Decoration Combo Set for Ganesh Chaturthi (Maroon Theme – 5 Items + Free Samai Asan)","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\n    \u003ctitle\u003e\n        Paithani Side Pattern Temple Decoration Combo Set\n    \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: 0.8rem;\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            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 VISIBLE *\/\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        \u003c!-- Hero Section --\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Side Pattern Temple Decoration Combo Set\n                (Maroon Theme)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n\n                Elevate your home’s festive aura this Ganesh Chaturthi with a\n                majestic, all-in-one decoration solution. Specially curated for\n                families seeking to establish a grand Marathi heritage aesthetic,\n                this coordinated 5-piece set eliminates the stress of sourcing\n                individual ornaments.\n\n                Cloaked in a regal maroon color palette and accented with\n                intricate Paithani-inspired side patterns, it instantly\n                transforms your pooja room or mandap into a breathtaking,\n                culturally rich sanctuary.\n\n                Practical as it is beautiful, the set is crafted from\n                lightweight, shape-retaining materials for effortless setup,\n                and comes complete with a complimentary matching Samai Asan\n                to beautifully anchor your traditional lamp or kalash.\n\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities Section --\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 Majesty\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRoyal Maroon Theme:\u003c\/strong\u003e\n                                Immerse your home in a deep, rich maroon palette\n                                that represents traditional warmth, devotion,\n                                and festive royalty.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePaithani-Inspired Motifs:\u003c\/strong\u003e\n                                Intricate, heritage-driven side patterns\n                                showcase detailed Marathi craftsmanship,\n                                adding deep cultural authenticity.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eCoordinated Simplicity\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eAll-in-One Mandap Setup:\u003c\/strong\u003e\n                                Five perfectly coordinated festive pieces work\n                                in harmony to build a balanced, vibrant, and\n                                stunning background structure.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFree Matching Samai Asan:\u003c\/strong\u003e\n                                Includes a premium, complementary decorative\n                                base designed to elegantly elevate your festive\n                                samai (oil lamp) or kalash.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDesigned for Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eUltra-Lightweight Build:\u003c\/strong\u003e\n                                Thoughtfully constructed to be incredibly easy\n                                to position, hang, adjust, and safely store\n                                without damaging walls.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eExceptional Shape Retention:\u003c\/strong\u003e\n                                Crafted from resilient materials that resist\n                                sagging and creasing, keeping your mandap neat,\n                                crisp, and visually perfect throughout the\n                                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 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\u003eProduct Name\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Paithani Side Pattern Temple Decoration\n                                Combo Set (Maroon Theme)\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eTheme \u0026amp; Colorway\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Deep Maroon, Royal Gold,\n                                and Multi-color Heritage accents\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eMotif Design\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Traditional Marathi\n                                Paithani-inspired border panels\n                                and side motifs\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003ePackage Inclusions\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                5 Coordinated Mandap\/Backdrop Decoration Items\n                                + 1 Free Matching Samai Asan\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003ePrimary Material\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Premium, ultra-lightweight synthetic craft blend\n                                with high shape retention\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eMounting Type\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Wall-mountable, easy to hang with standard hooks,\n                                double-sided tape, or pins\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eCare \u0026amp; Maintenance\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Dust clean with a dry cloth; reusable year after\n                                year with simple, flat-pack storage\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eIdeal Application\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Ganesh Chaturthi Mandap,\n                                Pooja Room Backdrops,\n                                Diwali setups,\n                                and festive wall borders\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                            What exactly is included in this decoration combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The combo set includes five carefully coordinated\n                            decorative panels and side motifs that create a\n                            complete, balanced, and stunning mandap backdrop.\n                            You also receive a free, matching Paithani-themed\n                            Samai Asan, which serves as a majestic decorative\n                            base for a lamp or 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                            How easy is it to mount and take down the decoration?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Extremely easy! Because the pieces are crafted to be\n                            exceptionally lightweight, they can be easily\n                            positioned, hung, adjusted, and taken down using\n                            standard wall adhesives, push pins, or tape.\n                            This ensures a stress-free setup without any risk\n                            of damaging home paint or wood.\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 \"shape retention\" and why does it matter?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Many traditional cloth or paper decorations sag,\n                            wrinkle, or droop over the course of a multi-day\n                            festival. Our premium material boasts excellent\n                            shape retention, meaning it stays perfectly flat,\n                            crisp, and clean-cut from the first day of Bappa's\n                            arrival to the final day of the celebration.\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 pack this set up and reuse it for future festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. This set is designed to be highly durable\n                            and easy to store. At the end of the festival,\n                            simply wipe off any dust with a soft dry cloth and\n                            place the items flat in a box or drawer to reuse\n                            for Diwali, Gauri Ganpati, or next year's\n                            celebrations.\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":53599974293717,"sku":"side_tmple_decoration_5_maroon","price":1349.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-26-768x768.jpg?v=1775797777","url":"https:\/\/kanira.in\/products\/paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-maroon-theme-5-items-free-samai-asan","provider":"kanirapaithani","version":"1.0","type":"link"}