{"title":"Gift Items","description":"\u003c!-- Gift Collection Button --\u003e\n\n\u003cdiv class=\"gift-btn-wrap\"\u003e\n\n  \u003cbutton class=\"gift-main-btn\" onclick=\"toggleGiftCollection()\"\u003e\n    🎁 Gift Items Collection 👀\n  \u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Hidden Collection Box --\u003e\n\n\u003cdiv id=\"giftCollectionContent\" style=\"display:none;\"\u003e\n\n  \u003cdiv class=\"gift-box\"\u003e\n\n    \u003ch2\u003e🎁 JJR Mart Gift Collection 🎁\u003c\/h2\u003e\n\n    \u003cp\u003e\n      JJR Mart \u0026amp; Toy Trendz-ல் அனைத்து special occasions-க்கும்\n      \u003cstrong\u003eUnique Gift Items\u003c\/strong\u003e available ❤️✨\u003cbr\u003e\u003cbr\u003e\n\n      Romantic Gifts, Decorative Items, Night Lamps,\n      Home Décor Products, Kids Gifts, Anniversary Gifts\n      மற்றும் இன்னும் பல premium gift collections available 🎉\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gift-features\"\u003e\n\n      \u003cdiv class=\"gift-card\"\u003e\n        ❤️\n        \u003cspan\u003eRomantic Gifts\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gift-card\"\u003e\n        💡\n        \u003cspan\u003eNight Lamps\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gift-card\"\u003e\n        🏠\n        \u003cspan\u003eHome Décor Items\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gift-card\"\u003e\n        🎀\n        \u003cspan\u003eSpecial Occasion Gifts\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gift-card\"\u003e\n        🎁\n        \u003cspan\u003ePremium Gift Collection\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gift-card\"\u003e\n        ✨\n        \u003cspan\u003eUnique Decorative Items\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.gift-btn-wrap{\n    text-align:center;\n    margin:35px 0;\n}\n\n.gift-main-btn{\n\n    background:\n    linear-gradient(135deg,#ec4899,#db2777);\n\n    color:white;\n    border:none;\n\n    padding:18px 38px;\n\n    border-radius:50px;\n\n    font-size:22px;\n    font-weight:bold;\n\n    cursor:pointer;\n\n    font-family:Arial,sans-serif;\n\n    transition:0.3s ease;\n\n    animation:giftGlow 1.5s infinite alternate;\n}\n\n.gift-main-btn:hover{\n    transform:scale(1.08);\n}\n\n@keyframes giftGlow{\n\n    from{\n\n        box-shadow:\n        0 0 10px #ec4899,\n        0 0 20px #db2777,\n        0 0 35px #be185d;\n    }\n\n    to{\n\n        box-shadow:\n        0 0 20px #f9a8d4,\n        0 0 40px #ec4899,\n        0 0 60px #db2777;\n    }\n}\n\n.gift-box{\n\n    background:\n    linear-gradient(135deg,#fdf2f8,#fce7f3);\n\n    padding:40px;\n\n    border-radius:28px;\n\n    text-align:center;\n\n    max-width:950px;\n    margin:auto;\n\n    box-shadow:\n    0 0 25px rgba(236,72,153,0.15);\n\n    border:3px solid #f9a8d4;\n\n    font-family:Arial,sans-serif;\n}\n\n.gift-box h2{\n\n    font-size:38px;\n\n    color:#be185d;\n\n    margin-bottom:20px;\n}\n\n.gift-box p{\n\n    font-size:19px;\n\n    line-height:1.9;\n\n    color:#444;\n\n    margin-bottom:35px;\n\n    font-weight:600;\n}\n\n.gift-features{\n\n    display:grid;\n\n    grid-template-columns:\n    repeat(auto-fit,minmax(220px,1fr));\n\n    gap:20px;\n}\n\n.gift-card{\n\n    background:white;\n\n    padding:25px;\n\n    border-radius:22px;\n\n    font-size:30px;\n\n    box-shadow:\n    0 10px 25px rgba(0,0,0,0.06);\n\n    transition:0.3s ease;\n}\n\n.gift-card span{\n\n    display:block;\n\n    margin-top:12px;\n\n    font-size:16px;\n    font-weight:700;\n\n    color:#374151;\n}\n\n.gift-card:hover{\n\n    transform:\n    translateY(-8px)\n    scale(1.03);\n\n    background:\n    linear-gradient(135deg,#fdf2f8,#fce7f3);\n}\n\n@media(max-width:768px){\n\n    .gift-main-btn{\n\n        width:100%;\n        font-size:18px;\n\n        padding:16px 20px;\n    }\n\n    .gift-box{\n\n        padding:28px 18px;\n    }\n\n    .gift-box h2{\n\n        font-size:30px;\n    }\n\n    .gift-box p{\n\n        font-size:17px;\n    }\n\n}\n\n\u003c\/style\u003e\n\n\u003cscript\u003e\n\nfunction toggleGiftCollection(){\n\n    var box = document.getElementById(\"giftCollectionContent\");\n\n    if(box.style.display === \"none\"){\n\n        box.style.display = \"block\";\n\n        box.scrollIntoView({\n            behavior:\"smooth\"\n        });\n\n    } else {\n\n        box.style.display = \"none\";\n    }\n\n}\n\n\u003c\/script\u003e\n","products":[{"product_id":"mini-rose-glass-bottle-set-3-pieces","title":"Mini Rose Glass Bottle Set (3 Pieces)","description":"\u003cdiv class=\"rose-box\"\u003e\n\n  \u003cdiv class=\"rose-badge\"\u003e\n    🌹 Gift Collection\n  \u003c\/div\u003e\n\n  \u003ch2\u003e✨ Mini Rose Glass Bottle Set ✨\u003c\/h2\u003e\n\n  \u003cp class=\"rose-description\"\u003e\n    Add elegance and charm to any occasion with this beautiful\n    \u003cstrong\u003eMini Rose Glass Bottle Set\u003c\/strong\u003e 🌹✨\n    Featuring delicate rose flowers inside transparent glass bottles with cork lids,\n    this decorative collection is perfect for gifting, return gifts, room décor, and special occasions.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"rose-features\"\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      🌹\n      \u003cspan\u003eBeautiful Rose Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      🏺\n      \u003cspan\u003ePremium Glass Bottle\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      ✨\n      \u003cspan\u003eElegant Decorative Piece\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      🎁\n      \u003cspan\u003ePerfect Gift Option\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      💝\n      \u003cspan\u003eIdeal Return Gift\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      🏠\n      \u003cspan\u003eRoom Décor Accessory\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rose-highlight\"\u003e\n    🌹 Elegant • Memorable • Gift Ready 🌹\n  \u003c\/div\u003e\n\n  \u003cp class=\"rose-store\"\u003e\n    Available now at \u003cstrong\u003eToy Trendz – Thoothukudi\u003c\/strong\u003e\u003cbr\u003e\n    🌐 www.jjrmart.com\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/www.jjrmart.com\" class=\"rose-btn\"\u003e\n    🛒 Shop Now\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.rose-box{\n    max-width:950px;\n    margin:auto;\n    padding:55px 40px;\n    border-radius:35px;\n    background:linear-gradient(135deg,#fff1f2,#fecdd3,#fda4af);\n    text-align:center;\n    font-family:'Poppins',sans-serif;\n    box-shadow:0 20px 50px rgba(244,63,94,0.15);\n}\n\n.rose-badge{\n    width:max-content;\n    margin:auto auto 28px;\n    padding:12px 28px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#e11d48,#fb7185);\n    color:#fff;\n    font-size:14px;\n    font-weight:700;\n}\n\n.rose-box h2{\n    font-size:46px;\n    font-weight:800;\n    margin-bottom:25px;\n    background:linear-gradient(45deg,#e11d48,#fb7185);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.rose-description{\n    max-width:820px;\n    margin:auto auto 40px;\n    font-size:18px;\n    line-height:1.8;\n    color:#4b5563;\n}\n\n.rose-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:22px;\n    margin-bottom:40px;\n}\n\n.rose-card{\n    background:white;\n    padding:28px 20px;\n    border-radius:26px;\n    font-size:30px;\n    font-weight:700;\n    box-shadow:0 12px 30px rgba(0,0,0,0.06);\n    transition:0.4s ease;\n}\n\n.rose-card span{\n    display:block;\n    margin-top:12px;\n    font-size:16px;\n    line-height:1.6;\n    color:#374151;\n}\n\n.rose-card:hover{\n    transform:translateY(-8px) scale(1.03);\n    background:linear-gradient(135deg,#ffe4e6,#fecdd3);\n}\n\n.rose-highlight{\n    padding:22px;\n    border-radius:24px;\n    background:linear-gradient(45deg,#e11d48,#fb7185);\n    color:white;\n    font-size:21px;\n    font-weight:700;\n}\n\n.rose-store{\n    margin-top:30px;\n    font-size:17px;\n    color:#4b5563;\n}\n\n.rose-btn{\n    display:inline-block;\n    margin-top:30px;\n    padding:18px 42px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#e11d48,#fb7185);\n    color:white;\n    text-decoration:none;\n    font-size:18px;\n    font-weight:700;\n    transition:0.35s ease;\n    box-shadow:0 14px 35px rgba(225,29,72,0.25);\n}\n\n.rose-btn:hover{\n    transform:scale(1.08);\n}\n\n@media(max-width:768px){\n    .rose-box{\n        padding:35px 20px;\n    }\n\n    .rose-box h2{\n        font-size:34px;\n    }\n\n    .rose-description{\n        font-size:16px;\n    }\n}\n\n\u003c\/style\u003e","brand":"JJR MOBILES TOY TRENDZ","offers":[{"title":"Default Title","offer_id":47149279838379,"sku":"S2798","price":150.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/files\/ChatGPTImageMay30_2026_01_31_37PM.png?v=1780128217"},{"product_id":"rose-diamond-table-lamp","title":"Rose Diamond Table Lamp","description":"\u003cdiv class=\"lamp-box\"\u003e\n\n  \u003cdiv class=\"lamp-badge\"\u003e\n    💎 Premium Lighting Collection\n  \u003c\/div\u003e\n\n  \u003ch2\u003e✨ Rose Diamond Table Lamp ✨\u003c\/h2\u003e\n\n  \u003cp class=\"lamp-description\"\u003e\n    Add elegance and luxury to your space with the beautiful\n    \u003cstrong\u003eRose Diamond Table Lamp\u003c\/strong\u003e 💎✨\n    Featuring a crystal-inspired design, USB rechargeable battery,\n    touch control operation, and stunning lighting effects,\n    this lamp creates the perfect atmosphere for any room.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lamp-features\"\u003e\n\n    \u003cdiv class=\"lamp-card\"\u003e\n      💎\n      \u003cspan\u003eCrystal Diamond Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lamp-card\"\u003e\n      🔋\n      \u003cspan\u003eUSB Rechargeable\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lamp-card\"\u003e\n      👆\n      \u003cspan\u003eTouch Control Function\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lamp-card\"\u003e\n      🌈\n      \u003cspan\u003eMultiple Light Modes\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lamp-card\"\u003e\n      🏠\n      \u003cspan\u003ePerfect Home Décor\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lamp-card\"\u003e\n      🎁\n      \u003cspan\u003eIdeal Gift Choice\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lamp-highlight\"\u003e\n    ✨ Elegant • Modern • Decorative ✨\n  \u003c\/div\u003e\n\n  \u003cp class=\"lamp-store\"\u003e\n    Available now at \u003cstrong\u003eJJR Mart \u0026amp; Toy Trendz – Thoothukudi\u003c\/strong\u003e\u003cbr\u003e\n    🌐 www.jjrmart.com\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/www.jjrmart.com\" class=\"lamp-btn\"\u003e\n    🛒 Shop Now\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.lamp-box{\n    max-width:950px;\n    margin:auto;\n    padding:55px 40px;\n    border-radius:35px;\n    background:linear-gradient(135deg,#faf5ff,#e9d5ff,#c4b5fd);\n    text-align:center;\n    font-family:'Poppins',sans-serif;\n    box-shadow:0 20px 50px rgba(139,92,246,0.15);\n}\n\n.lamp-badge{\n    width:max-content;\n    margin:auto auto 28px;\n    padding:12px 28px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#7c3aed,#a855f7);\n    color:white;\n    font-size:14px;\n    font-weight:700;\n}\n\n.lamp-box h2{\n    font-size:46px;\n    font-weight:800;\n    margin-bottom:25px;\n    background:linear-gradient(45deg,#7c3aed,#a855f7);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.lamp-description{\n    max-width:820px;\n    margin:auto auto 40px;\n    font-size:18px;\n    line-height:1.8;\n    color:#4b5563;\n}\n\n.lamp-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:22px;\n    margin-bottom:40px;\n}\n\n.lamp-card{\n    background:white;\n    padding:28px 20px;\n    border-radius:26px;\n    font-size:30px;\n    font-weight:700;\n    box-shadow:0 12px 30px rgba(0,0,0,0.06);\n    transition:0.4s ease;\n}\n\n.lamp-card span{\n    display:block;\n    margin-top:12px;\n    font-size:16px;\n    line-height:1.6;\n    color:#374151;\n}\n\n.lamp-card:hover{\n    transform:translateY(-8px) scale(1.03);\n    background:linear-gradient(135deg,#f3e8ff,#ddd6fe);\n}\n\n.lamp-highlight{\n    padding:22px;\n    border-radius:24px;\n    background:linear-gradient(45deg,#7c3aed,#a855f7);\n    color:white;\n    font-size:21px;\n    font-weight:700;\n}\n\n.lamp-store{\n    margin-top:30px;\n    font-size:17px;\n    color:#4b5563;\n}\n\n.lamp-btn{\n    display:inline-block;\n    margin-top:30px;\n    padding:18px 42px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#7c3aed,#a855f7);\n    color:white;\n    text-decoration:none;\n    font-size:18px;\n    font-weight:700;\n    transition:0.35s ease;\n    box-shadow:0 14px 35px rgba(124,58,237,0.25);\n}\n\n.lamp-btn:hover{\n    transform:scale(1.08);\n}\n\n@media(max-width:768px){\n\n.lamp-box{\n    padding:35px 20px;\n}\n\n.lamp-box h2{\n    font-size:34px;\n}\n\n.lamp-description{\n    font-size:16px;\n}\n\n}\n\n\u003c\/style\u003e","brand":"JJR MOBILES TOY TRENDZ","offers":[{"title":"Default Title","offer_id":47149284229291,"sku":"S2793","price":400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/files\/ChatGPTImageMay30_2026_01_36_39PM.webp?v=1780128502"},{"product_id":"decorative-led-night-light-lantern","title":"Decorative LED Night Light Lantern","description":"\u003cdiv class=\"lantern-box\"\u003e\n\n  \u003cdiv class=\"lantern-badge\"\u003e\n    ✨ Decorative Lighting Collection\n  \u003c\/div\u003e\n\n  \u003ch2\u003e🏮 Decorative LED Night Light 🏮\u003c\/h2\u003e\n\n  \u003cp class=\"lantern-description\"\u003e\n    Brighten your space with this elegant\n    \u003cstrong\u003eDecorative LED Night Light Lantern\u003c\/strong\u003e ✨🏮\n    Featuring a classic lantern-inspired design and a beautiful warm glow,\n    this decorative light is perfect for bedrooms, living rooms, festive décor,\n    gifting, and creating a cozy atmosphere.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lantern-features\"\u003e\n\n    \u003cdiv class=\"lantern-card\"\u003e\n      🏮\n      \u003cspan\u003eClassic Lantern Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lantern-card\"\u003e\n      ✨\n      \u003cspan\u003eWarm Ambient Glow\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lantern-card\"\u003e\n      🏠\n      \u003cspan\u003ePerfect Home Décor\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lantern-card\"\u003e\n      🎉\n      \u003cspan\u003eGreat For Festivals\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lantern-card\"\u003e\n      🎁\n      \u003cspan\u003eIdeal Gift Option\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lantern-card\"\u003e\n      ❤️\n      \u003cspan\u003eElegant Decorative Piece\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lantern-highlight\"\u003e\n    ✨ Elegant • Cozy • Decorative ✨\n  \u003c\/div\u003e\n\n  \u003cp class=\"lantern-store\"\u003e\n    Available now at \u003cstrong\u003eJJR Mart \u0026amp; Toy Trendz – Thoothukudi\u003c\/strong\u003e\u003cbr\u003e\n    🌐 www.jjrmart.com\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/www.jjrmart.com\" class=\"lantern-btn\"\u003e\n    🛒 Shop Now\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.lantern-box{\n    max-width:950px;\n    margin:auto;\n    padding:55px 40px;\n    border-radius:35px;\n    background:linear-gradient(135deg,#fff7ed,#fed7aa,#fb7185);\n    text-align:center;\n    font-family:'Poppins',sans-serif;\n    box-shadow:0 20px 50px rgba(251,113,133,0.15);\n}\n\n.lantern-badge{\n    width:max-content;\n    margin:auto auto 28px;\n    padding:12px 28px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#dc2626,#fb7185);\n    color:#fff;\n    font-size:14px;\n    font-weight:700;\n}\n\n.lantern-box h2{\n    font-size:46px;\n    font-weight:800;\n    margin-bottom:25px;\n    background:linear-gradient(45deg,#dc2626,#fb7185);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.lantern-description{\n    max-width:820px;\n    margin:auto auto 40px;\n    font-size:18px;\n    line-height:1.8;\n    color:#4b5563;\n}\n\n.lantern-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:22px;\n    margin-bottom:40px;\n}\n\n.lantern-card{\n    background:#fff;\n    padding:28px 20px;\n    border-radius:26px;\n    font-size:30px;\n    font-weight:700;\n    box-shadow:0 12px 30px rgba(0,0,0,0.06);\n    transition:.4s ease;\n}\n\n.lantern-card span{\n    display:block;\n    margin-top:12px;\n    font-size:16px;\n    color:#374151;\n}\n\n.lantern-card:hover{\n    transform:translateY(-8px) scale(1.03);\n    background:linear-gradient(135deg,#ffe4e6,#fecdd3);\n}\n\n.lantern-highlight{\n    padding:22px;\n    border-radius:24px;\n    background:linear-gradient(45deg,#dc2626,#fb7185);\n    color:#fff;\n    font-size:21px;\n    font-weight:700;\n}\n\n.lantern-store{\n    margin-top:30px;\n    font-size:17px;\n    color:#4b5563;\n}\n\n.lantern-btn{\n    display:inline-block;\n    margin-top:30px;\n    padding:18px 42px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#dc2626,#fb7185);\n    color:#fff;\n    text-decoration:none;\n    font-size:18px;\n    font-weight:700;\n    transition:.35s ease;\n    box-shadow:0 14px 35px rgba(220,38,38,.25);\n}\n\n.lantern-btn:hover{\n    transform:scale(1.08);\n}\n\n@media(max-width:768px){\n\n.lantern-box{\n    padding:35px 20px;\n}\n\n.lantern-box h2{\n    font-size:34px;\n}\n\n.lantern-description{\n    font-size:16px;\n}\n\n}\n\n\u003c\/style\u003e","brand":"JJR MOBILES TOY TRENDZ","offers":[{"title":"Default Title","offer_id":47149286490283,"sku":"S2794","price":430.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/files\/ChatGPTImageMay30_2026_01_40_30PM.webp?v=1780128715"},{"product_id":"3d-moon-lamp-with-wooden-stand","title":"3D Moon Lamp with Wooden Stand","description":"\u003cdiv class=\"moon-box\"\u003e\n\n  \u003cdiv class=\"moon-badge\"\u003e\n    🌙 Premium Lighting Collection\n  \u003c\/div\u003e\n\n  \u003ch2\u003e✨ 3D Moon Lamp ✨\u003c\/h2\u003e\n\n  \u003cp class=\"moon-description\"\u003e\n    Bring celestial beauty into your room with this stunning\n    \u003cstrong\u003e3D Moon Lamp\u003c\/strong\u003e 🌙✨\n    Designed with realistic moon surface texture and a stylish wooden stand,\n    this decorative lamp creates a warm and relaxing atmosphere for any space.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"moon-features\"\u003e\n\n    \u003cdiv class=\"moon-card\"\u003e\n      🌙\n      \u003cspan\u003eRealistic Moon Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"moon-card\"\u003e\n      ✨\n      \u003cspan\u003eSoft Ambient Lighting\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"moon-card\"\u003e\n      🪵\n      \u003cspan\u003eElegant Wooden Stand\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"moon-card\"\u003e\n      🏠\n      \u003cspan\u003ePerfect Home Décor\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"moon-card\"\u003e\n      📚\n      \u003cspan\u003eIdeal For Study Tables\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"moon-card\"\u003e\n      🎁\n      \u003cspan\u003ePerfect Gift Choice\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"moon-highlight\"\u003e\n    🌙 Elegant • Relaxing • Decorative 🌙\n  \u003c\/div\u003e\n\n  \u003cp class=\"moon-store\"\u003e\n    Available now at \u003cstrong\u003eJJR Mart \u0026amp; Toy Trendz – Thoothukudi\u003c\/strong\u003e\u003cbr\u003e\n    🌐 www.jjrmart.com\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/www.jjrmart.com\" class=\"moon-btn\"\u003e\n    🛒 Shop Now\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.moon-box{\n    max-width:950px;\n    margin:auto;\n    padding:55px 40px;\n    border-radius:35px;\n    background:linear-gradient(135deg,#eff6ff,#dbeafe,#bfdbfe);\n    text-align:center;\n    font-family:'Poppins',sans-serif;\n    box-shadow:0 20px 50px rgba(59,130,246,0.15);\n}\n\n.moon-badge{\n    width:max-content;\n    margin:auto auto 28px;\n    padding:12px 28px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#2563eb,#60a5fa);\n    color:white;\n    font-size:14px;\n    font-weight:700;\n}\n\n.moon-box h2{\n    font-size:46px;\n    font-weight:800;\n    margin-bottom:25px;\n    background:linear-gradient(45deg,#2563eb,#60a5fa);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.moon-description{\n    max-width:820px;\n    margin:auto auto 40px;\n    font-size:18px;\n    line-height:1.8;\n    color:#4b5563;\n}\n\n.moon-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:22px;\n    margin-bottom:40px;\n}\n\n.moon-card{\n    background:white;\n    padding:28px 20px;\n    border-radius:26px;\n    font-size:30px;\n    font-weight:700;\n    box-shadow:0 12px 30px rgba(0,0,0,0.06);\n    transition:0.4s ease;\n}\n\n.moon-card span{\n    display:block;\n    margin-top:12px;\n    font-size:16px;\n    color:#374151;\n}\n\n.moon-card:hover{\n    transform:translateY(-8px) scale(1.03);\n    background:linear-gradient(135deg,#dbeafe,#bfdbfe);\n}\n\n.moon-highlight{\n    padding:22px;\n    border-radius:24px;\n    background:linear-gradient(45deg,#2563eb,#60a5fa);\n    color:white;\n    font-size:21px;\n    font-weight:700;\n}\n\n.moon-store{\n    margin-top:30px;\n    font-size:17px;\n    color:#4b5563;\n}\n\n.moon-btn{\n    display:inline-block;\n    margin-top:30px;\n    padding:18px 42px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#2563eb,#60a5fa);\n    color:white;\n    text-decoration:none;\n    font-size:18px;\n    font-weight:700;\n    transition:0.35s ease;\n    box-shadow:0 14px 35px rgba(59,130,246,0.25);\n}\n\n.moon-btn:hover{\n    transform:scale(1.08);\n}\n\n@media(max-width:768px){\n\n.moon-box{\n    padding:35px 20px;\n}\n\n.moon-box h2{\n    font-size:34px;\n}\n\n.moon-description{\n    font-size:16px;\n}\n\n}\n\n\u003c\/style\u003e","brand":"JJR MOBILES TOY TRENDZ","offers":[{"title":"Default Title","offer_id":47149290356907,"sku":"S2792","price":420.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/files\/ChatGPTImageMay30_2026_01_44_41PM.webp?v=1780128957"},{"product_id":"love-heart-liquid-decor-lamp","title":"Love Heart Liquid Decor Lamp","description":"\u003cdiv class=\"love-box\"\u003e\n\n  \u003cdiv class=\"love-badge\"\u003e\n    ❤️ Romantic Gift Collection\n  \u003c\/div\u003e\n\n  \u003ch2\u003e💖 Love Heart Liquid Decor Lamp 💖\u003c\/h2\u003e\n\n  \u003cp class=\"love-description\"\u003e\n    Celebrate love and special moments with this beautiful\n    \u003cstrong\u003eLove Heart Liquid Decor Lamp\u003c\/strong\u003e ❤️✨\n    Designed with charming heart patterns and a mesmerizing liquid flow effect,\n    this decorative piece adds warmth, romance, and elegance to any space.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"love-features\"\u003e\n\n    \u003cdiv class=\"love-card\"\u003e\n      ❤️\n      \u003cspan\u003eRomantic Heart Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"love-card\"\u003e\n      ✨\n      \u003cspan\u003eBeautiful Liquid Motion Effect\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"love-card\"\u003e\n      🎁\n      \u003cspan\u003ePerfect Gift For Loved Ones\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"love-card\"\u003e\n      💍\n      \u003cspan\u003eIdeal For Anniversaries\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"love-card\"\u003e\n      🌹\n      \u003cspan\u003eValentine Special Gift\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"love-card\"\u003e\n      🏠\n      \u003cspan\u003eElegant Home Decoration\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"love-highlight\"\u003e\n    ❤️ Romantic • Elegant • Memorable ❤️\n  \u003c\/div\u003e\n\n  \u003cp class=\"love-store\"\u003e\n    Available now at \u003cstrong\u003eJJR Mart \u0026amp; Toy Trendz – Thoothukudi\u003c\/strong\u003e\u003cbr\u003e\n    🌐 www.jjrmart.com\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/www.jjrmart.com\" class=\"love-btn\"\u003e\n    🛒 Shop Now\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.love-box{\n    max-width:950px;\n    margin:auto;\n    padding:55px 40px;\n    border-radius:35px;\n    background:linear-gradient(135deg,#fff1f2,#fecdd3,#fb7185);\n    text-align:center;\n    font-family:'Poppins',sans-serif;\n    box-shadow:0 20px 50px rgba(244,63,94,0.15);\n}\n\n.love-badge{\n    width:max-content;\n    margin:auto auto 28px;\n    padding:12px 28px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#e11d48,#fb7185);\n    color:white;\n    font-size:14px;\n    font-weight:700;\n}\n\n.love-box h2{\n    font-size:46px;\n    font-weight:800;\n    margin-bottom:25px;\n    background:linear-gradient(45deg,#e11d48,#fb7185);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.love-description{\n    max-width:820px;\n    margin:auto auto 40px;\n    font-size:18px;\n    line-height:1.8;\n    color:#4b5563;\n}\n\n.love-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:22px;\n    margin-bottom:40px;\n}\n\n.love-card{\n    background:white;\n    padding:28px 20px;\n    border-radius:26px;\n    font-size:30px;\n    font-weight:700;\n    box-shadow:0 12px 30px rgba(0,0,0,0.06);\n    transition:0.4s ease;\n}\n\n.love-card span{\n    display:block;\n    margin-top:12px;\n    font-size:16px;\n    color:#374151;\n}\n\n.love-card:hover{\n    transform:translateY(-8px) scale(1.03);\n    background:linear-gradient(135deg,#ffe4e6,#fecdd3);\n}\n\n.love-highlight{\n    padding:22px;\n    border-radius:24px;\n    background:linear-gradient(45deg,#e11d48,#fb7185);\n    color:white;\n    font-size:21px;\n    font-weight:700;\n}\n\n.love-store{\n    margin-top:30px;\n    font-size:17px;\n    color:#4b5563;\n}\n\n.love-btn{\n    display:inline-block;\n    margin-top:30px;\n    padding:18px 42px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#e11d48,#fb7185);\n    color:white;\n    text-decoration:none;\n    font-size:18px;\n    font-weight:700;\n    transition:0.35s ease;\n    box-shadow:0 14px 35px rgba(225,29,72,0.25);\n}\n\n.love-btn:hover{\n    transform:scale(1.08);\n}\n\n@media(max-width:768px){\n\n.love-box{\n    padding:35px 20px;\n}\n\n.love-box h2{\n    font-size:34px;\n}\n\n.love-description{\n    font-size:16px;\n}\n\n}\n\n\u003c\/style\u003e","brand":"JJR MOBILES TOY TRENDZ","offers":[{"title":"Default Title","offer_id":47149294059691,"sku":"S2796","price":300.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/files\/ChatGPTImageMay30_2026_01_48_32PM.webp?v=1780129222"},{"product_id":"bunny-carousel-music-night-light-projector","title":"Bunny Carousel Music Night Light Projector","description":"\u003cdiv class=\"bunny-box\"\u003e\n\n  \u003cdiv class=\"bunny-badge\"\u003e\n    🐰 Premium Kids Collection\n  \u003c\/div\u003e\n\n  \u003ch2\u003e🎵 Bunny Carousel Music Night Light Projector 🎵\u003c\/h2\u003e\n\n  \u003cp class=\"bunny-description\"\u003e\n    Turn every bedtime into a magical adventure with the\n    \u003cstrong\u003eBunny Carousel Music Night Light Projector\u003c\/strong\u003e 🐰✨\n    Featuring adorable bunny characters, colorful projection effects,\n    soothing music playback, and a beautiful carousel design,\n    this projector creates a calm and dreamy atmosphere for children.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"bunny-features\"\u003e\n\n    \u003cdiv class=\"bunny-card\"\u003e\n      🐰\n      \u003cspan\u003eAdorable Bunny Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bunny-card\"\u003e\n      🎵\n      \u003cspan\u003eBuilt-in Music Function\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bunny-card\"\u003e\n      🌈\n      \u003cspan\u003eColorful Projection Effects\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bunny-card\"\u003e\n      🌙\n      \u003cspan\u003ePerfect Bedtime Companion\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bunny-card\"\u003e\n      🏠\n      \u003cspan\u003eNursery \u0026amp; Bedroom Décor\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bunny-card\"\u003e\n      🎁\n      \u003cspan\u003ePerfect Gift For Kids\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bunny-highlight\"\u003e\n    🐰 Music • Light • Magic • Fun 🐰\n  \u003c\/div\u003e\n\n  \u003cp class=\"bunny-store\"\u003e\n    Available now at \u003cstrong\u003eJJR Mart \u0026amp; Toy Trendz – Thoothukudi\u003c\/strong\u003e\u003cbr\u003e\n    🌐 www.jjrmart.com\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/www.jjrmart.com\" class=\"bunny-btn\"\u003e\n    🛒 Shop Now\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.bunny-box{\n    max-width:950px;\n    margin:auto;\n    padding:55px 40px;\n    border-radius:35px;\n    background:linear-gradient(135deg,#fdf4ff,#f5d0fe,#ddd6fe);\n    text-align:center;\n    font-family:'Poppins',sans-serif;\n    box-shadow:0 20px 50px rgba(168,85,247,0.15);\n}\n\n.bunny-badge{\n    width:max-content;\n    margin:auto auto 28px;\n    padding:12px 28px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#a855f7,#ec4899);\n    color:white;\n    font-size:14px;\n    font-weight:700;\n}\n\n.bunny-box h2{\n    font-size:46px;\n    font-weight:800;\n    margin-bottom:25px;\n    background:linear-gradient(45deg,#a855f7,#ec4899);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.bunny-description{\n    max-width:820px;\n    margin:auto auto 40px;\n    font-size:18px;\n    line-height:1.8;\n    color:#4b5563;\n}\n\n.bunny-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:22px;\n    margin-bottom:40px;\n}\n\n.bunny-card{\n    background:white;\n    padding:28px 20px;\n    border-radius:26px;\n    font-size:30px;\n    font-weight:700;\n    box-shadow:0 12px 30px rgba(0,0,0,0.06);\n    transition:.4s ease;\n}\n\n.bunny-card span{\n    display:block;\n    margin-top:12px;\n    font-size:16px;\n    color:#374151;\n}\n\n.bunny-card:hover{\n    transform:translateY(-8px) scale(1.03);\n    background:linear-gradient(135deg,#f3e8ff,#fae8ff);\n}\n\n.bunny-highlight{\n    padding:22px;\n    border-radius:24px;\n    background:linear-gradient(45deg,#a855f7,#ec4899);\n    color:white;\n    font-size:21px;\n    font-weight:700;\n}\n\n.bunny-store{\n    margin-top:30px;\n    font-size:17px;\n    color:#4b5563;\n}\n\n.bunny-btn{\n    display:inline-block;\n    margin-top:30px;\n    padding:18px 42px;\n    border-radius:60px;\n    background:linear-gradient(45deg,#a855f7,#ec4899);\n    color:white;\n    text-decoration:none;\n    font-size:18px;\n    font-weight:700;\n    transition:.35s ease;\n    box-shadow:0 14px 35px rgba(168,85,247,.25);\n}\n\n.bunny-btn:hover{\n    transform:scale(1.08);\n}\n\n@media(max-width:768px){\n\n.bunny-box{\n    padding:35px 20px;\n}\n\n.bunny-box h2{\n    font-size:34px;\n}\n\n.bunny-description{\n    font-size:16px;\n}\n\n}\n\n\u003c\/style\u003e","brand":"JJR MOBILES TOY TRENDZ","offers":[{"title":"Default Title","offer_id":47149302284459,"sku":"S2542","price":1350.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/files\/ChatGPTImageMay30_2026_01_53_28PM.webp?v=1780129507"},{"product_id":"helicopter-car-air-freshener-perfume","title":"Helicopter Car Air Freshener Perfume","description":"\u003cdiv class=\"heli-box\"\u003e\n\n  \u003cdiv class=\"heli-badge\"\u003e\n    🚁 Premium Car Fragrance\n  \u003c\/div\u003e\n\n  \u003ch2\u003e🚁 Helicopter Car Air Freshener 🚁\u003c\/h2\u003e\n\n  \u003cp class=\"heli-description\"\u003e\n    Upgrade your car interior with the\n    \u003cstrong\u003eHelicopter Car Air Freshener Perfume\u003c\/strong\u003e.\n    Designed with a stylish helicopter shape and rotating blades,\n    this premium fragrance diffuser keeps your vehicle smelling\n    fresh while adding a modern decorative touch.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"heli-features\"\u003e\n\n    \u003cdiv class=\"heli-card\"\u003e\n      🚁\n      \u003cspan\u003eUnique Helicopter Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"heli-card\"\u003e\n      🌸\n      \u003cspan\u003eLong Lasting Fragrance\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"heli-card\"\u003e\n      🔄\n      \u003cspan\u003eRotating Blades\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"heli-card\"\u003e\n      🚗\n      \u003cspan\u003eDashboard Decoration\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"heli-card\"\u003e\n      ✨\n      \u003cspan\u003ePremium Finish\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"heli-card\"\u003e\n      🎁\n      \u003cspan\u003ePerfect Gift Choice\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"heli-highlight\"\u003e\n    🌟 Fresh Aroma • Stylish Design • Premium Look • Daily Comfort 🌟\n  \u003c\/div\u003e\n\n  \u003cp class=\"heli-store\"\u003e\n    Available at \u003cstrong\u003eToy Trendz \u0026amp; JJR Mart – Thoothukudi\u003c\/strong\u003e\u003cbr\u003e\n    📞 79044 11613\u003cbr\u003e\n    🌐 www.jjrmart.com\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/www.jjrmart.com\" class=\"heli-btn\"\u003e\n    🛒 Shop Now\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.heli-box{\n    max-width:950px;\n    margin:auto;\n    padding:55px 40px;\n    border-radius:35px;\n    background:linear-gradient(135deg,#dbeafe,#bfdbfe,#93c5fd);\n    text-align:center;\n    font-family:'Poppins',sans-serif;\n    box-shadow:0 20px 50px rgba(59,130,246,.15);\n}\n\n.heli-badge{\n    width:max-content;\n    margin:auto auto 25px;\n    padding:12px 28px;\n    border-radius:50px;\n    background:linear-gradient(45deg,#2563eb,#0ea5e9);\n    color:#fff;\n    font-size:14px;\n    font-weight:700;\n}\n\n.heli-box h2{\n    font-size:42px;\n    font-weight:800;\n    margin-bottom:25px;\n    background:linear-gradient(45deg,#2563eb,#0ea5e9);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.heli-description{\n    max-width:820px;\n    margin:auto auto 40px;\n    font-size:18px;\n    line-height:1.8;\n    color:#4b5563;\n}\n\n.heli-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:22px;\n    margin-bottom:40px;\n}\n\n.heli-card{\n    background:#fff;\n    padding:28px 20px;\n    border-radius:24px;\n    font-size:30px;\n    font-weight:700;\n    box-shadow:0 10px 25px rgba(0,0,0,.06);\n}\n\n.heli-card span{\n    display:block;\n    margin-top:12px;\n    font-size:16px;\n    color:#374151;\n}\n\n.heli-highlight{\n    padding:20px;\n    border-radius:20px;\n    background:linear-gradient(45deg,#2563eb,#0ea5e9);\n    color:#fff;\n    font-size:20px;\n    font-weight:700;\n}\n\n.heli-store{\n    margin-top:30px;\n    font-size:17px;\n    color:#4b5563;\n}\n\n.heli-btn{\n    display:inline-block;\n    margin-top:30px;\n    padding:18px 42px;\n    border-radius:50px;\n    background:linear-gradient(45deg,#2563eb,#0ea5e9);\n    color:white;\n    text-decoration:none;\n    font-size:18px;\n    font-weight:700;\n}\n\n@media(max-width:768px){\n\n.heli-box{\n    padding:35px 20px;\n}\n\n.heli-box h2{\n    font-size:30px;\n}\n\n}\n\n\u003c\/style\u003e","brand":"JJR MOBILES TOY TRENDZ","offers":[{"title":"Default Title","offer_id":47155054215339,"sku":"S2019","price":420.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/files\/ChatGPTImageJun1_2026_05_36_27PM.webp?v=1780315771"},{"product_id":"football-spinner-car-air-freshener","title":"Football Spinner Car Air Freshener","description":"\u003cdiv class=\"football-box\"\u003e\n\n  \u003cdiv class=\"football-badge\"\u003e\n    ⚽ Premium Car Fragrance\n  \u003c\/div\u003e\n\n  \u003ch2\u003e⚽ Football Spinner Air Freshener ⚽\u003c\/h2\u003e\n\n  \u003cp class=\"football-description\"\u003e\n    Add a sporty touch to your vehicle with the\n    \u003cstrong\u003eFootball Spinner Car Air Freshener\u003c\/strong\u003e.\n    Featuring a stylish football-inspired design with a premium\n    metal stand, this dashboard accessory keeps your car fresh\n    while enhancing the interior with a modern luxury look.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"football-features\"\u003e\n\n    \u003cdiv class=\"football-card\"\u003e\n      ⚽\n      \u003cspan\u003eFootball Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"football-card\"\u003e\n      🌸\n      \u003cspan\u003eLong Lasting Fragrance\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"football-card\"\u003e\n      ✨\n      \u003cspan\u003ePremium Metal Finish\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"football-card\"\u003e\n      🚗\n      \u003cspan\u003eDashboard Decoration\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"football-card\"\u003e\n      🎁\n      \u003cspan\u003ePerfect Gift Choice\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"football-card\"\u003e\n      💎\n      \u003cspan\u003eLuxury Look \u0026amp; Feel\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"football-highlight\"\u003e\n    🌟 Fresh Aroma • Sporty Style • Premium Finish • Elegant Design 🌟\n  \u003c\/div\u003e\n\n  \u003cp class=\"football-store\"\u003e\n    Available at \u003cstrong\u003eToy Trendz \u0026amp; JJR Mart – Thoothukudi\u003c\/strong\u003e\u003cbr\u003e\n    📞 79044 11613\u003cbr\u003e\n    🌐 www.jjrmart.com\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/www.jjrmart.com\" class=\"football-btn\"\u003e\n    🛒 Shop Now\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n.football-box{\n    max-width:950px;\n    margin:auto;\n    padding:55px 40px;\n    border-radius:35px;\n    background:linear-gradient(135deg,#dbeafe,#bfdbfe,#c7d2fe);\n    text-align:center;\n    font-family:'Poppins',sans-serif;\n    box-shadow:0 20px 50px rgba(37,99,235,.15);\n}\n\n.football-badge{\n    width:max-content;\n    margin:auto auto 25px;\n    padding:12px 28px;\n    border-radius:50px;\n    background:linear-gradient(45deg,#2563eb,#1d4ed8);\n    color:#fff;\n    font-size:14px;\n    font-weight:700;\n}\n\n.football-box h2{\n    font-size:42px;\n    font-weight:800;\n    margin-bottom:25px;\n    background:linear-gradient(45deg,#2563eb,#1d4ed8);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.football-description{\n    max-width:820px;\n    margin:auto auto 40px;\n    font-size:18px;\n    line-height:1.8;\n    color:#4b5563;\n}\n\n.football-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:22px;\n    margin-bottom:40px;\n}\n\n.football-card{\n    background:white;\n    padding:28px 20px;\n    border-radius:24px;\n    font-size:30px;\n    font-weight:700;\n    box-shadow:0 10px 25px rgba(0,0,0,.06);\n}\n\n.football-card span{\n    display:block;\n    margin-top:12px;\n    font-size:16px;\n    color:#374151;\n}\n\n.football-highlight{\n    padding:20px;\n    border-radius:20px;\n    background:linear-gradient(45deg,#2563eb,#1d4ed8);\n    color:white;\n    font-size:20px;\n    font-weight:700;\n}\n\n.football-store{\n    margin-top:30px;\n    font-size:17px;\n    color:#4b5563;\n}\n\n.football-btn{\n    display:inline-block;\n    margin-top:30px;\n    padding:18px 42px;\n    border-radius:50px;\n    background:linear-gradient(45deg,#2563eb,#1d4ed8);\n    color:white;\n    text-decoration:none;\n    font-size:18px;\n    font-weight:700;\n}\n\n@media(max-width:768px){\n\n.football-box{\n    padding:35px 20px;\n}\n\n.football-box h2{\n    font-size:30px;\n}\n\n}\n\n\u003c\/style\u003e","brand":"JJR MOBILES TOY TRENDZ","offers":[{"title":"Default Title","offer_id":47155084329131,"sku":"S2618","price":420.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/files\/ChatGPTImageJun1_2026_05_52_57PM.png?v=1780316685"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/8907\/0507\/collections\/ChatGPTImageMay30_2026_01_53_28PM.webp?v=1780129814","url":"https:\/\/jjrmart.com\/collections\/gift-items.oembed","provider":"JJR MOBILES TOY TRENDZ","version":"1.0","type":"link"}