Product Details + TSA-compliant travel containers Medium jar fills up to 2oz capacity Medium jar weighs 0.85oz Medium jar size is 2"x1.75"x1.75" 1-year product warranty Reusable and eco-friendly Lightweight and durable Leakproof lid design Moveable label band for easy organization Medium jar labels include: Cleanser, Moisturizer, Toner, and Moon 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 });