{"title":"Toran","description":"\u003cp data-start=\"142\" data-end=\"208\"\u003e\u003cstrong data-start=\"142\" data-end=\"206\"\u003eToran Designs for Door – Festive \u0026amp; Traditional Door Hangings\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"210\" data-end=\"535\"\u003eAdorn your entrance with handcrafted toran designs from Kanira.in, featuring vibrant and festive door hangings that add positivity and elegance to your home décor. Inspired by traditional Indian craftsmanship and Paithani aesthetics, these torans are designed with rich colors, intricate patterns, and decorative detailing.\u003c\/p\u003e\n\u003cp data-start=\"537\" data-end=\"807\"\u003ePerfect for festivals, weddings, housewarming ceremonies, and everyday décor, our toran collection enhances the beauty of your doorway while symbolizing prosperity and शुभता. Each toran is crafted with quality materials to ensure durability and a premium festive look.\u003c\/p\u003e\n\u003cp data-start=\"809\" data-end=\"1115\"\u003eExplore a wide range of toran designs for doors, including ethnic torans, festive door hangings, and decorative bandhanwars that complement your home interiors. Whether you're decorating for Diwali, Ganpati, or special occasions, Kanira offers elegant torans that bring tradition and charm to your space.\u003c\/p\u003e\n\u003cp data-start=\"1117\" data-end=\"1212\"\u003eShop toran designs online and elevate your home décor with beautiful handcrafted door hangings.\u003c\/p\u003e","products":[{"product_id":"paithani-diamond-pattern-toran-40-inch-decoration","title":"Paithani Diamond Pattern Toran for Decoration – 40 Inch Length","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        .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\u003ePaithani Diamond Pattern Toran for Decoration – 40 Inch Length\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your home’s festive elegance with this stunning Paithani Diamond Pattern Toran. Inspired by the rich textile heritage of Maharashtra, this 40-inch door hanging showcases exquisite, symmetrical diamond motifs in bright, festive colors. Designed to invite positivity and warmth, it is the perfect traditional accent to grace your doorways, pooja rooms, and mandaps during auspicious 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\u003eHeritage Artistry\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTraditional Paithani-inspired diamond motifs.\u003c\/li\u003e\n\u003cli\u003eSymmetrical festive decorative styling.\u003c\/li\u003e\n\u003cli\u003eRich Maharashtrian cultural design inspiration.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVibrant Festive Appeal\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBright multicolor festive palette.\u003c\/li\u003e\n\u003cli\u003eCreates warm and welcoming ambiance.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEasy Decorative Setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight and easy to hang.\u003c\/li\u003e\n\u003cli\u003eSuitable for doors, walls, and mandaps.\u003c\/li\u003e\n\u003cli\u003eDamage-free quick installation design.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eReusable Festive Decor\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable reusable festive construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for multiple celebrations.\u003c\/li\u003e\n\u003cli\u003eEasy storage after festive use.\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\u003eDecorative Paithani Diamond Pattern Toran\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e40 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Symmetrical Diamond Motifs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eFestive Multicolor Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStructure\u003c\/td\u003e\n\u003ctd\u003eFirm Yet Adjustable Decorative Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003eLightweight Hanging Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eDoors, Pooja Rooms, Mandaps, and Festive Decor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Festivals\u003c\/td\u003e\n\u003ctd\u003eGanesh Chaturthi, Diwali, Weddings, and Housewarmings\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\"\u003eWill this toran fit a standard house door frame?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The 40-inch length is designed to fit most residential doors, pooja room entrances, and festive decorative spaces comfortably.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow can I hang this toran?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eIts lightweight design allows easy hanging using adhesive hooks, nails, mounting tape, or curtain rods without heavy strain.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the structure flexible or rigid?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe toran maintains a firm decorative shape while still being flexible enough to adjust to different spaces and setups.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan this toran be reused every festive season?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The durable decorative construction makes it suitable for repeated festive use with easy storage after celebrations.\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":53219254599893,"sku":"toran_40in_diamonde","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/2-768x768.png?v=1771485311"},{"product_id":"paithani-lotus-pattern-toran-40-inch-festive-door-hanging","title":"Paithani Lotus Pattern Toran for Decoration – 40 Inch Festive Door Hanging","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        .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\u003ePaithani Lotus Pattern Toran for Decoration – 40 Inch Festive Door Hanging\u003c\/h1\u003e\n\u003cp class=\"overview\"\u003eElevate your festive home decor with a stunning masterpiece that seamlessly blends centuries-old regional heritage with modern, eco-conscious living. Inspired by the legendary Maharashtrian Paithani weave, this 40-inch festive door hanging features intricate, rich embroidery of sacred lotus and kalash motifs. Crafted as a high-quality, reusable alternative to single-use fresh flower garlands, it allows you to welcome guests and deity blessings with authentic cultural elegance season after season, year after year.\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\u003eHeritage Artistry \u0026amp; Detailing\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAuthentic Paithani-style embroidery featuring lotus and kalash motifs.\u003c\/li\u003e\n\u003cli\u003eFestive pink, royal blue, and golden metallic thread detailing.\u003c\/li\u003e\n\u003cli\u003eModern scalloped zigzag triangle-cut panel styling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003ePremium Craftsmanship \u0026amp; Accents\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eElegant golden lace border finishing.\u003c\/li\u003e\n\u003cli\u003eDecorative multicolor hanging tassels.\u003c\/li\u003e\n\u003cli\u003eEnhances festive entrances beautifully.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eEco-Friendly \u0026amp; Reusable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable reusable fabric construction.\u003c\/li\u003e\n\u003cli\u003eSustainable alternative to flower garlands.\u003c\/li\u003e\n\u003cli\u003eLightweight and easy to store.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-group\"\u003e\n\u003ch3\u003eVersatile Decorative Usage\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSuitable for doors, mandaps, and pooja areas.\u003c\/li\u003e\n\u003cli\u003ePerfect for festive and spiritual decor.\u003c\/li\u003e\n\u003cli\u003eEasy hanging setup for multiple 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\u003eLength\u003c\/td\u003e\n\u003ctd\u003e40 Inches Festive Door Hanging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Inspiration\u003c\/td\u003e\n\u003ctd\u003eTraditional Royal Paithani Embroidery Styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Motifs\u003c\/td\u003e\n\u003ctd\u003eLotus and Kalash Traditional Symbols\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Theme\u003c\/td\u003e\n\u003ctd\u003eFestive Pink, Royal Blue, and Golden Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDecorative Elements\u003c\/td\u003e\n\u003ctd\u003eGolden Lace Borders and Multicolor Tassels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eFoldable and Lightweight Reusable Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal Usage\u003c\/td\u003e\n\u003ctd\u003eDoors, Mandaps, Pooja Rooms, and Festive Decorations\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\"\u003eHow does this compare to fresh flower torans?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUnlike fresh flower torans that dry quickly, this reusable Paithani Toran provides a long-lasting decorative solution while maintaining authentic festive elegance year after year.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow can I hang this toran?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe lightweight design allows easy hanging using door hooks, nails, adhesive hooks, curtain rods, or mandap frames.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it be reused for multiple festivals?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Its elegant traditional styling makes it suitable for Ganesh Chaturthi, Diwali, weddings, housewarmings, and daily pooja decor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I clean and store it?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYou can gently clean it using a soft cloth and store it folded flat in a dry place to preserve its embroidery and decorative details.\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":53219255124181,"sku":"toran_40in_lotus","price":499.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/29-1-768x768.png?v=1771485531"},{"product_id":"paithani-parrot-peacock-toran-for-decoration-40-inch-festive-mandap-banner","title":"Paithani Parrot-Peacock Toran for Decoration – 40 Inch Festive Mandap Banner","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Parrot-Peacock Toran for Decoration – 40 Inch Festive Mandap Banner - Professional Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            --bg-secondary: #4b145f;\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            --glass-border: rgba(255, 192, 203, 0.35);\n            --text-primary: #ffd700;\n            --text-secondary: #ffc0cb;\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\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, 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: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\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 #ffd700;\n        }\n\n        .feature-group h3 {\n            color: var(--text-primary);\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\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, 255, 255, 0.05);\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.18);\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.25);\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            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003ePaithani Parrot-Peacock Toran for Decoration – 40 Inch Festive Mandap Banner\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Immerse your home in the sublime elegance of Maharashtrian heritage. The Paithani\n                Parrot-Peacock Toran is a magnificent 40-inch festive banner designed to invite joy,\n                beauty, and prosperity to your doorstep. Seamlessly blending rich traditional aesthetics\n                with a modern, lightweight form, this toran offers an exquisite look that complements\n                standard doorways, home mandaps, and pooja rooms. Celebrate your most cherished occasions\n                — from Ganesh Chaturthi and Diwali to housewarmings — with a timeless piece that honors\n                tradition without the weight and installation struggles of old-fashioned hangings.\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\u003eHeritage Artistry\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eTraditional Paithani-inspired design showcasing rich Maharashtrian cultural heritage\u003c\/li\u003e\n                            \u003cli\u003eSymbolic parrot and peacock motifs representing joy, natural beauty, and good fortune\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003ePerfect Proportion\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eGenerous 40-inch length perfect for standard household doorways, pooja rooms, and festive mandaps\u003c\/li\u003e\n                            \u003cli\u003eBright, vibrant festive colors that pair flawlessly with traditional flowers, diyas, and warm lighting\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eEffortless Installation\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eEngineered with a lightweight structure allowing for simple, hassle-free installation and safe adjustments\u003c\/li\u003e\n                            \u003cli\u003eSaves time and prevents damage to premium door frames and festive backdrop walls\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        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\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\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003ePaithani Parrot-Peacock Toran for Decoration – 40 Inch Festive Mandap Banner\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOverall Length\u003c\/td\u003e\n                            \u003ctd\u003e40 Inches (Approx. 101.6 cm)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Style\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Heritage\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eMotifs\u003c\/td\u003e\n                            \u003ctd\u003eSymbolic Peacocks \u0026amp; Parrots (representing beauty and prosperity)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStructure \u0026amp; Weight\u003c\/td\u003e\n                            \u003ctd\u003eOptimized lightweight design for easy, wall-safe hanging\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Scheme\u003c\/td\u003e\n                            \u003ctd\u003eVibrant festive multicolor palette compatible with traditional marigolds and brass accents\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eIdeal Placements\u003c\/td\u003e\n                            \u003ctd\u003eMain door entrances, home temples, mandaps, backdrop framing, and ceremonial arches\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\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                        \u003cdiv class=\"faq-question\"\u003e\n                            What is the significance of the peacock and parrot motifs on this toran?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            In Indian and specifically Maharashtrian culture, peacock and parrot motifs are deeply rooted symbols of joy, divine grace, eternal beauty, and auspicious beginnings. Adorning your entrance with these patterns is traditionally believed to invite positive energies and good fortune into your living space.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I hang this toran on my doorway or mandap?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its innovative lightweight structure, you do not need heavy nails or drilling. It can be easily secured using simple adhesive hooks, ribbons, command strips, or small standard tacks, making it ideal for both homeowners and renters who want to protect their woodwork.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can this toran be stored and reused for future festivals?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! Unlike heavy, rust-prone metal torans or delicate fresh flower arrangements, this Paithani-inspired fabric-based toran is durable and easy to maintain. Simply dust it off after use, fold it gently, and store it in a dry space to keep it ready for your next celebration.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is the 40-inch size suitable for standard doors?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. A 40-inch width is standard for typical residential doorways and pooja setups in most modern apartments and homes, giving you a full, rich, and visually satisfying border frame.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53588086063317,"sku":"toran_pk_40in_mandap_banner","price":449.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/27-1-768x768.png?v=1775649936"},{"product_id":"paithani-toran-for-decoration-40-inch-length-multiple-colors","title":"Paithani Toran for Decoration – 40 Inch Length, Multiple Colors","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePaithani Toran for Decoration – 40 Inch Length, Multiple Colors - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45; \/* Deep Purple *\/\n            --bg-secondary: #4b145f; \/* Royal Purple *\/\n            --glass-bg: rgba(255, 215, 0, 0.10); \/* Golden Glass *\/\n            --glass-border: rgba(255, 192, 203, 0.35); \/* Pink Border *\/\n            --text-primary: #ffd700; \/* Golden *\/\n            --text-secondary: #ffc0cb; \/* Pink *\/\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\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, 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: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\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            color: var(--text-primary);\n            margin-bottom: 1rem;\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 #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, 255, 255, 0.05);\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.18);\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.25);\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            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n\n            \u003ch1\u003ePaithani Toran for Decoration – 40 Inch Length, Multiple Colors\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your festive home celebrations with this exquisite 40-inch Paithani-inspired toran.\n                Perfectly bridging the gap between authentic Maharashtrian heritage and modern design convenience,\n                it features traditional motifs in highly vibrant color combinations. Engineered with a lightweight\n                yet remarkably sturdy build, this premium toran is designed for effortless hanging, offering\n                decorators and cultural practitioners an incredibly elegant decor solution that pairs seamlessly\n                with lights, marigolds, and traditional accents.\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\u003eHeritage-Inspired Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eTraditional Paithani Motifs:\u003c\/strong\u003e\n                                Intricately styled patterns highlighting the rich textile and cultural legacy of Paithani craftsmanship.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eVibrant Festive Aesthetics:\u003c\/strong\u003e\n                                Bold and bright color choices that instantly bring energy, warmth, and joy to your celebratory spaces.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eModern Structural Engineering\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eLightweight \u0026amp; Safe:\u003c\/strong\u003e\n                                Easily hangs on standard door frames and walls without heavy-duty anchors or surface damage.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eSturdy \u0026amp; Reliable Hang:\u003c\/strong\u003e\n                                Crafted to remain perfectly secure, straight, and taut, preventing drooping over long durations of display.\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n\n                        \u003ch3\u003eIncredible Versatility\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003e\n                                \u003cstrong\u003eMulti-Location Placement:\u003c\/strong\u003e\n                                An exceptional fit for main entrance doors, home temples (pooja rooms), mandaps, and deity backdrops.\n                            \u003c\/li\u003e\n\n                            \u003cli\u003e\n                                \u003cstrong\u003eCreative Styling:\u003c\/strong\u003e\n                                Easily integrates with modern LED lights, marigold strings, or fresh hanging foliage to elevate your custom festive theme.\n                            \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\u003ePaithani Toran for Festive Home Decoration\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOverall Length\u003c\/td\u003e\n                            \u003ctd\u003e40 Inches\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Theme\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Paithani-inspired heritage motifs\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBuild Profile\u003c\/td\u003e\n                            \u003ctd\u003eUltra-lightweight and sturdy structural core\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eColor Options\u003c\/td\u003e\n                            \u003ctd\u003eMultiple vibrant multi-color combinations available\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eInstallation Style\u003c\/td\u003e\n                            \u003ctd\u003eQuick, tool-free hanging system (hooks\/loops included)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eIdeal Placement\u003c\/td\u003e\n                            \u003ctd\u003eMain doors, mandaps, pooja rooms, temple arches, and backdrop walls\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eRecommended Events\u003c\/td\u003e\n                            \u003ctd\u003eGanpati, Diwali, Housewarmings, Weddings, and traditional cultural rituals\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                            What makes this Paithani Toran better than traditional fabric or metal torans?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Traditional metal or fabric torans can be excessively heavy, causing them to sag or require permanent nails that damage your walls and door frames. This toran bridges that gap. It features a modern, ultra-lightweight structural core that allows for quick, damage-free installation, while maintaining a stunningly rich, premium look that perfectly mimics authentic high-end Paithani 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                            Is the toran easy to hang, and will it stay straight?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes. The toran is specifically engineered with a sturdy internal structure. Once hung, it stays firm, straight, and securely balanced, even on high-traffic main entryways or when styled in compact spaces.\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I use this toran for multiple celebrations?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! Thanks to its highly durable, lightweight build and classical motifs, you can pack it away easily after Ganpati or Diwali and reuse it for housewarmings, weddings, or traditional weekly rituals for years to come.\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 there different color variations to match my home decor?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Yes, we offer multiple vibrant color combinations designed to match varied traditional and modern aesthetic setups, giving you the flexibility to choose the design that pairs best with your home's existing festive theme.\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":"Purple","offer_id":53593595773141,"sku":"toran_purple_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false},{"title":"Green","offer_id":53593595805909,"sku":"toran_green_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false},{"title":"Mango","offer_id":53593595838677,"sku":"toran_mango_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false},{"title":"Orange","offer_id":53593595871445,"sku":"toran_orange_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false},{"title":"Red","offer_id":53593595904213,"sku":"toran_red_40in_multiclr","price":449.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/13-768x768.png?v=1775713287"},{"product_id":"paithani-parrot-peacock-toran-for-decoration-40-inch-festive-mandap-banner-copy","title":"Purple Paithani Toran for Decoration – 40 Inch Festive Decor","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\u003ePurple Paithani Toran for Decoration – 40 Inch Festive Decor - Professional Description\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #2d0b45;\n            --bg-secondary: #4b145f;\n            --glass-bg: rgba(255, 215, 0, 0.10);\n            --glass-border: rgba(255, 192, 203, 0.35);\n            --text-primary: #ffd700;\n            --text-secondary: #ffc0cb;\n            --shadow: 0 8px 32px rgba(255, 105, 180, 0.35);\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, 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: rgba(255, 215, 0, 0.5);\n            box-shadow: 0 16px 48px rgba(255, 105, 180, 0.45);\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 #ffd700;\n        }\n\n        .feature-group h3 {\n            color: var(--text-primary);\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\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, 255, 255, 0.05);\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.18);\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.25);\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            margin-top: 1rem;\n            display: block;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"glass-card\"\u003e\n            \u003ch1\u003ePurple Paithani Toran for Decoration – 40 Inch Festive Decor\u003c\/h1\u003e\n\n            \u003cp class=\"overview\"\u003e\n                Elevate your home's festive grandeur with our stunning Purple Paithani Toran. Specifically designed to bring the royal heritage of Maharashtra to your doorstep, this 40-inch masterpiece seamlessly blends a rich royal purple satin base with traditional gold zari lace and intricately embroidered Paithani Kalash motifs. Perfectly lightweight, highly foldable, and designed for easy reuse, it offers modern households an elegant, hassle-free way to welcome prosperity during Ganesh Chaturthi, Diwali, Gauri-Ganpati, and other auspicious occasions.\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\u003eRoyal Heritage Design\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eVibrant royal purple satin base that instantly elevates home aesthetics.\u003c\/li\u003e\n\n                            \u003cli\u003eTraditional gold zari lace border that captures the authentic spirit of Indian craftsmanship.\u003c\/li\u003e\n\n                            \u003cli\u003eSeven beautifully scalloped panels featuring intricately embroidered Paithani Kalash motifs representing prosperity.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eSymmetrical Elegance\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eAdorned with elegant golden tassels between each panel for a refined, balanced hang.\u003c\/li\u003e\n\n                            \u003cli\u003ePrecision stitched details ensure a premium finish and highly polished appearance.\u003c\/li\u003e\n\n                            \u003cli\u003eA brilliant blend of cultural heritage and contemporary regal colors.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eModern Practicality\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003eLightweight design that hangs easily without damaging walls or door frames.\u003c\/li\u003e\n\n                            \u003cli\u003eHighly foldable construction allows for effortless, compact storage.\u003c\/li\u003e\n\n                            \u003cli\u003eDurable and resilient materials guarantee beautiful festive reuse year after year.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-group\"\u003e\n                        \u003ch3\u003eVersatile Decoration\u003c\/h3\u003e\n\n                        \u003cul\u003e\n                            \u003cli\u003ePerfect 40-inch length tailored for standard main door entrances.\u003c\/li\u003e\n\n                            \u003cli\u003eIncredibly adaptable for festive pooja backdrops and temple decor.\u003c\/li\u003e\n\n                            \u003cli\u003eCreates an exquisite focal point on Ganpati and Gauri-Ganpati mandaps.\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        \u003csection id=\"specs\"\u003e\n            \u003cdiv class=\"glass-card\"\u003e\n\n                \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n                \u003cp style=\"color: var(--text-secondary); margin-bottom: 1.5rem; font-size: 1.05rem;\"\u003e\n                    In a market flooded with heavy, damage-prone wooden or metal hangings, this Paithani Toran offers a refreshing alternative. By combining traditional Maharashtrian motifs with a modern, high-quality satin fabric base, it provides the ultimate convenience of easy installation and compact storage without compromising on authentic heritage aesthetics.\n                \u003c\/p\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                        \u003ctr\u003e\n                            \u003ctd\u003eProduct Name\u003c\/td\u003e\n                            \u003ctd\u003ePurple Paithani Toran for Decoration – 40 Inch Festive Decor\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eOverall Length\u003c\/td\u003e\n                            \u003ctd\u003e40 Inches (Standard door size)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePrimary Material\u003c\/td\u003e\n                            \u003ctd\u003ePremium Royal Purple Satin Fabric\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eBorder Trim\u003c\/td\u003e\n                            \u003ctd\u003eIntricate Gold Zari Lace\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eDesign Theme\u003c\/td\u003e\n                            \u003ctd\u003eTraditional Maharashtrian Paithani Kalash Embroidery\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003ePanel Style\u003c\/td\u003e\n                            \u003ctd\u003e7 Scalloped Panels with Hanging Golden Tassels\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eWeight Profile\u003c\/td\u003e\n                            \u003ctd\u003eUltra-Lightweight \u0026amp; Damage-Free Hanging\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eStorage Convenience\u003c\/td\u003e\n                            \u003ctd\u003eHighly Foldable \u0026amp; Compact\u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd\u003eTarget Celebrations\u003c\/td\u003e\n                            \u003ctd\u003eGanesh Chaturthi, Diwali, Gauri-Ganpati, Pooja rooms, Housewarmings\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faqs\"\u003e\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                        \u003cdiv class=\"faq-question\"\u003e\n                            What are the dimensions of this Toran, and will it fit my main door?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            The toran is 40 inches in length, which is designed to perfectly fit standard Indian home entrances, main doors, pooja room doors, and festive mandap backdrops.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            How do I store and clean the toran to ensure it lasts for years?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Thanks to its lightweight fabric construction, you can gently fold the toran and store it in a dry box or bag after the festivities. For maintenance, we recommend a gentle spot clean or professional dry cleaning to keep the gold zari lace and embroidery pristine.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Is this toran heavy to hang? Do I need nails?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            No, this toran is exceptionally lightweight! Unlike bulky wooden or heavy metal torans, you can easily hang this using standard adhesive hooks or double-sided mounting tape, making it safe for rented homes and delicate door frames.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cdiv class=\"faq-question\"\u003e\n                            Can I use this toran for occasions other than Ganesh Chaturthi?\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"faq-answer\"\u003e\n                            Absolutely! While the Paithani Kalash motifs carry deep traditional roots, the regal purple and gold color palette is highly versatile, making it perfect for Diwali, Gauri-Ganpati, Varalakshmi Vratham, Dussehra, and family housewarming ceremonies.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"kanirapaithani","offers":[{"title":"Default Title","offer_id":53593597280469,"sku":"toran_purple_40in","price":449.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/files\/23-768x768.png?v=1775713461"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/7596\/6165\/collections\/kanira_1080_x_1080_px_8.jpg?v=1777977987","url":"https:\/\/kanira.in\/collections\/product-category-accessories-ganpati-decoration-toran.oembed","provider":"kanirapaithani","version":"1.0","type":"link"}