{"product_id":"paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-mango","title":"Paithani Parrot-Peacock Backdrop for Ganesh Chaturthi – Mango","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 – Mango\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive home temple with the exquisite Paithani Parrot-Peacock Backdrop in radiant mango-yellow. Lovingly handcrafted by skilled traditional weavers, this premium silk backdrop brings the heritage of authentic Indian handlooms directly to your sacred celebrations. Rich with gold zari borders, intricate multicolour parrot and peacock motifs, and a majestic V-cut temple design with hanging tassels, it represents a seamless blend of cultural depth and contemporary convenience. Unlike synthetic, mass-produced alternatives, this sustainable and reusable backdrop folds away effortlessly, making it an eco-friendly and ethical masterpiece for modern celebrations like Ganesh Chaturthi, Navratri, and Diwali.\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\u003eHeritage Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eArtisan handcrafted by skilled Indian handloom weavers\u003c\/li\u003e\n\u003cli\u003eAuthentic Paithani silk weave in festive mango-yellow\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eIntricate Details\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGold zari borders with colourful peacock-parrot motifs\u003c\/li\u003e\n\u003cli\u003eElegant V-cut temple style with decorative tassels\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eModern Utility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, foldable, and reusable premium backdrop\u003c\/li\u003e\n\u003cli\u003eCustomizable sizes and festive colour 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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Silk with Authentic Handwoven Paithani Weave\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Colour\u003c\/td\u003e\n\u003ctd\u003eWarm Mango-Yellow with Gold Zari Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotif Patterns\u003c\/td\u003e\n\u003ctd\u003eMulticolour Traditional Parrots and Peacocks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eV-Cut Temple Silhouette with Hanging Tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight \u0026amp; Portability\u003c\/td\u003e\n\u003ctd\u003eUltra-lightweight, Foldable, and Easy to Store\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSustainability\u003c\/td\u003e\n\u003ctd\u003eReusable, Long-lasting, and Artisan-crafted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomisation Options\u003c\/td\u003e\n\u003ctd\u003eAvailable in Custom Sizes and Multiple Festive Colours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest Suited For\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Navratri, Diwali, Pujas \u0026amp; Home Mandirs\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\"\u003eIs the fabric real silk and authentic Paithani?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the backdrop is crafted from premium silk using authentic Paithani weaving techniques by skilled Indian handloom artisans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I store the backdrop?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eFold it carefully and store it in a cool, dry place away from direct sunlight to maintain its premium texture and zari shine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I customize the size or colour?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, customization options are available in multiple sizes and festive colours to perfectly fit your home mandir setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhy is this backdrop better than synthetic alternatives?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike plastic or disposable decorations, this backdrop is reusable, eco-friendly, luxurious, and supports traditional Indian weaving communities.\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":53593856606421,"sku":"parrot_pk_bg_gnsh_chaturthi_mango","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/42-768x768.png?v=1775722455","url":"https:\/\/kanira.in\/products\/paithani-parrot-peacock-backdrop-for-ganesh-chaturthi-mango","provider":"kanirapaithani","version":"1.0","type":"link"}