{"product_id":"paithani-side-pattern-backdrop-for-ganesh-chaturthi-orange","title":"Paithani Side Pattern Backdrop for Ganesh Chaturthi – Orange","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            \/* 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            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:\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\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        }\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        .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        .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        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            \n\n            font-size: 1.5rem;\n\n            color: #FFD700;\n\n            transition: 0.3s ease;\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            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        @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\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003ePaithani Side Pattern Backdrop for Ganesh Chaturthi – Orange\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your sacred home rituals with our exquisite Paithani Side Pattern Backdrop. Perfectly balancing heritage craftsmanship with modern convenience, this premium orange backdrop serves as a stunning visual anchor for your festive altars, mandaps, and home temples. Purposefully designed for modern devotees who demand sustainable luxury over mass-produced plastics, it breathes life and color into spiritual celebrations like Ganesh Chaturthi, Navratri, and Diwali while directly supporting the livelihood of traditional Indian artisans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection id=\"features\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eAuthentic Paithani Weave\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from premium quality silk fabric featuring traditional, rich weaves.\u003c\/li\u003e\n\u003cli\u003eEmbellished with majestic gold-zari borders for an undeniable festive radiance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSacred Architecture Silhouette\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned with a elegant V-cut temple frame that perfectly mirrors classic Indian mandirs.\u003c\/li\u003e\n\u003cli\u003eDetailed with traditional side-pattern motifs and delicate, swaying hanging tassels.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eLuminous Reflection\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdorned with hand-placed, glistening mirror dot accents.\u003c\/li\u003e\n\u003cli\u003eCatches ambient home lights and LED strips beautifully, casting a soft, divine shimmer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEco-Friendly \u0026amp; Smart Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, hand-stitched construction that can be installed in minutes.\u003c\/li\u003e\n\u003cli\u003eCompletely foldable and built to last, offering an easy-to-store, highly reusable alternative.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eTechnical Specifications\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Fabric with Gold-Zari Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eVibrant Festive Orange with Royal Gold Patterns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Profile\u003c\/td\u003e\n\u003ctd\u003eTraditional V-Cut Temple Silhouette with Detailed Side Patterns \u0026amp; Hanging Tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArtisan Detailing\u003c\/td\u003e\n\u003ctd\u003eHand-stitched finishes with custom mirror dot embellishments\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eUltra-lightweight, compact-foldable, easy storage and setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Occasions\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Navratri, Diwali, Housewarmings, Pujas, and Home Altar Decor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnvironmental Impact\u003c\/td\u003e\n\u003ctd\u003eSustainable, reusable design celebrating plastic-free, artisan-led Indian heritage\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 makes this backdrop sustainable compared to market alternatives?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike typical synthetic, mass-produced plastic backdrops that are discarded after one use, our Paithani backdrop is crafted from premium silk and handloom zari. It is lightweight, foldable, and durable, allowing you to use it across multiple festive seasons (Ganesh Chaturthi, Diwali, Navratri) for years to come.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the mirror dot detailing enhance the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe backdrop features hand-adorned mirror dot accents. When paired with standard ambient room lighting or decorative fairy\/LED lights, the mirrors catch the light source and scatter subtle, beautiful reflections that instantly elevate the warmth and sacredness of your home mandap.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I store and care for this silk backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eBecause it is lightweight and handcrafted, you can easily fold it along its natural seams and store it in a dry box or fabric bag. For maintenance, a gentle dry cleaning or light spot clean is recommended to preserve the integrity of the premium silk and gold-zari threadwork.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this product suitable for gifting?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Thanks to its rich connection to Indian heritage, artisan-driven craftsmanship, and luxury aesthetic, it serves as an exceptional and culturally rich gift for weddings, housewarmings, or festive greetings.\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":53594250019029,"sku":"side_bg_gnsh_chaturthi_orange","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/37-768x768.png?v=1775731850","url":"https:\/\/kanira.in\/products\/paithani-side-pattern-backdrop-for-ganesh-chaturthi-orange","provider":"kanirapaithani","version":"1.0","type":"link"}