{"title":"Gudi","description":"\u003cp data-start=\"169\" data-end=\"236\"\u003e\u003cstrong data-start=\"169\" data-end=\"234\"\u003eGudi Padwa Decorations – Paithani Gudi Cloths \u0026amp; Festive Décor\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"238\" data-end=\"583\"\u003eBrowse a vibrant collection of Gudi Padwa decorations at Kanira.in, featuring traditional Paithani Gudi cloths, decorative items, and festive décor to celebrate the auspicious occasion. Crafted with rich colors, silk-inspired textures, and intricate zari detailing, each piece reflects the cultural essence of Maharashtra’s festive traditions.\u003c\/p\u003e\n\u003cp data-start=\"585\" data-end=\"910\"\u003eOur Gudi Padwa collection includes beautifully designed Paithani cloths for Gudi, decorative accessories, and ready-to-use festive setups that help you create an elegant and traditional display at home. Perfect for welcoming prosperity and positivity, these décor items add a royal and spiritual touch to your celebrations.\u003c\/p\u003e\n\u003cp data-start=\"912\" data-end=\"1178\"\u003eDiscover premium Gudi decoration items that are easy to use, visually stunning, and rooted in heritage design. Whether you are setting up a classic Gudi or enhancing your festive décor, Kanira offers timeless products that bring tradition and celebration together.\u003c\/p\u003e\n\u003cp data-start=\"1180\" data-end=\"1284\"\u003eShop Gudi Padwa decorations online and celebrate the festival with authentic Paithani-inspired elegance.\u003c\/p\u003e","products":[{"product_id":"nauvari-peshwai-gudi-pink-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Pink \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eNauvari Peshwai Gudi Pink - Festive Stand \u0026amp; Showpiece\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eEmbrace the vibrant spirit of Gudi Padwa with the elegant Nauvari Peshwai Gudi Pink Stand. Designed for modern Maharashtrian households, this premium readymade festive decoration beautifully combines authentic cultural aesthetics with effortless setup, bringing royal festive charm to your home, temple, or celebration space.\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\u003eAuthentic Royal Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePremium pink Butti fabric finish.\u003c\/li\u003e\n\u003cli\u003eElegant golden Paithani border detailing.\u003c\/li\u003e\n\u003cli\u003eInspired by traditional Peshwai heritage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEffortless Festive Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully pre-assembled readymade design.\u003c\/li\u003e\n\u003cli\u003eNo manual wrapping or setup required.\u003c\/li\u003e\n\u003cli\u003eSaves time during festival preparation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDurable Reusable Build\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted with premium long-lasting materials.\u003c\/li\u003e\n\u003cli\u003eSuitable for multi-season festive use.\u003c\/li\u003e\n\u003cli\u003eEasy to store safely after celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Decorative Appeal\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eIdeal for homes and temple decor.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances and pooja spaces.\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 Type\u003c\/td\u003e\n\u003ctd\u003eReadymade Gudi Padwa Decoration Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eTraditional Nauvari Peshwai Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Material\u003c\/td\u003e\n\u003ctd\u003ePremium Pink Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Pink with Royal Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Pre-Assembled Ready-to-Display Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Season Reusable Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Home Decor, Temples \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\"\u003eDoes this Gudi stand require assembly?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This festive stand comes fully pre-assembled and ready for instant display without any manual setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I reuse it every festive season?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The premium durable materials allow convenient multi-season reuse while maintaining elegant appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design traditional?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe pink Butti fabric combined with the golden Paithani border reflects authentic Maharashtrian Peshwai festive heritage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere can this festive stand be used?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is perfect for home entrances, pooja rooms, temples, cultural events, and festive decorative displays.\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":53226534895829,"sku":"gudi_stepwise_pink","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-pink-768x768.webp?v=1771657484"},{"product_id":"nauvari-peshwai-gudi-pista-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Pista \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eNauvari Peshwai Gudi Pista Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive celebrations with the Nauvari Peshwai Gudi Pista Stand, a premium readymade Gudi Padwa decoration showpiece designed for modern households. Combining a striking Pista green aesthetic with the royal legacy of Maharashtrian culture, this elegant setup brings traditional festive beauty into your home with effortless convenience and timeless charm.\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\u003eReadymade Convenience\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully pre-assembled festive setup.\u003c\/li\u003e\n\u003cli\u003eSaves preparation time during celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy instant display for modern homes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eRoyal Maharashtrian Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant Pista green Butti fabric finish.\u003c\/li\u003e\n\u003cli\u003eTraditional golden Paithani border detailing.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Peshwai aesthetics.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eDurable Reusable Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using premium quality materials.\u003c\/li\u003e\n\u003cli\u003eDesigned for multi-year festive use.\u003c\/li\u003e\n\u003cli\u003eEasy to store safely after celebrations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Festive Decor\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eSuitable for temples and pooja rooms.\u003c\/li\u003e\n\u003cli\u003eIdeal for home entrances and cultural events.\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 Type\u003c\/td\u003e\n\u003ctd\u003eReadymade Gudi Padwa Decoration Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eTraditional Maharashtrian Nauvari Peshwai\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\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003ePista Green with Royal Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Pre-Assembled Ready-to-Use Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003eReusable Multi-Year Festive Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eHome Decor, Temples, Pooja Rooms \u0026amp; 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\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\"\u003eDo I need to assemble the Gudi myself?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This Gudi Padwa stand comes completely readymade and pre-assembled, allowing instant festive setup without manual effort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable premium materials are specially designed for long-term multi-year festive usage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes the Pista Peshwai design special?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe elegant Pista green Butti fabric combined with the golden Paithani border creates an authentic royal Maharashtrian festive appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for temples and home decor?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. It is perfect for home entrances, pooja rooms, temples, and cultural 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":53226569334997,"sku":"gudi_stepwise_pista","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-pista-768x768.webp?v=1771658840"},{"product_id":"nauvari-peshwai-gudi-maroon-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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-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\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eNauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eWelcome the auspicious occasion of Gudi Padwa into your home with grace, authenticity, and zero hassle. Specially curated for modern Maharashtrian families and festive décor lovers, this ready-to-use Gudi stand beautifully recreates the sacred traditional setup using premium maroon Butti fabric and a royal golden Paithani border. Elegant, reusable, and visually striking, it perfectly blends heritage aesthetics with modern convenience for grand festive celebrations.\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\u003eEffortless Ready-to-Use Design\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePre-assembled festive setup for instant display.\u003c\/li\u003e\n\u003cli\u003eEliminates complex traditional draping hassle.\u003c\/li\u003e\n\u003cli\u003eSaves valuable preparation time during festivals.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Craftsmanship\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted using elegant maroon Butti fabric.\u003c\/li\u003e\n\u003cli\u003eFeatures a royal golden Paithani border finish.\u003c\/li\u003e\n\u003cli\u003eInspired by authentic Maharashtrian heritage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eSustainable \u0026amp; Reusable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable premium-quality festive construction.\u003c\/li\u003e\n\u003cli\u003eDesigned for multi-year celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy to store and reuse every festive season.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eMultipurpose Festive Styling\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for Gudi Padwa celebrations.\u003c\/li\u003e\n\u003cli\u003eIdeal for temples and home entrances.\u003c\/li\u003e\n\u003cli\u003eSuitable for cultural and festive décor setups.\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\u003eNauvari Peshwai Gudi Maroon \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Palette\u003c\/td\u003e\n\u003ctd\u003eFestive Maroon and Royal Golden Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eTraditional Peshwai Nauvari Theme\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetup Type\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use Pre-Assembled Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eDurable Multi-Year Reusable Decor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Home Entrances, Temples \u0026amp; Cultural Celebrations\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\"\u003eDo I need to assemble the Gudi myself?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. This product comes with a fully ready-to-use setup that eliminates complicated manual draping and setup work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this Gudi stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, absolutely. It is designed using durable premium materials for repeated festive usage across multiple years.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design culturally authentic?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe maroon Butti fabric combined with the royal golden Paithani border reflects traditional Maharashtrian Peshwai aesthetics.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for indoor and temple décor?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. It is ideal for home entrances, pooja rooms, festive backdrops, and temple decoration setups.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53226656071893,"sku":"gudi_stepwise_red-2","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Maroon.jpg?v=1771661698"},{"product_id":"nauvari-peshwai-gudi-orange-gudi-padwa-stand","title":"Nauvari Peshwai Gudi Orange \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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-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\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1\u003eNauvari Peshwai Orange Gudi Padwa Stand\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eWelcome the auspicious occasion of Gudi Padwa with the elegant Nauvari Peshwai Orange Gudi Stand. Beautifully crafted with premium orange butti fabric and a luxurious golden Paithani border, this festive decorative piece perfectly blends Maharashtrian heritage with modern convenience.\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\u003eTraditional Grandeur\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInspired by authentic Nauvari Peshwai festive styling.\u003c\/li\u003e\n\u003cli\u003eDecorated with elegant orange butti fabric and golden border.\u003c\/li\u003e\n\u003cli\u003ePerfect cultural showpiece for festive décor.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEffortless Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFully readymade design for hassle-free display.\u003c\/li\u003e\n\u003cli\u003eSaves valuable festive preparation time.\u003c\/li\u003e\n\u003cli\u003eBalanced and elegant setup ready instantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Reusable Quality\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for long-term multi-year festive use.\u003c\/li\u003e\n\u003cli\u003eDurable premium fabric and sturdy construction.\u003c\/li\u003e\n\u003cli\u003eEasy to fold, store, and reuse every season.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eFestive Versatility\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIdeal for Gudi Padwa, pooja rooms, and temples.\u003c\/li\u003e\n\u003cli\u003eSuitable for entrances and festive home décor.\u003c\/li\u003e\n\u003cli\u003eElegant decorative choice for cultural celebrations.\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\u003eNauvari Peshwai Orange Gudi Padwa Stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Color\u003c\/td\u003e\n\u003ctd\u003eFestive Orange\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Accent\u003c\/td\u003e\n\u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eFully Readymade Setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusability\u003c\/td\u003e\n\u003ctd\u003eLightweight, Foldable, and Reusable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Temple Décor, Pooja Rooms \u0026amp; Festive Entrances\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTarget Audience\u003c\/td\u003e\n\u003ctd\u003eMaharashtrian Families and Festive Decor Enthusiasts\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\"\u003eDo I need to assemble the Gudi stand?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The stand comes fully readymade and ready to display, making festive decoration simple and hassle-free.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this stand be reused every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The premium quality fabric and sturdy construction are designed for long-lasting festive reuse.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat makes this design traditional?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe Nauvari Peshwai styling, orange butti fabric, and golden Paithani border reflect authentic Maharashtrian culture.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for indoor and outdoor use?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. It is suitable for pooja rooms, home entrances, temples, and sheltered outdoor festive setups.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53226659578069,"sku":"gudi_stepwise_red-3","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/Orange.jpg?v=1771661995"},{"product_id":"nauvari-peshwai-gudi-green-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Nauvari Peshwai Gudi Green \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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            --bg-primary: #1a001f;\n            --bg-secondary: #2a0033;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #ffd700;\n            --text-secondary: #f8c8dc;\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\n            --blur: blur(16px);\n            --gold: #ffd700;\n            --purple: #800080;\n            --pink: #ff69b4;\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: var(--gold);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.5);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--gold);\n            text-align: center;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: var(--gold);\n            border-bottom: 2px solid var(--gold);\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, 105, 180, 0.08);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid var(--gold);\n        }\n\n        .feature-group h3 {\n            font-size: 1.3rem;\n            margin-bottom: 0.8rem;\n            color: var(--gold);\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 0.95rem;\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, 215, 0, 0.1);\n        }\n\n        ul li::before {\n            content: '▸';\n            position: absolute;\n            left: 0;\n            color: var(--gold);\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, 105, 180, 0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        th, 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.15);\n            color: var(--gold);\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, 105, 180, 0.08);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.2);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            color: var(--gold);\n        }\n\n        .faq-question::after {\n            content: '+';\n            font-size: 1.5rem;\n            transition: transform 0.3s;\n        }\n\n        .faq-item.active .faq-question::after {\n            content: '−';\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            display: none;\n            margin-top: 1rem;\n            line-height: 1.8;\n        }\n\n        .faq-answer.active {\n            display: block;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\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\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\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 look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eHassle-Free Pre-Assembled Setup\u003c\/h3\u003e\n\u003cp\u003eNo manual assembly required. Ready-to-use right out of the box, saving you valuable time and stress during peak festive hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReusable \u0026amp; Highly Durable\u003c\/h3\u003e\n\u003cp\u003eEngineered for multi-year celebrations, this premium showpiece can be packed away easily and displayed again every spring season with minimal maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Home Decor\u003c\/h3\u003e\n\u003cp\u003eBeyond Gudi Padwa, this striking cultural artifact serves as an elegant showpiece for home temples, entryways, and traditional festive backdrops.\u003c\/p\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\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 Lifespan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Use\u003c\/td\u003e\n\u003ctd\u003eGudi Padwa, Diwali, Mandir Decor, Housewarming Gifts, and Traditional Indian Displays\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\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 active\"\u003eNo assembly is required! The Nauvari Peshwai Gudi comes completely pre-assembled and ready-to-use right out of the box, saving you time and effort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item active\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I reuse this Gudi every year?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer active\"\u003eAbsolutely. The stand is made of premium, durable materials designed to withstand storage and handling, making it a reliable choice for multi-year celebrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item active\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat is the fabric quality used in this showpiece?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer active\"\u003eWe use highly premium Butti fabric coupled with an elegant, traditional golden Paithani border to ensure a royal, authentic, and luxurious look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item active\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this suitable for small spaces?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer active\"\u003eYes, its convenient standalone design is specifically optimized for modern apartments, homes, temples, and office desks where space is valuable.\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":53600027312341,"sku":"gudi_stepwise_green","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/green-768x768.jpg?v=1775799595"},{"product_id":"nauvari-peshwai-gudi-mango-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Nauvari Peshwai Gudi Mango \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eNauvari Peshwai Gudi Mango - Maharashtrian Gudi Padwa Stand Showpiece - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B176D;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8C8DC;\n            --shadow: 0 8px 32px rgba(45, 11, 69, 0.8);\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: var(--bg-primary);\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(45, 11, 69, 0.9);\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.05);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: #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, 215, 0, 0.08);\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.04);\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.15);\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.05);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            line-height: 1.8;\n            display: block;\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\u003eNauvari Peshwai Gudi Mango \/ Maharashtrian Festival Gudi Padwa Stand \/ Gudi Padwa Decoration Showpiece\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Welcome the Maharashtrian New Year with unmatched elegance, grace, and ultimate convenience.\n                This premium readymade Gudi Padwa showpiece is meticulously designed for modern lifestyles,\n                combining rich cultural authenticity with a hassle-free, unfold-and-place design.\n\n                Crafted with premium Butti fabric and an exquisite golden Paithani border,\n                it delivers a royal Peshwai look that instantly elevates your home,\n                temple, or festive space while saving you valuable time during holiday preparations.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eCultural Authenticity\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003ePremium Butti Fabric:\u003c\/strong\u003e Features rich, high-quality textiles designed to capture the traditional Peshwai grandeur.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eGolden Paithani Border:\u003c\/strong\u003e Beautifully embellished with an elegant, authentic border style to reflect traditional Maharashtrian heritage.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eProsperity Symbolism:\u003c\/strong\u003e Serves as an essential, premium-quality sacred showpiece to invite prosperity, wealth, and joy into your home.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eModern Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eReadymade Setup:\u003c\/strong\u003e Completely eliminates the stress and time required for elaborate, complex manual Gudi draping.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eEffortless Assembly:\u003c\/strong\u003e Designed for busy families and professionals, allowing you to focus on rituals and celebration rather than tedious preparation.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eStable Base Stand:\u003c\/strong\u003e Features a secure, integrated stand setup that keeps the Gudi safe, upright, and beautifully balanced throughout the day.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSustainability \u0026amp; Storage\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eMulti-Year Reusability:\u003c\/strong\u003e Highly durable construction ensures this gorgeous showpiece remains pristine year after year.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eUnfold-and-Place:\u003c\/strong\u003e Simple mechanical design that collapses easily, saving you maximum storage space after the festive season.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eEco-Friendly Choice:\u003c\/strong\u003e Provides a durable alternative to single-use decorative materials, promoting sustainable festive decor.\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=\"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\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003eNauvari Peshwai Gudi Mango \/ Maharashtrian Festival Gudi Padwa Stand \/ Gudi Padwa Decoration Showpiece\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial Type\u003c\/td\u003e\n                            \u003ctd\u003ePremium Butti Fabric with Golden Paithani Border Work\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eSetup Mechanism\u003c\/td\u003e\n                            \u003ctd\u003eReadymade Unfold-and-Place (Zero Complex Assembly Required)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003eMulti-Year Reusable Design\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Theme\u003c\/td\u003e\n                            \u003ctd\u003eMaharashtrian Traditional Peshwai \u0026amp; Gudi Padwa New Year\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eIdeal Placements\u003c\/td\u003e\n                            \u003ctd\u003eHome Entrances, Festive Living Rooms, Temples (Mandir), Corporate Offices, and Cultural Displays\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStorage Style\u003c\/td\u003e\n                            \u003ctd\u003eCollapsible and Space-Saving Flat-Pack Form\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                            Q1. What makes this Gudi Padwa showpiece more convenient than traditional Gudi setups?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Traditional setups require sourcing multiple materials,\n                            finding a proper stick or Gudi stand,\n                            expertly draping a saree,\n                            and securing various decorative elements which can take hours.\n\n                            This readymade Gudi features a convenient unfold-and-place design\n                            that sets up in seconds,\n                            completely eliminating manual assembly\n                            while maintaining a flawless, premium Peshwai look.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q2. How should I store this Gudi showpiece once the festival is over?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Storing is incredibly simple!\n\n                            Thanks to its reusable and flexible design,\n                            you can easily collapse or fold the fabric neatly\n                            and pack it away in a dry, cool space.\n\n                            This ensures it remains free of wrinkles and dust,\n                            ready to shine during 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                            Q3. Can this Gudi Padwa stand be used for corporate office decorations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely!\n\n                            It is highly favored by home decor enthusiasts,\n                            corporate environments,\n                            and temple decorators.\n\n                            Its clean, stable, and highly professional aesthetic\n                            makes it the perfect hassle-free option\n                            for highlighting festive heritage\n                            in public and workspace settings.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q4. What elements are included in the fabric design?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The showpiece features high-grade premium Butti fabric,\n                            which is traditional to Maharashtrian festive wear,\n                            along with a detailed golden Paithani border\n                            that reflects royal Peshwai heritage\n                            and looks stunning in photos and in-person displays.\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":53600030032085,"sku":"gudi_stepwise_mango","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/mango11-768x768.jpg?v=1775799753"},{"product_id":"nauvari-peshwai-gudi-purple-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Nauvari Peshwai Gudi Purple \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eNauvari Peshwai Gudi Purple \/ Maharashtrian Festival Gudi Padwa Stand - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B176D;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8C8DC;\n            --shadow: 0 8px 32px rgba(45, 11, 69, 0.8);\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: var(--bg-primary);\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(45, 11, 69, 0.9);\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        h3 {\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\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.05);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.5);\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, 215, 0, 0.08);\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.04);\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.15);\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.05);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            line-height: 1.8;\n            display: block;\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\u003eNauvari Peshwai Gudi Purple \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Welcome the Maharashtrian New Year with unmatched elegance and absolute ease.\n                The Nauvari Peshwai Gudi in royal purple is a meticulously designed,\n                readymade festive setup that beautifully bridges rich cultural traditions\n                with the demands of fast-paced modern lifestyles.\n\n                Handcrafted with premium Butti fabric and adorned with a classic\n                golden Paithani border, this reusable Gudi offers a majestic\n                Peshwai aesthetic without the hassle of manual assembly.\n\n                Perfect for busy urban households and families wishing to celebrate\n                Gudi Padwa with authentic royal splendor year after year.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eRoyal Peshwai Elegance\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003ePremium Butti Fabric:\u003c\/strong\u003e Crafted from exquisite purple Butti material that radiates festive joy and captures natural light beautifully.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eGolden Paithani Border:\u003c\/strong\u003e Framed with a traditional, highly-detailed golden border to bring authentic Maharashtrian heritage to your home.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eTraditional Heritage Design:\u003c\/strong\u003e Reflects the royal Peshwai aesthetic, giving your celebrations a stately and culturally rich look.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eModern Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eReadymade Setup:\u003c\/strong\u003e Skip the struggle of draping and tying; this pre-assembled design ensures a picture-perfect Gudi in minutes.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eTime \u0026amp; Effort Saver:\u003c\/strong\u003e Eliminates manual assembly stress, allowing busy families to focus on the joy of the festival.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003ePerfect Profile:\u003c\/strong\u003e Pre-shaped to hang beautifully without sagging, shifting, or requiring constant readjustment.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDurability \u0026amp; Reusability\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eReusable Construction:\u003c\/strong\u003e Designed with high-quality, durable components suitable for multiple years of celebrations.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eSturdy Custom Stand:\u003c\/strong\u003e Features a robust stand system that provides stable support and elegant posture throughout the festive day.\u003c\/li\u003e\n\n                            \u003cli\u003e\n\u003cstrong\u003eEasy Storage Design:\u003c\/strong\u003e Simple to disassemble and pack away compactly, protecting your investment for next year.\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=\"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\u003eProduct Category\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Indian Festive Decor \/ Gudi Padwa Stand\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003eRoyal Purple with Metallic Gold Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eFabric Material\u003c\/td\u003e\n                            \u003ctd\u003ePremium Butti Fabric with Golden Paithani Border Work\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStyle Aesthetic\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Nauvari Peshwai Look\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Method\u003c\/td\u003e\n                            \u003ctd\u003eReadymade, quick-connect modular assembly (under 2 minutes)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003eMulti-year durable design\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eTarget Occasion\u003c\/td\u003e\n                            \u003ctd\u003eGudi Padwa, Maharashtrian New Year, Spring Festive Celebrations\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                            \u003ctd\u003eDry clean only; store in a cool, dry, dust-free box away from moisture\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                            Q1. What is included in this readymade Gudi Padwa set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The package contains the pre-styled, readymade royal purple\n                            Nauvari Peshwai Gudi fabric with the premium golden Paithani border,\n                            along with the structural support stand designed for seamless festive assembly.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q2. How does this product save time during Gudi Padwa?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Traditionally, assembling a Gudi requires sourcing materials,\n                            draping saree fabric accurately, tying garlands,\n                            and positioning them on a pole.\n\n                            This readymade version features pre-structured components,\n                            allowing you to erect a gorgeous, authentic Gudi\n                            in under two minutes without any prior draping experience.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q3. Can I reuse this Gudi for next year's celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely!\n\n                            The Gudi is engineered for multiple years of use.\n                            It is made from high-strength Butti fabric and quality materials\n                            that can be easily dismantled, packed away,\n                            and stored safely for successive holiday 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                            Q4. How should I store and maintain the fabric?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To maintain the rich purple color and metallic sheen\n                            of the Paithani border, we recommend dry cleaning\n                            or light spot-cleaning if necessary.\n\n                            After the festival, gently fold the fabric\n                            and store it inside a dark, dry storage box\n                            to prevent dust buildup and direct light exposure.\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":53600047562965,"sku":"gudi_stepwise_purple","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2.-purple-768x768.webp?v=1775800087"},{"product_id":"nauvari-peshwai-gudi-rama-green-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Nauvari Peshwai Gudi Rama Green \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eNauvari Peshwai Rama Green Gudi Padwa Decorative Showpiece - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B176D;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8C8DC;\n            --shadow: 0 8px 32px rgba(45, 11, 69, 0.8);\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: var(--bg-primary);\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(45, 11, 69, 0.9);\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.05);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: #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, 215, 0, 0.08);\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.04);\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.15);\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.8rem;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            color: #FFD700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            line-height: 1.8;\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\u003eNauvari Peshwai Rama Green Gudi Padwa Decorative Showpiece Stand\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Embrace the rich cultural heritage of Maharashtra with absolute ease and elegance.\n                The Nauvari Peshwai Rama Green Gudi is a premium, ready-to-use festive showpiece\n                designed to eliminate the complex, time-consuming hassle of traditional setups.\n\n                Handcrafted with beautiful Rama Green Butti fabric and accented by a majestic\n                golden Paithani border, this stunning 37-inch display stands as a proud symbol\n                of prosperity, victory, and royal Maharashtrian tradition.\n\n                Ideal for busy urban households, home temples, and festive gifts,\n                it seamlessly bridges timeless heritage with contemporary convenience.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eRoyal Peshwai Aesthetic\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eAuthentic traditional Maharashtrian design that honors regional heritage.\u003c\/li\u003e\n                            \u003cli\u003eDraped in premium, lustrous Rama Green Butti fabric for a regal presentation.\u003c\/li\u003e\n                            \u003cli\u003eAdorned with an intricate, shimmering golden Paithani border to elevate your decor.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eEffortless Festive Setup\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eReady-to-use, pre-assembled structure that completely bypasses tedious manual construction.\u003c\/li\u003e\n                            \u003cli\u003ePerfect for modern, fast-paced lifestyles, saving you valuable time on festive mornings.\u003c\/li\u003e\n                            \u003cli\u003eSturdy built-in stand ensures safe, stable, and wobble-free display in any space.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eGrand Prominence \u0026amp; Durability\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eSubstantial 37-inch height provides a striking, eye-catching presence in your home or temple.\u003c\/li\u003e\n                            \u003cli\u003eEngineered with robust materials to ensure high durability for multiple festive cycles.\u003c\/li\u003e\n                            \u003cli\u003eAn eco-friendly, reusable design that preserves both tradition and resources year after year.\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=\"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\u003eProduct Height \/ Length\u003c\/td\u003e\n                            \u003ctd\u003e37 Inches (Substantial display size)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eFabric Type\u003c\/td\u003e\n                            \u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Rama Green, Rich Gold, and Traditional Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Theme\u003c\/td\u003e\n                            \u003ctd\u003eAuthentic Royal Maharashtrian Peshwai Style\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Required\u003c\/td\u003e\n                            \u003ctd\u003eNone - Fully Pre-Assembled and Ready to Display\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBase \/ Support\u003c\/td\u003e\n                            \u003ctd\u003eIntegrated stable decorative stand\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003eHighly durable structure designed for multi-season reuse\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eRecommended Placement\u003c\/td\u003e\n                            \u003ctd\u003eHome entrances, balconies, living rooms, and domestic temples\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                            Q1. Is any manual assembly required for this Gudi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, manual assembly is not required.\n                            This Gudi is meticulously pre-assembled and ready-to-use\n                            straight out of the box,\n                            offering a completely hassle-free setup\n                            for your Gudi Padwa 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                            Q2. What makes this design \"Peshwai\" style?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The Peshwai style refers to the royal aesthetic\n                            of historic Maharashtra.\n                            This product embodies that elegance by utilizing\n                            authentic Butti fabric,\n                            an exquisite golden Paithani border,\n                            and traditional color schemes reminiscent\n                            of Peshwa royalty.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q3. Can this showpiece be safely reused next year?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely.\n                            It is crafted using high-quality materials\n                            and durable fabrics,\n                            ensuring it can be safely stored and reused\n                            for multiple festive seasons\n                            without losing its vibrant color\n                            or structural integrity.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q4. How tall is the Gudi, and where should I place it?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The Gudi stands at a prominent height of 37 inches.\n                            It is designed to be highly visible and is perfect\n                            for placement at your home entrance,\n                            balcony, living room,\n                            or inside your home temple\n                            as a festive centerpiece.\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":53600052773077,"sku":"gudi_stepwise_rama_green","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-rama-768x768_1.webp?v=1775800208"},{"product_id":"nauvari-peshwai-gudi-red-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Nauvari Peshwai Gudi Red \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eNauvari Peshwai Gudi Red - Maharashtrian Festival Gudi Padwa Decoration Stand\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B176D;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8C8DC;\n            --shadow: 0 8px 32px rgba(45, 11, 69, 0.8);\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: var(--bg-primary);\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(45, 11, 69, 0.9);\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.05);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: #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, 215, 0, 0.08);\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.04);\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.15);\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.8rem;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            color: #FFD700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            line-height: 1.8;\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\u003eNauvari Peshwai Gudi Red Decoration Stand\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Embrace the spirit of Gudi Padwa with absolute ease and traditional grandeur.\n                Designed specifically for modern Maharashtrian households and busy urban families,\n                this ready-to-use Nauvari Peshwai Gudi stand delivers authentic cultural aesthetics\n                without the complex, time-consuming hassle of traditional manual assembly.\n\n                Crafted with exquisite red Butti fabric and a majestic golden Paithani border,\n                it serves as a beautiful, reusable festive centerpiece that perfectly fits\n                modern apartment living and traditional home temples alike.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eAuthentic Peshwai Aesthetics\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eCrafted using premium traditional Butti fabric in royal festive red\u003c\/li\u003e\n                            \u003cli\u003eFeatures a beautifully finished, elegant golden Paithani border for a regal touch\u003c\/li\u003e\n                            \u003cli\u003eCaptures the true cultural heritage of Maharashtrian Peshwai style\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eHassle-Free Assembly\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003ePre-assembled, ready-to-use setup eliminates the complexity of manual draping\u003c\/li\u003e\n                            \u003cli\u003eSaves valuable time during busy festive mornings and elaborate puja preparations\u003c\/li\u003e\n                            \u003cli\u003ePerfect, stress-free decoration solution for modern apartments and corporate offices\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium \u0026amp; Reusable Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eHighly durable construction ensures longevity across multiple festive years\u003c\/li\u003e\n                            \u003cli\u003eStores easily and compactly, retaining its vibrant colors and structural integrity\u003c\/li\u003e\n                            \u003cli\u003eEco-friendly alternative to single-use decorative items, reducing annual waste\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=\"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\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003eNauvari Peshwai Gudi Red \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAesthetic Style\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Peshwai Maharashtrian Style\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eFabric Material\u003c\/td\u003e\n                            \u003ctd\u003ePremium Red Butti Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBorder Detailing\u003c\/td\u003e\n                            \u003ctd\u003eIntricate Golden Paithani Border\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Level\u003c\/td\u003e\n                            \u003ctd\u003eReady-to-use (Pre-assembled structure)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003eDesigned for multi-year durable use\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eIdeal Placement\u003c\/td\u003e\n                            \u003ctd\u003eHome entrances, living room tables, office desks, and home temples (Mandir)\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                            Q1. Do I need to assemble the Gudi or drape the fabric myself?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No assembly is required!\n                            This is a pre-assembled, ready-to-use decorative stand.\n                            The premium Butti fabric is professionally styled and draped\n                            in the traditional Peshwai fashion,\n                            saving you the time and effort of sourcing materials\n                            and manually setting it up.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q2. Can this Gudi Padwa stand be reused for multiple years?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely.\n                            It is constructed from high-quality, durable materials\n                            and premium fabric.\n                            After the festival, you can safely store it away in a dry place\n                            and reuse it year after year without losing its structural shape\n                            or vibrant color.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q3. Is the fabric color and border authentic?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, it features a festive royal red Butti fabric adorned\n                            with an authentic-looking golden Paithani border,\n                            capturing the rich cultural legacy of Maharashtra's\n                            historic Peshwai aesthetics.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q4. Is this product suitable for small modern apartments?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, it is designed specifically with space-saving,\n                            structured elegance in mind.\n                            Its convenient size makes it perfect for apartment entrances,\n                            main doors, living room shelves,\n                            and compact home temple 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":53600056475861,"sku":"gudi_stepwise_red-1","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-red-1-768x768.jpg?v=1775800297"},{"product_id":"readymade-gudi-dark-maroon-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Dark Maroon \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eReadymade Dark Maroon Gudi Padwa Stand \u0026amp; Traditional Showpiece - Professional Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B176D;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8C8DC;\n            --shadow: 0 8px 32px rgba(45, 11, 69, 0.8);\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: var(--bg-primary);\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(45, 11, 69, 0.9);\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        }\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.05);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 0.8rem;\n            color: #FFD700;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 1rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.04);\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.15);\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: 2rem;\n            padding: 1.8rem;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            color: #FFD700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            line-height: 1.8;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003eReadymade Gudi Dark Maroon Festival Stand\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Celebrate the auspicious occasion of Gudi Padwa with absolute ease and traditional splendor.\n                Our Readymade Dark Maroon Gudi Padwa Decoration Stand brings you a premium,\n                hassle-free festive solution that completely eliminates the stress of sourcing,\n                assembling, and arranging individual components.\n                Beautifully styled with rich, authentic textiles and set on a stable display stand,\n                it provides modern Maharashtrian households with a breathtakingly elegant and\n                time-saving alternative to traditional DIY setups.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003csection id=\"features\"\u003e\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\u003eHassle-Free Instant Setup\u003c\/h3\u003e\n                        \u003cp\u003e\n                            No more hunting for bamboo poles, matching vessels, or tying tricky knots.\n                            This ready-to-use festive Gudi requires zero manual assembly,\n                            allowing you to decorate your home effortlessly on festive mornings.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003ePremium Traditional Textiles\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Crafted using elegant, high-quality Dark Maroon Butti fabric accented\n                            with a stunning, authentic golden Paithani border.\n                            It delivers a rich, majestic aesthetic that honors your family's\n                            cherished cultural heritage.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eHighly Durable \u0026amp; Reusable\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Constructed with premium materials to stand the test of time.\n                            Designed to be safely packed away and reused year after year,\n                            offering an eco-friendly and cost-effective festive decor option.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eSaves Time, Retains Heritage\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Designed specifically for busy, modern lifestyles.\n                            It dramatically cuts down your decoration prep time while maintaining\n                            the absolute purity, look, and feel of traditional Maharashtrian\n                            festive aesthetics.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\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\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003eReadymade Gudi Dark Maroon \/ Maharashtrian Festival Gudi Padwa Stand Showpiece\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Color\u003c\/td\u003e\n                            \u003ctd\u003eRich Dark Maroon with Radiant Golden Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial Composition\u003c\/td\u003e\n                            \u003ctd\u003ePremium Butti Fabric, Elegant Golden Paithani Border, Durable Metal\/Wood Blend Stand\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Required\u003c\/td\u003e\n                            \u003ctd\u003eNone (Comes pre-assembled and ready-to-display)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003eYes (Designed for multi-year usage)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePlacement Type\u003c\/td\u003e\n                            \u003ctd\u003eFree-standing Showpiece (Perfect for tabletops, home temples, mandirs, and entryways)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaintenance\u003c\/td\u003e\n                            \u003ctd\u003eEasy to clean; gentle dry dusting is recommended before storage\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\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                            Q1. Is any manual assembly required for this Gudi Padwa stand?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No assembly is required at all. This product is fully ready-to-use\n                            straight out of the box. Simply place it on your desired flat surface\n                            to instantly elevate your 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                            Q2. Can I reuse this Gudi decoration next year?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, absolutely! It is built using durable, high-quality fabrics\n                            and a sturdy structural stand, making it reusable across multiple years.\n                            Simply pack it back into its box after the festival to keep it safe\n                            for the next Gudi Padwa.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q3. What kind of fabric is used in this readymade Gudi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We use a premium, rich Dark Maroon Butti fabric accented with an elegant\n                            golden Paithani border to capture the absolute royalty and authenticity\n                            of traditional Maharashtrian styling.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q4. Where is the best place to display this showpiece?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its stable, integrated stand design,\n                            it is perfect for displaying in your home temple (mandir),\n                            near the main entryway, on a living room shelf,\n                            or on office desks and reception counters to welcome the New Year.\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":53600062046421,"sku":"gudi_simple_dark_maroon","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1.-drak-maron-768x768.webp?v=1775800475"},{"product_id":"readymade-gudi-green-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Green \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eReadymade Gudi Green - Maharashtrian Gudi Padwa Stand \u0026amp; Decoration Showpiece\u003c\/title\u003e\n\n    \u003cstyle\u003e\n\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B176D;\n            --glass-bg: rgba(255, 192, 203, 0.08);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8C8DC;\n            --shadow: 0 8px 32px rgba(45, 11, 69, 0.8);\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: var(--bg-primary);\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(45, 11, 69, 0.9);\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.05);\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            font-size: 1.35rem;\n            margin-bottom: 0.8rem;\n            color: #FFD700;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 1rem;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: rgba(255, 192, 203, 0.04);\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.15);\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.8rem;\n            background: rgba(255, 192, 203, 0.05);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 215, 0, 0.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            color: #FFD700;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            line-height: 1.8;\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\u003eReadymade Gudi Green \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Celebrate the auspicious dawn of Gudi Padwa with absolute ease and elegance.\n                Designed specifically for modern, busy households and the global Maharashtrian diaspora,\n                our Readymade Gudi Green Showpiece brings traditional charm straight to your home\n                without the hassle of manual assembly.\n\n                Crafted with premium green Butti fabric and an exquisite golden Paithani border,\n                this ready-to-display festive Gudi is the ultimate time-saving solution for modern lifestyles.\n                Embrace your cultural roots effortlessly with a beautiful, reusable,\n                and eco-friendly Gudi setup that shines year after year.\n            \u003c\/p\u003e\n\n        \u003c\/div\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\u003eHassle-Free \u0026amp; Instant Setup\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Skip the complex manual assembly.\n                            Our ready-to-display Gudi comes pre-designed with a stable stand,\n                            allowing you to establish your festive decor in seconds.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Traditional Aesthetics\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Fashioned from vibrant, high-quality green Butti fabric\n                            and accented by a striking, authentic golden Paithani border\n                            to bring royal Maharashtrian heritage into your living space.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eEco-Friendly \u0026amp; Reusable\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Built with long-lasting, high-quality materials,\n                            this Gudi can be stored safely and reused over multiple years,\n                            making it a sustainable and cost-effective alternative\n                            to disposable setups.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePerfect for Modern \u0026amp; Diaspora Homes\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Specifically tailored for busy urban environments and NRI families\n                            who wish to keep their rich cultural traditions alive\n                            without the time-consuming process of sourcing individual materials.\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        \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\u003e\u003cstrong\u003eProduct Type\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eReadymade Gudi Padwa Showpiece with Integrated Stand\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eFabric Material\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003ePremium Butti Fabric with Golden Paithani Border\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\u003eFestive Vibrant Green \u0026amp; Rich Accent Gold\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eAssembly\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eNone (Ready-to-use \/ Pre-assembled design)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eReusability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eYes, designed for multi-year durability\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eIdeal Usage\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eGudi Padwa Home Decor, Temple Mandirs, Office Receptions, Festive Gift Gifting\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                            Q1. What is included in this Readymade Gudi set?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The package contains a fully assembled, ready-to-use decorative Gudi showpiece\n                            featuring premium green Butti fabric,\n                            an elegant golden Paithani border,\n                            and a sturdy integrated stand for hassle-free display.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q2. How do I store the Gudi for next year's celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            After the festivities, gently dust the Gudi with a dry,\n                            soft microfiber cloth.\n                            Store it back in its box or inside a breathable dust-proof bag\n                            in a cool, dry place to maintain the fabric and golden luster.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q3. Is any additional assembly or tying required?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No assembly is required!\n                            Unlike traditional setups that demand tying the fabric,\n                            mango leaves, and copper pot manually,\n                            this showpiece arrives fully pre-set and ready to stand\n                            on any flat surface.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Q4. Is this product suitable for outdoor use?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            This Gudi is perfect for indoor spaces,\n                            covered balconies, and home temples.\n                            To preserve the quality of the premium Butti fabric\n                            and golden border, we recommend keeping it sheltered\n                            from direct rain and harsh weather.\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":53600066928853,"sku":"gudi_simple_green","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-green-768x768.webp?v=1775800544"},{"product_id":"readymade-gudi-light-maroon-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Light Maroon \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eReadymade Gudi Light Maroon - Maharashtrian Festival Gudi Padwa Decoration Showpiece\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B145F;\n            --glass-bg: rgba(255, 192, 203, 0.10);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8D7FF;\n            --shadow: 0 8px 32px rgba(75, 20, 95, 0.8);\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, #2D0B45, #4B145F, #7B1FA2);\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(75, 20, 95, 0.9);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            text-align: center;\n            letter-spacing: -0.5px;\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: 900px;\n            margin: 0 auto;\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 rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\n            color: #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, 215, 0, 0.08);\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.15);\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.15);\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            display: block;\n            margin-top: 1rem;\n            border-top: 1px solid rgba(255, 215, 0, 0.08);\n            padding-top: 1rem;\n            line-height: 1.7;\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        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- HERO --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003e\n                Readymade Gudi Light Maroon - Maharashtrian Festival Gudi Padwa Decoration Showpiece\n            \u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Embrace the spirit of Gudi Padwa with absolute ease and traditional splendor.\n                Specially designed for modern, busy households, this exquisite pre-assembled\n                Gudi Padwa stand eliminates the hassle of sourcing components and manual setup.\n                Perfect for Maharashtrian families, apartment dwellers, and temple decorators,\n                it provides an elegant, highly durable, and cost-effective way to preserve\n                cultural heritage. Celebrate the auspicious New Year with a majestic,\n                grand-sized display that perfectly balances timeless Maharashtrian aesthetics\n                with the convenience of contemporary living.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES --\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\u003eHassle-Free Setup\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eReady-to-Use Convenience:\u003c\/strong\u003e\n                                Designed to eliminate manual assembly entirely.\n                                Simply place it out of the box directly onto your stand.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eTime-Saving Decor:\u003c\/strong\u003e\n                                Perfect for modern, busy lifestyles where time is at a premium,\n                                without sacrificing traditional customs.\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 Fabric Craftsmanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eButti Fabric:\u003c\/strong\u003e\n                                Features a beautifully structured textile adorned\n                                with elegant, subtle self-patterns.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eGolden Paithani Border:\u003c\/strong\u003e\n                                Offers a royal touch with its detailed,\n                                authentic golden trim, paying homage to legendary\n                                Maharashtrian textile art.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eSuperior Durability \u0026amp; Longevity\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eMulti-Season Reusability:\u003c\/strong\u003e\n                                Crafted with high-grade materials to prevent fading,\n                                tearing, or wear, ensuring a fresh look year after year.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSustainable \u0026amp; Cost-Effective:\u003c\/strong\u003e\n                                Avoid recurring costs of annual perishable setups\n                                with a reliable, long-lasting festive keepsake.\n                            \u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eMajestic Festive Appeal\u003c\/h3\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Light Maroon:\u003c\/strong\u003e\n                                Deep, festive tones that command attention,\n                                representing prosperity and victory.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eGrand 34-Inch Display:\u003c\/strong\u003e\n                                Generous height creates a commanding,\n                                beautiful visual impact at entrances,\n                                balconies, or living areas.\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        \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\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003eReadymade Gudi Light Maroon - Gudi Padwa Stand Showpiece\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Light Maroon with Traditional Golden Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\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\n                        \u003ctr\u003e\n                            \u003ctd\u003eOverall Length\u003c\/td\u003e\n                            \u003ctd\u003eApproximately 34 Inches (Grand Display Size)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Status\u003c\/td\u003e\n                            \u003ctd\u003eFully Pre-Assembled \/ Ready-to-Use Out of Box\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eReusability\u003c\/td\u003e\n                            \u003ctd\u003eYes (Highly Durable, Multi-Season Storage Safe)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eIdeal Placement\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Balconies, Main Entrance Doors, Living Room Mandirs,\n                                Office Receptions, and Temple Displays\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 --\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                            How do I store the Readymade Gudi after the Gudi Padwa celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its durable fabric and strong frame,\n                            you can gently dust the Gudi with a dry cloth,\n                            place it in a protective plastic cover or its original box,\n                            and store it in a cool, dry place.\n                            It will remain in perfect, ready-to-use condition\n                            for the next festive season.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Does this setup require any additional materials,\n                            like a copper pot or silk cloth?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, this Gudi comes completely styled and ready-to-use.\n                            It mimics the full traditional Gudi setup—complete with\n                            premium maroon fabric, gold borders, and decorative elements—\n                            saving you the hassle of sourcing individual components.\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 fabric washable?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            To maintain the premium texture of the Butti fabric\n                            and the shine of the golden Paithani border,\n                            we recommend spot cleaning with a damp cloth\n                            or dry cleaning only.\n                            Do not machine wash or submerge in water.\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 Gudi be used outdoors?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, it is suitable for display on balconies\n                            or at your home's main entrance.\n                            However, we recommend keeping it protected\n                            from direct rain and excessive moisture\n                            to ensure its longevity.\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":53600073777365,"sku":"gudi_simple_light_maroon","price":399.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1.-maron-768x768.webp?v=1775800663"},{"product_id":"readymade-gudi-mango-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Mango \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eReadymade Gudi Padwa Decoration Showpiece \u0026amp; Stand - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B145F;\n            --glass-bg: rgba(255, 192, 203, 0.10);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8D7FF;\n            --shadow: 0 8px 32px rgba(75, 20, 95, 0.8);\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, #2D0B45, #4B145F, #7B1FA2);\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(75, 20, 95, 0.9);\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 rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            margin-bottom: 0.5rem;\n            color: #FFD700;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\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, 215, 0, 0.08);\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.15);\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.15);\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            display: block;\n            margin-top: 1rem;\n            line-height: 1.8;\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        }\n    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- HERO SECTION --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eReadymade Gudi Padwa Decoration Showpiece \u0026amp; Stand\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Welcome the auspicious festival of Gudi Padwa with the perfect harmony\n                of heritage and modern convenience.\n                Thoughtfully designed for busy urban households,\n                traditional Maharashtrian families,\n                and temple decorators,\n                this readymade showpiece bypasses time-consuming manual setups.\n                Featuring premium fabrics and authentic design details,\n                it ensures your festive home transitions into a beautiful,\n                sacred space instantly, year after year.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES --\u003e\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\u003eEffortless Instant Setup\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Forget the stress of traditional preparation.\n                            Our readymade Gudi Padwa decoration is fully prepared,\n                            requiring zero assembly or manual setup—allowing you\n                            to start your celebrations immediately.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Traditional Fabric\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Crafted meticulously with high-quality Butti fabric\n                            and enhanced by an elegant golden Paithani border,\n                            it honors age-old Maharashtrian aesthetics beautifully.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eGrand, Majestic Proportions\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Designed to stand out proudly as a central decor piece,\n                            this set features generous proportions measuring\n                            approximately 34 inches in length\n                            and a full 38-inch round sweep.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eEco-Friendly \u0026amp; Reusable\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Engineered for long-term durability.\n                            This highly robust ornament can be easily packed away\n                            and safely reused across multiple annual\n                            New Year celebrations.\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 --\u003e\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\u003eMaterial Composition\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Premium Grade Butti Fabric featuring\n                                a detailed Golden Paithani Border\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eLength (Approximate)\u003c\/td\u003e\n                            \u003ctd\u003e34 Inches (Generous festive display height)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWidth \/ Round (Approximate)\u003c\/td\u003e\n                            \u003ctd\u003e38 Inches (Round drape diameter)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Required\u003c\/td\u003e\n                            \u003ctd\u003eNo (Completely readymade pre-assembled set)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Palette\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Available in multiple authentic,\n                                vibrant festive colors\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eInclusions\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Fully-styled Gudi Padwa Showpiece\n                                with integrated display Stand\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDurability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Robust construction optimized\n                                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!-- FAQs --\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 is included in the package?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The package contains the complete,\n                            pre-assembled Gudi Padwa Showpiece\n                            along with its custom-designed stand.\n                            It arrives ready for immediate display\n                            on your table or temple altar.\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 choose from different colors?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, this authentic Gudi Padwa decoration\n                            is available in multiple vibrant,\n                            traditional colors to match your home's\n                            unique festive palette and spiritual aesthetics.\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 store this decoration for the next year?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Simply wipe the fabric and stand clean\n                            with a dry cloth after your celebrations.\n                            Store it in a clean, moisture-free plastic box\n                            or dust cover to protect the delicate golden border\n                            and fabric until the next New 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                            Is any physical tool or assembly required when it arrives?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No tools, instructions,\n                            or complex manual configurations are needed.\n                            It is a completely hassle-free setup\n                            that has been structured to stand balanced\n                            and look stunning right out of the box.\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":53600078233813,"sku":"gudi_simple_mango","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/4-mango-768x768.webp?v=1775800763"},{"product_id":"readymade-gudi-orange-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Orange- Festival Gudi Padwa","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\u003eReadymade Gudi Orange \/ Maharashtrian Festival Gudi Padwa Stand \/ GudiPadwa Decoration Showpiece - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B145F;\n            --glass-bg: rgba(255, 192, 203, 0.10);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8D7FF;\n            --shadow: 0 8px 32px rgba(75, 20, 95, 0.8);\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, #2D0B45, #4B145F, #7B1FA2);\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(75, 20, 95, 0.9);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1.5rem;\n            color: var(--text-primary);\n            text-align: center;\n            font-weight: 700;\n            letter-spacing: -0.5px;\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: 900px;\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 rgba(255, 215, 0, 0.5);\n            transition: all 0.3s ease;\n        }\n\n        .feature-group:hover {\n            background: rgba(255, 192, 203, 0.12);\n        }\n\n        .feature-group h3 {\n            font-size: 1.3rem;\n            margin-bottom: 0.5rem;\n            color: #FFD700;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 0.95rem;\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, 215, 0, 0.08);\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.15);\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.15);\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(255, 215, 0, 0.4);\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            display: block;\n            margin-top: 1rem;\n            border-top: 1px solid rgba(255, 215, 0, 0.1);\n            padding-top: 1rem;\n            line-height: 1.8;\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        }\n    \u003c\/style\u003e\n\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- HERO SECTION --\u003e\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003eReadymade Orange Gudi Padwa Stand \u0026amp; Traditional Showpiece\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Welcome the auspicious new year with grace, elegance, and absolute ease.\n                Specifically designed for modern, busy households,\n                this Readymade Gudi Showpiece honors vibrant Maharashtrian heritage\n                without demanding hours of elaborate setup.\n                Beautifully draped in premium orange Butti fabric featuring\n                an authentic golden Paithani border,\n                it serves as an inspiring focal point\n                for your home entryway, living space, or temple decor.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES --\u003e\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\u003eHassle-Free \u0026amp; Instant Setup\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            No manual assembly, complex draping,\n                            or complicated instructions required.\n                            Simply unpack and place this beautiful Gudi\n                            to immediately elevate your festive ambiance.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Paithani Aesthetics\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Draped in a rich, vibrant orange Butti fabric\n                            and finished with a shimmering golden Paithani border\n                            that beautifully captures authentic\n                            Maharashtrian textile art.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eDurable \u0026amp; Reusable Design\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Engineered for longevity,\n                            this showpiece is crafted from high-quality materials,\n                            allowing you to easily store and reuse it\n                            for annual celebrations.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eVersatile Festive Appeal\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            A spectacular addition to your home entryway,\n                            family temple, or living room,\n                            blending timeless cultural symbols with clean,\n                            space-saving modern convenience.\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 --\u003e\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 Type\u003c\/td\u003e\n                            \u003ctd\u003ePre-assembled Gudi Padwa Festive Showpiece \u0026amp; Stand\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Color Palette\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Festive Orange with Shimmering Gold Accent Borders\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eFabric Material\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Premium Grade Butti Fabric featuring\n                                a traditional Paithani Border\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Required\u003c\/td\u003e\n                            \u003ctd\u003eNone (Ready to display right out of the box)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDurability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Highly resilient, dust-resistant,\n                                and reusable for multiple years\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eRecommended Placement\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Home Entrance,\n                                Living Room Tabletop,\n                                Puja Room,\n                                or Temple Alcoves\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!-- FAQs --\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                            Does this Gudi Padwa stand require any manual assembly?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No assembly is required at all.\n                            This product is a ready-to-display,\n                            fully pre-assembled showpiece designed\n                            to save you time and hassle during\n                            your busy festive preparations.\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 this Gudi for next year's celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We recommend wiping it down with a soft,\n                            dry microfibre cloth to remove any dust\n                            and storing it inside a cool,\n                            dry protective box or bag away from\n                            direct moisture and humidity.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Are the fabric colors durable, or will they fade over time?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            We use highly durable, premium-grade Butti fabric\n                            and golden thread borders designed\n                            to maintain their rich color and luster\n                            over years of seasonal use.\n                            Keep away from direct, prolonged sunlight\n                            to ensure optimal longevity.\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 Gudi suitable for outdoor display?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            While it is perfect for covered entrances,\n                            balconies, and indoor spaces\n                            (like living rooms or mandirs),\n                            we recommend keeping it sheltered from direct rainfall,\n                            heavy winds, and extreme outdoor weather elements.\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":53600082821333,"sku":"gudi_simple_orange","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-orgae-1-768x768.jpg?v=1775800867"},{"product_id":"readymade-gudi-purple-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Purple Wine\/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eReadymade Gudi Purple - Maharashtrian Festival Gudi Padwa Stand\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B145F;\n            --glass-bg: rgba(255, 192, 203, 0.10);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8D7FF;\n            --shadow: 0 8px 32px rgba(75, 20, 95, 0.8);\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, #2D0B45, #4B145F, #7B1FA2);\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(75, 20, 95, 0.9);\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            text-align: center;\n            line-height: 1.3;\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        h3 {\n            font-size: 1.4rem;\n            margin-bottom: 0.5rem;\n            color: #FFD700;\n        }\n\n        .overview {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            text-align: center;\n            max-width: 900px;\n            margin: 0 auto 1.5rem;\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 rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 0.95rem;\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, 215, 0, 0.08);\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.15);\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.15);\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            display: block;\n            margin-top: 1rem;\n            line-height: 1.8;\n        }\n\n        @media (max-width: 768px) {\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    \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\u003eReadymade Purple Gudi Padwa Festive Decoration Showpiece\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Embrace the spirit of Chaitra Shukla Pratipada with absolute elegance and zero hassle.\n                Crafted specifically for modern lifestyles, this gorgeous Readymade Purple Gudi Padwa\n                Showpiece eliminates the time-consuming struggle of sourcing and assembling individual components.\n                Combining cultural authenticity with unmatched convenience, it features luxurious fabrics\n                and premium detailing to bring prosperity, luck, and traditional Maharashtrian heritage\n                effortlessly into your home.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES --\u003e\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\u003eZero-Assembly Design\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Enjoy a stress-free festive morning.\n                            This ready-to-display Gudi stand eliminates the tedious process\n                            of manual assembly, letting you focus on prayers,\n                            family, and celebration.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003ePremium Craftsmanship\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Draped in magnificent, rich purple Butti fabric and bordered\n                            with an elegant golden Paithani design,\n                            accented beautifully with traditional gold lace.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eBuilt for Reusability\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Constructed with durable, high-quality materials,\n                            this Gudi decoration can be easily packed away and safely reused\n                            across multiple years, offering great long-term value.\n                        \u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eImpressive Display Size\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Measuring approximately 34 inches in length with a robust\n                            38-inch round silhouette, this showpiece stands gracefully\n                            as a stunning focal point in any living room or festive setup.\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 --\u003e\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\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Readymade Gudi Purple \/ Maharashtrian Festival\n                                Gudi Padwa Stand \/ GudiPadwa Decoration Showpiece\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Color Palette\u003c\/td\u003e\n                            \u003ctd\u003eVibrant Royal Purple \u0026amp; Rich Metallic Gold\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMaterial Composition\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Premium Butti Fabric,\n                                Elegant Golden Paithani Border,\n                                Traditional Lace\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eHeight \/ Length\u003c\/td\u003e\n                            \u003ctd\u003eApproximately 34 inches (86.36 cm)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eCircumference \/ Round\u003c\/td\u003e\n                            \u003ctd\u003e38 inches (96.52 cm)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Required\u003c\/td\u003e\n                            \u003ctd\u003eNone (Comes pre-assembled and ready to display)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDurability \u0026amp; Reusability\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Highly durable; designed for safe,\n                                multi-year storage and 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!-- FAQs --\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 makes a readymade Gudi better than a traditional DIY setup?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Sourcing a proper copper pot, silk cloth, neem leaves,\n                            sugar candy garlands, and securely binding them to a wooden pole\n                            can be exceptionally time-consuming.\n                            This pre-assembled, readymade Gudi offers a stunning,\n                            professional look instantly—saving valuable time for busy,\n                            urban families without compromising on cultural authenticity.\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 easily reuse this Gudi decoration year after year?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! The Gudi is crafted using highly durable,\n                            premium Butti fabric, robust golden laces,\n                            and sturdy internal structures.\n                            Simply wipe it down gently with a soft dry cloth after the festival,\n                            store it in a dry box, and it will look as beautiful as new\n                            for your next Gudi Padwa 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                            Is the stand included with the Gudi showpiece?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, this product is designed as an integrated,\n                            ready-to-display showpiece, allowing you to set up\n                            your Gudi Padwa display quickly and securely\n                            on any flat surface or home temple area.\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 fabric color and border quality premium?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, it features a highly vibrant,\n                            deep purple Butti fabric integrated\n                            with a traditional golden Paithani border.\n                            The fabric mimics authentic festive silk\n                            to ensure a royal, traditional aesthetic.\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":53600088326357,"sku":"gudi_simple_purple","price":399.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2.-purple-1-768x768.webp?v=1775800943"},{"product_id":"readymade-gudi-rama-green-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Rama Green \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eReadymade Gudi Rama Green - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B145F;\n            --glass-bg: rgba(255, 192, 203, 0.10);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8D7FF;\n            --shadow: 0 8px 32px rgba(75, 20, 95, 0.8);\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, #2D0B45, #4B145F, #7B1FA2);\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(75, 20, 95, 0.9);\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 rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            font-size: 1.3rem;\n            margin-bottom: 0.8rem;\n            color: #FFD700;\n        }\n\n        .feature-group p {\n            color: var(--text-secondary);\n            font-size: 1rem;\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, 215, 0, 0.08);\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.15);\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.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            cursor: pointer;\n            color: #FFD700;\n            transition: 0.3s;\n        }\n\n        .faq-question:hover {\n            color: #fff0a5;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            display: block;\n            margin-top: 1rem;\n            line-height: 1.8;\n        }\n\n        @media (max-width: 768px) {\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    \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            \u003ch1\u003eReadymade Gudi Rama Green \/ Maharashtrian Festival Gudi Padwa Stand\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Embrace the auspicious spirit of the Maharashtrian New Year with ultimate convenience.\n                The Readymade Rama Green Gudi Padwa Stand is a thoughtfully designed festival showpiece\n                that bridges modern busy lifestyles with deep-rooted cultural heritage.\n                Traditionally, assembling a Gudi requires sourcing bamboo, silk fabric,\n                flower garlands, and fresh neem leaves—an exhausting chore in a fast-paced world.\n                This premium, pre-assembled solution preserves the pristine elegance of traditional\n                aesthetics while offering effortless, mess-free setup and multi-year reusability\n                for modern homes, temples, and celebrations.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES --\u003e\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\u003eHassle-Free Pre-Assembled Setup\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Enjoy zero-assembly setup. This pre-built Gudi stand\n                            saves valuable preparation time on busy festival mornings,\n                            letting you focus on worship and celebration.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003ePremium Materials \u0026amp; Fabric\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Crafted using a high-quality Rama Green Butti fabric drape,\n                            beautifully accented by a traditional golden Paithani border\n                            to bring an authentic royal touch to your decor.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eSuperior Durability \u0026amp; Reusability\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            Unlike fragile single-use setups, this sturdy showpiece\n                            is built to last. Easily pack it away and reuse it\n                            for multiple festive cycles, saving you money and reducing waste.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eVersatile Festive Applications\u003c\/h3\u003e\n\n                        \u003cp\u003e\n                            While designed for Gudi Padwa, this gorgeous traditional\n                            showpiece is also perfect for decorating your home mandir,\n                            entryways, or styling cultural and temple events.\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 --\u003e\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\u003eProduct Type\u003c\/td\u003e\n                            \u003ctd\u003eReadymade Gudi Padwa Stand \/ Festive Showpiece\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eFabric Type\u003c\/td\u003e\n                            \u003ctd\u003ePremium Butti Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Accent\u003c\/td\u003e\n                            \u003ctd\u003eRama Green with Golden Paithani Border\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eAssembly Required\u003c\/td\u003e\n                            \u003ctd\u003eNo (Comes fully assembled and ready to use)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDurability \u0026amp; Reusability\u003c\/td\u003e\n                            \u003ctd\u003eHigh (Crafted for multiple years of storage and reuse)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eTarget Settings\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Maharashtrian Households,\n                                Home Temples,\n                                Front Doors,\n                                and Community Event Spaces\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!-- FAQs --\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                            Do I need to assemble the Gudi myself?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No assembly is required! This Gudi Padwa showpiece\n                            arrives pre-assembled and ready to exhibit,\n                            eliminating the hassle of searching for sticks,\n                            pots, or fabrics.\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 Gudi for the next Gudi Padwa?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. The product is made from premium,\n                            durable Butti fabric and robust structural elements\n                            designed to be safely stored and reused 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                            What is the color of the drape and border details?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The Gudi features a gorgeous Rama Green color palette\n                            adorned with an intricate and authentic golden\n                            Paithani-style border, bringing royal Maharashtrian\n                            elegance to your house.\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 store and clean the Gudi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            You can easily wipe down the hard surfaces with a dry cloth\n                            and gently dust the fabric. Store the showpiece in a cool,\n                            dry place wrapped in a soft cloth or box to prevent dust buildup.\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":53600092324053,"sku":"gudi_simple_rama_green","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1-rama-green-768x768.webp?v=1775801048"},{"product_id":"readymade-gudi-red-maharashtrian-festival-gudi-padwa-stand-gudipadwa-decoration-showpiece","title":"Readymade Gudi Red \/ Maharashtrian Festival Gudi Padwa Stand \/GudiPadwa Decoration Showpiece","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\u003eReadymade Red Gudi Padwa Decorative Showpiece \u0026amp; Stand - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2D0B45;\n            --bg-secondary: #4B145F;\n            --glass-bg: rgba(255, 192, 203, 0.10);\n            --glass-border: rgba(255, 215, 0, 0.25);\n            --text-primary: #FFD700;\n            --text-secondary: #F8D7FF;\n            --shadow: 0 8px 32px rgba(75, 20, 95, 0.8);\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, #2D0B45, #4B145F, #7B1FA2);\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(75, 20, 95, 0.9);\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 rgba(255, 215, 0, 0.5);\n        }\n\n        .feature-group h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: #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, 215, 0, 0.08);\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.15);\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.15);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            cursor: pointer;\n            color: #FFD700;\n            transition: 0.3s;\n        }\n\n        .faq-question:hover {\n            color: #fff0a5;\n        }\n\n        .faq-answer {\n            color: var(--text-secondary);\n            display: block;\n            margin-top: 1rem;\n            line-height: 1.8;\n        }\n\n        @media (max-width: 768px) {\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    \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            \u003ch1\u003eReadymade Red Gudi Padwa Decorative Showpiece \u0026amp; Stand\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Welcome prosperity and step into the festive spirit of Gudi Padwa without the hassle.\n                This readymade, beautifully curated Maharashtrian Festival Gudi combines authentic\n                cultural aesthetics with modern convenience. Perfect for busy households,\n                contemporary families, and temple decorators, it lets you celebrate traditional\n                new beginnings effortlessly with a stunning, pre-assembled setup.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- QUALITIES --\u003e\n        \u003csection id=\"features\"\u003e\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\u003eAuthentic \u0026amp; Premium Craftsmanship\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003ePremium Butti Fabric:\u003c\/strong\u003e\n                                Made from high-quality traditional fabric adorned\n                                with a beautiful and sophisticated design.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eGolden Paithani Border:\u003c\/strong\u003e\n                                Features an elegant golden Paithani border\n                                that reflects rich Maharashtrian heritage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Traditional Aesthetic:\u003c\/strong\u003e\n                                Built with bold, festive colors to evoke\n                                positive energy, joy, and prosperity.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eModern Time-Saving Convenience\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eZero Assembly Required:\u003c\/strong\u003e\n                                Completely pre-arranged and mounted on a sturdy stand,\n                                ready to display straight out of the box.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSaves Time \u0026amp; Effort:\u003c\/strong\u003e\n                                Skips the complex traditional setup processes\n                                during busy holiday prep mornings.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003ePerfect for Modern Living:\u003c\/strong\u003e\n                                Ideal for urban apartments, busy professionals,\n                                and quick festive office makeovers.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eSustainable \u0026amp; Built to Last\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eHighly Reusable:\u003c\/strong\u003e\n                                Durable materials allow for easy packing,\n                                safe storage, and multi-year usage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSturdy Festive Stand:\u003c\/strong\u003e\n                                Designed to stand securely on flat surfaces,\n                                preventing falls and slips.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eEco-Friendly Value:\u003c\/strong\u003e\n                                Minimizes single-use holiday purchases\n                                with a long-lasting, beautifully designed solution.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- SPECIFICATIONS --\u003e\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\u003e\u003cstrong\u003eProduct Type\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eReadymade Festive Gudi with Stand\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\u003eFestive Vibrant Red with Rich Gold Accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Premium Butti Fabric,\n                                Traditional Paithani Zari Border,\n                                Durable Composite Wood\/Metal Base Stand\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eAssembly\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eFully assembled, ready-to-use straight from the box\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eReusability\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003eMulti-year reusable decorative showpiece\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003e\u003cstrong\u003eSuitable For\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\n                                Home Entrances,\n                                Living Rooms,\n                                Pooja Mandirs,\n                                Office Receptions,\n                                and Temple Decor\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- FAQs --\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                            Does this Gudi showpiece require any assembly?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No assembly is required! The Gudi setup is fully assembled\n                            and pre-arranged on its stand, offering a hassle-free\n                            experience ready for direct display.\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 product next year?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely. Crafted with durable, premium Butti fabric,\n                            robust materials, and a strong base, this Gudi is designed\n                            to be packed away and reused safely for multiple years.\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 store the Gudi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            You can easily dust it off with a soft, dry cloth.\n                            After the celebrations, simply place it in a dry,\n                            dust-free box or cover it in plastic to preserve\n                            its premium fabric shine for the next festival.\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 fabric authentic to Maharashtrian heritage?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, the fabric is premium Butti fabric featuring\n                            an elegant golden Paithani border, carefully chosen\n                            to honor the true traditional beauty and heritage\n                            of Gudi Padwa 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\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53600096157909,"sku":"gudi_simple_red","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/1.-red-768x768.webp?v=1775801127"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/collections\/1-red-1-768x768_1b6d22c5-fbc4-4658-bf0d-1ea81f086b7b.jpg?v=1777977792","url":"https:\/\/kanira.in\/collections\/product-category-accessories-gudi.oembed","provider":"kanirapaithani","version":"1.0","type":"link"}