{"product_id":"sundays-top","title":"Sundays \/\/ Top","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Avenir+Next:wght@400;700\u0026display=swap');\n    @import url('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css');\n\n    body {\n        font-family: 'Avenir Next', sans-serif;\n        background-color: #fffafa; \/* Light cherry blossom background *\/\n        color: black;\n    }\n\n    .dropdown {\n        background-color: #fffafa;\n        border: none;\n        width: 100%;\n        text-align: left;\n        font-size: 18px;\n        padding: 15px;\n        margin-bottom: 10px;\n        cursor: pointer;\n        border-radius: 5px;\n        color: black;\n        display: flex;\n        align-items: center;\n    }\n\n    .dropdown i {\n        margin-right: 10px;\n        color: #ff4d4d; \/* Bright red to match the gingham *\/\n    }\n\n    .dropdown-content {\n        display: none;\n        background-color: #fff;\n        padding: 15px;\n        border-radius: 5px;\n        border: 1px solid #eee;\n        margin-bottom: 10px;\n    }\n\n    .dropdown-content table {\n        border-collapse: collapse;\n        width: 100%;\n        text-align: center;\n    }\n\n    .dropdown-content th, .dropdown-content td {\n        border: 1px solid black;\n        padding: 10px;\n    }\n\n    .button-container {\n        margin-bottom: 15px;\n    }\n\n    .button-container button {\n        background-color: #fffafa;\n        margin-right: 10px;\n        padding: 8px 15px;\n        border: 1px solid #ccc;\n        cursor: pointer;\n        border-radius: 5px;\n    }\n\u003c\/style\u003e\n\n\u003cbutton class=\"dropdown\" onclick=\"toggleContent('detailsSundays')\"\u003e\n    \u003ci class=\"fas fa-pantry\"\u003e\u003c\/i\u003e Details\n\u003c\/button\u003e\n\u003cdiv id=\"detailsSundays\" class=\"dropdown-content\"\u003e\n    \u003cp\u003e\n        The \u003cstrong\u003eSundays Top\u003c\/strong\u003e is the ultimate picnic-ready piece. \n        This vibrant red gingham corset-style top features a classic halter neck \n        that ties into a sweet bow, accented with delicate white eyelet lace trim \n        along the bust and side panels. Designed for sunny weekend escapes, \n        it pairs perfectly with high-waisted shorts or your favorite denim.\n    \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"dropdown\" onclick=\"toggleContent('sizeSundays')\"\u003e\n    \u003ci class=\"fas fa-ruler\"\u003e\u003c\/i\u003e Size Details\n\u003c\/button\u003e\n\u003cdiv id=\"sizeSundays\" class=\"dropdown-content\"\u003e\n    \u003cdiv class=\"button-container\"\u003e\n        \u003cbutton onclick=\"showCmSundays()\"\u003eCM\u003c\/button\u003e\n        \u003cbutton onclick=\"showInchesSundays()\"\u003eInches\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003ctable id=\"cmTableSundays\"\u003e\n        \u003cthead\u003e\n            \u003ctr\u003e\n                \u003cth\u003eSize\u003c\/th\u003e\n                \u003cth\u003eBust (cm)\u003c\/th\u003e\n                \u003cth\u003eLength (cm)\u003c\/th\u003e\n            \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eS\u003c\/td\u003e\n                \u003ctd\u003e78\u003c\/td\u003e\n                \u003ctd\u003e32\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e82\u003c\/td\u003e\n                \u003ctd\u003e33\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e86\u003c\/td\u003e\n                \u003ctd\u003e34\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ctable id=\"inchTableSundays\" style=\"display:none;\"\u003e\n        \u003cthead\u003e\n            \u003ctr\u003e\n                \u003cth\u003eSize\u003c\/th\u003e\n                \u003cth\u003eBust (in)\u003c\/th\u003e\n                \u003cth\u003eLength (in)\u003c\/th\u003e\n            \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eS\u003c\/td\u003e\n                \u003ctd\u003e30.7\u003c\/td\u003e\n                \u003ctd\u003e12.6\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e32.3\u003c\/td\u003e\n                \u003ctd\u003e13.0\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e33.9\u003c\/td\u003e\n                \u003ctd\u003e13.4\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"dropdown\" onclick=\"toggleContent('returnsSundays')\"\u003e\n    \u003ci class=\"fas fa-shipping-fast\"\u003e\u003c\/i\u003e Shipping \u0026amp; Returns\n\u003c\/button\u003e\n\u003cdiv id=\"returnsSundays\" class=\"dropdown-content\"\u003e\n    \u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e\u003cbr\u003e\n    International shipping is available. Standard orders typically arrive within 7-12 business days.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e\u003cbr\u003e\n    We offer returns within 30 days of delivery. Please ensure the halter ties and eyelet lace remain in original condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction toggleContent(id) {\n    const content = document.getElementById(id);\n    content.style.display =\n        content.style.display === \"none\" || content.style.display === \"\"\n        ? \"block\"\n        : \"none\";\n}\n\nfunction showCmSundays() {\n    document.getElementById('cmTableSundays').style.display = 'table';\n    document.getElementById('inchTableSundays').style.display = 'none';\n}\n\nfunction showInchesSundays() {\n    document.getElementById('cmTableSundays').style.display = 'none';\n    document.getElementById('inchTableSundays').style.display = 'table';\n}\n\u003c\/script\u003e","brand":"STRANGERS \u0026 LOVERS ","offers":[{"title":"Red \/ S","offer_id":51774920917312,"sku":"1005010738252478-Red-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":51774920884544,"sku":"1005010738252478-Red-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":51774920982848,"sku":"1005010738252478-Red-L","price":52.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0104\/0800\/1593\/files\/Sbf144ce2fae0456bb9ec954ee30dad53l.webp?v=1776187515","url":"https:\/\/strangersandlovers.com\/products\/sundays-top","provider":"STRANGERS \u0026 LOVERS ","version":"1.0","type":"link"}