{"product_id":"paithani-temple-decoration-combo-set-for-ganesh-chaturthi-mango-theme-7-items-free-samai-asan","title":"Paithani Temple Decoration Combo Set for Ganesh Chaturthi (Mango Theme – 7 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 Temple Decoration Combo Set\n    \u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #1a0626;\n            --bg-secondary: #2b0d3a;\n\n            \/* Golden, Purple \u0026 Pink Theme *\/\n            --gold: #ffd700;\n            --gold-bright: #ffea00;\n\n            --purple: #7b2cbf;\n            --purple-dark: #4c1d95;\n\n            --pink: #ff4da6;\n\n            --glass-bg: rgba(255, 255, 255, 0.08);\n            --glass-border: rgba(255, 255, 255, 0.18);\n\n            --text-primary: #ffffff;\n            --text-secondary: #f3d9ff;\n\n            --shadow: 0 10px 35px rgba(0, 0, 0, 0.5);\n            --blur: blur(14px);\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:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--purple-dark),\n                    #3d1152\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: var(--glass-bg);\n            backdrop-filter: var(--blur);\n\n            border-radius: 20px;\n\n            border: 1px solid rgba(255, 255, 255, 0.15);\n\n            padding: 3rem;\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow);\n\n            transition: all 0.3s ease;\n        }\n\n        \/* Bright Golden Hover Border *\/\n        .glass-card:hover {\n            transform: translateY(-8px);\n\n            border-color: var(--gold-bright);\n\n            box-shadow:\n                0 0 25px rgba(255, 234, 0, 0.6),\n                0 16px 45px rgba(0, 0, 0, 0.7);\n        }\n\n        \/* Main Heading *\/\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n\n            text-align: center;\n\n            color: var(--gold-bright);\n\n            font-weight: 700;\n        }\n\n        \/* Section Headings *\/\n        h2 {\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--gold-bright);\n\n            border-bottom: 2px solid rgba(255, 255, 255, 0.2);\n\n            padding-bottom: 0.75rem;\n        }\n\n        \/* Subheadings *\/\n        h3 {\n            color: var(--gold-bright);\n\n            margin-bottom: 1rem;\n\n            font-size: 1.3rem;\n\n            font-weight: 700;\n        }\n\n        .overview {\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 2rem;\n\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n\n            grid-template-columns:\n                repeat(auto-fit, minmax(280px, 1fr));\n\n            gap: 2rem;\n\n            margin-top: 2rem;\n        }\n\n        .feature-group {\n            background: rgba(255, 255, 255, 0.05);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 5px solid var(--gold);\n\n            transition: all 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 255, 255, 0.08);\n\n            border-left-color: var(--gold-bright);\n\n            transform: translateY(-5px);\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:\n                1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        ul li::before {\n            content: '✦';\n\n            position: absolute;\n\n            left: 0;\n\n            color: var(--gold-bright);\n\n            font-weight: bold;\n\n            font-size: 1.1rem;\n        }\n\n        table {\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            overflow: hidden;\n\n            border-radius: 14px;\n\n            background: rgba(255, 255, 255, 0.04);\n        }\n\n        th,\n        td {\n            padding: 1.3rem 1.2rem;\n\n            text-align: left;\n\n            border-bottom:\n                1px solid rgba(255, 255, 255, 0.12);\n        }\n\n        th {\n            background:\n                linear-gradient(\n                    90deg,\n                    var(--purple),\n                    var(--pink)\n                );\n\n            color: #fff;\n\n            font-weight: 600;\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: 14px;\n\n            border:\n                1px solid rgba(255, 255, 255, 0.12);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: var(--gold-bright);\n\n            box-shadow:\n                0 0 20px rgba(255, 234, 0, 0.4);\n        }\n\n        .faq-question {\n            font-size: 1.15rem;\n\n            font-weight: 700;\n\n            margin-bottom: 1rem;\n\n            color: var(--gold-bright);\n        }\n\n        .faq-answer {\n            display: block;\n\n            color: var(--text-secondary);\n\n            line-height: 1.8;\n\n            margin-top: 0.5rem;\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            th,\n            td {\n                padding: 1rem;\n                font-size: 0.95rem;\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\u003e\n                Paithani Temple Decoration Combo Set for Ganesh Chaturthi\n                (Mango Theme – 7 Items + Free Samai Asan)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with an exquisite all-in-one\n                temple decor solution. Fusing traditional Paithani art with\n                contemporary lightweight craftsmanship, this beautifully\n                coordinated Mango Theme set allows homeowners to create a\n                magnificent and culturally rich pooja mandap effortlessly.\n                Perfect for Ganesh Chaturthi, Diwali, housewarmings, and\n                festive occasions.\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\u003eCoordinated Mango Theme\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Warm mango-inspired festive shades that brighten\n                                your pooja setup beautifully.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Carefully curated 7-piece decor combination for\n                                a complete premium festive appearance.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eTraditional Paithani Craftsmanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Elegant Paithani motifs inspired by rich Indian\n                                cultural heritage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Adds a luxurious and authentic traditional touch\n                                to temple decoration.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eEasy \u0026amp; Flexible Setup\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Lightweight materials make arrangement and\n                                repositioning extremely convenient.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Shape-retaining design suitable for both compact\n                                and spacious mandap setups.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eReusable \u0026amp; Value Packed\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                Includes a free matching Samai Asan for a\n                                complete coordinated look.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Durable and reusable for multiple festivals and\n                                celebrations.\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\u003eProduct Name\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Paithani Temple Decoration Combo Set\n                                (Mango Theme)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePackage Contents\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                7 Coordinated Decor Pieces +\n                                1 Free Matching Samai Asan\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eColor Palette\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Mango Yellow, Royal Purple,\n                                Golden \u0026amp; Pink Accents\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eDesign Motif\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Traditional Paithani Art Patterns\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Premium Lightweight Flexible\n                                Decorative Material\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eReusability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Reusable, Easy to Store \u0026amp;\n                                Durable for Multi-Year Use\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSuitable Occasions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Ganesh Chaturthi, Diwali,\n                                Grah Pravesh, Weddings \u0026amp;\n                                Traditional Festivals\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 items are included in this combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This premium combo set includes\n                            7 coordinated temple decoration elements\n                            designed in a beautiful mango theme along\n                            with a free matching Samai Asan for a\n                            complete festive setup.\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 easy to install?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, the decoration pieces are lightweight\n                            and easy to arrange, making installation\n                            and storage 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 fit small pooja spaces?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. The flexible design allows you\n                            to adjust and style the setup according to\n                            both compact and large temple 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                            Is this decoration reusable?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, this high-quality festive decoration\n                            set is reusable and suitable for multiple\n                            celebrations such as Ganesh Chaturthi,\n                            Diwali, weddings, and housewarming events.\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":53599999754453,"sku":"tmple_decoration_7_mango","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-14-768x768.jpg?v=1775798509","url":"https:\/\/kanira.in\/products\/paithani-temple-decoration-combo-set-for-ganesh-chaturthi-mango-theme-7-items-free-samai-asan","provider":"kanirapaithani","version":"1.0","type":"link"}