Men's Jester Backpack

$28.98
people are viewing this right now
Color:  Shady Blue/Tnf White
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

Product Information


 

The classic Jester pack has a padded laptop sleeve and simplified organization, and it can stand up completely unsupported. It’s also endorsed by the American Chiropractic Association.

FIT & DESIGN:

  • Men's specific fit
  • Huge main compartment holds all the books and binders needed for a day on campus
  • Padded laptop sleeve protects laptop from bumps and falls
  • A FlexVent™ suspension system features a flexible yoke built from custom injection-molded shoulder straps; an unbelievably comfortable, padded back panel; and a highly breathable lumbar panel, all certified by the American Chiropractic Association
  • Sternum strap
  • Two webbing top handles allow for both a convenient opening experience and a perfectly balanced carry when the pack is by your side
  • Pack stands on its own for easy loading and unloading of essentials
  • Front compartment simplifies organization for the modern user while maintaining essential features for storage such as secure-zip pockets, a tablet sleeve and a key fob
  • 360-degree reflectivity enhances visibility while you’re commuting
  • Two external water bottle pockets
  • Laptop Sleeve: 12.75" X 11" (32.4 Cm X 27.9 Cm)
  • Dimensions: 11" X 8.25" X 18.13" (27.9 Cm X 21 Cm X 46.1 Cm)
  • Volume: 27 Liters
  • Country of Origin : Imported
  • Fabric : 600D Recycled Polyester With Non-PFC Durable Water-Repellent (Non-PFC DWR) Finish
  • Brand : 

Specifications

 
Brand
Best UseCasual
Bag StyleBackpack
FitMen's
Dimensions11" X 8.25" X 18.13"
Capacity27 L
DesignTwo webbing top handles allow for both a convenient opening experience and a perfectly balanced carry when the pack is by your side | Pack stands on its own for easy loading and unloading of essentials
ComfortFlexVent™ suspension system features a flexible yoke built from custom injection-molded shoulder straps | Unbelievably comfortable, padded back panel | Highly breathable lumbar panel | Sternum strap
ClosureZip closure
PocketsHuge main compartment | Front compartment with secure-zip pockets, a tablet sleeve, and key fob | Two external water bottle pockets
Laptop PocketPadded laptop sleeve protects laptop from bumps and falls (12.75" X 11")
Technology360-degree reflectivity enhances visibility while you’re commuting
Fabric600D Recycled Polyester With Non-PFC Durable Water-Repellent (Non-PFC DWR) Finish