{"product_id":"extra-wide-shoes","title":"The Original Wide Comfort Shoes (2 Pairs for $119)","description":"\u003cstyle\u003e\n  \/* =========================================================\n     Debutify-safe product description\n     All styles are scoped to .wcx-debutify to avoid theme conflicts.\n     ========================================================= *\/\n  .wcx-debutify,\n  .wcx-debutify * {\n    box-sizing: border-box;\n  }\n\n  .wcx-debutify {\n    --wcx-text: #172033;\n    --wcx-muted: #667085;\n    --wcx-soft: #f5f7fa;\n    --wcx-border: #e4e7ec;\n    --wcx-dark: #10213f;\n    --wcx-blue: #2d5cc7;\n    --wcx-blue-soft: #edf3ff;\n    --wcx-green: #159455;\n    --wcx-red: #d64545;\n    --wcx-radius: 18px;\n    clear: both;\n    display: block;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0;\n    color: var(--wcx-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.7;\n    text-align: left;\n    overflow: hidden;\n  }\n\n  .wcx-debutify img {\n    display: block !important;\n    width: 100%;\n    max-width: 100% !important;\n    height: auto;\n    margin: 0 !important;\n    border: 0;\n  }\n\n  .wcx-debutify h2,\n  .wcx-debutify h3,\n  .wcx-debutify h4,\n  .wcx-debutify p {\n    padding: 0;\n    color: inherit;\n    font-family: inherit;\n    text-transform: none;\n    word-break: normal;\n    overflow-wrap: anywhere;\n  }\n\n  .wcx-debutify h2 {\n    margin: 0 0 16px;\n    font-size: clamp(31px, 4vw, 48px);\n    line-height: 1.14;\n    font-weight: 750;\n    letter-spacing: -0.025em;\n  }\n\n  .wcx-debutify h3 {\n    margin: 0 0 15px;\n    font-size: clamp(27px, 3.1vw, 38px);\n    line-height: 1.2;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n  }\n\n  .wcx-debutify h4 {\n    margin: 0 0 8px;\n    font-size: 18px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  .wcx-debutify p {\n    margin: 0 0 18px;\n    line-height: 1.78;\n  }\n\n  .wcx-debutify a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .wcx-section {\n    width: 100%;\n    margin: 62px 0;\n  }\n\n  .wcx-heading {\n    width: 100%;\n    max-width: 790px;\n    margin: 0 auto 31px;\n    text-align: center;\n  }\n\n  .wcx-heading p {\n    margin: 0;\n    color: var(--wcx-muted);\n    font-size: 17px;\n  }\n\n  .wcx-eyebrow {\n    display: inline-block;\n    margin: 0 0 15px;\n    padding: 8px 15px;\n    border-radius: 999px;\n    background: var(--wcx-blue-soft);\n    color: var(--wcx-blue);\n    font-size: 12px;\n    line-height: 1.25;\n    font-weight: 750;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n  }\n\n  .wcx-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n    min-height: 52px;\n    padding: 14px 25px;\n    border: 0;\n    border-radius: 999px;\n    background: var(--wcx-dark);\n    color: #fff !important;\n    font-size: 15px;\n    line-height: 1.2;\n    font-weight: 750;\n    text-align: center;\n    transition: transform .2s ease, opacity .2s ease;\n  }\n\n  .wcx-button:hover {\n    color: #fff !important;\n    opacity: .92;\n    transform: translateY(-1px);\n  }\n\n  .wcx-button__arrow {\n    font-size: 20px;\n    line-height: 1;\n  }\n\n  \/* Hero *\/\n  .wcx-hero {\n    overflow: hidden;\n    border-radius: var(--wcx-radius);\n    background: var(--wcx-soft);\n  }\n\n  .wcx-hero__image {\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  .wcx-hero__content {\n    padding: 44px 34px;\n    text-align: center;\n  }\n\n  .wcx-hero__content h2 {\n    max-width: 850px;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .wcx-hero__content \u003e p {\n    max-width: 760px;\n    margin: 0 auto 25px;\n    color: var(--wcx-muted);\n    font-size: 18px;\n  }\n\n  .wcx-checks {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px 25px;\n    margin-top: 21px;\n  }\n\n  .wcx-check {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 15px;\n    font-weight: 650;\n  }\n\n  .wcx-check__icon,\n  .wcx-round-icon {\n    display: inline-flex;\n    flex: 0 0 24px;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: var(--wcx-dark);\n    color: #fff;\n    font-size: 13px;\n    line-height: 1;\n    font-weight: 700;\n  }\n\n  \/* Benefits *\/\n  .wcx-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .wcx-benefit {\n    min-width: 0;\n    padding: 29px 24px;\n    border: 1px solid var(--wcx-border);\n    border-radius: 16px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .wcx-benefit__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 52px;\n    height: 52px;\n    margin: 0 auto 16px;\n    border-radius: 50%;\n    background: var(--wcx-soft);\n    color: var(--wcx-dark);\n    font-size: 24px;\n    font-weight: 700;\n  }\n\n  .wcx-benefit p {\n    margin: 0;\n    color: var(--wcx-muted);\n    font-size: 15px;\n  }\n\n  \/* Split content *\/\n  .wcx-split {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    align-items: center;\n    gap: 46px;\n    width: 100%;\n  }\n\n  .wcx-split__image,\n  .wcx-split__copy {\n    min-width: 0;\n    width: 100%;\n  }\n\n  .wcx-split__image {\n    overflow: hidden;\n    border-radius: var(--wcx-radius);\n    background: var(--wcx-soft);\n  }\n\n  .wcx-split__image img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .wcx-split__copy {\n    padding: 10px 0;\n  }\n\n  .wcx-split__copy \u003e p {\n    max-width: 670px;\n    margin-bottom: 26px;\n    color: var(--wcx-muted);\n    font-size: 17px;\n  }\n\n  .wcx-list {\n    display: grid;\n    gap: 18px;\n    width: 100%;\n    margin-top: 24px;\n  }\n\n  .wcx-list__item {\n    display: grid;\n    grid-template-columns: 34px minmax(0, 1fr);\n    align-items: start;\n    gap: 13px;\n    min-width: 0;\n  }\n\n  .wcx-list__number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: var(--wcx-dark);\n    color: #fff;\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 750;\n  }\n\n  .wcx-list__item h4 {\n    margin: 1px 0 4px;\n  }\n\n  .wcx-list__item p {\n    margin: 0;\n    color: var(--wcx-muted);\n    font-size: 15px;\n  }\n\n  \/* Steps *\/\n  .wcx-steps {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .wcx-step {\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--wcx-border);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  .wcx-step img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .wcx-step__content {\n    padding: 20px 18px 23px;\n  }\n\n  .wcx-step__label {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 29px;\n    margin-bottom: 11px;\n    padding: 0 10px;\n    border-radius: 999px;\n    background: var(--wcx-dark);\n    color: #fff;\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 750;\n  }\n\n  .wcx-step p {\n    margin: 0;\n    color: var(--wcx-muted);\n    font-size: 14px;\n  }\n\n  \/* Banner and feature cards *\/\n  .wcx-banner {\n    overflow: hidden;\n    width: 100%;\n    border-radius: var(--wcx-radius);\n    background: var(--wcx-soft);\n  }\n\n  .wcx-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 25px;\n  }\n\n  .wcx-feature {\n    min-width: 0;\n    padding: 24px 21px;\n    border-radius: 15px;\n    background: var(--wcx-soft);\n  }\n\n  .wcx-feature h4 {\n    display: grid;\n    grid-template-columns: 27px minmax(0, 1fr);\n    align-items: start;\n    gap: 10px;\n    margin: 0 0 10px;\n  }\n\n  .wcx-feature h4::before {\n    content: \"✓\";\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 27px;\n    height: 27px;\n    border-radius: 50%;\n    background: var(--wcx-dark);\n    color: #fff;\n    font-size: 13px;\n    line-height: 1;\n  }\n\n  .wcx-feature p {\n    margin: 0;\n    color: var(--wcx-muted);\n    font-size: 15px;\n  }\n\n  \/* Results \/ lifestyle section *\/\n  .wcx-outcome {\n    display: grid;\n    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);\n    overflow: hidden;\n    border-radius: var(--wcx-radius);\n    background: var(--wcx-soft);\n  }\n\n  .wcx-outcome__copy {\n    padding: 48px 42px;\n  }\n\n  .wcx-outcome__copy \u003e p {\n    color: var(--wcx-muted);\n    font-size: 17px;\n  }\n\n  .wcx-outcome__cards {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 13px;\n    margin: 25px 0 27px;\n  }\n\n  .wcx-outcome__card {\n    min-width: 0;\n    padding: 18px 16px;\n    border: 1px solid var(--wcx-border);\n    border-radius: 13px;\n    background: #fff;\n  }\n\n  .wcx-outcome__card h4 {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 16px;\n  }\n\n  .wcx-outcome__card p {\n    margin: 0;\n    color: var(--wcx-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .wcx-outcome__image {\n    min-height: 100%;\n    background: #e8edf2;\n  }\n\n  .wcx-outcome__image img {\n    height: 100%;\n    min-height: 630px;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  \/* Timeline *\/\n  .wcx-timeline-box {\n    display: grid;\n    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);\n    overflow: hidden;\n    border: 1px solid var(--wcx-border);\n    border-radius: var(--wcx-radius);\n    background: #fff;\n  }\n\n  .wcx-timeline-box__image img {\n    height: 100%;\n    min-height: 650px;\n    object-fit: cover;\n  }\n\n  .wcx-timeline-box__content {\n    padding: 48px 44px;\n  }\n\n  .wcx-timeline-box__content \u003e p {\n    color: var(--wcx-muted);\n    font-size: 17px;\n  }\n\n  .wcx-timeline {\n    position: relative;\n    display: grid;\n    gap: 0;\n    margin: 29px 0;\n    padding-left: 31px;\n  }\n\n  .wcx-timeline::before {\n    content: \"\";\n    position: absolute;\n    top: 11px;\n    bottom: 11px;\n    left: 7px;\n    width: 2px;\n    background: #d6deea;\n  }\n\n  .wcx-timeline__item {\n    position: relative;\n    padding: 0 0 25px;\n  }\n\n  .wcx-timeline__item:last-child {\n    padding-bottom: 0;\n  }\n\n  .wcx-timeline__item::before {\n    content: \"\";\n    position: absolute;\n    top: 7px;\n    left: -30px;\n    width: 14px;\n    height: 14px;\n    border: 4px solid #fff;\n    border-radius: 50%;\n    background: var(--wcx-blue);\n    box-shadow: 0 0 0 2px var(--wcx-blue);\n  }\n\n  .wcx-timeline__top {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 6px;\n  }\n\n  .wcx-timeline__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 27px;\n    padding: 0 9px;\n    border-radius: 999px;\n    background: var(--wcx-blue-soft);\n    color: var(--wcx-blue);\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 750;\n    text-transform: uppercase;\n  }\n\n  .wcx-timeline__title {\n    font-size: 17px;\n    font-weight: 750;\n  }\n\n  .wcx-timeline__desc {\n    color: var(--wcx-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* Comparison *\/\n  .wcx-comparison {\n    overflow: hidden;\n    border: 1px solid var(--wcx-border);\n    border-radius: var(--wcx-radius);\n    background: #fff;\n  }\n\n  .wcx-comparison__images {\n    position: relative;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    padding: 14px;\n    background: var(--wcx-soft);\n  }\n\n  .wcx-comparison__image {\n    overflow: hidden;\n    border-radius: 13px;\n    background: #fff;\n  }\n\n  .wcx-comparison__image img {\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n  }\n\n  .wcx-comparison__label {\n    padding: 11px 14px;\n    text-align: center;\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .wcx-comparison__vs {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 48px;\n    border: 5px solid var(--wcx-soft);\n    border-radius: 50%;\n    background: var(--wcx-dark);\n    color: #fff;\n    font-size: 13px;\n    line-height: 1;\n    font-weight: 800;\n    transform: translate(-50%, -50%);\n  }\n\n  .wcx-comparison__rows {\n    padding: 0 24px 24px;\n  }\n\n  .wcx-comparison__row {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    border-bottom: 1px solid var(--wcx-border);\n  }\n\n  .wcx-comparison__row:last-child {\n    border-bottom: 0;\n  }\n\n  .wcx-comparison__cell {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    min-width: 0;\n    padding: 18px 16px;\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .wcx-comparison__cell:first-child {\n    border-right: 1px solid var(--wcx-border);\n  }\n\n  .wcx-status {\n    display: inline-flex;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    width: 25px;\n    height: 25px;\n    border-radius: 50%;\n    color: #fff;\n    font-size: 13px;\n    line-height: 1;\n    font-weight: 800;\n  }\n\n  .wcx-status--yes { background: var(--wcx-green); }\n  .wcx-status--no { background: var(--wcx-red); }\n\n  \/* Colors *\/\n  .wcx-colors {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .wcx-color {\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--wcx-border);\n    border-radius: 15px;\n    background: #fff;\n  }\n\n  .wcx-color img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .wcx-color__name {\n    padding: 14px 12px;\n    border-top: 1px solid var(--wcx-border);\n    text-align: center;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* Size guide *\/\n  .wcx-size {\n    padding: 31px;\n    border-radius: var(--wcx-radius);\n    background: var(--wcx-soft);\n  }\n\n  .wcx-size__notes {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin-bottom: 24px;\n  }\n\n  .wcx-size__note {\n    min-width: 0;\n    padding: 18px 16px;\n    border-radius: 12px;\n    background: #fff;\n    color: var(--wcx-muted);\n    text-align: center;\n    font-size: 14px;\n  }\n\n  .wcx-size__note strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--wcx-dark);\n    font-size: 15px;\n  }\n\n  .wcx-size__image {\n    overflow: hidden;\n    width: 100%;\n    border: 1px solid var(--wcx-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .wcx-notice {\n    margin-top: 17px;\n    padding: 16px 18px;\n    border-left: 4px solid var(--wcx-blue);\n    border-radius: 8px;\n    background: #fff;\n    color: var(--wcx-muted);\n    font-size: 14px;\n  }\n\n  .wcx-notice strong {\n    color: var(--wcx-dark);\n  }\n\n  \/* FAQ *\/\n  .wcx-faq {\n    width: 100%;\n    border-top: 1px solid var(--wcx-border);\n  }\n\n  .wcx-faq details {\n    width: 100%;\n    margin: 0;\n    border-bottom: 1px solid var(--wcx-border);\n  }\n\n  .wcx-faq summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 21px 50px 21px 6px;\n    cursor: pointer;\n    list-style: none;\n    color: var(--wcx-text);\n    font-size: 17px;\n    line-height: 1.5;\n    font-weight: 700;\n    text-align: left;\n  }\n\n  .wcx-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .wcx-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 8px;\n    font-size: 25px;\n    line-height: 1;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .wcx-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .wcx-faq__content {\n    padding: 0 42px 22px 6px;\n    color: var(--wcx-muted);\n  }\n\n  .wcx-faq__content p {\n    margin: 0;\n  }\n\n  \/* Closing *\/\n  .wcx-closing {\n    overflow: hidden;\n    border-radius: var(--wcx-radius);\n    background: var(--wcx-dark);\n    color: #fff;\n    text-align: center;\n  }\n\n  .wcx-closing img {\n    max-height: 650px;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  .wcx-closing__copy {\n    padding: 43px 28px;\n  }\n\n  .wcx-closing__copy h3 {\n    color: #fff;\n  }\n\n  .wcx-closing__copy p {\n    max-width: 700px;\n    margin: 0 auto 23px;\n    color: rgba(255,255,255,.8);\n    font-size: 17px;\n  }\n\n  .wcx-closing .wcx-button {\n    background: #fff;\n    color: var(--wcx-dark) !important;\n  }\n\n  .wcx-closing .wcx-button:hover {\n    color: var(--wcx-dark) !important;\n  }\n\n  \/* Debutify product-description width fix *\/\n  .product-single__description .wcx-debutify,\n  .product-description .wcx-debutify,\n  .rte .wcx-debutify {\n    max-width: 1180px;\n  }\n\n  @media screen and (max-width: 1100px) {\n    .wcx-split,\n    .wcx-outcome,\n    .wcx-timeline-box {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .wcx-split__copy {\n      padding: 0;\n    }\n\n    .wcx-split--reverse .wcx-split__copy {\n      order: 1;\n    }\n\n    .wcx-split--reverse .wcx-split__image {\n      order: 2;\n    }\n\n    .wcx-split__image {\n      max-width: 820px;\n      margin: 0 auto;\n    }\n\n    .wcx-split__image img {\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .wcx-outcome__image img,\n    .wcx-timeline-box__image img {\n      min-height: 0;\n      max-height: 640px;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .wcx-timeline-box__image {\n      order: 2;\n    }\n  }\n\n  @media screen and (max-width: 900px) {\n    .wcx-benefits {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .wcx-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .wcx-colors {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .wcx-size__notes {\n      grid-template-columns: minmax(0, 1fr);\n    }\n  }\n\n  @media screen and (max-width: 749px) {\n    .wcx-debutify {\n      font-size: 15px;\n    }\n\n    .wcx-section {\n      margin: 47px 0;\n    }\n\n    .wcx-heading {\n      margin-bottom: 24px;\n      padding: 0 4px;\n    }\n\n    .wcx-heading p,\n    .wcx-split__copy \u003e p,\n    .wcx-outcome__copy \u003e p,\n    .wcx-timeline-box__content \u003e p,\n    .wcx-closing__copy p {\n      font-size: 16px;\n    }\n\n    .wcx-hero,\n    .wcx-banner,\n    .wcx-closing,\n    .wcx-split__image,\n    .wcx-outcome,\n    .wcx-timeline-box,\n    .wcx-comparison {\n      border-radius: 13px;\n    }\n\n    .wcx-hero__image {\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .wcx-hero__content {\n      padding: 31px 19px;\n    }\n\n    .wcx-hero__content h2 {\n      font-size: 31px;\n    }\n\n    .wcx-hero__content \u003e p {\n      font-size: 16px;\n    }\n\n    .wcx-checks {\n      display: grid;\n      justify-content: start;\n      max-width: 340px;\n      margin: 20px auto 0;\n      text-align: left;\n    }\n\n    .wcx-split {\n      gap: 25px;\n    }\n\n    .wcx-split__copy h3 {\n      font-size: 29px;\n    }\n\n    .wcx-split__image img {\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .wcx-features,\n    .wcx-outcome__cards {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .wcx-outcome__copy,\n    .wcx-timeline-box__content {\n      padding: 33px 20px;\n    }\n\n    .wcx-steps {\n      grid-template-columns: minmax(0, 1fr);\n      gap: 14px;\n    }\n\n    .wcx-step {\n      display: grid;\n      grid-template-columns: 42% minmax(0, 1fr);\n      align-items: stretch;\n    }\n\n    .wcx-step img {\n      height: 100%;\n      min-height: 190px;\n      aspect-ratio: auto;\n    }\n\n    .wcx-step__content {\n      padding: 20px 17px;\n    }\n\n    .wcx-comparison__images {\n      gap: 8px;\n      padding: 9px;\n    }\n\n    .wcx-comparison__vs {\n      width: 43px;\n      height: 43px;\n      border-width: 4px;\n    }\n\n    .wcx-comparison__rows {\n      padding: 0 10px 12px;\n    }\n\n    .wcx-comparison__cell {\n      align-items: flex-start;\n      padding: 15px 9px;\n      font-size: 13px;\n    }\n\n    .wcx-comparison__cell:first-child {\n      padding-left: 4px;\n    }\n\n    .wcx-comparison__cell:last-child {\n      padding-right: 4px;\n    }\n\n    .wcx-status {\n      width: 22px;\n      height: 22px;\n      flex-basis: 22px;\n      font-size: 12px;\n    }\n\n    .wcx-colors {\n      gap: 12px;\n    }\n\n    .wcx-size {\n      padding: 20px 12px;\n    }\n\n    .wcx-size__image {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .wcx-size__image img {\n      min-width: 680px;\n      max-width: none !important;\n    }\n\n    .wcx-faq summary {\n      padding: 19px 43px 19px 5px;\n      font-size: 16px;\n    }\n\n    .wcx-faq__content {\n      padding: 0 15px 21px 5px;\n    }\n\n    .wcx-closing__copy {\n      padding: 34px 20px;\n    }\n  }\n\n  @media screen and (max-width: 480px) {\n    .wcx-debutify h2 {\n      font-size: 29px;\n    }\n\n    .wcx-debutify h3,\n    .wcx-split__copy h3 {\n      font-size: 27px;\n    }\n\n    .wcx-step {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .wcx-step img {\n      min-height: 0;\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .wcx-colors {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .wcx-comparison__label {\n      padding: 10px 7px;\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wcx-debutify\"\u003e\n  \u003c!-- Hero --\u003e\n  \u003csection class=\"wcx-hero\"\u003e\n    \u003cimg class=\"wcx-hero__image\" src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/4eoImGJVpipkd1Wk.webp\" alt=\"Woman walking comfortably in extra wide comfort shoes\" width=\"1200\" height=\"750\" loading=\"eager\"\u003e\n    \u003cdiv class=\"wcx-hero__content\"\u003e\n      \u003cspan class=\"wcx-eyebrow\"\u003eEveryday Comfort Made Easier\u003c\/span\u003e\n      \u003ch2\u003eExtra Room. Easy Entry.\u003cbr\u003eComfort With Every Step.\u003c\/h2\u003e\n      \u003cp\u003eDesigned for wide, sensitive or swollen feet, these lightweight comfort shoes combine an adjustable fit, roomy toe area and cushioned support for easier everyday walking.\u003c\/p\u003e\n      \u003cdiv class=\"wcx-checks\"\u003e\n        \u003cdiv class=\"wcx-check\"\u003e\n\u003cspan class=\"wcx-check__icon\"\u003e✓\u003c\/span\u003eWide adjustable opening\u003c\/div\u003e\n        \u003cdiv class=\"wcx-check\"\u003e\n\u003cspan class=\"wcx-check__icon\"\u003e✓\u003c\/span\u003eBreathable stretch upper\u003c\/div\u003e\n        \u003cdiv class=\"wcx-check\"\u003e\n\u003cspan class=\"wcx-check__icon\"\u003e✓\u003c\/span\u003eLightweight cushioning\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Main benefits --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-benefits\"\u003e\n      \u003cdiv class=\"wcx-benefit\"\u003e\n        \u003cdiv class=\"wcx-benefit__icon\"\u003e↔\u003c\/div\u003e\n        \u003ch4\u003eRoomy Wide Fit\u003c\/h4\u003e\n        \u003cp\u003eGives your toes more natural space while helping reduce pressure caused by tight and narrow footwear.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-benefit\"\u003e\n        \u003cdiv class=\"wcx-benefit__icon\"\u003e☁\u003c\/div\u003e\n        \u003ch4\u003eSoft Step Cushioning\u003c\/h4\u003e\n        \u003cp\u003eThe lightweight cushioned sole helps soften everyday impact while standing and walking.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-benefit\"\u003e\n        \u003cdiv class=\"wcx-benefit__icon\"\u003e✓\u003c\/div\u003e\n        \u003ch4\u003eEasy Adjustable Closure\u003c\/h4\u003e\n        \u003cp\u003eA wide hook-and-loop flap makes the shoe simple to open, adjust and secure.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Easy entry --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-split\"\u003e\n      \u003cdiv class=\"wcx-split__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/GTVdS6C9Ui6Vgod-.webp\" alt=\"Extra wide shoe opening with adjustable closure\" width=\"900\" height=\"900\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-split__copy\"\u003e\n        \u003cspan class=\"wcx-eyebrow\"\u003eOpen Wide, Step In Easily\u003c\/span\u003e\n        \u003ch3\u003eLess Struggling With Tight Shoe Openings\u003c\/h3\u003e\n        \u003cp\u003eThe extra-wide opening creates more room for your foot to slide inside. It is especially convenient for people who find traditional laces, narrow openings or rigid shoes difficult to manage.\u003c\/p\u003e\n        \u003cdiv class=\"wcx-list\"\u003e\n          \u003cdiv class=\"wcx-list__item\"\u003e\n            \u003cspan class=\"wcx-list__number\"\u003e1\u003c\/span\u003e\n            \u003cdiv\u003e\n\u003ch4\u003ePull Back the Flap\u003c\/h4\u003e\n\u003cp\u003eOpen the adjustable upper to create a wide and accessible entry area.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wcx-list__item\"\u003e\n            \u003cspan class=\"wcx-list__number\"\u003e2\u003c\/span\u003e\n            \u003cdiv\u003e\n\u003ch4\u003eSlide Your Foot Inside\u003c\/h4\u003e\n\u003cp\u003eThe flexible upper adapts comfortably around the shape of your foot.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wcx-list__item\"\u003e\n            \u003cspan class=\"wcx-list__number\"\u003e3\u003c\/span\u003e\n            \u003cdiv\u003e\n\u003ch4\u003eAdjust to Your Preferred Fit\u003c\/h4\u003e\n\u003cp\u003eSecure the hook-and-loop flap as loosely or firmly as needed.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Four steps --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-heading\"\u003e\n      \u003cspan class=\"wcx-eyebrow\"\u003eSimple Four-Step Design\u003c\/span\u003e\n      \u003ch3\u003eReady to Wear in Seconds\u003c\/h3\u003e\n      \u003cp\u003eNo complicated knots or narrow shoe opening. Just open, step in, adjust and go.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wcx-steps\"\u003e\n      \u003cdiv class=\"wcx-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/GTVdS6C9Ui6Vgod-.webp\" alt=\"Open the adjustable shoe flap\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"wcx-step__content\"\u003e\n\u003cspan class=\"wcx-step__label\"\u003eStep 1\u003c\/span\u003e\u003ch4\u003eOpen Wide\u003c\/h4\u003e\n\u003cp\u003ePull the adjustable flap back to create a roomy entry.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/NV30iV2HZvXamYw2.webp\" alt=\"Feet sliding into wide comfort shoes\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"wcx-step__content\"\u003e\n\u003cspan class=\"wcx-step__label\"\u003eStep 2\u003c\/span\u003e\u003ch4\u003eSlide In\u003c\/h4\u003e\n\u003cp\u003eGuide your foot into the soft and generously sized opening.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/Cai3_3ZmDelaHzAE.webp\" alt=\"Person wearing black adjustable comfort shoes\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"wcx-step__content\"\u003e\n\u003cspan class=\"wcx-step__label\"\u003eStep 3\u003c\/span\u003e\u003ch4\u003eSecure the Fit\u003c\/h4\u003e\n\u003cp\u003ePress the adjustable flap down until the shoe feels comfortable.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/yCF22z0ey-o-UXWZ.webp\" alt=\"Lightweight breathable blue comfort shoe\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"wcx-step__content\"\u003e\n\u003cspan class=\"wcx-step__label\"\u003eStep 4\u003c\/span\u003e\u003ch4\u003eWalk Comfortably\u003c\/h4\u003e\n\u003cp\u003eEnjoy lightweight cushioning and a flexible everyday fit.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product banner --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-banner\"\u003e\n      \u003cimg src=\"https:\/\/widecomfortshoes.com\/cdn\/shop\/files\/Img1.webp?v=1706627066\" alt=\"Wide adjustable comfort shoes for wide and swollen feet\" width=\"1200\" height=\"1200\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Adaptive fit --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-split wcx-split--reverse\"\u003e\n      \u003cdiv class=\"wcx-split__copy\"\u003e\n        \u003cspan class=\"wcx-eyebrow\"\u003eAdaptive Everyday Fit\u003c\/span\u003e\n        \u003ch3\u003eMade for Feet That Need More Room\u003c\/h3\u003e\n        \u003cp\u003eFeet can change throughout the day. The breathable fabric upper and adjustable closure help provide a more accommodating fit than rigid and narrow shoes.\u003c\/p\u003e\n        \u003cdiv class=\"wcx-features\"\u003e\n          \u003cdiv class=\"wcx-feature\"\u003e\n\u003ch4\u003eExtra-Wide Toe Area\u003c\/h4\u003e\n\u003cp\u003eAllows your toes to spread more naturally without feeling tightly compressed.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-feature\"\u003e\n\u003ch4\u003eBreathable Knit Upper\u003c\/h4\u003e\n\u003cp\u003eEncourages airflow while remaining soft and flexible around the foot.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-feature\"\u003e\n\u003ch4\u003eAdjustable Instep\u003c\/h4\u003e\n\u003cp\u003eEasily loosen or tighten the upper to suit your preferred fit.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-feature\"\u003e\n\u003ch4\u003eLightweight Construction\u003c\/h4\u003e\n\u003cp\u003eDesigned to feel less heavy and restrictive during everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-split__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/ZZsmYjCDtUpMNEzg.webp\" alt=\"Beige comfort shoes worn while walking outdoors\" width=\"900\" height=\"900\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Daily comfort --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-split\"\u003e\n      \u003cdiv class=\"wcx-split__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/yCF22z0ey-o-UXWZ.webp\" alt=\"Soft breathable blue wide comfort shoe\" width=\"900\" height=\"900\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-split__copy\"\u003e\n        \u003cspan class=\"wcx-eyebrow\"\u003eComfort Without the Bulk\u003c\/span\u003e\n        \u003ch3\u003eSoft, Breathable and Easy to Wear\u003c\/h3\u003e\n        \u003cp\u003eThe flexible textile upper feels softer than traditional rigid footwear, while the cushioned sole helps provide comfortable support for daily activities.\u003c\/p\u003e\n        \u003cdiv class=\"wcx-list\"\u003e\n          \u003cdiv class=\"wcx-list__item\"\u003e\n\u003cspan class=\"wcx-list__number\"\u003e✓\u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eDaily Walks\u003c\/h4\u003e\n\u003cp\u003eComfortable for casual walks, errands and visiting family.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-list__item\"\u003e\n\u003cspan class=\"wcx-list__number\"\u003e✓\u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eHome and Garden\u003c\/h4\u003e\n\u003cp\u003eEasy to put on for light everyday activities around the home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-list__item\"\u003e\n\u003cspan class=\"wcx-list__number\"\u003e✓\u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eTravel and Leisure\u003c\/h4\u003e\n\u003cp\u003eA lightweight option for relaxed daily wear and travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Lifestyle outcomes: rebuilt from the imported Ecomwize block --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-outcome\"\u003e\n      \u003cdiv class=\"wcx-outcome__copy\"\u003e\n        \u003cspan class=\"wcx-eyebrow\"\u003eA More Comfortable Routine\u003c\/span\u003e\n        \u003ch3\u003eWhat Changes When You Switch?\u003c\/h3\u003e\n        \u003cp\u003eReplace tight laces and rigid uppers with an easier, roomier everyday shoe designed around comfort and adjustability.\u003c\/p\u003e\n        \u003cdiv class=\"wcx-outcome__cards\"\u003e\n          \u003cdiv class=\"wcx-outcome__card\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"wcx-round-icon\"\u003e✓\u003c\/span\u003eLess Pressure\u003c\/h4\u003e\n\u003cp\u003eMore room around the toes can feel less restrictive than narrow footwear.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-outcome__card\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"wcx-round-icon\"\u003e✓\u003c\/span\u003eEasier Entry\u003c\/h4\u003e\n\u003cp\u003eThe wide adjustable opening reduces the effort needed to put the shoes on.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-outcome__card\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"wcx-round-icon\"\u003e✓\u003c\/span\u003eSecure Fit\u003c\/h4\u003e\n\u003cp\u003eAdjust the closure throughout the day to suit your preferred level of support.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-outcome__card\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"wcx-round-icon\"\u003e✓\u003c\/span\u003eEveryday Freedom\u003c\/h4\u003e\n\u003cp\u003eLightweight construction makes errands, visits and casual walks feel easier.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ca class=\"wcx-button\" href=\"#wcx-size-guide\"\u003eView Size Guide \u003cspan class=\"wcx-button__arrow\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-outcome__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/4eoImGJVpipkd1Wk.webp\" alt=\"Woman walking outdoors in wide comfort shoes\" width=\"900\" height=\"1100\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Timeline: rebuilt as a self-contained Debutify module --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-timeline-box\"\u003e\n      \u003cdiv class=\"wcx-timeline-box__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/ZZsmYjCDtUpMNEzg.webp\" alt=\"Comfort shoes worn outdoors\" width=\"900\" height=\"1000\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-timeline-box__content\"\u003e\n        \u003cspan class=\"wcx-eyebrow\"\u003eComfort That Fits Your Routine\u003c\/span\u003e\n        \u003ch3\u003eA Simpler Way to Wear Shoes\u003c\/h3\u003e\n        \u003cp\u003eThe adjustable design is easy to understand from the first wear and convenient enough for regular everyday use.\u003c\/p\u003e\n        \u003cdiv class=\"wcx-timeline\"\u003e\n          \u003cdiv class=\"wcx-timeline__item\"\u003e\n            \u003cdiv class=\"wcx-timeline__top\"\u003e\n\u003cspan class=\"wcx-timeline__badge\"\u003eFirst Wear\u003c\/span\u003e\u003cspan class=\"wcx-timeline__title\"\u003eNotice the Extra Room\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"wcx-timeline__desc\"\u003eThe wide opening and flexible upper immediately feel different from rigid, narrow shoes.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wcx-timeline__item\"\u003e\n            \u003cdiv class=\"wcx-timeline__top\"\u003e\n\u003cspan class=\"wcx-timeline__badge\"\u003eDaily Use\u003c\/span\u003e\u003cspan class=\"wcx-timeline__title\"\u003eAdjust the Fit as Needed\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"wcx-timeline__desc\"\u003eLoosen or secure the hook-and-loop closure depending on your comfort preference.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wcx-timeline__item\"\u003e\n            \u003cdiv class=\"wcx-timeline__top\"\u003e\n\u003cspan class=\"wcx-timeline__badge\"\u003eOn the Go\u003c\/span\u003e\u003cspan class=\"wcx-timeline__title\"\u003eEnjoy Lightweight Wear\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"wcx-timeline__desc\"\u003eA practical choice for errands, casual walks, travel and relaxed everyday activities.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wcx-timeline__item\"\u003e\n            \u003cdiv class=\"wcx-timeline__top\"\u003e\n\u003cspan class=\"wcx-timeline__badge\"\u003eLong Term\u003c\/span\u003e\u003cspan class=\"wcx-timeline__title\"\u003eKeep Comfort Simple\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"wcx-timeline__desc\"\u003eAn easy-entry design can make your everyday footwear routine more convenient.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ca class=\"wcx-button\" href=\"#MainContent\"\u003eChoose Size \u0026amp; Color \u003cspan class=\"wcx-button__arrow\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Comparison: rebuilt without external theme classes --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-heading\"\u003e\n      \u003cspan class=\"wcx-eyebrow\"\u003eA Smarter Everyday Design\u003c\/span\u003e\n      \u003ch3\u003eWide Comfort Shoes vs. Traditional Lace-Ups\u003c\/h3\u003e\n      \u003cp\u003eSee how the adjustable construction differs from standard narrow, rigid footwear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wcx-comparison\"\u003e\n      \u003cdiv class=\"wcx-comparison__images\"\u003e\n        \u003cdiv class=\"wcx-comparison__image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/N_rId3ndtlRgPWqT.jpg\" alt=\"Wide adjustable comfort shoe\" width=\"800\" height=\"500\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"wcx-comparison__label\"\u003eWide Comfort Shoes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wcx-comparison__image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/ain1dJztUdrGVMAx.webp\" alt=\"Traditional lace-up shoe\" width=\"800\" height=\"500\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"wcx-comparison__label\"\u003eTraditional Lace-Ups\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wcx-comparison__vs\"\u003eVS\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-comparison__rows\"\u003e\n        \u003cdiv class=\"wcx-comparison__row\"\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eWide adjustable entry\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--yes\"\u003e✓\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eNarrow opening and laces\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--no\"\u003e×\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wcx-comparison__row\"\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eFlexible fit across the instep\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--yes\"\u003e✓\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eLess room for daily foot changes\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--no\"\u003e×\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wcx-comparison__row\"\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eRoomy toe area\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--yes\"\u003e✓\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eStandard tapered toe shape\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--no\"\u003e×\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wcx-comparison__row\"\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eLightweight cushioned sole\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--yes\"\u003e✓\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eCan feel heavier or more rigid\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--no\"\u003e×\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wcx-comparison__row\"\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eEasy to adjust without re-lacing\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--yes\"\u003e✓\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"wcx-comparison__cell\"\u003e\n\u003cspan\u003eRequires tying and retying\u003c\/span\u003e\u003cspan class=\"wcx-status wcx-status--no\"\u003e×\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Colors --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-heading\"\u003e\n      \u003cspan class=\"wcx-eyebrow\"\u003eEasy-to-Match Colors\u003c\/span\u003e\n      \u003ch3\u003eChoose Your Everyday Style\u003c\/h3\u003e\n      \u003cp\u003eNeutral and classic shades make these comfort shoes easy to pair with casual everyday outfits.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wcx-colors\"\u003e\n      \u003cdiv class=\"wcx-color\"\u003e\n\u003cimg src=\"https:\/\/widecomfortshoes.com\/cdn\/shop\/files\/4_11a49c59-5fe3-4d4b-8854-37142747a5e3.jpg?v=1773500753\" alt=\"Beige extra wide comfort shoe\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\u003cdiv class=\"wcx-color__name\"\u003eBeige\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"wcx-color\"\u003e\n\u003cimg src=\"https:\/\/widecomfortshoes.com\/cdn\/shop\/files\/9_e210378d-225b-4c46-b78a-66a35c759225.jpg?v=1773500753\" alt=\"Black and white extra wide comfort shoe\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\u003cdiv class=\"wcx-color__name\"\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"wcx-color\"\u003e\n\u003cimg src=\"https:\/\/widecomfortshoes.com\/cdn\/shop\/files\/8_bdca8965-dff5-4fd3-87c9-5b74cd6a180c.jpg?v=1773500753\" alt=\"All black extra wide comfort shoe\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\u003cdiv class=\"wcx-color__name\"\u003eAll Black\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"wcx-color\"\u003e\n\u003cimg src=\"https:\/\/widecomfortshoes.com\/cdn\/shop\/files\/7_aed007db-615c-4940-b2f5-1d702a6934c0.jpg?v=1773500753\" alt=\"Dark gray extra wide comfort shoe\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\u003cdiv class=\"wcx-color__name\"\u003eDark Gray\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"wcx-color\"\u003e\n\u003cimg src=\"https:\/\/widecomfortshoes.com\/cdn\/shop\/files\/6_a9de740e-177f-4c86-9cc2-f03a62fe71b4.jpg?v=1773500753\" alt=\"Blue extra wide comfort shoe\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\u003cdiv class=\"wcx-color__name\"\u003eBlue\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"wcx-color\"\u003e\n\u003cimg src=\"https:\/\/widecomfortshoes.com\/cdn\/shop\/files\/5_91eba38b-95a4-41ab-b44a-21417daf093c.jpg?v=1773500753\" alt=\"Light gray extra wide comfort shoe\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\u003cdiv class=\"wcx-color__name\"\u003eLight Gray\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Size guide --\u003e\n  \u003csection class=\"wcx-section\" id=\"wcx-size-guide\"\u003e\n    \u003cdiv class=\"wcx-heading\"\u003e\n      \u003cspan class=\"wcx-eyebrow\"\u003eFind Your Best Fit\u003c\/span\u003e\n      \u003ch3\u003eSize Guide\u003c\/h3\u003e\n      \u003cp\u003eMeasure your foot and compare it with the size guide before ordering.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wcx-size\"\u003e\n      \u003cdiv class=\"wcx-size__notes\"\u003e\n        \u003cdiv class=\"wcx-size__note\"\u003e\n\u003cstrong\u003eMen\u003c\/strong\u003eChoose your regular sneaker size.\u003c\/div\u003e\n        \u003cdiv class=\"wcx-size__note\"\u003e\n\u003cstrong\u003eWomen\u003c\/strong\u003eChoose one size smaller than your usual women's size.\u003c\/div\u003e\n        \u003cdiv class=\"wcx-size__note\"\u003e\n\u003cstrong\u003eBetween Sizes\u003c\/strong\u003eSelect the next half size up.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-size__image\"\u003e\n        \u003cimg src=\"https:\/\/widecomfortshoes.com\/cdn\/shop\/files\/wcssizechart.jpg?v=1773500753\" alt=\"Extra wide comfort shoe size chart\" width=\"1100\" height=\"800\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wcx-notice\"\u003e\n\u003cstrong\u003eFit note:\u003c\/strong\u003e The adjustable upper provides additional flexibility across the instep. For unusually swollen feet, custom orthotics or specific foot conditions, consult an appropriate footwear or healthcare professional before extended use.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"wcx-section\"\u003e\n    \u003cdiv class=\"wcx-heading\"\u003e\n      \u003cspan class=\"wcx-eyebrow\"\u003eFrequently Asked Questions\u003c\/span\u003e\n      \u003ch3\u003eEverything You Need to Know\u003c\/h3\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wcx-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre these shoes suitable for wide or swollen feet?\u003c\/summary\u003e\n        \u003cdiv class=\"wcx-faq__content\"\u003e\u003cp\u003eThey feature a roomy toe area, flexible upper and adjustable hook-and-loop closure designed to accommodate feet that need more space than standard narrow shoes.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDo the shoes have traditional laces?\u003c\/summary\u003e\n        \u003cdiv class=\"wcx-faq__content\"\u003e\u003cp\u003eNo. The wide adjustable flap replaces traditional laces, making the shoes easier to open, adjust and secure.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size should I choose?\u003c\/summary\u003e\n        \u003cdiv class=\"wcx-faq__content\"\u003e\u003cp\u003eMen can generally choose their regular sneaker size. Women should select one size smaller than their usual women's shoe size. When between sizes, choose the next half size up.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I wear my own insoles?\u003c\/summary\u003e\n        \u003cdiv class=\"wcx-faq__content\"\u003e\u003cp\u003eThe roomy interior may accommodate many replacement or custom insoles. Compare the thickness and dimensions of your insole with the shoe before extended wear.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should I clean the shoes?\u003c\/summary\u003e\n        \u003cdiv class=\"wcx-faq__content\"\u003e\u003cp\u003eGently spot-clean the textile upper using a soft cloth, mild soap and cool water. Allow the shoes to air-dry naturally away from direct heat.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre they suitable for outdoor use?\u003c\/summary\u003e\n        \u003cdiv class=\"wcx-faq__content\"\u003e\u003cp\u003eThey are designed for normal everyday activities such as errands, casual walks and light outdoor use. They are not intended as technical hiking or safety footwear.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Closing --\u003e\n  \u003csection class=\"wcx-section wcx-closing\"\u003e\n    \u003cimg src=\"https:\/\/cdn.ecomwize.io\/338d2d30-c3cd-46b6-bd2a-459fdb126617\/4eoImGJVpipkd1Wk.webp\" alt=\"Woman enjoying an outdoor walk in wide comfort shoes\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n    \u003cdiv class=\"wcx-closing__copy\"\u003e\n      \u003ch3\u003eMake Everyday Walking Feel Easier\u003c\/h3\u003e\n      \u003cp\u003eChoose your preferred color and size, then enjoy a roomier, softer and more adjustable alternative to traditional narrow shoes.\u003c\/p\u003e\n      \u003ca class=\"wcx-button\" href=\"#MainContent\"\u003eChoose Size \u0026amp; Color \u003cspan class=\"wcx-button__arrow\"\u003e↑\u003c\/span\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Beige \/ 6.5","offer_id":52923952890037,"sku":"ORIG-6.5-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 7","offer_id":52923952922805,"sku":"ORIG-7-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 7.5","offer_id":52923952955573,"sku":"ORIG-7.5-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 8","offer_id":52923952988341,"sku":"ORIG-8-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 8.5","offer_id":52923953021109,"sku":"ORIG-8.5-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 9","offer_id":52923953053877,"sku":"ORIG-9-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 9.5","offer_id":52923953086645,"sku":"ORIG-10-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 10","offer_id":52923953119413,"sku":"ORIG-10-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 10.5","offer_id":52923953152181,"sku":"ORIG-10.5-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 11","offer_id":52923953184949,"sku":"ORIG-11-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 11.5","offer_id":52923953217717,"sku":"ORIG-11.5-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 12","offer_id":52923953250485,"sku":"ORIG-12-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 13","offer_id":52923953283253,"sku":"ORIG-13-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 13.5","offer_id":52923953316021,"sku":"ORIG-13.5-BEI-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 6.5","offer_id":52923953348789,"sku":"ORIG-6.5-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7","offer_id":52923953381557,"sku":"ORIG-7-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7.5","offer_id":52923953414325,"sku":"ORIG-7.5-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 8","offer_id":52923953447093,"sku":"ORIG-8-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 8.5","offer_id":52923953479861,"sku":"ORIG-8.5-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 9","offer_id":52923953512629,"sku":"ORIG-9-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 9.5","offer_id":52923953545397,"sku":"ORIG-10-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 10","offer_id":52923953578165,"sku":"ORIG-10-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 10.5","offer_id":52923953610933,"sku":"ORIG-10.5-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 11","offer_id":52923953643701,"sku":"ORIG-11-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 11.5","offer_id":52923953676469,"sku":"ORIG-11.5-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 12","offer_id":52923953709237,"sku":"ORIG-12-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 13","offer_id":52923953742005,"sku":"ORIG-13-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 13.5","offer_id":52923953774773,"sku":"ORIG-13.5-BLK-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 6.5","offer_id":52923953807541,"sku":"new-black-40","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 7","offer_id":52923953840309,"sku":"new-black-41","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 7.5","offer_id":52923953873077,"sku":"new-black-42","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 8","offer_id":52923953905845,"sku":"new-black-43","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 8.5","offer_id":52923953938613,"sku":"new-black-44","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 9","offer_id":52923953971381,"sku":"new-black-45","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 9.5","offer_id":52923954004149,"sku":"new-black-46","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 10","offer_id":52923954036917,"sku":"new-black-46","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 10.5","offer_id":52923954069685,"sku":"new-black-47","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 11","offer_id":52923954102453,"sku":"new-black-48","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 11.5","offer_id":52923954135221,"sku":"new-black-49","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 12","offer_id":52923954167989,"sku":"new-black-50","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 13","offer_id":52923954200757,"sku":"new-black-51","price":69.95,"currency_code":"USD","in_stock":true},{"title":"All Black \/ 13.5","offer_id":52923954233525,"sku":"new-black-53","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 6.5","offer_id":52923954266293,"sku":"ORIG-6.5-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 7","offer_id":52923954299061,"sku":"ORIG-7-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 7.5","offer_id":52923954331829,"sku":"ORIG-7.5-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 8","offer_id":52923954364597,"sku":"ORIG-8-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 8.5","offer_id":52923954397365,"sku":"ORIG-8.5-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 9","offer_id":52923954430133,"sku":"ORIG-9-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 9.5","offer_id":52923954462901,"sku":"ORIG-10-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 10","offer_id":52923954495669,"sku":"ORIG-10-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 10.5","offer_id":52923954528437,"sku":"ORIG-10.5-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 11","offer_id":52923954561205,"sku":"ORIG-11-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 11.5","offer_id":52923954593973,"sku":"ORIG-11.5-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 12","offer_id":52923954626741,"sku":"ORIG-12-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 13","offer_id":52923954659509,"sku":"ORIG-13-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ 13.5","offer_id":52923954692277,"sku":"ORIG-13.5-DGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 6.5","offer_id":52923954725045,"sku":"ORIG-6.5-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 7","offer_id":52923954757813,"sku":"ORIG-7-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 7.5","offer_id":52923954790581,"sku":"ORIG-7.5-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 8","offer_id":52923954823349,"sku":"ORIG-8-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 8.5","offer_id":52923954856117,"sku":"ORIG-8.5-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 9","offer_id":52923954888885,"sku":"ORIG-9-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 9.5","offer_id":52923954921653,"sku":"ORIG-10-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 10","offer_id":52923954954421,"sku":"ORIG-10-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 10.5","offer_id":52923954987189,"sku":"ORIG-10.5-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 11","offer_id":52923955019957,"sku":"ORIG-11-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 11.5","offer_id":52923955052725,"sku":"ORIG-11.5-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 12","offer_id":52923955085493,"sku":"ORIG-12-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 13","offer_id":52923955118261,"sku":"ORIG-13-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 13.5","offer_id":52923955151029,"sku":"ORIG-13.5-BLU-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 6.5","offer_id":52923955183797,"sku":"ORIG-6.5-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 7","offer_id":52923955216565,"sku":"ORIG-7-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 7.5","offer_id":52923955249333,"sku":"ORIG-7.5-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 8","offer_id":52923955282101,"sku":"ORIG-8-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 8.5","offer_id":52923955314869,"sku":"ORIG-8.5-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 9","offer_id":52923955347637,"sku":"ORIG-9-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 9.5","offer_id":52923955380405,"sku":"ORIG-10-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 10","offer_id":52923955413173,"sku":"ORIG-10-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 10.5","offer_id":52923955445941,"sku":"ORIG-10.5-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 11","offer_id":52923955478709,"sku":"ORIG-11-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 11.5","offer_id":52923955511477,"sku":"ORIG-11.5-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 12","offer_id":52923955544245,"sku":"ORIG-12-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 13","offer_id":52923955577013,"sku":"ORIG-13-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ 13.5","offer_id":52923955609781,"sku":"ORIG-13.5-LGR-CN","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0993\/9333\/9573\/files\/Img1.webp?v=1785658162","url":"https:\/\/mostelo.com\/products\/extra-wide-shoes","provider":"Mostelo","version":"1.0","type":"link"}