{"product_id":"paithani-gate-style-backdrop-for-ganesh-chaturthi-red","title":"Paithani Gate Style Backdrop for Ganesh Chaturthi – Red","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 Gate Style Backdrop for Ganesh Chaturthi - Red\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n\n            \/* Rich Royal Theme *\/\n\n            --bg-primary: #14001f;\n            --bg-secondary: #240038;\n\n            --glass-bg: rgba(255, 240, 245, 0.06);\n            --glass-border: rgba(212, 175, 55, 0.22);\n\n            --text-primary: #d4af37;\n            --text-secondary: #f6d9ea;\n\n            --purple-main: #6f2dbd;\n            --purple-dark: #2d004d;\n\n            --gold-main: #d4af37;\n            --gold-soft: #e7c86e;\n            --gold-light: #f4df9b;\n\n            --pink-main: #ff5ca8;\n            --pink-soft: #ffd1e6;\n\n            --shadow: 0 10px 35px rgba(255, 92, 168, 0.15);\n\n            --blur: blur(16px);\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                radial-gradient(circle at top left,\n                    rgba(255, 92, 168, 0.08),\n                    transparent 28%),\n\n                radial-gradient(circle at bottom right,\n                    rgba(212, 175, 55, 0.08),\n                    transparent 30%),\n\n                linear-gradient(\n                    135deg,\n                    #14001f 0%,\n                    #240038 35%,\n                    #3d0066 70%,\n                    #6f2dbd 100%\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: linear-gradient(\n                145deg,\n                rgba(255, 255, 255, 0.05),\n                rgba(255, 255, 255, 0.03)\n            );\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n\n            border: 1px solid rgba(212, 175, 55, 0.16);\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        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(212, 175, 55, 0.30);\n\n            box-shadow: 0 16px 45px rgba(212, 175, 55, 0.12);\n        }\n\n        h1 {\n\n            font-size: 2.8rem;\n\n            margin-bottom: 1rem;\n\n            color: var(--gold-main);\n\n            text-align: center;\n\n            line-height: 1.3;\n\n            letter-spacing: 0.5px;\n\n            text-shadow:\n                0 0 6px rgba(212, 175, 55, 0.15);\n        }\n\n        h2 {\n\n            font-size: 2.2rem;\n\n            margin-bottom: 1.5rem;\n\n            color: var(--gold-main);\n\n            border-bottom: 2px solid rgba(212, 175, 55, 0.16);\n\n            padding-bottom: 0.75rem;\n\n            text-shadow:\n                0 0 4px rgba(212, 175, 55, 0.10);\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(--pink-soft);\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, 255, 255, 0.04);\n\n            padding: 2rem;\n\n            border-radius: 14px;\n\n            border-left: 4px solid var(--gold-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n\n            background: rgba(255, 92, 168, 0.06);\n\n            transform: scale(1.02);\n        }\n\n        .feature-group h3 {\n\n            margin-bottom: 1rem;\n\n            font-size: 1.35rem;\n\n            color: var(--pink-main);\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: var(--text-secondary);\n\n            border-bottom: 1px solid rgba(255, 255, 255, 0.06);\n        }\n\n        ul li::before {\n\n            content: '✦';\n\n            position: absolute;\n\n            left: 0;\n\n            color: var(--gold-main);\n\n            font-weight: bold;\n\n            font-size: 1rem;\n        }\n\n        strong {\n            color: var(--gold-light);\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin: 2rem 0;\n\n            background: rgba(255, 255, 255, 0.03);\n\n            border-radius: 14px;\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, 255, 255, 0.08);\n        }\n\n        th {\n\n            background: rgba(212, 175, 55, 0.10);\n\n            color: var(--gold-main);\n\n            font-weight: 600;\n\n            white-space: nowrap;\n        }\n\n        td {\n            color: var(--text-secondary);\n        }\n\n        .faq-item {\n\n            margin-bottom: 1.5rem;\n\n            padding: 1.5rem;\n\n            background: rgba(255, 255, 255, 0.05);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(212, 175, 55, 0.10);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n\n            border-color: rgba(255, 92, 168, 0.35);\n\n            background: rgba(255, 92, 168, 0.05);\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: var(--gold-main);\n        }\n\n        .faq-answer {\n\n            color: var(--pink-soft);\n\n            display: block;\n\n            margin-top: 1rem;\n\n            line-height: 1.7;\n\n            border-top: 1px solid rgba(255, 255, 255, 0.06);\n\n            padding-top: 1rem;\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            .overview {\n                font-size: 1rem;\n            }\n        }\n\n    \u003c\/style\u003e\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 Gate Style Backdrop for Ganesh Chaturthi - Red\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Transform your home into an auspicious sanctuary with the Paithani Gate Style Backdrop.\n                Infused with centuries of handloom heritage, this breathtaking festive décor centerpiece\n                blends traditional Paithani weaving with a majestic gate-inspired silhouette.\n                Crafted from premium radiant red silk and detailed with elegant gold zari work,\n                it creates a luxurious and spiritually uplifting atmosphere for Ganesh Chaturthi,\n                Navratri, Diwali, and sacred home mandaps.\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 Artistry\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eArtisan Hand-Crafted:\u003c\/strong\u003e\n                                Individually woven by skilled artisans preserving authentic Paithani traditions.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eAuthentic Motifs:\u003c\/strong\u003e\n                                Decorated with peacocks, parrots, geometric borders, and graceful tassels.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Materials\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eRadiant Red Silk:\u003c\/strong\u003e\n                                A rich festive shade symbolizing prosperity, positivity, and devotion.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eElegant Gold Zari:\u003c\/strong\u003e\n                                Refined zari borders with multicolor detailing that shimmer beautifully.\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 \u0026amp; Customisable\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eFoldable \u0026amp; Reusable:\u003c\/strong\u003e\n                                Lightweight and easy-to-store design for repeated festive use.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eBespoke Options:\u003c\/strong\u003e\n                                Custom sizes, color palettes, and artisan detailing available on request.\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=\"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\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                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Silk Fabric with Metallic Gold Zari Borders\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePrimary Color\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eRadiant Red with Multi-Colored Traditional Motifs\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\u003ePaithani Gate Style with Peacocks, Parrots \u0026amp; Geometric Patterns\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eFinish \u0026amp; Elements\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eStructured Gate Layout with Elegant Hanging Tassels\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003ePortability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eUltra-Lightweight, Foldable \u0026amp; Compact for Easy Storage\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSustainability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eReusable \u0026amp; Eco-Friendly Alternative to Disposable Decorations\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eCustomisation\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eCustom Dimensions, Colorways \u0026amp; Additional Design Accents Available\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\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                            How does this product support traditional craftsmen?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Every purchase directly supports skilled Indian weavers and helps preserve\n                            authentic Paithani weaving traditions for future generations.\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 hang and store the backdrop safely?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            It can be mounted using clips, wall hooks, or strong double-sided tape.\n                            After use, simply fold and store it inside a dry fabric pouch.\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 for festivals other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, it is ideal for Navratri, Diwali, weddings, housewarmings,\n                            pooja rooms, and traditional festive décor 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                            How do I request a custom size or color?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            You can contact the support team with your preferred dimensions,\n                            colors, and design requirements for a personalized handcrafted backdrop.\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":53593790742741,"sku":"gate_bg_red","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/49-768x768.png?v=1775721932","url":"https:\/\/kanira.in\/products\/paithani-gate-style-backdrop-for-ganesh-chaturthi-red","provider":"kanirapaithani","version":"1.0","type":"link"}