✦ Verified product
Off-Shoulder Sweater Knitted Pullover
USD 98.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; } Description NAWS, Off-Shoulder Sweater Knitted Pullover Luxurious feather yarn with soft texture, creating a lightweight and comfortable experience. Wide, slouchy shoulders with relaxed fit, accentuating collarbones and providing warmth. 3-needle stitch combined with cable patterns for a unique style. SIZE in cmSIZE in Inch Size Chart Size Hem (cm) Bust (cm) Shoulder (cm) Sleeve (cm) Length (cm) S 86 116 69 50 64 M 88 120 70.5 51.5 65.5 L 90 124 72 53 67 Size Hem (in) Bust (in) Shoulder (in) Sleeve (in) Length (in) S 33.9 45.7 27.2 19.7 25.2 M 34.6 47.2 27.8 20.3 25.8 L 35.4 48.8 28.3 20.9 26.4 Model Info Height (cm) Weight (kg) Size 166 45 M 173 50 L 175 54 L Height (in) Weight (lbs) Size 5'5" 99.2 M 5'8" 110.2 L 5'9" 119 L Composition Fabric Composition: Yarn 1: 100% Nylon Yarn 2: 8% Wool, 13% Mohair, 60% Polyester, 19% Nylon document.getElementById('size-cm-btn').addEventListener('click', function () { showSize('cm'); }); document.getElementById('size-inch-btn').addEventListener('click', function () { showSize('inch'); }); 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 { 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'); } }