✦ Verified product
Fuzzy Bear Coat
USD 447.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 13DE MARZO, Fuzzy Bear Coat This cozy and fashionable coat from 13DE MARZO features a soft, fuzzy texture with a playful bear detail on the back. It is designed with a thickened, quilted interior for extra warmth, making it perfect for colder seasons. The relaxed, oversized fit ensures comfort and style for any casual outing. SIZE in cmSIZE in Inch Size Chart Size Length (cm) Shoulder (cm) Bust (cm) Sleeve (cm) S 61 54.6 118 54 M 63 56 122 55 L 65 57.4 126 56 Size Length (in) Shoulder (in) Bust (in) Sleeve (in) S 24.02 21.50 46.46 21.26 M 24.80 22.05 48.03 21.65 L 25.59 22.60 49.61 22.05 Composition + Fabric Composition: Shell: 100% Polyester | Lining: 51.7% Polyester, 48.3% Viscose | Padding: 100% Polyester (Excluding Decoration) 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 buttons = document.getElementsByClassName('toggle-button'); if (sizeType === 'cm') { cmTable.style.display = 'block'; inchTable.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'; buttons[0].classList.remove('active'); buttons[1].classList.add('active'); } }