{"product_id":"paithani-temple-decoration-combo-set-for-ganesh-chaturthi-purple-theme-7-items-free-samai-asan","title":"Paithani Temple Decoration Combo Set for Ganesh Chaturthi (Purple 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\u003c\/p\u003e\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.3rem;\n\n            margin-bottom: 0.8rem;\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\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Temple Decoration Combo Set for Ganesh Chaturthi (Purple Theme – 7 Items + Free Samai Asan)\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eTransform your home into a royal temple sanctuary this festive season. Departing from conventional red and gold palettes, our Paithani-inspired purple theme brings an exquisite royal depth to your Ganesha mandap, Diwali corner, or housewarming celebration. This premium all-in-one coordinated décor set balances rich cultural craftsmanship with modern convenience, making festive setup effortless, elegant, and visually stunning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES SECTION --\u003e\n\u003csection id=\"qualities\"\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\u003eElevated Design Harmony\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eComplete 7-piece coordinated festive décor set designed to eliminate mismatched decorations and setup confusion.\u003c\/li\u003e\n\u003cli\u003eRoyal purple theme enhances your mandap with rich elegance, luxury, and sophisticated festive aesthetics.\u003c\/li\u003e\n\u003cli\u003eTraditional Paithani-inspired artwork reflects timeless Maharashtrian craftsmanship and cultural beauty.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEasy Installation \u0026amp; Reusability\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight and easy-to-handle pieces allow effortless installation within minutes without complicated tools.\u003c\/li\u003e\n\u003cli\u003eDurable construction maintains shape and neat arrangement throughout long festive celebrations.\u003c\/li\u003e\n\u003cli\u003eReusable setup supports multiple festivals including Ganesh Chaturthi, Diwali, Navratri, and housewarming events.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Bonus Addition\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIncludes a complimentary matching Samai Asan for traditional lamp or kalash placement.\u003c\/li\u003e\n\u003cli\u003eEnhances the overall decorative harmony while providing a professional and premium temple presentation.\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 SECTION --\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\u003eTheme \/ Colorway\u003c\/td\u003e\n\u003ctd\u003eRoyal Purple with Festive Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Inspiration\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Paithani Art \u0026amp; Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Contents\u003c\/td\u003e\n\u003ctd\u003e7 Coordinated Temple Decoration Pieces + 1 Free Samai Asan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Eco-Friendly Decorative Board \u0026amp; Laminates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Time\u003c\/td\u003e\n\u003ctd\u003eQuick Setup Under 10 Minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Year Reusable Festive Decoration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Navratri, Housewarming Celebrations, Temple Decor \u0026amp; Puja Setups\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\"\u003eWhat is included in the combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer active\"\u003eThe combo package includes seven coordinated Paithani-inspired decorative temple décor pieces designed in a royal purple theme, along with one complimentary matching Samai Asan for traditional lamp or kalash placement. The set creates a complete premium festive mandap setup with a perfectly coordinated aesthetic.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the decoration set easy to install?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer active\"\u003eYes, the entire décor set is lightweight and extremely easy to install. The setup can typically be completed within 10 minutes using simple hooks, adhesive supports, or standard festive hanging accessories without requiring professional assistance or specialized tools.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan the set be reused for future festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer active\"\u003eAbsolutely. The decorative pieces are crafted using durable, reusable materials that retain their structure and appearance even after multiple uses. Once the celebration ends, the items can be packed flat and safely stored for future Ganesh Chaturthi, Diwali, Navratri, or traditional temple décor occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhy choose the purple Paithani theme?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer active\"\u003eThe royal purple Paithani theme provides a luxurious and visually unique alternative to traditional festive color combinations. It enhances the elegance of your mandap setup, creates rich visual depth, and offers a premium cultural appearance that stands out beautifully in photographs and live 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":53600013582549,"sku":"tmple_decoration_7_purple","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-20-768x768.jpg?v=1775799022","url":"https:\/\/kanira.in\/products\/paithani-temple-decoration-combo-set-for-ganesh-chaturthi-purple-theme-7-items-free-samai-asan","provider":"kanirapaithani","version":"1.0","type":"link"}