Description ▼ Slip into elegance with our Reversible Juno Cover-Up. Designed with a soft, flowy silhouette. This piece drapes beautifully for a flattering fit that moves with you. Perfect for transitioning from beachside lounging to a sunset stroll, its versatile design pairs effortlessly with any swimwear look. Lightweight and easy to style, this cover-up skirt is a must-have for your getaway wardrobe, keeping things chic and comfy all day. Whether you’re dancing on the sand or relaxing poolside, this skirt is ready to be your new go-to for effortless style. Color Options: Baby Blue Outside & Pink Inside Espresso Outside & Stripe Inside Jean Outside & Black Inside Butter Yellow Outside & Cream White Inside .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; position: relative; display: flex; justify-content: space-between; align-items: center; } .collapsible:hover { color: #000; } .collapsible .arrow { transition: transform 0.3s ease; font-size: 14px; margin-left: 8px; } .collapsible.active .arrow { transform: rotate(180deg); } .content { padding: 10px 0; display: none; overflow: hidden; background-color: transparent; } document.querySelectorAll(".collapsible").forEach((coll) => { coll.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"; } }); });