{"product_id":"aeon-essential-socks-black","title":"ÆON Essential Socks (2 Pack) - Black","description":"\u003cbr\u003e\n\u003cstyle\u003e\n  .product-accordion {\n    font-family: Fustat, Fustat;\n    max-width: 100%;\n  }\n\n  .accordion-item {\n    border-bottom: 1px solid #ddd;\n    margin-bottom: 10px;\n  }\n\n  .accordion-title {\n    width: 100%;\n    background: #f8f8f8;\n    border: none;\n    outline: none;\n    padding: 16px 18px;\n    text-align: left;\n    font-size: 16px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: 0.3s ease;\n    position: relative;\n  }\n\n  .accordion-title:hover {\n    background: #efefef;\n  }\n\n  .accordion-title::after {\n    content: \"+\";\n    position: absolute;\n    right: 18px;\n    font-size: 20px;\n    transition: 0.3s ease;\n  }\n\n  .accordion-title.active::after {\n    content: \"−\";\n  }\n\n  .accordion-content {\n    display: none;\n    padding: 18px;\n    background: #fff;\n    color: #444;\n    line-height: 1.7;\n    font-size: 15px;\n  }\n\n  .accordion-content ul {\n    padding-left: 18px;\n    margin-top: 10px;\n  }\n\n  .accordion-content li {\n    margin-bottom: 10px;\n  }\n\n  .accordion-content strong {\n    color: #000;\n  }\n\n  .product-heading {\n    font-size: 22px;\n    font-weight: 700;\n    margin-bottom: 24px;\n    color: #111;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-accordion\"\u003e\n\n  \u003c!-- Product Title --\u003e\n  \u003cdiv class=\"product-heading\"\u003e\n    AEON Essential Socks\n  \u003c\/div\u003e\n\n  \u003c!-- Description --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cbutton class=\"accordion-title\"\u003eDescription\u003c\/button\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cp\u003e\n        The ÆON Essential Socks offer a premium feel with soft, thick cushioning and engineered breathability.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Designed in a long crew cut, keeping you comfortable, dry, and supported through training and daily wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cbutton class=\"accordion-title\"\u003eFeatures\u003c\/button\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003eRibbed arch support\u003c\/li\u003e\n\n        \u003cli\u003e\n          Breathable mesh zones for ventilation\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Reinforced heel and toe for added durability\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Quick-drying and moisture-wicking\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Fit --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cbutton class=\"accordion-title\"\u003eFit\u003c\/button\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003eLong crew length\u003c\/li\u003e\n\n        \u003cli\u003e\n\u003cstrong\u003eS\/M:\u003c\/strong\u003e US 7–10\u003c\/li\u003e\n\n        \u003cli\u003e\n\u003cstrong\u003eL\/XL:\u003c\/strong\u003e US 11–15\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Fabric --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cbutton class=\"accordion-title\"\u003eFabric\u003c\/button\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n          Thick yet breathable with soft, plush texture\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Engineered to retain shape and structure\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Care Instructions --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cbutton class=\"accordion-title\"\u003eCare Instructions\u003c\/button\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003eMachine wash cold with like colors\u003c\/li\u003e\n\n        \u003cli\u003eDo not bleach\u003c\/li\u003e\n\n        \u003cli\u003eTumble dry low\u003c\/li\u003e\n\n        \u003cli\u003eDo not iron\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const accordionButtons = document.querySelectorAll(\".accordion-title\");\n\n  accordionButtons.forEach(button =\u003e {\n    button.addEventListener(\"click\", () =\u003e {\n      button.classList.toggle(\"active\");\n\n      const content = button.nextElementSibling;\n\n      if (content.style.display === \"block\") {\n        content.style.display = \"none\";\n      } else {\n        content.style.display = \"block\";\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"ÆON","offers":[{"title":"S\/M","offer_id":50417883250881,"sku":"AEMXX-A004-006-S\/M","price":12.0,"currency_code":"USD","in_stock":true},{"title":"L\/XL","offer_id":50417883283649,"sku":"AEMXX-A004-006-L\/XL","price":12.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0769\/9841\/0433\/files\/AEON-1271-Enhanced-NR_f249ca53-5dba-408b-b9ba-bbde348d39a2.jpg?v=1775170372","url":"https:\/\/aeonclo.com\/products\/aeon-essential-socks-black","provider":"AEON","version":"1.0","type":"link"}