gobigu.com
Open in
urlscan Pro
23.227.38.32
Public Scan
Submitted URL: http://gobigu.com/
Effective URL: https://gobigu.com/
Submission: On October 25 via api from US — Scanned from CA
Effective URL: https://gobigu.com/
Submission: On October 25 via api from US — Scanned from CA
Form analysis
6 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid"></div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /a/search
<form class="main-search__form" action="/a/search" method="get" autocomplete="off">
<div class="main-search__input-container">
<input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Search our store" aria-label="Search">
<button class="main-search__button" type="submit" aria-label="Search"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
<g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
<circle cx="7.824" cy="7.824" r="7.824"></circle>
<path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
</g>
</svg></button>
</div>
<script src="//gobigu.com/cdn/shop/t/12/assets/search-suggestions.js?v=136224079820713396391707840828" defer=""></script>
<search-suggestions></search-suggestions>
</form>
POST /localization
<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid"></div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /contact#contact_form
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect,newsletter">
<p>
<input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
</p>
<button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>
POST /localization
<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid"></div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('footer-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /contact#contact_form
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect,newsletter">
<p>
<input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
</p>
<button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>
Text Content
Skip to content * Facebook * Instagram * TikTok * Pinterest WELCOME FANS! FREE shipping on orders of $100 or more! Search Account Search Cart * Home * Shop By Color * Red * Crimson * Maroon * Orange * Burnt Orange * Yellow * Green * Blue * Carolina Blue * Navy * Purple * Black * White & Gray * Denim * Offseason (Pinks, etc) * All Clothing * Tops * All Tops * Bralettes * Tanks + Camis * Bodysuits * Shirts + Blouses * Sweaters + Knits * Short Sleeve * Long Sleeve * Bottoms * All Bottoms * Pants + Leggings * Shorts + Skirts * Outerwear * All Outerwear * Blazers * Cardigans * Jackets * Pullovers * Vests * Dresses * All Dresses * Short * Midi * Maxi * Sets * Rookies (New) * Accessories * Purses * Wristlets * Clear Purses * Coin Purses * Jewelry * Earrings * Bracelets * Necklaces * Buttons * Bandanas * Pillows * Hair * Hair Bows * Headbands * Gameday Boots * Clear the Roster (Sale Items) * UNDER $10 * Team Pride * Sports * Baseball * Football * Golf * Pickleball * Tennis * Sports Teams * Alabama * Arkansas * Florida * Georgia * LSU * Mississippi State * Nebraska * Ohio State * Oklahoma * Oklahoma State * Ole Miss * SMU * TCU * Texas A&M * Texas * Texas Tech * Gift Cards * Home * Shop By Color * Red * Crimson * Maroon * Orange * Burnt Orange * Yellow * Green * Blue * Carolina Blue * Navy * Purple * Black * White & Gray * Denim * Offseason (Pinks, etc) * All Clothing * Tops * All Tops * Bralettes * Tanks + Camis * Bodysuits * Shirts + Blouses * Sweaters + Knits * Short Sleeve * Long Sleeve * Bottoms * All Bottoms * Pants + Leggings * Shorts + Skirts * Outerwear * All Outerwear * Blazers * Cardigans * Jackets * Pullovers * Vests * Dresses * All Dresses * Short * Midi * Maxi * Sets * Rookies (New) * Accessories * Purses * Wristlets * Clear Purses * Coin Purses * Jewelry * Earrings * Bracelets * Necklaces * Buttons * Bandanas * Pillows * Hair * Hair Bows * Headbands * Gameday Boots * Clear the Roster (Sale Items) * UNDER $10 * Team Pride * Sports * Baseball * Football * Golf * Pickleball * Tennis * Sports Teams * Alabama * Arkansas * Florida * Georgia * LSU * Mississippi State * Nebraska * Ohio State * Oklahoma * Oklahoma State * Ole Miss * SMU * TCU * Texas A&M * Texas * Texas Tech * Gift Cards * Facebook * Instagram * TikTok * Pinterest PREVIOUS GAMEDAY BOOTS ARE HERE! NEXT View all Quick buy Gameday Boots - Arkansas $295.00 Pre-order Quick buy Gameday Boots - Auburn $295.00 Pre-order Quick buy Gameday Boots - Baylor $295.00 Pre-order Quick buy Gameday Boots - Florida $295.00 Pre-order Quick buy Gameday Boots - Georgia $295.00 Pre-order Quick buy Gameday Boots - Nebraska $295.00 Pre-order Quick buy Gameday Boots - Oklahoma $295.00 Pre-order Quick buy Gameday Boots - Oklahoma State $295.00 Pre-order Quick buy Gameday Boots - SMU $295.00 Pre-order Quick buy Gameday Boots - Texas $295.00 Pre-order Quick buy Gameday Boots - Texas A&M $295.00 Pre-order Quick buy Gameday Boots - TCU $295.00 Pre-order PREVIOUS THE ROOKIES NEXT View all Quick buy Country Club Pickleball Sweatshirt $48.00 Quick buy LOVE Sweater $75.00 Quick buy Let Loose Cardigan $40.00 Quick buy McLane Cardigan $39.00 1 in stock Quick buy Rectangle Clear Bag - Green $42.00 Quick buy Custom OU Patch Tee $28.00 1 in stock Quick buy Hook'em Hat $30.00 Quick buy Boom Hat $30.00 Quick buy Feelin' 22 $34.00 Quick buy Go TEXAS Top $40.00 Quick buy Love Ya Back Tee $26.00 Quick buy Floral RAIDERS Tee $40.00 Quick buy Gameday Boots - Arkansas $295.00 Pre-order SHOP BY COLOR Red 39 products Crimson 17 products Maroon 19 products Orange 22 products Burnt Orange 16 products Yellow 10 products Green 23 products Blue 18 products Carolina Blue 6 products Navy 14 products Purple 12 products Black 41 products White/Gray/Brown 24 products Denim 4 products Offseason (Pinks, etc) 4 products Accessories 59 products PREVIOUS FAN FAVES NEXT View all Quick buy Leg Day Leggings $23.00 Quick buy Better in Boots Dress $60.00 Quick buy Collegiate Lumbar Pillows $50.00 Free shipping on orders over $100 Shop Our Rookies Everyone loves a gift card * Home * Shop By Color * All Clothing * Rookies (New) * Accessories * Gameday Boots * Clear the Roster (Sale Items) * UNDER $10 * Team Pride * Gift Cards * About Me * Accessibility * Contact Us * Returns * Shipping Policy * Shop Pay Installments * Terms of Service Be a fan and sign up! If ya wanna be in the know, subscribe below! Subscribe * Facebook * Instagram * TikTok * Pinterest American Express Apple Pay Discover Meta Pay Google Pay Mastercard PayPal Shop Pay Visa © 2024 Go Big U. Powered by Shopify Your cart Close Checkout Close Your cart is empty Start shopping Close WANNA BE IN THE KNOW? If you have serious FOMO like me, you might wanna sign up to stay up to date on all the latest shenanigans! Subscribe