{"product_id":"maple-glow-dress","title":"Maple Glow Dress","description":"\u003cstyle\u003e\n  .alf-pdp {\n    --alf-ink: #382e29;\n    --alf-muted: #72645b;\n    --alf-orange: #ad4b24;\n    --alf-peach: #fff0e5;\n    --alf-gold: #795a22;\n    --alf-cream: #fbf4df;\n    --alf-red: #954b4c;\n    --alf-rose: #faeded;\n    --alf-border: #eadfd5;\n    width: 100%;\n    max-width: 100%;\n    min-width: 0;\n    margin: 0;\n    padding: 20px 12px;\n    container-type: inline-size;\n    container-name: alf-product;\n    background: #fff;\n    color: var(--alf-ink);\n    font-family: inherit;\n    font-size: 14px;\n    line-height: 1.65;\n    text-align: left;\n    overflow-wrap: anywhere;\n    isolation: isolate;\n  }\n\n  .alf-pdp *,\n  .alf-pdp *::before,\n  .alf-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  .alf-pdp :where(header, section, div, figure, h2, h3, p, ul, dl, dt, dd) {\n    display: block;\n    min-width: 0;\n    max-width: 100%;\n    margin: 0;\n    padding: 0;\n  }\n\n  .alf-pdp :where(h2, h3) {\n    color: var(--alf-ink);\n    font-family: inherit;\n    font-weight: 600;\n    font-style: normal;\n    text-transform: none;\n    letter-spacing: -0.025em;\n    line-height: 1.22;\n    text-wrap: balance;\n  }\n\n  .alf-pdp h2 {\n    font-size: 30px;\n  }\n\n  .alf-pdp h3 {\n    font-size: 22px;\n  }\n\n  .alf-pdp p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .alf-pdp .alf-intro {\n    padding: 4px 0 24px;\n    text-align: center;\n  }\n\n  .alf-pdp .alf-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 5px 12px;\n    border-radius: 999px;\n    background: var(--alf-cream);\n    color: var(--alf-gold);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .alf-pdp .alf-intro p {\n    margin-top: 12px;\n    color: var(--alf-muted);\n  }\n\n  .alf-pdp .alf-section {\n    padding: 24px 0;\n    border-top: 1px solid var(--alf-border);\n  }\n\n  .alf-pdp .alf-story {\n    display: grid;\n    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);\n    align-items: center;\n    gap: 20px;\n  }\n\n  .alf-pdp .alf-story--reverse {\n    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);\n  }\n\n  .alf-pdp .alf-story--reverse .alf-visual {\n    order: 2;\n  }\n\n  .alf-pdp .alf-visual {\n    width: 100%;\n    max-width: 220px;\n    justify-self: center;\n  }\n\n  .alf-pdp .alf-visual img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    aspect-ratio: 4 \/ 5;\n    margin: 0;\n    padding: 6px;\n    border: 0;\n    border-radius: 16px;\n    background: #fcf8f3;\n    object-fit: contain;\n    object-position: center;\n    box-shadow: none;\n  }\n\n  .alf-pdp .alf-visual p {\n    margin: 0;\n    text-align: center;\n  }\n\n  .alf-pdp .alf-kicker {\n    display: inline-block;\n    margin-bottom: 9px;\n    color: var(--alf-orange);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .alf-pdp .alf-copy p {\n    margin-top: 10px;\n    color: var(--alf-muted);\n  }\n\n  .alf-pdp .alf-story--reverse .alf-kicker {\n    color: var(--alf-gold);\n  }\n\n  .alf-pdp .alf-story--bow .alf-kicker {\n    color: var(--alf-red);\n  }\n\n  .alf-pdp .alf-heading {\n    margin-bottom: 16px;\n    text-align: center;\n  }\n\n  .alf-pdp .alf-heading-label {\n    display: inline-block;\n    max-width: 100%;\n    padding: 8px 16px;\n    border-radius: 18px 7px 18px 7px;\n    background: var(--alf-peach);\n    color: var(--alf-orange);\n  }\n\n  .alf-pdp .alf-heading-label--gold {\n    background: var(--alf-cream);\n    color: var(--alf-gold);\n    border-radius: 999px;\n  }\n\n  .alf-pdp .alf-heading-label--rose {\n    background: var(--alf-rose);\n    color: var(--alf-red);\n    border-radius: 8px 18px 8px 18px;\n  }\n\n  .alf-pdp .alf-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    list-style: none;\n  }\n\n  .alf-pdp .alf-tags li {\n    display: block;\n    margin: 0;\n    padding: 6px 11px;\n    border: 1px solid var(--alf-border);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--alf-ink);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .alf-pdp .alf-facts {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    gap: 16px;\n  }\n\n  .alf-pdp .alf-facts dt {\n    margin-bottom: 3px;\n    color: var(--alf-orange);\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  .alf-pdp .alf-facts dd {\n    color: var(--alf-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .alf-pdp .alf-product-note {\n    margin-top: 18px;\n    padding-top: 14px;\n    border-top: 1px dashed var(--alf-border);\n    color: var(--alf-muted);\n    font-size: 13px;\n  }\n\n  .alf-pdp .alf-product-note strong {\n    color: var(--alf-ink);\n    font-weight: 600;\n  }\n\n  .alf-pdp .alf-occasions {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    gap: 12px 16px;\n    list-style: none;\n  }\n\n  .alf-pdp .alf-occasions li {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    margin: 0;\n    padding: 0;\n    font-size: 13px;\n  }\n\n  .alf-pdp .alf-leaf {\n    display: inline-block;\n    flex: 0 0 10px;\n    width: 10px;\n    height: 15px;\n    border-radius: 10px 0 10px 0;\n    background: #ceaa65;\n    transform: rotate(25deg);\n  }\n\n  .alf-pdp .alf-styling {\n    padding: 16px;\n    border-left: 3px solid #dbb0a5;\n    background: #fffaf8;\n    border-radius: 0 12px 12px 0;\n  }\n\n  .alf-pdp .alf-style-list {\n    display: grid;\n    gap: 10px;\n    list-style: none;\n  }\n\n  .alf-pdp .alf-style-list li {\n    display: block;\n    margin: 0;\n    padding: 0;\n    font-size: 13px;\n    color: var(--alf-muted);\n  }\n\n  .alf-pdp .alf-style-list strong {\n    color: var(--alf-ink);\n    font-weight: 600;\n  }\n\n  .alf-pdp .alf-table-wrap {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--alf-border);\n    border-radius: 12px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .alf-pdp .alf-table-wrap:focus-visible {\n    outline: 2px solid var(--alf-orange);\n    outline-offset: 3px;\n  }\n\n  .alf-pdp table {\n    display: table;\n    width: 100%;\n    max-width: 100%;\n    min-width: 760px;\n    margin: 0;\n    border: 0;\n    border-collapse: collapse;\n    table-layout: fixed;\n    background: #fff;\n    font-size: 12px;\n  }\n\n  .alf-pdp thead {\n    display: table-header-group;\n  }\n\n  .alf-pdp tbody {\n    display: table-row-group;\n  }\n\n  .alf-pdp tr {\n    display: table-row;\n    background: transparent;\n  }\n\n  .alf-pdp :where(th, td) {\n    display: table-cell;\n    padding: 10px 6px;\n    border: 0;\n    border-bottom: 1px solid var(--alf-border);\n    color: var(--alf-ink);\n    text-align: center;\n    vertical-align: middle;\n    line-height: 1.45;\n    white-space: normal;\n  }\n\n  .alf-pdp thead th {\n    background: var(--alf-cream);\n    color: #67502c;\n    font-weight: 600;\n  }\n\n  .alf-pdp th:first-child {\n    width: 9%;\n  }\n\n  .alf-pdp tbody th {\n    font-weight: 600;\n  }\n\n  .alf-pdp tbody tr:nth-child(even) {\n    background: #fdfaf6;\n  }\n\n  .alf-pdp tbody tr:last-child \u003e * {\n    border-bottom: 0;\n  }\n\n  .alf-pdp .alf-size-note {\n    margin-top: 10px;\n    color: var(--alf-muted);\n    font-size: 12px;\n  }\n\n  .alf-pdp .alf-choosing {\n    margin-top: 18px;\n  }\n\n  .alf-pdp .alf-choosing h3 {\n    margin-bottom: 8px;\n    font-size: 20px;\n  }\n\n  .alf-pdp .alf-choosing p {\n    color: var(--alf-muted);\n    font-size: 13px;\n  }\n\n  @container alf-product (max-width: 559px) {\n    .alf-pdp .alf-story,\n    .alf-pdp .alf-story--reverse {\n      grid-template-columns: minmax(0, 1fr);\n      gap: 16px;\n    }\n\n    .alf-pdp .alf-story .alf-visual {\n      order: 0;\n      width: 74%;\n      max-width: 220px;\n      margin-inline: auto;\n    }\n\n    .alf-pdp .alf-copy {\n      text-align: center;\n    }\n\n    .alf-pdp h2 {\n      font-size: 28px;\n    }\n  }\n\n  @container alf-product (max-width: 340px) {\n    .alf-pdp h2 {\n      font-size: 26px;\n    }\n\n    .alf-pdp h3 {\n      font-size: 20px;\n    }\n\n    .alf-pdp .alf-facts,\n    .alf-pdp .alf-occasions {\n      grid-template-columns: minmax(0, 1fr);\n    }\n  }\n\n  @supports not (container-type: inline-size) {\n    .alf-pdp .alf-story,\n    .alf-pdp .alf-story--reverse {\n      display: flex;\n      flex-wrap: wrap;\n    }\n\n    .alf-pdp .alf-story .alf-visual {\n      flex: 1 1 180px;\n      order: 0;\n    }\n\n    .alf-pdp .alf-copy {\n      flex: 1 1 260px;\n    }\n\n    @media (max-width: 767px) {\n      .alf-pdp .alf-story,\n      .alf-pdp .alf-story--reverse {\n        display: grid;\n        grid-template-columns: minmax(0, 1fr);\n        gap: 16px;\n      }\n\n      .alf-pdp .alf-story .alf-visual {\n        width: 74%;\n        max-width: 220px;\n        margin-inline: auto;\n      }\n\n      .alf-pdp .alf-copy {\n        text-align: center;\n      }\n\n      .alf-pdp h2 {\n        font-size: 28px;\n      }\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"alf-pdp\"\u003e\n\u003cheader class=\"alf-intro\"\u003e\u003cspan class=\"alf-eyebrow\"\u003eLittle autumn moments\u003c\/span\u003e\n\u003ch2\u003eAutumn Leaf Ruffle Dress\u003c\/h2\u003e\n\u003cp\u003eA long-sleeve dress with a storybook feel, scattered with autumn leaves on an ivory background.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003csection class=\"alf-section\"\u003e\n\u003cdiv class=\"alf-story\"\u003e\n\u003cdiv class=\"alf-visual\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/6e0dc204f1583feb44a10c85a29b4bd6.png?v=1789098356\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alf-copy\"\u003e\n\u003cspan class=\"alf-kicker\"\u003eA splash of pumpkin\u003c\/span\u003e\n\u003ch3\u003eOrange Makes It Pop\u003c\/h3\u003e\n\u003cp\u003eA bold orange waistband and ruffled hem frame the print, bringing a bright finish to the whole look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"alf-section\"\u003e\n\u003cdiv class=\"alf-story alf-story--reverse\"\u003e\n\u003cdiv class=\"alf-visual\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/dbc6fb4246516937d919ac5b41cf90a3.png?v=1789098953\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alf-copy\"\u003e\n\u003cspan class=\"alf-kicker\"\u003eThe pretty detail\u003c\/span\u003e\n\u003ch3\u003eRuffles Frame the Front\u003c\/h3\u003e\n\u003cp\u003ePrinted ruffles run over the shoulders toward the waist, with orange edges that define their shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"alf-section\"\u003e\n\u003cdiv class=\"alf-story alf-story--bow\"\u003e\n\u003cdiv class=\"alf-visual\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/f3f19401f7094d6eb28af179cf7fec69.png?v=1789098084\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alf-copy\"\u003e\n\u003cspan class=\"alf-kicker\"\u003eOne more little detail\u003c\/span\u003e\n\u003ch3\u003eA Bow at the Back\u003c\/h3\u003e\n\u003cp\u003eAn orange bow sits at the back waist, with long tails falling over the printed skirt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"alf-section\"\u003e\n\u003ch3 class=\"alf-heading\"\u003e\u003cspan class=\"alf-heading-label\"\u003eLittle Details to Love\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul class=\"alf-tags\"\u003e\n\u003cli\u003eAutumn leaf print\u003c\/li\u003e\n\u003cli\u003eOrange accents\u003c\/li\u003e\n\u003cli\u003eShoulder ruffles\u003c\/li\u003e\n\u003cli\u003eBack bow\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"alf-section\"\u003e\n\u003ch3 class=\"alf-heading\"\u003e\u003cspan class=\"alf-heading-label alf-heading-label--gold\"\u003eFit \u0026amp; Product Details\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Defined waist seam with the skirt gathered below.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSilhouette:\u003c\/strong\u003e A shaped bodice above a full, flared skirt.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e Long sleeves with visible fullness and gathered, ruffled cuffs.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e Shown above the knee; placement varies with height and size.\u003c\/div\u003e\n\u003cp class=\"alf-product-note\"\u003e\u003cstrong\u003eNeckline:\u003c\/strong\u003e Round. \u003cstrong\u003ePalette:\u003c\/strong\u003e Ivory, orange, red and golden yellow.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"alf-section\"\u003e\n\u003ch3 class=\"alf-heading\"\u003e\u003cspan class=\"alf-heading-label alf-heading-label--rose\"\u003eFor Her Fall Calendar\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul class=\"alf-occasions\"\u003e\n\u003cli\u003e\n\u003cspan class=\"alf-leaf\"\u003e\u003c\/span\u003ePumpkin Patch Visits\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"alf-leaf\"\u003e\u003c\/span\u003eFall Festivals\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"alf-leaf\"\u003e\u003c\/span\u003eFamily Photos\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"alf-leaf\"\u003e\u003c\/span\u003eThanksgiving Gatherings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"alf-section\"\u003e\n\u003ch3 class=\"alf-heading\"\u003eA Few Finishing Touches\u003c\/h3\u003e\n\u003cdiv class=\"alf-styling\"\u003e\n\u003cul class=\"alf-style-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eClassic:\u003c\/strong\u003e Brown Mary Janes with ivory knee socks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutumn layers:\u003c\/strong\u003e A cream cardigan, plain tights and ankle boots.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA matching accent:\u003c\/strong\u003e A simple orange hair bow.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"alf-section\"\u003e\n\u003ch3 class=\"alf-heading\"\u003e\u003cspan class=\"alf-heading-label alf-heading-label--gold\"\u003eEstimated Size Guide\u003c\/span\u003e\u003c\/h3\u003e\n\u003c!-- 以下成衣尺寸为拟定估算值，非供应商实测；正式使用前请核实。 --\u003e\n\u003cdiv class=\"alf-table-wrap\" role=\"region\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSize\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eSuggested Age\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eHeight Reference\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eGarment Chest (in)\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eGarment Waist (in)\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eDress Length (in)\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eShoulder (in)\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eSleeve Length (in)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eXS\u003c\/th\u003e\n\u003ctd\u003e2–3Y\u003c\/td\u003e\n\u003ctd\u003e100 cm \/ 39.4 in\u003c\/td\u003e\n\u003ctd\u003e23.6\u003c\/td\u003e\n\u003ctd\u003e22.0\u003c\/td\u003e\n\u003ctd\u003e20.5\u003c\/td\u003e\n\u003ctd\u003e9.4\u003c\/td\u003e\n\u003ctd\u003e13.4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eS\u003c\/th\u003e\n\u003ctd\u003e4–5Y\u003c\/td\u003e\n\u003ctd\u003e110 cm \/ 43.3 in\u003c\/td\u003e\n\u003ctd\u003e25.2\u003c\/td\u003e\n\u003ctd\u003e23.6\u003c\/td\u003e\n\u003ctd\u003e22.4\u003c\/td\u003e\n\u003ctd\u003e10.2\u003c\/td\u003e\n\u003ctd\u003e15.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n\u003ctd\u003e6–7Y\u003c\/td\u003e\n\u003ctd\u003e120 cm \/ 47.2 in\u003c\/td\u003e\n\u003ctd\u003e26.8\u003c\/td\u003e\n\u003ctd\u003e25.2\u003c\/td\u003e\n\u003ctd\u003e24.4\u003c\/td\u003e\n\u003ctd\u003e11.0\u003c\/td\u003e\n\u003ctd\u003e16.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n\u003ctd\u003e8–9Y\u003c\/td\u003e\n\u003ctd\u003e130 cm \/ 51.2 in\u003c\/td\u003e\n\u003ctd\u003e28.3\u003c\/td\u003e\n\u003ctd\u003e26.8\u003c\/td\u003e\n\u003ctd\u003e26.4\u003c\/td\u003e\n\u003ctd\u003e11.8\u003c\/td\u003e\n\u003ctd\u003e18.1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eXL\u003c\/th\u003e\n\u003ctd\u003e10–11Y\u003c\/td\u003e\n\u003ctd\u003e140 cm \/ 55.1 in\u003c\/td\u003e\n\u003ctd\u003e30.7\u003c\/td\u003e\n\u003ctd\u003e29.1\u003c\/td\u003e\n\u003ctd\u003e28.7\u003c\/td\u003e\n\u003ctd\u003e12.6\u003c\/td\u003e\n\u003ctd\u003e19.7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e\u003cbr\u003e\u003c\/th\u003e\n\u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alf-choosing\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Sewnara.com","offers":[{"title":"2-3Y\/XS","offer_id":49392516301035,"sku":"DR-645-GN-2\/3\/XS","price":38.0,"currency_code":"USD","in_stock":true},{"title":"4-5Y\/S","offer_id":49392516333803,"sku":"DR-645-GN-4\/5\/S","price":38.0,"currency_code":"USD","in_stock":true},{"title":"6-7Y\/M","offer_id":49392516366571,"sku":"DR-645-GN-6\/7\/XS","price":38.0,"currency_code":"USD","in_stock":true},{"title":"8-9Y\/L","offer_id":49392516399339,"sku":"DR-645-GN-8\/9\/XS","price":38.0,"currency_code":"USD","in_stock":true},{"title":"10-11Y\/XL","offer_id":49392516432107,"sku":"DR-645-GN-10\/11\/XS","price":38.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/c82885561849836201dbd97aaa2bf9b8.png?v=1789098030","url":"https:\/\/sewnara.com\/products\/maple-glow-dress","provider":"Sewnara.com","version":"1.0","type":"link"}