{"product_id":"paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-maroon","title":"Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Maroon","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        :root {\n\n            \/* MAIN COLORS *\/\n            --bg-primary: #14001f;\n            --bg-secondary: #2b0a3d;\n\n            \/* GLASS EFFECT *\/\n            --glass-bg: rgba(255, 240, 255, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.22);\n\n            \/* TEXT COLORS *\/\n            --text-primary: #ffffff;\n            --text-secondary: #f7d9ff;\n\n            \/* PURPLE *\/\n            --purple-dark: #3d0066;\n            --purple-light: #7b2cbf;\n\n            \/* GOLDEN *\/\n            --golden-main: #ffd700;\n            --golden-shine: #ffef99;\n\n            \/* PINK *\/\n            --pink-main: #ff5ebc;\n            --pink-soft: #ffc2e2;\n\n            \/* SHADOW *\/\n            --shadow-main: 0 10px 40px rgba(255, 105, 180, 0.18);\n            --shadow-hover: 0 16px 55px rgba(255, 215, 0, 0.28);\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, 94, 188, 0.18),\n                    transparent 28%),\n\n                radial-gradient(circle at bottom right,\n                    rgba(255, 215, 0, 0.12),\n                    transparent 30%),\n\n                linear-gradient(135deg,\n                    #14001f 0%,\n                    #2b0a3d 35%,\n                    #4b0082 70%,\n                    #6a0dad 100%);\n\n            color: var(--text-primary);\n\n            line-height: 1.7;\n\n            overflow-x: hidden;\n\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .glass-card {\n\n            background: linear-gradient(145deg,\n                    rgba(255, 255, 255, 0.06),\n                    rgba(255, 255, 255, 0.03));\n\n            backdrop-filter: var(--blur);\n\n            border-radius: 18px;\n\n            border: 1px solid rgba(255, 215, 0, 0.18);\n\n            padding: 3rem;\n\n            margin: 3rem 0;\n\n            box-shadow: var(--shadow-main);\n\n            transition: all 0.35s ease;\n\n            position: relative;\n\n            overflow: hidden;\n        }\n\n        .glass-card::before {\n            content: \"\";\n            position: absolute;\n            inset: 0;\n\n            background:\n                linear-gradient(120deg,\n                    rgba(255, 255, 255, 0.05),\n                    transparent,\n                    rgba(255, 215, 0, 0.06));\n\n            pointer-events: none;\n        }\n\n        .glass-card:hover {\n\n            transform: translateY(-8px);\n\n            border-color: rgba(255, 215, 0, 0.5);\n\n            box-shadow: var(--shadow-hover);\n        }\n\n        h1,\n        h2,\n        h3 {\n\n            color: var(--golden-main);\n\n            text-shadow:\n                0 0 10px rgba(255, 215, 0, 0.5),\n                0 0 18px rgba(255, 239, 153, 0.4);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            border-bottom: 2px solid rgba(255, 215, 0, 0.3);\n            padding-bottom: 0.75rem;\n        }\n\n        h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\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: #ffeaff;\n        }\n\n        .features-grid {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n\n            gap: 2rem;\n\n            margin-top: 2rem;\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(--golden-main);\n\n            transition: 0.3s ease;\n        }\n\n        .feature-group:hover {\n\n            background: rgba(255, 94, 188, 0.08);\n\n            transform: scale(1.02);\n\n            box-shadow: 0 8px 28px rgba(255, 94, 188, 0.15);\n        }\n\n        ul {\n            list-style: none;\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.08);\n        }\n\n        ul li::before {\n\n            content: \"✦\";\n\n            position: absolute;\n\n            left: 0;\n\n            color: var(--golden-main);\n\n            font-size: 1.1rem;\n\n            font-weight: bold;\n        }\n\n        table {\n\n            width: 100%;\n\n            border-collapse: collapse;\n\n            margin-top: 2rem;\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.3rem 1.1rem;\n\n            text-align: left;\n\n            border-bottom: 1px solid rgba(255, 215, 0, 0.12);\n        }\n\n        th {\n\n            background: rgba(255, 215, 0, 0.14);\n\n            color: var(--golden-main);\n\n            font-weight: 600;\n        }\n\n        td {\n\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.04);\n\n            border-radius: 12px;\n\n            border: 1px solid rgba(255, 215, 0, 0.14);\n\n            transition: 0.3s ease;\n        }\n\n        .faq-item:hover {\n\n            background: rgba(255, 94, 188, 0.08);\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(--golden-main);\n        }\n\n        .faq-answer {\n\n            color: var(--pink-soft);\n\n            display: block;\n\n            margin-top: 1rem;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n\n        @media(max-width:768px) {\n\n            .glass-card {\n                padding: 2rem;\n            }\n\n            h1 {\n                font-size: 2rem;\n            }\n\n            h2 {\n                font-size: 1.7rem;\n            }\n\n            .overview {\n                font-size: 1rem;\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 Parrot-Peacock Backdrop for Ganesh Chaturthi – Maroon\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the majestic elegance of authentic Indian weaving. This premium hand-loomed silk backdrop combines deep, rich maroon tones with shimmering gold-zari borders, traditional V-cut styling, and intricate multicolor parrot-peacock motifs. Perfectly designed for modern homes, it offers an eco-friendly, reusable, and customizable luxury decor solution that honors heritage craftsmanship while supporting local rural weavers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES --\u003e\n\u003csection id=\"features\"\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\u003eArtisanal Heritage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHand-loomed by highly skilled Indian weavers\u003c\/li\u003e\n\u003cli\u003eDirectly supports and preserves India's rich hand-loom legacy\u003c\/li\u003e\n\u003cli\u003eBridges traditional craftsmanship with modern festive homes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Materials\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from high-grade silk in a deep, regal maroon hue\u003c\/li\u003e\n\u003cli\u003eAccented with authentic shimmering gold-zari borders\u003c\/li\u003e\n\u003cli\u003eVibrant multicolour parrot-peacock motifs for visual richness\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eExquisite Temple Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTraditional V-cut temple-style design\u003c\/li\u003e\n\u003cli\u003eElegant hand-stitched hanging tassels\u003c\/li\u003e\n\u003cli\u003eCreates a luxurious festive photo-zone instantly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eConvenience \u0026amp; Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, and easy to set up\u003c\/li\u003e\n\u003cli\u003eReusable alternative to disposable decorations\u003c\/li\u003e\n\u003cli\u003eCustomizable sizes, colors, and layout options available\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 --\u003e\n\u003csection id=\"specs\"\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 Parrot-Peacock Backdrop for Ganesh Chaturthi – Maroon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraft Technique\u003c\/td\u003e\n\u003ctd\u003eAuthentic Hand-Loomed Paithani Weave\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Palette\u003c\/td\u003e\n\u003ctd\u003eRegal Deep Maroon with Shimmering Gold Zari\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Elements\u003c\/td\u003e\n\u003ctd\u003eV-Cut Temple Style, Tassels, Multicolor Peacock-Parrot Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStructure \u0026amp; Build\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable, Easy to Store\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSustainability\u003c\/td\u003e\n\u003ctd\u003e100% Reusable Eco-Friendly Decoration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomizability\u003c\/td\u003e\n\u003ctd\u003eAvailable in Different Sizes \u0026amp; Colors on Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Navratri, Diwali, Weddings \u0026amp; Temple Decor\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 --\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\"\u003eWhy should I choose this hand-loomed silk backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThis backdrop is reusable, premium-quality, eco-friendly, and crafted by skilled Indian artisans. It adds a luxurious festive aesthetic while supporting traditional weaving craftsmanship.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I customize this backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, custom sizes, color themes, and decorative detailing can be requested according to your festive setup needs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhich occasions is this suitable for?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is perfect for Ganesh Chaturthi, Navratri, Diwali, weddings, pooja mandaps, home temples, and festive photography zones.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store and maintain it?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFold carefully and store in a dry place away from direct sunlight. Dry cleaning is recommended to maintain the silk and zari shine.\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":53593864732885,"sku":"parrot_pk_bg_gnsh_chaturthi_maroon","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/43-768x768.png?v=1775722608","url":"https:\/\/kanira.in\/products\/paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-maroon","provider":"kanirapaithani","version":"1.0","type":"link"}