{"product_id":"light-denim-daria-ruffle-pants","title":"Light Denim DARIA Ruffle Pants","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\u003eDARIA Ruffle Pants - 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    .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      \u003cp class=\"lead\"\u003eDenim ruffle high-waist pants that bring bold volume and playful movement. Designed with a structured corset waistband for a snatched silhouette, the Daria features a side zipper closure and dramatic ruffle detailing down the leg. Unlined for a breathable feel. Pair with the AZURE Bra Top for a standout moment.\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\u003eRuffle high-waist pants\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003eCorset waistband\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003eSide zipper\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003eTwo functional side pockets\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003e36″ inseam\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"love-dot\"\u003e\u003c\/span\u003eApprox. 50″ long\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 Size down if in between sizes.\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\u003eSize down if in between sizes. The corset waistband provides a small stretch range for a comfortable fit.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fit-notes\" style=\"margin-top:24px\"\u003e\n          \u003cp\u003eSize down if in between sizes.\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\u003eWaist\u003c\/h4\u003e\n            \u003cp\u003eMeasure around your natural waistline, the narrowest part of your torso, typically just above the navel.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"measure-item\"\u003e\n            \u003ch4\u003eHip\u003c\/h4\u003e\n            \u003cp\u003eMeasure around the fullest part of your hips, keeping the tape level around your body.\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', waist: 'Waist 21.5-24″', hip: 'Hip 37-39″' },\n        { size: 'S', waist: 'Waist 24.5-27″', hip: 'Hip 40-42″' },\n        { size: 'M', waist: 'Waist 27.5-30″', hip: 'Hip 43-45″' },\n        { size: 'L', waist: 'Waist 30.5-33″', hip: 'Hip 46-48″' },\n        { size: 'XL', waist: 'Waist 33.5-36″', hip: 'Hip 49-51″' },\n        { size: '2XL', waist: 'Waist 36.5-39″', hip: 'Hip 52-54″' },\n        { size: '3XL', waist: 'Waist 39.5-42″', hip: 'Hip 55-57″' },\n        { size: '4XL', waist: 'Waist 42.5-45″', hip: 'Hip 58-60″' }\n      ],\n      cm: [\n        { size: 'XS', waist: 'Waist 54.5-61 cm', hip: 'Hip 94-99 cm' },\n        { size: 'S', waist: 'Waist 62-68.5 cm', hip: 'Hip 101.5-106.5 cm' },\n        { size: 'M', waist: 'Waist 70-76 cm', hip: 'Hip 109-114.5 cm' },\n        { size: 'L', waist: 'Waist 77.5-84 cm', hip: 'Hip 117-122 cm' },\n        { size: 'XL', waist: 'Waist 85-91.5 cm', hip: 'Hip 124.5-129.5 cm' },\n        { size: '2XL', waist: 'Waist 92.5-99 cm', hip: 'Hip 132-137 cm' },\n        { size: '3XL', waist: 'Waist 100.5-106.5 cm', hip: 'Hip 139.5-145 cm' },\n        { size: '4XL', waist: 'Waist 108-114.5 cm', hip: 'Hip 147.5-152.5 cm' }\n      ]\n    };\n\n    const tableData = {\n      in: [\n        { label: 'Waist', isRange: true, values: ['21.5-24', '24.5-27', '27.5-30', '30.5-33', '33.5-36', '36.5-39', '39.5-42', '42.5-45'] },\n        { label: 'Hip', values: ['37', '40', '43', '46', '49', '52', '55', '58'] },\n        { label: 'Length', values: ['49 1\/2', '50', '50 1\/2', '51', '51 1\/2', '52', '52 1\/2', '53'] },\n        { label: 'Inseam', values: ['36', '36', '36', '36', '36', '36', '36', '36'] }\n      ],\n      cm: [\n        { label: 'Waist', isRange: true, values: ['54.5-61', '62-68.5', '70-76', '77.5-84', '85-91.5', '92.5-99', '100.5-106.5', '108-114.5'] },\n        { label: 'Hip', values: ['94', '101.5', '109', '117', '124.5', '132', '139.5', '147.5'] },\n        { label: 'Length', values: ['125.5', '127', '128.5', '129.5', '131', '132', '133.5', '134.5'] },\n        { label: 'Inseam', values: ['91.5', '91.5', '91.5', '91.5', '91.5', '91.5', '91.5', '91.5'] }\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":45678841233599,"sku":"05393006264","price":395.0,"currency_code":"USD","in_stock":true},{"title":"S","offer_id":45678841266367,"sku":"05393006202","price":395.0,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":45678841299135,"sku":"05393006219","price":395.0,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":45678841331903,"sku":"05393006226","price":395.0,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":45678841364671,"sku":"05393006233","price":395.0,"currency_code":"USD","in_stock":true},{"title":"XXL","offer_id":45678841397439,"sku":"05393006240","price":395.0,"currency_code":"USD","in_stock":true},{"title":"XXXL","offer_id":45678841430207,"sku":"05393006257","price":395.0,"currency_code":"USD","in_stock":true},{"title":"XXXXL","offer_id":45726057332927,"sku":"05395691345","price":395.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1463\/5092\/files\/ofuurejul3123192.jpg?v=1786400645","url":"https:\/\/www.ofuure.com\/products\/light-denim-daria-ruffle-pants","provider":"OFUURE","version":"1.0","type":"link"}