{"title":"Combo","description":"\u003cp data-start=\"165\" data-end=\"239\"\u003e\u003cstrong data-start=\"165\" data-end=\"237\"\u003ePaithani Combo Decoration Sets – Ganpati Décor \u0026amp; Festive Mandap Sets\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"241\" data-end=\"588\"\u003eShop exclusive Paithani combo decoration sets at Kanira.in, featuring beautifully coordinated Ganpati décor sets and festive combos designed to elevate your celebrations. Inspired by traditional Paithani motifs, these sets include matching elements like backdrops, torans, and decorative accents to create a complete and harmonious mandap setup.\u003c\/p\u003e\n\u003cp data-start=\"590\" data-end=\"878\"\u003ePerfect for Ganesh Chaturthi, festivals, and temple mandap decorations, our Paithani combo sets bring together vibrant colors, intricate zari-inspired patterns, and heritage designs. Each set is thoughtfully curated to make your festive décor effortless, elegant, and visually stunning.\u003c\/p\u003e\n\u003cp data-start=\"880\" data-end=\"1207\"\u003eExplore a wide range of Ganpati decoration combo sets, Paithani mandap décor kits, and festive home décor bundles that are easy to set up and perfect for creating a traditional pooja ambiance. Whether you're decorating a small home mandap or a grand festive space, Kanira offers premium décor solutions for every celebration.\u003c\/p\u003e\n\u003cp data-start=\"1209\" data-end=\"1348\"\u003eShop Paithani combo decoration sets online and create a complete, coordinated festive look that reflects tradition, devotion, and elegance.\u003c\/p\u003e","products":[{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-green","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Green 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\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            \/* GOLDEN + PURPLE + PINK THEME *\/\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\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: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\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            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\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.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\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            font-weight: 700;\n\n            line-height: 1.4;\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.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\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 3rem;\n\n            color: var(--text-secondary);\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.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n        }\n\n        .feature-group p {\n\n            color: var(--text-secondary);\n\n            line-height: 1.8;\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: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\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: 16px;\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.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\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: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\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            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 0.3s ease;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\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.08);\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: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Green Theme\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eDitch the stress of matching individual festive decorations and embrace seamless elegance. Specifically designed for discerning families, this premium 7-piece coordinated setup combines traditional Maharashtrian heritage with effortless design. Adorned with rich royal green Paithani-inspired motifs, it completely transforms any home temple, puja space, or mandap backdrop into a culturally radiant sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES SECTION --\u003e\n\u003csection\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 7-Piece Green Theme\u003c\/h3\u003e\n\u003cp\u003eEnjoy a perfectly synchronized and beautifully matching set of 7 decorative pieces. Crafted with an elegant royal green theme, it ensures your festive mandap looks uniform, professional, and regal without mismatch worries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Motifs\u003c\/h3\u003e\n\u003cp\u003eInfused with gorgeous, rich Paithani-inspired patterns that honor centuries of Maharashtrian cultural heritage and bring timeless ethnic artistry to your altar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComplimentary Samai Asan\u003c\/h3\u003e\n\u003cp\u003eIncludes a free matching decorative Samai Asan ideal for showcasing brass lamps, kalash setups, and traditional festive arrangements beautifully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHassle-Free Fast Setup\u003c\/h3\u003e\n\u003cp\u003eLightweight and easy-to-arrange decorative elements make festive setup effortless for spacious homes, apartments, and compact pooja corners alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Reusable Durability\u003c\/h3\u003e\n\u003cp\u003eCrafted with durable shape-retaining materials that maintain vibrant appearance, structure, and elegance across multiple festive seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\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 \/ Design\u003c\/td\u003e\n\u003ctd\u003eHeritage Maharashtrian Paithani Peacock \u0026amp; Traditional Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color Palette\u003c\/td\u003e\n\u003ctd\u003eRoyal Green, Golden Accents \u0026amp; Festive Highlights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Contents\u003c\/td\u003e\n\u003ctd\u003e7-Piece Coordinated Decorative Elements + Free Matching Samai Asan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Occasions\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Gauri Pujan, Housewarming \u0026amp; Pujas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetup Time\u003c\/td\u003e\n\u003ctd\u003eUnder 15 Minutes Easy DIY Arrangement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Quality\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Durable Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eFoldable \u0026amp; Multi-Season Reusable\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\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 this combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe set includes 7 coordinated royal green decorative elements along with a free matching Samai Asan for festive lamp or kalash arrangements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for compact apartments?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The lightweight setup easily adapts to small pooja corners, apartment mandaps, wall setups, and spacious festive spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it be reused for future festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The premium materials are designed for multi-season durability and convenient storage after celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhich festivals is this decor suitable for?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003ePerfect for Ganesh Chaturthi, Diwali, Gauri Pujan, housewarming ceremonies, and traditional Indian festivities.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store the decoration pieces?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eGently wipe the pieces clean and store them flat in a dry space to preserve color, quality, and structural elegance for years.\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":53226513170645,"sku":"decoration_combo_7_green","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/kanira-decoration-listing2-768x768_1.jpg?v=1771656155"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-mango","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Mango 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\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n        :root {\n\n            \/* GOLDEN + PURPLE + PINK THEME *\/\n\n            --bg-primary: #210028;\n            --bg-secondary: #32003d;\n\n            --glass-bg: rgba(255, 192, 203, 0.07);\n\n            --glass-border: rgba(255, 215, 0, 0.20);\n\n            --text-primary: #FFD700;\n\n            --text-secondary: #f8dfff;\n\n            --shadow: 0 8px 32px rgba(255, 20, 147, 0.25);\n\n            --blur: blur(16px);\n\n            --hover-golden: rgba(255, 215, 0, 0.85);\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: 'Poppins', sans-serif;\n\n            background:\n                linear-gradient(\n                    135deg,\n                    var(--bg-primary),\n                    var(--bg-secondary)\n                );\n\n            color: white;\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            -webkit-backdrop-filter: var(--blur);\n\n            border-radius: 20px;\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.35s ease;\n\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 18px rgba(255, 215, 0, 0.45),\n                0 16px 48px rgba(255, 20, 147, 0.45);\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            font-weight: 700;\n\n            line-height: 1.4;\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.25);\n\n            padding-bottom: 0.75rem;\n\n            font-weight: 700;\n\n        }\n\n        .overview {\n\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 3rem;\n\n            color: var(--text-secondary);\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.06);\n\n            padding: 2rem;\n\n            border-radius: 16px;\n\n            border-left: 4px solid #FFD700;\n\n            transition: all 0.35s ease;\n\n        }\n\n        .feature-group:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 16px rgba(255, 215, 0, 0.35);\n\n            transform: translateY(-5px);\n\n        }\n\n        .feature-group h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: #FFD700;\n\n            font-weight: 700;\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: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.08);\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: 16px;\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.12);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.12);\n\n            color: #FFD700;\n\n            font-weight: 700;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\n\n        }\n\n        tr:hover td {\n\n            background: rgba(255, 215, 0, 0.04);\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: 14px;\n\n            border: 1px solid rgba(255, 215, 0, 0.15);\n\n            transition: all 0.35s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: var(--hover-golden);\n\n            box-shadow:\n                0 0 15px rgba(255, 215, 0, 0.30);\n\n        }\n\n        .faq-question {\n\n            font-size: 1.2rem;\n\n            font-weight: 700;\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            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 0.3s ease;\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\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.08);\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: 2.1rem;\n\n            }\n\n            h2 {\n\n                font-size: 1.8rem;\n\n            }\n\n            .glass-card {\n\n                padding: 2rem;\n\n            }\n\n            th,\n            td {\n\n                padding: 1rem;\n\n                font-size: 0.92rem;\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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Mango Theme\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with this elegant Paithani Ganpati Decoration Combo Set featuring a vibrant Mango Theme. Designed to deliver a complete festive setup effortlessly, this coordinated décor collection beautifully combines traditional Maharashtrian artistry with modern convenience for homes, mandaps, pooja rooms, and festive events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES SECTION --\u003e\n\u003csection\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\u003eCoordinated Festive Elegance\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eComplete 7-piece coordinated decoration set.\u003c\/li\u003e\n\u003cli\u003eCreates a rich unified festive appearance.\u003c\/li\u003e\n\u003cli\u003eEnhances Ganpati mandap aesthetics instantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTraditional Paithani Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Maharashtrian Paithani art.\u003c\/li\u003e\n\u003cli\u003eVibrant Mango theme with golden festive accents.\u003c\/li\u003e\n\u003cli\u003ePerfect blend of heritage and festive charm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight Convenient Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEasy-to-install lightweight decorative pieces.\u003c\/li\u003e\n\u003cli\u003eTool-free hassle-free festive arrangement.\u003c\/li\u003e\n\u003cli\u003eConvenient repositioning and storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eBonus Samai Asan Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIncludes complimentary matching Samai Asan.\u003c\/li\u003e\n\u003cli\u003eIdeal for lamps and Kalash placement.\u003c\/li\u003e\n\u003cli\u003eAdds elegance to traditional pooja décor.\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!-- SPECIFICATION SECTION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecification\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\u003eGanesh Chaturthi Paithani Decoration Combo Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eMango Theme with Festive Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArt Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Paithani Motif Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Items Included\u003c\/td\u003e\n\u003ctd\u003e7 Decorative Pieces + Free Samai Asan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Type\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Durable Multi-Medium Board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eLightweight Foldable Easy Storage Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGanpati Mandaps, Pooja Rooms \u0026amp; Festive Events\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\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 this combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe set includes 7 coordinated decorative pieces along with a complimentary matching Samai Asan for festive pooja arrangements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this decoration set reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable lightweight materials allow easy multi-season festive reuse and convenient storage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs installation difficult?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The lightweight components allow quick and hassle-free setup using simple mounting accessories.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere can this combo set be used?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is ideal for Ganesh mandaps, pooja rooms, festive entrances, cultural décor setups, and home celebrations.\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":53226515333333,"sku":"decoration_combo_7_mango","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/02-4-768x768.jpg?v=1771656446"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-maroon-theme-7-items-free-samai-asan","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Maroon 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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Maroon Theme\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2a0033;\n            --bg-secondary: #4a0d5d;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.28);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #f7d8ff;\n\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.28);\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(135deg, #2a0033, #4a0d5d, #5b114f);\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.65);\n\n            box-shadow: 0 16px 48px rgba(255, 20, 147, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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        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: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Maroon Theme (7 Items + Free Samai Asan)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Transform your home into a royal sanctuary this festive season with our expertly curated maroon-themed decoration set. Pairing traditional Paithani-inspired motifs with a deeply resonant color palette, this cohesive seven-piece display instantly elevates your mandap, pooja room, or home entrance. Designed for contemporary families who value cultural authenticity without the stress of matching individual decor pieces, this kit offers a seamless, beautiful, and royal backdrop for your sacred celebrations. Best of all, it features shape-retaining, lightweight materials for a swift setup, complemented by a free matching samai asan to host your sacred lamp or kalash with absolute grace.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eHeritage-Inspired Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eTraditional Paithani Motifs:\u003c\/strong\u003e Highlight centuries-old Indian cultural artistry and design excellence.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRoyal Maroon Theme:\u003c\/strong\u003e A stunning maroon and golden palette brings warmth, devotion, and elegance to your sacred setup.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSeamless All-In-One Setup\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eComplete 7-Piece Set:\u003c\/strong\u003e Avoid the hassle of sourcing mismatched individual decor items with this coordinated festive combo.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eProfessional Festive Look:\u003c\/strong\u003e Creates a polished, visually balanced mandap arrangement with zero design guesswork.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eLightweight \u0026amp; Durable Build\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eShape-Retaining Structure:\u003c\/strong\u003e Premium materials hold their form beautifully during installation and repeated use.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eEasy Handling:\u003c\/strong\u003e Lightweight construction allows quick hanging, shifting, and decorating without stress.\n                            \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        \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 Theme\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eRoyal Indian Traditional (Paithani Motif Influence)\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\u003eRich Maroon, Golden Accents, and Festive Highlights\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTotal Pieces\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e7 Coordinated Decorative Items + 1 Free Matching Samai Asan\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eKey Material Features\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eLightweight, rigid structural core, shape-retaining technology\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMounting \u0026amp; Placement\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eWall hanging, backdrop mounting, mandap pillars, door entrances, or tabletop placement\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eOccasions Supported\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Gauri Ganpati, Varalakshmi Vratam, Housewarmings, and Mandir Upgrades\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        \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 is included in the combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set includes seven coordinated Paithani-themed decorative pieces along with a free matching Samai Asan designed for your diya, lamp, or kalash placement.\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 lightweight and easy to handle?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. The complete set is crafted using lightweight yet durable materials, making installation, adjustment, and storage extremely 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 be reused for other festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. Its timeless Paithani-inspired design and reusable construction make it ideal for Diwali, housewarmings, Gauri Pooja, and many traditional celebrations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the purpose of the free Samai Asan?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The matching Samai Asan acts as a decorative and protective base for your lamp or kalash, helping create a cohesive and elegant festive presentation.\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\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594306085077,"sku":"ganpati_decoration_maroontheme_7","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/02-5-768x768.jpg?v=1775735889"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-orange-theme-7-items-free-samai-asan","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – 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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Orange Theme\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            --bg-primary: #2a0038;\n            --bg-secondary: #4a0a5c;\n\n            --glass-bg: rgba(255, 192, 203, 0.08);\n\n            --glass-border: rgba(255, 215, 0, 0.28);\n\n            --text-primary: #ffd700;\n\n            --text-secondary: #ffd9f5;\n\n            --shadow: 0 8px 32px rgba(255, 105, 180, 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(135deg, #2a0038, #4a0a5c, #6a0572);\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.65);\n\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\n\n            text-align: center;\n\n            text-shadow: 0 0 12px rgba(255, 215, 0, 0.4);\n\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: #ffd700;\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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        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: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\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.18);\n\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.14);\n\n            color: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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.22);\n\n            transition: all 0.3s ease;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.5);\n\n            transform: translateY(-4px);\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            color: var(--text-primary);\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\n\n            border-top: 1px solid rgba(255, 215, 0, 0.12);\n\n            padding-top: 1rem;\n\n        }\n\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Orange Theme (7 Items + Free Samai Asan)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the ultimate stress-free decor solution. Infused with a vibrant, warm orange theme and adorned with intricate Paithani-inspired motifs reflecting centuries-old Maharashtrian heritage, this curated 7-piece ensemble creates a sacred, visually spectacular, and harmonious altar. Designed to eliminate the hassle of hunting for mismatched individual ornaments, this complete set delivers premium traditional artistry directly to your home—complete with a free matching Samai Asan to round out your divine setup.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eRich Heritage \u0026amp; Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePaithani-Inspired Motifs:\u003c\/strong\u003e Features elegant traditional patterns mirroring authentic Maharashtrian textile art to add royal cultural prestige to your pooja room.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Orange Palette:\u003c\/strong\u003e The warm, inviting orange tone generates a joyous, spiritually charged atmosphere, welcoming prosperity and positivity.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSimplicity \u0026amp; Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eComplete 7-Piece Set:\u003c\/strong\u003e Visually synchronized and pre-curated to ensure your festive backdrop looks highly professional and cohesive without individual sourcing.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFeather-Light Design:\u003c\/strong\u003e Engineered for quick, effortless mounting, adjusting, and rearranging. Zero tools or heavy lifting required.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eExtra Value Included\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFree Samai Asan:\u003c\/strong\u003e Includes a perfectly matched decorative mat for your brass oil lamps, preventing oil spills while beautifully grounding your altar layout.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eCost-Effective Elegance:\u003c\/strong\u003e Enjoy premium, luxury-grade festive styling at a highly economical package rate.\n                            \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        \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\u003eTheme \u0026amp; Motif Style\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eRoyal Maharashtrian Paithani Heritage (Warm Orange Colorway)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTotal Piece Count\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e8 Pieces total (7 Coordinated Decorative Elements + 1 Free Matching Samai Asan)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Quality\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePremium, lightweight eco-friendly craft board with high-definition digital prints\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eIdeal Occasions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Griha Pravesh (Housewarmings), Varalakshmi Vratam, and Festive Pujas\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eSetup Time\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eUnder 10 minutes (Tool-free installation and alignment)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eReusability \u0026amp; Storage\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eDurable, flat-pack design allowing effortless disassembly, storage, and repeated seasonal use\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        \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 is included in this 7-piece combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set includes seven coordinated decorative elements designed to frame and beautify your main altar, plus a matching Samai Asan (protective oil lamp mat) absolutely free of charge.\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 reusable for future festivals like Diwali?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! The components are made from lightweight, high-quality, and sturdy materials. You can easily dismantle the setup, store it flat in a dry space, and reuse it for Diwali, housewarmings, or next year's celebrations.\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 do I mount or place these decorative items?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Because the elements are exceptionally lightweight, they can be easily affixed to walls, wooden panels, or fabric backdrops using standard, wall-safe double-sided tape, hook-and-loop fasteners, or push pins. No complex drilling or hammering is required.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the purpose of the free Samai Asan?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The Samai Asan acts as a beautiful decorative base mat for your traditional oil lamps (Samai). It protects your tables or floors from oil residue and completes the cohesive look of your festive setup.\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\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594311950549,"sku":"ganpati_decoration_orangetheme_7","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-1-768x768.jpg?v=1775736018"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-purple-theme-7-items-free-samai-asan","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Purple 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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Purple Theme\u003c\/title\u003e\n\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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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        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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Purple Theme (7 Items + Free Samai Asan)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the royal elegance of this Paithani Ganpati Decoration Combo Set. Adorned in a majestic purple theme, this comprehensive seven-piece coordinated set seamlessly blends traditional heritage with contemporary design. Crafted with intricate Paithani-style motifs, it offers an effortless, visually stunning transformation for your pooja space. Perfect for homeowners and families seeking a hassle-free, elegant, and culturally rich decor experience for Ganesh Chaturthi, Diwali, housewarmings, and beyond, this reusable set comes complete with a bonus matching samai asan to beautifully host your sacred lamp or kalash.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eHeritage Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRoyal Purple Palette:\u003c\/strong\u003e Immerse your pooja room in deep, majestic purple tones that evoke a sense of divinity and sophistication.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eAuthentic Paithani Motifs:\u003c\/strong\u003e Showcases intricate traditional designs celebrating India's rich handloom and textile heritage.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eComprehensive Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003e7-Piece Coordinated Set:\u003c\/strong\u003e A fully curated, thematic kit that provides a uniform, highly polished look without the need to source individual items.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFree Matching Samai Asan:\u003c\/strong\u003e Includes a bonus matching fabric asan (mat) designed specifically to anchor your samai (traditional lamp) or kalash gracefully.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eModern Functionality\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eUltra-Lightweight Design:\u003c\/strong\u003e Engineered for quick, stress-free setup, smooth alignment adjustments, and simple storage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eShape-Retaining Material:\u003c\/strong\u003e Constructed from resilient, premium fabrics that stay wrinkle-free and maintain their structural integrity throughout your multi-day celebrations.\n                            \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        \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 Title\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Purple Theme\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTotal Pieces\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e7 Coordinated Decorative Items + 1 Free Matching Samai Asan\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eColor Theme\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eRoyal Purple with Gold Accents and Traditional Highlights\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eDesign Motif\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Border and Artwork Style\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Composition\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003ePremium lightweight, shape-retaining textile blend\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eOccasions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Gauri Pooja, Diwali, Housewarming (Griha Pravesh), and Cultural Celebrations\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\u003eHighly durable and foldable; designed for multi-year reuse\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGently brush off dust with a dry cloth; store in a cool, dry place away from direct moisture\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        \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 is included in the 7-piece combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set includes seven beautifully coordinated, theme-matching decor elements designed to construct a complete pooja backdrop. Additionally, you receive one free matching Samai Asan (base mat) to elegantly place your oil lamp, brass samai, or sacred kalash.\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 material durable enough to be stored and used next year?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! The set is made of premium, shape-retaining material that resists wrinkling and sagging. It is designed to be highly durable and easy to fold, making it incredibly convenient to pack away and reuse for successive festive seasons.\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 decoration set be used for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, while it is designed with Ganesh Chaturthi in mind, the timeless Paithani borders and royal purple aesthetic make it perfect for Diwali backdrops, Varalakshmi Vratham, housewarming ceremonies, Gauri Ganpati celebrations, and traditional Indian wedding events.\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 do I clean and maintain the set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We recommend gently dusting the set with a clean, dry microfiber cloth after use. Avoid machine washing or harsh chemicals to preserve the vibrancy of the purple hue and metallic gold borders. Store flat or gently folded in a dry location.\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\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594316308693,"sku":"ganpati_decoration_purpletheme_7","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-7-768x768.jpg?v=1775736199"},{"product_id":"ganesh-chaturthi-paithani-ganpati-decoration-combo-set-red-theme-7-items-free-samai-asan","title":"Ganesh Chaturthi Paithani Ganpati Decoration Combo Set – Red 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\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set - Red Theme\u003c\/title\u003e\n\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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-question::after {\n\n        \n\n            font-size: 1.5rem;\n\n            color: #ffd700;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set – Red Theme\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the stunning 7-Piece Paithani Ganpati Decoration Combo Set. Draped in an auspicious, energy-filled red theme that symbolizes warmth and divine grace, this premium decor kit beautifully merges traditional Maharashtrian Paithani motifs with modern utility. Crafted for homeowners, families, and devotees who desire a cohesive, traditional, and entirely hassle-free setup, this budget-friendly kit eliminates the struggle of matching individual decorative items. Enjoy a clean, shape-retaining display that maintains its pristine beauty throughout your entire festival, complete with a complimentary matching Samai Asan to anchor your setup in timeless elegance.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eCultural \u0026amp; Design Heritage\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003ePaithani-Inspired Elegance:\u003c\/strong\u003e Adds rich cultural depth and regional art heritage to your festive space with intricate traditional patterns.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eVibrant Red Theme:\u003c\/strong\u003e Radiates positive, auspicious energy, warmth, and divine festive vibes across your entire home.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eCoordinated Harmony:\u003c\/strong\u003e Offers a meticulously matching 7-piece set that guarantees an aesthetically unified backdrop.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePracticality \u0026amp; Durability\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRigid, Shape-Retaining Design:\u003c\/strong\u003e Constructed to hold its structure beautifully for a clean, professional, and tidy display.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eLightweight Portability:\u003c\/strong\u003e Remarkably easy to unpack, position, and shift without any heavy lifting or complicated tools.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eAll-In-One Convenience:\u003c\/strong\u003e Bypasses the stress and expense of hunting down individual matching items at local stores.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatility \u0026amp; Exclusive Value\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eFree Samai Asan Included:\u003c\/strong\u003e Comes with a matching, elegant base for your traditional lamp, enhancing overall visual balance.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eHighly Adaptable Setup:\u003c\/strong\u003e Effortlessly transforms pooja rooms, home entrances, mandaps, or living rooms.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eMulti-Festive Utility:\u003c\/strong\u003e Durable, reusable materials make it perfect for Ganesh Chaturthi, Diwali, housewarmings, and cultural events.\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        \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                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\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                            \u003ctd\u003eGanesh Chaturthi Paithani Ganpati Decoration Combo Set\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTheme \u0026amp; Style\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Art Motif Motif in a Vibrant Red Theme\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eNumber of Items\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e7 Coordinated Decorative Pieces + 1 Free Matching Samai Asan (8 items total)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Qualities\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium, rigid, shape-retaining, and ultra-lightweight reusable materials\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSet-up Versatility\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eSuitable for Mandaps, Pooja Altars, Living Rooms, and Main Home Entrances\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePerfect for Occasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Grah Pravesh (Housewarmings), and Indian cultural ceremonies\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaintenance \u0026amp; Care\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eEasy to clean, wipeable, lightweight storage-friendly packaging\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        \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 decoration combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This comprehensive festive pack includes a 7-piece coordinated decoration kit carrying traditional Paithani-inspired designs in a beautiful red theme. You also receive a matching, free Samai Asan to serve as an elegant base for your festive oil lamp (Samai).\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 difficult to assemble and position?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Not at all! All 7 pieces in this set are intentionally designed to be lightweight, allowing you to easily handle and place them exactly where you like. Thanks to its rigid, shape-retaining construct, the set stands perfectly upright for a crisp and tidy look with zero fuss.\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 reuse this set for other celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! The set is crafted using high-quality, durable materials that are built to last. You can safely store the pieces and reuse them for Diwali, family housewarmings, or any traditional and religious 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                            Why is this combo set better than buying items separately?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Finding matching, high-quality, and culturally-inspired decor elements individually can be exhausting and expensive. This combo set gives you a pre-curated, budget-friendly designer setup out of the box, offering a sophisticated regional art heritage (Paithani) and a bonus accessory with no styling guesswork required.\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\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594321912021,"sku":"ganpati_decoration_redtheme_7","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-3-768x768.jpg?v=1775736451"},{"product_id":"paithani-chakra-pattern-ganpati-decoration-set-for-ganesh-chaturthi-6-items-free-asan","title":"Paithani Chakra Pattern Ganpati Decoration Set for Ganesh Chaturthi (6 Items + Free 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 Chakra Pattern Ganpati Decoration Set\u003c\/title\u003e\n\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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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        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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Chakra Pattern Ganpati Decoration Set for Ganesh Chaturthi (6 Items + Free Asan)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with a stunning blend of tradition and convenience. Meticulously designed for modern devotees, this comprehensive 6-piece ensemble brings the rich cultural heritage of Paithani silk motifs directly to your home pooja space. Complete with a complimentary matching asan, this ultra-lightweight, high-durability set eliminates the stress of sourcing individual decor elements, offering a seamless, sophisticated, and professional-grade festive setup.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eCultural Grandeur\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003ePaithani Chakra Motifs:\u003c\/strong\u003e Infuse your home with deep cultural heritage using intricate, traditional Maharashtrian Paithani-influenced patterns.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eHarmonious 6-Piece Set:\u003c\/strong\u003e Achieve a perfectly balanced, professionally curated festive appearance without the hassle of matching separate decorative pieces.\u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eIntelligent Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eUltra-Lightweight Handling:\u003c\/strong\u003e Effortlessly handle, position, and reconfigure your backdrop setup within minutes, completely hassle-free.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eShape-Holding Construction:\u003c\/strong\u003e Robust structural integrity ensures each piece retains its premium look, standing tall in both compact and grand pooja spaces.\u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eExceptional Value\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eFree Matching Asan:\u003c\/strong\u003e Establish a clean, cohesive, and respectful base for your Ganpati idol or Kalash with the included complimentary fabric mat.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eMulti-Festive Utility:\u003c\/strong\u003e A highly versatile investment designed for Ganesh Chaturthi, Diwali, housewarmings, and year-round religious ceremonies.\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        \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\u003eIncluded in Package\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e6 Coordinated Festive Backdrop Decoration Pieces + 1 Free Matching Asan\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\u003eTraditional Paithani-Influenced Chakra Motifs\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eUltra-lightweight framework for tool-free, rapid installation\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Durability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eHigh shape-retention structural core designed for repetitive seasonal use\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eBase Mat (Asan)\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eCoordinated design fabric base to support Ganpati Idol\/Kalash\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eApplicability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eHighly adaptable configuration for compact apartment temples to wide home mandaps\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eIdeal Occasions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Grah Pravesh, and traditional family gatherings\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        \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 this decorative package contain?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set is a comprehensive 7-piece setup containing 6 premium, coordinated decorative backdrop items featuring traditional Paithani-influenced chakra motifs, along with a free matching fabric asan to place your idol or kalash.\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 difficult or heavy to manage?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Not at all. The entire set is specifically engineered to be lightweight, replacing heavy, traditional wooden or metal mandaps. You can arrange and secure the pieces around your altar quickly and without physical strain.\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 reuse this set for other festivals like Diwali?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. Thanks to its classic Paithani pattern and sturdy, shape-holding construction, this set is designed for year-round utility, making it perfect for Diwali, housewarmings, and other cultural events.\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 does the free asan help with the overall decor?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The free asan serves as a matching base for your deity. By keeping the design consistent with the backdrop, it brings the entire mandap layout together for a neat, professionally decorated look.\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\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594327318741,"sku":"chakra_ganpati_decoration_6","price":3199.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-30-768x768_1.jpg?v=1775736676"},{"product_id":"paithani-modak-pattern-ganpati-decoration-set-for-ganesh-chaturthi-6-items-free-asan","title":"Paithani Modak Pattern Ganpati Decoration Set for Ganesh Chaturthi (6 Items + Free 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 Modak Pattern Ganpati Decoration Set\u003c\/title\u003e\n\n    \u003cstyle\u003e\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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\n\n            padding-bottom: 0.75rem;\n\n        }\n\n        h3 {\n\n            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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        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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Modak Pattern Ganpati Decoration Set (6 Items + Free Asan)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your home celebrations with a breathtaking blend of Maharashtrian heritage and divine symbolism. This premium 6-piece decoration set features the sacred Modak silhouette intricately adorned with traditional Paithani-style motifs. Designed to bring vibrant colors and cultural depth to your festive space, it offers modern convenience with a rigid, lightweight, and reusable structure. Complete with a complimentary matching Asan, it is the perfect zero-hassle decor setup for Ganesh Chaturthi, Diwali, and beyond.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eAuspicious Symbolism\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eModak Silhouette:\u003c\/strong\u003e Captures the iconic, beloved shape of Ganpati Bappa's favorite sweet, representing prosperity, divine joy, and pure devotion.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003ePaithani-Style Motifs:\u003c\/strong\u003e Showcases majestic regional artwork and heritage-rich patterns that capture the soul of Maharashtra's historic textiles.\u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Engineering\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eLightweight Construction:\u003c\/strong\u003e Wonderfully easy to position, adjust, and move behind idols, around mandaps, or atop pooja tables.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eRigid Shape Retention:\u003c\/strong\u003e Crafted with high-grade materials to ensure the setup stays completely straight, elegant, and flawless throughout multi-day festivals.\u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatility \u0026amp; Added Value\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eMultipurpose Festive Use:\u003c\/strong\u003e Transition effortlessly from Ganesh Chaturthi to Gauri Ganpati, Diwali, housewarmings, or professional family photography backdrops.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eComplimentary Asan Seating Mat:\u003c\/strong\u003e Includes a premium, matching traditional fabric seat for your deity, rounding out your altar's spiritual aesthetic.\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        \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\u003eTotal Number of Items\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e6 Decorative Modular Elements + 1 Complimentary Premium Asan (Seating Mat)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eDesign Motif\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eTraditional Paithani Weave \u0026amp; Peacock Borders set in a Modak Silhouette\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Type\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eHigh-density, ultra-lightweight rigid board (optimized for stability and posture)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eHassle-free placement (no heavy hammering or complex rigs required)\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003ePortability \u0026amp; Reusability\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eExtremely easy to assemble, take down, wipe clean, and pack for annual use\u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTarget Occasions\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Gauri Pujan, Housewarmings, and Festive Photobooths\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        \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 Ganpati Decoration Set include?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The package contains 6 modular decorative elements designed to create a beautiful background or border setup, plus a complimentary matching traditional Asan (seating mat) for your idol.\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 does this set compare to generic paper or plastic decorations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Unlike disposable paper trims or cheap plastic backdrops, this set is made from high-quality, rigid yet lightweight materials that hold their shape perfectly without bending or tearing. Additionally, it integrates a rich cultural narrative by blending the Paithani weave heritage with the sacred Modak silhouette.\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 reuse this decoration set for other festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! The highly durable, structurally rigid materials are designed to last. You can easily clean, store, and repurpose the set for Diwali, Gauri Pujan, traditional ceremonies, housewarmings, or festive photobooths.\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 difficult to assemble or mount?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Not at all. The lightweight design makes positioning effortless. You can simply stand the elements on your pooja platform, lean them against the wall, or secure them with basic double-sided tape or light mounts behind your deity's mandap.\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\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53594332004565,"sku":"modak_ganpati_decoration_6","price":3199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-29-768x768.jpg?v=1775736914"},{"product_id":"paithani-parrot-peacock-ganpati-decoration-combo-set-for-ganesh-chaturthi-green-theme-7-items-free-samai-asan","title":"Paithani Parrot-Peacock Ganpati Decoration Combo Set for Ganesh Chaturthi (Green 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 Parrot-Peacock Ganpati Decoration Combo Set\n    \u003c\/title\u003e\n\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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\n\n        }\n\n        .feature-group p {\n\n            color: var(--text-secondary);\n\n            font-size: 0.95rem;\n\n            line-height: 1.6;\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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        \/* FAQ ANSWER VISIBLE *\/\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \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\u003e\n                Paithani Parrot-Peacock Ganpati Decoration Combo Set\n                for Ganesh Chaturthi\n                (Green Theme – 7 Items + Free Samai Asan)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n\n                Elevate your home sanctuary with a stunning,\n                professionally curated festival setup.\n                Inspired by the legendary artistry of traditional\n                Maharashtrian Paithani weaves, this premium\n                7-piece green-themed decoration combo is designed\n                for families and homemakers who seek a beautiful,\n                cohesive DIY solution.\n\n                Embellished with symbols of joy, grace, and prosperity,\n                it eliminates the stress of sourcing individual\n                matching items. Complete with a complimentary\n                Samai Asan, this lightweight, sturdy set instantly\n                transforms your pooja space into a divine masterpiece\n                for Ganesh Chaturthi, Diwali, and beyond.\n\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\u003eCulturally Rich Paithani Motif\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Features highly detailed, elegant parrot\n                            and peacock motifs that embody traditional\n                            grace, joy, and prosperity to welcome the\n                            divine presence into your home.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eCoordinated 7-Piece Green Theme\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            A complete, aesthetically unified\n                            green-themed ensemble that takes the\n                            guesswork out of styling, featuring\n                            a matching free Samai Asan for a balanced,\n                            premium festive altar.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eUltra-Lightweight \u0026amp; Effortless Setup\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Say goodbye to heavy, tedious installations.\n                            This DIY-friendly decoration is designed\n                            for quick hanging, positioning, and adjusting\n                            with absolute ease.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSturdy, Non-Deforming Build\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Crafted to maintain its structural neatness\n                            and vibrancy, ensuring your pooja space\n                            looks pristine, organized, and elegant\n                            throughout the entire multi-day celebration.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatile Design Adaptability\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Perfectly adaptable to fit cozy,\n                            compact home pooja niches as well as\n                            grand mandaps, living room backdrops,\n                            accent walls, and main entrances.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eMulti-Festive Longevity\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Designed for repeat celebrations.\n                            This durable decor set is ideal for\n                            Ganesh Chaturthi, Diwali,\n                            traditional housewarmings,\n                            Varalakshmi Vratham,\n                            and other spiritual gatherings.\n                        \u003c\/p\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\u003eProduct Name\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Paithani Parrot-Peacock Ganpati\n                                Decoration Combo Set (Green Theme)\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eSet Inclusion\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                7-Piece Decorative Ensemble +\n                                1 Free Matching Samai Asan\n                                (8 items total)\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eDesign Inspiration\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Authentic Traditional\n                                Paithani Weave Artistry\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eTheme \u0026amp; Colorway\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Vibrant Festive Green Theme\n                                with Multi-Color Accents\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eMaterial Composition\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Premium Lightweight Structural Board\n                                (Durable and warp-resistant)\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eApplication Method\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Hassle-Free DIY Hanging,\n                                Mounting, or Altar Placement\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eOccasion Suitability\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Ganesh Chaturthi, Diwali,\n                                Gauri Ganpati,\n                                Varalakshmi Vratham,\n                                Housewarming,\n                                Pooja Gatherings\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                High; designed to be easily packed,\n                                stored, and reused year after year\n                            \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 is included in the combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set includes 7 beautiful,\n                            coordinated green-themed Paithani\n                            decoration pieces designed for walls,\n                            mandaps, and pooja backdrops.\n                            Additionally, you will receive\n                            1 free matching Samai Asan (lamp mat)\n                            to beautifully place under your\n                            traditional oil lamps.\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 easy to hang and set up by myself?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! The entire combo is made\n                            from lightweight yet structurally sturdy\n                            materials. It is designed specifically for\n                            quick, stress-free DIY setup.\n                            You can easily position, hang,\n                            or adjust the pieces with basic household\n                            hanging strips, double-sided tape,\n                            or pushpins.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Will the decorations lose their shape\n                            or droop during the festival?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No. Unlike paper or fabric alternatives\n                            that easily droop or tear,\n                            our combo set is built with a sturdy\n                            construction that holds its neat,\n                            premium shape and maintains its clean\n                            lines throughout the entire festive duration.\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 reuse this set for other festivals like Diwali?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, this is a highly versatile and\n                            cost-effective solution.\n                            Its traditional green theme and classic\n                            Paithani bird motifs make it perfect for\n                            Diwali, Varalakshmi Vratham,\n                            corporate events, and traditional\n                            housewarming celebrations.\n                            Simply store it back in dry conditions\n                            after use.\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":53594334068949,"sku":"ppk_tmple_decoration_7_green","price":2149.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-8-768x768.jpg?v=1775737096"},{"product_id":"paithani-parrot-peacock-ganpati-decoration-combo-set-for-ganesh-chaturthi-mango-theme-7-items-free-samai-asan","title":"Paithani Parrot-Peacock Ganpati 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 Parrot-Peacock Ganpati Decoration Combo Set\n    \u003c\/title\u003e\n\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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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            font-size: 1.4rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Parrot-Peacock Ganpati Decoration Combo Set\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Transform your home into a radiant temple of celebration\n                with our Mango Theme Festive Decor Set.\n                Designed to bring the rich cultural heritage of Maharashtra\n                right to your pooja room, this meticulously curated\n                7-piece set blends traditional Paithani elegance\n                with modern convenience.\n\n                Complete with a free matching samai asan,\n                this collection infuses warmth, joy, and prosperity\n                into your space, saving you the stress of finding\n                matching decor. Enjoy an authentic,\n                breathtakingly coordinated festive environment\n                that effortlessly sets up in minutes.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Qualities --\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\u003eAesthetic Harmony\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eWarm Mango Palette:\u003c\/strong\u003e\n                                Injects instant brightness,\n                                celebratory warmth, and positive\n                                spiritual energy into your home.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePaithani Heritage Motifs:\u003c\/strong\u003e\n                                Features intricate parrot and peacock\n                                designs representing prosperity,\n                                joy, and traditional Indian craftsmanship.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eFlawless Symmetrical Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eComplete 7-Piece Set:\u003c\/strong\u003e\n                                Carefully coordinated to create\n                                a balanced, symmetrical mandap\n                                or pooja backdrop without the hassle\n                                of sourcing individual parts.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFree Samai Asan Included:\u003c\/strong\u003e\n                                Elevate your ritual setup with\n                                a matching base for your samai lamp\n                                or kalash, maintaining aesthetic continuity.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eModern Functionality\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eLightweight Construction:\u003c\/strong\u003e\n                                Allows for effortless hanging,\n                                placement, and adjustment while\n                                maintaining its gorgeous shape\n                                throughout your celebrations.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eMulti-Occasion Versatility:\u003c\/strong\u003e\n                                Designed to beautify not just\n                                Ganesh Chaturthi, but also Diwali,\n                                housewarmings, and various cultural events.\n                            \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 --\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\u003e\n                                Paithani Parrot-Peacock Ganpati\n                                Decoration Combo Set (Mango Theme)\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eTotal Items\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                7 Coordinated Decorative Pieces +\n                                1 Free Matching Samai Asan\n                                (8 Items Total)\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eColor Scheme\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Vibrant Mango, Gold Accent,\n                                and Traditional Festive Hues\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eArt Style\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Traditional Maharashtrian Paithani Style\n                                with Parrot and Peacock Motifs\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eWeight Category\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Ultra-Lightweight \u0026amp; Easy-to-Mount\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eInstallation Style\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Hassle-Free Wall\/Backdrop Hanging\n                                and Tabletop Placement\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003e\u003cstrong\u003eBest Suited For\u003c\/strong\u003e\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Ganesh Chaturthi Mandaps,\n                                Diwali backdrops,\n                                Housewarmings,\n                                and Traditional Puja setups\n                            \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!-- FAQs --\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 is included in this decoration combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This combo set includes seven coordinated\n                            decorative pieces designed to form a complete,\n                            balanced, and symmetrical mandap or backdrop.\n                            It also comes with a free matching Samai Asan,\n                            which serves as a beautiful,\n                            coordinated base for your lamp (samai)\n                            or kalash.\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 difficult or heavy to manage?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, the entire set is engineered using premium,\n                            lightweight materials. This ensures you can\n                            easily hang, adjust, and place the decorations\n                            on varying wall sizes without heavy anchors\n                            or complex tools. They also hold their shape\n                            perfectly throughout multi-day festivals.\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 reuse this set for other festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! The warm mango theme and\n                            traditional Paithani motifs\n                            (peacocks and parrots)\n                            are highly versatile,\n                            making this set perfect for Diwali,\n                            housewarmings, family pujas,\n                            and any traditional Indian\n                            cultural celebration.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Why choose this combo over buying individual items?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Sourcing matching traditional decor elements\n                            can be time-consuming and often results\n                            in clashing designs. This set solves that\n                            hassle by giving you a professionally\n                            coordinated, premium-looking backdrop\n                            in a single package,\n                            complete with the essential samai asan.\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":53594338164949,"sku":"ppk_tmple_decoration_7_mango","price":2149.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/02-7-768x768.jpg?v=1775737224"},{"product_id":"paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-maroon-theme-5-items-free-samai-asan","title":"Paithani Side Pattern Temple Decoration Combo Set for Ganesh Chaturthi (Maroon Theme – 5 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 Side Pattern Temple Decoration Combo Set\n    \u003c\/title\u003e\n\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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            color: var(--text-primary);\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        \/* FAQ ANSWER VISIBLE *\/\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \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\u003e\n                Paithani Side Pattern Temple Decoration Combo Set\n                (Maroon Theme)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n\n                Elevate your home’s festive aura this Ganesh Chaturthi with a\n                majestic, all-in-one decoration solution. Specially curated for\n                families seeking to establish a grand Marathi heritage aesthetic,\n                this coordinated 5-piece set eliminates the stress of sourcing\n                individual ornaments.\n\n                Cloaked in a regal maroon color palette and accented with\n                intricate Paithani-inspired side patterns, it instantly\n                transforms your pooja room or mandap into a breathtaking,\n                culturally rich sanctuary.\n\n                Practical as it is beautiful, the set is crafted from\n                lightweight, shape-retaining materials for effortless setup,\n                and comes complete with a complimentary matching Samai Asan\n                to beautifully anchor your traditional lamp or kalash.\n\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\u003eCultural Majesty\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRoyal Maroon Theme:\u003c\/strong\u003e\n                                Immerse your home in a deep, rich maroon palette\n                                that represents traditional warmth, devotion,\n                                and festive royalty.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePaithani-Inspired Motifs:\u003c\/strong\u003e\n                                Intricate, heritage-driven side patterns\n                                showcase detailed Marathi craftsmanship,\n                                adding deep cultural authenticity.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eCoordinated Simplicity\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eAll-in-One Mandap Setup:\u003c\/strong\u003e\n                                Five perfectly coordinated festive pieces work\n                                in harmony to build a balanced, vibrant, and\n                                stunning background structure.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFree Matching Samai Asan:\u003c\/strong\u003e\n                                Includes a premium, complementary decorative\n                                base designed to elegantly elevate your festive\n                                samai (oil lamp) or kalash.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDesigned for Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eUltra-Lightweight Build:\u003c\/strong\u003e\n                                Thoughtfully constructed to be incredibly easy\n                                to position, hang, adjust, and safely store\n                                without damaging walls.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eExceptional Shape Retention:\u003c\/strong\u003e\n                                Crafted from resilient materials that resist\n                                sagging and creasing, keeping your mandap neat,\n                                crisp, and visually perfect throughout the\n                                celebrations.\n                            \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\u003eProduct Name\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Paithani Side Pattern Temple Decoration\n                                Combo Set (Maroon Theme)\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eTheme \u0026amp; Colorway\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Deep Maroon, Royal Gold,\n                                and Multi-color Heritage accents\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eMotif Design\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Traditional Marathi\n                                Paithani-inspired border panels\n                                and side motifs\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003ePackage Inclusions\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                5 Coordinated Mandap\/Backdrop Decoration Items\n                                + 1 Free Matching Samai Asan\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003ePrimary Material\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Premium, ultra-lightweight synthetic craft blend\n                                with high shape retention\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eMounting Type\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Wall-mountable, easy to hang with standard hooks,\n                                double-sided tape, or pins\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eCare \u0026amp; Maintenance\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Dust clean with a dry cloth; reusable year after\n                                year with simple, flat-pack storage\n                            \u003c\/td\u003e\n\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n\n                            \u003ctd\u003eIdeal Application\u003c\/td\u003e\n\n                            \u003ctd\u003e\n                                Ganesh Chaturthi Mandap,\n                                Pooja Room Backdrops,\n                                Diwali setups,\n                                and festive wall borders\n                            \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 exactly is included in this decoration combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The combo set includes five carefully coordinated\n                            decorative panels and side motifs that create a\n                            complete, balanced, and stunning mandap backdrop.\n                            You also receive a free, matching Paithani-themed\n                            Samai Asan, which serves as a majestic decorative\n                            base for a lamp or kalash.\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 easy is it to mount and take down the decoration?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Extremely easy! Because the pieces are crafted to be\n                            exceptionally lightweight, they can be easily\n                            positioned, hung, adjusted, and taken down using\n                            standard wall adhesives, push pins, or tape.\n                            This ensures a stress-free setup without any risk\n                            of damaging home paint or wood.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is \"shape retention\" and why does it matter?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Many traditional cloth or paper decorations sag,\n                            wrinkle, or droop over the course of a multi-day\n                            festival. Our premium material boasts excellent\n                            shape retention, meaning it stays perfectly flat,\n                            crisp, and clean-cut from the first day of Bappa's\n                            arrival to the final day of the celebration.\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 pack this set up and reuse it for future festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. This set is designed to be highly durable\n                            and easy to store. At the end of the festival,\n                            simply wipe off any dust with a soft dry cloth and\n                            place the items flat in a box or drawer to reuse\n                            for Diwali, Gauri Ganpati, or next year's\n                            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\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53599974293717,"sku":"side_tmple_decoration_5_maroon","price":1349.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-26-768x768.jpg?v=1775797777"},{"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"},{"product_id":"paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-purple-theme-5-items-free-samai-asan","title":"Paithani Side Pattern Temple Decoration Combo Set for Ganesh Chaturthi (Purple Wine 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            font-size: 1.3rem;\n\n            margin-bottom: 0.8rem;\n\n            color: #ffd700;\n\n        }\n\n        .feature-group p {\n\n            color: #ffe8ff;\n\n            font-size: 1rem;\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 (Purple Theme – 5 Items + Free Samai Asan) \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the majestic beauty of the Paithani Side Pattern Temple Decoration Combo Set. Adorned in a regal purple theme, this carefully curated five-piece collection infuses traditional cultural artistry into your home without the stress of coordinating separate decor items. Made from high-quality, lightweight materials, it offers an elegant, hassle-free alternative to heavy wood or metal backdrops. Whether preparing for Ganesh Chaturthi, Diwali, or a sacred housewarming, this versatile arrangement creates an exquisite, divine atmosphere for your family and guests.\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 Five-Piece Design\u003c\/h3\u003e\n\u003cp\u003eEnjoy a beautifully unified aesthetic with five meticulously coordinated decor pieces that work in perfect harmony to elevate your sacred space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eRegal Purple Theme\u003c\/h3\u003e\n\u003cp\u003eImmerse your festive celebrations in a deep, majestic purple hue that exudes elegance, devotion, and a sophisticated festive atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePaithani-Inspired Artistry\u003c\/h3\u003e\n\u003cp\u003eHonor classic Indian heritage with traditional Paithani-inspired side patterns, displaying authentic and intricate cultural design motifs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFeather-Light Construction\u003c\/h3\u003e\n\u003cp\u003eDitch the struggle of heavy wooden structures. The lightweight design makes hanging, positioning, and storing these pieces incredibly simple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFree Matching Samai Asan\u003c\/h3\u003e\n\u003cp\u003eComplete your sacred arrangement with an included matching Paithani-themed mat, designed perfectly to anchor your traditional lamp (samai) or kalash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHighly Versatile Layout\u003c\/h3\u003e\n\u003cp\u003eEngineered to adapt beautifully to your home, this set perfectly fits compact home mandirs, expansive mandaps, or welcoming entrance doorways.\u003c\/p\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 Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePaithani Side Pattern Temple Decoration Combo Set (Purple Theme)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePrimary Color Theme\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRegal Purple with Premium Gold Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDesign Language\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Paithani-inspired Border Patterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Contents\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5 Coordinated Backdrop Decor Pieces + 1 Complimentary Matching Samai Asan (Lamp Mat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePremium Lightweight Rigid Craft Board (Durable and Reusable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRecommended Placement\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePooja Mandirs, Backdrop Walls, Mandaps, and Entrance Doors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSuitability\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Varalakshmi Vratham, Housewarmings, and Traditional Pujas\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\"\u003eThe set includes five coordinated purple-themed temple decoration panels adorned with traditional Paithani side patterns, plus a free matching Samai Asan (base mat) for your lamp or kalash.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I mount or hang these decorations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThanks to their lightweight design, you can easily hang or mount these panels using standard double-sided tape, light command hooks, or push pins without worrying about damaging your walls.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the material durable and reusable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the panels are crafted from a high-quality, lightweight yet rigid material that is durable enough to be packed away carefully and reused for multiple festivals throughout the year.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this set fit in a small apartment pooja corner?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely! The versatile layout allows you to arrange the five pieces to perfectly match your available space, whether you have a compact wall altar or a large, dedicated mandap.\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":53599983272149,"sku":"side_tmple_decoration_5_purple","price":1349.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-24-768x768.jpg?v=1775798032"},{"product_id":"paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-red-theme-5-items-free-samai-asan","title":"Paithani Side Pattern Temple Decoration Combo Set for Ganesh Chaturthi (Red 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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: #ffd700;\n\n        }\n\n        .feature-group p {\n\n            color: var(--text-secondary);\n\n            font-size: 1rem;\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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: #ffd700;\n\n        }\n\n        .faq-question::after {\n\n           \n\n            font-size: 1.5rem;\n\n            transition: transform 0.3s ease;\n\n            color: #ffd700;\n\n        }\n\n        .faq-item.active .faq-question::after {\n\n           \n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\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    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Side Pattern Temple Decoration Combo Set (Red Theme)\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the majestic elegance of the traditional Maharashtrian Paithani weave. Specifically curated for modern apartments and families, this premium 5-piece decoration set brings a rich deep red and gold aesthetic to your home. Designed to save space and hassle, it is highly lightweight, incredibly easy to install, and fully reusable. Perfect for Ganesh Chaturthi, Gauri-Ganpati, and Diwali, this comprehensive set also comes with a matching complimentary Samai Asan to beautifully round out your traditional puja mandap.\u003c\/p\u003e\n\u003c\/div\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\u003eRoyal Paithani Motifs\u003c\/h3\u003e\n\u003cp\u003eFeatures a captivating deep red and shimmering gold color scheme, adorned with classic floral Paithani-style motifs that celebrate rich Maharashtrian heritage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSmart Urban Design\u003c\/h3\u003e\n\u003cp\u003eCompact and lightweight, this decoration set is perfect for apartments and homes where space is limited, allowing for a magnificent setup in minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEco-Friendly \u0026amp; Reusable\u003c\/h3\u003e\n\u003cp\u003eA highly sustainable alternative to single-use arrangements. Made of high-quality materials, it is easy to fold, store, and reuse year after year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Combo\u003c\/h3\u003e\n\u003cp\u003eIncludes 5 meticulously crafted decorative items suitable for Ganesh Chaturthi, Gauri-Ganpati, Diwali, housewarmings, and festive gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFree Samai Asan\u003c\/h3\u003e\n\u003cp\u003eComes complete with a free, beautifully matched Samai Asan (puja mat) to place your traditional oil lamps and perfect your divine setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/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 Theme\u003c\/td\u003e\n\u003ctd\u003eRoyal Maharashtrian Paithani (Deep Red \u0026amp; Gold)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInclusions\u003c\/td\u003e\n\u003ctd\u003e5-Piece Festive Decoration Set + 1 Free Matching Samai Asan (Puja Mat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Composition\u003c\/td\u003e\n\u003ctd\u003eLightweight, highly durable, and foldable premium materials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Type\u003c\/td\u003e\n\u003ctd\u003eQuick DIY (Do-It-Yourself) setup; no tools or heavy lifting required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability \u0026amp; Storage\u003c\/td\u003e\n\u003ctd\u003eFolds completely flat for compact and hassle-free off-season storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntended Use\u003c\/td\u003e\n\u003ctd\u003eIndoor festival decor (Ganesh Chaturthi, Diwali, Gauri-Ganpati, Laxmi Puja, and Gifting)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/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 5-item combo set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe set includes five beautiful decorative side-pattern pieces featuring classic red and gold Paithani floral motifs. Additionally, you receive a complimentary matching Samai Asan (puja mat) to elevate your traditional lamp setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this decoration set suitable for small apartments?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, absolutely! It is specifically engineered for modern, compact urban apartments. It provides a grand, traditional temple look without occupying the physical space of a heavy, bulky wooden mandir.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow easy is it to install and disassemble?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is incredibly simple. The design is lightweight and intuitive, allowing for a quick, hassle-free setup in minutes without any specialized tools. Disassembly is just as fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I reuse this set next year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Unlike fresh floral arrangements or single-use paper decorations, this high-quality set is designed to be highly durable and reusable. Simply fold it flat and store it safely in a dry place for yearly festive use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this set suitable for gifting?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eDefinitely. Its premium Paithani-style aesthetic and complete package make it an outstanding and thoughtful gift for families, friends, and colleagues during major Indian festivals or housewarming ceremonies.\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":53599986745557,"sku":"side_tmple_decoration_5_red","price":1349.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-28-768x768.jpg?v=1775798157"},{"product_id":"paithani-temple-decoration-combo-set-for-ganesh-chaturthi-green-theme-7-items-free-samai-asan","title":"Paithani Temple Decoration Combo Set for Ganesh Chaturthi (Green 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            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: 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\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--text-primary);\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: var(--text-primary);\n\n            border-bottom: 2px solid var(--glass-border);\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: 800px;\n\n            margin: 0 auto 3rem;\n\n            color: var(--text-secondary);\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            font-size: 1.4rem;\n\n            margin-bottom: 0.8rem;\n\n            color: var(--text-primary);\n\n        }\n\n        .feature-group p {\n\n            color: var(--text-secondary);\n\n            font-size: 0.95rem;\n\n            line-height: 1.6;\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: var(--text-secondary);\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: var(--text-primary);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n\n        }\n\n        td {\n\n            color: var(--text-secondary);\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            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n            color: var(--text-primary);\n\n        }\n\n        .faq-question::after {\n\n          \n            font-size: 1.5rem;\n\n            color: #ffd700;\n\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 215, 0, 0.45);\n\n        }\n\n        .faq-answer {\n\n            color: var(--text-secondary);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.6;\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    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Temple Decoration Combo Set for Ganesh Chaturthi (Green Theme – 7 Items + Free Samai Asan)\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your home's festive spirit with a curated, culturally rich decorating experience. Imbued with the timeless grandeur of traditional Paithani-inspired motifs, this vibrant emerald green 7-piece ensemble completely transforms your puja space into a divine, coordinated sanctuary. Say goodbye to the stress of sourcing mismatched individual elements. Thoughtfully designed to retain its elegant structure throughout your multi-day celebrations, this lightweight set brings effortless luxury, convenience, and functional beauty to your temple, complete with a complimentary matching Samai Asan to honor your sacred lamps.\u003c\/p\u003e\n\u003c\/div\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\u003e7-Piece Coordinated Green Theme\u003c\/h3\u003e\n\u003cp\u003eEnjoy a visually flawless setup. This comprehensive seven-piece festive decor set is beautifully curated in a vibrant green palette, delivering a uniform and harmonious aesthetic to your home temple without the hassle of matching individual components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eTimeless Paithani Craftsmanship\u003c\/h3\u003e\n\u003cp\u003ePay homage to traditional Indian textile heritage. Every piece in this decoration set features authentic Paithani-inspired patterns and intricate motifs, adding deep cultural value and historical artistry to your sacred environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eComplimentary Samai Asan Included\u003c\/h3\u003e\n\u003cp\u003eReceive a matching, dedicated base designed specifically to support heavy traditional samai brass oil lamps or the sacred kalash. It protects your surfaces while seamlessly carrying the emerald-green decorative theme throughout the altar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLightweight \u0026amp; Highly Adaptable\u003c\/h3\u003e\n\u003cp\u003eStyle your space your way. These elements are designed to be lightweight and extremely versatile, enabling easy mounting on walls, wrapping around entryway pillars, or setting up as standalone backdrops on puja tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eShape-Retaining Construction\u003c\/h3\u003e\n\u003cp\u003eKeep your temple looking pristine from dawn to dusk. Engineered with structured materials that firmly hold their shape, this set resists sagging or warping, guaranteeing a polished, neat, and elegant appearance throughout your festivities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/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 Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePaithani Temple Decoration Combo Set (Green Theme)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Items in Pack\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e8-Piece Set (7 Coordinated Decor Elements + 1 Complimentary Samai Asan)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAesthetic \u0026amp; Motif\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Paithani-Inspired Festive Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eColor Palette\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eVibrant Emerald Green Theme with Festive Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation Options\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWall mounting, pillar hanging, tabletop arrangements, or mandap backdrops\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDurability \u0026amp; Build\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLightweight, shape-retaining structured design for multiple reuses\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBest Suited For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Griha Pravesh (Housewarmings), Golu, and Altar Makeovers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGently dust with a dry microfiber cloth; pack and store in a dry place to reuse next season\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/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 items are included in this 7-piece decoration set?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe combo consists of seven beautifully coordinated, green-themed temple decoration items designed to style your background wall, pillars, or table, plus a complimentary matching Samai Asan (base mat) to safely place your heavy oil lamps or kalash.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this decoration set reusable for other festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely! The materials are engineered to hold their shape securely, allowing you to carefully pack the elements away after Ganesh Chaturthi and reuse them for Diwali, housewarmings, Varalakshmi Puja, and other traditional gatherings year after year.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I hang or install these decorations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eBecause the pieces are lightweight, they are incredibly easy to install. You can hang them using standard wall hooks, wrap them around pillars using strings, or secure them to walls, wooden panels, or glass backdrops using safe-release double-sided tape.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat is the purpose of the included Samai Asan?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Samai Asan is a matching decorative mat placed beneath your traditional samai (tall brass oil lamps) or the sacred metal kalash. It serves a dual purpose: physically protecting your puja table from oil drips and heat, while visually unifying your temple setup under one gorgeous green Paithani theme.\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":53599993430229,"sku":"tmple_decoration_7_green","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-16-768x768.jpg?v=1775798378"},{"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"},{"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"},{"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"},{"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"},{"product_id":"paithani-temple-decoration-combo-set-for-ganesh-chaturthi-red-theme-7-items-free-samai-asan","title":"Paithani Temple Decoration Combo Set for Ganesh Chaturthi (Red 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        .feature-group p {\n\n            color: #ffe8ff;\n\n            font-size: 0.95rem;\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: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.8;\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\u003eNauvari Peshwai Gudi Green \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eEmbrace the rich heritage of Maharashtra with the Nauvari Peshwai Gudi. Designed specifically for modern urban households, busy Maharashtrian families, and traditional decor enthusiasts, this pre-assembled festive masterpiece blends royal aesthetics with ultimate convenience. Featuring vibrant premium Butti fabric and an authentic golden Paithani border, it honors cultural legacy while offering a hassle-free, time-saving, and reusable setup for Gudi Padwa and daily temple elegance.\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\u003ePeshwai Royal Aesthetics\u003c\/h3\u003e\n\u003cp\u003eDraped in premium vibrant green Butti fabric and finished with a traditional gleaming golden Paithani border, delivering an authentic Maharashtrian royal appearance for festive celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReady-To-Use Convenience\u003c\/h3\u003e\n\u003cp\u003eCompletely pre-assembled and ready to display instantly without manual draping or setup complications, making festive decoration simple and stress-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDurable \u0026amp; Reusable Design\u003c\/h3\u003e\n\u003cp\u003eCrafted with high-quality materials for long-lasting durability, allowing repeated yearly use while maintaining its vibrant look and elegant structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eElegant Traditional Decor\u003c\/h3\u003e\n\u003cp\u003ePerfect for home entrances, mandirs, festive backdrops, office spaces, and traditional decorative setups that celebrate Maharashtrian culture beautifully.\u003c\/p\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 Style\u003c\/td\u003e\n\u003ctd\u003eNauvari Peshwai Traditional Gudi\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Green with Gold Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Material\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetup Requirement\u003c\/td\u003e\n\u003ctd\u003eNone (Pre-assembled \u0026amp; Ready to Display)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eHighly Durable Multi-Year Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Usage\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa Celebrations, Temple Decoration, Traditional Home Decor, Festive Displays, and Cultural Events\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\u003eFAQs\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item active\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the Gudi require any assembly?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo, the Nauvari Peshwai Gudi comes fully pre-assembled and ready to use immediately after unboxing. No manual setup or draping is required, making festive preparation quick, convenient, and stress-free for families.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item active\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this Gudi be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, this decorative Gudi is designed using durable premium-quality materials that support multi-year festive use with proper storage and care. Its reusable structure makes it an eco-friendly and economical festive decoration choice.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item active\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat type of fabric is used?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe showpiece features premium-quality Butti fabric paired with a traditional golden Paithani border for an authentic royal Maharashtrian appearance. The elegant finish enhances the festive charm and traditional Peshwai look beautifully.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item active\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for compact apartments and office spaces?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Its space-efficient and elegant standalone design makes it ideal for apartments, offices, mandirs, entrance areas, and festive counters. The balanced structure allows convenient placement even in compact decorative spaces.\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":53600021774549,"sku":"tmple_decoration_7_red","price":2249.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-22-768x768.jpg?v=1775799236"},{"product_id":"paithani-parrot-peacock-ganpati-decoration-combo-set-for-ganesh-chaturthi-maroon-theme-7-items-free-samai-asan","title":"Paithani Parrot-Peacock Ganpati Decoration Combo Set for Ganesh Chaturthi (Maroon 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    \u003ctitle\u003ePaithani Parrot-Peacock Ganpati Decoration Combo Set - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\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            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\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            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ffd700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Parrot-Peacock Ganpati Decoration Combo Set for Ganesh Chaturthi\n                (Maroon Theme – 7 Items + Free Samai Asan)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your home sanctuary with an authentic touch\n                of Maharashtrian heritage.\n                This exquisitely curated 7-piece decoration combo\n                seamlessly blends royal maroon hues\n                with iconic golden-beige Paithani panels,\n                intricate zari borders,\n                and symbolic parrot-peacock motifs\n                representing purity and devotion.\n\n                Designed for devout families looking\n                to establish a majestic mandap setup\n                with zero hassle,\n                this premium, foldable,\n                and reusable set is your perfect sustainable alternative\n                to temporary decorations for Ganesh Chaturthi,\n                Diwali, Navratri, and beyond.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES SECTION --\u003e\n\n        \u003csection id=\"features\"\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\u003eHeritage Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Inspired by timeless Maharashtrian\n                                Paithani saree motifs\n                                depicting parrots and peacocks\n                                representing spiritual purity.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Draped in a royal maroon theme\n                                beautifully balanced with elegant\n                                golden beige accents\n                                and premium zari work.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eComplete Curation\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Comprehensive 7-piece setup\n                                featuring a cohesive background backdrop,\n                                traditional torans,\n                                and vibrant multicolour tassels.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Includes a matching chaurang\n                                (pooja altar) cover adorned\n                                with delicate lace detailing\n                                plus a free bonus Samai Asan.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSmart \u0026amp; Sustainable\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                A cost-effective,\n                                reusable alternative\n                                to expensive single-use plastic\n                                or short-lived fresh flower decor.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Ultra-compact,\n                                foldable design allowing\n                                for stress-free storage\n                                and effortless installation\n                                across multiple seasons.\n                            \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=\"specs\"\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                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTheme\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Royal Maroon \u0026amp; Golden Beige\n                                with Premium Zari 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                            \u003ctd\u003e\n                                Authentic Paithani Saree-inspired\n                                Parrot \u0026amp; Peacock detailing\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTotal Contents\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                7 Festive Pieces +\n                                1 Free Samai Asan\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePackage Inclusions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Festive Backdrop,\n                                Matching Torans,\n                                Detailed Lace Chaurang Cover,\n                                Multicolour Tassels,\n                                Complementary Samai Asan\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial \u0026amp; Finishing\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Premium festive fabric blend\n                                with high-grade borders\n                                and lace trims\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Completely foldable,\n                                lightweight,\n                                and space-saving construction\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eOccasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ganesh Chaturthi,\n                                Diwali,\n                                Gauri Poojan,\n                                Navratri,\n                                Housewarming,\n                                and Domestic Poojas\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\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFAQs\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 decoration set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set comes as a comprehensive\n                            7-item curated pack\n                            which includes a decorative backdrop,\n                            traditional hanging torans,\n                            a chaurang cover finished with lace,\n                            and a variety of multicolour accent tassels.\n                            Additionally,\n                            you will receive a free matching Samai Asan\n                            to place your traditional oil lamp.\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 reuse this set for other festivals like Diwali or Navratri?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely.\n                            The set is built to be highly versatile.\n                            While perfectly styled for Ganesh Chaturthi,\n                            the elegant royal maroon\n                            and golden Paithani elements\n                            make it highly appropriate for Diwali,\n                            Gauri Poojan,\n                            Navratri,\n                            housewarmings,\n                            and general family poojas.\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 is this decoration set stored and cleaned?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This combo set features\n                            a highly compact,\n                            foldable fabric construction.\n                            Once the festivities are complete,\n                            simply fold the pieces neatly\n                            and store them in a dry place.\n                            For cleaning,\n                            gentle spot cleaning\n                            or dry cleaning is recommended\n                            to preserve the premium zari borders\n                            and lace details.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Why choose this over traditional fresh flower decorations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            While fresh flowers are beautiful,\n                            they wilt quickly\n                            and require expensive recurring purchases.\n                            This combo set provides\n                            an eco-friendly,\n                            highly cost-effective,\n                            and hassle-free solution\n                            that looks regal\n                            and can be reused year after year,\n                            saving time and effort\n                            during busy festive mornings.\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":53620114948309,"sku":null,"price":2149.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-10-768x768.jpg?v=1776057717"},{"product_id":"paithani-parrot-peacock-ganpati-decoration-combo-set-for-ganesh-chaturthi-orange-theme-7-items-free-samai-asan","title":"Paithani Parrot-Peacock Ganpati Decoration Combo Set for Ganesh Chaturthi (Orange 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    \u003ctitle\u003ePaithani Parrot-Peacock Ganpati Decoration Combo Set - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\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            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\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            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ffd700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Parrot-Peacock Ganpati Decoration Combo Set (Orange Theme)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with this premium,\n                pre-coordinated decoration set.\n                Specifically crafted for families celebrating Ganesh Chaturthi,\n                Diwali, and traditional housewarmings,\n                this 7-piece set infuses your home temple\n                with vibrant orange hues and heritage-rich Paithani motifs.\n\n                It eliminates the hassle of mixing and matching\n                individual decor items,\n                delivering a unified and culturally stunning aesthetic\n                right out of the box—complete with a complimentary\n                matching Samai Asan.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES SECTION --\u003e\n\n        \u003csection id=\"features\"\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\u003eCohesive Aesthetic\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Complete 7-piece coordinated festive decor set\n                                ensures a unified look.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Vibrant orange color palette brings\n                                a warm, joyous energy to your space.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Designed to eliminate the effort\n                                of pairing disparate items.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eHeritage Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Traditional Paithani-inspired peacock\n                                and parrot motifs.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Each symbol represents joy,\n                                grace, beauty,\n                                and divine auspiciousness.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Adds a touch of royalty\n                                and cultural elegance\n                                to your pooja mandap.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eEffortless Utility\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Includes a FREE matching Samai Asan\n                                to host your lamp or kalash.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Extremely lightweight design allows\n                                for simple hanging and repositioning.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Durable construction prevents sagging\n                                or bending,\n                                keeping it pristine.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatile Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Ideal for both compact home temple niches\n                                and sprawling backdrops.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Perfect for Ganesh Chaturthi,\n                                Diwali, housewarmings,\n                                and special poojas.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Can be stored easily\n                                and re-arranged year after year.\n                            \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=\"specs\"\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                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\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                            \u003ctd\u003e\n                                Paithani Parrot-Peacock Ganpati Decoration Combo Set\n                                (Orange Theme)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTotal Package Contents\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                7 Coordinated Decorative Accent Items +\n                                1 Free Matching Samai Asan\n                                (8 items total)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eTheme \u0026amp; Style\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Traditional Maharashtrian Paithani Silk Art Motifs\n                                (Parrot \u0026amp; Peacock)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePrimary Colorway\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Warm Festive Orange and Auspicious Metallic Gold Highlights\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Base\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Lightweight, rigid structural substrate\n                                designed to retain form and shape\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eApplication Suitability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Pooja Mandir, Festive Backdrop,\n                                Wall Hangings, Door Arch Enhancements\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eReusability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Highly durable,\n                                easily package-ready for multi-year reuse\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\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFAQs\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 is a Samai Asan and how is it used?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            A Samai Asan is a traditional decorative base pad.\n                            In this combo,\n                            the free matching Asan is intended\n                            to sit gracefully beneath your oil lamp,\n                            kalash, or diya,\n                            enhancing the beauty of your altar setup\n                            while protecting the surface underneath\n                            from oil spills and heat.\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 easy is this decoration set to mount and install?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Extremely easy.\n                            Because of the lightweight and sturdy construction,\n                            you can easily hang, tape,\n                            or position these elements using simple\n                            double-sided tape, push pins,\n                            or wall hooks.\n                            No heavy drilling or complex tools are required.\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 set for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely.\n                            The traditional Paithani peacock\n                            and parrot motifs,\n                            combined with the vibrant orange aesthetic,\n                            are highly versatile.\n                            The set is perfect for Diwali,\n                            traditional housewarmings (Griha Pravesh),\n                            Navratri, and Golu setups.\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 material durable enough to be reused next year?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, the set is built using premium,\n                            rigid, yet lightweight structural materials\n                            that resist sagging and bending.\n                            Once the festive season is over,\n                            simply wipe them gently with a dry cloth\n                            and store them in a cool, dry place\n                            for future use.\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":53620245856469,"sku":null,"price":2149.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-12-768x768.jpg?v=1776057841"},{"product_id":"paithani-parrot-peacock-ganpati-decoration-combo-set-for-ganesh-chaturthi-purple-theme-7-items-free-samai-asan","title":"Paithani Parrot-Peacock Ganpati Decoration Combo Set for Ganesh Chaturthi (Purple 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    \u003ctitle\u003ePaithani Parrot-Peacock Ganpati Decoration Combo Set - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\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            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\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            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ffd700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Parrot-Peacock Ganpati Decoration Combo Set (Purple Theme)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the ultimate,\n                hassle-free mandap transformation.\n                Intricately designed around a regal purple color palette,\n                this premium seven-piece ensemble showcases traditional\n                Maharashtrian Paithani-inspired parrot and peacock motifs—\n                symbolizing joy, beauty, and auspicious beginnings.\n\n                Blending timeless cultural heritage with modern lightweight materials,\n                it offers a breathtaking alternative to heavy brass or wooden setups.\n                Perfect for Ganesh Chaturthi, Diwali, and housewarmings,\n                this pre-coordinated set is completed by a free matching Samai Asan\n                to beautifully anchor your sacred lamps and kalash.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES SECTION --\u003e\n\n        \u003csection id=\"features\"\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\u003eTimeless Cultural Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePaithani-Inspired Motifs:\u003c\/strong\u003e\n                                Features elegant parrot and peacock elements\n                                that represent divine beauty, joy,\n                                and positive festive energy.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRegal Purple Palette:\u003c\/strong\u003e\n                                Provides a deep, sophisticated color theme\n                                that instantly enriches any residential pooja room\n                                or larger community mandap.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eEffortless \u0026amp; Lightweight Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eEasy Assembly:\u003c\/strong\u003e\n                                Eliminates the stress of heavy lifting,\n                                drilling, or matching multiple individual items.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eHassle-Free Adjustment:\u003c\/strong\u003e\n                                Crafted from modern, lightweight materials,\n                                enabling secure hanging and easy repositioning in minutes.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eBonus Samai Asan:\u003c\/strong\u003e\n                                Includes a free, perfectly matched base mat\n                                to beautifully display your oil lamps,\n                                brass diyas, or kalash.\n                            \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=\"specs\"\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                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Paithani Parrot-Peacock Ganpati Decoration Combo Set\n                                (Purple Theme)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eNumber of Items\u003c\/td\u003e\n                            \u003ctd\u003e\n                                7 Decorative Pieces +\n                                1 Free Matching Samai Asan\n                                (8 items total)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eTheme Palette\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Regal Purple with Gold and Traditional Accent Hues\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Theme\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Traditional Paithani Art\n                                (Parrot \u0026amp; Peacock Motifs)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight Category\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ultra-Lightweight\n                                (designed for effortless suspension\n                                and zero-tool setup)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                High (durable materials suitable\n                                for annual storage and re-use)\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBest Suited For\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ganesh Chaturthi, Diwali,\n                                Dussehra, Housewarmings,\n                                and Indian Festive Home Decor\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\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFAQs\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 is included in the 7-piece combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The set includes a fully coordinated,\n                            seven-piece decorative backdrop ensemble\n                            rendered in a stunning purple Paithani theme.\n                            As a special addition,\n                            a free matching Samai Asan is included\n                            to serve as an elegant base\n                            for your festive lamps or kalash.\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 easy is it to install and hang this decoration set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Extremely easy. Unlike heavy traditional brass,\n                            iron, or wood backdrops,\n                            this set is made from lightweight materials.\n                            It can be effortlessly secured using\n                            double-sided tape, push pins,\n                            or command hooks while keeping walls damage-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 I use this set for occasions other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely.\n                            The versatility of the Paithani peacock\n                            and parrot motifs paired with a regal purple theme\n                            makes this set highly suitable for Diwali,\n                            housewarmings, traditional poojas,\n                            and various family celebrations.\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 decoration setup reusable?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. Thanks to its sturdy yet lightweight construction,\n                            you can easily dismantle, pack,\n                            and store the elements safely after use\n                            to preserve them for your next festive celebration.\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":53620409172181,"sku":null,"price":2149.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-13-768x768.jpg?v=1776057968"},{"product_id":"paithani-parrot-peacock-ganpati-decoration-combo-set-for-ganesh-chaturthi-red-theme-7-items-free-samai-asan","title":"Paithani Parrot-Peacock Ganpati Decoration Combo Set for Ganesh Chaturthi (Red 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    \u003ctitle\u003ePaithani Parrot-Peacock Ganpati Decoration Combo Set (Red Theme) - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\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            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\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            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ffd700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Parrot-Peacock Ganpati Decoration Combo Set (Red Theme)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with an elegant, culturally rich decoration kit\n                designed to honor Maharashtrian heritage. Inspired by traditional Paithani handloom artistry,\n                this cohesive 7-piece deep red setup brings auspicious beauty, timeless warmth,\n                and effortless sophistication directly to your home.\n                Say goodbye to the stress of hunting down individual matching elements—\n                this pre-coordinated, lightweight kit offers everything you need\n                to curate a stunning, harmonious mandap for your most cherished festivals.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES SECTION --\u003e\n\n        \u003csection id=\"features\"\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\u003eTraditional Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Paithani-inspired motifs featuring symbolic parrots and peacocks\n                                that represent joy, beauty, and auspicious beginnings.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Coordinated deep red aesthetic offers a visually unified\n                                and spiritually enriching festive space.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDesigned for Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                7-piece all-inclusive configuration eliminates the time\n                                and hassle of sourcing individual decor elements.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Ultra-lightweight materials allow for quick adjustment,\n                                simple hanging, and secure placement with ease.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eBonus \u0026amp; Adaptability\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                Includes a matching free samai asan to gracefully hold\n                                your oil lamps or ceremonial kalash.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                Flexible layout that scales gracefully from small pooja shelves\n                                and corner altars to large communal mandaps.\n                            \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=\"specs\"\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                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eTheme Style\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Inspired\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003eFestive Deep Red and Gold Accent Themes\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eTotal Pieces\u003c\/td\u003e\n                            \u003ctd\u003e7-Piece Coordinated Set + Free Samai Asan\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight Profile\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Lightweight design optimized for effortless hanging\n                                and adjustments\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Motifs\u003c\/td\u003e\n                            \u003ctd\u003eAuspicious Parrot and Peacock designs\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eTarget Celebrations\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ganesh Chaturthi, Diwali, Gauri Poojan,\n                                Housewarmings, and Traditional Festivals\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eSetup Location Compatibility\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Pooja rooms, home temples,\n                                main mandap backdrops, and decorative corners\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\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFAQs\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 is included in the 7-piece combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The combo set contains a pre-coordinated layout\n                            of lightweight decorative panels featuring traditional\n                            Paithani parrot and peacock motifs,\n                            plus a matching free samai asan designed\n                            to beautifully complement your kalash or samai lamp.\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 easy is it to install this decoration?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Extremely easy. The entire set is crafted to be lightweight,\n                            allowing you to quickly hang, position,\n                            and shift the pieces on walls, curtains,\n                            or wooden mandap frames using standard,\n                            non-destructive adhesives or hooks.\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 decor set reusable?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely. The premium materials and traditional style\n                            ensure you can carefully pack the pieces away after\n                            Ganesh Chaturthi and reuse them for Diwali,\n                            Grah Pravesh, or family gatherings year after 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                            Can I use this kit for smaller pooja spaces?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. The versatile layout is modular,\n                            meaning you can configure and arrange the elements\n                            to fit both compact home pooja niches\n                            and expansive, grand festival setups.\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":53620600504533,"sku":null,"price":2149.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-14-768x768.jpg?v=1776058078"},{"product_id":"paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-green-theme-5-items-free-samai-asan","title":"Paithani Side Pattern Temple Decoration Combo Set for Ganesh Chaturthi (Green Theme – 5 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    \u003ctitle\u003ePaithani Side Pattern Temple Decoration Combo Set (Green Theme) - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\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            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\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            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ffd700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Side Pattern Temple Decoration Combo Set (Green Theme)\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with an elegant, all-in-one decorating solution.\n                Inspired by rich Indian cultural heritage, this beautifully coordinated 5-piece set\n                features intricate Paithani motifs and a vibrant green theme that invites positive energy\n                and freshness into your home. Complete with a complimentary matching Samai Asan,\n                it takes the hassle out of coordination so you can focus on creating lasting memories\n                during Ganesh Chaturthi, Diwali, and beyond.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES SECTION --\u003e\n\n        \u003csection id=\"features\"\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\u003eHeritage \u0026amp; Theme\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Green Theme:\u003c\/strong\u003e\n                                Beautifully represents freshness, growth,\n                                and positive spiritual energy.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePaithani Motifs:\u003c\/strong\u003e\n                                Intricate side patterns celebrate traditional\n                                Indian craftsmanship and cultural heritage.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSmart Design \u0026amp; Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003e5-Piece Coordinated Set:\u003c\/strong\u003e\n                                A unified layout that eliminates the stress\n                                of sourcing individual, mismatching decor items.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eLightweight \u0026amp; Adaptable:\u003c\/strong\u003e\n                                Easy to hang, place, and adjust for a stress-free\n                                setup and quick clean-up.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eAdded Value \u0026amp; Versatility\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eFree Samai Asan:\u003c\/strong\u003e\n                                Includes a free matching decorative mat\n                                to serve as a stunning base for your lamps or Kalash.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eMulti-Occasion Use:\u003c\/strong\u003e\n                                Versatile design ideal for mandaps,\n                                home pooja rooms, and entrance door arrangements.\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\n        \u003csection id=\"specs\"\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                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/thead\u003e\n\n                    \u003ctbody\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePackage Contents\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                5-Piece Coordinated Decoration Set +\n                                1 Free Matching Samai Asan (6 items total)\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                            \u003ctd\u003e\n                                Traditional Paithani-inspired border and side patterns\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                            \u003ctd\u003e\n                                Vibrant Festival Green with traditional gold accents\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial Properties\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Lightweight, premium-grade decorative material\n                                designed for clean installation\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePlacement Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Suitable for hanging on walls,\n                                framing mandaps, or styling home pooja setups\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eRecommended Occasions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Ganesh Chaturthi, Diwali,\n                                Housewarming (Griha Pravesh),\n                                and traditional family gatherings\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\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFAQs\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 is included in the 5-Piece Combo Set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The combo set includes 5 meticulously coordinated decoration elements\n                            featuring a Paithani motif in a vibrant green theme.\n                            Additionally, you receive a free matching Samai Asan\n                            to use as a base for your lamps or Kalash.\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 decoration set difficult to hang or install?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Not at all. The entire set is crafted from lightweight materials,\n                            making it remarkably easy to hang, position,\n                            and adjust using standard temporary wall hooks,\n                            pushpins, or double-sided tape.\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 reuse this set for other festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely. While perfect for Ganesh Chaturthi,\n                            the classic design and elegant green-and-gold color theme\n                            make this set highly versatile for Diwali,\n                            housewarmings, marriages,\n                            and other traditional Indian celebrations.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the purpose of the included Samai Asan?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The Samai Asan is a matching decorative base designed\n                            to place under your traditional oil lamps (Samai)\n                            or a sacred Kalash. It ties your entire temple setup together,\n                            protects your surfaces,\n                            and enhances the overall visual appeal.\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":53620797014229,"sku":null,"price":1349.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/3-22-768x768.jpg?v=1776058212"},{"product_id":"paithani-side-pattern-temple-decoration-combo-set-for-ganesh-chaturthi-mango-theme-5-items-free-samai-asan","title":"Paithani Side Pattern Temple Decoration Combo Set for Ganesh Chaturthi (Mango Theme – 5 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    \u003ctitle\u003ePaithani Side Pattern Temple Decoration Combo Set (Mango Theme) - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            \/* Deep Purple *\/\n            --bg-secondary: #4b145f;\n            \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35);\n            \/* Pink Border *\/\n            --text-primary: #ffd700;\n            \/* Golden *\/\n            --text-secondary: #ffc0cb;\n            \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\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            background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));\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            border-radius: 16px;\n            border: 1px solid var(--glass-border);\n            padding: 3rem;\n            margin: 3rem 0;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            border-bottom: 2px solid var(--glass-border);\n            padding-bottom: 0.75rem;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n            color: var(--text-secondary);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2.5rem;\n            margin: 2.5rem 0;\n        }\n\n        .feature-group {\n            background: rgba(255, 192, 203, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n        }\n\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        ul li {\n            padding: 1rem 0 1rem 2rem;\n            position: relative;\n            color: var(--text-secondary);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: #ffd700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th,\n        td {\n            padding: 1.4rem 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--glass-border);\n        }\n\n        th {\n            background: rgba(255, 215, 0, 0.18);\n            color: var(--text-primary);\n            font-weight: 600;\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 1.5rem;\n            background: rgba(255, 192, 203, 0.06);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.25);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            color: #ffd700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Paithani Side Pattern Temple Decoration Combo Set for Ganesh Chaturthi\n                (Mango Theme – 5 Items + Free Samai Asan)\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive celebrations with the breathtaking Paithani Side Pattern Temple Decoration Combo Set.\n                Expertly curated to bridge traditional regional artistry with modern convenience, this premium collection\n                features rich Paithani motifs coupled with a vibrant, auspicious Mango theme representing joy, warmth,\n                and prosperity. Perfect for Indian households looking to establish a highly balanced, symmetrical, and\n                hassle-free mandir backdrop, this versatile set takes the stress out of sourcing mismatching components.\n                Make your home feel divine, inviting, and spectacularly festive for Ganesh Chaturthi, Diwali,\n                and housewarmings alike.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES SECTION --\u003e\n\n        \u003csection id=\"features\"\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                        \u003ch3 style=\"color: var(--text-primary); margin-bottom: 0.5rem; font-size: 1.3rem;\"\u003e\n                            Authentic Paithani Motifs\n                        \u003c\/h3\u003e\n\n                        \u003cp style=\"color: var(--text-secondary);\"\u003e\n                            Showcases stunning traditional Maharashtra Paithani side patterns,\n                            bringing intricate, regional handloom elegance directly into your festive\n                            home temple setup.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3 style=\"color: var(--text-primary); margin-bottom: 0.5rem; font-size: 1.3rem;\"\u003e\n                            Vibrant Mango Theme\n                        \u003c\/h3\u003e\n\n                        \u003cp style=\"color: var(--text-secondary);\"\u003e\n                            Designed with a colorful, warm Mango motif concept symbolizing\n                            auspiciousness, joy, and spiritual vitality to uplift your home's festive energy.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3 style=\"color: var(--text-primary); margin-bottom: 0.5rem; font-size: 1.3rem;\"\u003e\n                            Comprehensive 5-Item Set\n                        \u003c\/h3\u003e\n\n                        \u003cp style=\"color: var(--text-secondary);\"\u003e\n                            Eliminate the hassle of searching for individual, mismatched decor.\n                            Get a fully pre-coordinated 5-piece setup that instantly creates a\n                            symmetrical border framework.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3 style=\"color: var(--text-primary); margin-bottom: 0.5rem; font-size: 1.3rem;\"\u003e\n                            Free Matching Samai Asan\n                        \u003c\/h3\u003e\n\n                        \u003cp style=\"color: var(--text-secondary);\"\u003e\n                            Includes a complimentary, beautifully designed Samai Asan (lamp mat)\n                            that seamlessly integrates your traditional lamps into the wider decor theme.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3 style=\"color: var(--text-primary); margin-bottom: 0.5rem; font-size: 1.3rem;\"\u003e\n                            Lightweight \u0026amp; Adjustable\n                        \u003c\/h3\u003e\n\n                        \u003cp style=\"color: var(--text-secondary);\"\u003e\n                            Crafted with lightweight materials that make setup, adjustment,\n                            and removal remarkably simple, safe, and highly versatile across\n                            different wall and mandir styles.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3 style=\"color: var(--text-primary); margin-bottom: 0.5rem; font-size: 1.3rem;\"\u003e\n                            Multi-Occasion Utility\n                        \u003c\/h3\u003e\n\n                        \u003cp style=\"color: var(--text-secondary);\"\u003e\n                            An adaptable design aesthetic that seamlessly transitions from\n                            Ganesh Chaturthi to Diwali, family housewarmings, Golu,\n                            or traditional pujas.\n                        \u003c\/p\u003e\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=\"specs\"\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\u003eTheme\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Mango Theme representing joy, warmth and auspiciousness\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eArt Style\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic Paithani Side Motifs with detailed traditional prints\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eSet Contents\u003c\/td\u003e\n                            \u003ctd\u003e5 Decorative Pieces + 1 Free Samai Asan\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial\u003c\/td\u003e\n                            \u003ctd\u003ePremium lightweight and durable material\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eInstallation\u003c\/td\u003e\n                            \u003ctd\u003eQuick and adjustable setup for mandir decoration\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003eEasy to fold, clean and store for future festivals\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\n        \u003csection id=\"faqs\"\u003e\n\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eFAQs\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 exactly is included in this decoration combo set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The combo set includes 5 fully coordinated decorative items\n                            designed to beautifully frame your home temple,\n                            plus a complimentary matching Samai Asan\n                            for traditional brass oil lamps.\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 reuse these decorations for Diwali and other festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely. The timeless Paithani and Mango themes\n                            make this decoration set perfect for Diwali,\n                            housewarmings, Golu, Varalakshmi Puja,\n                            and many other festive occasions.\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 process easy?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. The decoration pieces are lightweight,\n                            highly adjustable and can be installed within minutes\n                            without requiring special tools.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Why choose a pre-coordinated decoration combo?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            A pre-coordinated combo ensures matching colors,\n                            balanced symmetry and a professional festive appearance\n                            without the hassle of buying separate decor items.\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":53620961083605,"sku":null,"price":1349.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-25-768x768.jpg?v=1776058332"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/collections\/1-0-2-768x768_027e7299-92a4-4f84-9663-8ba5e2ef33e6.jpg?v=1777977277","url":"https:\/\/kanira.in\/collections\/product-category-accessories-ganpati-decoration-combo.oembed","provider":"kanirapaithani","version":"1.0","type":"link"}