DESCRIPTION ▾ The Motion Set – Designed for movement and everyday comfort. Lightweight Fabric – Breathable material that feels effortless all day. Modern Athletic Fit – Clean silhouette without a tight gym look. Freedom of Movement – Made for walking, travel, and active lifestyles. All-Day Comfort – Comfortable from morning to evening wear. Versatile Styling – Wear together as a set or combine separately. Shape Retention – Keeps its form after repeated wear and washing. True to Size – Designed to fit according to standard sizing. Limited Batch – Produced in small runs to maintain quality and exclusivity. SHIPPING INFORMATION ▾ Free worldwide shipping. No minimum order required. Processing Time: 1–2 business days Delivery: 3–7 business days Tracking: Sent after dispatch Secure Packaging: Arrives protected 30-DAY RETURNS ▾ You may return your order within 30 days. Refund or exchange available Quick support assistance Support available 7 days a week Shop with confidence — we’ve got you covered. (function(){ const accordions = document.querySelectorAll(".product-info-section .accordion"); function openPanel(panel){ panel.style.display = "block"; panel.style.height = "auto"; const height = panel.scrollHeight + "px"; panel.style.height = "0px"; requestAnimationFrame(()=>{ panel.style.height = height; }); } function closePanel(panel){ panel.style.height = panel.scrollHeight + "px"; requestAnimationFrame(()=>{ panel.style.height = "0px"; }); } accordions.forEach(btn=>{ const panel = btn.nextElementSibling; panel.style.height = "0px"; btn.addEventListener("click",()=>{ const isOpen = btn.classList.contains("active"); document.querySelectorAll(".product-info-section .accordion").forEach(b=>{ b.classList.remove("active"); closePanel(b.nextElementSibling); b.querySelector(".arrow").innerHTML = "▾"; }); if(!isOpen){ btn.classList.add("active"); openPanel(panel); btn.querySelector(".arrow").innerHTML = "▴"; } }); }); })(); .product-info-section{ margin-top:18px; } .accordion{ background:#fff; border:none; border-bottom:1px solid #e9e9e9; width:100%; padding:14px 2px; text-align:left; display:flex; justify-content:space-between; align-items:center; font-size:13px; letter-spacing:0.14em; font-weight:600; cursor:pointer; } .accordion:hover{ opacity:.75; } .panel{ overflow:hidden; height:0; transition:height .28s ease; padding:0 2px; box-sizing:border-box; } .small-text{ font-size:14px; color:#1a1a1a; padding:12px 0 14px 18px; margin:0; } .small-text li{ margin-bottom:8px; line-height:1.45; } .panel p{ font-size:14px; line-height:1.55; margin:12px 0; padding:0 18px; } .arrow{ font-size:12px; }