{"title":"electric scooter clearance sale","description":"\u003cstyle\u003e\n  \/* ---------------------------------------------------------------------\n     Varla Clearance Guide - Premium Dark Modern Theme\n     Scoped specifically to #varlacollection to prevent theme conflicts.\n  --------------------------------------------------------------------- *\/\n  #varlacollection {\n    --vl-bg-primary: #0f1115;\n    --vl-bg-surface: #181b22;\n    --vl-bg-surface-elevated: #212631;\n    --vl-border: rgba(255, 255, 255, 0.08);\n    --vl-border-highlight: rgba(255, 107, 0, 0.35);\n    --vl-accent: #ff6000;              \/* Dynamic high-energy Varla orange *\/\n    --vl-accent-glow: rgba(255, 96, 0, 0.15);\n    --vl-accent-light: #ff8c42;\n    --vl-text-main: #f3f4f6;\n    --vl-text-secondary: #9ca3af;\n    --vl-text-muted: #6b7280;\n    --vl-badge-bg: rgba(255, 96, 0, 0.12);\n    --vl-font-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n\n    background-color: var(--vl-bg-primary);\n    color: var(--vl-text-main);\n    font-family: var(--vl-font-sans);\n    line-height: 1.75;\n    font-size: 16px;\n    padding: clamp(24px, 5vw, 64px) clamp(16px, 4vw, 48px);\n    border-radius: 20px;\n    max-width: 1040px;\n    margin: 4px auto;\n    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7), 0 0 0 1px var(--vl-border);\n    letter-spacing: -0.01em;\n    -webkit-font-smoothing: antialiased;\n    box-sizing: border-box;\n  }\n\n  #varlacollection *,\n  #varlacollection *::before,\n  #varlacollection *::after {\n    box-sizing: inherit;\n  }\n\n  \/* Main Headings *\/\n  #varlacollection h2 {\n    color: #ffffff;\n    font-weight: 700;\n    font-size: clamp(1.4rem, 3.2vw, 1.95rem);\n    letter-spacing: -0.025em;\n    line-height: 1.3;\n    margin-top: 2.8rem;\n    margin-bottom: 1rem;\n    position: relative;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  \/* Top Main Header Styling *\/\n  #varlacollection \u003e h2:first-of-type {\n    margin-top: 0;\n    font-size: clamp(1.75rem, 4.5vw, 2.5rem);\n    background: linear-gradient(135deg, #ffffff 30%, #a1a1aa 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    border-left: none;\n    padding-left: 0;\n    display: block;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Accent accent bar for sub-headers *\/\n  #varlacollection h2:not(:first-of-type)::before {\n    content: \"\";\n    display: inline-block;\n    width: 4px;\n    height: 1.15em;\n    background: linear-gradient(to bottom, var(--vl-accent), var(--vl-accent-light));\n    border-radius: 4px;\n    flex-shrink: 0;\n  }\n\n  \/* Paragraphs *\/\n  #varlacollection p {\n    color: var(--vl-text-secondary);\n    font-size: 1.02rem;\n    margin-bottom: 1.25rem;\n    font-weight: 400;\n  }\n\n  \/* First lead paragraph *\/\n  #varlacollection \u003e p:first-of-type {\n    font-size: 1.15rem;\n    line-height: 1.8;\n    color: #e5e7eb;\n    margin-bottom: 2.5rem;\n  }\n\n  \/* Price highlight lines (Targeting short price summary paragraphs) *\/\n  #varlacollection h2 + p:has(+ p) {\n    display: inline-flex;\n    align-items: center;\n    background: var(--vl-badge-bg);\n    color: var(--vl-accent-light);\n    border: 1px solid var(--vl-border-highlight);\n    padding: 6px 14px;\n    border-radius: 8px;\n    font-size: 0.95rem;\n    font-weight: 600;\n    letter-spacing: 0.01em;\n    margin-bottom: 1rem;\n  }\n\n  \/* Note line under the comparison table *\/\n  #varlacollection div + p {\n    font-size: 0.88rem;\n    color: var(--vl-text-muted);\n    font-style: italic;\n    margin-top: 12px;\n    margin-bottom: 2rem;\n  }\n\n  \/* Interactive Responsive Comparison Table *\/\n  #varlacollection \u003e div:has(table) {\n    width: 100%;\n    overflow-x: auto;\n    margin: 2rem 0;\n    border-radius: 14px;\n    background: var(--vl-bg-surface);\n    border: 1px solid var(--vl-border);\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  #varlacollection table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n    text-align: left;\n    font-size: 0.95rem;\n  }\n\n  #varlacollection thead tr {\n    background-color: var(--vl-bg-surface-elevated);\n    border-bottom: 1px solid var(--vl-border);\n  }\n\n  #varlacollection th {\n    padding: 16px 20px;\n    font-weight: 600;\n    text-transform: uppercase;\n    font-size: 0.78rem;\n    letter-spacing: 0.08em;\n    color: #d1d5db;\n    white-space: nowrap;\n  }\n\n  #varlacollection tbody tr {\n    border-bottom: 1px solid var(--vl-border);\n    transition: background 0.2s ease;\n  }\n\n  #varlacollection tbody tr:last-child {\n    border-bottom: none;\n  }\n\n  #varlacollection tbody tr:hover {\n    background: rgba(255, 255, 255, 0.025);\n  }\n\n  #varlacollection td {\n    padding: 16px 20px;\n    color: #d1d5db;\n    white-space: nowrap;\n  }\n\n  \/* First column (Model name) emphasis *\/\n  #varlacollection td:first-child {\n    font-weight: 600;\n    color: #ffffff;\n  }\n\n  \/* Sale price highlight *\/\n  #varlacollection td:nth-child(2) {\n    color: var(--vl-accent-light);\n    font-weight: 700;\n    font-size: 1.05rem;\n  }\n\n  \/* Regular price strike *\/\n  #varlacollection td:nth-child(3) {\n    color: var(--vl-text-muted);\n    text-decoration: line-through;\n    font-size: 0.88rem;\n  }\n\n  \/* Checklist \/ Checklist Items *\/\n  #varlacollection ul {\n    list-style: none;\n    padding-left: 0;\n    margin: 1.8rem 0;\n    display: grid;\n    gap: 14px;\n  }\n\n  #varlacollection ul li {\n    position: relative;\n    padding: 16px 20px 16px 44px;\n    background: var(--vl-bg-surface);\n    border: 1px solid var(--vl-border);\n    border-radius: 12px;\n    color: #d1d5db;\n    font-size: 0.98rem;\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n\n  #varlacollection ul li:hover {\n    border-color: rgba(255, 255, 255, 0.2);\n    transform: translateY(-2px);\n  }\n\n  \/* Custom Checkmark Icon *\/\n  #varlacollection ul li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 16px;\n    top: 15px;\n    width: 20px;\n    height: 20px;\n    background: var(--vl-accent-glow);\n    color: var(--vl-accent);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    font-weight: bold;\n  }\n\n  \/* Final Conclusion Callout Box *\/\n  #varlacollection \u003e p:last-of-type {\n    margin-top: 2.5rem;\n    margin-bottom: 0;\n    padding: 22px 26px;\n    background: linear-gradient(135deg, rgba(255, 96, 0, 0.08) 0%, rgba(24, 27, 34, 0.6) 100%);\n    border: 1px solid var(--vl-border-highlight);\n    border-radius: 14px;\n    color: #ffffff;\n    font-weight: 500;\n    font-size: 1.05rem;\n    line-height: 1.7;\n    position: relative;\n  }\n\n  \/* Mobile Tuning *\/\n  @media (max-width: 640px) {\n    #varlacollection {\n      margin: 16px auto;\n      border-radius: 14px;\n    }\n    #varlacollection td, #varlacollection th {\n      padding: 12px 14px;\n    }\n    #varlacollection ul li {\n      padding: 14px 16px 14px 40px;\n      font-size: 0.92rem;\n    }\n    #varlacollection ul li::before {\n      left: 12px;\n      top: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"varlacollection\"\u003e\n  \u003ch2\u003eElectric Scooter Clearance Sale for Adults: Which Varla Should You Buy?\u003c\/h2\u003e\n  \u003cp\u003eThe electric scooter clearance sale for adults is the best window of the year to buy a high-performance scooter at a low price. Four Varla models are discounted by up to $900, and each one is built for a different kind of rider. This guide breaks down what each model is actually for, using verified specs from the store catalog, so you can pick the right one before the clearance stock is gone.\u003c\/p\u003e\n  \n  \u003ch2\u003eThe Clearance Lineup at a Glance\u003c\/h2\u003e\n  \u003cdiv\u003e\n    \u003ctable\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eScooter\u003c\/th\u003e\n          \u003cth\u003eSale Price\u003c\/th\u003e\n          \u003cth\u003eRegular Price\u003c\/th\u003e\n          \u003cth\u003eTop Speed\u003c\/th\u003e\n          \u003cth\u003eRange\u003c\/th\u003e\n          \u003cth\u003eMax Load\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVarla Eagle One PRO\u003c\/td\u003e\n          \u003ctd\u003e$1,699\u003c\/td\u003e\n          \u003ctd\u003e$2,599\u003c\/td\u003e\n          \u003ctd\u003e45+ mph\u003c\/td\u003e\n          \u003ctd\u003e45 miles\u003c\/td\u003e\n          \u003ctd\u003e330 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVarla Eagle One V3.0\u003c\/td\u003e\n          \u003ctd\u003e$1,699\u003c\/td\u003e\n          \u003ctd\u003e$2,599\u003c\/td\u003e\n          \u003ctd\u003e35 mph\u003c\/td\u003e\n          \u003ctd\u003e50 miles\u003c\/td\u003e\n          \u003ctd\u003e330 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVarla Pegasus\u003c\/td\u003e\n          \u003ctd\u003e$899\u003c\/td\u003e\n          \u003ctd\u003e$1,299\u003c\/td\u003e\n          \u003ctd\u003e28+ mph\u003c\/td\u003e\n          \u003ctd\u003e28+ miles\u003c\/td\u003e\n          \u003ctd\u003e280 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVarla Falcon\u003c\/td\u003e\n          \u003ctd\u003e$599\u003c\/td\u003e\n          \u003ctd\u003e$1,049\u003c\/td\u003e\n          \u003ctd\u003e22 mph\u003c\/td\u003e\n          \u003ctd\u003e25 miles\u003c\/td\u003e\n          \u003ctd\u003e265 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \u003cp\u003ePrices come from the store catalog today; clearance stock is limited and prices can change.\u003c\/p\u003e\n\n  \u003ch2\u003eEagle One PRO — the All-Terrain Power Pick\u003c\/h2\u003e\n  \u003cp\u003e$1,699 (down from $2,599, save $900) ·\u003c\/p\u003e\n  \u003cp\u003eThe Eagle One PRO is the performance flagship of the sale. Dual 1000W hub motors (3,600W peak) push it to a 45+ mph top speed with a 35° climbing angle for steep hills and loose off-road terrain. The 60V\/27Ah battery delivers 45 miles per charge, and dual shock absorption front and rear keeps rough trails manageable.\u003c\/p\u003e\n  \u003cp\u003eBraking is what really separates it from cheaper fast scooters: dual hydraulic brakes with E-ABS give controlled, immediate stopping power at speed. A 10W front light illuminates the road up to 500 meters ahead, making it a serious night-riding machine. If you ride close to the 330 lbs max load, this is also the strongest platform in the sale.\u003c\/p\u003e\n\n  \u003ch2\u003eEagle One V3.0 — the Long-Range Explorer\u003c\/h2\u003e\n  \u003cp\u003e$1,699 (down from $2,599, save $900) · \u003c\/p\u003e\n  \u003cp\u003eSame price as the PRO, different personality. The V3.0 runs dual 1200W hub motors (3,200W peak) with a 35 mph top speed, and its 52V\/26Ah LG21700 battery is the longest-range battery in the lineup at 50 miles per charge. That makes it the explorer and long-distance commuter: the scooter for riders who care more about miles than raw speed.\u003c\/p\u003e\n  \u003cp\u003eOff road it's no slouch either, with 30° of climbing ability, dual hydraulic brakes, independent front and rear suspension, and a 330 lbs load rating. Its signature feature is a full lighting and signaling system: a 10W headlight, taillight, ambient lights, and turn indicators that flash to traffic behind you when you signal a turn.\u003c\/p\u003e\n\n  \u003ch2\u003ePegasus — the Everyday City Commuter\u003c\/h2\u003e\n  \u003cp\u003e$899 (down from $1,299, save $400) ·\u003c\/p\u003e\n  \u003cp\u003eThe Pegasus is built around pavement. Its dual 500W hub motors (1,920W peak) deliver a 28+ mph top speed, enough to keep pace with city traffic, and the 48V\/15.6Ah battery covers roughly 28 miles per charge, enough for a daily round-trip commute. Front and rear spring suspension take the sting out of potholes and curb cuts, which matters more than most buyers expect on city roads.\u003c\/p\u003e\n  \u003cp\u003ePracticality is the theme here: a large 4.6-inch LCD display shows speed, battery, and range at a glance, dual LED front and rear lights keep you visible at night, and the box even includes a chain lock and spare brake pads. With a 280 lbs load rating and dual mechanical brakes, it's the value commuter for daily riding.\u003c\/p\u003e\n\n  \u003ch2\u003eFalcon — the Budget Entry Point\u003c\/h2\u003e\n  \u003cp\u003e$599 (down from $1,049, save $450) · \u003c\/p\u003e\n  \u003cp\u003eThe Falcon drops below $600 for the first time in this clearance sale. It's a simple, lightweight city scooter: a 500W hub motor (700W peak) delivers a 22 mph top speed, quick enough to beat congestion and most bicycle traffic, with about 25 miles of range for typical commutes.\u003c\/p\u003e\n  \u003cp\u003eIt's rare to get front and rear independent suspension at this price, and the Falcon also carries a dual headlight, taillight, and ambient light system. The 48V\/10.4Ah battery is monitored by a battery management system with overcharge, short-circuit, and temperature protection. With a 265 lbs load rating, it's an easy recommendation as a first scooter or a second one for errands.\u003c\/p\u003e\n\n  \u003ch2\u003eWhat to Check Before You Buy\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eKnow your range. Manufacturer range assumes flat ground and a mid-weight rider; hills, cold weather, and high speeds all cut into it. When in doubt, size up on battery.\u003c\/li\u003e\n    \u003cli\u003eMatch the load rating and terrain. The Eagle One PRO and V3.0 carry up to 330 lbs and genuine off-road use; the Pegasus and Falcon are city commuters rated for 280 lbs and 265 lbs.\u003c\/li\u003e\n    \u003cli\u003eFaster means better brakes. Dual hydraulic brakes on the PRO and V3.0 are a different league from entry-level setups, and they're worth the money at 28 mph and above.\u003c\/li\u003e\n    \u003cli\u003eFollow your local rules. E-scooter registration, helmet requirements, and speed limits vary by state and city, so check local laws before riding any high-speed model. Wear a helmet regardless.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp\u003eBuy the Eagle One PRO for maximum power and off-road ability, the Eagle One V3.0 for the longest range per charge, the Pegasus for daily city commuting, and the Falcon for the lowest entry price. All four are included in the clearance sale while stock lasts.\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"eagle-one-pro","title":"Eagle One PRO All Terrains Electric Scooter","description":"\n\u003cdiv class=\"discount text-center text__white\"\u003e\n\u003cdiv style=\"display:flex\"\u003e\n\u003cimg style=\"width: 30px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/coupon.svg?v=1679645366\" data-mce-style=\"width: 30px;\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/coupon.svg?v=1679645366\"\u003e\n\u003cdiv class=\"discount-content\" style=\"margin-right:20px\"\u003e\n\u003cspan class=\"discount_price\"\u003e$150 \u003c\/span\u003e OFF\u003c\/div\u003e\n\u003cdiv class=\"one-whole\"\u003e\n\u003cspan class=\"discount-code-inner\"\u003e2SCOOTERS \u003c\/span\u003e\u003cspan class=\"discount_description\"\u003eCode for 2 Scooters \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"varlascooter","offers":[{"title":"Red","offer_id":49311654412598,"sku":"V-11SCOOTER-01","price":1699.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":49311654445366,"sku":"V11-SCOOTER-BLUE","price":1699.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/Eagle-One-PRO-All-Terrains-Electric-Scooter-d.png?v=1736212519"},{"product_id":"falcon-electric-scooter","title":"Falcon Urban Commuting Electric Scooter","description":"\n\u003cdiv class=\"discount text-center text__white\"\u003e\n\u003cdiv style=\"display:flex\"\u003e\n\u003cimg style=\"width: 30px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/coupon.svg?v=1679645366\" data-mce-style=\"width: 30px;\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/coupon.svg?v=1679645366\"\u003e\n\u003cdiv class=\"discount-content\" style=\"margin-right:20px\"\u003e\n\u003cspan class=\"discount_price\"\u003e$150 \u003c\/span\u003e OFF\u003c\/div\u003e\n\u003cdiv class=\"one-whole\"\u003e\n\u003cspan class=\"discount-code-inner\"\u003e2SCOOTERS \u003c\/span\u003e\u003cspan class=\"discount_description\"\u003eCode for 2 scooters \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"varlascooter","offers":[{"title":"Red","offer_id":49311492243766,"sku":"V-FALCON500-RED","price":599.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/products\/DSC06025-1_1b24f302-eeac-4efd-877d-be0cc0bb93ea.png?v=1719136267"},{"product_id":"pegasus","title":"Pegasus City Commuter Electric Scooter","description":"\n\u003cdiv class=\"discount text-center text__white\"\u003e\n\u003cdiv style=\"display:flex\"\u003e\n\u003cimg style=\"width: 30px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/coupon.svg?v=1679645366\" data-mce-style=\"width: 30px;\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/coupon.svg?v=1679645366\"\u003e\n\u003cdiv class=\"discount-content\" style=\"margin-right:20px\"\u003e\n\u003cspan class=\"discount_price\"\u003e$150 \u003c\/span\u003e OFF\u003c\/div\u003e\n\u003cdiv class=\"one-whole\"\u003e\n\u003cspan class=\"discount-code-inner\"\u003e2SCOOTERS \u003c\/span\u003e\u003cspan class=\"discount_description\"\u003eCode for 2 scooters \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"varlascooter","offers":[{"title":"Blue","offer_id":49367438164278,"sku":"V-9SCOOTER","price":899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/pegasustubelesstire_2.png?v=1734918077"},{"product_id":"eagle-one-v3-0","title":"Eagle One V3.0 Off-Road Explorer","description":"\u003cp\u003eVarla new scooter - Eagle One V3.0, it brings 2400W motor and better battery life to meet all your riding needs. It also has a more powerful dual-drive mode, which injects more powerful power into your riding.\u003c\/p\u003e\n\u003c!----\u003e","brand":"varlascooter","offers":[{"title":"Silver","offer_id":49328585244982,"sku":"V-SCOOTER-001","price":1699.0,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":49417213182262,"sku":"V-SCOOTER-002","price":1699.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/files\/DSC08441.png?v=1782359094"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0598\/collections\/electric-scooter-clearance-sale-banner.png?v=1788942094","url":"https:\/\/varlascooter.com\/collections\/electric-scooter-clearance-sale.oembed","provider":"Varla Scooter","version":"1.0","type":"link"}