{"product_id":"paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-orange-theme-5-items-free-samai-asan","title":"Paithani Side Pattern Temple Decoration Combo Set for Ganesh Chaturthi (Orange Theme – 5 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\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\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: #ffd700;\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: #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\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: #ffe8ff;\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: #ffd700;\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\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          \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          \n\n        }\n\n        .faq-answer {\n\n            color: #ffe8ff;\n\n            display: block;\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 Side Pattern Temple Decoration Combo Set \u003cbr\u003e\u003cspan style=\"font-size: 1.8rem; font-weight: 400; color: #ffe8ff;\"\u003e (Orange Theme – 5 Items + Free Samai Asan) \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your home festivities with this meticulously pre-coordinated 5-piece temple decoration kit, designed for modern households seeking cultural elegance. Perfectly scaled for apartments and compact mandaps, this stunning set blends the timeless heritage of traditional floral Paithani side borders with a radiant orange base. Completely washable, reusable, and easy to store, it offers a sustainable yet luxurious festive makeover for Ganesh Chaturthi, Diwali, Navratri, and beyond. As a special token, this set comes with a complimentary Samai Asan to beautifully round out your altar setup.\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\u003eHeritage Aesthetics\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eVibrant Orange Palette:\u003c\/strong\u003e Deep, festive orange base fabric creates an inviting, spiritually uplifting atmosphere in your sacred space.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAuthentic Paithani Border:\u003c\/strong\u003e Features detailed side floral Paithani patterns that pay homage to traditional Indian textile artistry.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSmart, Space-Saving Build\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTailored for Modern Homes:\u003c\/strong\u003e Designed specifically to effortlessly fit compact apartment mandaps, wooden chowkis, shelves, and cozy pooja niches.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFoldable \u0026amp; Compact:\u003c\/strong\u003e Light in weight and extremely easy to fold, leaving you with zero clutter and effortless storage post-celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium \u0026amp; Sustainable Value\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWashable \u0026amp; Reusable:\u003c\/strong\u003e A high-quality, eco-friendly alternative to single-use plastic decors—simply wash and reuse for every festival.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAll-In-One Curated Set:\u003c\/strong\u003e Includes 5 beautifully coordinated decorative pieces plus a free matching Samai Asan to protect your altar surfaces.\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\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003ePaithani Side Pattern Temple Decoration Combo Set (Orange Theme – 5 Items + Free Samai Asan)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Theme Color\u003c\/td\u003e\n\u003ctd\u003eRich Festive Orange\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBorder Design Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Floral Paithani Side Border Motif\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Quality\u003c\/td\u003e\n\u003ctd\u003ePremium-grade, highly durable, washable festive fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitability \u0026amp; Scaling\u003c\/td\u003e\n\u003ctd\u003eOptimized for small apartment mandaps, chowkis, shelves, and pooja corners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eHand wash or gentle machine wash; easy to iron and fold for hassle-free storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Contents\u003c\/td\u003e\n\u003ctd\u003e5 Coordinated Decorative Set Pieces + 1 Bonus Samai Asan (Oil Lamp Mat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEco-Impact\u003c\/td\u003e\n\u003ctd\u003eSustainable, 100% reusable, and washable design alternative to disposable decorations\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\"\u003eWill this decoration set fit my small home temple or pooja shelf?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes! This set is specially scaled and styled for modern apartment living. It is tailored to fit compact home mandaps, wooden chowkis, and apartment niches perfectly without overwhelming the space.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the fabric washable and easy to clean if oil spills on it?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The set is made of premium, durable fabric designed to be hand washed or gently machine washed. We have also included a free bonus Samai Asan to place under your oil lamps to catch drips and protect your decorations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this set for festivals other than Ganesh Chaturthi?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eDefinitely. While it is perfect for Ganesh Chaturthi, the traditional floral Paithani design and elegant orange theme make it incredibly versatile for Diwali, Navratri, Dussehra, and family pujas year-round.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it easy to store this kit once the festival is over?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, that is one of its best features! Unlike bulky plastic or thermocol decorations, this fabric-based set can be folded completely flat, taking up virtually no space in your storage cupboards.\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":53599979372757,"sku":"side_tmple_decoration_5_orange","price":1349.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-27-768x768.jpg?v=1775797919","url":"https:\/\/kanira.in\/products\/paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-orange-theme-5-items-free-samai-asan","provider":"kanirapaithani","version":"1.0","type":"link"}