buff.us - Sports & Outdoor Neck Gaiters and Caps BUFF®️

Description: Get ready for sports and outdoor fun with BUFF® headwear and neckwear. High-tech designs and quality fabrics meet sustainability in every product!

Example domain paragraphs

JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser.

EASY RETURNS | WITHIN 30 DAYS

cross Apply Cancel 'use strict'; function initGiftCardForm() { Alpine.data('giftCardForm_minicart', () => ({ errors: 0, hasCaptchaToken: 0, form: null, giftcardCode: '', giftcardBalance: null, checkBalanceUrl: '', isLoading: false, validLength: 12, showGiftCardForm: false, giftCardApplied: false, init() { this.form = document.getElementById('giftcard'); this.checkBalanceUrl = new URL('https://www.buff.com/us/giftcard/cart/quickCheck/'); this.$el.addEventListener('toggle-gift-card-form', e => { this.toggleSh