{"title":"Headwear","description":"","products":[{"product_id":"art-of-running-cap-light-pink","title":"Art of Running Light 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 LIGHT 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\u003eWater-resistant technical nylon.\u003c\/p\u003e\n                \u003cp\u003eLightweight six-panel construction with adjustable rear cord fastening.\u003c\/p\u003e\n                \u003cp\u003ePart of the Pour l'Amour de la Course S\/S 2026 collection.\u003c\/p\u003e\n                \u003cp\u003eDesigned in Switzerland.\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% Nylon.\u003c\/p\u003e\n                \u003cp\u003e35g lightweight technical fabric.\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\u003eAdjustable rear cord fastening.\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":63225262834013,"sku":"LVR-CAP-PNK-26-OS","price":45.0,"currency_code":"CHF","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/7411\/5677\/files\/blur01.png?v=1784676496"},{"product_id":"art-of-running-cap-vivide-pink","title":"Art of Running Vivid 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 VIVID 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\u003eWater-resistant technical nylon.\u003c\/p\u003e\n                \u003cp\u003eSix-panel construction with adjustable rear cord fastening.\u003c\/p\u003e\n                \u003cp\u003eDesigned in Switzerland.\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% Nylon.\u003c\/p\u003e\n                \u003cp\u003e35g lightweight technical fabric.\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\u003eAdjustable rear cord fastening.\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. Free shipping over CHF 100.\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":63225284952413,"sku":"LVR-CAP-VPNK-26-OS","price":45.0,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/7411\/5677\/files\/2_16558ac1-acd8-4423-90d3-b0ad831a9858.png?v=1784494522"},{"product_id":"art-of-running-cap-black","title":"Art of Running Pure Black 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 PURE BLACK 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\u003eWater-resistant technical nylon.\u003c\/p\u003e\n                \u003cp\u003eLightweight six-panel construction with adjustable rear cord fastening.\u003c\/p\u003e\n                \u003cp\u003eEngineered in Switzerland.\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% Nylon.\u003c\/p\u003e\n                \u003cp\u003e35g lightweight technical fabric.\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\u003eAdjustable rear cord fastening.\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. Free shipping over CHF 100.\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":63236356571485,"sku":"LVR-CAP-BLK-26-OS","price":45.0,"currency_code":"CHF","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/7411\/5677\/files\/blur02.png?v=1784676639"},{"product_id":"art-of-running-white-cap","title":"Art of Running White 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 WHITE 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\u003eWater-resistant technical nylon.\u003c\/p\u003e\n                \u003cp\u003eLightweight six-panel construction with adjustable rear cord fastening.\u003c\/p\u003e\n                \u003cp\u003ePart of the Notre-Dame de Paris S\/S 2026 collection.\u003c\/p\u003e\n                \u003cp\u003eEngineered in Switzerland.\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% Nylon.\u003c\/p\u003e\n                \u003cp\u003e35g lightweight technical fabric.\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\u003eAdjustable rear cord fastening.\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. Free shipping over CHF 100.\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":64092148367709,"sku":"LVR-CAP-WHT-26-OS","price":45.0,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/7411\/5677\/files\/3.png?v=1784494522"},{"product_id":"art-of-running-washed-blue-cap","title":"Washed Indigo Mesh 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        NOTRE-DAME DE PARIS WASHED INDIGO 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\u003eFive-panel mesh construction.\u003c\/p\u003e\n                \u003cp\u003ePart of the Notre-Dame de Paris S\/S 2026 collection.\u003c\/p\u003e\n                \u003cp\u003eWashed indigo finish with a faded white Notre-Dame de Paris screen print.\u003c\/p\u003e\n                \u003cp\u003eEngineered in Switzerland.\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\u003eCotton–nylon blend.\u003c\/p\u003e\n                \u003cp\u003eLightweight performance fabric.\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\u003eAdjustable snapback closure.\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. Free shipping over CHF 100.\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":64375584915805,"sku":"LVR-CAP-IND-26-OS","price":45.0,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/7411\/5677\/files\/Untitled_design.png?v=1784494898"}],"url":"https:\/\/lievrerunning.com\/collections\/headwear.oembed","provider":"LIEVRE RUNNING","version":"1.0","type":"link"}