Compress the bulky layers standard packing cubes can't touch. While regular cubes organize light summer clothes, the SANDMARC Compression Bag uses air extraction to eliminate trapped volume from high-loft gear: down jackets, wool sweaters, and thick knits, turning bulky clothing into flat, stackable layers that reclaim space you didn't know you had. Read More Powered by an included tennis ball-sized USB-C rechargeable pump, you can compress a full bag in a minute anywhere. And if the TSA unpacks it, you can reseal and recompress on the spot. Heavy-duty airtight sealed zippers and weather-resistant construction protect your clothing from rain, humidity, bedbugs, and whatever the hotel didn't clean. Available in three sizes built around how you actually travel. Small for a backpack. Medium for a carry-on. Large for checked luggage. @media (min-width: 768px) { #read-more-toggle { display: inline !important; } #desc-more { display: none !important; } } @media (max-width: 767px) { #desc-more { display: block !important; } #read-more-toggle { display: none !important; } } .sm-feat-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)) !important; margin-bottom: 12px !important; margin-top: 20px !important; border: 1px solid #e8e8e8 !important; border-radius: 10px !important; overflow: hidden !important; background: #ffffff !important; } .sm-feat-card { padding: 14px 16px !important; border-right: 1px solid #e8e8e8 !important; } .sm-feat-card:last-child { border-right: none !important; } @media (max-width: 767px) { .sm-feat-grid { grid-template-columns: 1fr !important; } .sm-feat-card { border-right: none !important; border-bottom: 1px solid #e8e8e8 !important; } .sm-feat-card:last-child { border-bottom: none !important; } } Pump Included Compress bags in seconds Weather Resistant Durable, water-resistant exterior Airtight Zippers Heavy-duty sealed, no air escapes .sm-gsg-wrap { font-family: 'Inter',-apple-system,'Helvetica Neue',sans-serif !important; margin-top: 16px !important; background: #ffffff !important; border: 1px solid #e8e8e8 !important; border-radius: 12px !important; padding: 18px 0 !important; } .sm-gsg-title { font-size: 13px !important; font-weight: 600 !important; color: #0189ff !important; letter-spacing: -0.01em !important; padding: 0 22px 14px !important; } .sm-gsg-accordion { border-top: 1px solid #e8e8e8 !important; } .sm-gsg-item { border-bottom: 1px solid #e8e8e8 !important; } .sm-gsg-item:last-child { border-bottom: none !important; } .sm-gsg-header { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 16px 22px !important; cursor: pointer !important; user-select: none !important; } .sm-gsg-header-text { font-size: 13px !important; font-weight: 600 !important; color: #111 !important; letter-spacing: -0.01em !important; } .sm-gsg-chevron { transition: transform 0.2s ease !important; flex-shrink: 0 !important; } .sm-gsg-item.open .sm-gsg-chevron { transform: rotate(180deg) !important; } .sm-gsg-panel { max-height: 0 !important; overflow: hidden !important; transition: max-height 0.25s ease !important; } .sm-gsg-item.open .sm-gsg-panel { max-height: 500px !important; } .sm-gsg-panel-inner { padding: 0 22px 18px !important; font-size: 13px !important; color: #555 !important; line-height: 1.6 !important; } .sm-gsg-panel-inner ol { margin: 0 !important; padding-left: 18px !important; } .sm-gsg-panel-inner li { margin-bottom: 8px !important; } .sm-gsg-panel-inner li:last-child { margin-bottom: 0 !important; } .sm-gsg-panel-inner li strong { color: #111 !important; font-weight: 600 !important; } Getting Started Guide How to Pack Flat-Fold Your Gear: Lay garments flat to match the rectangular footprint of the bag rather than rolling. Seal & Attach Pump: Zip the heavy-duty seal completely and connect the USB-C pump to the top deflate port. Compress & Shape: Turn on the pump and apply light hand pressure across the center as it deflates to form a flat, perfectly uniform slab. Pro Tip Place the bag inside your suitcase before compressing. As the air is removed, press the bag into shape with your hands so it conforms to the available space rather than forming a rigid brick. You get a flat, packable slab that leaves clean usable space above it for shoes, accessories, and souvenirs. var btn = document.getElementById('read-more-btn'); var more = document.getElementById('desc-more'); if (btn && more) { more.style.setProperty('display', 'none', 'important'); btn.addEventListener('click', function(e) { e.preventDefault(); var isHidden = window.getComputedStyle(more).display === 'none'; if (isHidden) { more.style.setProperty('display', 'block', 'important'); btn.innerHTML = 'Read Less '; } else { more.style.setProperty('display', 'none', 'important'); btn.innerHTML = 'Read More '; } }); } var gsgHeaders = document.querySelectorAll('.sm-gsg-header'); gsgHeaders.forEach(function(header) { header.addEventListener('click', function() { var item = header.closest('.sm-gsg-item'); item.classList.toggle('open'); }); });