
Lace Floral Asymmetrical Off-Shoulder Top & Skirt Set
.product-details h2 { cursor: pointer; padding: 10px; margin: 0; font-size: 18px; font-weight: bold; display: flex; align-items: center; justify-content: space-between; color: black; } .detail-content { display: none; margin: 0px 0; padding: 0px; } .detail-content-table { width: auto; /* Ensure full width */ min-width: 100%; border-collapse: collapse; margin-top: 10px; table-layout: auto; } .detail-content-table th, .detail-content-table td { border: 1px solid black; padding: 8px; text-align: left; color: black; font-size: 14px; white-space: nowrap; } .product-intro { margin-bottom: 20px; } .product-intro h5 { font-size: 23px; font-weight: bold; color: black; text-transform: capitalize; line-height: 0; } .product-intro h6 { font-size: 15px; color: black; line-height: 1.5; font-weight: normal; } .table-container { overflow-x: auto; overflow-y: hidden; width: 100%; position: relative; } .toggle-button { padding: 8px 16px; margin-right: 10px; background-color: #f1f1f1; border: 1px solid #ccc; cursor: pointer; } .toggle-button.active { background-color: #000; color: #fff; } .scroll-indicator { position: absolute; bottom: 0; height: 4px; width: 100%; background: linear-gradient(to right, #ccc, #999); border-radius: 2px; z-index: 1; pointer-events: none; } Description Product Name: Lace Floral Asymmetrical Off-Shoulder Top & Skirt Set This top features lace floral details with an asymmetrical off-shoulder design, giving it a feminine and stylish look. The soft fabric is comfortable and stretchy, with the added versatility of being worn both casually and for special occasions. SIZE in cmSIZE in Inch Size Chart - Top Size Size Bust (cm) Waist (cm) Length (cm) Sleeve (cm) S 78 62 60 62 M 82 66 61 63 Size Chart - Skirt Size Size Waist (cm) Length (cm) S 64 87 M 68 89 L 72 91 Size Bust (in) Waist (in) Length (in) Sleeve (in) S 30.7" 24.4" 23.6" 24.4" M 32.3" 26" 24" 24.8" Model Info Model Height (cm) Weight (kg) Bust/Waist/Hips (cm) Size 158 44 78/60/85 S 163 47 80/62/86 S 167 50 82/64/88 M 172 53 85/67/90 M Model Height (in) Weight (lbs) Bust/Waist/Hips (in) Size 5'2" 97 30.7"/23.6"/33.5" S 5'4" 104 31.5"/24.4"/33.9" S 5'6" 110 32.3"/25.2"/34.6" M 5'8" 116 33.5"/26.4"/35.4" M Composition + Fabric Composition: Top: 96.2% Rayon, 3.8% Spandex, Bottom: 97% Polyester, 3% Spandex document.getElementById('size-cm-btn').addEventListener('click', function () { showSize('cm'); }); document.getElementById('size-inch-btn').addEventListener('click', function () { showSize('inch'); }); function toggleDetail(id) { var element = document.getElementById(id); var arrow = element.previousElementSibling.querySelector('.arrow'); if (element.style.display === 'block') { element.style.display = 'none'; arrow.textContent = '+'; } else { element.style.display = 'block'; arrow.textContent = '—'; } } function showSize(sizeType) { var cmTable = document.getElementById('size-chart-cm'); var inchTable = document.getElementById('size-chart-inch'); var cmTableBack = document.getElementById('size-chart-cm-back'); var buttons = document.getElementsByClassName('toggle-button'); if (sizeType === 'cm') { cmTable.style.display = 'block'; cmTableBack.style.display = 'block'; inchTable.style.display = 'none'; buttons[0].classList.add('active'); buttons[1].classList.remove('active'); } else if (sizeType === 'inch') { cmTable.style.display = 'none'; cmTableBack.style.display = 'none'; inchTable.style.display = 'block'; buttons[0].classList.remove('active'); buttons[1].classList.add('active'); } }