{"product_id":"open-box-demo-tarmac-st-grey-1-available","title":"Open-Box Demo: Tarmac ST — Grey (1 available)","description":"\u003c!-- ================================================================\n     MOKWHEEL OPEN-BOX DEMO: TARMAC ST — GREY — REDESIGNED PRODUCT PAGE\n     Mokwheel Factory Store · mokwheelstore.com\n     Brand system: red #E3000B · gold #F0B429 · near-black #0D0D0D\n     Fonts: Bebas Neue (display) · Poppins (headings) · DM Sans (body)\n     LIGHT template · Open-Box demo special-case\n     ================================================================ --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026family=Poppins:wght@400;500;600;700;800\u0026family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700\u0026display=swap');\n\n  .mwfs-flint-pro {\n    --red: #E3000B; --red-dark: #B80009; --gold: #F0B429; --gold-text: #A9740A;\n    --green: #1F7A44; --ink: #16181D; --ink-2: #3a3d44; --muted: #6b6e75;\n    --line: #e7e7e7; --bg: #ffffff; --bg-soft: #f6f6f4; --bg-dark: #0D0D0D;\n    --font-display: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif;\n    --font-head: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;\n    --font-body: 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;\n    font-family: var(--font-body); color: var(--ink); line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n  .mwfs-flint-pro * { box-sizing: border-box; }\n  .mwfs-flint-pro img { max-width: 100%; display: block; }\n  .mwfs-flint-pro .mwfs-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n  .mwfs-flint-pro h1, .mwfs-flint-pro h2, .mwfs-flint-pro h3 { margin: 0 0 .5em; color: var(--ink); }\n  .mwfs-flint-pro h1 { font-family: var(--font-display); font-weight: 400; letter-spacing: .01em; line-height: .95; font-size: clamp(3rem, 8vw, 5.5rem); }\n  .mwfs-flint-pro h2 { font-family: var(--font-head); font-weight: 700; letter-spacing: -0.01em; line-height: 1.12; font-size: clamp(1.6rem, 2.6vw, 2.4rem); }\n  .mwfs-flint-pro h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.1rem; line-height: 1.25; }\n  .mwfs-flint-pro p { margin: 0 0 1em; color: var(--ink-2); }\n\n  .mwfs-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--red); margin-bottom: 14px; }\n  .mwfs-eyebrow::before { content: \"\"; width: 24px; height: 2px; background: var(--red); display: inline-block; }\n\n  \/* ===== TICKER ===== *\/\n  .mwfs-ticker { background: var(--red); color: #fff; overflow: hidden; white-space: nowrap; padding: 10px 0; font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }\n  .mwfs-ticker .track { display: inline-block; animation: mwfsTicker 26s linear infinite; }\n  .mwfs-ticker span { padding: 0 26px; }\n  .mwfs-ticker span::after { content: \"•\"; margin-left: 26px; color: rgba(255,255,255,.55); }\n  @keyframes mwfsTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n  @media (prefers-reduced-motion: reduce) { .mwfs-ticker .track { animation: none; } }\n\n  \/* ===== HERO ===== *\/\n  .mwfs-hero { background: linear-gradient(180deg, #fafafa, #fff); border-bottom: 1px solid var(--line); padding: 40px 0 52px; }\n  .mwfs-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }\n  @media (max-width: 900px) { .mwfs-hero-grid { grid-template-columns: 1fr; gap: 26px; } }\n  .mwfs-gallery { background: #f1f1f1; border-radius: 14px; aspect-ratio: 4\/3; overflow: hidden; }\n  .mwfs-gallery img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }\n  .mwfs-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }\n  .mwfs-thumb { background: #efefef; aspect-ratio: 1\/1; border-radius: 10px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color .15s ease, transform .15s ease; }\n  .mwfs-thumb:hover { transform: translateY(-2px); }\n  .mwfs-thumb.active { border-color: var(--red); }\n  .mwfs-thumb img { width: 100%; height: 100%; object-fit: cover; }\n\n  .mwfs-price { display: flex; align-items: baseline; gap: 14px; margin: 4px 0 6px; }\n  .mwfs-price .now { font-family: var(--font-display); font-weight: 400; font-size: 2.8rem; line-height: 1; color: var(--ink); }\n  .mwfs-price .affirm { font-size: .9rem; color: var(--muted); }\n  .mwfs-sameprice { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--green); margin: 0 0 18px; display: inline-flex; align-items: center; gap: 7px; }\n  .mwfs-sameprice::before { content: \"\"; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }\n  .mwfs-tagline { font-size: 1.06rem; color: var(--ink-2); margin-bottom: 22px; max-width: 46ch; }\n\n  .mwfs-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }\n  .mwfs-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 22px; border-radius: 999px; font-family: var(--font-head); font-weight: 700; font-size: .96rem; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .08s ease, background .15s ease, color .15s ease, border-color .15s ease; }\n  .mwfs-btn-primary { background: var(--red); color: #fff; }\n  .mwfs-btn-primary:hover { background: var(--red-dark); }\n  .mwfs-btn-secondary { background: #fff; color: var(--ink); border-color: var(--ink); }\n  .mwfs-btn-secondary:hover { background: var(--ink); color: #fff; }\n  .mwfs-btn-ghost { background: transparent; color: var(--ink-2); border-color: var(--line); }\n  .mwfs-btn-ghost:hover { border-color: var(--ink); color: var(--ink); }\n  .mwfs-btn:active { transform: translateY(1px); }\n\n  .mwfs-trust { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-family: var(--font-head); font-size: .86rem; color: var(--ink-2); }\n  .mwfs-trust span { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }\n  .mwfs-trust span::before { content: \"\"; width: 16px; height: 16px; background: var(--gold); border-radius: 50%; flex: 0 0 16px; box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(0,0,0,.05); }\n\n  \/* ===== SECTION SHELL ===== *\/\n  .mwfs-section { padding: 72px 0; border-bottom: 1px solid var(--line); }\n  .mwfs-section.alt { background: var(--bg-soft); }\n  .mwfs-section.dark { background: var(--bg-dark); color: #f3f3f3; border-bottom: none; }\n  .mwfs-section.dark h2, .mwfs-section.dark h3 { color: #fff; }\n  .mwfs-section.dark p { color: #cfcfcf; }\n  .mwfs-section-head { max-width: 760px; margin-bottom: 40px; }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .mwfs-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }\n  @media (max-width: 900px) { .mwfs-features { grid-template-columns: 1fr 1fr; } }\n  @media (max-width: 600px) { .mwfs-features { grid-template-columns: 1fr; } }\n  .mwfs-feature { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; transition: transform .15s ease, box-shadow .15s ease; }\n  .mwfs-feature:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -18px rgba(0,0,0,.18); }\n  .mwfs-feature .num { font-family: var(--font-head); font-size: .72rem; color: var(--red); font-weight: 700; letter-spacing: .12em; }\n  .mwfs-feature h3 { margin-top: 12px; font-size: 1.1rem; }\n  .mwfs-feature p { margin: 0; color: var(--ink-2); font-size: .93rem; }\n\n  \/* ===== SPECS ===== *\/\n  .mwfs-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 36px; }\n  @media (max-width: 700px) { .mwfs-spec-grid { grid-template-columns: 1fr; } }\n  .mwfs-spec-row { display: grid; grid-template-columns: minmax(140px, 36%) 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }\n  .mwfs-spec-row .k { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: .9rem; }\n  .mwfs-spec-row .v { color: var(--ink-2); font-size: .93rem; }\n\n  \/* ===== SLOGAN BAND ===== *\/\n  .mwfs-slogan { background: var(--bg-dark); text-align: center; padding: 64px 20px; }\n  .mwfs-slogan .lead { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .18em; font-size: .8rem; color: var(--gold); margin-bottom: 16px; }\n  .mwfs-slogan .line { font-family: var(--font-display); font-weight: 400; font-style: italic; color: #fff; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: .98; letter-spacing: .01em; }\n  .mwfs-slogan .sub { color: #b8b8b8; margin: 18px auto 0; max-width: 52ch; }\n\n  \/* ===== LOCAL CTA ===== *\/\n  .mwfs-local { background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%); color: #fff; border-radius: 18px; padding: 44px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: center; }\n  @media (max-width: 800px) { .mwfs-local { grid-template-columns: 1fr; padding: 32px; } }\n  .mwfs-local h2 { color: #fff; }\n  .mwfs-local p { color: rgba(255,255,255,.92); }\n  .mwfs-local .mwfs-eyebrow { color: rgba(255,255,255,.85); }\n  .mwfs-local .mwfs-eyebrow::before { background: rgba(255,255,255,.85); }\n  .mwfs-stores { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }\n  @media (max-width: 480px) { .mwfs-stores { grid-template-columns: 1fr; } }\n  .mwfs-store { background: rgba(0,0,0,.18); border-radius: 12px; padding: 16px; text-decoration: none; color: inherit; display: block; }\n  .mwfs-store .name { font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; }\n  .mwfs-store .hours { font-size: .86rem; color: rgba(255,255,255,.85); margin-top: 4px; }\n  .mwfs-store .go { margin-top: 6px; font-family: var(--font-head); font-weight: 700; font-size: .84rem; color: #fff; }\n  .mwfs-local .mwfs-btn-primary { background: #fff; color: var(--red-dark); }\n  .mwfs-local .mwfs-btn-primary:hover { background: var(--ink); color: #fff; }\n  .mwfs-local .mwfs-btn-secondary { background: transparent; color: #fff; border-color: #fff; }\n  .mwfs-local .mwfs-btn-secondary:hover { background: #fff; color: var(--red-dark); }\n\n  \/* ===== FAQ ===== *\/\n  .mwfs-faq details { border-bottom: 1px solid var(--line); padding: 18px 4px; }\n  .mwfs-faq summary { list-style: none; cursor: pointer; font-family: var(--font-head); font-weight: 700; font-size: 1.01rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }\n  .mwfs-faq summary::-webkit-details-marker { display: none; }\n  .mwfs-faq summary::after { content: \"+\"; font-size: 1.4rem; color: var(--red); font-weight: 700; line-height: 1; }\n  .mwfs-faq details[open] summary::after { content: \"\\2212\"; }\n  .mwfs-faq .a { padding-top: 12px; color: var(--ink-2); font-size: .97rem; }\n  .mwfs-faq .a p { margin: 0 0 .6em; }\n  .mwfs-faq .a ul { margin: 0 0 .6em; padding-left: 1.2em; }\n  .mwfs-faq .a li { margin: 0 0 .25em; color: var(--ink-2); }\n\n  \/* ===== GUARANTEE STRIP ===== *\/\n  .mwfs-guarantee { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }\n  @media (max-width: 800px) { .mwfs-guarantee { grid-template-columns: 1fr 1fr; } }\n  .mwfs-guarantee .item .icon { width: 44px; height: 44px; border-radius: 50%; background: var(--gold); margin: 0 auto 10px; box-shadow: inset 0 0 0 8px #fff, 0 0 0 1px rgba(0,0,0,.05); }\n  .mwfs-guarantee .item .label { font-family: var(--font-head); font-weight: 800; font-size: 1rem; }\n  .mwfs-guarantee .item p { font-size: .88rem; color: var(--muted); margin: 4px 0 0; }\n\n  \/* ===== REVEAL ===== *\/\n  .mwfs-reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.6,.2,1); }\n  .mwfs-reveal-stagger \u003e * { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.6,.2,1); }\n  .mwfs-reveal.is-visible, .mwfs-reveal-stagger.is-visible \u003e * { opacity: 1; transform: translateY(0); }\n  .mwfs-reveal-stagger.is-visible \u003e *:nth-child(2) { transition-delay: .06s; }\n  .mwfs-reveal-stagger.is-visible \u003e *:nth-child(3) { transition-delay: .12s; }\n  @media (prefers-reduced-motion: reduce) { .mwfs-reveal, .mwfs-reveal-stagger \u003e *, .mwfs-banner-image img { transition: none !important; transform: none !important; opacity: 1 !important; } }\n\u003c\/style\u003e\n\n\u003csection class=\"mwfs-flint-pro\"\u003e\n\n  \u003c!-- ===== TICKER ===== --\u003e\n  \u003cdiv class=\"mwfs-ticker\" aria-hidden=\"true\"\u003e\n    \u003cdiv class=\"track\"\u003e\n      \u003cspan\u003eOpen-Box Demo · 1 Available\u003c\/span\u003e\u003cspan\u003e10% Off Retail\u003c\/span\u003e\u003cspan\u003ePortland · Tualatin\u003c\/span\u003e\u003cspan\u003eEugene · Willamette Valley\u003c\/span\u003e\u003cspan\u003eFully Inspected \u0026amp; Tuned\u003c\/span\u003e\u003cspan\u003e14-Day Love the Ride Guarantee\u003c\/span\u003e\u003cspan\u003eFull Mokwheel Warranty\u003c\/span\u003e\u003cspan\u003eCome See It In-Store\u003c\/span\u003e\u003cspan\u003eOpen-Box Demo · 1 Available\u003c\/span\u003e\u003cspan\u003e10% Off Retail\u003c\/span\u003e\u003cspan\u003ePortland · Tualatin\u003c\/span\u003e\u003cspan\u003eEugene · Willamette Valley\u003c\/span\u003e\u003cspan\u003eFully Inspected \u0026amp; Tuned\u003c\/span\u003e\u003cspan\u003e14-Day Love the Ride Guarantee\u003c\/span\u003e\u003cspan\u003eFull Mokwheel Warranty\u003c\/span\u003e\u003cspan\u003eCome See It In-Store\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== HERO ===== --\u003e\n  \u003cdiv class=\"mwfs-hero\"\u003e\n    \u003cdiv class=\"mwfs-wrap mwfs-hero-grid\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"mwfs-gallery\"\u003e\n          \u003cimg id=\"mwfsHeroImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0277\/7789\/2452\/files\/IMG_0307_f1542f70-c075-4bdc-86ee-d7c7bf40439c.jpg?v=1783872783\" alt=\"Open-Box Demo Mokwheel Tarmac ST step-through commuter electric bike in Grey, fully inspected showroom unit available at Mokwheel Factory Store in Portland and Eugene, Oregon\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"mwfs-eyebrow\"\u003eOpen-Box Demo · Tarmac ST · Grey · 1 Available\u003c\/div\u003e\n        \u003ch1\u003eOPEN-BOX TARMAC ST\u003c\/h1\u003e\n        \u003cp class=\"mwfs-tagline\"\u003eA fully inspected showroom Tarmac ST in Grey — the same step-through commuter e-bike, at 10% off retail. One unit only, assembled, tuned, and backed by the same 14-day return and full Mokwheel warranty.\u003c\/p\u003e\n\n        \u003cdiv class=\"mwfs-price\"\u003e\n          \u003cspan class=\"now\"\u003e$1,529.10\u003c\/span\u003e\n          \u003cspan class=\"affirm\"\u003ewas $1,699 · save $169.90 · or ~$96\/mo with Affirm\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mwfs-sameprice\"\u003eSame price as online — inspected, tuned \u0026amp; ready to ride today\u003c\/div\u003e\n\n        \u003cdiv class=\"mwfs-cta\"\u003e\n          \u003ca class=\"mwfs-btn mwfs-btn-primary\" href=\"https:\/\/mokwheelstore.com\/pages\/contact-us\"\u003eVisit Us in Portland\u003c\/a\u003e\n          \u003ca class=\"mwfs-btn mwfs-btn-secondary\" href=\"https:\/\/mokwheelstore.com\/pages\/eugene\"\u003eEugene Store\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mwfs-trust\"\u003e\n          \u003cspan\u003eFully Inspected Demo\u003c\/span\u003e\n          \u003cspan\u003e14-Day Risk-Free Return\u003c\/span\u003e\n          \u003cspan\u003eFull Mokwheel Warranty\u003c\/span\u003e\n          \u003cspan\u003eOnly 1 Unit\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== WHAT YOU GET ===== --\u003e\n  \u003cdiv class=\"mwfs-section\"\u003e\n    \u003cdiv class=\"mwfs-wrap\"\u003e\n      \u003cdiv class=\"mwfs-section-head mwfs-reveal\"\u003e\n        \u003cdiv class=\"mwfs-eyebrow\"\u003eThe Open-Box Deal\u003c\/div\u003e\n        \u003ch2\u003eShowroom-inspected. 10% off. Same guarantees.\u003c\/h2\u003e\n        \u003cp\u003eThis is a single showroom-demo Tarmac ST in Grey — gone over top to bottom by our techs, then priced $169.90 under retail. It rides out exactly like a new one: pro-assembled, tuned, and covered.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mwfs-features mwfs-reveal-stagger\"\u003e\n        \u003cdiv class=\"mwfs-feature\"\u003e\n\u003cdiv class=\"num\"\u003e01 \/ THE DEAL\u003c\/div\u003e\n\u003ch3\u003e10% Off Retail\u003c\/h3\u003e\n\u003cp\u003eWas $1,699 — now $1,529.10, a $169.90 saving. A demo-floor Tarmac ST at a price you won't see on a new one.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mwfs-feature\"\u003e\n\u003cdiv class=\"num\"\u003e02 \/ CONDITION\u003c\/div\u003e\n\u003ch3\u003eFully Inspected Demo\u003c\/h3\u003e\n\u003cp\u003eA showroom display unit gone over by our techs: every bolt, the brakes, and the electrical checked, then cleaned and tuned to ride like new.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mwfs-feature\"\u003e\n\u003cdiv class=\"num\"\u003e03 \/ COVERAGE\u003c\/div\u003e\n\u003ch3\u003eSame 14-Day Return \u0026amp; Warranty\u003c\/h3\u003e\n\u003cp\u003eYou keep the full 14-Day Love the Ride Guarantee and the same Mokwheel warranty a new bike gets. Buying open-box gives up nothing but the price.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== UNDERLYING SPECS ===== --\u003e\n  \u003cdiv class=\"mwfs-section alt\" id=\"specs\"\u003e\n    \u003cdiv class=\"mwfs-wrap\"\u003e\n      \u003cdiv class=\"mwfs-section-head mwfs-reveal\"\u003e\n        \u003cdiv class=\"mwfs-eyebrow\"\u003eUnder the Hood · Tarmac ST\u003c\/div\u003e\n        \u003ch2\u003eThe Tarmac ST, briefly.\u003c\/h2\u003e\n        \u003cp\u003eA step-through commuter built for easy on-and-off and confident all-weather riding. Here are the key numbers on the underlying model — come by the store to see this exact unit in person.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mwfs-spec-grid\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"mwfs-spec-row\"\u003e\n\u003cdiv class=\"k\"\u003eModel\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003eTarmac ST — Grey (step-through)\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mwfs-spec-row\"\u003e\n\u003cdiv class=\"k\"\u003eMotor\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003e750W rated · 920W peak\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mwfs-spec-row\"\u003e\n\u003cdiv class=\"k\"\u003eRange\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003e~60–70 miles per charge\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"mwfs-spec-row\"\u003e\n\u003cdiv class=\"k\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003eStep-through commuter\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mwfs-spec-row\"\u003e\n\u003cdiv class=\"k\"\u003eBrakes\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003eHydraulic disc brakes\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mwfs-spec-row\"\u003e\n\u003cdiv class=\"k\"\u003eReady to Ride\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003eFree pro assembly · fenders + rear rack included\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== SLOGAN BAND ===== --\u003e\n  \u003cdiv class=\"mwfs-slogan mwfs-reveal\"\u003e\n    \u003cdiv class=\"lead\"\u003eMokwheel Factory Store · Portland \u0026amp; Eugene, OR\u003c\/div\u003e\n    \u003cdiv class=\"line\"\u003eThe Bike Shop\u003cbr\u003eThat Has Your Back.\u003c\/div\u003e\n    \u003cp class=\"sub\"\u003eWe sell at the same price as online — on purpose — then hand you a bike that's built, tuned, and backed by a local team you can actually walk in and talk to.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== LOCAL OREGON CTA ===== --\u003e\n  \u003cdiv class=\"mwfs-section alt\"\u003e\n    \u003cdiv class=\"mwfs-wrap\"\u003e\n      \u003cdiv class=\"mwfs-local mwfs-reveal\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"mwfs-eyebrow\"\u003eAuthorized Oregon Dealer\u003c\/div\u003e\n          \u003ch2\u003eCome see this one in-store.\u003c\/h2\u003e\n          \u003cp\u003eThere's exactly one open-box Tarmac ST in Grey at this price — and it's on our floor, not in a warehouse. Stop by, throw a leg over the actual bike, and roll it out the same day. Mokwheel Factory Store is Oregon's authorized dealer, so the warranty is fully valid and there's a local team to call or visit — no shipping wait, no return label. When it's gone, it's gone.\u003c\/p\u003e\n          \u003cdiv class=\"mwfs-cta\"\u003e\n            \u003ca class=\"mwfs-btn mwfs-btn-primary\" href=\"https:\/\/mokwheelstore.com\/pages\/contact-us\"\u003eVisit Us in Portland\u003c\/a\u003e\n            \u003ca class=\"mwfs-btn mwfs-btn-secondary\" href=\"https:\/\/mokwheelstore.com\/pages\/eugene\"\u003eEugene Store\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mwfs-stores\"\u003e\n          \u003ca class=\"mwfs-store\" href=\"https:\/\/mokwheelstore.com\/pages\/contact-us\"\u003e\n            \u003cdiv class=\"name\"\u003ePortland (Tualatin)\u003c\/div\u003e\n            \u003cdiv class=\"hours\"\u003eTue – Sun · 10am – 7pm\u003c\/div\u003e\n            \u003cdiv class=\"go\"\u003ePrimary showroom \u0026amp; service →\u003c\/div\u003e\n          \u003c\/a\u003e\n          \u003ca class=\"mwfs-store\" href=\"https:\/\/mokwheelstore.com\/pages\/eugene\"\u003e\n            \u003cdiv class=\"name\"\u003eEugene\u003c\/div\u003e\n            \u003cdiv class=\"hours\"\u003eWed – Sun · 12pm – 6pm\u003c\/div\u003e\n            \u003cdiv class=\"go\"\u003eWillamette Valley showroom →\u003c\/div\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== FAQ ===== --\u003e\n  \u003cdiv class=\"mwfs-section\"\u003e\n    \u003cdiv class=\"mwfs-wrap\"\u003e\n      \u003cdiv class=\"mwfs-section-head mwfs-reveal\"\u003e\n        \u003cdiv class=\"mwfs-eyebrow\"\u003eFAQ\u003c\/div\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cp\u003eMokwheel Factory Store · Portland (Tualatin) \u0026amp; Eugene, OR. Still have questions? Call, text, or stop by — our team rides what we sell.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mwfs-faq\"\u003e\n        \u003cdetails\u003e\u003csummary\u003eWhat does \"open-box demo\" mean?\u003c\/summary\u003e\u003cdiv class=\"a\"\u003e\u003cp\u003eIt's our showroom-floor Tarmac ST in Grey — displayed and, at most, lightly ridden in-store. Our techs fully inspect it, check the brakes and electrical, then clean and tune it. You get a like-new bike for 10% under retail.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n        \u003cdetails\u003e\u003csummary\u003eHow much do I save?\u003c\/summary\u003e\u003cdiv class=\"a\"\u003e\u003cp\u003eIt was $1,699 and it's now $1,529.10 — a $169.90 saving, 10% off retail. Free pro assembly plus fenders and a rear rack are included, so it rolls out ready to ride.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n        \u003cdetails\u003e\u003csummary\u003eDoes it still come with a warranty and return window?\u003c\/summary\u003e\u003cdiv class=\"a\"\u003e\u003cp\u003eYes. You get the same 14-Day Love the Ride Guarantee and the same full Mokwheel warranty a brand-new bike carries. Buying open-box only changes the price, not the coverage.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n        \u003cdetails\u003e\u003csummary\u003eWhat are the Tarmac ST's specs?\u003c\/summary\u003e\u003cdiv class=\"a\"\u003e\u003cul\u003e\n\u003cli\u003eMotor: 750W rated \/ 920W peak\u003c\/li\u003e\n\u003cli\u003eRange: ~60–70 miles per charge\u003c\/li\u003e\n\u003cli\u003eFrame: step-through commuter — easy on and off\u003c\/li\u003e\n\u003cli\u003eBrakes: hydraulic disc\u003c\/li\u003e\n\u003cli\u003eColor: Grey\u003c\/li\u003e\n\u003cli\u003eIncluded: free pro assembly, fenders, rear rack\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n        \u003cdetails\u003e\u003csummary\u003eHow do I get this exact bike?\u003c\/summary\u003e\u003cdiv class=\"a\"\u003e\u003cp\u003eCome see it in-store. There's only one unit at this price, and it's on our showroom floor in Tualatin (Portland area). Stop by, ride it, and take it home the same day — no shipping wait. Eugene customers can call ahead to arrange a look. When it's gone, it's gone.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== GUARANTEE STRIP ===== --\u003e\n  \u003cdiv class=\"mwfs-section alt\"\u003e\n    \u003cdiv class=\"mwfs-wrap\"\u003e\n      \u003cdiv class=\"mwfs-guarantee mwfs-reveal-stagger\"\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eSame Price as Online\u003c\/div\u003e\n\u003cp\u003eBetter value, not a higher price.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eFree ProBuild\u003c\/div\u003e\n\u003cp\u003eInspected, assembled \u0026amp; tuned to ride.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003e14-Day Risk-Free Return\u003c\/div\u003e\n\u003cp\u003eRide it home. We'll make it right.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eLocal Oregon Support\u003c\/div\u003e\n\u003cp\u003eTualatin \u0026amp; Eugene service centers.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- ===== SEO: FAQPage structured data (rich results) ===== --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\"@type\":\"Question\",\"name\":\"What does open-box demo mean for the Mokwheel Tarmac ST?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It's our showroom-floor Tarmac ST in Grey — displayed and at most lightly ridden in-store. Our techs fully inspect it, check the brakes and electrical, then clean and tune it. You get a like-new bike for 10% under retail.\"}},\n    {\"@type\":\"Question\",\"name\":\"How much do I save on the open-box Tarmac ST?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It was $1,699 and is now $1,529.10 — a $169.90 saving, 10% off retail. Free pro assembly plus fenders and a rear rack are included, so it rolls out ready to ride.\"}},\n    {\"@type\":\"Question\",\"name\":\"Does the open-box Tarmac ST still come with a warranty and return window?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. You get the same 14-Day Love the Ride Guarantee and the same full Mokwheel warranty a brand-new bike carries. Buying open-box only changes the price, not the coverage.\"}},\n    {\"@type\":\"Question\",\"name\":\"What are the Mokwheel Tarmac ST specs?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"750W rated \/ 920W peak motor, approximately 60–70 miles of range per charge, a step-through commuter frame for easy on and off, and hydraulic disc brakes. This unit is Grey and includes free pro assembly, fenders, and a rear rack.\"}},\n    {\"@type\":\"Question\",\"name\":\"How do I buy the open-box Tarmac ST in Oregon?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Come see it in-store. There's only one unit at this price, on our showroom floor in Tualatin (Portland area), open Tue–Sun 10am–7pm. Eugene customers can call ahead. Ride it and take it home the same day — no shipping wait.\"}}\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  (function () {\n    var revealEls = document.querySelectorAll('.mwfs-reveal, .mwfs-reveal-stagger, .mwfs-banner');\n    if (!('IntersectionObserver' in window)) { revealEls.forEach(function (el) { el.classList.add('is-visible'); }); return; }\n    var io = new IntersectionObserver(function (entries) {\n      entries.forEach(function (entry) { if (entry.isIntersecting) { entry.target.classList.add('is-visible'); io.unobserve(entry.target); } });\n    }, { threshold: 0.12, rootMargin: '0px 0px -8% 0px' });\n    revealEls.forEach(function (el) { io.observe(el); });\n  })();\n\u003c\/script\u003e","brand":"Mokwheel","offers":[{"title":"Default Title","offer_id":48741652037732,"sku":null,"price":1529.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0277\/7789\/2452\/files\/IMG_0307_f1542f70-c075-4bdc-86ee-d7c7bf40439c.jpg?v=1783872783","url":"https:\/\/mokwheelstore.com\/products\/open-box-demo-tarmac-st-grey-1-available","provider":"Mokwheel Factory Store","version":"1.0","type":"link"}