{"title":"Fall Kickoff Sale","description":"\u003cstyle\u003e\n  \/* FALL KICKOFF SALE — Dark Site \/ Warm Gold Accent *\/\n  .fall-collection{\n    max-width: 900px;\n    margin: 0 auto 40px;\n    padding: 6px 0;\n    font-family: var(--font-body-family, \"Poppins\", Arial, sans-serif);\n    color: #ffffff;\n  }\n\n  \/* Header *\/\n  .fall-collection .header{\n    text-align: center;\n    margin-bottom: 26px;\n  }\n\n  .fall-collection .eyebrow{\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 14px;\n    border-radius: 999px;\n    background: rgba(231,182,90,0.10);\n    border: 1px solid rgba(231,182,90,0.55);\n    color: #e7b65a;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .fall-collection .header h2{\n    font-size: 30px;\n    font-weight: 900;\n    margin: 0 0 10px;\n    color: #ffffff;\n    letter-spacing: 0.2px;\n  }\n\n  .fall-collection .header h2::before,\n  .fall-collection .header h2::after{\n    content:\"\";\n    display:inline-block;\n    width: 34px;\n    height: 1px;\n    vertical-align: middle;\n    margin: 0 10px;\n    background: linear-gradient(\n      90deg,\n      rgba(231,182,90,0),\n      rgba(231,182,90,0.95),\n      rgba(231,182,90,0)\n    );\n  }\n\n  .fall-collection .header p{\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 720px;\n    margin: 0 auto;\n    color: rgba(255,255,255,0.86);\n  }\n\n  .fall-collection .header p strong{\n    color: #e7b65a;\n  }\n\n  \/* Coupon Cards *\/\n  .coupon-wrap{\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 22px;\n    margin-top: 22px;\n  }\n\n  .coupon{\n    width: 390px;\n    border-radius: 16px;\n    overflow: hidden;\n    position: relative;\n\n    background: linear-gradient(\n      145deg,\n      #494949 0%,\n      #373737 55%,\n      #303030 100%\n    );\n\n    border: 1px solid rgba(231,182,90,0.46);\n\n    box-shadow:\n      0 14px 30px rgba(0,0,0,0.30),\n      0 0 0 1px rgba(255,255,255,0.03) inset;\n\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .coupon:hover{\n    transform: translateY(-3px);\n\n    box-shadow:\n      0 18px 38px rgba(0,0,0,0.38),\n      0 0 18px rgba(231,182,90,0.07);\n  }\n\n  .coupon::before{\n    content:\"\";\n    position:absolute;\n    inset:-1px;\n    border-radius:16px;\n    pointer-events:none;\n\n    background: linear-gradient(\n      135deg,\n      rgba(231,182,90,0.50),\n      rgba(255,255,255,0.03) 45%,\n      rgba(231,182,90,0.25)\n    );\n\n    padding:1px;\n\n    -webkit-mask:\n      linear-gradient(#000 0 0) content-box,\n      linear-gradient(#000 0 0);\n\n    -webkit-mask-composite: xor;\n    mask-composite: exclude;\n\n    opacity:0.75;\n  }\n\n  .coupon-inner{\n    display:flex;\n    align-items:stretch;\n  }\n\n  .coupon .left{\n    flex:1;\n    padding:20px 18px 18px;\n  }\n\n  .coupon .left h3{\n    font-size:24px;\n    font-weight:900;\n    margin:0 0 8px;\n    color:#ffffff;\n  }\n\n  .coupon .left p{\n    font-size:14px;\n    line-height:1.65;\n    margin:0;\n    color:rgba(255,255,255,0.82);\n  }\n\n  .coupon .left strong{\n    color:#e7b65a;\n  }\n\n  \/* Right Panel *\/\n  .coupon .right{\n    width:150px;\n    padding:16px 12px;\n    text-align:center;\n    position:relative;\n\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    align-items:center;\n    gap:10px;\n\n    background: linear-gradient(\n      180deg,\n      rgba(231,182,90,0.08) 0%,\n      rgba(231,182,90,0.03) 100%\n    );\n\n    border-left:1px solid rgba(231,182,90,0.20);\n  }\n\n  .coupon .right::before{\n    content:\"\";\n    position:absolute;\n    left:12px;\n    right:12px;\n    top:0;\n    height:1px;\n\n    background:linear-gradient(\n      90deg,\n      rgba(231,182,90,0),\n      rgba(231,182,90,0.75),\n      rgba(231,182,90,0)\n    );\n  }\n\n  \/* Copy Button *\/\n  .copy-btn{\n    width:100%;\n    max-width:120px;\n\n    border:none;\n    border-radius:999px;\n\n    font-weight:900;\n    font-size:12px;\n\n    padding:9px 10px;\n\n    cursor:pointer;\n\n    color:#2f2f2f;\n\n    background:linear-gradient(\n      135deg,\n      #f0c66f 0%,\n      #dca84d 50%,\n      #f3d48e 100%\n    );\n\n    box-shadow:\n      0 8px 16px rgba(0,0,0,0.24),\n      0 0 0 1px rgba(255,255,255,0.10) inset;\n\n    transition:\n      transform 0.25s ease,\n      filter 0.25s ease;\n  }\n\n  .copy-btn:hover{\n    transform:translateY(-1px);\n    filter:brightness(1.05);\n  }\n\n  .copy-btn.copied{\n    background:linear-gradient(\n      135deg,\n      #ffe2a7 0%,\n      #e7b65a 50%,\n      #f4d899 100%\n    ) !important;\n\n    color:#2d2d2d !important;\n  }\n\n  .code-text{\n    margin:0;\n    font-weight:900;\n    font-size:15px;\n    letter-spacing:0.12em;\n    color:#ffffff;\n  }\n\n  \/* Footer Note *\/\n  .note{\n    text-align:center;\n    font-size:13px;\n    line-height:1.6;\n    color:rgba(255,255,255,0.68);\n    margin-top:18px;\n  }\n\n  .note strong{\n    color:#e7b65a;\n  }\n\n  @media (max-width:700px){\n    .fall-collection{\n      padding:0 10px;\n    }\n\n    .coupon{\n      width:100%;\n    }\n\n    .coupon .right{\n      width:145px;\n    }\n\n    .fall-collection .header h2{\n      font-size:26px;\n    }\n  }\n\n  @media (max-width:480px){\n    .coupon-inner{\n      flex-direction:column;\n    }\n\n    .coupon .right{\n      width:auto;\n      border-left:none;\n      border-top:1px solid rgba(231,182,90,0.20);\n      padding:14px;\n    }\n\n    .copy-btn{\n      max-width:150px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fall-collection\"\u003e\n\n  \u003cdiv class=\"header\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003e7 DAYS ONLY\u003c\/div\u003e\n\n    \u003ch2\u003eFall Kickoff Sale\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Ride into fall with limited-time savings on SPLACH e-scooters and e-bikes in\n      \u003cstrong\u003eU.S. stock\u003c\/strong\u003e. Choose your ride below and use the applicable code at checkout.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"coupon-wrap\"\u003e\n\n    \u003c!-- FALL100 --\u003e\n    \u003cdiv class=\"coupon\"\u003e\n      \u003cdiv class=\"coupon-inner\"\u003e\n\n        \u003cdiv class=\"left\"\u003e\n          \u003ch3\u003e$100 OFF\u003c\/h3\u003e\n          \u003cp\u003e\n            Use code \u003cstrong\u003eFALL100\u003c\/strong\u003e on\n            Thunder 10, Titan 10, Titan 10 Plus,\n            or Stark Single Battery.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"right\"\u003e\n          \u003cbutton type=\"button\" data-code=\"FALL100\" class=\"copy-btn\"\u003eCOPY\u003c\/button\u003e\n          \u003cdiv class=\"code-text\"\u003eFALL100\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FALL200 --\u003e\n    \u003cdiv class=\"coupon\"\u003e\n      \u003cdiv class=\"coupon-inner\"\u003e\n\n        \u003cdiv class=\"left\"\u003e\n          \u003ch3\u003e$200 OFF\u003c\/h3\u003e\n          \u003cp\u003e\n            Use code \u003cstrong\u003eFALL200\u003c\/strong\u003e on\n            Cross, Stark Dual Battery,\n            or Patriot.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"right\"\u003e\n          \u003cbutton type=\"button\" data-code=\"FALL200\" class=\"copy-btn\"\u003eCOPY\u003c\/button\u003e\n          \u003cdiv class=\"code-text\"\u003eFALL200\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note\"\u003e\n    Offer valid for \u003cstrong\u003e7 days only\u003c\/strong\u003e on eligible U.S. stock.\n    Promo codes cannot be combined with sign-up coupons or other discounts.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const buttons = document.querySelectorAll(\".copy-btn\");\n\n  const fallbackCopy = (text) =\u003e {\n    const ta = document.createElement(\"textarea\");\n    ta.value = text;\n    ta.setAttribute(\"readonly\", \"\");\n    ta.style.position = \"fixed\";\n    ta.style.opacity = \"0\";\n\n    document.body.appendChild(ta);\n    ta.select();\n\n    try {\n      document.execCommand(\"copy\");\n    } catch(e) {}\n\n    document.body.removeChild(ta);\n  };\n\n  buttons.forEach(btn =\u003e {\n    btn.addEventListener(\"click\", function() {\n      const code = this.getAttribute(\"data-code\");\n      const original = this.textContent;\n\n      const onCopied = () =\u003e {\n        this.classList.add(\"copied\");\n        this.textContent = \"COPIED!\";\n\n        setTimeout(() =\u003e {\n          this.textContent = original;\n          this.classList.remove(\"copied\");\n        }, 1400);\n      };\n\n      if (navigator.clipboard \u0026\u0026 navigator.clipboard.writeText) {\n        navigator.clipboard.writeText(code)\n          .then(onCopied)\n          .catch(() =\u003e {\n            fallbackCopy(code);\n            onCopied();\n          });\n      } else {\n        fallbackCopy(code);\n        onCopied();\n      }\n    });\n  });\n});\n\u003c\/script\u003e","products":[{"product_id":"stark","title":"SPLACH Stark: The Iron Man-like Expeditioner","description":"\u003c!--\n\n\u003cdiv class=\"splach-vday\" style=\"margin: 14px 0 18px;\"\u003e\n\u003cdiv style=\"border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 10px 26px rgba(0,0,0,.12); background: rgba(255,255,255,.06); backdrop-filter: blur(6px);\"\u003e\n\n\u003cdiv style=\"padding: 12px 14px 10px; color: #ffffff;\"\u003e\n\u003cdiv style=\"font-weight: 900; font-size: 16px; letter-spacing: .2px; line-height: 1.3; font-style: italic;\"\u003eRide together, enjoy more\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; line-height: 1.55; opacity: .92; margin-top: 8px;\"\u003e\n\u003cstrong style=\"color: #ffffff;\"\u003eBuy 1 ride:\u003c\/strong\u003e Add the \u003ca href=\"https:\/\/splach.bike\/products\/zippy\" rel=\"noopener\" style=\"color: #9db7ff; font-weight: 900; text-decoration: underline;\" target=\"_blank\"\u003eZippy Duo Set\u003c\/a\u003e, then apply \u003cstrong style=\"color: #ffffff;\"\u003eZIPPYGIFT\u003c\/strong\u003e, the Zippy Duo Set becomes \u003cstrong style=\"color: #ffffff;\"\u003eFREE\u003c\/strong\u003e.\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; line-height: 1.55; opacity: .92; margin-top: 6px;\"\u003e\n\u003cstrong style=\"color: #ffffff;\"\u003eBuy 2 rides:\u003c\/strong\u003e Apply \u003cstrong style=\"color: #ffffff;\"\u003eRIDE2GETHER\u003c\/strong\u003e for an extra \u003cstrong style=\"color: #ffffff;\"\u003e$150 OFF\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding: 0 14px 14px;\"\u003e\n\n\u003cdiv style=\"display: flex; gap: 10px; align-items: center; justify-content: space-between; padding: 12px; border-radius: 14px; background: rgba(75,112,213,.14); border: 1px solid rgba(75,112,213,.35); margin-top: 10px;\"\u003e\n\u003cdiv style=\"min-width: 0;\"\u003e\n\u003cdiv style=\"font-size: 12px; letter-spacing: .6px; color: #cfe0ff; font-weight: 900;\"\u003eFREE ZIPPY DUO SET\u003c\/div\u003e\n\u003cdiv style=\"font-size: 18px; letter-spacing: 1px; font-weight: 900; color: #ffffff; margin-top: 3px;\"\u003eZIPPYGIFT\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"splach-copy-btn\" data-code=\"ZIPPYGIFT\" style=\"flex: 0 0 auto; border: none; border-radius: 999px; padding: 9px 12px; font-weight: 900; font-size: 12px; cursor: pointer; color: #ffffff; background: #4b70d5; box-shadow: 0 8px 18px rgba(0,0,0,.18);\"\u003e COPY \u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"display: flex; gap: 10px; align-items: center; justify-content: space-between; padding: 12px; border-radius: 14px; background: rgba(232,91,81,.14); border: 1px solid rgba(232,91,81,.35); margin-top: 10px;\"\u003e\n\u003cdiv style=\"min-width: 0;\"\u003e\n\u003cdiv style=\"font-size: 12px; letter-spacing: .6px; color: #ffd2cf; font-weight: 900;\"\u003eEXTRA $150 OFF (2 RIDES)\u003c\/div\u003e\n\u003cdiv style=\"font-size: 18px; letter-spacing: 1px; font-weight: 900; color: #ffffff; margin-top: 3px;\"\u003eRIDE2GETHER\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"splach-copy-btn\" data-code=\"RIDE2GETHER\" style=\"flex: 0 0 auto; border: none; border-radius: 999px; padding: 9px 12px; font-weight: 900; font-size: 12px; cursor: pointer; color: #ffffff; background: #e85b51; box-shadow: 0 8px 18px rgba(0,0,0,.18);\"\u003e COPY \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12px; line-height: 1.5; color: rgba(255,255,255,.78); margin-top: 10px;\"\u003eTip: Buying 2 rides? Use \u003cstrong style=\"color: #ffffff;\"\u003eboth\u003c\/strong\u003e codes to get the free Zippy Duo Set + $150 off.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function () {\n  function fallbackCopy(text) {\n    var ta = document.createElement(\"textarea\");\n    ta.value = text;\n    ta.setAttribute(\"readonly\", \"\");\n    ta.style.position = \"fixed\";\n    ta.style.opacity = \"0\";\n    document.body.appendChild(ta);\n    ta.select();\n    try { document.execCommand(\"copy\"); } catch (e) {}\n    document.body.removeChild(ta);\n  }\n\n  if (window.__splachVdayCopyBound) return;\n  window.__splachVdayCopyBound = true;\n\n  document.addEventListener(\"click\", function (e) {\n    var btn = e.target \u0026\u0026 e.target.closest ? e.target.closest(\".splach-copy-btn\") : null;\n    if (!btn) return;\n\n    var code = btn.getAttribute(\"data-code\") || \"\";\n    var original = btn.textContent;\n\n    function onCopied() {\n      btn.textContent = \"COPIED!\";\n      btn.style.filter = \"brightness(1.08)\";\n      setTimeout(function () {\n        btn.textContent = original;\n        btn.style.filter = \"\";\n      }, 1200);\n    }\n\n    if (navigator.clipboard \u0026\u0026 navigator.clipboard.writeText) {\n      navigator.clipboard.writeText(code).then(onCopied).catch(function () {\n        fallbackCopy(code);\n        onCopied();\n      });\n    } else {\n      fallbackCopy(code);\n      onCopied();\n    }\n  });\n})();\n\u003c\/script\u003e\n--\u003e\n\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eIn stock in the US.\u003c\/strong\u003e Countries outside the US must pre-order.\u003cbr\u003e750W Power with removable battery — Powerful, Fast, and Long-Ranged.\u003cbr\u003eEstimated 2–3 business days for order processing after payment confirmation.\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIn-stock orders: processing time 3–5 days excluding holidays. 3–7 days delivery.\u003c\/em\u003e\u003c\/p\u003e","brand":"SPLACH Bike","offers":[{"title":"All Black \/ Single","offer_id":39772766863415,"sku":"Stark-750K-S","price":1599.0,"currency_code":"USD","in_stock":false},{"title":"All Black \/ Dual","offer_id":39772766896183,"sku":"Stark-750K-D","price":2149.0,"currency_code":"USD","in_stock":false},{"title":"Black Frame w\/ Orange Pattern \/ Single","offer_id":39896045649975,"sku":"Stark-750O-S","price":1599.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0245\/3389\/3175\/files\/webProduct-Stark-E-Bike-orange-black.jpg?v=1762753654"},{"product_id":"splach-patriot-powerful-1500w-motor-for-fast-and-long-ranged-travel","title":"SPLACH PATRIOT: Powerful 1500W motor for fast and long-ranged travel","description":"\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cstrong\u003eIn Stock in the US now.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003ePATRIOT stands for \u003cstrong\u003estronger power\u003c\/strong\u003e propelled by a \u003cstrong\u003e1500W motor\u003c\/strong\u003e.  You’ll feel like riding on a wild beast that can take you wherever you wanna go wildly and freely.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e \u003c\/p\u003e\nEstimated 2-3 business days for order processing after payment confirmation.\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003eShip from Hong Kong to countries other than the US. Delivery times vary by country.\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"SPLACH Bike","offers":[{"title":"Black\/Blue","offer_id":39991150379063,"sku":"PATRIOT-1500KB","price":2599.0,"currency_code":"USD","in_stock":false},{"title":"Black\/Red","offer_id":40046769471543,"sku":"PATRIOT-1500KR","price":2599.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0245\/3389\/3175\/files\/PPRO-R01_800x529-R-220920.jpg?v=1697100389"},{"product_id":"splach-titan-a-dazzling-suv-like-2600w-e-scooter","title":"SPLACH Titan: A Dazzling SUV Like 2600W E-Scooter","description":"","brand":"SPLACH Bike","offers":[{"title":"Titan 10 in Chameleon Jade","offer_id":40064711852087,"sku":"TITAN10-52X-D","price":1299.0,"currency_code":"USD","in_stock":false},{"title":"Titan 10 in Silver Gray","offer_id":40235662049335,"sku":"TITAN10-52S-D","price":1199.0,"currency_code":"USD","in_stock":false},{"title":"Titan 10 Plus in Ruby Red","offer_id":41495583096887,"sku":"TITAN10P-52R-D","price":1499.0,"currency_code":"USD","in_stock":false},{"title":"Titan 10 Plus in Steel Blue","offer_id":41631153356855,"sku":"TITAN10P-52B-D","price":1499.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0245\/3389\/3175\/files\/R01-Jade-2_1390x920_039b7355-dde6-4023-9cf6-7a1f12c580e3.webp?v=1764045817"},{"product_id":"splach-thunder-silky-smooth-dual-motor-electric-scooter","title":"SPLACH Thunder: Silky Smooth Dual Motor Electric Scooter","description":"","brand":"SPLACH Bike","offers":[{"title":"Thunder 10 in Blazing Gold","offer_id":41065006530615,"sku":"TD10-52Y-D","price":999.0,"currency_code":"USD","in_stock":false},{"title":"Thunder 10 in Silver Grey","offer_id":41420885590071,"sku":"TD10-52S-D","price":999.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0245\/3389\/3175\/files\/Thunder-R01-Td10-g-1390x920.webp?v=1764754256"}],"url":"https:\/\/splach.bike\/en-kr\/collections\/fall-kickoff-sale.oembed","provider":"SPLACH Bike","version":"1.0","type":"link"}