Product Details + TSA-compliant travel containers Large jar fills up to 3.4oz capacity Large jar weighs 1.05oz Large jar size is 3"x1.75"x1.75" 1-year product warranty Reusable and eco-friendly Lightweight and durable Leakproof lid design Moveable label band for easy organization Large labels include: Shampoo, Conditioner, Body Wash, and Sun 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 });