{"product_id":"electric-mosquito-killer-bat","title":"Electric Mosquito Killer Bat – USB \u0026 UV Light","description":"\u003cstyle\u003e\n  :root{\n    --bg:#fdfcff;           \/* soft pastel background *\/\n    --panel:#faf6ff;        \/* light lavender panel *\/\n    --ink:#463f4c;          \/* gentle charcoal text *\/\n    --pink:#f7b2c4;         \/* baby pink accent *\/\n    --mint:#a7f0d1;         \/* mint accent *\/\n    --lav:#d3c5f7;          \/* pastel lavender *\/\n    --peach:#ffd8b5;        \/* soft peach *\/\n    --star:#ffdf6b;         \/* pale star yellow *\/\n    --edge:#ede6f7;         \/* subtle border *\/\n    --brand-gold:#e6c894;   \/* soft luxe gold accent *\/\n  }\n\n  .lz-wrap{\n    font-family:\"Poppins\",\"Segoe UI\",system-ui,-apple-system,sans-serif;\n    background:radial-gradient(circle at top, #fffafc 0%, var(--bg) 48%, #f3f0ff 100%);\n    color:var(--ink);\n    border:1px solid var(--edge);\n    border-radius:20px;\n    padding:30px 20px 26px;\n    max-width:980px;\n    margin:0 auto;\n    box-shadow:\n      0 18px 45px rgba(39,18,67,.12),\n      0 0 0 1px rgba(255,255,255,.8) inset;\n  }\n\n  \/* Title + subtitle *\/\n  .lz-title{\n    text-align:center;\n    font-weight:900;\n    font-size:26px;\n    letter-spacing:.06em;\n    margin:0 0 6px;\n    color:#342835;\n    text-transform:uppercase;\n  }\n  .lz-subtitle{\n    text-align:center;\n    font-size:13px;\n    color:#807085;\n    letter-spacing:.08em;\n    text-transform:uppercase;\n    margin:0 0 18px;\n  }\n\n  \/* Unified heading style *\/\n  .lz-h{\n    display:inline-block;\n    font-weight:800;\n    font-size:18px;\n    text-transform:uppercase;\n    letter-spacing:.16em;\n    margin:18px 0 14px;\n    padding:9px 18px 9px 18px;\n    color:#372b3a;\n    border-radius:999px;\n    background:linear-gradient(90deg, #fdfbff, #f8f2ff);\n    border:1px solid rgba(230,200,148,.5);\n    box-shadow:0 6px 18px rgba(90,64,120,.15);\n  }\n\n  \/* Images + bullets *\/\n  .lz-img{\n    width:100%;\n    border-radius:18px;\n    border:1px solid var(--edge);\n    box-shadow:\n      0 12px 26px rgba(0,0,0,.06),\n      0 0 28px rgba(211,197,247,.35);\n    margin:16px 0 10px;\n  }\n  .lz-box{\n    background:linear-gradient(135deg, #faf6ff 0%, #fffdf8 55%, #f7fcfb 100%);\n    border:1px solid rgba(230,214,255,.9);\n    border-radius:16px;\n    padding:14px 16px;\n    margin:6px 0 18px;\n  }\n  .lz-box ul{ margin:0; padding-left:0; list-style:none; }\n  .lz-box li{\n    margin:6px 0;\n    padding-left:26px;\n    position:relative;\n    line-height:1.7;\n    font-size:14px;\n  }\n  .lz-box li:before{\n    content:\"✦\";\n    position:absolute;\n    left:0;\n    top:0;\n    color:var(--brand-gold);\n    font-weight:900;\n    font-size:13px;\n  }\n\n  \/* Features *\/\n  .lz-features ul{ list-style:none; padding-left:0; margin:0; }\n  .lz-features li{\n    margin:6px 0;\n    padding-left:26px;\n    position:relative;\n    font-size:14px;\n    line-height:1.8;\n  }\n  .lz-features li:before{\n    content:\"◆\";\n    position:absolute;\n    left:0;\n    top:.2em;\n    color:#f0a8c2;\n    font-size:11px;\n  }\n\n  \/* Trust row *\/\n  .lz-trust-row{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:12px;\n    margin:14px 0 22px;\n  }\n  .lz-trust{\n    text-align:center;\n    font-size:11px;\n    font-weight:700;\n    color:#453848;\n    background:linear-gradient(180deg,#ffffff,#faf6ff);\n    border:1px solid var(--edge);\n    border-radius:14px;\n    padding:10px 8px;\n    box-shadow:0 4px 12px rgba(0,0,0,.05);\n    text-transform:uppercase;\n    letter-spacing:.12em;\n  }\n\n  \/* FOMO + timer *\/\n  .lz-fomo{\n    text-align:center;\n    font-weight:700;\n    font-size:14px;\n    color:#553162;\n    background:linear-gradient(120deg, #f8e0ea, #ffe2c3, #d6f7e9);\n    border:1px solid rgba(255,255,255,.7);\n    border-radius:14px;\n    padding:12px 14px;\n    margin:18px 0 10px;\n    box-shadow:0 8px 20px rgba(141,93,150,.2);\n  }\n  .lz-timer-wrap{ text-align:center; }\n  .lz-timer{\n    display:inline-block;\n    margin-top:8px;\n    padding:8px 18px;\n    border-radius:999px;\n    background:#3d234b;\n    color:#fff;\n    font-family:\"Courier New\",monospace;\n    font-size:15px;\n    font-weight:900;\n    letter-spacing:.16em;\n    box-shadow:0 8px 18px rgba(61,35,75,.55);\n  }\n\n  \/* Accordion *\/\n  .lz-acc{ margin-top:10px; }\n  .lz-acc-item{\n    border:1px solid var(--edge);\n    border-radius:14px;\n    background:#ffffff;\n    margin-bottom:10px;\n    overflow:hidden;\n    box-shadow:0 4px 10px rgba(0,0,0,.03);\n  }\n  .lz-acc-h{\n    background:linear-gradient(90deg,#f6f1ff,#fff);\n    padding:11px 14px;\n    cursor:pointer;\n    font-weight:700;\n    font-size:13px;\n    color:#463f4c;\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n  }\n  .lz-acc-h::after{\n    content:\"+\";\n    font-weight:900;\n    font-size:14px;\n    color:#7b5e8c;\n  }\n  .lz-acc-item.active .lz-acc-h::after{\n    content:\"–\";\n  }\n  .lz-acc-b{\n    display:none;\n    padding:11px 14px 13px;\n    font-size:13px;\n    color:#4a3c4c;\n    line-height:1.7;\n  }\n  .lz-acc-item.active .lz-acc-b{ display:block; }\n\n  \/* Testimonials *\/\n  .lz-t-item{\n    background:linear-gradient(180deg,#ffffff,#faf6ff);\n    border:1px solid var(--edge);\n    border-radius:16px;\n    padding:13px 14px;\n    margin-bottom:10px;\n    box-shadow:0 6px 16px rgba(0,0,0,.05);\n  }\n  .lz-stars{\n    color:#ffd86b;\n    font-size:13px;\n    margin-bottom:4px;\n    letter-spacing:.18em;\n  }\n  .lz-txt{\n    font-size:13px;\n    color:#56455b;\n  }\n\n  \/* Responsive tweaks *\/\n  @media (max-width:768px){\n    .lz-wrap{ padding:22px 14px 20px; border-radius:18px; }\n    .lz-title{ font-size:20px; letter-spacing:.04em; }\n    .lz-subtitle{ font-size:11px; }\n    .lz-h{ font-size:14px; letter-spacing:.14em; }\n    .lz-trust-row{ grid-template-columns:repeat(2,1fr); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lz-wrap\"\u003e\n\u003ch1 class=\"lz-title\"\u003eUSB Electric Mosquito Swatter with UV Attract Light\u003c\/h1\u003e\n\u003cp class=\"lz-subtitle\"\u003ePastel Luxe Home Protection • USB Rechargeable • Chemical Free\u003c\/p\u003e\n\u003c!-- Image 1 --\u003e \u003cimg alt=\"USB mosquito swatter front\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/1284\/9252\/files\/81tnh21H25L._SL1500.jpg?v=1755858618\" class=\"lz-img\"\u003e\n\u003cdiv class=\"lz-box\"\u003e\n\u003cul\u003e\n\u003cli\u003ePastel-toned design that blends softly into premium home decor.\u003c\/li\u003e\n\u003cli\u003ePurple UV-style attract light draws mosquitoes naturally and discreetly.\u003c\/li\u003e\n\u003cli\u003eTriple-mesh safety grid for a safer, more secure swatting experience.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Image 2 --\u003e \u003cimg alt=\"Swatter USB charging\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/1284\/9252\/files\/71HVAARzKJL._SL1500.jpg?v=1755858618\" class=\"lz-img\"\u003e\n\u003cdiv class=\"lz-box\"\u003e\n\u003cul\u003e\n\u003cli\u003eUSB cord charging for easy top-ups—no loose batteries lying around.\u003c\/li\u003e\n\u003cli\u003eRefined status light indicator so you know exactly when it is ready.\u003c\/li\u003e\n\u003cli\u003eCompact build that slips easily into drawers, cabinets, or travel bags.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Image 3 --\u003e \u003cimg alt=\"Portable swatter in living room\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/1284\/9252\/files\/41S_CF11KGL.jpg?v=1755858617\" class=\"lz-img\"\u003e\n\u003cdiv class=\"lz-box\"\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight and pastel-cute—perfect for balconies, bedrooms, and lounge areas.\u003c\/li\u003e\n\u003cli\u003eCalm, quiet protection during late-night chats, movies, or festive evenings.\u003c\/li\u003e\n\u003cli\u003eReusable, eco-conscious choice designed for everyday, family-friendly use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003ch2 class=\"lz-h\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"lz-features\"\u003e\n\u003cul\u003e\n\u003cli\u003eCute pastel aesthetic with efficient UV-style insect attraction for modern homes.\u003c\/li\u003e\n\u003cli\u003eHigh-performance shock grid that neutralizes flying pests in an instant.\u003c\/li\u003e\n\u003cli\u003eUSB charging for convenient, travel-friendly, and eco-conscious use.\u003c\/li\u003e\n\u003cli\u003eErgonomic handle and protective mesh for a more controlled, safer grip.\u003c\/li\u003e\n\u003cli\u003eLightweight and portable for indoor corners, balconies, and getaways.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Trust --\u003e\n\u003ch2 class=\"lz-h\"\u003eTrusted \u0026amp; Ready\u003c\/h2\u003e\n\u003cdiv class=\"lz-trust-row\"\u003e\n\u003cdiv class=\"lz-trust\"\u003e✅ Secure Checkout\u003c\/div\u003e\n\u003cdiv class=\"lz-trust\"\u003e🚚 Fast Shipping\u003c\/div\u003e\n\u003cdiv class=\"lz-trust\"\u003e💯 Quality Assured\u003c\/div\u003e\n\u003cdiv class=\"lz-trust\"\u003e💬 Friendly Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOMO --\u003e\n\u003cdiv class=\"lz-fomo\"\u003eMosquito season is live and our pastel edition swatters move fast. Secure yours from this Signature Collection before it sells out.\u003c\/div\u003e\n\u003c!-- Timer --\u003e\n\u003cdiv class=\"lz-timer-wrap\"\u003e\n\u003cdiv style=\"margin-bottom: 10px;\" class=\"lz-h\"\u003eLimited-Time Offer\u003c\/div\u003e\n\u003cdiv class=\"lz-timer\" id=\"lz-countdown\"\u003e10 MIN : 00 SEC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQs --\u003e\n\u003ch2 class=\"lz-h\"\u003eFAQs\u003c\/h2\u003e\n\u003cdiv class=\"lz-acc\"\u003e\n\u003cdiv class=\"lz-acc-item\"\u003e\n\u003cdiv class=\"lz-acc-h\"\u003eIs it safe for kids and pets?\u003c\/div\u003e\n\u003cdiv class=\"lz-acc-b\"\u003eAlways keep the swatter out of reach of small children and pets. The multi-layer mesh adds a safety buffer, but supervision is strongly recommended when in use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lz-acc-item\"\u003e\n\u003cdiv class=\"lz-acc-h\"\u003eDoes it use any chemicals or sprays?\u003c\/div\u003e\n\u003cdiv class=\"lz-acc-b\"\u003eNo. The swatter is completely chemical-free. It relies on the attract light and electric grid, making it a cleaner choice versus sprays and coils.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lz-acc-item\"\u003e\n\u003cdiv class=\"lz-acc-h\"\u003eHow do I charge it?\u003c\/div\u003e\n\u003cdiv class=\"lz-acc-b\"\u003eSimply plug the included USB cable into any standard USB adapter, laptop, or power bank. The indicator light will show charging status and when it’s ready.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Testimonials --\u003e\n\u003ch2 class=\"lz-h\"\u003eCustomer Love\u003c\/h2\u003e\n\u003cdiv class=\"lz-t-item\"\u003e\n\u003cdiv class=\"lz-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"lz-txt\"\u003e“The design actually suits my bedroom and it works surprisingly well. Feels like a decor piece, not a harsh gadget.” – Riya\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lz-t-item\"\u003e\n\u003cdiv class=\"lz-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"lz-txt\"\u003e“Switched from sprays to this swatter. USB charging is super convenient and I love that it feels more premium than regular ones.” – Kunal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lz-t-item\"\u003e\n\u003cdiv class=\"lz-stars\"\u003e★★★★☆\u003c\/div\u003e\n\u003cdiv class=\"lz-txt\"\u003e“Good build quality and very light to carry to the balcony in the evenings. Looks nice lying on the console too.” – Meera\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Nova","offers":[{"title":"Buy 2 Pc","offer_id":44110520746072,"sku":"USB Mosquito Racket 2 Pc","price":989.0,"currency_code":"INR","in_stock":true},{"title":"Buy 1 Pc","offer_id":44110520778840,"sku":"USB Mosquito Racket 1 Pc","price":699.0,"currency_code":"INR","in_stock":true},{"title":"Buy 4 Pc","offer_id":44110520811608,"sku":"USB Mosquito Racket 4 Pc","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"Buy 10 Pc","offer_id":44110520844376,"sku":"USB Mosquito Racket 10 Pc","price":2589.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2398\/8568\/files\/98f4c9d0-01d0-43d3-bacb-80fc6a96af10.png?v=1779097134","url":"https:\/\/hersmile.in\/products\/electric-mosquito-killer-bat","provider":"hersmile","version":"1.0","type":"link"}