{"product_id":"art-of-running-soft-pink-cap","title":"Art of Running Soft Pink Cap","description":"\u003cstyle\u003e\n\n.product-block{\n    max-width:390px;\n    font-family:inherit;\n    color:#000;\n}\n\n@media (min-width:769px){\n    .product-block{\n        padding-top:60px;\n    }\n}\n\n\/* -------------------- *\/\n\/* Product Header *\/\n\/* -------------------- *\/\n\n.product-title{\n    font-size:12px;\n    line-height:1.45;\n    letter-spacing:.025em;\n    color:#000;\n    font-weight:400;\n    margin:0;\n}\n\n.product-price{\n    margin-top:24px;\n    margin-bottom:54px;\n    font-size:12px;\n    color:#555;\n    line-height:1.55;\n}\n\n\/* Shopify live price formatting *\/\n\n.product-price .price,\n.product-price .price__container,\n.product-price .price__regular,\n.product-price .price__sale{\n    margin:0;\n    padding:0;\n    font-size:12px;\n    line-height:1.55;\n    color:#555;\n    font-weight:400;\n}\n\n.product-price .price-item{\n    margin:0;\n    padding:0;\n    font-size:12px;\n    line-height:1.55;\n    color:#555;\n    font-weight:400;\n}\n\n.product-price .price__badge-sale,\n.product-price .price__badge-sold-out,\n.product-price .caption-large{\n    display:none !important;\n}\n\n\/* -------------------- *\/\n\/* Accordion *\/\n\/* -------------------- *\/\n\n.product-details{\n    border-top:1px solid #efefef;\n}\n\n.product-details details{\n    border-bottom:1px solid #efefef;\n}\n\n.product-details summary{\n    list-style:none;\n    cursor:pointer;\n    padding:18px 0;\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    font-size:12px;\n    font-weight:400;\n    letter-spacing:.02em;\n    color:#000;\n    transition:opacity .2s ease;\n}\n\n.product-details summary:hover{\n    opacity:.55;\n}\n\n.product-details summary::-webkit-details-marker{\n    display:none;\n}\n\n.product-details summary::after{\n    content:\"⌄\";\n    font-size:11px;\n    color:#999;\n    transition:transform .25s ease;\n}\n\n.product-details details[open] summary::after{\n    transform:rotate(180deg);\n}\n\n.detail-content{\n    padding:2px 0 24px;\n    font-size:12px;\n    line-height:1.75;\n    color:#555;\n    letter-spacing:.01em;\n}\n\n.detail-content p{\n    margin:0 0 12px;\n}\n\n.detail-content p:last-child{\n    margin-bottom:0;\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-block\"\u003e\n\n    \u003cdiv class=\"product-title\"\u003e\n        ART OF RUNNING SOFT PINK CAP\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-price\" data-custom-product-price aria-live=\"polite\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"product-details\"\u003e\n\n        \u003cdetails\u003e\n            \u003csummary\u003eDetails\u003c\/summary\u003e\n\n            \u003cdiv class=\"detail-content\"\u003e\n                \u003cp\u003eCollection SS26 Le Langages des Fleurs.\u003c\/p\u003e\n                \u003cp\u003eWater-repellent ripstop nylon.\u003c\/p\u003e\n                \u003cp\u003eLightweight six-panel construction with adjustable rear cord fastening.\u003c\/p\u003e\n                \u003cp\u003eDesigned in Switzerland. Original woven label artwork by a pastel artist.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n            \u003csummary\u003eComposition\u003c\/summary\u003e\n\n            \u003cdiv class=\"detail-content\"\u003e\n                \u003cp\u003e100% Ripstop Nylon.\u003c\/p\u003e\n                \u003cp\u003e35g lightweight construction.\u003c\/p\u003e\n                \u003cp\u003eDesigned in Switzerland. Made in China.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n            \u003csummary\u003eSize Guide\u003c\/summary\u003e\n\n            \u003cdiv class=\"detail-content\"\u003e\n                \u003cp\u003eOne size.\u003c\/p\u003e\n                \u003cp\u003e58–60 cm fit range. Further adjustment via rear cord.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n            \u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\n\n            \u003cdiv class=\"detail-content\"\u003e\n                \u003cp\u003eWorldwide shipping.\u003c\/p\u003e\n                \u003cp\u003eOrders are dispatched within 2–5 business days.\u003c\/p\u003e\n                \u003cp\u003eDelivery times vary depending on destination.\u003c\/p\u003e\n                \u003cp\u003eReturns accepted within 14 days of delivery.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n\n    function connectProductPrice() {\n\n        document.querySelectorAll('[data-custom-product-price]').forEach(function (customPrice) {\n\n            if (customPrice.dataset.priceConnected === 'true') return;\n\n            var productInfo = customPrice.closest('product-info');\n\n            if (!productInfo) return;\n\n            var nativePrice = Array.from(\n                productInfo.querySelectorAll('[id^=\"price-\"]')\n            ).find(function (element) {\n                return !customPrice.contains(element);\n            });\n\n            if (!nativePrice) return;\n\n            function updateCustomPrice() {\n                customPrice.innerHTML = nativePrice.innerHTML;\n            }\n\n            updateCustomPrice();\n\n            nativePrice.style.display = 'none';\n\n            var observer = new MutationObserver(function () {\n                updateCustomPrice();\n            });\n\n            observer.observe(nativePrice, {\n                childList:true,\n                subtree:true,\n                characterData:true\n            });\n\n            customPrice.dataset.priceConnected = 'true';\n        });\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', connectProductPrice);\n    } else {\n        connectProductPrice();\n    }\n\n    document.addEventListener('shopify:section:load', connectProductPrice);\n\n})();\n\u003c\/script\u003e","brand":"LIEVRE RUNNING","offers":[{"title":"Default Title","offer_id":65787486110045,"sku":"LVR-CAP-SPNK-26-OS","price":45.0,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/7411\/5677\/files\/01-pink.png?v=1788376151","url":"https:\/\/lievrerunning.com\/products\/art-of-running-soft-pink-cap","provider":"LIEVRE RUNNING","version":"1.0","type":"link"}