✦ Verified product
Bow Badge Baseball Jacket
USD 59.90
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: 0; padding: 0; } .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: SOMESOWE Bow Badge Baseball Jacket This varsity‑style baseball jacket features a playful bow badge on the chest and plush ribbed trims. Made from 100% polyester shell and lining with thick polyester fill, it offers cozy warmth and a smooth finish. The snap‑front closure and classic baseball silhouette make it perfect for casual layering on cool days. SIZE in cmSIZE in inch Size Chart Size Shoulder (cm) Bust (cm) Sleeve (cm) Length (cm) S 62.5 124 53.5 61.5 M 64 128 54.3 62.7 L 65.5 132 55.1 63.9 Size Shoulder (in) Bust (in) Sleeve (in) Length (in) S 24.6″ 48.8″ 21.1″ 24.2″ M 25.2″ 50.4″ 21.4″ 24.7″ L 25.8″ 52.0″ 21.7″ 25.1″ Composition+ Fabric: Polyester 100% Lining: Polyester 100% Fill (thick style): Polyester 100% (excluding rib) document.getElementById('size-cm-btn').addEventListener('click', ()=>showSize('cm')); document.getElementById('size-inch-btn').addEventListener('click', ()=>showSize('inch')); function toggleDetail(id){ const el=document.getElementById(id), arrow=el.previousElementSibling.querySelector('.arrow'); if(el.style.display==='block'){ el.style.display='none'; arrow.textContent='+'; } else { el.style.display='block'; arrow.textContent='—'; } } function showSize(type){ const cm=document.getElementById('size-chart-cm'), inch=document.getElementById('size-chart-inch'), [btnCm,btnIn]=document.getElementsByClassName('toggle-button'); if(type==='cm'){ cm.style.display='block'; inch.style.display='none'; btnCm.classList.add('active'); btnIn.classList.remove('active'); } else { cm.style.display='none'; inch.style.display='block'; btnCm.classList.remove('active'); btnIn.classList.add('active'); } }