{"product_id":"light-denim-fara-ruffle-top","title":"Light Denim FARA Ruffle top","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eFARA Ruffle Top - Light Denim\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --cream: #FAF7F2;\n      --warm-black: #5C3D2E;\n      --muted-gold: #7A6C52;\n      --text-secondary: #4A443D;\n      --border: #E8E2D9;\n      --highlight: #F0EBE3;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      background: var(--cream);\n      color: var(--warm-black);\n      font-family: 'Montserrat', sans-serif;\n      font-weight: 300;\n      min-height: 100vh;\n      display: flex;\n      justify-content: center;\n      padding: 40px 20px;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .container {\n      max-width: 820px;\n      width: 100%;\n      animation: fadeIn 0.6s ease-out;\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(12px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .divider {\n      width: 40px;\n      height: 1px;\n      background: var(--muted-gold);\n      margin: 20px auto;\n    }\n\n    .description {\n      max-width: 620px;\n      margin: 0 auto 40px;\n      text-align: center;\n    }\n\n    .description .lead {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-style: italic;\n      font-size: 1.15rem;\n      line-height: 1.7;\n      margin-bottom: 12px;\n    }\n\n    .preorder-badge {\n      display: inline-block;\n      margin: 0 0 20px;\n      padding: 8px 20px;\n      background: var(--highlight);\n      border: 1px solid var(--border);\n      border-radius: 2px;\n      font-size: 0.65rem;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--muted-gold);\n      font-weight: 500;\n    }\n\n    .tabs-container {\n      margin-top: 10px;\n    }\n\n    .tab-nav {\n      display: flex;\n      border-bottom: 2px solid var(--border);\n      gap: 0;\n    }\n\n    .tab-btn {\n      font-family: 'Montserrat', sans-serif;\n      font-size: 0.68rem;\n      font-weight: 400;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--text-secondary);\n      background: transparent;\n      border: none;\n      padding: 14px 24px;\n      cursor: pointer;\n      position: relative;\n      transition: color 0.3s ease;\n      white-space: nowrap;\n    }\n\n    .tab-btn:hover {\n      color: var(--warm-black);\n    }\n\n    .tab-btn.active {\n      color: var(--warm-black);\n      font-weight: 500;\n    }\n\n    .tab-btn.active::after {\n      content: '';\n      position: absolute;\n      bottom: -2px;\n      left: 0;\n      right: 0;\n      height: 2px;\n      background: var(--warm-black);\n    }\n\n    .tab-panel {\n      display: none;\n      padding: 32px 0;\n      animation: tabFade 0.3s ease-out;\n    }\n\n    .tab-panel.active {\n      display: block;\n    }\n\n    @keyframes tabFade {\n      from { opacity: 0; transform: translateY(6px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .love-list {\n      list-style: none;\n      padding: 0;\n    }\n\n    .love-list li {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      padding: 10px 0;\n      border-bottom: 1px solid var(--border);\n      font-size: 0.78rem;\n      color: var(--text-secondary);\n      letter-spacing: 0.02em;\n    }\n\n    .love-list li:last-child {\n      border-bottom: none;\n    }\n\n    .love-dot {\n      width: 5px;\n      height: 5px;\n      border-radius: 50%;\n      background: var(--muted-gold);\n      flex-shrink: 0;\n    }\n\n    .details-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n      gap: 20px;\n      margin-top: 8px;\n    }\n\n    .detail-card {\n      text-align: center;\n      padding: 16px;\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 2px;\n    }\n\n    .detail-card .detail-label {\n      font-size: 0.58rem;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--text-secondary);\n      margin-bottom: 6px;\n    }\n\n    .detail-card .detail-value {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 500;\n      font-size: 0.95rem;\n    }\n\n    .stretch-dots {\n      display: flex;\n      gap: 5px;\n      justify-content: center;\n      margin-top: 3px;\n    }\n\n    .stretch-dot {\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      border: 1px solid var(--muted-gold);\n      background: transparent;\n    }\n\n    .size-finder {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 2px;\n      padding: 24px;\n      margin-bottom: 24px;\n    }\n\n    .size-finder-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 500;\n      font-size: 1.05rem;\n      margin-bottom: 6px;\n      text-align: center;\n    }\n\n    .size-finder-subtitle {\n      font-size: 0.62rem;\n      color: var(--text-secondary);\n      text-align: center;\n      margin-bottom: 16px;\n    }\n\n    .size-finder-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));\n      gap: 8px;\n    }\n\n    .size-finder-card {\n      text-align: center;\n      padding: 14px 8px;\n      border: 1px solid var(--border);\n      border-radius: 2px;\n      transition: all 0.2s ease;\n      cursor: default;\n    }\n\n    .size-finder-card:hover {\n      border-color: var(--muted-gold);\n      background: var(--highlight);\n    }\n\n    .size-finder-card .size-label {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 600;\n      font-size: 1.1rem;\n      margin-bottom: 2px;\n    }\n\n    .size-finder-card .us-size {\n      font-size: 0.58rem;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--muted-gold);\n      margin-bottom: 6px;\n    }\n\n    .size-finder-card .bust-range {\n      font-size: 0.6rem;\n      color: var(--text-secondary);\n      line-height: 1.4;\n    }\n\n    .unit-toggle {\n      display: flex;\n      justify-content: center;\n      gap: 0;\n      margin-bottom: 24px;\n    }\n\n    .unit-btn {\n      font-size: 0.65rem;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      padding: 10px 28px;\n      border: 1px solid var(--border);\n      background: transparent;\n      color: var(--text-secondary);\n      cursor: pointer;\n      transition: all 0.3s ease;\n      font-family: 'Montserrat', sans-serif;\n    }\n\n    .unit-btn:first-child {\n      border-radius: 2px 0 0 2px;\n    }\n\n    .unit-btn:last-child {\n      border-radius: 0 2px 2px 0;\n      border-left: none;\n    }\n\n    .unit-btn.active {\n      background: var(--warm-black);\n      color: var(--cream);\n      border-color: var(--warm-black);\n    }\n\n    .garment-label {\n      text-align: center;\n      margin-bottom: 16px;\n    }\n\n    .garment-label span {\n      font-size: 0.6rem;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--text-secondary);\n      background: var(--highlight);\n      padding: 6px 16px;\n      border-radius: 2px;\n    }\n\n    .table-wrapper {\n      overflow-x: auto;\n    }\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 0.85rem;\n    }\n\n    thead th {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 500;\n      font-size: 1rem;\n      padding: 14px 12px;\n      text-align: center;\n      border-bottom: 2px solid var(--warm-black);\n    }\n\n    thead th:first-child {\n      text-align: left;\n      font-family: 'Montserrat', sans-serif;\n      font-weight: 400;\n      font-size: 0.65rem;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--text-secondary);\n      vertical-align: bottom;\n    }\n\n    tbody td {\n      padding: 12px;\n      text-align: center;\n      border-bottom: 1px solid var(--border);\n      font-variant-numeric: tabular-nums;\n      font-weight: 300;\n    }\n\n    tbody td:first-child {\n      text-align: left;\n      font-size: 0.75rem;\n      color: var(--text-secondary);\n      white-space: nowrap;\n    }\n\n    tbody tr:hover {\n      background: var(--highlight);\n    }\n\n    .waist-range {\n      font-size: 0.78rem;\n      white-space: nowrap;\n    }\n\n    .between-sizes {\n      margin-top: 20px;\n      padding: 16px 20px;\n      background: var(--highlight);\n      border-left: 3px solid var(--muted-gold);\n      border-radius: 0 2px 2px 0;\n    }\n\n    .between-sizes-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 500;\n      font-size: 0.9rem;\n      margin-bottom: 6px;\n    }\n\n    .between-sizes p {\n      font-size: 0.7rem;\n      line-height: 1.7;\n      color: var(--text-secondary);\n    }\n\n    .fit-notes p {\n      font-size: 0.72rem;\n      line-height: 1.8;\n      color: var(--text-secondary);\n      max-width: 600px;\n    }\n\n    .fit-notes p + p {\n      margin-top: 8px;\n    }\n\n    .model-note {\n      margin-top: 14px;\n      font-style: italic;\n      font-size: 0.68rem !important;\n      color: var(--muted-gold) !important;\n    }\n\n    .measure-guide {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 16px;\n      margin-top: 20px;\n    }\n\n    .measure-item {\n      padding: 18px;\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 2px;\n    }\n\n    .measure-item h4 {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 500;\n      font-size: 0.95rem;\n      margin-bottom: 6px;\n    }\n\n    .measure-item p {\n      font-size: 0.68rem;\n      line-height: 1.7;\n      color: var(--text-secondary);\n    }\n\n    @media (max-width: 640px) {\n      .description .lead {\n        font-size: 1rem;\n      }\n\n      .tab-btn {\n        padding: 12px 14px;\n        font-size: 0.6rem;\n        letter-spacing: 0.12em;\n      }\n\n      table {\n        font-size: 0.78rem;\n      }\n\n      thead th {\n        font-size: 0.88rem;\n        padding: 10px 8px;\n      }\n\n      tbody td {\n        padding: 10px 8px;\n      }\n\n      .size-finder-grid {\n        grid-template-columns: repeat(4, 1fr);\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n\n    \u003cdiv class=\"description\"\u003e\n      \u003cspan class=\"preorder-badge\"\u003ePreorder · Ships September 23, 2026\u003c\/span\u003e\n      \u003cp class=\"lead\"\u003eA halter top built entirely from movement. Tiered ruffles cascade from a high mock neckline down to a cropped hem, catching the eye with every step. Cut sleeveless and structured through the collar, FARA pairs easily with the DILARA Mini Skort or the DARIA Ruffle Pants.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabs-container\"\u003e\n      \u003cnav class=\"tab-nav\"\u003e\n        \u003cbutton class=\"tab-btn active\" onclick=\"switchTab('details')\"\u003eDetails\u003c\/button\u003e\n        \u003cbutton class=\"tab-btn\" onclick=\"switchTab('sizing')\"\u003eSize Guide\u003c\/button\u003e\n        \u003cbutton class=\"tab-btn\" onclick=\"switchTab('care')\"\u003eFabric \u0026amp; Care\u003c\/button\u003e\n      \u003c\/nav\u003e\n\n      \u003cdiv class=\"tab-panel active\" id=\"tab-details\"\u003e\n        \u003cul class=\"love-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003eHigh mock-neck halter silhouette\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003eCascading tiered ruffles from bodice to hem\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003eSleeveless, open-shoulder cut\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003eCropped length\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv style=\"margin-top:16px;padding:14px 18px;background:var(--highlight);border-radius:2px\"\u003e\n          \u003cp style=\"font-size:.72rem;color:var(--text-secondary);line-height:1.6\"\u003e\u003cspan style=\"font-family:Cormorant Garamond,serif;font-weight:500;font-size:.85rem;color:var(--warm-black)\"\u003eSizing Tip:\u003c\/span\u003e Choose your normal size or size up if bigger than a C cup.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tab-panel\" id=\"tab-sizing\"\u003e\n        \u003cdiv class=\"size-finder\"\u003e\n          \u003cdiv class=\"size-finder-title\"\u003eFind Your Size\u003c\/div\u003e\n          \u003cdiv class=\"size-finder-subtitle\"\u003eBased on your body measurements\u003c\/div\u003e\n          \u003cdiv class=\"size-finder-grid\" id=\"sizeFinderGrid\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"unit-toggle\"\u003e\n          \u003cbutton class=\"unit-btn active\" onclick=\"setUnit('in')\"\u003eInches\u003c\/button\u003e\n          \u003cbutton class=\"unit-btn\" onclick=\"setUnit('cm')\"\u003eCentimetres\u003c\/button\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"garment-label\"\u003e\u003cspan\u003eGarment Measurements - Laid Flat\u003c\/span\u003e\u003c\/div\u003e\n        \u003cdiv class=\"table-wrapper\"\u003e\n          \u003ctable\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eMeasurement\u003c\/th\u003e\n                \u003cth\u003eXS\u003c\/th\u003e\n                \u003cth\u003eS\u003c\/th\u003e\n                \u003cth\u003eM\u003c\/th\u003e\n                \u003cth\u003eL\u003c\/th\u003e\n                \u003cth\u003eXL\u003c\/th\u003e\n                \u003cth\u003e2XL\u003c\/th\u003e\n                \u003cth\u003e3XL\u003c\/th\u003e\n                \u003cth\u003e4XL\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody id=\"tableBody\"\u003e\u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"between-sizes\"\u003e\n          \u003cdiv class=\"between-sizes-title\"\u003eBetween Sizes?\u003c\/div\u003e\n          \u003cp\u003eChoose your normal size or size up if you're bigger than a C cup. The elastic back closure provides flexibility.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fit-notes\" style=\"margin-top:24px\"\u003e\n          \u003cp\u003eChoose your normal size or size up if you're bigger than a C cup.\u003c\/p\u003e\n          \u003cp class=\"model-note\"\u003eModel is 5′8″ and wears size XS.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"measure-guide\"\u003e\n          \u003cdiv class=\"measure-item\"\u003e\n            \u003ch4\u003eBust\u003c\/h4\u003e\n            \u003cp\u003eMeasure around the fullest part of your bust, keeping the tape level across your back.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tab-panel\" id=\"tab-care\"\u003e\n        \u003cdiv class=\"details-grid\"\u003e\n          \u003cdiv class=\"detail-card\"\u003e\n            \u003cdiv class=\"detail-label\"\u003eFabric\u003c\/div\u003e\n            \u003cdiv class=\"detail-value\"\u003e90% Cotton · 10% Viscose\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"detail-card\"\u003e\n            \u003cdiv class=\"detail-label\"\u003eWeight\u003c\/div\u003e\n            \u003cdiv class=\"detail-value\"\u003eMidweight · Opaque\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"detail-card\"\u003e\n            \u003cdiv class=\"detail-label\"\u003eCare\u003c\/div\u003e\n            \u003cdiv class=\"detail-value\"\u003eDry Clean to Preserve\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"detail-card\"\u003e\n            \u003cdiv class=\"detail-label\"\u003eStretch\u003c\/div\u003e\n            \u003cdiv class=\"stretch-dots\"\u003e\n              \u003cdiv class=\"stretch-dot\"\u003e\u003c\/div\u003e\n              \u003cdiv class=\"stretch-dot\"\u003e\u003c\/div\u003e\n              \u003cdiv class=\"stretch-dot\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"detail-card\"\u003e\n            \u003cdiv class=\"detail-label\"\u003eLining\u003c\/div\u003e\n            \u003cdiv class=\"detail-value\"\u003eUnlined\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    const usSizes = ['US 0-2', 'US 4-6', 'US 6-8', 'US 10-12', 'US 14-16', 'US 18-20', 'US 22-24', 'US 24-26'];\n\n    const sizeFinderData = {\n      in: [\n        { size: 'XS', bust: 'Bust 30-32″' },\n        { size: 'S', bust: 'Bust 33-35″' },\n        { size: 'M', bust: 'Bust 36-38″' },\n        { size: 'L', bust: 'Bust 39-41″' },\n        { size: 'XL', bust: 'Bust 42-44″' },\n        { size: '2XL', bust: 'Bust 45-47″' },\n        { size: '3XL', bust: 'Bust 48-50″' },\n        { size: '4XL', bust: 'Bust 51-53″' }\n      ],\n      cm: [\n        { size: 'XS', bust: 'Bust 76-81.5 cm' },\n        { size: 'S', bust: 'Bust 84-89 cm' },\n        { size: 'M', bust: 'Bust 91.5-96.5 cm' },\n        { size: 'L', bust: 'Bust 99-104 cm' },\n        { size: 'XL', bust: 'Bust 106.5-112 cm' },\n        { size: '2XL', bust: 'Bust 114.5-119.5 cm' },\n        { size: '3XL', bust: 'Bust 122-127 cm' },\n        { size: '4XL', bust: 'Bust 129.5-134.5 cm' }\n      ]\n    };\n\n    const tableData = {\n      in: [\n        { label: 'Bust', isRange: true, values: ['30-32', '33-35', '36-38', '39-41', '42-44', '45-47', '48-50', '51-53'] },\n        { label: 'Front Length', values: ['15', '15 1\/2', '16', '16 1\/2', '17', '17 1\/2', '18', '18 1\/2'] },\n        { label: 'Back Length', values: ['5 7\/8', '6 1\/4', '6 5\/8', '7', '7 3\/8', '7 3\/4', '8 1\/8', '8 3\/8'] },\n        { label: 'Inside Back Length', values: ['5 3\/4', '6', '6 1\/4', '6 1\/2', '6 3\/4', '7', '7 1\/4', '7 1\/2'] }\n      ],\n      cm: [\n        { label: 'Bust', isRange: true, values: ['76-81.5', '84-89', '91.5-96.5', '99-104', '106.5-112', '114.5-119.5', '122-127', '129.5-134.5'] },\n        { label: 'Front Length', values: ['38', '39.5', '40.5', '42', '43', '44.5', '45.5', '47'] },\n        { label: 'Back Length', values: ['15', '16', '17', '18', '18.5', '19.5', '20.5', '21.5'] },\n        { label: 'Inside Back Length', values: ['14.5', '15', '16', '16.5', '17', '18', '18.5', '19'] }\n      ]\n    };\n\n    function switchTab(tab) {\n      document.querySelectorAll('.tab-btn').forEach(b =\u003e b.classList.remove('active'));\n      document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n      event.target.classList.add('active');\n      document.getElementById('tab-' + tab).classList.add('active');\n    }\n\n    let currentUnit = 'in';\n\n    function setUnit(u) {\n      currentUnit = u;\n      document.querySelectorAll('.unit-btn').forEach(b =\u003e {\n        b.classList.toggle('active', b.textContent.toLowerCase().includes(u === 'in' ? 'inch' : 'cent'));\n      });\n      renderTable();\n      renderSizeFinder();\n    }\n\n    function renderSizeFinder() {\n      const g = document.getElementById('sizeFinderGrid');\n      g.innerHTML = '';\n      sizeFinderData[currentUnit].forEach((item, i) =\u003e {\n        const c = document.createElement('div');\n        c.className = 'size-finder-card';\n        const f1 = item.bust || item.waist;\n        const f2 = item.waist \u0026\u0026 item.bust ? item.waist : (item.hip || '');\n        c.innerHTML = '\u003cdiv class=\"size-label\"\u003e' + item.size + '\u003c\/div\u003e\u003cdiv class=\"us-size\"\u003e' + usSizes[i] + '\u003c\/div\u003e\u003cdiv class=\"bust-range\"\u003e' + f1 + (f2 ? '\u003cbr\u003e' + f2 : '') + '\u003c\/div\u003e';\n        g.appendChild(c);\n      });\n    }\n\n    function renderTable() {\n      const t = document.getElementById('tableBody');\n      t.innerHTML = '';\n      tableData[currentUnit].forEach(r =\u003e {\n        const tr = document.createElement('tr');\n        tr.innerHTML = '\u003ctd\u003e' + r.label + '\u003c\/td\u003e' + r.values.map(v =\u003e '\u003ctd' + (r.isRange ? ' class=\"waist-range\"' : '') + '\u003e' + v + '\u003c\/td\u003e').join('');\n        t.appendChild(tr);\n      });\n    }\n\n    renderTable();\n    renderSizeFinder();\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"omonigho","offers":[{"title":"XS","offer_id":46002745671871,"sku":"052266562600","price":170.0,"currency_code":"USD","in_stock":true},{"title":"S","offer_id":46002745704639,"sku":"052266562006","price":170.0,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":46002745737407,"sku":"052266562105","price":170.0,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":46002745770175,"sku":"052266562204","price":170.0,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":46002745802943,"sku":"052266562303","price":170.0,"currency_code":"USD","in_stock":true},{"title":"XXL","offer_id":46002745835711,"sku":"052266562402","price":170.0,"currency_code":"USD","in_stock":true},{"title":"XXXL","offer_id":46002745868479,"sku":"052266562501","price":170.0,"currency_code":"USD","in_stock":true},{"title":"XXXXL","offer_id":46002745901247,"sku":"052266563409","price":170.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1463\/5092\/files\/ofuureaug31st3346.jpg?v=1788909614","url":"https:\/\/www.ofuure.com\/products\/light-denim-fara-ruffle-top","provider":"OFUURE","version":"1.0","type":"link"}