
Deconstructed Base Layer Tank Top
.product-details h2 { cursor: pointer; padding: 10px; margin: 0; font-size: 14px; font-weight: bold; display: flex; align-items: center; justify-content: space-between; color: black; } .detail-content { display: none; margin: 10px 0; padding: 5px; } .detail-content-table { width: 100%; border-collapse: collapse; margin-top: 10px; } .detail-content-table th, .detail-content-table td { border: 1px solid black; padding: 8px; text-align: left; color: black; font-size: 14px; } .icon { margin-right: 5px; display: inline-block; vertical-align: middle; } .arrow { margin-left: auto; color: black; } .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; } Description 1 Jinn Studio,Deconstructed Base Layer Tank Top Product Details Asymmetric hem design, high elasticity and slightly sheer, relaxed fit without tightness SIZE CHART — Size (cm) C/B Length(Twisted Strap/Regular ) Bust(Twisted Strap/Regular ) S 70/75.5 69/69 M 71.5/77 73/73 L 73/78.5 7777 MODEL INFO + Try Records Height(cm) Weight(kg) B/W/H Size NO.1 162 45 78/59/87 S NO.2 168 49 78/63/93 S NO.3 165 57.5 89/74/96 M COMPOSITION + 76% Lycocell,20% Wool,4% Spandex 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 = '—'; } }