BIOFIT® Bamboo Boxers 5-Pack| + 5 FREE

$39.99
$75.00
-$35.01
people are viewing this right now
Color:  Multicolor
Size:  S
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

Description

Materials & Care

The fine fibers in our bamboo boxers make them feel particularly soft and smooth, like a second skin.

This helps prevent irritation for skin affected by eczema or other conditions. Additionally, bamboo is naturally antimicrobial, moisture-wicking, and breathable

We recommend washing your boxers at 30 degrees for best care.

Size & Fit

Ladies & Gentlemen, we've crafted the ultimate size guide for your new favorite boxers, thanks to your feedback.

Don’t be surprised if you find yourself thinking, “Wow, I’ve never gone this big before!” Yep, our sizes tend to be more snug, but trust the guide—it’s your best bet for a great fit.

SizeSMLXLXXL3XL4XL5XL
Waist48-56 cm56-68 cm68-76 cm76-82 cm82-88 cm88-94 cm94-100 cm100-106 cm
19-22 inch22-27 inch27-30 inch30-33 inch33-35 inch35-37inch37-39 inch39-42 inch

We're diligently working on creating the best fit for all. And we're pretty darn close.

But from our customer feedback, we've learned that our boxers tend to fall a little bit shorter then some people are used to.

So if you prefer a more loose fit, we recommend ordering a size up.

Shipping & Returns

We deliver your boxers to your doorstep using ecological shiping methods.

This helps us keep our carbon footprint to a minumum and leave a better world behind for our children.

Our delivery times are 10-15 days, no matter where you are in the world.

Not satisfied? Return your order to us and get your money back within 30 days.