✦ Verified product
Wool Patchwork Asymmetrical Shoulder Pullover Sweater
USD 87.00
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; /* 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 VIAPITTI, Wool Patchwork Asymmetrical Shoulder Pullover Sweater This autumn/winter sweater features a unique patchwork design with bold contrast colors and an asymmetrical shoulder cut, ideal for a stylish and edgy look. Made with high-quality wool and polyester blends, this sweater offers both comfort and warmth, making it perfect for cold weather. SIZE in cmSIZE in Inch Size Chart Size Bust (cm) Length (cm) Shoulder (cm) Sleeve (cm) S 104 66 46 50 M 108 68 48 51 L 112 70 50 52 Size Bust (in) Length (in) Shoulder (in) Sleeve (in) S 40.9 26.0 18.1 19.7 M 42.5 26.8 18.9 20.1 L 44.1 27.6 19.7 20.5 Model Info Model Height (cm) Weight (kg) Bust/Waist/Hips (cm) Size 169 46 69/54/80 M 168 45 75/58/87 M Model Height (in) Weight (lbs) Bust/Waist/Hips (in) Size 5'6" 101.4 27.2"/21.3"/31.5" M 5'5" 99.2 29.5"/22.8"/34.3" M Composition + Fabric Composition: Stripe: 100% Polyester, 85% Wool, 15% Lamb Wool Contrast: 100% Polyester, 48% Acrylic, 26% Cotton, 15% Wool, 8% Camel Wool, 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 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'); } }