{"product_id":"inboard-motor-conversion-kit","title":"Inboard Motor Conversion Kit","description":"\u003c!-- \n  ============================================\n  EZ INBOARD MOTOR GUIDE — SHOPIFY READY\n  ============================================\n  \n  HOW TO ADD TO SHOPIFY:\n  1. Go to Shopify Admin → Online Store → Pages\n  2. Click \"Add page\"\n  3. Title: \"EZ Inboard Motor Guide\"\n  4. Click the \"\u003c\u003e\" (Show HTML) button\n  5. Paste this ENTIRE code\n  6. Click Save\n  \n  TO EDIT LATER:\n  - Just open the page in Shopify\n  - Click \"\u003c\u003e\" to see HTML\n  - Find the text you want to change (prices, specs, etc.)\n  - Change it directly — no coding needed\n  - Click Save\n  \n  ============================================\n--\u003e\n\u003cstyle\u003e\n.ib * { box-sizing: border-box; margin: 0; padding: 0; }\n.ib {\n  font-family: -apple-system, system-ui, 'Segoe UI', sans-serif;\n  color: #1e293b;\n  line-height: 1.6;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n\/* Hero *\/\n.ib-hero {\n  background: linear-gradient(160deg, #0B2545, #1B4965, #2E86AB);\n  border-radius: 20px;\n  padding: 48px 32px;\n  text-align: center;\n  color: #fff;\n  margin-bottom: 28px;\n}\n.ib-hero h1 {\n  font-size: 32px;\n  font-weight: 800;\n  margin-bottom: 12px;\n  line-height: 1.2;\n}\n.ib-hero p {\n  font-size: 15px;\n  opacity: 0.8;\n  max-width: 540px;\n  margin: 0 auto;\n}\n\n\/* Section *\/\n.ib-section {\n  background: #fff;\n  border-radius: 16px;\n  padding: 32px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.06);\n}\n.ib-section h2 {\n  font-size: 22px;\n  font-weight: 800;\n  margin-bottom: 6px;\n  color: #1e293b;\n}\n.ib-section h3 {\n  font-size: 18px;\n  font-weight: 700;\n  margin-bottom: 6px;\n  color: #1e293b;\n}\n.ib-section p {\n  color: #64748b;\n  font-size: 14px;\n  margin-bottom: 16px;\n}\n\n\/* Quick compare boxes *\/\n.ib-compare {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 28px;\n}\n.ib-compare-box {\n  background: #fff;\n  border-radius: 16px;\n  padding: 24px;\n  text-align: center;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.06);\n}\n.ib-compare-box.blue { border-top: 4px solid #2E86AB; }\n.ib-compare-box.dark { border-top: 4px solid #0B2545; }\n.ib-compare-box .model {\n  font-size: 12px;\n  color: #94a3b8;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.ib-compare-box .hp {\n  font-size: 32px;\n  font-weight: 800;\n  margin: 4px 0;\n}\n.ib-compare-box.blue .hp { color: #2E86AB; }\n.ib-compare-box.dark .hp { color: #0B2545; }\n.ib-compare-box .sub {\n  font-size: 13px;\n  color: #64748b;\n}\n\n\/* Motor card *\/\n.ib-motor {\n  background: #fff;\n  border-radius: 16px;\n  overflow: hidden;\n  margin-bottom: 24px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\n}\n.ib-motor-head {\n  padding: 28px;\n  color: #fff;\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-start;\n}\n.ib-motor-head .tagline {\n  font-size: 11px;\n  font-weight: 600;\n  opacity: 0.7;\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n  margin-bottom: 6px;\n}\n.ib-motor-head .name {\n  font-size: 28px;\n  font-weight: 800;\n}\n.ib-motor-head .kwlabel {\n  font-size: 14px;\n  font-weight: 500;\n  opacity: 0.85;\n  margin-top: 4px;\n}\n.ib-motor-head .hp-big {\n  font-size: 48px;\n  font-weight: 900;\n  line-height: 1;\n  text-align: right;\n}\n.ib-motor-head .hp-label {\n  font-size: 13px;\n  font-weight: 600;\n  opacity: 0.7;\n  text-align: right;\n}\n.ib-motor-body {\n  padding: 28px;\n}\n\n\/* Spec grid *\/\n.ib-specs {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 20px;\n}\n.ib-spec {\n  background: #f5f8fb;\n  border-radius: 12px;\n  padding: 14px 16px;\n}\n.ib-spec .label {\n  font-size: 11px;\n  color: #94a3b8;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n  margin-bottom: 3px;\n}\n.ib-spec .value {\n  font-size: 15px;\n  font-weight: 700;\n  color: #1e293b;\n}\n\n\/* Tags *\/\n.ib-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n  margin-bottom: 16px;\n}\n.ib-tag {\n  padding: 5px 12px;\n  border-radius: 8px;\n  font-size: 12px;\n  font-weight: 600;\n}\n.ib-tag.blue { background: #2E86AB12; color: #2E86AB; }\n.ib-tag.dark { background: #0B254512; color: #0B2545; }\n\n\/* Ideal box *\/\n.ib-ideal {\n  background: #f5f8fb;\n  border-radius: 12px;\n  padding: 14px 16px;\n  font-size: 13px;\n  color: #475569;\n  margin-bottom: 16px;\n}\n\n\/* Full spec table *\/\n.ib-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-top: 12px;\n}\n.ib-table tr {\n  border-bottom: 1px solid #f1f5f9;\n}\n.ib-table td {\n  padding: 10px 0;\n  font-size: 13px;\n}\n.ib-table td:first-child {\n  color: #64748b;\n  font-weight: 500;\n  width: 45%;\n}\n.ib-table td:last-child {\n  color: #1e293b;\n  font-weight: 600;\n  text-align: right;\n}\n\n\/* Accessory link *\/\n.ib-acc-link {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 16px 20px;\n  background: #f5f8fb;\n  border-radius: 12px;\n  margin-bottom: 10px;\n  text-decoration: none;\n  color: inherit;\n  border: 2px solid transparent;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.ib-acc-link:hover {\n  border-color: #2E86AB;\n  box-shadow: 0 2px 12px rgba(46,134,171,0.15);\n}\n.ib-acc-link .name {\n  font-size: 15px;\n  font-weight: 700;\n  color: #1e293b;\n  margin-bottom: 2px;\n}\n.ib-acc-link .desc {\n  font-size: 12px;\n  color: #94a3b8;\n}\n.ib-acc-link .right {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n.ib-acc-link .price {\n  font-size: 16px;\n  font-weight: 700;\n  color: #2E86AB;\n  white-space: nowrap;\n}\n.ib-acc-link .btn {\n  background: #2E86AB;\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  padding: 6px 14px;\n  border-radius: 8px;\n  white-space: nowrap;\n}\n\n\/* Category label *\/\n.ib-cat {\n  font-size: 13px;\n  font-weight: 700;\n  color: #1e293b;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  margin: 20px 0 10px;\n}\n.ib-cat:first-child { margin-top: 0; }\n\n\/* Feature grid *\/\n.ib-features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\n  gap: 14px;\n}\n.ib-feat {\n  background: #f5f8fb;\n  border-radius: 12px;\n  padding: 16px;\n}\n.ib-feat .icon { font-size: 22px; margin-bottom: 6px; }\n.ib-feat .title { font-size: 13px; font-weight: 700; color: #1e293b; margin-bottom: 3px; }\n.ib-feat .desc { font-size: 12px; color: #64748b; }\n\n\/* Battery formula *\/\n.ib-formula-box {\n  background: linear-gradient(135deg, #0B2545, #1B4965);\n  border-radius: 14px;\n  padding: 24px;\n  color: #fff;\n  margin-bottom: 20px;\n}\n.ib-formula-box .formula {\n  background: rgba(255,255,255,0.12);\n  border-radius: 10px;\n  padding: 16px;\n  font-family: monospace;\n  font-size: 15px;\n  font-weight: 600;\n  text-align: center;\n  margin: 10px 0;\n}\n.ib-formula-box .example {\n  font-size: 12px;\n  opacity: 0.65;\n  margin-top: 8px;\n}\n\n\/* Battery grid *\/\n.ib-batt-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 14px;\n  margin-bottom: 16px;\n}\n.ib-batt {\n  background: #f5f8fb;\n  border-radius: 12px;\n  padding: 18px;\n}\n.ib-batt .name { font-size: 14px; font-weight: 700; color: #1e293b; margin-bottom: 4px; }\n.ib-batt .desc { font-size: 12px; color: #64748b; margin-bottom: 6px; }\n.ib-batt .feat { font-size: 11px; color: #2E86AB; font-weight: 600; }\n\n\/* Note box *\/\n.ib-note {\n  padding: 14px 18px;\n  background: #fffbeb;\n  border-radius: 10px;\n  font-size: 13px;\n  color: #92400e;\n}\n\n\/* Tip box *\/\n.ib-tip {\n  padding: 10px 16px;\n  background: #f0f7fa;\n  border-radius: 10px;\n  font-size: 12px;\n  color: #475569;\n}\n\n\/* Dark section *\/\n.ib-dark {\n  background: linear-gradient(135deg, #0B2545, #1B4965);\n  border-radius: 16px;\n  padding: 32px;\n  color: #fff;\n  margin-bottom: 20px;\n}\n.ib-dark h3 {\n  font-size: 18px;\n  font-weight: 700;\n  margin-bottom: 20px;\n  color: #fff;\n}\n.ib-why {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 20px;\n}\n.ib-why .icon { font-size: 22px; margin-bottom: 6px; }\n.ib-why .title { font-size: 13px; font-weight: 700; margin-bottom: 3px; }\n.ib-why .sub { font-size: 12px; color: rgba(255,255,255,0.6); }\n\n\/* CTA *\/\n.ib-cta {\n  text-align: center;\n  padding: 32px 0 8px;\n}\n.ib-cta p {\n  font-size: 15px;\n  color: #64748b;\n  margin-bottom: 18px;\n}\n.ib-cta a {\n  display: inline-block;\n  background: #2E86AB;\n  color: #fff;\n  padding: 14px 40px;\n  border-radius: 14px;\n  font-size: 15px;\n  font-weight: 700;\n  text-decoration: none;\n}\n.ib-cta a:hover { background: #256f8f; }\n\n\/* Responsive *\/\n@media (max-width: 600px) {\n  .ib-hero { padding: 32px 20px; }\n  .ib-hero h1 { font-size: 24px; }\n  .ib-compare { grid-template-columns: 1fr; }\n  .ib-specs { grid-template-columns: 1fr; }\n  .ib-motor-head { flex-direction: column; gap: 12px; }\n  .ib-motor-body { padding: 20px; }\n  .ib-section { padding: 24px; }\n  .ib-acc-link {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 10px;\n  }\n  .ib-acc-link .right { width: 100%; justify-content: space-between; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ib\"\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- HERO --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-hero\"\u003e\n\u003ch1\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0694\/1582\/9749\/files\/EZ-IB10-IB15.jpg?v=1783115023\" alt=\"\"\u003e\u003c\/h1\u003e\n\u003ch1\u003eConverting Your Boat to Electric?\u003cbr\u003ePick the Right Inboard Motor.\u003c\/h1\u003e\n\u003cp\u003eClean, quiet, maintenance-free BLDC motors with sinewave controllers. Just match your boat's gas HP to the right kit it's that simple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- QUICK COMPARE --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-compare\"\u003e\n\u003cdiv class=\"ib-compare-box blue\"\u003e\n\u003cdiv class=\"model\"\u003eEZ-IB10\u003c\/div\u003e\n\u003cdiv class=\"hp\"\u003e10 HP\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003e5 KW • Replaces 10 HP gas\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eBoats up to 20 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-compare-box dark\"\u003e\n\u003cdiv class=\"model\"\u003eEZ-IB15\u003c\/div\u003e\n\u003cdiv class=\"hp\"\u003e15 HP\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003e8 KW • Replaces 15 HP gas\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eBoats up to 28 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- CHOOSING GUIDE --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-section\"\u003e\n\u003ch2\u003e\n\u003cimg\u003e\u003cimg\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0694\/1582\/9749\/files\/Capture_ea30bd20-2188-4f63-b18b-aa4f606edeb1.png?v=1783115126\" alt=\"\"\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eWhich One Do I Need?\u003c\/h2\u003e\n\u003cp\u003eIt's simple just match your current gas engine to the right electric inboard:\u003c\/p\u003e\n\u003ctable class=\"ib-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eYour current gas engine is under 10 HP\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e→ Go with the \u003cstrong\u003eEZ-IB10\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eYour current gas engine is 10 HP\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e→ Go with the \u003cstrong\u003eEZ-IB10\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eYour current gas engine is 11–15 HP\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e→ Go with the \u003cstrong\u003eEZ-IB15\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBoat under 20 ft, calm lakes \u0026amp; rivers\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e→ \u003cstrong\u003eEZ-IB10\u003c\/strong\u003e is perfect\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBoat 20–28 ft, coastal or heavy use\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e→ \u003cstrong\u003eEZ-IB15\u003c\/strong\u003e is the way to go\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eNew build \/ no gas engine\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eContact us we'll help you pick\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- EZ-IB10 MOTOR CARD --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-motor\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#2E86AB,#2071a0);\" class=\"ib-motor-head\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"tagline\"\u003eThe Workhorse\u003c\/div\u003e\n\u003cdiv class=\"name\"\u003eEZ-IB10\u003c\/div\u003e\n\u003cdiv class=\"kwlabel\"\u003e5 KW Electric Inboard Motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hp-big\"\u003e10\u003c\/div\u003e\n\u003cdiv class=\"hp-label\"\u003eHorsepower\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-motor-body\"\u003e\n\u003c!-- Quick Stats --\u003e\n\u003cdiv class=\"ib-specs\"\u003e\n\u003cdiv class=\"ib-spec\"\u003e\n\u003cdiv class=\"label\"\u003eGas Equivalent\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e10 HP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-spec\"\u003e\n\u003cdiv class=\"label\"\u003eBoat Length\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eUp to 20 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-spec\"\u003e\n\u003cdiv class=\"label\"\u003eMax Displacement\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eUp to 2,500 kg (~5,500 lbs)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-spec\"\u003e\n\u003cdiv class=\"label\"\u003ePeak Current\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e110A\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Best For --\u003e\n\u003cdiv style=\"font-size: 12px; font-weight: bold; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px;\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"ib-tags\"\u003e\n\u003cspan class=\"ib-tag blue\"\u003eSailboats\u003c\/span\u003e \u003cspan class=\"ib-tag blue\"\u003eDinghies\u003c\/span\u003e \u003cspan class=\"ib-tag blue\"\u003eFishing boats\u003c\/span\u003e \u003cspan class=\"ib-tag blue\"\u003eSmall pontoons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-ideal\"\u003e\n\u003cstrong\u003eIdeal for:\u003c\/strong\u003e Weekend sailors, lake boats, light cruising, canal boats\u003c\/div\u003e\n\u003c!-- Full Specs Table — all visible, easy to edit --\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: bold; color: #1e293b; margin-bottom: 8px;\"\u003eFull Specifications\u003c\/div\u003e\n\u003ctable class=\"ib-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Power\u003c\/td\u003e\n\u003ctd\u003e5 KW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComparable Gas Engine\u003c\/td\u003e\n\u003ctd\u003e10 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSystem Voltage\u003c\/td\u003e\n\u003ctd\u003eDC 48V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePeak Current Draw\u003c\/td\u003e\n\u003ctd\u003e110A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Weight\u003c\/td\u003e\n\u003ctd\u003e37.5 kg (82.7 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e57 × 47 × 44 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eController\u003c\/td\u003e\n\u003ctd\u003eEZkontrol Sinewave (included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCooling\u003c\/td\u003e\n\u003ctd\u003eAir cooled (liquid cooling optional)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e48V system sold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApp\u003c\/td\u003e\n\u003ctd\u003eFree EZdashboard (Android \u0026amp; iOS)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- EZ-IB15 MOTOR CARD --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-motor\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#0B2545,#0f2f5a);\" class=\"ib-motor-head\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"tagline\"\u003eThe Beast\u003c\/div\u003e\n\u003cdiv class=\"name\"\u003eEZ-IB15\u003c\/div\u003e\n\u003cdiv class=\"kwlabel\"\u003e8 KW Electric Inboard Motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hp-big\"\u003e15\u003c\/div\u003e\n\u003cdiv class=\"hp-label\"\u003eHorsepower\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-motor-body\"\u003e\n\u003c!-- Quick Stats --\u003e\n\u003cdiv class=\"ib-specs\"\u003e\n\u003cdiv class=\"ib-spec\"\u003e\n\u003cdiv class=\"label\"\u003eGas Equivalent\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e15 HP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-spec\"\u003e\n\u003cdiv class=\"label\"\u003eBoat Length\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eUp to 28 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-spec\"\u003e\n\u003cdiv class=\"label\"\u003eMax Displacement\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eUp to 4,000 kg (~8,800 lbs)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-spec\"\u003e\n\u003cdiv class=\"label\"\u003ePeak Current\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e175A\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Best For --\u003e\n\u003cdiv style=\"font-size: 12px; font-weight: bold; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px;\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"ib-tags\"\u003e\n\u003cspan class=\"ib-tag dark\"\u003eCruisers\u003c\/span\u003e \u003cspan class=\"ib-tag dark\"\u003eLarge sailboats\u003c\/span\u003e \u003cspan class=\"ib-tag dark\"\u003ePontoons\u003c\/span\u003e \u003cspan class=\"ib-tag dark\"\u003eWorkboats\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-ideal\"\u003e\n\u003cstrong\u003eIdeal for:\u003c\/strong\u003e Coastal cruising, heavier vessels, daily use, commercial light duty\u003c\/div\u003e\n\u003c!-- Full Specs Table — all visible, easy to edit --\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: bold; color: #1e293b; margin-bottom: 8px;\"\u003eFull Specifications\u003c\/div\u003e\n\u003ctable class=\"ib-table\" style=\"width: 99.9345%; height: 372.188px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003eMotor Power\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003e8 KW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003eComparable Gas Engine\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003e15 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003eSystem Voltage\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003eDC 48V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003ePeak Current Draw\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003e175A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003eMotor Weight\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003e49 kg (108 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003eController\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003eEZkontrol Sinewave (included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003eCooling\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003eAir cooled (liquid cooling optional)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003eBattery\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003e\n\u003cp\u003e48V system sold separately\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 41.3542px;\"\u003e\n\u003ctd style=\"width: 44.98%; height: 41.3542px;\"\u003eApp\u003c\/td\u003e\n\u003ctd style=\"width: 54.9786%; height: 41.3542px;\"\u003eFree EZdashboard (Android \u0026amp; iOS)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- WHAT'S INCLUDED --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-section\"\u003e\n\u003ch3\u003eWhat's Included in Every EZ Inboard\u003c\/h3\u003e\n\u003cp\u003eEach unit ships as a complete motor + controller kit in a single cage.\u003c\/p\u003e\n\u003cdiv class=\"ib-features\"\u003e\n\u003cdiv class=\"ib-feat\"\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eHi-Power BLDC Motor\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003e3rd-gen gearless brushless DC motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-feat\"\u003e\n\u003cdiv class=\"icon\"\u003e🎛️\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eEZKontrol Sinewave Controller\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003eTrue sinewave output, ultra-smooth\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-feat\"\u003e\n\u003cdiv class=\"icon\"\u003e📱\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eFree EZdashboard App\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003eMonitor power, voltage \u0026amp; more via Bluetooth\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0694\/1582\/9749\/files\/EZoutboard-UI_37fd7dae-eb7c-419d-91ba-20cca1889157.jpg?v=1783115181\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-feat\"\u003e\n\u003cdiv class=\"icon\"\u003e🔩\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eUniversal Cage Mount\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003eAdjustable brackets fit any boat hull\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-feat\"\u003e\n\u003cdiv class=\"icon\"\u003e❄️\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eExtra-Large Heatsink\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003eAir cooled standard; liquid cooling optional\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-feat\"\u003e\n\u003cdiv class=\"icon\"\u003e📖\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eInstall Manual\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003eIncludes custom frame solution guide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- ACCESSORIES --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-section\"\u003e\n\u003ch3\u003eAccessories Complete Your Setup\u003c\/h3\u003e\n\u003cp\u003eClick any item to view the product and add it to your order.\u003c\/p\u003e\n\u003cdiv class=\"ib-cat\"\u003eJoystick Throttle  Choose Your Style\u003c\/div\u003e\n\u003ca class=\"ib-acc-link\" href=\"https:\/\/goldenmotor.bike\/products\/power-outboard-joystick-throttle\" target=\"_blank\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"name\"\u003ePower Inboard\/Outboard Joystick Throttle\u003c\/div\u003e\n\u003cdiv class=\"name\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0694\/1582\/9749\/files\/boat-joystick.webp?v=1783115337\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003eForward\/reverse \u0026amp; throttle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"right\"\u003e\n\u003cdiv class=\"price\"\u003eRead Description here\u003c\/div\u003e\n\u003cspan class=\"btn\"\u003eView→\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"ib-acc-link\" href=\"https:\/\/goldenmotor.bike\/products\/power-inboard-outboard-joystick-throttle-copy\" target=\"_blank\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"name\"\u003eJoystick Throttle TRC-012\u003c\/div\u003e\n\u003cdiv class=\"name\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0694\/1582\/9749\/files\/Capture_c3e2e456-ca3a-4229-80e0-fced013d2db1.png?v=1783115272\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc\"\u003eAlternate joystick design Forward\/reverse variable speed control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"right\"\u003e\n\u003cdiv class=\"price\"\u003eRead Description here\u003c\/div\u003e\n\u003cspan class=\"btn\"\u003eView →\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- BATTERY --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-section\"\u003e\n\u003ch3\u003eHow to Size Your Battery\u003c\/h3\u003e\n\u003cp\u003eBatteries are sold separately. Our expandable LiFePO4 battery modules let you start small, test your boat, then scale up to the capacity you need.\u003c\/p\u003e\n\u003cdiv class=\"ib-formula-box\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: bold; margin-bottom: 6px; opacity: 0.9;\"\u003eQuick Battery Formula:\u003c\/div\u003e\n\u003cdiv class=\"formula\"\u003eMotor Current (A) × Hours Needed = Battery Capacity (Ah)\u003c\/div\u003e\n\u003cdiv class=\"example\"\u003eExample: Your motor draws 65A and you want 3 hours → 65A × 3h = 195Ah → You'd need 4× 48V 50Ah modules (200Ah total).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-batt-grid\"\u003e\n\u003cdiv class=\"ib-batt\"\u003e\n\u003cb\u003e48V 52ah LiFePO4\u003c\/b\u003e\u003cbr\u003e\n\u003cdiv class=\"desc\"\u003eHigher capacity 150A continuous \u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003eBuilt-in BMS + charger \u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0694\/1582\/9749\/files\/48v52Ah_2.webp?v=1783115548\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ib-note\"\u003e\n\u003cstrong\u003eSafe 48V System:\u003c\/strong\u003e All EZ Inboards run on 48V safe for humans and easy to pass local marine safety regulations. You can also use any third-party 48V battery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- WHY ELECTRIC --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-dark\"\u003e\n\u003ch3\u003eWhy Switch to EZ Inboard?\u003c\/h3\u003e\n\u003cdiv class=\"ib-why\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"icon\"\u003e🔇\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eDead Silent\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eNo engine noise  just the water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eZero Maintenance\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eNo oil, no filters, no winterizing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"icon\"\u003e🌊\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eZero Emissions\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eNo gas fumes, no oil in the bilge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eSmooth Power\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eEZKontrol sinewave = buttery acceleration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"icon\"\u003e📱\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eApp Dashboard\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eReal-time monitoring via Bluetooth\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"icon\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"title\"\u003eExpandable Battery\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eStart small, add modules as needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- WILL IT FIT --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-section\"\u003e\n\u003ch3\u003eWill It Fit My Boat?\u003c\/h3\u003e\n\u003cp style=\"color: #475569; font-size: 14px; line-height: 1.7; margin: 0;\"\u003eYes the EZ Inboard cage mounts are designed for universal compatibility with all boat types. The adjustable brackets and screw rails let you adapt the mount to your hull. If you need a fully custom solution, the instruction manual includes a custom frame guide you can take to any local machine shop. The installation is compatible with existing gasoline engine mounts, making the swap straightforward.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════ --\u003e \u003c!-- CTA --\u003e \u003c!-- ═══════════════════════════════════ --\u003e\n\u003cdiv class=\"ib-cta\"\u003e\n\u003cp\u003eNot sure which model fits your boat? We're happy to help.\u003c\/p\u003e\n\u003ca href=\"mailto:support@goldenmotor.bike\"\u003eContact Us  support@goldenmotor.bike\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Surron","offers":[{"title":"EZ-IB10 (5 KW • Replaces 10 HP gas Boats up to 20 ft)","offer_id":48737755070709,"sku":null,"price":2980.0,"currency_code":"USD","in_stock":true},{"title":"EZ-IB15 (8 KW • Replaces 15 HP gas Boats up to 28 ft)","offer_id":48737755103477,"sku":null,"price":3790.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0694\/1582\/9749\/files\/EZ-IB10-IB15_53a2de53-aca0-4c29-86ed-25ae11798a2e.jpg?v=1783116178","url":"https:\/\/goldenmotor.bike\/products\/inboard-motor-conversion-kit","provider":"Golden Motor","version":"1.0","type":"link"}