{"product_id":"3500w-instant-electric-water-heater","title":"🔥 3500W Instant Electric Water Heater – Compact Tankless Design 🚿","description":"\u003cstyle\u003e .iwh-page, .iwh-page *{   box-sizing:border-box; }  .iwh-page{   --ink:#202d33;   --text:#46565d;   --muted:#6d7b81;    --blue:#31748b;   --blue-dark:#23586b;   --blue-soft:#edf7fa;    --warm:#fff6ea;   --cream:#faf7f1;   --soft:#fafbfb;   --safety:#fff9ef;    --line:#dce8eb;   --warm-line:#ebdfd0;    width:100%;   max-width:800px;   margin:0 auto;   padding:10px;   background:#f0f8fa;   border:1px solid #cfe4e9;   border-radius:28px;   color:var(--text);   font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;   font-size:17px;   line-height:1.5;   overflow:hidden;   -webkit-font-smoothing:antialiased; }  .iwh-page h1, .iwh-page h2, .iwh-page p{   margin-top:0; }  .iwh-page h1{   margin-bottom:10px;   color:var(--ink);   font-size:30px;   line-height:1.12;   letter-spacing:-.6px;   font-weight:850; }  .iwh-page h2{   margin-bottom:8px;   color:var(--ink);   font-size:25px;   line-height:1.18;   letter-spacing:-.35px;   font-weight:850; }  .iwh-page p{   margin-bottom:0; }  .iwh-page img{   display:block;   width:100%;   height:auto;   border-radius:17px; }   \/* =========================    OUTER SECTIONS ========================= *\/  .iwh-section{   margin-bottom:10px;   padding:21px 15px;   overflow:hidden;   border:1px solid var(--line);   border-radius:20px;   background:#fff;   box-shadow:0 3px 12px rgba(33,78,91,.035); }  .iwh-white{background:#fff;} .iwh-blue{background:var(--blue-soft);} .iwh-cream{   background:var(--cream);   border-color:var(--warm-line); } .iwh-warm{   background:var(--warm);   border-color:var(--warm-line); } .iwh-soft{background:var(--soft);}   \/* =========================    TYPOGRAPHY ========================= *\/  .iwh-label{   display:block;   margin-bottom:8px;   color:var(--blue-dark);   font-size:12px;   line-height:1.2;   font-weight:850;   letter-spacing:.07em;   text-transform:uppercase; }  .iwh-copy{   max-width:690px;   color:var(--muted); }  .iwh-image{   margin-top:16px; }   \/* =========================    HERO ========================= *\/  .iwh-hero{   padding-top:25px;   text-align:center;   background:     radial-gradient(circle at 50% 0%,#deeff4 0%,transparent 47%),     linear-gradient(180deg,#ffffff,#f8fcfd); }  .iwh-hero .iwh-label{   text-align:center; }  .iwh-hero h1{   max-width:660px;   margin-left:auto;   margin-right:auto; }  .iwh-hero .iwh-copy{   max-width:640px;   margin-left:auto;   margin-right:auto; }  .iwh-hero-image{   margin-top:17px; }  .iwh-hero-info{   max-width:650px;   margin:14px auto 0;   padding-top:12px;   border-top:1px solid #d7e6e9;   color:#5b6e75;   font-size:13px;   line-height:1.6;   font-weight:700; }   \/* =========================    BODY ========================= *\/  .iwh-product{   text-align:left; }  .iwh-note{   margin-top:12px;   padding:10px 12px;   border-left:3px solid var(--blue);   background:rgba(255,255,255,.82);   color:#627278;   font-size:13px;   line-height:1.5; }  .iwh-note strong{   color:var(--ink); }   \/* simple text line *\/ .iwh-info-line{   margin-top:12px;   padding-top:11px;   border-top:1px solid var(--line);   color:#5d6d73;   text-align:center;   font-size:13px;   line-height:1.55;   font-weight:700; }   \/* dimension highlight *\/ .iwh-size{   display:flex;   align-items:center;   justify-content:center;   gap:12px;   max-width:560px;   margin:12px auto 0;   padding-top:11px;   border-top:1px solid var(--line); }  .iwh-size strong{   color:var(--blue-dark);   font-size:21px;   line-height:1.1; }  .iwh-size span{   color:var(--muted);   font-size:13px;   line-height:1.4; }   \/* =========================    SPECS ========================= *\/  .iwh-specs{   margin-top:14px;   overflow:hidden;   border:1px solid var(--line);   border-radius:15px;   background:#fff; }  .iwh-spec{   display:grid;   grid-template-columns:40% 60%;   border-bottom:1px solid var(--line); }  .iwh-spec:last-child{   border-bottom:0; }  .iwh-spec b, .iwh-spec span{   padding:10px 11px;   text-align:left;   font-size:13px; }  .iwh-spec b{   background:#f3f8f9;   color:var(--ink); }  .iwh-spec span{   color:var(--muted); }   \/* =========================    SAFETY ========================= *\/  .iwh-safety{   margin-top:13px;   padding:12px 13px;   border-left:3px solid #c9893d;   background:#fffaf3; }  .iwh-safety p{   margin-bottom:7px;   color:#70675f;   font-size:13px;   line-height:1.5; }  .iwh-safety p:last-child{   margin-bottom:0; }   \/* =========================    FAQ ========================= *\/  .iwh-faq details{   margin-bottom:8px;   overflow:hidden;   border:1px solid var(--line);   border-radius:13px;   background:#fff; }  .iwh-faq details:last-child{   margin-bottom:0; }  .iwh-faq summary{   position:relative;   padding:13px 40px 13px 14px;   cursor:pointer;   list-style:none;   color:var(--ink);   font-size:14px;   line-height:1.4;   font-weight:800; }  .iwh-faq summary::-webkit-details-marker{   display:none; }  .iwh-faq summary:after{   content:'+';   position:absolute;   right:14px;   top:4px;   color:var(--blue);   font-size:25px; }  .iwh-faq details[open] summary:after{   content:'−'; }  .iwh-answer{   padding:0 14px 14px;   color:var(--muted);   font-size:13px;   line-height:1.6; }   \/* =========================    CTA ========================= *\/  .iwh-end{   padding-top:25px;   text-align:center;   background:     linear-gradient(145deg,#edf8fa 0%,#ffffff 52%,#fff6e9 100%); }  .iwh-end .iwh-label{   text-align:center; }  .iwh-end h2{   max-width:620px;   margin-left:auto;   margin-right:auto; }  .iwh-end .iwh-copy{   max-width:610px;   margin-left:auto;   margin-right:auto; }  .iwh-button{   display:block;   width:100%;   max-width:430px;   margin:15px auto 0;   padding:15px 18px;   border-radius:14px;   background:var(--blue-dark);   color:#fff!important;   text-decoration:none;   text-align:center;   font-size:16px;   line-height:1.2;   font-weight:900;   box-shadow:0 7px 18px rgba(35,88,107,.18); }  .iwh-trust{   max-width:690px;   margin:13px auto 0;   padding-top:12px;   border-top:1px solid #d5e4e7;   color:#5f7076;   font-size:12px;   line-height:1.75;   text-align:center; }  .iwh-policy{   max-width:650px;   margin:8px auto 0!important;   color:#858f92!important;   font-size:11px;   line-height:1.4; }   \/* =========================    DESKTOP ========================= *\/  @media(min-width:700px){    .iwh-page{     padding:12px;     font-size:18px;   }    .iwh-section{     margin-bottom:13px;     padding:27px 22px;   }    .iwh-page h1{     font-size:38px;   }    .iwh-page h2{     font-size:28px;   }    .iwh-spec b,   .iwh-spec span{     padding:12px 14px;     font-size:14px;   } } \u003c\/style\u003e   \u003cdiv class=\"iwh-page\"\u003e     \u003c!-- HERO \/ COMPACT DESIGN --\u003e   \u003csection class=\"iwh-section iwh-hero\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Hot Water Without the Bulky Tank     \u003c\/span\u003e      \u003ch1\u003e       🔥 Get Hot Water Where You Need It Without Giving Up Valuable Space.     \u003c\/h1\u003e      \u003cp class=\"iwh-copy\"\u003e       This compact 3500W tankless water heater is designed to fit into smaller installation areas, making it easier to add on-demand hot water without a traditional storage tank taking over the cabinet.     \u003c\/p\u003e      \u003cimg class=\"iwh-hero-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0994\/7532\/5222\/files\/spp_shopify20260615110009_6b492774e18261d34b3255c0edb8c29c.png?v=1781492414\" alt=\"Compact instant electric water heater\" loading=\"eager\"\u003e      \u003cdiv class=\"iwh-hero-info\"\u003e       Compact Tankless Design · 3500W Rated Power · LED Temperature Display · Multiple Safety Protections     \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- 02 LED DISPLAY --\u003e   \u003csection class=\"iwh-section iwh-white iwh-product\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Temperature at a Glance     \u003c\/span\u003e      \u003ch2\u003e       🌡️ See Your Water Temperature Without Guessing     \u003c\/h2\u003e      \u003cp class=\"iwh-copy\"\u003e       The built-in LED display gives you a clear temperature readout, making it easier to monitor the heater while adjusting your hot-water setup for everyday use.     \u003c\/p\u003e      \u003cimg class=\"iwh-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0994\/7532\/5222\/files\/spp_shopify20260615110016_a0bf800dfeedf9333bd99cd4705cc68b.png?v=1781492421\" alt=\"LED temperature display on instant electric water heater\" loading=\"lazy\"\u003e      \u003cdiv class=\"iwh-note\"\u003e       \u003cstrong\u003eEasy visibility:\u003c\/strong\u003e       the digital display makes current temperature information easier to read during use.     \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- 03 SAFETY --\u003e   \u003csection class=\"iwh-section iwh-blue iwh-product\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Built-In Safety Protection     \u003c\/span\u003e      \u003ch2\u003e       🛡️ Hot Water Should Come With More Than Just Heating Power     \u003c\/h2\u003e      \u003cp class=\"iwh-copy\"\u003e       The heater incorporates leakage protection and over-temperature protection to add important safeguards around everyday operation when the unit is installed and used correctly.     \u003c\/p\u003e      \u003cimg class=\"iwh-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0994\/7532\/5222\/files\/spp_shopify20260615110024_2e80312b4806dd104bc8fb6f0cc5aa11.png?v=1781492430\" alt=\"Safety protection system on electric water heater\" loading=\"lazy\"\u003e      \u003cdiv class=\"iwh-info-line\"\u003e       Leakage Protection · Over-Temperature Protection · Professional Installation Recommended     \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- 04 ON DEMAND --\u003e   \u003csection class=\"iwh-section iwh-warm iwh-product\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Heat Water on Demand     \u003c\/span\u003e      \u003ch2\u003e       💧 Skip the Bulky Storage Tank and Heat Water When It's Needed     \u003c\/h2\u003e      \u003cp class=\"iwh-copy\"\u003e       The tankless design heats water during use rather than keeping a large tank of water stored and heated, giving you a more compact approach to everyday hot-water needs.     \u003c\/p\u003e      \u003cimg class=\"iwh-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0994\/7532\/5222\/files\/spp_shopify20260615110032_a91f8d361b1a7294b3cb3ed61fadf26b.png?v=1781492437\" alt=\"Tankless instant electric water heater providing hot water\" loading=\"lazy\"\u003e      \u003cdiv class=\"iwh-note\"\u003e       \u003cstrong\u003eTankless convenience:\u003c\/strong\u003e       no large hot-water storage tank taking up additional installation space.     \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- 05 FLEXIBLE PLACEMENT --\u003e   \u003csection class=\"iwh-section iwh-cream iwh-product\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Compact Enough for More Spaces     \u003c\/span\u003e      \u003ch2\u003e       🏠 Add Hot Water Where a Full-Size Heater Doesn't Make Sense     \u003c\/h2\u003e      \u003cp class=\"iwh-copy\"\u003e       Its compact format is designed for tighter installation areas and can suit kitchens, bathrooms and other compatible point-of-use locations where the correct electrical and plumbing setup is available.     \u003c\/p\u003e      \u003cimg class=\"iwh-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0994\/7532\/5222\/files\/spp_shopify20260615110038_4f1aea3224a4f177d448c4a148932c83.png?v=1781492443\" alt=\"Compact tankless water heater used in different spaces\" loading=\"lazy\"\u003e      \u003cdiv class=\"iwh-size\"\u003e       \u003cstrong\u003e7.6 × 3.4 × 2.7 in\u003c\/strong\u003e       \u003cspan\u003eCompact body designed to use less installation space.\u003c\/span\u003e     \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- SPECS --\u003e   \u003csection class=\"iwh-section iwh-soft iwh-product\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Product Details     \u003c\/span\u003e      \u003ch2\u003e       📋 Check Your Electrical Option Before Ordering     \u003c\/h2\u003e      \u003cdiv class=\"iwh-specs\"\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003eProduct\u003c\/b\u003e         \u003cspan\u003eInstant Electric Water Heater\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003eColor\u003c\/b\u003e         \u003cspan\u003eWhite\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003eDimensions\u003c\/b\u003e         \u003cspan\u003e7.6' × 3.4' × 2.7'\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003eWeight\u003c\/b\u003e         \u003cspan\u003eApprox. 1.1 kg \/ 2.4 lb\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003eMaterial\u003c\/b\u003e         \u003cspan\u003eABS + Metal\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003eRated Power\u003c\/b\u003e         \u003cspan\u003e3500W\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003eVoltage Options\u003c\/b\u003e         \u003cspan\u003e110V \/ 220V\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003ePlug Options\u003c\/b\u003e         \u003cspan\u003eUS \/ EU \/ UK\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"iwh-spec\"\u003e         \u003cb\u003ePackage\u003c\/b\u003e         \u003cspan\u003e1 × Instant Electric Water Heater\u003c\/span\u003e       \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- INSTALLATION \/ SAFETY --\u003e   \u003csection class=\"iwh-section iwh-warm iwh-product\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Important Before Installation     \u003c\/span\u003e      \u003ch2\u003e       ⚠️ Correct Voltage and Proper Installation Matter     \u003c\/h2\u003e      \u003cp class=\"iwh-copy\"\u003e       This is a 3500W electrical water-heating appliance. Select the correct plug and voltage option for your location and arrange proper installation before use.     \u003c\/p\u003e      \u003cdiv class=\"iwh-safety\"\u003e        \u003cp\u003e         \u003cstrong\u003eProfessional installation:\u003c\/strong\u003e         Professional installation is recommended to help ensure safe and proper operation.       \u003c\/p\u003e        \u003cp\u003e         \u003cstrong\u003eVoltage:\u003c\/strong\u003e         Confirm that the selected 110V or 220V version matches your intended installation.       \u003c\/p\u003e        \u003cp\u003e         \u003cstrong\u003ePlug type:\u003c\/strong\u003e         Select the appropriate US, EU or UK plug option when ordering.       \u003c\/p\u003e        \u003cp\u003e         \u003cstrong\u003eBefore use:\u003c\/strong\u003e         Follow the supplied installation and operating instructions.       \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- FAQ --\u003e   \u003csection class=\"iwh-section iwh-white iwh-product iwh-faq\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Quick Answers     \u003c\/span\u003e      \u003ch2\u003e       ❓ Frequently Asked Questions     \u003c\/h2\u003e      \u003cdetails\u003e       \u003csummary\u003e         Does it use a traditional hot-water tank?       \u003c\/summary\u003e        \u003cdiv class=\"iwh-answer\"\u003e         No. It uses a compact tankless design intended to heat water during use rather than storing a large volume of hot water in a conventional tank.       \u003c\/div\u003e     \u003c\/details\u003e      \u003cdetails\u003e       \u003csummary\u003e         What voltage options are available?       \u003c\/summary\u003e        \u003cdiv class=\"iwh-answer\"\u003e         The product is offered in 110V and 220V variants with US, EU and UK plug options. Select the correct configuration for your region and installation requirements.       \u003c\/div\u003e     \u003c\/details\u003e      \u003cdetails\u003e       \u003csummary\u003e         Does it have temperature protection?       \u003c\/summary\u003e        \u003cdiv class=\"iwh-answer\"\u003e         The product information lists leakage protection and over-temperature protection as built-in safety features.       \u003c\/div\u003e     \u003c\/details\u003e      \u003cdetails\u003e       \u003csummary\u003e         Can I install it myself?       \u003c\/summary\u003e        \u003cdiv class=\"iwh-answer\"\u003e         Professional installation is recommended to help ensure correct electrical and plumbing setup and safe operation.       \u003c\/div\u003e     \u003c\/details\u003e    \u003c\/section\u003e      \u003c!-- FINAL CTA --\u003e   \u003csection class=\"iwh-section iwh-end\"\u003e      \u003cspan class=\"iwh-label\"\u003e       Compact Hot Water Solution     \u003c\/span\u003e      \u003ch2\u003e       🔥 More Hot-Water Convenience Without a Bulky Storage Tank     \u003c\/h2\u003e      \u003cp class=\"iwh-copy\"\u003e       Add a compact 3500W tankless heater with digital temperature display and built-in protection to a compatible point-of-use installation.     \u003c\/p\u003e      \u003ca href=\"#product-form\" class=\"iwh-button\"\u003e       CHOOSE PLUG \u0026amp; VOLTAGE →     \u003c\/a\u003e      \u003cdiv class=\"iwh-trust\"\u003e       📦 Tracked Shipping  ·        🚚 Free Shipping on Orders Over $59.98  ·        🔒 Secure Checkout  ·        💬 Order Support     \u003c\/div\u003e      \u003cp class=\"iwh-policy\"\u003e       Shipping, tracking, returns and customer assistance are subject to the store's published policies and applicable order conditions.     \u003c\/p\u003e    \u003c\/section\u003e   \u003c\/div\u003e","brand":"CQJ77","offers":[{"title":"US","offer_id":49199099412735,"sku":"NC01752609051425-淋浴套装+美规插头","price":69.99,"currency_code":"USD","in_stock":true},{"title":"EU","offer_id":49199099445503,"sku":"NC01752609051425-淋浴套装+欧规插头","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/0651\/5711\/files\/spp_shopify20260615110045_1c7b7de62c9507df7df847e50d6e5687_d11e0c1a-5883-4fbe-a3ed-a5b75fb7aecf.png?v=1789260036","url":"https:\/\/www.samfeatured.com\/products\/3500w-instant-electric-water-heater","provider":"Samfeatured","version":"1.0","type":"link"}