{"product_id":"paithani-temple-decoration-combo-set-for-ganesh-chaturthi-orange-theme-7-items-free-samai-asan","title":"Paithani Temple Decoration Combo Set for Ganesh Chaturthi (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\u003ePaithani Temple Decoration Combo Set (Orange Theme) - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            \/* PURPLE + GOLDEN + PINK THEME *\/\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: linear-gradient(\n                135deg,\n                #2b0036,\n                #4b0066,\n                #6a0572\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: 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        .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        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: #ffd700;\n\n            text-align: center;\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.4);\n\n            padding-bottom: 0.75rem;\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: #ffe8ff;\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, 182, 193, 0.08);\n\n            padding: 2rem;\n\n            border-radius: 12px;\n\n            border-left: 4px solid #ffd700;\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #ffd700;\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: #ffe8ff;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.1);\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        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        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        th {\n\n            background: rgba(255, 215, 0, 0.15);\n\n            color: #ffd700;\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n\n            color: #ffe8ff;\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        .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: #ffd700;\n        }\n\n        .faq-question::after {\n\n            content: '+';\n\n            font-size: 1.5rem;\n\n            transition: transform 0.3s;\n        }\n\n        .faq-item.active .faq-question::after {\n\n            content: '−';\n        }\n\n        .faq-answer {\n\n            color: #ffe8ff;\n\n            display: none;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\n        }\n\n        .faq-answer.active {\n\n            display: block;\n        }\n\n        @media(max-width:768px) {\n\n            h1 {\n\n                font-size: 2rem;\n            }\n\n            h2 {\n\n                font-size: 1.7rem;\n            }\n\n            .glass-card {\n\n                padding: 2rem;\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\u003ePaithani Temple Decoration Combo Set (Orange Theme)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Transform your home into a majestic festive sanctuary with the Paithani Temple Decoration Combo Set.\n                Beautifully curated for modern families celebrating Ganesh Chaturthi, Diwali, and housewarming ceremonies,\n                this complete 7-piece set delivers a hassle-free, culturally authentic decor solution.\n                Richly detailed with traditional Paithani-inspired motifs in a vibrant orange theme,\n                it instantly radiates heritage appeal while saving you the time of sourcing individual items.\n                To complete the auspicious aesthetic, this limited-edition set includes a complimentary,\n                matching Samai Asan to beautifully anchor your sacred lamp or kalash.\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\u003eVibrant Heritage Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eTraditional Paithani Motifs:\u003c\/strong\u003e Handcrafted-look patterns that highlight cultural richness and timeless Maharashtrian heritage.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eCoordinated 7-Piece Set:\u003c\/strong\u003e An all-inclusive setup with a cohesive, professional-looking orange theme that harmonizes effortlessly.\u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eEffortless Setup \u0026amp; Utility\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eLightweight \u0026amp; Sturdy:\u003c\/strong\u003e Engineered for quick, stress-free installation while offering exceptionally stable positioning on any surface.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eVersatile Layout Options:\u003c\/strong\u003e Perfect for compact pooja corners, expansive home mandaps, or welcoming entrance displays.\u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eExceptional Added Value\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eFree Samai Asan:\u003c\/strong\u003e Includes a matching themed base to elevate your oil lamp (samai) or decorative kalash.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eMulti-Occasion Reusability:\u003c\/strong\u003e Highly durable components that can be packed away easily and reused for year-round festive celebrations.\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\u003e\u003cstrong\u003eProduct Name\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePaithani Temple Decoration Combo Set for Ganesh Chaturthi (Orange Theme)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTotal Contents\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e7 Coordinated Decorative Accent Pieces + 1 Free Matching Samai Asan\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\u003eVibrant Festive Orange with Multi-Colored Heritage 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\u003eAuthentic Paithani-Inspired Traditional Motifs\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eIdeal Placement\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eHome Entrances, Pooja Rooms, Mandaps, and Living Rooms\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Properties\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePremium lightweight yet highly durable, moisture-resistant structured panels\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\u003eYes (Designed for easy dismantling, storage, and multiple festive seasons)\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 does the 7-piece combo set include?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The combo set includes 7 coordinated decorative temple pieces designed in a beautiful Paithani-inspired orange theme. \n                            It also comes with a complimentary matching Samai Asan that perfectly complements your diya, lamp, or kalash setup, \n                            creating a complete festive mandap arrangement effortlessly.\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 decoration set difficult to install?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, the set is specifically designed for quick and easy installation. \n                            The lightweight structure allows convenient placement and arrangement without the need for professional tools or assistance. \n                            You can complete your festive setup within just a few 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                            Can I use this decoration set for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. Its traditional Paithani-inspired design makes it ideal for multiple festive occasions including Diwali, \n                            Navratri, housewarming ceremonies, pooja room decoration, festive backdrops, and cultural 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                            How should I store the set after the festival is over?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Simply clean the decorative panels gently using a soft dry cloth, stack them safely, \n                            and store them in a cool and dry place away from moisture. \n                            The durable reusable material helps preserve the colors, finish, and overall appearance for future 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    \u003cscript\u003e\n\n        document.querySelectorAll('.faq-question').forEach(q =\u003e {\n\n            q.addEventListener('click', () =\u003e {\n\n                const parent = q.parentElement;\n\n                const answer = q.nextElementSibling;\n\n                parent.classList.toggle('active');\n\n                answer.classList.toggle('active');\n\n            });\n\n        });\n\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53600008765653,"sku":"tmple_decoration_7_orange","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-18-768x768.jpg?v=1775798754","url":"https:\/\/kanira.in\/products\/paithani-temple-decoration-combo-set-for-ganesh-chaturthi-orange-theme-7-items-free-samai-asan","provider":"kanirapaithani","version":"1.0","type":"link"}