{"product_id":"ukskechers","title":"🔥 Breathable Slip-On Comfort Shoes for Women – Lightweight \u0026 Easy to Wear 👟","description":"\u003cstyle\u003e\n  .comfort-shoe-page {\n    --csp-navy: #17375f;\n    --csp-text: #536278;\n    --csp-muted: #748197;\n    --csp-border: #dfd1b8;\n    --csp-card: #fbfbfa;\n    --csp-icon: #f2e6cf;\n    --csp-green: #359164;\n    --csp-white: #ffffff;\n\n    width: 100%;\n    max-width: 980px;\n    margin: 20px auto;\n    color: var(--csp-text);\n    font-family: Arial, \"Helvetica Neue\", Helvetica, sans-serif;\n    box-sizing: border-box;\n  }\n\n  .comfort-shoe-page *,\n  .comfort-shoe-page *::before,\n  .comfort-shoe-page *::after {\n    box-sizing: border-box;\n  }\n\n  .comfort-shoe-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* =========================\n     页面顶部标题\n  ========================= *\/\n\n  .csp-header {\n    max-width: 760px;\n    margin: 0 auto 27px;\n    padding: 0 8px;\n    text-align: center;\n  }\n\n  .csp-main-title {\n    margin: 0;\n    color: var(--csp-navy);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(34px, 4.7vw, 46px);\n    line-height: 1.04;\n    font-weight: 700;\n    letter-spacing: -0.3px;\n  }\n\n  .csp-main-description {\n    max-width: 720px;\n    margin: 15px auto 0;\n    color: var(--csp-muted);\n    font-size: 14px;\n    line-height: 1.7;\n    letter-spacing: 0.25px;\n  }\n\n  \/* =========================\n     顶部三个卖点\n  ========================= *\/\n\n  .csp-top-features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-bottom: 29px;\n  }\n\n  .csp-top-card {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n\n    min-width: 0;\n    min-height: 154px;\n    padding: 17px 12px 14px;\n\n    background: var(--csp-card);\n    border: 1px solid var(--csp-border);\n    border-radius: 14px;\n\n    text-align: center;\n  }\n\n  .csp-top-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 37px;\n    height: 37px;\n    margin-bottom: 11px;\n\n    color: var(--csp-navy);\n    background: var(--csp-icon);\n\n    border-radius: 50%;\n\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  .csp-top-title {\n    color: var(--csp-navy);\n    font-size: 14px;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 0.4px;\n  }\n\n  .csp-top-text {\n    margin-top: 7px;\n    color: var(--csp-muted);\n    font-size: 10.5px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     通用图文模块\n  ========================= *\/\n\n  .csp-section {\n    width: 100%;\n    margin-bottom: 20px;\n    padding: 22px;\n\n    overflow: hidden;\n\n    background: var(--csp-card);\n    border: 1px solid var(--csp-border);\n    border-radius: 16px;\n  }\n\n  \/* 每个模块标题独立显示在最上面 *\/\n\n  .csp-section-header {\n    width: 100%;\n    margin-bottom: 18px;\n    padding-bottom: 14px;\n\n    border-bottom: 1px solid rgba(223, 209, 184, 0.72);\n  }\n\n  .csp-section-title {\n    margin: 0;\n    color: var(--csp-navy);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.12;\n    font-weight: 700;\n    letter-spacing: -0.15px;\n  }\n\n  \/* 标题下面的图片与文字 *\/\n\n  .csp-section-body {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    align-items: center;\n    gap: 25px;\n    width: 100%;\n  }\n\n  .csp-media,\n  .csp-content {\n    min-width: 0;\n  }\n\n  \/* 默认：图片左，文字右 *\/\n\n  .csp-media {\n    order: 1;\n  }\n\n  .csp-content {\n    order: 2;\n  }\n\n  \/* 反向：文字左，图片右 *\/\n\n  .csp-section--reverse .csp-media {\n    order: 2;\n  }\n\n  .csp-section--reverse .csp-content {\n    order: 1;\n  }\n\n  .csp-media {\n    overflow: hidden;\n    border-radius: 13px;\n  }\n\n  .csp-media img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    border-radius: 13px;\n  }\n\n  .csp-content {\n    padding: 3px 2px;\n  }\n\n  .csp-description {\n    margin: 0;\n    color: var(--csp-text);\n    font-size: 13px;\n    line-height: 1.7;\n    letter-spacing: 0.2px;\n  }\n\n  .csp-description + .csp-description {\n    margin-top: 11px;\n  }\n\n  .csp-label {\n    margin-top: 16px;\n    color: var(--csp-navy);\n    font-size: 11px;\n    line-height: 1.3;\n    font-weight: 900;\n    letter-spacing: 0.85px;\n    text-transform: uppercase;\n  }\n\n  .csp-list {\n    display: grid;\n    gap: 7px;\n    margin: 10px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .csp-list li {\n    position: relative;\n    padding-left: 21px;\n    color: var(--csp-text);\n    font-size: 12px;\n    line-height: 1.45;\n    font-weight: 700;\n  }\n\n  .csp-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--csp-green);\n    font-weight: 900;\n  }\n\n  .csp-support-note {\n    margin-top: 13px;\n    padding: 9px 10px;\n\n    color: var(--csp-muted);\n    background: #fffaf1;\n\n    border-left: 3px solid #d9c49f;\n    border-radius: 0 7px 7px 0;\n\n    font-size: 9px;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     产品展示\n  ========================= *\/\n\n  .csp-showcase {\n    margin-top: 28px;\n    padding: 24px 20px;\n\n    background: var(--csp-card);\n    border: 1px solid var(--csp-border);\n    border-radius: 16px;\n  }\n\n  .csp-showcase-header {\n    max-width: 650px;\n    margin: 0 auto 18px;\n    text-align: center;\n  }\n\n  .csp-showcase-title {\n    margin: 0;\n    color: var(--csp-navy);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(25px, 3.2vw, 33px);\n    line-height: 1.12;\n    font-weight: 700;\n  }\n\n  .csp-showcase-text {\n    margin: 8px 0 0;\n    color: var(--csp-muted);\n    font-size: 11.5px;\n    line-height: 1.55;\n  }\n\n  .csp-showcase-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .csp-showcase-item {\n    min-width: 0;\n    overflow: hidden;\n\n    background: var(--csp-white);\n    border: 1px solid var(--csp-border);\n    border-radius: 11px;\n  }\n\n  .csp-showcase-item img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  \/* =========================\n     底部介绍\n  ========================= *\/\n\n  .csp-introduction {\n    margin-top: 22px;\n    padding: 22px 20px;\n\n    background: var(--csp-white);\n\n    border: 1px solid var(--csp-border);\n    border-left: 4px solid #d9c49f;\n    border-radius: 0 13px 13px 0;\n  }\n\n  .csp-introduction-title {\n    margin: 0 0 10px;\n    color: var(--csp-navy);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 26px;\n    line-height: 1.15;\n    font-weight: 700;\n  }\n\n  .csp-introduction p {\n    margin: 0 0 10px;\n    color: var(--csp-text);\n    font-size: 12px;\n    line-height: 1.65;\n  }\n\n  .csp-introduction p:last-child {\n    margin-bottom: 0;\n  }\n\n  .csp-introduction strong {\n    color: var(--csp-navy);\n  }\n\n  \/* =========================\n     平板端\n  ========================= *\/\n\n  @media screen and (max-width: 800px) {\n    .csp-section {\n      padding: 18px;\n    }\n\n    .csp-section-body {\n      gap: 18px;\n    }\n\n    .csp-description {\n      font-size: 12px;\n    }\n  }\n\n  \/* =========================\n     手机端\n     仍保持图片和文字左右排列\n  ========================= *\/\n\n  @media screen and (max-width: 650px) {\n    .comfort-shoe-page {\n      width: 100%;\n      max-width: 100%;\n      margin: 14px auto;\n    }\n\n    .csp-header {\n      margin-bottom: 24px;\n      padding: 0 5px;\n    }\n\n    .csp-main-title {\n      font-size: 37px;\n      line-height: 1.03;\n    }\n\n    .csp-main-description {\n      margin-top: 15px;\n      font-size: 12.5px;\n      line-height: 1.65;\n    }\n\n    \/* 三个卖点保持一排三个 *\/\n\n    .csp-top-features {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 8px;\n      margin-bottom: 24px;\n    }\n\n    .csp-top-card {\n      min-height: 153px;\n      padding: 14px 6px 11px;\n      border-radius: 12px;\n    }\n\n    .csp-top-icon {\n      width: 34px;\n      height: 34px;\n      margin-bottom: 9px;\n      font-size: 14px;\n    }\n\n    .csp-top-title {\n      font-size: 11px;\n      line-height: 1.18;\n    }\n\n    .csp-top-text {\n      margin-top: 6px;\n      font-size: 8.6px;\n      line-height: 1.42;\n    }\n\n    .csp-section {\n      margin-bottom: 14px;\n      padding: 13px;\n      border-radius: 14px;\n    }\n\n    .csp-section-header {\n      margin-bottom: 12px;\n      padding-bottom: 11px;\n    }\n\n    .csp-section-title {\n      font-size: 22px;\n      line-height: 1.1;\n    }\n\n    \/* 手机也保持左右两栏 *\/\n\n    .csp-section-body {\n      grid-template-columns:\n        minmax(0, 1fr)\n        minmax(0, 1fr);\n\n      gap: 11px;\n    }\n\n    \/* 默认图片左、文字右 *\/\n\n    .csp-section .csp-media {\n      order: 1;\n    }\n\n    .csp-section .csp-content {\n      order: 2;\n    }\n\n    \/* 反向文字左、图片右 *\/\n\n    .csp-section--reverse .csp-media {\n      order: 2;\n    }\n\n    .csp-section--reverse .csp-content {\n      order: 1;\n    }\n\n    .csp-media,\n    .csp-media img {\n      border-radius: 10px;\n    }\n\n    .csp-content {\n      padding: 0;\n    }\n\n    .csp-description {\n      font-size: 9.8px;\n      line-height: 1.55;\n    }\n\n    .csp-description + .csp-description {\n      margin-top: 7px;\n    }\n\n    .csp-label {\n      margin-top: 10px;\n      font-size: 8.5px;\n      letter-spacing: 0.55px;\n    }\n\n    .csp-list {\n      gap: 4px;\n      margin-top: 6px;\n    }\n\n    .csp-list li {\n      padding-left: 15px;\n      font-size: 8.8px;\n      line-height: 1.38;\n    }\n\n    .csp-support-note {\n      margin-top: 8px;\n      padding: 7px 8px;\n      font-size: 7.5px;\n      line-height: 1.4;\n    }\n\n    .csp-showcase {\n      margin-top: 19px;\n      padding: 19px 10px;\n      border-radius: 14px;\n    }\n\n    .csp-showcase-title {\n      font-size: 26px;\n    }\n\n    .csp-showcase-text {\n      font-size: 10px;\n    }\n\n    .csp-showcase-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 6px;\n    }\n\n    .csp-showcase-item {\n      border-radius: 8px;\n    }\n\n    .csp-introduction {\n      margin-top: 17px;\n      padding: 18px 14px;\n    }\n\n    .csp-introduction-title {\n      font-size: 23px;\n    }\n\n    .csp-introduction p {\n      font-size: 10.5px;\n      line-height: 1.6;\n    }\n  }\n\n  \/* =========================\n     超小屏幕\n  ========================= *\/\n\n  @media screen and (max-width: 390px) {\n    .csp-main-title {\n      font-size: 33px;\n    }\n\n    .csp-top-features {\n      gap: 5px;\n    }\n\n    .csp-top-card {\n      min-height: 148px;\n      padding-right: 4px;\n      padding-left: 4px;\n    }\n\n    .csp-top-title {\n      font-size: 9.8px;\n    }\n\n    .csp-top-text {\n      font-size: 7.8px;\n    }\n\n    .csp-section {\n      padding: 10px;\n    }\n\n    .csp-section-title {\n      font-size: 19px;\n    }\n\n    .csp-section-body {\n      gap: 8px;\n    }\n\n    .csp-description {\n      font-size: 8.8px;\n    }\n\n    .csp-list li {\n      font-size: 8px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"comfort-shoe-page\"\u003e\u003c!-- 页面主标题 --\u003e\u003cheader class=\"csp-header\"\u003e\n\u003ch2 class=\"csp-main-title\"\u003eBreathable and\u003cbr\u003eComfortable\u003c\/h2\u003e\n\u003cp class=\"csp-main-description\"\u003eThe lightweight knitted material and easy slip-on design make these comfort trainers a practical choice for warmer days, everyday errands, relaxed walks and travel.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- 顶部三个卖点 --\u003e\n\u003cdiv class=\"csp-top-features\"\u003e\n\u003cdiv class=\"csp-top-card\"\u003e\n\u003cdiv class=\"csp-top-icon\"\u003e◌\u003c\/div\u003e\n\u003cdiv class=\"csp-top-title\"\u003eBreathable Knit\u003c\/div\u003e\n\u003cdiv class=\"csp-top-text\"\u003eOpen-knit material helps promote airflow.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"csp-top-card\"\u003e\n\u003cdiv class=\"csp-top-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"csp-top-title\"\u003eEasy Slip-On Design\u003c\/div\u003e\n\u003cdiv class=\"csp-top-text\"\u003eNo fiddly laces—simply slip them on and go.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"csp-top-card\"\u003e\n\u003cdiv class=\"csp-top-icon\"\u003e☁\u003c\/div\u003e\n\u003cdiv class=\"csp-top-title\"\u003eLightweight Cushioning\u003c\/div\u003e\n\u003cdiv class=\"csp-top-text\"\u003eA light sole provides a comfortable everyday feel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块一：图片左，文字右 --\u003e\n\u003csection class=\"csp-section\"\u003e\u003cheader class=\"csp-section-header\"\u003e\n\u003ch3 class=\"csp-section-title\"\u003eLightweight, Breathable and Comfortable\u003c\/h3\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"csp-section-body\"\u003e\n\u003cdiv class=\"csp-media\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Lightweight breathable slip-on trainers\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/1-40.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"csp-content\"\u003e\n\u003cp class=\"csp-description\"\u003eThe lightweight knitted material and easy slip-on construction make these trainers a practical choice for warm days and everyday activities.\u003c\/p\u003e\n\u003cdiv class=\"csp-label\"\u003eKey Features\u003c\/div\u003e\n\u003cul class=\"csp-list\"\u003e\n\u003cli\u003eBreathable knitted material\u003c\/li\u003e\n\u003cli\u003eEasy slip-on design\u003c\/li\u003e\n\u003cli\u003eComfortably lightweight sole\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 模块二：文字左，图片右 --\u003e\n\u003csection class=\"csp-section csp-section--reverse\"\u003e\u003cheader class=\"csp-section-header\"\u003e\n\u003ch3 class=\"csp-section-title\"\u003eBreathable Knitted Material\u003c\/h3\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"csp-section-body\"\u003e\n\u003cdiv class=\"csp-media\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Breathable knitted trainer material\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/2-35.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"csp-content\"\u003e\n\u003cp class=\"csp-description\"\u003eThe open-knit upper helps promote airflow and feels light and comfortable around the foot. Ideal for spring, summer and warmer days.\u003c\/p\u003e\n\u003cdiv class=\"csp-label\"\u003eKey Features\u003c\/div\u003e\n\u003cul class=\"csp-list\"\u003e\n\u003cli\u003eOpen-knit construction\u003c\/li\u003e\n\u003cli\u003eLightweight feel\u003c\/li\u003e\n\u003cli\u003eComfortable during warmer weather\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 模块三：图片左，文字右 --\u003e\n\u003csection class=\"csp-section\"\u003e\u003cheader class=\"csp-section-header\"\u003e\n\u003ch3 class=\"csp-section-title\"\u003eSimply Slip Them On\u003c\/h3\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"csp-section-body\"\u003e\n\u003cdiv class=\"csp-media\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Easy slip-on comfort trainers\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/3-37.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"csp-content\"\u003e\n\u003cp class=\"csp-description\"\u003eQuick and easy to put on without any laces. The flexible opening and heel pull tab make getting them on and off more convenient.\u003c\/p\u003e\n\u003cdiv class=\"csp-label\"\u003eKey Features\u003c\/div\u003e\n\u003cul class=\"csp-list\"\u003e\n\u003cli\u003eNo fiddly laces\u003c\/li\u003e\n\u003cli\u003eEasy to put on\u003c\/li\u003e\n\u003cli\u003eReady to go in seconds\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 模块四：文字左，图片右 --\u003e\n\u003csection class=\"csp-section csp-section--reverse\"\u003e\u003cheader class=\"csp-section-header\"\u003e\n\u003ch3 class=\"csp-section-title\"\u003eLight Cushioning with Every Step\u003c\/h3\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"csp-section-body\"\u003e\n\u003cdiv class=\"csp-media\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Lightweight cushioned shoe sole\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/b345b789-bc80-4a74-9bc7-fc29bbc95fe4.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"csp-content\"\u003e\n\u003cp class=\"csp-description\"\u003eThe lightweight sole provides a pleasantly cushioned feel during everyday walks. The subtle wedge heel adds a little extra height without looking bulky.\u003c\/p\u003e\n\u003cdiv class=\"csp-label\"\u003eKey Features\u003c\/div\u003e\n\u003cul class=\"csp-list\"\u003e\n\u003cli\u003eComfortably lightweight sole\u003c\/li\u003e\n\u003cli\u003eSubtle wedge heel\u003c\/li\u003e\n\u003cli\u003eComfortable walking feel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 足部支撑模块：动图左，文字右 --\u003e\n\u003csection class=\"csp-section\"\u003e\u003cheader class=\"csp-section-header\"\u003e\n\u003ch3 class=\"csp-section-title\"\u003eSupportive Alignment and Everyday Foot Protection\u003c\/h3\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"csp-section-body\"\u003e\n\u003cdiv class=\"csp-media\"\u003e\n\u003c!-- 把 YOUR_GIF_URL 替换为你的动图链接 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0642\/2564\/0505\/files\/7_13_1.gif?v=1783934726\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\" width=\"297\" height=\"297\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"csp-content\"\u003e\n\u003cp class=\"csp-description\"\u003eThe elevated sole and cushioned base help support a more balanced heel-to-toe walking motion and encourage a more natural foot position.\u003c\/p\u003e\n\u003cdiv class=\"csp-label\"\u003eSupport and Protection\u003c\/div\u003e\n\u003cul class=\"csp-list\"\u003e\n\u003cli\u003eSupports balanced foot positioning\u003c\/li\u003e\n\u003cli\u003eHelps distribute pressure more evenly\u003c\/li\u003e\n\u003cli\u003eCushioned sole softens everyday impact\u003c\/li\u003e\n\u003cli\u003eTextured outsole supports grip and stability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 日常穿着模块：文字左，图片右 --\u003e\n\u003csection class=\"csp-section csp-section--reverse\"\u003e\u003cheader class=\"csp-section-header\"\u003e\n\u003ch3 class=\"csp-section-title\"\u003eIdeal for Everyday Wear and Travel\u003c\/h3\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"csp-section-body\"\u003e\n\u003cdiv class=\"csp-media\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Comfort trainers for everyday wear and travel\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/4-32.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"csp-content\"\u003e\n\u003cp class=\"csp-description\"\u003eWhether you are shopping, walking or travelling, the lightweight design is easy to style and pairs well with relaxed everyday outfits.\u003c\/p\u003e\n\u003cdiv class=\"csp-label\"\u003eIdeal For\u003c\/div\u003e\n\u003cul class=\"csp-list\"\u003e\n\u003cli\u003eEveryday wear\u003c\/li\u003e\n\u003cli\u003eRelaxed walks\u003c\/li\u003e\n\u003cli\u003eTravel and days out\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 柔软模块：图片左，文字右 --\u003e\n\u003csection class=\"csp-section\"\u003e\u003cheader class=\"csp-section-header\"\u003e\n\u003ch3 class=\"csp-section-title\"\u003eFlexible and Comfortable to Wear\u003c\/h3\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"csp-section-body\"\u003e\n\u003cdiv class=\"csp-media\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Flexible knitted comfort trainers\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/5-30.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"csp-content\"\u003e\n\u003cp class=\"csp-description\"\u003eThe soft knitted upper gently flexes as you move and sits comfortably around the foot without feeling stiff or restrictive.\u003c\/p\u003e\n\u003cdiv class=\"csp-label\"\u003eKey Features\u003c\/div\u003e\n\u003cul class=\"csp-list\"\u003e\n\u003cli\u003eSoft upper material\u003c\/li\u003e\n\u003cli\u003eFlexible feel\u003c\/li\u003e\n\u003cli\u003eComfortable as you move\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 产品展示 --\u003e\n\u003csection class=\"csp-showcase\"\u003e\u003cheader class=\"csp-showcase-header\"\u003e\n\u003ch2 class=\"csp-showcase-title\"\u003eProduct Showcase\u003c\/h2\u003e\n\u003cp class=\"csp-showcase-text\"\u003eExplore the lightweight construction, knitted upper and easy-to-wear design from different angles.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"csp-showcase-grid\"\u003e\n\u003cdiv class=\"csp-showcase-item\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Comfort trainer product view\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/1b33f3a3-91b4-4674-9344-3fcc588a70bd.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"csp-showcase-item\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Slip-on trainer side view\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/53f04ab9-d0d0-4911-82e5-f12071204c20.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"csp-showcase-item\"\u003e\u003cimg height=\"1254\" width=\"1254\" loading=\"lazy\" alt=\"Knitted trainer detail view\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1779868786485\/b6b243e9-0578-423e-b1f1-9f4e7d710725.png?w=1254\u0026amp;h=1254\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 产品介绍 --\u003e\n\u003csection class=\"csp-introduction\"\u003e\n\u003ch2 class=\"csp-introduction-title\"\u003eIntroduction\u003c\/h2\u003e\n\u003cp\u003eThese lightweight slip-on trainers combine breathable knitted material with a flexible and easy-to-wear construction.\u003c\/p\u003e\n\u003cp\u003eThe cushioned sole provides a comfortable everyday walking feel, while the gently elevated base helps support a more balanced foot position.\u003c\/p\u003e\n\u003cp\u003eThe textured outsole offers additional grip, while the flexible upper adapts comfortably around the foot without feeling overly stiff or restrictive.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e Choose your favourite colour and enjoy breathable, supportive comfort throughout the day. \u003c\/strong\u003eks.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n  .shoe-review-section {\n    --sr-navy: #17375f;\n    --sr-text: #536278;\n    --sr-muted: #7a8798;\n    --sr-border: #dfd1b8;\n    --sr-card: #fbfbfa;\n    --sr-cream: #f2e6cf;\n    --sr-gold: #d89f2b;\n    --sr-green: #318760;\n\n    width: 100%;\n    max-width: 980px;\n    margin: 24px auto;\n    padding: 25px 22px;\n\n    color: var(--sr-text);\n    background: #fffdf9;\n\n    border: 1px solid var(--sr-border);\n    border-radius: 16px;\n\n    font-family: Arial, \"Helvetica Neue\", Helvetica, sans-serif;\n    box-sizing: border-box;\n  }\n\n  .shoe-review-section *,\n  .shoe-review-section *::before,\n  .shoe-review-section *::after {\n    box-sizing: border-box;\n  }\n\n  \/* 标题区域 *\/\n\n  .sr-header {\n    max-width: 680px;\n    margin: 0 auto 20px;\n    text-align: center;\n  }\n\n  .sr-small-title {\n    margin-bottom: 6px;\n\n    color: #b78a3d;\n\n    font-size: 10px;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  .sr-title {\n    margin: 0;\n\n    color: var(--sr-navy);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(27px, 3.5vw, 36px);\n    line-height: 1.1;\n    font-weight: 700;\n  }\n\n  .sr-summary {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n\n    margin-top: 10px;\n\n    color: var(--sr-muted);\n\n    font-size: 11px;\n    line-height: 1.4;\n  }\n\n  .sr-summary-stars {\n    color: var(--sr-gold);\n    font-size: 15px;\n    letter-spacing: 1px;\n  }\n\n  \/* 评论网格 *\/\n\n  .sr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .sr-card {\n    min-width: 0;\n    padding: 14px;\n\n    background: var(--sr-card);\n    border: 1px solid var(--sr-border);\n    border-radius: 13px;\n  }\n\n  .sr-card-top {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .sr-avatar {\n    width: 46px;\n    height: 46px;\n    flex: 0 0 46px;\n\n    object-fit: cover;\n\n    border: 2px solid #ffffff;\n    border-radius: 50%;\n\n    box-shadow: 0 0 0 1px var(--sr-border);\n  }\n\n  .sr-customer {\n    min-width: 0;\n    flex: 1;\n  }\n\n  .sr-name {\n    color: var(--sr-navy);\n\n    font-size: 12px;\n    line-height: 1.3;\n    font-weight: 800;\n  }\n\n  .sr-verified {\n    display: flex;\n    align-items: center;\n    gap: 4px;\n\n    margin-top: 3px;\n\n    color: var(--sr-green);\n\n    font-size: 8.5px;\n    line-height: 1.2;\n    font-weight: 700;\n  }\n\n  .sr-verified-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 14px;\n    height: 14px;\n\n    color: #ffffff;\n    background: var(--sr-green);\n\n    border-radius: 50%;\n\n    font-size: 8px;\n  }\n\n  .sr-stars {\n    flex: 0 0 auto;\n\n    color: var(--sr-gold);\n\n    font-size: 12px;\n    line-height: 1;\n    letter-spacing: 0.4px;\n  }\n\n  .sr-review-title {\n    margin-top: 11px;\n\n    color: var(--sr-navy);\n\n    font-size: 11.5px;\n    line-height: 1.35;\n    font-weight: 800;\n  }\n\n  .sr-review-text {\n    margin: 5px 0 0;\n\n    color: var(--sr-text);\n\n    font-size: 10.5px;\n    line-height: 1.55;\n  }\n\n  .sr-review-meta {\n    margin-top: 8px;\n\n    color: var(--sr-muted);\n\n    font-size: 8.5px;\n    line-height: 1.3;\n  }\n\n  \/* 手机端 *\/\n\n  @media screen and (max-width: 650px) {\n    .shoe-review-section {\n      margin: 18px auto;\n      padding: 20px 10px;\n\n      border-radius: 14px;\n    }\n\n    .sr-header {\n      margin-bottom: 16px;\n      padding: 0 4px;\n    }\n\n    .sr-small-title {\n      font-size: 8.5px;\n    }\n\n    .sr-title {\n      font-size: 25px;\n    }\n\n    .sr-summary {\n      gap: 6px;\n      margin-top: 8px;\n\n      font-size: 9.5px;\n    }\n\n    .sr-summary-stars {\n      font-size: 13px;\n    }\n\n    .sr-grid {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .sr-card {\n      padding: 12px;\n      border-radius: 11px;\n    }\n\n    .sr-avatar {\n      width: 42px;\n      height: 42px;\n      flex-basis: 42px;\n    }\n\n    .sr-name {\n      font-size: 11px;\n    }\n\n    .sr-review-title {\n      margin-top: 9px;\n      font-size: 10.8px;\n    }\n\n    .sr-review-text {\n      font-size: 9.8px;\n      line-height: 1.5;\n    }\n  }\n\u003c\/style\u003e\n\u003cstyle\u003e\n  .compact-shoe-reviews {\n    --csr-navy: #17375f;\n    --csr-text: #536278;\n    --csr-muted: #7b8796;\n    --csr-border: #dfd1b8;\n    --csr-bg: #fffdf9;\n    --csr-card: #fbfbfa;\n    --csr-gold: #d59b2b;\n    --csr-green: #318760;\n\n    width: 100%;\n    max-width: 980px;\n    margin: 18px auto;\n    padding: 17px;\n\n    color: var(--csr-text);\n    background: var(--csr-bg);\n\n    border: 1px solid var(--csr-border);\n    border-radius: 14px;\n\n    font-family: Arial, \"Helvetica Neue\", Helvetica, sans-serif;\n    box-sizing: border-box;\n  }\n\n  .compact-shoe-reviews *,\n  .compact-shoe-reviews *::before,\n  .compact-shoe-reviews *::after {\n    box-sizing: border-box;\n  }\n\n  \/* 标题 *\/\n\n  .csr-header {\n    margin-bottom: 14px;\n    text-align: center;\n  }\n\n  .csr-title {\n    margin: 0;\n\n    color: var(--csr-navy);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 25px;\n    line-height: 1.12;\n    font-weight: 700;\n  }\n\n  .csr-rating {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n\n    margin-top: 6px;\n\n    color: var(--csr-muted);\n\n    font-size: 10px;\n    line-height: 1.3;\n  }\n\n  .csr-rating-stars {\n    color: var(--csr-gold);\n    font-size: 13px;\n    letter-spacing: 0.4px;\n  }\n\n  \/* 一行两条 *\/\n\n  .csr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 9px;\n    width: 100%;\n  }\n\n  .csr-card {\n    min-width: 0;\n    padding: 11px;\n\n    background: var(--csr-card);\n    border: 1px solid var(--csr-border);\n    border-radius: 10px;\n  }\n\n  .csr-top {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    min-width: 0;\n  }\n\n  \/* 小头像 *\/\n\n  .csr-avatar {\n    display: block;\n\n    width: 29px;\n    height: 29px;\n    flex: 0 0 29px;\n\n    object-fit: cover;\n\n    border: 1.5px solid #ffffff;\n    border-radius: 50%;\n\n    box-shadow: 0 0 0 1px var(--csr-border);\n  }\n\n  .csr-user {\n    min-width: 0;\n    flex: 1;\n  }\n\n  .csr-name {\n    overflow: hidden;\n\n    color: var(--csr-navy);\n\n    font-size: 11.5px;\n    line-height: 1.2;\n    font-weight: 800;\n\n    white-space: nowrap;\n    text-overflow: ellipsis;\n  }\n\n  .csr-verified {\n    display: flex;\n    align-items: center;\n    gap: 4px;\n\n    margin-top: 3px;\n\n    color: var(--csr-green);\n\n    font-size: 8px;\n    line-height: 1.2;\n    font-weight: 700;\n\n    white-space: nowrap;\n  }\n\n  .csr-check {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 11px;\n    height: 11px;\n    flex: 0 0 11px;\n\n    color: #ffffff;\n    background: var(--csr-green);\n\n    border-radius: 50%;\n\n    font-size: 6px;\n    line-height: 1;\n  }\n\n  .csr-stars {\n    flex: 0 0 auto;\n\n    color: var(--csr-gold);\n\n    font-size: 9px;\n    line-height: 1;\n\n    white-space: nowrap;\n  }\n\n  .csr-review-title {\n    margin-top: 8px;\n\n    color: var(--csr-navy);\n\n    font-size: 11px;\n    line-height: 1.3;\n    font-weight: 800;\n  }\n\n  .csr-review-text {\n    display: -webkit-box;\n    overflow: hidden;\n\n    margin: 4px 0 0;\n\n    color: var(--csr-text);\n\n    font-size: 10.5px;\n    line-height: 1.45;\n\n    -webkit-box-orient: vertical;\n    -webkit-line-clamp: 2;\n  }\n\n  \/* 平板 *\/\n\n  @media screen and (max-width: 800px) {\n    .compact-shoe-reviews {\n      padding: 15px 11px;\n    }\n\n    .csr-card {\n      padding: 10px;\n    }\n  }\n\n  \/* 手机端 *\/\n\n  @media screen and (max-width: 650px) {\n    .compact-shoe-reviews {\n      width: 100%;\n      max-width: 100%;\n      margin: 14px auto;\n      padding: 12px 7px;\n\n      border-radius: 12px;\n    }\n\n    .csr-header {\n      margin-bottom: 11px;\n    }\n\n    .csr-title {\n      font-size: 21px;\n    }\n\n    .csr-rating {\n      margin-top: 5px;\n      font-size: 9px;\n    }\n\n    .csr-rating-stars {\n      font-size: 11px;\n    }\n\n    .csr-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 6px;\n    }\n\n    .csr-card {\n      padding: 9px 7px;\n      border-radius: 9px;\n    }\n\n    .csr-top {\n      gap: 5px;\n    }\n\n    .csr-avatar {\n      width: 25px;\n      height: 25px;\n      flex-basis: 25px;\n    }\n\n    .csr-name {\n      font-size: 10px;\n    }\n\n    .csr-verified {\n      gap: 3px;\n      font-size: 7px;\n    }\n\n    .csr-check {\n      width: 9px;\n      height: 9px;\n      flex-basis: 9px;\n\n      font-size: 5px;\n    }\n\n    .csr-stars {\n      font-size: 7px;\n    }\n\n    .csr-review-title {\n      margin-top: 7px;\n      font-size: 9.5px;\n    }\n\n    .csr-review-text {\n      margin-top: 3px;\n\n      font-size: 9px;\n      line-height: 1.45;\n    }\n  }\n\n  \/* 小屏幕 *\/\n\n  @media screen and (max-width: 380px) {\n    .compact-shoe-reviews {\n      padding-right: 5px;\n      padding-left: 5px;\n    }\n\n    .csr-grid {\n      gap: 4px;\n    }\n\n    .csr-card {\n      padding: 8px 5px;\n    }\n\n    .csr-avatar {\n      width: 23px;\n      height: 23px;\n      flex-basis: 23px;\n    }\n\n    .csr-name {\n      font-size: 9px;\n    }\n\n    .csr-verified {\n      font-size: 6.2px;\n    }\n\n    .csr-stars {\n      display: none;\n    }\n\n    .csr-review-title {\n      font-size: 8.8px;\n    }\n\n    .csr-review-text {\n      font-size: 8.3px;\n      line-height: 1.42;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"compact-shoe-reviews\"\u003e\n\n  \u003cheader class=\"csr-header\"\u003e\n\n    \u003ch2 class=\"csr-title\"\u003e\n      Loved by Everyday Walkers\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"csr-rating\"\u003e\n      \u003cspan class=\"csr-rating-stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003cspan\u003eVerified customer experiences\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"csr-grid\"\u003e\n\n    \u003c!-- 评论1 --\u003e\n\n    \u003carticle class=\"csr-card\"\u003e\n\n      \u003cdiv class=\"csr-top\"\u003e\n\n        \u003cimg class=\"csr-avatar\" src=\"https:\/\/i.pravatar.cc\/100?img=47\" alt=\"Emily customer portrait\" loading=\"lazy\" width=\"100\" height=\"100\"\u003e\n\n        \u003cdiv class=\"csr-user\"\u003e\n\n          \u003cdiv class=\"csr-name\"\u003e\n            Emily R.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"csr-verified\"\u003e\n            \u003cspan class=\"csr-check\"\u003e✓\u003c\/span\u003e\n            Verified Buyer\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"csr-stars\"\u003e\n          ★★★★★\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"csr-review-title\"\u003e\n        Comfortable all day\n      \u003c\/div\u003e\n\n      \u003cp class=\"csr-review-text\"\u003e\n        Lightweight and comfortable for shopping and daily walks.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n    \u003c!-- 评论2 --\u003e\n\n    \u003carticle class=\"csr-card\"\u003e\n\n      \u003cdiv class=\"csr-top\"\u003e\n\n        \u003cimg class=\"csr-avatar\" src=\"https:\/\/i.pravatar.cc\/100?img=44\" alt=\"Susan customer portrait\" loading=\"lazy\" width=\"100\" height=\"100\"\u003e\n\n        \u003cdiv class=\"csr-user\"\u003e\n\n          \u003cdiv class=\"csr-name\"\u003e\n            Susan M.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"csr-verified\"\u003e\n            \u003cspan class=\"csr-check\"\u003e✓\u003c\/span\u003e\n            Verified Buyer\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"csr-stars\"\u003e\n          ★★★★★\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"csr-review-title\"\u003e\n        Easy to slip on\n      \u003c\/div\u003e\n\n      \u003cp class=\"csr-review-text\"\u003e\n        No laces and very convenient when I am in a hurry.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n    \u003c!-- 评论3 --\u003e\n\n    \u003carticle class=\"csr-card\"\u003e\n\n      \u003cdiv class=\"csr-top\"\u003e\n\n        \u003cimg class=\"csr-avatar\" src=\"https:\/\/i.pravatar.cc\/100?img=32\" alt=\"Linda customer portrait\" loading=\"lazy\" width=\"100\" height=\"100\"\u003e\n\n        \u003cdiv class=\"csr-user\"\u003e\n\n          \u003cdiv class=\"csr-name\"\u003e\n            Linda P.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"csr-verified\"\u003e\n            \u003cspan class=\"csr-check\"\u003e✓\u003c\/span\u003e\n            Verified Buyer\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"csr-stars\"\u003e\n          ★★★★★\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"csr-review-title\"\u003e\n        Light and breathable\n      \u003c\/div\u003e\n\n      \u003cp class=\"csr-review-text\"\u003e\n        They feel light on my feet and are ideal for warmer days.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n    \u003c!-- 评论4 --\u003e\n\n    \u003carticle class=\"csr-card\"\u003e\n\n      \u003cdiv class=\"csr-top\"\u003e\n\n        \u003cimg class=\"csr-avatar\" src=\"https:\/\/i.pravatar.cc\/100?img=49\" alt=\"Patricia customer portrait\" loading=\"lazy\" width=\"100\" height=\"100\"\u003e\n\n        \u003cdiv class=\"csr-user\"\u003e\n\n          \u003cdiv class=\"csr-name\"\u003e\n            Patricia W.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"csr-verified\"\u003e\n            \u003cspan class=\"csr-check\"\u003e✓\u003c\/span\u003e\n            Verified Buyer\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"csr-stars\"\u003e\n          ★★★★★\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"csr-review-title\"\u003e\n        Great walking feel\n      \u003c\/div\u003e\n\n      \u003cp class=\"csr-review-text\"\u003e\n        The sole feels soft and supportive during everyday walks.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"mysite","offers":[{"title":"Black \/ UK 2.5 \/ EU 35","offer_id":62833268424863,"sku":"CBD-719-B-35","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 3 \/ EU 36","offer_id":62833268457631,"sku":"CBD-719-B-36","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 4 \/ EU 37","offer_id":62833268490399,"sku":"CBD-719-B-37","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 5 \/ EU 38","offer_id":62833268523167,"sku":"CBD-719-B-38","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 6 \/ EU 39","offer_id":62833268555935,"sku":"CBD-719-B-39","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 6.5 \/ EU 40","offer_id":62833268588703,"sku":"CBD-719-B-40","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 7 \/ EU 41","offer_id":62833268621471,"sku":"CBD-719-B-41","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 8 \/ EU 42","offer_id":62833268654239,"sku":"CBD-719-B-42","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ UK 9 \/ EU 43","offer_id":62833268687007,"sku":"CBD-719-B-43","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 2.5 \/ EU 35","offer_id":62833268719775,"sku":"CBD-719-R-35","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 3 \/ EU 36","offer_id":62833268752543,"sku":"CBD-719-R-36","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 4 \/ EU 37","offer_id":62833268785311,"sku":"CBD-719-R-37","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 5 \/ EU 38","offer_id":62833268818079,"sku":"CBD-719-R-38","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 6 \/ EU 39","offer_id":62833268850847,"sku":"CBD-719-R-39","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 6.5 \/ EU 40","offer_id":62833268883615,"sku":"CBD-719-R-40","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 7 \/ EU 41","offer_id":62833268916383,"sku":"CBD-719-R-41","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 8 \/ EU 42","offer_id":62833268949151,"sku":"CBD-719-R-42","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ UK 9 \/ EU 43","offer_id":62833268981919,"sku":"CBD-719-R-43","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 2.5 \/ EU 35","offer_id":62833269014687,"sku":"CBD-719-G-35","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 3 \/ EU 36","offer_id":62833269047455,"sku":"CBD-719-G-36","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 4 \/ EU 37","offer_id":62833269080223,"sku":"CBD-719-G-37","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 5 \/ EU 38","offer_id":62833269112991,"sku":"CBD-719-G-38","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 6 \/ EU 39","offer_id":62833269145759,"sku":"CBD-719-G-39","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 6.5 \/ EU 40","offer_id":62833269178527,"sku":"CBD-719-G-40","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 7 \/ EU 41","offer_id":62833269211295,"sku":"CBD-719-G-41","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 8 \/ EU 42","offer_id":62833269244063,"sku":"CBD-719-G-42","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Dark green \/ UK 9 \/ EU 43","offer_id":62833269276831,"sku":"CBD-719-G-43","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 2.5 \/ EU 35","offer_id":62833269309599,"sku":"CBD-719-P-35","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 3 \/ EU 36","offer_id":62833269342367,"sku":"CBD-719-P-36","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 4 \/ EU 37","offer_id":62833269375135,"sku":"CBD-719-P-37","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 5 \/ EU 38","offer_id":62833269407903,"sku":"CBD-719-P-38","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 6 \/ EU 39","offer_id":62833269440671,"sku":"CBD-719-P-39","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 6.5 \/ EU 40","offer_id":62833269473439,"sku":"CBD-719-P-40","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 7 \/ EU 41","offer_id":62833269506207,"sku":"CBD-719-P-41","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 8 \/ EU 42","offer_id":62833269538975,"sku":"CBD-719-P-42","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ UK 9 \/ EU 43","offer_id":62833269571743,"sku":"CBD-719-P-43","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 2.5 \/ EU 35","offer_id":62833269604511,"sku":"CBD-719-BL-35","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 3 \/ EU 36","offer_id":62833269637279,"sku":"CBD-719-BL-36","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 4 \/ EU 37","offer_id":62833269670047,"sku":"CBD-719-BL-37","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 5 \/ EU 38","offer_id":62833269702815,"sku":"CBD-719-BL-38","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 6 \/ EU 39","offer_id":62833269735583,"sku":"CBD-719-BL-39","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 6.5 \/ EU 40","offer_id":62833269768351,"sku":"CBD-719-BL-40","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 7 \/ EU 41","offer_id":62833269801119,"sku":"CBD-719-BL-41","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 8 \/ EU 42","offer_id":62833269833887,"sku":"CBD-719-BL-42","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Sky-blue \/ UK 9 \/ EU 43","offer_id":62833269866655,"sku":"CBD-719-BL-43","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 2.5 \/ EU 35","offer_id":62833269899423,"sku":"CBD-719-GR-35","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 3 \/ EU 36","offer_id":62833269932191,"sku":"CBD-719-GR-36","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 4 \/ EU 37","offer_id":62833269964959,"sku":"CBD-719-GR-37","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 5 \/ EU 38","offer_id":62833269997727,"sku":"CBD-719-GR-38","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 6 \/ EU 39","offer_id":62833270030495,"sku":"CBD-719-GR-39","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 6.5 \/ EU 40","offer_id":62833270063263,"sku":"CBD-719-GR-40","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 7 \/ EU 41","offer_id":62833270096031,"sku":"CBD-719-GR-41","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 8 \/ EU 42","offer_id":62833270128799,"sku":"CBD-719-GR-42","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ UK 9 \/ EU 43","offer_id":62833270161567,"sku":"CBD-719-GR-43","price":38.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 2.5 \/ EU 35","offer_id":62833270194335,"sku":"CBD-719-GR-B-35","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 3 \/ EU 36","offer_id":62833270227103,"sku":"CBD-719-GR-B-36","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 4 \/ EU 37","offer_id":62833270259871,"sku":"CBD-719-GR-B-37","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 5 \/ EU 38","offer_id":62833270292639,"sku":"CBD-719-GR-B-38","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 6 \/ EU 39","offer_id":62833270325407,"sku":"CBD-719-GR-B-39","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 6.5 \/ EU 40","offer_id":62833270358175,"sku":"CBD-719-GR-B-40","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 7 \/ EU 41","offer_id":62833270390943,"sku":"CBD-719-GR-B-41","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 8 \/ EU 42","offer_id":62833270423711,"sku":"CBD-719-GR-B-42","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Grey \/ UK 9 \/ EU 43","offer_id":62833270456479,"sku":"CBD-719-GR-B-43","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 2.5 \/ EU 35","offer_id":62833270489247,"sku":"CBD-719-BL-B-35","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 3 \/ EU 36","offer_id":62833270522015,"sku":"CBD-719-BL-B-36","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 4 \/ EU 37","offer_id":62833270554783,"sku":"CBD-719-BL-B-37","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 5 \/ EU 38","offer_id":62833270587551,"sku":"CBD-719-BL-B-38","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 6 \/ EU 39","offer_id":62833270620319,"sku":"CBD-719-BL-B-39","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 6.5 \/ EU 40","offer_id":62833270653087,"sku":"CBD-719-BL-B-40","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 7 \/ EU 41","offer_id":62833270685855,"sku":"CBD-719-BL-B-41","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 8 \/ EU 42","offer_id":62833270718623,"sku":"CBD-719-BL-B-42","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue \/ UK 9 \/ EU 43","offer_id":62833270751391,"sku":"CBD-719-BL-B-43","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 2.5 \/ EU 35","offer_id":62833270784159,"sku":"CBD-719-R-B-35","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 3 \/ EU 36","offer_id":62833270816927,"sku":"CBD-719-R-B-36","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 4 \/ EU 37","offer_id":62833270849695,"sku":"CBD-719-R-B-37","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 5 \/ EU 38","offer_id":62833270882463,"sku":"CBD-719-R-B-38","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 6 \/ EU 39","offer_id":62833270915231,"sku":"CBD-719-R-B-39","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 6.5 \/ EU 40","offer_id":62833270947999,"sku":"CBD-719-R-B-40","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 7 \/ EU 41","offer_id":62833270980767,"sku":"CBD-719-R-B-41","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 8 \/ EU 42","offer_id":62833271013535,"sku":"CBD-719-R-B-42","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Red \/ UK 9 \/ EU 43","offer_id":62833271046303,"sku":"CBD-719-R-B-43","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 2.5 \/ EU 35","offer_id":62833271079071,"sku":"CBD-719-GR-BL-35","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 3 \/ EU 36","offer_id":62833271111839,"sku":"CBD-719-GR-BL-36","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 4 \/ EU 37","offer_id":62833271144607,"sku":"CBD-719-GR-BL-37","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 5 \/ EU 38","offer_id":62833271177375,"sku":"CBD-719-GR-BL-38","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 6 \/ EU 39","offer_id":62833271210143,"sku":"CBD-719-GR-BL-39","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 6.5 \/ EU 40","offer_id":62833271242911,"sku":"CBD-719-GR-BL-40","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 7 \/ EU 41","offer_id":62833271275679,"sku":"CBD-719-GR-BL-41","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 8 \/ EU 42","offer_id":62833271308447,"sku":"CBD-719-GR-BL-42","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Sky Blue \/ UK 9 \/ EU 43","offer_id":62833271341215,"sku":"CBD-719-GR-BL-43","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 2.5 \/ EU 35","offer_id":62833271373983,"sku":"CBD-719-GR-G-35","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 3 \/ EU 36","offer_id":62833271406751,"sku":"CBD-719-GR-G-36","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 4 \/ EU 37","offer_id":62833271439519,"sku":"CBD-719-GR-G-37","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 5 \/ EU 38","offer_id":62833271472287,"sku":"CBD-719-GR-G-38","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 6 \/ EU 39","offer_id":62833271505055,"sku":"CBD-719-GR-G-39","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 6.5 \/ EU 40","offer_id":62833271537823,"sku":"CBD-719-GR-G-40","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 7 \/ EU 41","offer_id":62833271570591,"sku":"CBD-719-GR-G-41","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 8 \/ EU 42","offer_id":62833271603359,"sku":"CBD-719-GR-G-42","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Grey + Dark Green \/ UK 9 \/ EU 43","offer_id":62833271636127,"sku":"CBD-719-GR-G-43","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 2.5 \/ EU 35","offer_id":62833271668895,"sku":"CBD-719-BL-R-35","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 3 \/ EU 36","offer_id":62833271701663,"sku":"CBD-719-BL-R-36","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 4 \/ EU 37","offer_id":62833271734431,"sku":"CBD-719-BL-R-37","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 5 \/ EU 38","offer_id":62833271767199,"sku":"CBD-719-BL-R-38","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 6 \/ EU 39","offer_id":62833271799967,"sku":"CBD-719-BL-R-39","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 6.5 \/ EU 40","offer_id":62833271832735,"sku":"CBD-719-BL-R-40","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 7 \/ EU 41","offer_id":62833271865503,"sku":"CBD-719-BL-R-41","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 8 \/ EU 42","offer_id":62833271898271,"sku":"CBD-719-BL-R-42","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Himmelblau + Rot \/ UK 9 \/ EU 43","offer_id":62833271931039,"sku":"CBD-719-BL-R-43","price":58.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 2.5 \/ EU 35","offer_id":62833271963807,"sku":"CBD-719-B-BL-R-35","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 3 \/ EU 36","offer_id":62833271996575,"sku":"CBD-719-B-BL-R-36","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 4 \/ EU 37","offer_id":62833272029343,"sku":"CBD-719-B-BL-R-37","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 5 \/ EU 38","offer_id":62833272062111,"sku":"CBD-719-B-BL-R-38","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 6 \/ EU 39","offer_id":62833272094879,"sku":"CBD-719-B-BL-R-39","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 6.5 \/ EU 40","offer_id":62833272127647,"sku":"CBD-719-B-BL-R-40","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 7 \/ EU 41","offer_id":62833272160415,"sku":"CBD-719-B-BL-R-41","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 8 \/ EU 42","offer_id":62833272193183,"sku":"CBD-719-B-BL-R-42","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Sky Blue + Red \/ UK 9 \/ EU 43","offer_id":62833272225951,"sku":"CBD-719-B-BL-R-3","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 2.5 \/ EU 35","offer_id":62833272258719,"sku":"CBD-719-B-BL-GR-35","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 3 \/ EU 36","offer_id":62833272291487,"sku":"CBD-719-B-BL-GR-36","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 4 \/ EU 37","offer_id":62833272324255,"sku":"CBD-719-B-BL-GR-37","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 5 \/ EU 38","offer_id":62833272357023,"sku":"CBD-719-B-BL-GR-38","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 6 \/ EU 39","offer_id":62833272389791,"sku":"CBD-719-B-BL-GR-39","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 6.5 \/ EU 40","offer_id":62833272422559,"sku":"CBD-719-B-BL-GR-40","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 7 \/ EU 41","offer_id":62833272455327,"sku":"CBD-719-B-BL-GR-41","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 8 \/ EU 42","offer_id":62833272488095,"sku":"CBD-719-B-BL-GR-42","price":75.99,"currency_code":"GBP","in_stock":true},{"title":"Black + Gray + Sky Blue \/ UK 9 \/ EU 43","offer_id":62833272520863,"sku":"CBD-719-B-BL-GR-43","price":75.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0516\/2388\/7007\/files\/47ce819a32ec496ba594f825903c66a1-tplv-fhlh96nyum-crop-webp_1200_1200.webp?v=1784540702","url":"https:\/\/bpxjwziv.com\/products\/ukskechers","provider":"Bpxjwziv","version":"1.0","type":"link"}