✦ Verified product
Plaid Patchwork Oversized Large Pockets Jacket
USD 69.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; 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 Product Name: Plaid Patchwork Oversized Large Pockets Jacket This jacket combines vintage motorcycle style with casual outerwear in a seamless blend. The flowing plaid stripes highlight the oversized fit, while the large pockets add a sense of depth. The high neckline design enhances shoulder proportions, making this jacket a standout piece for stylish and versatile wear. SIZE in cmSIZE in Inch Top Size Chart Size Bust (cm) Center Back Length (cm) Shoulder Width (cm) S 141 57 56 M 145 58.5 57 L 149 60 58 Size Bust (in) Center Back Length (in) Shoulder Width (in) S 55.5 22.4 22.0 M 57.1 23.0 22.4 L 58.7 23.6 22.8 Bottom Size Chart Size Waist (cm) Hip (cm) Inseam (cm) S 68 90 64 M 72 94 65 L 76 98 66 Size Waist (in) Hip (in) Inseam (in) S 26.8 35.4 25.2 M 28.3 37.0 25.6 L 29.9 38.6 26.0 Model Info Model Height (cm) Weight (kg) Bust/Waist/Hips (cm) Size 173 45 75/62/86 M Model Height (in) Weight (lbs) Bust/Waist/Hips (in) Size 5'8" 99.2 29.5"/24.4"/33.9" M Composition Fabric Composition: 50% Lyocell, 50% Cotton document.getElementById('size-cm-btn').addEventListener('click', function () { showSize('cm'); }); document.getElementById('size-inch-btn').addEventListener('click', function () { showSize('inch'); }); function showSize(sizeType) { const topCm = document.getElementById('size-chart-cm'); const topInch = document.getElementById('size-chart-inch'); const bottomCm = document.getElementById('size-chart-cm-bottom'); const bottomInch = document.getElementById('size-chart-inch-bottom'); const buttons = document.getElementsByClassName('toggle-button'); if (sizeType === 'cm') { topCm.style.display = 'block'; topInch.style.display = 'none'; bottomCm.style.display = 'block'; bottomInch.style.display = 'none'; buttons[0].classList.add('active'); buttons[1].classList.remove('active'); } else { topCm.style.display = 'none'; topInch.style.display = 'block'; bottomCm.style.display = 'none'; bottomInch.style.display = 'block'; buttons[0].classList.remove('active'); buttons[1].classList.add('active'); } }