Description She wandered the coastline in silk-white, sun-warmed and spellbound. The Present One-Piece clings like a whispered secret—draped in soft ruching that hugs the waist and slips over the hips with effortless grace. A silhouette made for slow days and stolen glances, it flatters without trying, unique just enough to feel unforgettable. High leg cut for a leg-lengthening effect Ruched design for an ultimate flattering look Medium bum coverage Double-lined for comfort and coverage 4-way stretch that molds to your body Materials & Care Fabric: 78% Recycled Nylon USA Repreve (Oeko-Tex Certified) Hand wash and air dry. Please note: Color might appear differently based on lighting and device. Fit Guide True to size. Size up if in between sizes. Model wears a size Small. At Lazur, fit is incredibly important to us. While we aim for consistency across all collections, slight differences (around 0.8 in or 2 cm) may occur due to the unique nature of each fabric and style. .collapsible { background-color: transparent; color: #333; cursor: pointer; padding: 14px 0; width: 100%; border: none; border-bottom: 1px solid #ddd; text-align: left; outline: none; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; } .collapsible:hover { color: #000; } /* Default “+” icon */ .arrow::before { content: "+"; font-size: 18px; line-height: 0; transition: transform 0.2s ease; } /* When button is active, switch to “–” */ .collapsible.active .arrow::before { content: "–"; } .content { padding: 10px 0; display: none; overflow: hidden; background-color: transparent; } document.querySelectorAll(".collapsible").forEach((btn) => { btn.addEventListener("click", function () { this.classList.toggle("active"); const content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); });