{"product_id":"paithani-temple-decoration-combo-set-for-ganesh-chaturthi-maroon-theme-7-items-free-samai-asan","title":"Paithani Temple Decoration Combo Set for Ganesh Chaturthi (Maroon 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    --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\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n\n}\n\nbody {\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\nh1 {\n\n    font-size: 2.8rem;\n\n    margin-bottom: 1rem;\n\n    color: #ffd700;\n\n    text-align: center;\n\n}\n\nh2 {\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\n.overview {\n\n    font-size: 1.15rem;\n\n    line-height: 1.8;\n\n    text-align: center;\n\n    max-width: 900px;\n\n    margin: 0 auto 3rem;\n\n    color: #ffe8ff;\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    color: #ffd700;\n\n    margin-bottom: 1rem;\n\n    font-size: 1.4rem;\n\n}\n\nul {\n\n    list-style: none;\n\n    padding-left: 0;\n\n}\n\nul 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\nul 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\ntable {\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\nth,\ntd {\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\nth {\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\ntd {\n\n    color: #ffe8ff;\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    color: #ffd700;\n\n    display: flex;\n\n    justify-content: space-between;\n\n    align-items: center;\n\n}\n\n.faq-question::after {\n\n    content: '+';\n\n    font-size: 1.5rem;\n\n    color: #ffd700;\n\n    transition: transform 0.3s;\n\n}\n\n.faq-item.active .faq-question::after {\n\n    content: '−';\n\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    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@media(max-width:768px) {\n\n    h1 {\n\n        font-size: 2rem;\n\n    }\n\n    h2 {\n\n        font-size: 1.7rem;\n\n    }\n\n    .glass-card {\n\n        padding: 2rem;\n\n    }\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 \u003cbr\u003e\u003cspan style=\"font-size: 1.8rem; font-weight: 400; color: #ffe8ff;\"\u003e (Maroon Theme – 7 Items + Free Samai Asan) \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with our meticulously coordinated premium decoration set designed to transform your home into a divine sanctuary. Inspired by authentic Paithani artistry, this elegant maroon-themed setup eliminates the hassle of matching multiple decor elements separately. Crafted from lightweight yet durable materials, it offers effortless installation while creating a spiritually rich and visually majestic festive atmosphere for Ganesh Chaturthi, Diwali, Navratri, and traditional pooja celebrations.\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\u003eCohesive \u0026amp; Complete Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeamless Mandap Decor:\u003c\/strong\u003e A professionally coordinated seven-piece decorative arrangement designed to instantly create a complete traditional festive setup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Matching Samai Asan:\u003c\/strong\u003e Includes a decorative matching base for your diya, lamp, or kalash, enhancing the sacred appearance beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuthentic \u0026amp; Regal Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntricate Paithani Motifs:\u003c\/strong\u003e Traditional Maharashtrian-inspired patterns reflecting timeless cultural heritage and premium festive artistry.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRich Maroon Palette:\u003c\/strong\u003e Elegant maroon shades with golden highlights create a royal, warm, and spiritually inviting atmosphere.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatility \u0026amp; Easy Maintenance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eShape-Retaining Materials:\u003c\/strong\u003e Lightweight yet highly durable construction designed to maintain structure and appearance over repeated use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniversal Space Adaptation:\u003c\/strong\u003e Ideal for compact apartment pooja corners, grand mandaps, festive backdrops, and entrance decorations.\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\u003e\u003cstrong\u003eProduct Composition\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e7 Coordinated Decorative Pieces + 1 Complimentary Matching Samai Asan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eColor Palette\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRich Festive Maroon with Golden Highlights and Traditional Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDesign Motif\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAuthentic Paithani-Inspired Maharashtrian Heritage Patterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLightweight Shape-Retaining Premium Decorative Composite Material\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Method\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eEasy Placement and Repositioning Without Complex Tools\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIdeal Occasions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Navratri, Griha Pravesh, Temple Decoration, and Traditional Festive Events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStorage \u0026amp; Maintenance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReusable Design with Easy Flat Storage and Simple Dry Cloth Cleaning\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\"\u003e1. What items are included in this combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eMost combo sets include decorative items like Chaurang\/Asan covers, Samai Asan, rangoli mats, flower décor, toran hangings, diyas, lotus holders, and kalash decorations depending on the design.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e2. Is the material heavy or difficult to hang?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo, the materials are generally lightweight and easy to handle. They are designed for convenient hanging and placement during festive decoration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e3. Can I reuse this set for other festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the set is reusable and suitable for multiple occasions such as Diwali, Navratri, Ganpati, Gudi Padwa, housewarming ceremonies, and regular pooja décor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e4. What is a Samai Asan and how is it used?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eA Samai Asan is a decorative base or mat used for placing a traditional oil lamp (Samai) during pooja rituals. It enhances the overall festive and spiritual setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e5. Is this decoration suitable for small apartments?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, these decorations are compact and space-friendly, making them ideal for small apartments, pooja corners, or compact living spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e6. Does the color fade after multiple uses?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eWith proper care and indoor use, the colors usually remain vibrant for a long time. Avoid direct sunlight and moisture to maintain the quality.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e7. Is any assembly required before decoration?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eMinimal assembly may be needed, such as arranging mats, hanging torans, or positioning decorative items. Most sets are easy to set up.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e8. Can this set be used as a photo backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the decorative setup can also be used as a festive photo backdrop for celebrations, pooja events, and family pictures.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e9. How should I clean and store the decoration items?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eClean the items gently using a soft dry cloth or a slightly damp cloth. Store them in a dry place away from moisture and direct sunlight for longer durability.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e10. Is this decoration handmade or machine-made?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eMany festive décor sets include handcrafted detailing, though some parts may be machine-finished for consistency and durability.\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":53600005423317,"sku":"tmple_decoration_7_maroon","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-18-768x768.jpg?v=1775798589","url":"https:\/\/kanira.in\/products\/paithani-temple-decoration-combo-set-for-ganesh-chaturthi-maroon-theme-7-items-free-samai-asan","provider":"kanirapaithani","version":"1.0","type":"link"}