✦ Verified product
Vintage Blue Plateau Patchwork Jacket
USD 142.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; } .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: Plateau Patchwork Jacket Crafted with washed twill denim and dual-textured leather panels, this modern retro jacket features a boxy straight-shoulder silhouette for a comfortable fit. The contrast leather splicing enhances structure and dimension, while custom logo detailing adds sophistication. A versatile everyday piece that balances sleek tailoring with casual wearability. SIZE in cmSIZE in Inch Size Chart Size Shoulder (cm) Bust (cm) Sleeve (cm) Hem (cm) Length (cm) Cuff (cm) XS 40.5 98 62 92 50.5 25 S 42 102 63 96 52 26 M 43.5 106 64 100 53.5 27 L 45 110 65 104 55 28 Size Shoulder (in) Bust (in) Sleeve (in) Hem (in) Length (in) Cuff (in) XS 15.9 38.6 24.4 36.2 19.9 9.8 S 16.5 40.2 24.8 37.8 20.5 10.2 M 17.1 41.7 25.2 39.4 21.1 10.6 L 17.7 43.3 25.6 40.9 21.7 11.0 Model Info Model Height (cm) Size 173 M Model Height (in) Size 5'8" M Composition + Fabric Composition: 100% Cotton Twill Denim, 100% PU (Dual-textured cowhide effect) 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'); } }