Product Details + TSA-compliant travel containers Small jar fills up to 0.47oz capacity Small jar weighs 0.70oz Small jar size is 1"x1.75"x1.75" 1-year product warranty Reusable and eco-friendly Lightweight and durable Leakproof lid design Moveable label band for easy organization Small jar labels include: Cream, Serum, Pills, and Star Icon Wide-mouth lid for effortless filling and complete product use Dishwasher safe for easy cleaning Compact design fits more while packing smaller Sustainable alternative to disposable travel containers const toggle = document.getElementById('product-details-toggle'); const content = document.getElementById('product-details-content'); const icon = document.getElementById('pd-icon'); toggle.addEventListener('click', () => { const isOpen = content.style.display === 'block'; content.style.display = isOpen ? 'none' : 'block'; icon.textContent = isOpen ? '+' : '−'; // plus and minus });