{"product_id":"platform-sandals","title":"Platform Sandals – Perfect for Summer","description":"\u003cstyle\u003e\n  .secao {\n    text-align: center;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px 0;\n  }\n  .secao \u003e img {\n    width: 100%;\n    height: auto;\n    max-width: 400px;\n    border-radius: 12px;\n    border: none;\n    box-shadow: none;\n  }\n  ul {\n    text-align: left;\n    width: fit-content;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  ul li {\n    margin-bottom: 5px;\n  }\n\n  \/* Accordion (FAQ) *\/\n  .accordion {\n    width: 100%;\n    max-width: 800px;\n    margin: 20px auto;\n    border-radius: 10px;\n    border: none;\n    font-size: 0.9em;\n  }\n  .accordion-item {\n    border-top: 1px solid #f8f8f8;\n    background-color: white;\n  }\n  .accordion-item:last-child {\n    border-bottom: 1px solid #f8f8f8;\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  .accordion-header:hover {\n    background-color: #f2f3f3;\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  .accordion-body.active {\n    max-height: 500px;\n    padding: 15px;\n    margin-bottom: 15px;\n  }\n  .accordion-body img {\n    width: 100%;\n    height: auto;\n    max-width: 400px;\n    border-radius: 12px;\n    border: none;\n    box-shadow: none;\n    margin-left: auto;\n    margin-right: auto;\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  .accordion-header.active .icon {\n    transform: rotate(0deg);\n  }\n  .accordion-header .icon svg {\n    width: 100%;\n    height: 100%;\n    fill: currentColor;\n  }\n\n  \/* Review Cards \u0026 Carousel *\/\n  .review {\n    max-width: 1200px;\n    margin-left: auto;\n    margin-right: auto;\n    border-radius: 10px;\n    color: #000;\n    background-color: #f7f7f7;\n    border: none;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n  }\n  .review-image {\n    width: 100%;\n    height: 250px !important;\n    object-fit: cover;\n    object-position: center;\n    display: block;\n    border-radius: 8px 8px 0 0;\n    margin: 0;\n    border: none;\n    box-shadow: none;\n  }\n  .star-box {\n    display: inline-block;\n    background-color: #fff;\n    border-radius: 16px;\n    padding: 6px 14px;\n    box-shadow:\n      0 1px 3px rgba(0, 0, 0, 0.12),\n      0 1px 2px rgba(0, 0, 0, 0.24);\n    line-height: 1;\n    position: relative;\n    z-index: 2;\n    margin-top: -18px;\n    color: #ffc400;\n    font-size: 1.4em;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .review-content {\n    text-align: center;\n    padding: 15px 10px 10px 10px;\n    font-size: 0.9em;\n    flex-grow: 1;\n  }\n  .review-content p:first-child {\n    font-weight: bold;\n    color: #faae13;\n    font-size: 1.4em;\n    margin-top: 0;\n    margin-bottom: 15px;\n  }\n  .review-content p:nth-child(2) {\n    font-weight: bold;\n    margin-bottom: 15px;\n    margin-top: 0;\n    font-size: 1.1em;\n  }\n  .review-content p:nth-child(3) {\n    margin-bottom: 15px;\n    margin-top: 0;\n    font-size: 0.95em;\n  }\n  .review-content p:nth-child(4) {\n    margin-bottom: 0;\n    margin-top: 0;\n    font-size: 1em;\n    font-weight: bold;\n    border-top: 1px solid #e6e6e6;\n    padding-top: 10px;\n  }\n  .review-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n  .review-carousel-wrapper {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n  }\n  .review-slide {\n    min-width: 100%;\n    box-sizing: border-box;\n    display: flex;\n    flex-direction: column;\n  }\n  .review-carousel-button {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 34px;\n    height: 34px;\n    background-color: #fff;\n    border: 1px solid #ddd;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    z-index: 10;\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n    transition: background-color 0.3s;\n    color: #000;\n    padding: 0;\n  }\n  .review-carousel-button:hover {\n    background-color: #f0f0f0;\n  }\n  .review-carousel-button.prev {\n    left: 10px;\n  }\n  .review-carousel-button.next {\n    right: 10px;\n  }\n  .review-carousel-dots {\n    text-align: center;\n    padding: 0;\n    margin-top: 15px;\n  }\n  .review-carousel-dot {\n    cursor: pointer;\n    height: 12px;\n    width: 12px;\n    margin: 0 5px;\n    background-color: #f0f0f0;\n    border-radius: 50%;\n    display: inline-block;\n    transition: background-color 0.6s ease;\n  }\n  .review-carousel-dot.active {\n    background-color: #1e1e1e;\n  }\n\n  \/* Lightbox *\/\n  .lightbox {\n    display: none;\n    position: fixed;\n    z-index: 1000;\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    background-color: rgba(0, 0, 0, 0.8);\n    justify-content: center;\n    align-items: center;\n  }\n  .lightbox-content {\n    max-width: 90%;\n    max-height: 90%;\n    display: block;\n    margin: auto;\n  }\n  .lightbox-close {\n    position: absolute;\n    top: 20px;\n    right: 35px;\n    color: #f1f1f1;\n    font-size: 40px;\n    font-weight: bold;\n    cursor: pointer;\n  }\n\n  \/* Responsive Design *\/\n  @media (min-width: 6001px) {\n    .review-carousel-wrapper {\n      display: flex;\n      gap: 20px;\n      transform: none !important;\n    }\n    .review-carousel .review-slide {\n      min-width: 0;\n      flex: 1 1 30%;\n    }\n    .review-carousel .review-content {\n      padding: 15px;\n      box-sizing: border-box;\n    }\n    .review-carousel-button,\n    .review-carousel-dots {\n      display: none;\n    }\n  }\n\n  @media (max-width: 6000px) {\n    .review {\n      max-width: 400px;\n      margin-left: auto;\n      margin-right: auto;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ 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 wasn't 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    \/\/ Review Carousel\n    const carouselWrapper = document.querySelector(\".review-carousel-wrapper\");\n    if (carouselWrapper) {\n      const slides = Array.from(carouselWrapper.children);\n      const nextButton = document.querySelector(\".review-carousel-button.next\");\n      const prevButton = document.querySelector(\".review-carousel-button.prev\");\n      const dotsContainer = document.querySelector(\".review-carousel-dots\");\n\n      let currentIndex = 0;\n      let touchStartX = 0;\n      let touchEndX = 0;\n\n      if (dotsContainer) {\n        dotsContainer.innerHTML = \"\";\n        slides.forEach((_, i) =\u003e {\n          const dot = document.createElement(\"span\");\n          dot.classList.add(\"review-carousel-dot\");\n          if (i === 0) dot.classList.add(\"active\");\n          dot.addEventListener(\"click\", () =\u003e {\n            currentIndex = i;\n            updateCarousel();\n          });\n          dotsContainer.appendChild(dot);\n        });\n      }\n\n      const dots = dotsContainer ? Array.from(dotsContainer.children) : [];\n\n      function updateCarousel() {\n        if (window.innerWidth \u003c= 6000) {\n          carouselWrapper.style.transform = `translateX(-${currentIndex * 100}%)`;\n        } else {\n          carouselWrapper.style.transform = \"none\";\n        }\n        if (dots.length \u003e 0) {\n          dots.forEach((dot, i) =\u003e {\n            dot.classList.toggle(\"active\", i === currentIndex);\n          });\n        }\n      }\n\n      if (nextButton) {\n        nextButton.addEventListener(\"click\", () =\u003e {\n          currentIndex = (currentIndex + 1) % slides.length;\n          updateCarousel();\n        });\n      }\n\n      if (prevButton) {\n        prevButton.addEventListener(\"click\", () =\u003e {\n          currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n          updateCarousel();\n        });\n      }\n\n      carouselWrapper.addEventListener(\n        \"touchstart\",\n        (e) =\u003e {\n          touchStartX = e.changedTouches[0].screenX;\n        },\n        { passive: true },\n      );\n\n      carouselWrapper.addEventListener(\"touchend\", (e) =\u003e {\n        touchEndX = e.changedTouches[0].screenX;\n        handleSwipe();\n      });\n\n      function handleSwipe() {\n        if (window.innerWidth \u003e 6000) return;\n        const swipeThreshold = 50;\n        if (touchStartX - touchEndX \u003e swipeThreshold) {\n          currentIndex = (currentIndex + 1) % slides.length;\n          updateCarousel();\n        } else if (touchEndX - touchStartX \u003e swipeThreshold) {\n          currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n          updateCarousel();\n        }\n      }\n\n      window.addEventListener(\"resize\", updateCarousel);\n      updateCarousel();\n    }\n\n    \/\/ Lightbox functionality\n    const lightbox = document.getElementById(\"myLightbox\");\n    if (lightbox) {\n      const lightboxImg = document.getElementById(\"lightboxImg\");\n      const reviewImages = document.querySelectorAll(\".review-image\");\n      const closeBtn = document.querySelector(\".lightbox-close\");\n\n      reviewImages.forEach((img) =\u003e {\n        img.style.cursor = \"pointer\";\n        img.addEventListener(\"click\", () =\u003e {\n          lightbox.style.display = \"flex\";\n          lightboxImg.src = img.src;\n          lightboxImg.alt = img.alt || \"Enlarged customer review photo\";\n        });\n      });\n\n      function closeLightbox() {\n        lightbox.style.display = \"none\";\n      }\n\n      if (closeBtn) {\n        closeBtn.addEventListener(\"click\", closeLightbox);\n      }\n\n      lightbox.addEventListener(\"click\", (e) =\u003e {\n        if (e.target === lightbox) {\n          closeLightbox();\n        }\n      });\n\n      document.addEventListener(\"keydown\", (e) =\u003e {\n        if (e.key === \"Escape\" \u0026\u0026 lightbox.style.display === \"flex\") {\n          closeLightbox();\n        }\n      });\n    }\n  });\n\u003c\/script\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        How to Fit\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\u003eHave wide feet?\u003c\/b\u003e We recommend going half a size up for a more comfortable fit.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eNot sure what is the right shoe size for you?\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eThe following instructions will help you choose:\u003c\/b\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eTake a piece of paper and a pen or pencil\u003c\/li\u003e\n          \u003cli\u003eStand with your heels against the wall\u003c\/li\u003e\n          \u003cli\u003eStand upright, placing your weight on both feet\u003c\/li\u003e\n          \u003cli\u003eGet someone else to draw a line by the tip of your toe\u003c\/li\u003e\n          \u003cli\u003eMeasure the length from the wall to the line\u003c\/li\u003e\n          \u003cli\u003eAdd 3-5 mm to the measured length (important for toe space)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Care Guide\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.35,26.34a8,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\u003eMachine wash cold, gentle cycle, inside a laundry bag\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eUse mild detergent, no bleach\u003c\/li\u003e\n          \u003cli\u003eAir dry only, do not tumble dry\u003c\/li\u003e\n          \u003cli\u003eRemove insoles and laces before washing\u003c\/li\u003e\n          \u003cli\u003eSpot clean with a damp cloth for minor stains\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Shipping\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 are proud to offer free worldwide shipping across the UK and internationally, ensuring our products reach customers everywhere.\u003c\/p\u003e\n        \u003cp\u003eOnce your order is processed (usually within 12-24h), you will receive a tracking number to follow your package every step of the way.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Returns\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          If for any reason you're not fully satisfied with your purchase, we offer easy returns within 30 days of the delivery date. Simply contact our\n          customer service team, and we’ll guide you through the return process. Our goal is to make it quick and hassle-free, ensuring your satisfaction.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eMeet the wedge that moves with you.\u003c\/p\u003e\n  \u003cp\u003e\n    Platform Sandals are all stretch, zero fuss — multi-strap knit upper, elastic ankle band, and a cushioned wedge sole that keeps you going from morning to\n    night without a single complaint from your feet.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    ✅ Stretch knit multi-strap upper — adapts to any foot shape, zero rubbing, zero break-in\u003cbr\u003e\n    ✅ Elastic ankle band — slip on in seconds, stays secure all day\u003cbr\u003e\n    ✅ Cushioned wedge sole — just enough lift, just enough support\u003cbr\u003e\n    ✅ Breathable open-toe design — cool and comfortable in any heat\u003cbr\u003e\n    ✅ Lightweight construction — barely feel them on your feet\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Review cards --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch3\u003eHear From Our Customers\u003c\/h3\u003e\n  \u003cdiv class=\"review-carousel\"\u003e\n    \u003cdiv class=\"review-carousel-wrapper\"\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eI'm really impressed!\u003c\/p\u003e\n            \u003cp\u003eI was really impressed with the speed with which my order was delivered here in London. Communication during shipping was excellent.\u003c\/p\u003e\n            \u003cp\u003eCharlotte\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eWhat a great product!\u003c\/p\u003e\n            \u003cp\u003e\n              I had to return a pair because I wanted a different colour and the process went really smoothly. Customer service was helpful and I received a\n              refund quickly.\n            \u003c\/p\u003e\n            \u003cp\u003eGemma\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eThey exceeded my expectations!\u003c\/p\u003e\n            \u003cp\u003e\n              Very satisfied with my purchase! The quality is top notch and delivery was fast. I will definitely come back to this online store for future\n              purchases.\n            \u003c\/p\u003e\n            \u003cp\u003eEleanor\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button prev\" aria-label=\"Previous review\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button next\" aria-label=\"Next review\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-dots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"secao\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1469-2-engb.webp?v=1784915112\" alt=\"Platform Sandals - Perfect for Summer\" loading=\"lazy\"\u003e\n\n  \u003ch3\u003e30 Days Money-Back Guarantee\u003c\/h3\u003e\n  \u003cp\u003e\n    We're passionate about our products and \u003cb\u003econfident you'll adore them\u003c\/b\u003e just as much as we do! That's why we provide a no-risk,\n    \u003cb\u003e30-day money-back guarantee\u003c\/b\u003e. If you're not completely satisfied with your purchase, we'll happily refund your money.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Not sure what is the right shoe size for you?\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\u003eThe following instructions will help you choose.\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eTake a piece of paper and a pen or pencil\u003c\/li\u003e\n          \u003cli\u003eStand with your heels against the wall\u003c\/li\u003e\n          \u003cli\u003eStand upright, placing your weight on both feet\u003c\/li\u003e\n          \u003cli\u003eGet someone else to draw a line by the tip of your toe\u003c\/li\u003e\n          \u003cli\u003eMeasure the length from the wall to the line\u003c\/li\u003e\n          \u003cli\u003eAdd 3-5 mm to the measured length (important for toe space)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        What are the shipping prices?\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 offer \u003cb\u003efree shipping\u003c\/b\u003e across the UK and worldwide.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Do you have active customer service?\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 are ready to answer any of your questions \u003cb\u003e24\/7\u003c\/b\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        What is the comfort level of these shoes?\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 shoes are designed for all-day wearability. Most customers highlight how soft the cushioning feels and how they can walk or stand for hours\n          without discomfort. Comfort is the #1 reason shoppers return to buy more pairs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        How do they fit in terms of sizing?\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          Fit can vary depending on foot shape. Some customers with wider feet find the fit perfect, while others with narrow feet recommend sizing down or\n          adjusting with our easy returns. To make this easier, we provide consistent sizing across families, once you find your fit, every pair in that\n          silhouette will feel the same.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Do the shoes provide good arch support?\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          Yes, all our shoes are built with orthopedic-level support in mind. That said, feedback shows that women with higher arch needs sometimes add personal\n          insoles for extra cushioning. This is why we’re continuously improving our All-Day Arch™ system across new collections.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        What about the quality of the materials?\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.35,26.34a8,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 store uses soft, breathable, and durable materials designed for daily wear. While some isolated reviews have raised durability concerns, our\n          best-sellers like Ariella and Munich have thousands of positive reviews confirming lasting quality. Plus, we back every purchase with a 30-Day Comfort\n          Guarantee.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Are they suitable for work?\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          Absolutely. Our shoes are specifically made to look chic in professional settings while providing orthopedic comfort. Many customers wear them for\n          full workdays, whether in the office, teaching, or healthcare roles where standing is required.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        How do they perform in terms of slipperiness?\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 shoes are designed with anti-slip soles for stability. Customers with narrower feet have sometimes reported a looser fit, which is why we\n          recommend adjustable-strap models for a more secure hold.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Are colour options available?\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          Yes, most of our core silhouettes come in multiple colours. However, we know customers want even more variety, which is why every season we expand\n          collections with new shades and finishes, often exclusive to our VIP members.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Are the shoes easy to clean?\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          Yes. Our shoes are made from materials that are low-maintenance and easy to clean, so they maintain their look even after frequent wear. Many\n          customers mention that a quick wipe keeps them looking fresh.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- The Lightbox --\u003e\n\u003cdiv id=\"myLightbox\" class=\"lightbox\"\u003e\n  \u003cspan class=\"lightbox-close\"\u003e×\u003c\/span\u003e\n  \u003cimg class=\"lightbox-content\" id=\"lightboxImg\" alt=\"Enlarged review photo\"\u003e\n\u003c\/div\u003e\n","brand":"FoxySea","offers":[{"title":"Beige \/ UK 3","offer_id":52579077882138,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 3.5","offer_id":52579077914906,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 4","offer_id":52579077947674,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 4.5","offer_id":52579077980442,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 5","offer_id":52579078013210,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 5.5","offer_id":52579078045978,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 6","offer_id":52579078078746,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 6.5","offer_id":52579078111514,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 7","offer_id":52579078144282,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 7.5","offer_id":52579078177050,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 8","offer_id":52579078209818,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 8.5","offer_id":52579078242586,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 9","offer_id":52579078275354,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 10","offer_id":52579078308122,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ UK 11","offer_id":52579078340890,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 3","offer_id":52579078373658,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 3.5","offer_id":52579078406426,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 4","offer_id":52579078439194,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 4.5","offer_id":52579078471962,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 5","offer_id":52579078504730,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 5.5","offer_id":52579078537498,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 6","offer_id":52579078570266,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 6.5","offer_id":52579078603034,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 7","offer_id":52579078635802,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 7.5","offer_id":52579078668570,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 8","offer_id":52579078701338,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 8.5","offer_id":52579078734106,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 9","offer_id":52579078766874,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 10","offer_id":52579078799642,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 11","offer_id":52579078832410,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 3","offer_id":52579078865178,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 3.5","offer_id":52579078897946,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 4","offer_id":52579078930714,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 4.5","offer_id":52579078963482,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 5","offer_id":52579078996250,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 5.5","offer_id":52579079029018,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 6","offer_id":52579079061786,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 6.5","offer_id":52579079094554,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 7","offer_id":52579079127322,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 7.5","offer_id":52579079160090,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 8","offer_id":52579079192858,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 8.5","offer_id":52579079225626,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 9","offer_id":52579079258394,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 10","offer_id":52579079291162,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK 11","offer_id":52579079323930,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 3","offer_id":52579079356698,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 3.5","offer_id":52579079389466,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 4","offer_id":52579079422234,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 4.5","offer_id":52579079455002,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 5","offer_id":52579079487770,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 5.5","offer_id":52579079520538,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 6","offer_id":52579079553306,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 6.5","offer_id":52579079586074,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 7","offer_id":52579079618842,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 7.5","offer_id":52579079651610,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 8","offer_id":52579079684378,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 8.5","offer_id":52579079717146,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 9","offer_id":52579079749914,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 10","offer_id":52579079782682,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true},{"title":"Taupe \/ UK 11","offer_id":52579079815450,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/Mocha1.jpg?v=1784914912","url":"https:\/\/www.foxysea.com\/products\/platform-sandals","provider":"FoxySea","version":"1.0","type":"link"}