{"product_id":"the-hatler-one-piece","title":"The Hatler One Piece","description":"\u003cdiv\u003e\n  \u003c!-- 1) Description toggle --\u003e\n  \u003cbutton class=\"collapsible\" type=\"button\"\u003e\n    Description \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cp\u003eA soft halter one piece with delicate lace details and a low open back — designed to feel comfortable, feminine, and easy.\u003c\/p\u003e\n    \u003cp\u003e \u003cstrong\u003eThe Halter was designed to feel a little more feminine — without sacrificing comfort or fit.\u003c\/strong\u003e The adjustable tie neck lets you customize the fit, while the low open back keeps the silhouette effortlessly sexy. Soft lace detailing sits subtly under the bust and along the leg opening — adding just enough texture and femininity without feeling overly detailed.\u003c\/p\u003e\n\n\u003cp\u003eIt’s the kind of piece that feels easy to wear, but still special.\u003c\/p\u003e\n\n    \u003cul\u003e\n    \u003cli\u003eAdjustable halter tie for a customizable fit\u003c\/li\u003e\n    \u003cli\u003eSoft lace details underbust and at the leg opening \u003c\/li\u003e\n    \u003cli\u003eLow open back for an effortlessly sexy silhouette\u003c\/li\u003e\n    \u003cli\u003eLightweight feel that moves with your body\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003e\u003ci\u003eWHY IT'S DIFFERENT\u003c\/i\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eSoft stretchy fabric that molds to your body \u003c\/li\u003e\n      \u003cli\u003eSmooth fabric is double-lined for comfort and coverage\u003c\/li\u003e\n      \u003cli\u003eAdjustable support through the neck tie\u003c\/li\u003e\n      \u003cli\u003eDesigned to feel secure, but not restrictive\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \n\n\u003cp\u003e\u003cstrong\u003e\u003ci\u003e HOW IT FEELS\u003c\/i\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e Effortlessly sexy — like that \"I woke up like this\" feel \u003c\/p\u003e\n\n\u003cp\u003eThe tie neck lets you find the exact level of support that feels right, while the soft lace adds a subtle, feminine touch without digging into the skin.\u003c\/p\u003e\n\n\u003cp\u003eIt feels relaxed, comfortable, and yet special\u003c\/p\u003e\n\u003c\/div\u003e\n\n  \u003c!-- 2) Materials \u0026 Care toggle --\u003e\n  \u003cbutton class=\"collapsible\" type=\"button\"\u003e\n    Materials \u0026amp; Care \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cp\u003e\u003cstrong\u003eFabrics\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul\u003e \n      \u003cli\u003eRibbed: 92% Recycled Nylon + 8% Spandex\u003c\/li\u003e\n       \u003cli\u003eSmooth: 80% Recycled Nylon + 20% Spandex\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eHand wash and air dry.\u003c\/p\u003e\n    \u003cp\u003e\u003ci\u003ePlease note: Color might appear differently based on lighting and device.\u003c\/i\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3) Fit Guide toggle --\u003e\n  \u003cbutton class=\"collapsible\" type=\"button\"\u003e\n    Fit Guide \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cp\u003eThe adjustable halter allows you to control lift and support depending on how you tie it.\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eTrue to size. Size up if in between sizes.\u003c\/li\u003e\n      \u003cli\u003eMariam (33 - 25 - 37 inches) wears a size Small.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003e\n      At Lazur, fit is incredibly important to us. While we aim for consistency\n      across all collections, slight differences (around 0.8 in or 2 cm) may occur due to the unique nature of each fabric and style.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .collapsible {\n    background-color: transparent;\n    color: #333;\n    cursor: pointer;\n    padding: 14px 0;\n    width: 100%;\n    border: none;\n    border-bottom: 1px solid #ddd;\n    text-align: left;\n    outline: none;\n    font-size: 16px;\n    font-weight: bold;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .collapsible:hover {\n    color: #000;\n  }\n\n  .arrow::before {\n    content: \"+\";\n    font-size: 18px;\n    line-height: 1;\n    transition: transform 0.2s ease;\n  }\n\n  .collapsible.active .arrow::before {\n    content: \"–\";\n  }\n\n  .content {\n    padding: 10px 0;\n    display: none;\n    overflow: hidden;\n    background-color: transparent;\n  }\n  .content strong {\n  font-weight: 600;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll(\".collapsible\").forEach((btn) =\u003e {\n    btn.addEventListener(\"click\", function () {\n      this.classList.toggle(\"active\");\n      const content = this.nextElementSibling;\n      content.style.display = content.style.display === \"block\" ? \"none\" : \"block\";\n    });\n  });\n\u003c\/script\u003e","brand":"Lazur","offers":[{"title":"X-Small \/ Black \/ Thong","offer_id":51607645716776,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Black \/ Cheeky","offer_id":51607645749544,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Black \/ Medium","offer_id":51607645782312,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Black \/ Full","offer_id":51607645815080,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Black \/ Brief","offer_id":51607645847848,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Espresso \/ Thong","offer_id":51607645880616,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Espresso \/ Cheeky","offer_id":51607645913384,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Espresso \/ Medium","offer_id":51607645946152,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Espresso \/ Full","offer_id":51607645978920,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Espresso \/ Brief","offer_id":51607646011688,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Red\/White Stripes \/ Thong","offer_id":51607646044456,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Red\/White Stripes \/ Cheeky","offer_id":51607646077224,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Red\/White Stripes \/ Medium","offer_id":51607646109992,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Red\/White Stripes \/ Full","offer_id":51607646142760,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Red\/White Stripes \/ Brief","offer_id":51607646175528,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Blue\/White Stripes \/ Thong","offer_id":51607712825640,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Blue\/White Stripes \/ Cheeky","offer_id":51607712858408,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Blue\/White Stripes \/ Medium","offer_id":51607712891176,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Blue\/White Stripes \/ Full","offer_id":51607712923944,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Small \/ Blue\/White Stripes \/ Brief","offer_id":51607712956712,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Black \/ Thong","offer_id":51607646372136,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Black \/ Cheeky","offer_id":51607646404904,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Black \/ Medium","offer_id":51607646437672,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Black \/ Full","offer_id":51607646470440,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Black \/ Brief","offer_id":51607646503208,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Espresso \/ Thong","offer_id":51607646535976,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Espresso \/ Cheeky","offer_id":51607646568744,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Espresso \/ Medium","offer_id":51607646601512,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Espresso \/ Full","offer_id":51607646634280,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Espresso \/ Brief","offer_id":51607646667048,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Red\/White Stripes \/ Thong","offer_id":51607646699816,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Red\/White Stripes \/ Cheeky","offer_id":51607646732584,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Red\/White Stripes \/ Medium","offer_id":51607646765352,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Red\/White Stripes \/ Full","offer_id":51607646798120,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Red\/White Stripes \/ Brief","offer_id":51607646830888,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Blue\/White Stripes \/ Thong","offer_id":51607713153320,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Blue\/White Stripes \/ Cheeky","offer_id":51607713186088,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Blue\/White Stripes \/ Medium","offer_id":51607713218856,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Blue\/White Stripes \/ Full","offer_id":51607713251624,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Small \/ Blue\/White Stripes \/ Brief","offer_id":51607713284392,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Black \/ Thong","offer_id":51607647027496,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Black \/ Cheeky","offer_id":51607647060264,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Black \/ Medium","offer_id":51607647093032,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Black \/ Full","offer_id":51607647125800,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Black \/ Brief","offer_id":51607647158568,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Espresso \/ Thong","offer_id":51607647191336,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Espresso \/ Cheeky","offer_id":51607647224104,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Espresso \/ Medium","offer_id":51607647256872,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Espresso \/ Full","offer_id":51607647289640,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Espresso \/ Brief","offer_id":51607647322408,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Red\/White Stripes \/ Thong","offer_id":51607647355176,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Red\/White Stripes \/ Cheeky","offer_id":51607647387944,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Red\/White Stripes \/ Medium","offer_id":51607647420712,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Red\/White Stripes \/ Full","offer_id":51607647453480,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Red\/White Stripes \/ Brief","offer_id":51607647486248,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Blue\/White Stripes \/ Thong","offer_id":51607713481000,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Blue\/White Stripes \/ Cheeky","offer_id":51607713513768,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Blue\/White Stripes \/ Medium","offer_id":51607713546536,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Blue\/White Stripes \/ Full","offer_id":51607713579304,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Blue\/White Stripes \/ Brief","offer_id":51607713612072,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Black \/ Thong","offer_id":51607647682856,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Black \/ Cheeky","offer_id":51607647715624,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Black \/ Medium","offer_id":51607647748392,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Black \/ Full","offer_id":51607647781160,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Black \/ Brief","offer_id":51607647813928,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Espresso \/ Thong","offer_id":51607647846696,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Espresso \/ Cheeky","offer_id":51607647879464,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Espresso \/ Medium","offer_id":51607647912232,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Espresso \/ Full","offer_id":51607647945000,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Espresso \/ Brief","offer_id":51607647977768,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Red\/White Stripes \/ Thong","offer_id":51607648010536,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Red\/White Stripes \/ Cheeky","offer_id":51607648043304,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Red\/White Stripes \/ Medium","offer_id":51607648076072,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Red\/White Stripes \/ Full","offer_id":51607648108840,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Red\/White Stripes \/ Brief","offer_id":51607648141608,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Blue\/White Stripes \/ Thong","offer_id":51607713808680,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Blue\/White Stripes \/ Cheeky","offer_id":51607713841448,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Blue\/White Stripes \/ Medium","offer_id":51607713874216,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Blue\/White Stripes \/ Full","offer_id":51607713906984,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ Blue\/White Stripes \/ Brief","offer_id":51607713939752,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Black \/ Thong","offer_id":51607648338216,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Black \/ Cheeky","offer_id":51607648370984,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Black \/ Medium","offer_id":51607648403752,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Black \/ Full","offer_id":51607648436520,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Black \/ Brief","offer_id":51607648469288,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Espresso \/ Thong","offer_id":51607648502056,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Espresso \/ Cheeky","offer_id":51607648534824,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Espresso \/ Medium","offer_id":51607648567592,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Espresso \/ Full","offer_id":51607648600360,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Espresso \/ Brief","offer_id":51607648633128,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Red\/White Stripes \/ Thong","offer_id":51607648665896,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Red\/White Stripes \/ Cheeky","offer_id":51607648698664,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Red\/White Stripes \/ Medium","offer_id":51607648731432,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Red\/White Stripes \/ Full","offer_id":51607648764200,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Red\/White Stripes \/ Brief","offer_id":51607648796968,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Blue\/White Stripes \/ Thong","offer_id":51607714136360,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Blue\/White Stripes \/ Cheeky","offer_id":51607714169128,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Blue\/White Stripes \/ Medium","offer_id":51607714201896,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Blue\/White Stripes \/ Full","offer_id":51607714234664,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true},{"title":"X-Large \/ Blue\/White Stripes \/ Brief","offer_id":51607714267432,"sku":null,"price":84.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/9441\/8728\/files\/LAZUR-4089.jpg?v=1775019490","url":"https:\/\/lazurswim.com\/products\/the-hatler-one-piece","provider":"Lazur","version":"1.0","type":"link"}