✦ Verified product
White Lace Wool Jacket Set
USD 53.00
Size
CHINANIO
Verified independent store
→
.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: blac
k; } .detail-content { display: none; margin: 0px 0; padding: 0px; } .detail-content-table { width: auto; 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 Group of Universe, White Lace Wool Jacket Set This rose-themed lace wool coat and dress set combines delicate lace material with a European romantic style. The lace collar adorned with a detailed bow adds an exquisite touch to the design. The tailored silhouette brings an elegant sophistication, while the plush warmth makes it perfect for cold winter days. The unique blend of high-end lace and structured fabric creates a charming, feminine look. SIZE in cmSIZE in Inch Size Chart Size Bust (cm) Waist (cm) Shoulder (cm) Back Length (cm) Sleeve (cm) S 86 68 38.5 51 62 M 90 72 39.5 52 63 Size Waist (cm) Back Length (cm) S 66 33 M 70 35 L 74 37 Size Bust (in) Waist (in) Shoulder (in) Back Length (in) Sleeve (in) S 33.9 26.8 15.2 20.1 24.4 M 35.4 28.3 15.6 20.5 24.8 Size Waist (in) Back Length (in) S 26.0 13.0 M 27.6 13.8 L 29.1 14.6 Model Info Model Height (cm) Weight (kg) Top/Skirt Size Fit 158 44 S/S Fit 162 47 S/S Fit 168 51 M/M Fit 172 53 M/L Fit Model Height (in) Weight (lbs) Top/Skirt Size Fit 5'2" 97 S/S Fit 5'3.8" 103.6 S/S Fit 5'6" 112.4 M/M Fit 5'7.7" 116.8 M/L Fit Composition + Fabric Composition: 80% Polyester, 20% Rayon 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 modelCmTable = document.getElementById('model-info-cm'); var modelInchTable = document.getElementById('model-info-inch'); var buttons = document.getElementsByClassName('toggle-button'); if (sizeType === 'cm') { cmTable.style.display = 'block'; inchTable.style.display = 'none'; modelCmTable.style.display = 'block'; modelInchTable.style.display = 'none'; buttons[0].classList.add('active'); buttons[1].classList.remove('active'); } else if (sizeType === 'inch') { cmTable.style.display = 'none'; inchTable.style.display = 'block'; modelCmTable.style.display = 'none'; modelInchTable.style.display = 'block'; buttons[0].classList.remove('active'); buttons[1].classList.add('active'); } }