{"product_id":"3-in-1-smart-folding-walking-pad","title":"3-in-1 Smart Folding Walking Pad","description":"\u003cstyle\u003e\n  .walking-pad-page {\n    --text: #1a1a1a;\n    --muted: #666666;\n    --border: #e6e6e6;\n    --light: #f7f7f7;\n    --white: #ffffff;\n\n    max-width: 1050px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: inherit;\n    line-height: 1.6;\n  }\n\n  .walking-pad-page *,\n  .walking-pad-page *::before,\n  .walking-pad-page *::after {\n    box-sizing: border-box;\n  }\n\n  .walking-pad-page h2,\n  .walking-pad-page h3,\n  .walking-pad-page p {\n    margin-top: 0;\n  }\n\n  .walking-pad-page h2 {\n    margin-bottom: 18px;\n    font-size: clamp(30px, 4vw, 46px);\n    line-height: 1.1;\n    letter-spacing: -0.03em;\n  }\n\n  .walking-pad-page h3 {\n    margin-bottom: 10px;\n    font-size: 21px;\n  }\n\n  .wp-label {\n    margin-bottom: 12px;\n    color: var(--muted);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  \/* MAIN SECTION *\/\n\n  .wp-main {\n    display: grid;\n    grid-template-columns: 1fr 0.9fr;\n    align-items: center;\n    gap: 50px;\n    padding: clamp(28px, 5vw, 55px);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    background: var(--white);\n  }\n\n  .wp-description {\n    margin-bottom: 25px;\n    color: var(--muted);\n    font-size: 18px;\n  }\n\n  .wp-benefits {\n    display: grid;\n    gap: 11px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .wp-benefits li {\n    position: relative;\n    padding-left: 26px;\n  }\n\n  .wp-benefits li::before {\n    position: absolute;\n    left: 0;\n    content: \"✓\";\n    font-weight: 800;\n  }\n\n  .wp-image {\n    display: flex;\n    min-height: 350px;\n    align-items: center;\n    justify-content: center;\n    padding: 25px;\n    border-radius: 14px;\n    background: var(--light);\n  }\n\n  .wp-image img {\n    display: block;\n    width: 100%;\n    max-width: 460px;\n    max-height: 460px;\n    object-fit: contain;\n  }\n\n  .wp-placeholder {\n    color: var(--muted);\n    text-align: center;\n  }\n\n  \/* CUSTOMER TRUST *\/\n\n  .wp-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    margin-top: 16px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: var(--light);\n  }\n\n  .wp-trust-item {\n    padding: 22px;\n    border-right: 1px solid var(--border);\n    text-align: center;\n  }\n\n  .wp-trust-item:last-child {\n    border-right: 0;\n  }\n\n  .wp-trust-item strong {\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .wp-trust-item span {\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* INFORMATION *\/\n\n  .wp-section {\n    padding: 65px 8px;\n  }\n\n  .wp-heading {\n    max-width: 720px;\n    margin: 0 auto 36px;\n    text-align: center;\n  }\n\n  .wp-heading p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  .wp-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .wp-feature {\n    padding: 27px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .wp-feature p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  \/* DETAILS *\/\n\n  .wp-details {\n    display: grid;\n    grid-template-columns: 1fr 0.85fr;\n    gap: 16px;\n  }\n\n  .wp-card {\n    padding: clamp(25px, 4vw, 38px);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .wp-specs {\n    margin: 0;\n  }\n\n  .wp-spec {\n    display: grid;\n    grid-template-columns: 43% 57%;\n    gap: 15px;\n    padding: 13px 0;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .wp-spec:last-child {\n    border-bottom: 0;\n  }\n\n  .wp-spec dt {\n    color: var(--muted);\n  }\n\n  .wp-spec dd {\n    margin: 0;\n    font-weight: 600;\n  }\n\n  .wp-important {\n    display: grid;\n    gap: 17px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .wp-important li {\n    padding-bottom: 17px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .wp-important li:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .wp-important strong {\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .wp-important span {\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* FAQ *\/\n\n  .wp-faq {\n    max-width: 850px;\n    margin: 0 auto;\n  }\n\n  .wp-faq details {\n    border-bottom: 1px solid var(--border);\n  }\n\n  .wp-faq details:first-child {\n    border-top: 1px solid var(--border);\n  }\n\n  .wp-faq summary {\n    position: relative;\n    padding: 21px 45px 21px 0;\n    cursor: pointer;\n    font-weight: 650;\n    list-style: none;\n  }\n\n  .wp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .wp-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 5px;\n    content: \"+\";\n    color: var(--muted);\n    font-size: 23px;\n    transform: translateY(-50%);\n  }\n\n  .wp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .wp-faq p {\n    margin-bottom: 0;\n    padding: 0 35px 21px 0;\n    color: var(--muted);\n  }\n\n  .wp-note {\n    max-width: 850px;\n    margin: 20px auto 0;\n    color: var(--muted);\n    font-size: 12px;\n    text-align: center;\n  }\n\n  @media screen and (max-width: 850px) {\n    .wp-main,\n    .wp-details {\n      grid-template-columns: 1fr;\n    }\n\n    .wp-image {\n      min-height: 280px;\n      order: -1;\n    }\n\n    .wp-features {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media screen and (max-width: 620px) {\n    .wp-main {\n      gap: 25px;\n      padding: 24px 19px 30px;\n    }\n\n    .wp-trust,\n    .wp-features {\n      grid-template-columns: 1fr;\n    }\n\n    .wp-trust-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .wp-trust-item:last-child {\n      border-bottom: 0;\n    }\n\n    .wp-spec {\n      grid-template-columns: 1fr;\n      gap: 3px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"walking-pad-page\"\u003e\u003c!-- PRODUCT INTRODUCTION --\u003e\n\u003cdiv class=\"wp-main\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"wp-label\"\u003e3-in-1 Smart Folding Walking Pad\u003c\/p\u003e\n\u003ch2\u003eStay Active From the Comfort of Home\u003c\/h2\u003e\n\u003cp class=\"wp-description\"\u003eWalk, jog or enjoy a light run whenever it suits you. This compact folding treadmill is designed for homes, flats and offices, helping you stay active without taking up too much space.\u003c\/p\u003e\n\u003cul class=\"wp-benefits\"\u003e\n\u003cli\u003eWalking, jogging and light-running modes\u003c\/li\u003e\n\u003cli\u003eFoldable handlebar for additional support\u003c\/li\u003e\n\u003cli\u003eQuiet 440 W motor\u003c\/li\u003e\n\u003cli\u003eLED workout display\u003c\/li\u003e\n\u003cli\u003eRemote control included\u003c\/li\u003e\n\u003cli\u003eMaximum user weight of 120 kg\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DELIVERY AND WARRANTY --\u003e\n\u003cdiv class=\"wp-trust\"\u003e\n\u003cdiv class=\"wp-trust-item\"\u003e\n\u003cstrong\u003eFast Delivery\u003c\/strong\u003e \u003cspan\u003eTracked delivery directly to your address\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-item\"\u003e\n\u003cstrong\u003e2-Year Warranty\u003c\/strong\u003e \u003cspan\u003eProtection against eligible manufacturing faults\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-item\"\u003e\n\u003cstrong\u003eSecure Payment\u003c\/strong\u003e \u003cspan\u003eYour payment information is protected\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- KEY BENEFITS --\u003e\n\u003cdiv class=\"wp-section\"\u003e\n\u003cdiv class=\"wp-heading\"\u003e\n\u003cp class=\"wp-label\"\u003eSimple and practical\u003c\/p\u003e\n\u003ch2\u003eExercise Without Sacrificing Your Space\u003c\/h2\u003e\n\u003cp\u003eSuitable for walking while working, exercising at home or increasing your daily step count.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-features\"\u003e\n\u003cdiv class=\"wp-feature\"\u003e\n\u003ch3\u003eThree Exercise Modes\u003c\/h3\u003e\n\u003cp\u003eSelect a comfortable walking pace, increase the speed for jogging or enjoy a light run.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-feature\"\u003e\n\u003ch3\u003eCompact and Foldable\u003c\/h3\u003e\n\u003cp\u003eFold the handlebar after use and move the treadmill using the built-in transport wheels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-feature\"\u003e\n\u003ch3\u003eQuiet Motor\u003c\/h3\u003e\n\u003cp\u003eThe 440 W motor is designed for smooth operation in homes, flats and offices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-feature\"\u003e\n\u003ch3\u003eLED Display\u003c\/h3\u003e\n\u003cp\u003eView your speed, workout time, distance and estimated calories while exercising.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-feature\"\u003e\n\u003ch3\u003eRemote Control\u003c\/h3\u003e\n\u003cp\u003eChange the speed or pause your workout without bending down to use the treadmill controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-feature\"\u003e\n\u003ch3\u003eShock-Absorbing Belt\u003c\/h3\u003e\n\u003cp\u003eThe five-layer non-slip running belt provides a stable and more comfortable walking surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003cdiv class=\"wp-details\"\u003e\n\u003cdiv class=\"wp-card\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"wp-spec\"\u003eExercise modesWalking, jogging and light running\u003c\/div\u003e\n\u003cdiv class=\"wp-spec\"\u003eSpeed rangeApproximately 1–6 km\/h\u003c\/div\u003e\n\u003cdiv class=\"wp-spec\"\u003eMotor power440 W\u003c\/div\u003e\n\u003cdiv class=\"wp-spec\"\u003eMaximum user weight120 kg\u003c\/div\u003e\n\u003cdiv class=\"wp-spec\"\u003eRunning area90 × 38 cm\u003c\/div\u003e\n\u003cdiv class=\"wp-spec\"\u003eFolded dimensionsApproximately 104 × 48.7 × 10.5 cm\u003c\/div\u003e\n\u003cdiv class=\"wp-spec\"\u003eDisplay informationTime, speed, distance and calories\u003c\/div\u003e\n\u003cdiv class=\"wp-spec\"\u003eControl methodLED panel and remote control\u003c\/div\u003e\n\u003cdiv class=\"wp-spec\"\u003eProduct weightApproximately 18 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-card\"\u003e\n\u003ch3\u003eImportant Information\u003c\/h3\u003e\n\u003cul class=\"wp-important\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDesigned for compact spaces\u003c\/strong\u003e \u003cspan\u003e Suitable for flats, bedrooms, living rooms and home offices. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnder-desk use\u003c\/strong\u003e \u003cspan\u003e The treadmill can be used in its flat configuration beneath a suitably sized standing desk. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSome setup is required\u003c\/strong\u003e \u003cspan\u003e The handlebar may need to be raised and secured before first use. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIncluded with the treadmill\u003c\/strong\u003e \u003cspan\u003e Folding treadmill, handlebar, phone holder, remote control and instruction manual. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSafe use\u003c\/strong\u003e \u003cspan\u003e Use the treadmill on a flat and stable floor with enough clear space around the machine. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"wp-section\"\u003e\n\u003cdiv class=\"wp-heading\"\u003e\n\u003cp class=\"wp-label\"\u003eFrequently asked questions\u003c\/p\u003e\n\u003ch2\u003eWhat You Need to Know\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used beneath a standing desk?\u003c\/summary\u003e\n\u003cp\u003eYes. It can be used in its flat walking-pad configuration beneath a suitably sized standing desk.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I run on this treadmill?\u003c\/summary\u003e\n\u003cp\u003eIt is suitable for walking, jogging and light running at speeds up to approximately 6 km\/h. It is not designed for high-speed running.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does the display show?\u003c\/summary\u003e\n\u003cp\u003eThe LED display shows workout time, speed, distance and estimated calories.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it arrive assembled?\u003c\/summary\u003e\n\u003cp\u003eIt arrives mostly assembled. You may need to raise and secure the handlebar and attach the phone holder.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I store the treadmill?\u003c\/summary\u003e\n\u003cp\u003eSwitch it off, unplug it and fold the handlebar. Use the transport wheels to move it to a suitable storage space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the maximum user weight?\u003c\/summary\u003e\n\u003cp\u003eThe stated maximum user weight is 120 kg. This limit should not be exceeded.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the warranty work?\u003c\/summary\u003e\n\u003cp\u003eContact customer support with your order number and details of the problem. Warranty coverage is subject to the store’s warranty terms.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I see the delivery and returns policy?\u003c\/summary\u003e\n\u003cp\u003eDelivery and return information is available in the store policies displayed at checkout and in the website footer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp class=\"wp-note\"\u003eRead the instruction manual before first use. Product noise and performance may vary depending on speed, flooring and user movement. The 2-year warranty must match the warranty policy offered by your store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"🅖🅛🅞🅑🅐🅛🅘🅝🅐","offers":[{"title":"Default Title","offer_id":58478878261629,"sku":null,"price":69.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/7878\/3357\/files\/tread7.jpg?v=1785694402","url":"https:\/\/globalina.shop\/products\/3-in-1-smart-folding-walking-pad","provider":"🅖🅛🅞🅑🅐🅛🅘🅝🅐","version":"1.0","type":"link"}