{"title":"2 Person Electric Scooter","description":"\u003cstyle\u003e\n  \/* -------------------------------------------------------------\n   * Shopify Custom Liquid: Premium Editorial \u0026 Tech Style\n   * Scoped to #varlacollection\n   * ------------------------------------------------------------- *\/\n\n  #varlacollection {\n    --vl-font-heading: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    --vl-font-body: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    --vl-color-primary: #0f172a;       \/* Deep slate\/black *\/\n    --vl-color-accent: #ff4a11;        \/* High-energy tech orange accent *\/\n    --vl-color-accent-hover: #e03e09;\n    --vl-color-text-main: #334155;     \/* Balanced high-contrast text *\/\n    --vl-color-text-muted: #64748b;    \/* Subdued slate text *\/\n    --vl-color-bg-card: #f8fafc;       \/* Clean cool-grey background *\/\n    --vl-color-border: #e2e8f0;       \/* Crisp border *\/\n    \n    max-width: 920px;\n    margin: 1px auto;\n    padding: 1px 36px;\n    background: #ffffff;\n    border-radius: 16px;\n    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05),\n                0 0 1px 1px rgba(15, 23, 42, 0.03);\n    font-family: var(--vl-font-body);\n    font-size: 16px;\n    line-height: 1.78;\n    color: var(--vl-color-text-main);\n    letter-spacing: -0.01em;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    box-sizing: border-box;\n  }\n\n  \/* Prevent theme leaks inside container *\/\n  #varlacollection *,\n  #varlacollection *::before,\n  #varlacollection *::after {\n    box-sizing: border-box;\n  }\n\n  \/* --- Headings --- *\/\n  #varlacollection h2 {\n    font-family: var(--vl-font-heading);\n    color: var(--vl-color-primary);\n    font-weight: 700;\n    letter-spacing: -0.025em;\n    margin-top: 52px;\n    margin-bottom: 20px;\n    line-height: 1.3;\n    position: relative;\n    padding-bottom: 12px;\n  }\n\n  \/* Distinct visual accent for Section Titles *\/\n  #varlacollection h2::after {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 44px;\n    height: 3px;\n    background: linear-gradient(90deg, var(--vl-color-accent), #ffa485);\n    border-radius: 2px;\n  }\n\n  \/* First Main Title *\/\n  #varlacollection \u003e h2:first-of-type {\n    font-size: clamp(28px, 4vw, 36px);\n    font-weight: 800;\n    margin-top: 0;\n    padding-bottom: 16px;\n    border-bottom: 1px solid var(--vl-color-border);\n  }\n\n  #varlacollection \u003e h2:first-of-type::after {\n    bottom: -1px;\n    height: 3px;\n    width: 60px;\n  }\n\n  \/* Secondary Headings *\/\n  #varlacollection h2:not(:first-of-type) {\n    font-size: clamp(20px, 2.8vw, 24px);\n  }\n\n  \/* --- Paragraphs --- *\/\n  #varlacollection p {\n    margin: 0 0 20px 0;\n    font-size: 16px;\n    color: var(--vl-color-text-main);\n  }\n\n  \/* Editorial Lead Paragraph *\/\n  #varlacollection \u003e p:first-of-type {\n    font-size: 18px;\n    line-height: 1.75;\n    color: var(--vl-color-primary);\n    font-weight: 450;\n    margin-top: 24px;\n  }\n\n  \/* --- Modern Spec \u0026 Benefit Lists --- *\/\n  #varlacollection ul {\n    list-style: none;\n    padding: 0;\n    margin: 24px 0 28px 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  #varlacollection ul li {\n    position: relative;\n    padding: 14px 18px 14px 44px;\n    background-color: var(--vl-color-bg-card);\n    border: 1px solid var(--vl-color-border);\n    border-radius: 10px;\n    font-size: 15px;\n    font-weight: 500;\n    color: #1e293b;\n    line-height: 1.5;\n    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  #varlacollection ul li:hover {\n    background-color: #ffffff;\n    border-color: #cbd5e1;\n    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);\n    transform: translateY(-1px);\n  }\n\n  \/* Custom Tech Accent Bullet *\/\n  #varlacollection ul li::before {\n    content: \"\";\n    position: absolute;\n    left: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 8px;\n    height: 8px;\n    background-color: var(--vl-color-accent);\n    border-radius: 50%;\n\n    box-shadow: 0 0 0 3px rgba(255, 74, 17, 0.18);\n  }\n\n  \/* Two-column layout for the Specs List on larger viewports *\/\n  @media (min-width: 680px) {\n    #varlacollection ul:first-of-type {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n    }\n  }\n\n  \/* --- Responsive Optimization --- *\/\n  @media (max-width: 640px) {\n    #varlacollection {\n      margin: 16px auto;\n      padding: 24px 20px;\n      border-radius: 12px;\n    }\n\n    #varlacollection h2 {\n      margin-top: 36px;\n    }\n\n    #varlacollection p {\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    #varlacollection \u003e p:first-of-type {\n      font-size: 16px;\n    }\n\n    #varlacollection ul li {\n      font-size: 14.5px;\n      padding: 12px 14px 12px 38px;\n    }\n    \n    #varlacollection ul li::before {\n      left: 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"varlacollection\"\u003e\n\u003ch2\u003eBest 2 Person Electric Scooter: Varla Eagle One PRO\u003c\/h2\u003e\n\u003cp\u003eFinding the best 2 person electric scooter is not only about choosing a model with a powerful motor or a high weight limit. When two adults are considering riding together, safety, stability, braking performance, rider space, and local regulations all matter.\u003c\/p\u003e\n\u003cp\u003eThe Varla Eagle One PRO is a high-performance stand-up electric scooter built for adult riders who want strong acceleration, long-distance capability, and off-road performance. It is equipped with dual motors and a reinforced frame, making it one of Varla’s most powerful electric scooters for sale.\u003c\/p\u003e\n\u003cp\u003eHowever, buyers should understand an important distinction: a scooter’s maximum load rating does not automatically mean it is approved for two-person riding. The Eagle One PRO is listed with a maximum load of 330 lb, but riders should confirm passenger-use approval with the manufacturer and check local laws before carrying a second person.\u003c\/p\u003e\n\u003ch2\u003eWhy Consider the Varla Eagle One PRO for Two Adults?\u003c\/h2\u003e\n\u003cp\u003eFor some buyers, “2 person electric scooter” means a scooter that can physically support two adults. For others, it means finding a powerful, comfortable electric scooter for two people in a household, couple, or family.\u003c\/p\u003e\n\u003cp\u003eThe Varla Eagle One PRO is particularly appealing for the second use case. Two adults can each have a high-performance electric scooter, while avoiding the balance and braking risks that can come with carrying a passenger on a single stand-up scooter.\u003c\/p\u003e\n\u003cp\u003eIts main performance features include:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003eDual 1000W hub motors\u003c\/li\u003e\n  \u003cli\u003eA 60V 27Ah lithium-ion battery\u003c\/li\u003e\n  \u003cli\u003eUp to 45 miles of claimed range\u003c\/li\u003e\n  \u003cli\u003eA claimed top speed of 45+ mph\u003c\/li\u003e\n  \u003cli\u003eA claimed climbing angle of up to 35 degrees\u003c\/li\u003e\n  \u003cli\u003eDual hydraulic brakes with E-ABS\u003c\/li\u003e\n  \u003cli\u003eDual shock absorption\u003c\/li\u003e\n  \u003cli\u003eA 10W front light\u003c\/li\u003e\n  \u003cli\u003eA maximum load rating of 330 lb\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eActual range, speed, and climbing performance depend on rider weight, terrain, riding mode, temperature, tire pressure, and other conditions. When two people share one scooter, the additional weight can also reduce range and change acceleration, handling, and stopping distance.\u003c\/p\u003e\n\u003ch2\u003eIs the Eagle One PRO a Two-Person Electric Scooter?\u003c\/h2\u003e\n\u003cp\u003eThe Eagle One PRO has the power and load capacity that attract buyers searching for a 2 person electric scooter, but buyers should not assume that it is designed or legally approved to carry two riders.\u003c\/p\u003e\n\u003cp\u003eA stand-up electric scooter is normally designed around one rider’s balance, steering position, deck space, and braking control. Adding a second adult can make it harder to:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003eMaintain balance during acceleration and turns\u003c\/li\u003e\n  \u003cli\u003eKeep both riders in a stable position\u003c\/li\u003e\n  \u003cli\u003eControl the scooter on uneven ground\u003c\/li\u003e\n  \u003cli\u003eStop safely, especially downhill\u003c\/li\u003e\n  \u003cli\u003eKeep the combined rider and gear weight within the rated limit\u003c\/li\u003e\n  \u003cli\u003eComply with local electric scooter laws\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThe 330 lb maximum load includes the combined weight of the rider or riders, clothing, bags, and other gear. It should not be treated as a recommendation to carry a passenger.\u003c\/p\u003e\n\u003cp\u003eIf two-person riding is essential, look for a model that specifically states it is designed for two riders and provides clear information about seating, passenger footrests, handholds, braking, and passenger weight limits.\u003c\/p\u003e\n\u003ch2\u003eA Powerful Choice for Adult Riders\u003c\/h2\u003e\n\u003cp\u003eThe Eagle One PRO is better suited to experienced adult riders who want performance rather than a lightweight commuter scooter. Its dual-motor system is designed to provide strong power on hills, trails, and rougher surfaces. The dual suspension can help absorb bumps, while hydraulic brakes provide more controlled stopping than basic mechanical brake systems.\u003c\/p\u003e\n\u003cp\u003eThe scooter’s high claimed top speed also means it requires responsible riding. New riders should begin in a low-speed mode, practice braking and turning in an open area, and wear a properly fitted helmet and protective equipment.\u003c\/p\u003e\n\u003cp\u003eFor adult riders, the most important advantages are not just speed. A powerful scooter should also offer predictable braking, stable handling, reliable tires, good lighting, and enough battery capacity for the intended trip. The Eagle One PRO is designed around those performance priorities.\u003c\/p\u003e\n\u003ch2\u003eHow Two Adults Can Use Electric Scooters More Safely\u003c\/h2\u003e\n\u003cp\u003eFor couples, friends, or family members who want to ride together, the safest approach is usually two scooters rather than two people on one stand-up scooter.\u003c\/p\u003e\n\u003cp\u003eWith two Eagle One PRO scooters:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003eEach rider has independent steering and braking control.\u003c\/li\u003e\n  \u003cli\u003eBoth riders can choose a comfortable speed.\u003c\/li\u003e\n  \u003cli\u003eThe scooters are easier to balance and maneuver.\u003c\/li\u003e\n  \u003cli\u003eOne rider does not have to compensate for another rider’s movements.\u003c\/li\u003e\n  \u003cli\u003eBoth adults can ride side by side or maintain a safe following distance.\u003c\/li\u003e\n  \u003cli\u003eThe combined load is distributed across two scooters.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eRiders should still follow local regulations, use lights at night, wear helmets, and avoid riding side by side in traffic or on narrow paths.\u003c\/p\u003e\n\u003ch2\u003eVarla Eagle One PRO Price and Availability\u003c\/h2\u003e\n\u003cp\u003eThe Varla Eagle One PRO All Terrains Electric Scooter is currently listed at $1,699 USD. The product page also displays a promotion offering $150 off when purchasing two scooters with the code “2SCOOTERS.” Promotional terms, eligibility, and availability may change, so buyers should confirm the final price at checkout.\u003c\/p\u003e\n\u003cp\u003eFor two adults who each want a capable electric scooter, purchasing two scooters may provide a safer and more practical solution than trying to carry a passenger on one scooter.\u003c\/p\u003e\n\u003cp\u003eThe Varla Eagle One PRO is a powerful adult electric scooter for sale with dual motors, long-range battery capacity, hydraulic braking, and off-road capability. It is an excellent option for experienced adult riders who want strong performance for commuting, hills, trails, and recreational riding.\u003c\/p\u003e\n\u003cp\u003eIt should not be marketed as a confirmed two-person passenger scooter unless Varla’s current instructions and local regulations specifically approve that use. For most adults searching for the best 2 person electric scooter, the better solution is two individual scooters, allowing each rider to control their own speed, balance, and braking.\u003c\/p\u003e\n\u003cp\u003eIf you are looking for two powerful electric scooters for two adults, the Eagle One PRO offers a practical and performance-focused option.\u003c\/p\u003e\n\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-riding-image.png?v=1788764960","url":"https:\/\/varlascooter.com\/collections\/2-person-electric-scooter.oembed","provider":"Varla Scooter","version":"1.0","type":"link"}