{"product_id":"vaylo","title":"Vaylo™","description":"\u003c!--\n  ==============================================================================\n  Product Title: Vaylo™ Barefoot Shoes\n  Locale: en-GB (United Kingdom)\n\n  SEO Tags:\n  barefoot shoes, zero drop shoes, wide toe box trainers\n\n  Variants:\n  - Colour: Key Lime, Soil Black, Fox Trot, Sky Blue\n  - Size: W 4 \/ M 3, W 5 \/ M 4, W 6 \/ M 5, W 7 \/ M 6, W 8 \/ M 7, W 9 \/ M 8, W 10 \/ M 9, W 11 \/ M 10, W 12 \/ M 11, W 13 \/ M 12, W 14 \/ M 13, W 15 \/ M 14\n  ==============================================================================\n--\u003e\n\u003cstyle\u003e\n  \/* Base \u0026 Global *\/\n  .secao {\n    text-align: center;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #23423a;\n  }\n\n  .secao.secao-cor {\n    background-color: #23423a;\n    color: #ffffff;\n    padding: 50px 0;\n  }\n\n  .secao-cor h2 {\n    color: #ffffff;\n    margin-top: 0;\n  }\n\n  .pink-text {\n    background: linear-gradient(to right, #f7f946, #ff9646);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n  }\n\n  .pre-titulo {\n    text-transform: uppercase;\n    font-size: 0.9em;\n  }\n\n  .botaozin {\n    display: block;\n    margin: 20px auto 0 auto;\n    padding: 15px 25px;\n    border: 2px solid #ffffff;\n    background-color: transparent;\n    color: #ffffff;\n    border-radius: 17px;\n    cursor: pointer;\n    font-weight: bold;\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n  }\n\n  .botaozin:hover {\n    background-color: #ffffff;\n    color: #23423a;\n  }\n\n  \/* 1: Scrolling Banner *\/\n  @keyframes scrollLeft {\n    0% {\n      transform: translateX(0);\n    }\n    100% {\n      transform: translateX(-50%);\n    }\n  }\n\n  .scrolling-wrapper {\n    overflow: hidden;\n    width: 100%;\n    position: relative;\n    display: flex;\n  }\n\n  .scrolling-track {\n    display: flex;\n    width: max-content;\n    animation: scrollLeft 60s linear infinite;\n  }\n\n  .scrolling-banner-container {\n    margin: 20px 0;\n    padding: 0;\n    background-color: transparent;\n  }\n\n  .scrolling-banner-track img {\n    height: 200px;\n    width: 200px;\n    object-fit: contain;\n    flex-shrink: 0;\n    display: block;\n  }\n\n  \/* 2: Stat Panel \u0026 3-Image Panel *\/\n  .text-icon-panel {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px 5px;\n    display: grid;\n    gap: 20px;\n    grid-template-columns: repeat(4, 1fr);\n    justify-items: center;\n    align-items: center;\n  }\n\n  .text-icon-panel-item {\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n    align-items: center;\n    justify-content: flex-start;\n  }\n\n  .text-icon-panel-item p {\n    margin: 5px 0;\n  }\n\n  .text-icon-panel-item p:nth-of-type(1) {\n    font-size: 3em;\n    font-weight: bold;\n  }\n\n  .text-icon-panel-item p:nth-of-type(2) {\n    text-transform: uppercase;\n  }\n\n  .text-icon-panel-item .simbolo {\n    font-size: 0.5em;\n  }\n\n  .three-image-panel {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    display: grid;\n    gap: 24px;\n    grid-template-columns: repeat(3, 1fr);\n    justify-items: center;\n    align-items: start;\n  }\n\n  .three-image-panel-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    width: 100%;\n    max-width: 340px;\n  }\n\n  .three-image-panel-item img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    border-radius: 20px;\n    border: 2px solid #fad59f;\n    box-shadow: 0 4px 10px rgba(161, 140, 61, 0.25);\n    margin-bottom: 14px;\n    box-sizing: border-box;\n    display: block;\n    transition:\n      transform 0.3s ease,\n      border-color 0.3s ease;\n  }\n\n  .three-image-panel-item h3 {\n    margin: 6px 0 8px;\n    font-size: 1.3em;\n    font-weight: 700;\n    color: #ffffff;\n  }\n\n  .three-image-panel-item p {\n    margin: 0;\n    font-size: 0.95em;\n    line-height: 1.45;\n    color: rgba(255, 255, 255, 0.9);\n  }\n\n  \/* 3, 4, 5, 9: Secao Grid Layouts *\/\n  .secao-grid,\n  .secao-grid-reverse {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1em;\n    align-items: center;\n    justify-items: center;\n    max-width: 1200px;\n    margin: 30px auto;\n    border-radius: 14px;\n    border: 2px solid #fad59f;\n    box-shadow: 0 4px 10px rgba(161, 140, 61, 0.25);\n  }\n\n  .secao-grid {\n    grid-template-areas: \"content image\";\n  }\n\n  .secao-grid-reverse {\n    grid-template-areas: \"image content\";\n  }\n\n  .secao-image {\n    grid-area: image;\n  }\n\n  .secao-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    max-width: 600px;\n    border-radius: 12px;\n    border: none;\n    box-shadow: none;\n    display: block;\n  }\n\n  .secao-content {\n    grid-area: content;\n    text-align: left;\n    padding: 20px;\n    color: #23423a;\n  }\n\n  .secao-content h2 {\n    margin-top: 0;\n  }\n\n  \/* 6: 4 Icon Panel *\/\n  .icon-panel {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px 5px;\n    display: grid;\n    gap: 20px;\n    grid-template-columns: repeat(4, 1fr);\n    justify-items: center;\n    align-items: start;\n  }\n\n  .icon-panel-item {\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n    align-items: center;\n    justify-content: flex-start;\n  }\n\n  .icon-panel-item img {\n    width: 70px;\n    height: 70px;\n    object-fit: contain;\n    margin-bottom: 15px;\n    border: none;\n    box-shadow: none;\n  }\n\n  .icon-panel-item p {\n    margin: 5px 0;\n  }\n\n  .icon-panel-item p:nth-of-type(1) {\n    text-transform: uppercase;\n    font-weight: 700;\n  }\n\n  \/* 7: Guarantee Background Section *\/\n  .secao-guarantee {\n    background-image: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-7-backgroundImage.webp?v=1788269035\");\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    display: grid;\n    grid-template-columns: 1fr 1.1fr;\n    align-items: center;\n    gap: 35px;\n    max-width: 1200px;\n    margin: 30px auto;\n    padding: 40px;\n    box-sizing: border-box;\n    border-radius: 14px;\n    border: 2px solid #fad59f;\n    box-shadow: 0 4px 10px rgba(161, 140, 61, 0.25);\n    min-height: 520px;\n  }\n\n  .secao-guarantee .guarantee-image-box {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    width: 100%;\n  }\n\n  .secao-guarantee .guarantee-image-box img {\n    width: 100%;\n    max-width: 440px;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    border-radius: 18px;\n    border: 2px solid #fad59f;\n    box-shadow: 0 4px 10px rgba(161, 140, 61, 0.25);\n    box-sizing: border-box;\n    display: block;\n  }\n\n  .secao-guarantee .guarantee-content {\n    color: #ffffff;\n    text-shadow: 2px 2px 4px #000000;\n    text-align: left;\n    padding: 10px;\n  }\n\n  .secao-guarantee .guarantee-content h2 {\n    margin-top: 0;\n    color: #ffffff;\n  }\n\n  .secao-guarantee .guarantee-content .botaozin {\n    margin-left: 0;\n  }\n\n  \/* 8: GIF \/ Video Gallery *\/\n  .gif-gallery {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  .gif-gallery \u003e div {\n    display: flex;\n    flex-direction: column;\n    border: 2px solid #fad59f;\n    box-shadow: 0 4px 10px rgba(161, 140, 61, 0.25);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .gif-gallery \u003e div \u003e p {\n    margin: 15px;\n  }\n\n  .gif-gallery \u003e div \u003e p:first-of-type {\n    margin-bottom: 0;\n  }\n\n  .gif-gallery \u003e div \u003e p:last-of-type {\n    font-weight: 600;\n  }\n\n  .gif-gallery img {\n    width: 100%;\n    height: auto;\n    border-radius: 12px 12px 0 0;\n    display: block;\n  }\n\n  \/* 10: FAQ Accordion *\/\n  .accordion {\n    width: 100%;\n    max-width: 800px;\n    margin: 20px auto;\n    border-radius: 10px;\n    font-size: 0.9em;\n  }\n\n  .accordion-item {\n    border-top: 1px solid #f8f8f8;\n    background-color: #ffffff;\n  }\n\n  .accordion-item:last-child {\n    border-bottom: 1px solid #f8f8f8;\n  }\n\n  .accordion-header {\n    padding: 15px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    text-align: left;\n    font-weight: bold;\n  }\n\n  .accordion-header:hover {\n    background-color: #f2f3f3;\n  }\n\n  .accordion-body {\n    text-align: left;\n    padding: 0 15px;\n    max-height: 0;\n    overflow: hidden;\n    transition:\n      max-height 0.3s ease,\n      padding 0.3s ease;\n  }\n\n  .accordion-body.active {\n    max-height: 500px;\n    padding: 15px;\n    margin-bottom: 15px;\n  }\n\n  .accordion-header .icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    width: 20px;\n    height: 20px;\n    transition: transform 0.3s ease;\n    transform: rotate(45deg);\n  }\n\n  .accordion-header.active .icon {\n    transform: rotate(0deg);\n  }\n\n  .accordion-header .icon svg {\n    width: 100%;\n    height: 100%;\n    fill: currentColor;\n  }\n\n  .listinha {\n    display: flex;\n    align-items: center;\n    text-align: left;\n    gap: 8px;\n    margin: 0;\n  }\n\n  .listinha svg {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n  }\n\n  \/* Responsive Media Queries *\/\n  @media (max-width: 6000px) {\n    .text-icon-panel {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .three-image-panel {\n      grid-template-columns: 1fr;\n      gap: 32px;\n      max-width: 360px;\n      padding: 15px 20px;\n    }\n\n    .secao-grid,\n    .secao-grid-reverse {\n      grid-template-columns: 1fr;\n      grid-template-areas:\n        \"image\"\n        \"content\";\n    }\n\n    .secao-image img {\n      max-width: 400px;\n    }\n\n    .icon-panel {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .secao-guarantee {\n      grid-template-columns: 1fr;\n      padding: 30px 20px;\n      gap: 25px;\n      min-height: auto;\n    }\n\n    .secao-guarantee .guarantee-image-box img {\n      max-width: 360px;\n    }\n\n    .secao-guarantee .guarantee-content {\n      text-align: center;\n      padding: 0;\n    }\n\n    .secao-guarantee .guarantee-content .botaozin {\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .gif-gallery {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ FAQ Accordion functionality\n    const accordionHeaders = document.querySelectorAll(\".accordion-header\");\n    accordionHeaders.forEach((header) =\u003e {\n      header.addEventListener(\"click\", function () {\n        const allBodies = document.querySelectorAll(\".accordion-body\");\n        const allHeaders = document.querySelectorAll(\".accordion-header\");\n        const currentBody = this.nextElementSibling;\n        const isActive = currentBody.classList.contains(\"active\");\n\n        \/\/ Close all\n        allBodies.forEach((body) =\u003e {\n          body.classList.remove(\"active\");\n          body.style.maxHeight = null;\n        });\n        allHeaders.forEach((h) =\u003e {\n          h.classList.remove(\"active\");\n        });\n\n        \/\/ Open current if it was not active\n        if (!isActive) {\n          currentBody.classList.add(\"active\");\n          this.classList.add(\"active\");\n          currentBody.style.maxHeight = currentBody.scrollHeight + 80 + \"px\";\n        }\n      });\n    });\n\n    \/\/ Infinite Scrolling Banner Setup\n    function setupInfiniteScroll(trackSelector) {\n      const track = document.querySelector(trackSelector);\n      if (!track) return;\n\n      const originalItems = Array.from(track.children);\n      if (originalItems.length === 0) return;\n\n      \/\/ Clear current content\n      track.innerHTML = \"\";\n\n      \/\/ Create a \"Mega Set\" (4x originals) to ensure width exceeds viewport\n      const megaSet = document.createDocumentFragment();\n      for (let i = 0; i \u003c 4; i++) {\n        originalItems.forEach((item) =\u003e {\n          megaSet.appendChild(item.cloneNode(true));\n        });\n      }\n\n      \/\/ Append \"Mega Set\" TWICE to create the 2 halves for continuous scroll animation\n      track.appendChild(megaSet.cloneNode(true));\n      track.appendChild(megaSet.cloneNode(true));\n    }\n\n    setupInfiniteScroll(\".scrolling-banner-track\");\n  });\n\n  \/\/ Smooth scroll to top (compatible with iframes)\n  function smoothScrollTop() {\n    var s = window.top || window;\n    var st = s.scrollY || s.document.documentElement.scrollTop;\n    var start = performance.now();\n    (function step(now) {\n      var t = Math.min((now - start) \/ 800, 1);\n      var ease = t \u003c 0.5 ? 2 * t * t : 1 - Math.pow(-2 * t + 2, 2) \/ 2;\n      s.scrollTo(0, st * (1 - ease));\n      if (t \u003c 1) requestAnimationFrame(step);\n    })(start);\n  }\n\u003c\/script\u003e\n\n\u003c!-- 1: Scrolling banner --\u003e\n\u003cdiv class=\"secao\" style=\"padding: 0\"\u003e\n  \u003cdiv class=\"scrolling-wrapper scrolling-banner-container\"\u003e\n    \u003cdiv class=\"scrolling-track scrolling-banner-track\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-1-scrollingBanner1.webp?v=1788269035\" alt=\"Vaylo™ barefoot shoes walking on beach sand\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-1-scrollingBanner2.webp?v=1788269034\" alt=\"Black Vaylo™ shoes cycling in the park\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-1-scrollingBanner3.webp?v=1788269034\" alt=\"White Vaylo™ shoes flexed on rocky trail\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-1-scrollingBanner4.webp?v=1788269034\" alt=\"Vaylo™ lightweight trainers worn during gym workout\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-1-scrollingBanner5.webp?v=1788269034\" alt=\"Cyan Vaylo™ shoes outdoors on a forest path\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-1-scrollingBanner6.webp?v=1788269034\" alt=\"Hands flexing lightweight Vaylo™ shoes demonstrating flexibility\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 2: 3 image panel --\u003e\n\u003cdiv class=\"secao secao-cor\"\u003e\n  \u003ch2\u003eWhy Walk \u003cspan class=\"pink-text\"\u003eVaylo™\u003c\/span\u003e?\u003c\/h2\u003e\n  \u003cdiv class=\"text-icon-panel\"\u003e\n    \u003cdiv class=\"text-icon-panel-item\"\u003e\n      \u003cp\u003e30\u003cspan class=\"simbolo\"\u003e%\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003emore space\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"text-icon-panel-item\"\u003e\n      \u003cp\u003e70\u003cspan class=\"simbolo\"\u003e%\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003elighter\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"text-icon-panel-item\"\u003e\n      \u003cp\u003e2.7\u003cspan class=\"simbolo\"\u003emm\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003esole base\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"text-icon-panel-item\"\u003e\n      \u003cp\u003e3.2\u003cspan class=\"simbolo\"\u003es\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003eto slip on\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"three-image-panel\"\u003e\n    \u003cdiv class=\"three-image-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-2-threeImages1.webp?v=1788269034\" alt=\"Couple sitting in nature enjoying comfort of Vaylo™ shoes\"\u003e\n      \u003ch3\u003eComfort\u003c\/h3\u003e\n      \u003cp\u003eErgonomics that provide a blend of toe space, lightness, and a smooth texture for your feet. You'll barely notice you're wearing shoes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"three-image-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-2-threeImages2.webp?v=1788269034\" alt=\"Active man carrying log on forest trail in cyan Vaylo™ shoes\"\u003e\n      \u003ch3\u003eVitality\u003c\/h3\u003e\n      \u003cp\u003eA structure that mirrors the natural form and function of the human foot to improve strength, body balance and overall posture.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"three-image-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-2-threeImages3.webp?v=1788269034\" alt=\"Bare feet walking on nature trail highlighting natural grounding\"\u003e\n      \u003ch3\u003eGrounding\u003c\/h3\u003e\n      \u003cp\u003eThin soles that enhance your connection with the ground and conduct sensory feedback while still offering the protection your feet need.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eGet yours now\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c!-- 3: image right --\u003e\n\u003cdiv class=\"secao-grid\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-3-imageRight-engb.webp?v=1788269822\" alt=\"Flexible natural foot movement with Vaylo™ shoes\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003cp class=\"pre-titulo\"\u003eRun forrest run!\u003c\/p\u003e\n    \u003ch2\u003eBreak Free From Heavy \u0026amp; Stiff Footwear\u003c\/h2\u003e\n    \u003cp\u003e\n      Vaylo™ shoes are designed to \u003cb\u003emove naturally\u003c\/b\u003e with your feet. Unlike traditional footwear that compresses and causes discomfort, Vaylo™ shoes flex\n      with you at every step, providing the \u003cb\u003efreedom and support\u003c\/b\u003e you need whether you’re running, hiking, or simply strolling. The wide toe box ensures\n      your toes can splay comfortably, enhancing \u003cb\u003estability and foot health\u003c\/b\u003e. Walk pain-free and experience true comfort with Vaylo™!\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4: image left --\u003e\n\u003cdiv class=\"secao-grid-reverse\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-4-imageLeft.webp?v=1788269034\" alt=\"Orthopaedist approved foot health with Vaylo™ shoes\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003cp class=\"pre-titulo\"\u003eTested \u0026amp; Approved by Orthopaedists\u003c\/p\u003e\n    \u003ch2\u003eHeal From The Ground Up\u003c\/h2\u003e\n    \u003cp\u003e\n      Your feet have the \u003cb\u003epower to heal\u003c\/b\u003e themselves. By encouraging proper foot function, \u003cb\u003eVaylo™\u003c\/b\u003e shoes strengthen the muscles in your feet and legs,\n      helping to relieve fatigue and pain symptoms. With every step, you're not just walking – you're \u003cb\u003ebuilding a stronger\u003c\/b\u003e, more resilient foundation for\n      your entire body, leading to fewer foot problems and a life of \u003cb\u003egreater balance and well-being\u003c\/b\u003e. Start your journey to natural foot health today!\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 5: gif right --\u003e\n\u003cdiv class=\"secao-grid\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-5-gifRight.webp?v=1788269035\" alt=\"Demonstration of natural stride and biomechanics of barefoot shoes\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003cp class=\"pre-titulo\"\u003eEmbrace your true nature\u003c\/p\u003e\n    \u003ch2\u003eThis Is How Simple It Works\u003c\/h2\u003e\n    \u003cp\u003e\n      Mother Nature has designed us in \u003cb\u003eharmony with our environment\u003c\/b\u003e. Just as leaf veins distribute strength and flexibility, our feet are designed to\n      feel the ground beneath us. \u003cb\u003eVaylo™\u003c\/b\u003e shoes honour our design by allowing your feet to function as nature intended. Every step you take mirrors the\n      biomechanics of barefoot walking, promoting a \u003cb\u003enatural stride\u003c\/b\u003e that feels effortless and right. Shop now and feel the difference with every step!\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 6: 4 icon panel --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cdiv class=\"icon-panel\"\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-6-fourIcons1.webp?v=1788269034\" alt=\"Super breathable air circulation icon\"\u003e\n      \u003cp\u003eSuper breathable\u003c\/p\u003e\n      \u003cp\u003eAir in, sweat out\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-6-fourIcons2.webp?v=1788269034\" alt=\"Water resistant weather protection icon\"\u003e\n      \u003cp\u003eWater resistant\u003c\/p\u003e\n      \u003cp\u003eBrave the elements, stay dry\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-6-fourIcons3.webp?v=1788269034\" alt=\"Feather-light lightweight footwear icon\"\u003e\n      \u003cp\u003eFeather-light\u003c\/p\u003e\n      \u003cp\u003eComfort on cloud nine\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-6-fourIcons4.webp?v=1788269034\" alt=\"Premium durable material icon\"\u003e\n      \u003cp\u003ePremium material\u003c\/p\u003e\n      \u003cp\u003eStrong build, made to last\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 7: Big background image --\u003e\n\u003cdiv class=\"secao-background-image\"\u003e\n  \u003cdiv class=\"secao-guarantee\"\u003e\n    \u003cdiv class=\"guarantee-image-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-7-imageLeft.webp?v=1788269034\" alt=\"Vaylo™ delivery and free size swap guarantee package\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"guarantee-content\"\u003e\n      \u003cp class=\"pre-titulo\"\u003eVaylo™'s Guarantee\u003c\/p\u003e\n      \u003ch2\u003eFree size swaps worldwide!\u003c\/h2\u003e\n      \u003cp\u003eIf the size isn't quite right, simply email us, and we'll send you both a returns label and a replacement – all costs on us!\u003c\/p\u003e\n      \u003cp\u003eNeed a second swap? We offer additional size swaps for just £12 per request.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eGet yours now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 8: 4 gif gallery --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cp class=\"pre-titulo\"\u003eWhy our customers love Vaylo™?\u003c\/p\u003e\n  \u003ch2 style=\"margin-top: 0\"\u003eSee it in action\u003c\/h2\u003e\n  \u003cdiv class=\"gif-gallery\"\u003e\n    \u003cdiv\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-8-videoGallery1.webp?v=1788269035\" alt=\"Customer Oliver reviewing comfort of Vaylo™ shoes\"\u003e\n      \u003cp\u003e\"I'm telling you now, these are my go-to comfort shoes\"\u003c\/p\u003e\n      \u003cp\u003eOliver\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-8-videoGallery2.webp?v=1788269035\" alt=\"Customer David sharing foot cramp relief with Vaylo™ shoes\"\u003e\n      \u003cp\u003e\"I haven't had foot cramps at all since I got these shoes\"\u003c\/p\u003e\n      \u003cp\u003eDavid\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-8-videoGallery3.webp?v=1788269035\" alt=\"Customer Charlotte walking dog in Vaylo™ shoes\"\u003e\n      \u003cp\u003e\"My dog loves them because we can go for extra-long walks\"\u003c\/p\u003e\n      \u003cp\u003eCharlotte\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-8-videoGallery4.webp?v=1788269035\" alt=\"Customer Mick praising softness of Vaylo™ shoes\"\u003e\n      \u003cp\u003e\"They're like walking on marshmallows\"\u003c\/p\u003e\n      \u003cp\u003eMick\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 9: image right --\u003e\n\u003cdiv class=\"secao-grid\" style=\"background-color: #23423a\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1429-9-rightImage.webp?v=1788269035\" alt=\"Over 300,000 satisfied customers enjoying Vaylo™ shoes\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\" style=\"color: #fff\"\u003e\n    \u003cp class=\"pre-titulo\"\u003e300,000+ happy customers\u003c\/p\u003e\n    \u003ch2 style=\"color: #fff\"\u003eJoin the Vaylo™ \u003cspan class=\"pink-text\"\u003eRevolution!\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eHundreds of thousands of people are already enjoying the bliss of walking with Vaylo™. When it comes to your health, don't settle for less!\u003c\/p\u003e\n    \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eGet yours now\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Accordion --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003cspan class=\"listinha\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          How do these shoes differ from traditional shoes?\n        \u003c\/span\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\n            \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\u003cb\u003eToe Space:\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003eVaylo™ shoes are designed with a wider toe box, allowing your toes to spread out and grip the ground naturally, similar to walking barefoot.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eErgonomic Sole:\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003e\n          The soles of our shoes are thin and flexible, which enables your feet to bend and move naturally. This design also provides better sensory feedback\n          from the ground.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eNatural Arch Support:\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003e\n          Unlike many modern shoes that come with significant arch support, Vaylo™ shoes encourage your feet to support themselves, helping to strengthen the\n          foot muscles over time.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eHeel Drop:\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003e\n          Vaylo™ shoes feature a zero or minimal heel drop, meaning there is little to no difference in height between the heel and the ball of the foot. This\n          promotes a more natural foot posture and stride.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eMaterials:\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003eWe use breathable, lightweight materials that conform to the shape of your foot, providing a \"second skin\" feel for maximum comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003cspan class=\"listinha\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          Do I wear socks with these shoes?\n        \u003c\/span\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\n            \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\n          Our barefoot shoes offer a wide toe box for natural foot movement. The decision to wear socks is entirely personal. Some prefer the authentic barefoot\n          experience, while others choose socks for moisture control or added comfort. Our shoes cater brilliantly to both choices.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003cspan class=\"listinha\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          How can I be sure to pick the right size?\n        \u003c\/span\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\n            \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eWe recommend going with your usual shoe size. If you are between sizes or normally take a half size, we recommend sizing down.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"FoxySea","offers":[{"title":"Key Lime \/ W 4 \/ M 3","offer_id":52775512375578,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 5 \/ M 4","offer_id":52775512408346,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 6 \/ M 5","offer_id":52775512441114,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 7 \/ M 6","offer_id":52775512473882,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 8 \/ M 7","offer_id":52775512506650,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 9 \/ M 8","offer_id":52775512539418,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 10 \/ M 9","offer_id":52775512572186,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 11 \/ M 10","offer_id":52775512604954,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 12 \/ M 11","offer_id":52775512637722,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 13 \/ M 12","offer_id":52775512670490,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 14 \/ M 13","offer_id":52775512703258,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Key Lime \/ W 15 \/ M 14","offer_id":52775512736026,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 4 \/ M 3","offer_id":52775512768794,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 5 \/ M 4","offer_id":52775512801562,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 6 \/ M 5","offer_id":52775512834330,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 7 \/ M 6","offer_id":52775512867098,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 8 \/ M 7","offer_id":52775512899866,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 9 \/ M 8","offer_id":52775512932634,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 10 \/ M 9","offer_id":52775512965402,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 11 \/ M 10","offer_id":52775512998170,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 12 \/ M 11","offer_id":52775513030938,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 13 \/ M 12","offer_id":52775513063706,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 14 \/ M 13","offer_id":52775513096474,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Soil Black \/ W 15 \/ M 14","offer_id":52775513129242,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 4 \/ M 3","offer_id":52775513162010,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 5 \/ M 4","offer_id":52775513194778,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 6 \/ M 5","offer_id":52775513227546,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 7 \/ M 6","offer_id":52775513260314,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 8 \/ M 7","offer_id":52775513293082,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 9 \/ M 8","offer_id":52775513325850,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 10 \/ M 9","offer_id":52775513358618,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 11 \/ M 10","offer_id":52775513391386,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 12 \/ M 11","offer_id":52775513424154,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 13 \/ M 12","offer_id":52775513456922,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 14 \/ M 13","offer_id":52775513489690,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Fox Trot \/ W 15 \/ M 14","offer_id":52775513522458,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 4 \/ M 3","offer_id":52775513555226,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 5 \/ M 4","offer_id":52775513587994,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 6 \/ M 5","offer_id":52775513620762,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 7 \/ M 6","offer_id":52775513653530,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 8 \/ M 7","offer_id":52775513686298,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 9 \/ M 8","offer_id":52775513719066,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 10 \/ M 9","offer_id":52775513751834,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 11 \/ M 10","offer_id":52775513784602,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 12 \/ M 11","offer_id":52775513817370,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 13 \/ M 12","offer_id":52775513850138,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 14 \/ M 13","offer_id":52775513882906,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ W 15 \/ M 14","offer_id":52775513915674,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/Drifters_-_White_Barefoot_Shoes_for_Gym_-_Wide_Toe_Box_-_Zero_Drop_-_Grounding_Shoes.jpg?v=1788268669","url":"https:\/\/www.foxysea.com\/products\/vaylo","provider":"FoxySea","version":"1.0","type":"link"}