Vault Backpack
/* ===== Battle PDP spacing system (consistent desktop + mobile) ===== */ .bt-pdp { line-height: 1.55 !important; } /* ================= MOBILE GUTTER FIX ================= Theme a lready provides LEFT spacing. We ONLY add RIGHT spacing so margins appear equal. ======================================================= */ .bt-pdp{ max-width: 100%; overflow-x: hidden; padding-left: 0 !important; /* keep theme left gutter */ padding-right: 16px !important; /* create matching right gutter */ box-sizing: border-box !important; width: 100% !important; } /* Slightly more breathing room on tablet */ @media (min-width: 768px){ .bt-pdp{ padding-right: 18px !important; } } /* Desktop: center content nicely */ @media (min-width: 1024px){ .bt-pdp{ padding-right: 0 !important; max-width: 720px; margin-left: auto !important; margin-right: auto !important; } } /* Prevent anything from touching edges */ .bt-pdp *{ box-sizing: border-box !important; } .bt-pdp img, .bt-pdp table, .bt-pdp details, .bt-pdp div{ max-width: 100% !important; } /* Section headings */ .bt-pdp h2{ font-size: 20px !important; font-weight: 500 !important; margin: 20px 0 10px !important; padding: 0 !important; line-height: 1.3 !important; } .bt-pdp h2:first-of-type{ margin-top: 0 !important; } /* Standard block spacing */ .bt-pdp p, .bt-pdp ul, .bt-pdp ol, .bt-pdp section, .bt-pdp .bt-faq, .bt-pdp .bt-blog-links{ margin: 0 0 20px !important; padding: 0 !important; } /* Lists */ .bt-pdp ul, .bt-pdp ol{ padding-left: 20px !important; } .bt-pdp li{ margin: 0 0 6px !important; } /* Tech specs table styling */ .bt-specs{ width: 100%; border-collapse: collapse; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; overflow: hidden; } .bt-specs th, .bt-specs td{ padding: 12px 14px; border-top: 1px solid rgba(0,0,0,.08); vertical-align: top; text-align: left; } .bt-specs tr:first-child th, .bt-specs tr:first-child td{ border-top: 0; } .bt-specs th{ width: 34%; font-weight: 600; background: rgba(0,0,0,.03); } /* FAQ styling */ .bt-faq h3{ font-size: 16px !important; font-weight: 700 !important; margin: 0 0 6px !important; line-height: 1.25 !important; } .bt-faq p{ margin: 0 0 14px !important; line-height: 1.55 !important; } .bt-faq p:last-child{ margin-bottom: 0 !important; } /* Blog links */ .bt-blog-links ul{ margin: 0 !important; padding-left: 18px !important; } .bt-blog-links li{ margin: 0 0 8px !important; } /* Divider */ .bt-divider { height: 1px; background: rgba(0,0,0,.10); border: 0; margin: 18px 0; width: 100%; } /* Callout */ .bt-callout{ border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 12px 14px; background: rgba(0,0,0,.02); margin: 0 0 20px !important; } .bt-callout-title{ font-weight: 700; margin: 0 0 6px !important; line-height: 1.25; } .bt-callout p{ margin: 0 !important; } /* Badges */ .bt-badges{ display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px !important; padding: 0 !important; list-style: none; } .bt-badge{ border: 1px solid rgba(0,0,0,.12); border-radius: 999px; padding: 6px 10px; font-size: 14px; line-height: 1; background: #fff; white-space: nowrap; } /* Icon list */ .bt-icon-list{ list-style: none; padding-left: 0 !important; } .bt-icon-list li{ display: flex; gap: 10px; align-items: flex-start; margin: 0 0 10px !important; } .bt-ico{ width: 22px; min-width: 22px; height: 22px; border-radius: 999px; border: 1px solid rgba(0,0,0,.14); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; background: rgba(0,0,0,.02); } /* Collapsible sections */ .bt-collapse{ border: 1px solid rgba(0,0,0,.10); border-radius: 12px; background: rgba(0,0,0,.01); margin-bottom: 20px; overflow: hidden; } .bt-collapse__summary{ display: flex; justify-content: space-between; align-items: center; padding: 14px; cursor: pointer; } .bt-collapse__h2{ margin: 0 !important; line-height: 1.05 !important; } .bt-collapse__chev{ opacity: .75; transition: transform .2s ease; } .bt-collapse[open] .bt-collapse__chev{ transform: rotate(180deg); } .bt-collapse__content{ padding: 14px 18px 16px !important; } .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 14px 16px 16px !important; } @media (min-width: 768px){ .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 16px 18px 18px !important; } } .bt-pdp details.bt-collapse > .bt-collapse__content.bt-faq, .bt-pdp details.bt-collapse > .bt-collapse__content.bt-blog-links{ padding-left: 16px !important; padding-right: 16px !important; } .bt-pdp details.bt-collapse > .bt-collapse__content.bt-blog-links ul{ padding-left: 18px !important; margin: 0 !important; } .bt-hero-img{ width: 100%; height: auto; border-radius: 12px; display: block; margin: 0 0 16px !important; } /* Added only for new top-level section titles */ .bt-section-toggle{ margin-top: 0 !important; } .bt-section-toggle + .bt-section-toggle{ margin-top: 0 !important; } /* Comparison cards */ .bt-compare-card{ border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 10px 12px; background: #fff; } .bt-compare-card--primary{ border-color: rgba(0,0,0,.22); } .bt-compare-rows{ display: grid; gap: 8px; } .bt-compare-row{ display: flex; gap: 10px; } .bt-compare-label{ min-width: 72px; font-weight: 600; opacity: .85; } .bt-compare-value{ flex: 1; } /* Horizontal scroll */ .bt-compare-scroll{ width: 100%; margin: 12px 0 10px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scroll-snap-type: x mandatory; contain: layout paint; } .bt-compare-track{ white-space: nowrap; font-size: 0; padding-bottom: 10px; } .bt-compare-scroll .bt-compare-card{ display: inline-block; white-space: normal; font-size: 14px; margin-right: 10px; scroll-snap-align: start; width: 210px; } @media (min-width: 768px){ .bt-compare-scroll .bt-compare-card{ width: 260px; } } Battle Vault Backpack - Built For The Daily Grind. The Battle Vault Backpack is made for the places athletes actually move through every day: school, work, travel, practice, the locker room, and the sideline. Durable materials, padded comfort, and smart storage keep your essentials organized without slowing you down. LOCK IN THE NEW COLORS The Vault Backpack gets a 2026 color refresh with Royal, Red, and Solar Neon. Made to stand out from the classroom to the locker room. Product Overview The Battle Vault Backpack brings Battle durability to an everyday backpack built for athletes on the move. Pack it for class, the office, weekend travel, practice essentials, or sideline accessories and keep your day organized from first bell to final whistle. With interior padding, a soft-lined top sleeve, dual bottle pockets, adjustable shoulder straps, and a padded back panel, Vault keeps the layout simple, useful, and ready for repeat daily use. Key Features 🎒Everyday Backpack Design: Built for school, work, travel, practice essentials, sideline accessories, and daily carry. 💪Durable Daily Material: Performance polyester is made to handle busy schedules, packed days, and repeat use. 🛡️Padded Interior: Interior padding helps protect books, electronics, clothes, and other everyday essentials. 🧢Soft-Lined Top Sleeve: A protected top sleeve gives smaller items like sunglasses, earbuds, keys, or phone accessories a better place to land. 💧2 Side Bottle Pockets: Dual side pockets keep water bottles and quick-grab items within reach. ⚡Large Front Pocket: Extra storage helps organize cords, gloves, tape, mouthguards, snacks, and other day-to-day essentials. ✅Comfortable To Carry: Adjustable shoulder straps and a padded back panel help make a full school, work, or practice day easier to carry. ✋Top Grab Handle: Grab it fast, load it up, and move from class to practice without missing a beat. 2026 New Colors School Ready Work Ready Travel Ready Practice Essentials Sideline Accessories Specs & Use▾ Ready For School, Work, Travel, And Practice. Vault gives athletes one backpack for books, electronics, clothes, water bottles, small gear, and sideline accessories. Tech Specs▾ Product Name Battle Vault Backpack. Use Backpack for school, work, travel, practice essentials, sideline accessories, and everyday carry. Best For Books, notebooks, electronics, clothes, water bottles, gloves, tape, mouthguards, snacks, and daily essentials. Storage Main storage compartment, large front pocket, soft-lined top sleeve, and 2 side bottle pockets. Comfort Adjustable shoulder straps and padded back panel for transport comfort. Protection Interior padding helps keep everyday possessions protected during daily use. Handle Top grab handle for quick carry and easy loading. Shell 100% Performance Polyester. Lining 100% Performance Polyester. Inserts 100% Performance Nylon. New 2026 Colors Royal, Red, and Solar Neon. How To Use It Use the main compartment for books, clothes, electronics, and daily carry items. Use the large front pocket for quick-access essentials, the soft-lined top sleeve for smaller protected items, and the side pockets for bottles or sideline grab-and-go items. Vault works best as a school-to-practice backpack: clean enough for the classroom, durable enough for the locker room, and organized enough for the accessories athletes use every day. Packing Tip Pack Vault with the items you reach for most: books, clothes, electronics, bottles, gloves, tape, mouthguards, snacks, and smaller practice accessories. Care Notice Wipe clean as needed and allow the backpack to air dry fully before storing. Avoid storing wet items inside for long periods of time. Inspect straps, pockets, and seams regularly and discontinue use if the backpack becomes damaged. Built For Daily Abuse Vault is made with durable performance materials, but smarter packing and regular care will help keep it ready for the next day. Why Athletes Use Vault▾ One Backpack For The Whole Day. Vault is built for the daily items athletes carry between school, work, travel, the locker room, practice, and the sideline. 🎒For Everyday Carry: Keep books, clothes, electronics, bottles, and personal items organized in one backpack. 🏫For School: Durable enough for packed days and clean enough to carry from class to class. 💼For Work: Simple storage and padded comfort make it easy to carry daily essentials on the move. 🏈For Practice Essentials: Great for gloves, mouthguards, tape, towels, socks, snacks, and sideline accessories. ✅For Comfort: Padded back panel and adjustable straps help support a full daily load. 🔥For Style: New 2026 colors Royal, Red, and Solar Neon bring more energy to your everyday carry. Bottom line: Vault is a durable Battle backpack for school, work, travel, practice essentials, and sideline accessories. Warranty▾ Battle Equipment Warranty Built For Everyday Use Battle stands behind the Vault Backpack against manufacturing defects in materials or workmanship. 🛡️ Durable Construction: Built with performance materials for school, work, travel, practice essentials, sideline accessories, and daily carry. ✓ Defective Coverage: Covers manufacturing defects in materials or workmanship. ⚠️ Not covered: Misuse, normal wear and tear, cosmetic damage, overloading, improper care, stains, odors, or damage caused by storing wet items for extended periods.
More you might like
Related
VAULT BACKPACK
Related
Vault Backpack
Related
Vault Backpack
Related