✦ Verified product
BBELL Smart Multifunction Steamer
MYR 398.00
B
bbellm.myshopify.com
Verified independent store
→
@media (min-width: 768px) { .toggle-wrap { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 0 !important; box-sizing: border-
box; } .truncated { max-height: 1200px; } } @media (max-width: 767px) { .toggle-wrap { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 0 !important; box-sizing: border-box; } .truncated { max-height: 450px; } } .truncated { overflow: hidden; transition: max-height 0.4s ease; } .expanded { max-height: 50000px !important; } .truncated img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .toggle-btn { display: inline-block; padding: 9px 28px; margin: 16px auto 0; border: 2px solid #000; border-radius: 50px; background: transparent; color: #000; font-weight: bold; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; transition: all 0.3s; text-align: center; } .toggle-btn:hover { background: #000; color: #fff; } .btn-center { text-align: center; } See More function toggleTab() { const content = document.getElementById('tabContent'); const btn = document.getElementById('tabBtn'); content.classList.toggle('expanded'); btn.innerText = content.classList.contains('expanded') ? 'See Less' : 'See More'; }