baskeyewear.com.au
Open in
urlscan Pro
23.227.38.65
Public Scan
URL:
https://baskeyewear.com.au/products/sheyd-sunglasses
Submission: On December 13 via api from AU — Scanned from AU
Submission: On December 13 via api from AU — Scanned from AU
Form analysis
8 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="/products/sheyd-sunglasses">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="AU">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
<span class="text-start">Australia (AUD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="AU" aria-selected="true">
<span class="pointer-events-none">Australia (AUD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</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.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
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.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="main-search__form" action="/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="//baskeyewear.com.au/cdn/shop/t/19/assets/search-suggestions.js?v=136224079820713396391731904605" 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="/products/sheyd-sunglasses">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="AU">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-buttonMobileNav">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-buttonMobileNav">
<span class="text-start">Australia (AUD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0MobileNav" role="option" data-value="AU" aria-selected="true">
<span class="pointer-events-none">Australia (AUD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</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.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
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.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /cart/add
<form method="post" action="/cart/add" id="product_form_1760361382001" accept-charset="UTF-8" class="js-instalments-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8"
value="✓"><input type="hidden" name="id" value="32283679129713">
<input type="hidden" name="product-id" value="1760361382001"><input type="hidden" name="section-id" value="template--16033367097457__main">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="product-form-template--16033367097457__main-1760361382001" accept-charset="UTF-8" class="form js-product-form" enctype="multipart/form-data" data-product-id="1760361382001"><input type="hidden"
name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="id" value="32283679129713" required="">
<div class="quantity-submit-row input-row ">
<div class="quantity-submit-row__submit input-row">
<div class="js-form-error lightly-spaced-row" role="alert" hidden=""></div><button class="btn btn--large add-to-cart" type="submit" name="add" data-add-to-cart-text="Add to cart">Add to cart</button>
</div>
<div class="backorder" hidden="">
<p class="m-0">
<span class="backorder__product">Sheyd - Crystal Rose/Brown Gradient Polarised</span> is backordered and will ship as soon as it is back in stock.
</p>
</div>
</div>
<input type="hidden" name="product-id" value="1760361382001"><input type="hidden" name="section-id" value="template--16033367097457__main">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="product-form-template--16033367097457__main-1760361382001-sticky" accept-charset="UTF-8" class="form js-product-form" enctype="multipart/form-data" data-product-id="1760361382001"><input type="hidden"
name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="id" value="32283679129713" required="">
<button class="btn btn--secondary btn--compact add-to-cart" type="submit" name="add" data-unavailable-text="View details" data-add-to-cart-text="Add to cart">Add to cart</button>
<input type="hidden" name="product-id" value="1760361382001"><input type="hidden" name="section-id" value="template--16033367097457__main">
</form>
<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go3279073480 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-WWcZa8" novalidate=""
style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 4px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-repeat: no-repeat; background-position-y: 50%; padding: 20px; flex: 1 1 0%;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 295px; justify-content: center;">
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 18px; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-016JB91TTR000000000044G1GG" style="width: 100%;">
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span
style="font-size: 24px; font-family: PowerGrotesk, Helvetica, Arial, sans-serif; font-weight: 400; color: rgb(59, 58, 57); font-style: normal;">Start your collection with</span><span
style="font-size: 24px; font-family: PowerGrotesk, Helvetica, Arial, sans-serif; font-weight: 400; color: rgb(59, 58, 57); font-style: normal;"> 10% off*</span></p>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-016JB91TTR000000000044G1GH" style="width: 100%;">
<p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; text-align: center;"><span
style="font-family: Montserrat, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; font-style: normal;">Join our newsletter for an exclusive 10% off your first purchase. Stay updated on new arrivals, exclusive promotions,
and exciting events.</span></p>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="first_name_016JB91TTR000000000044G1GJ"
class="needsclick go3707145424 kl-private-reset-css-Xuajs1" type="text" autocomplete="given-name" tabindex="0" placeholder="First Name" aria-label="First Name" aria-required="true" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: PowerGrotesk, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="last_name_016JB91TTR000000000044G1GK"
class="needsclick go3707145424 kl-private-reset-css-Xuajs1" type="text" autocomplete="family-name" tabindex="0" placeholder="Last Name" aria-label="Last Name" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: PowerGrotesk, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_016JB91TTR000000000044G1GM" class="needsclick go3707145424 kl-private-reset-css-Xuajs1"
type="email" autocomplete="email" name="email" tabindex="0" placeholder="Enter your email address" aria-label="Enter your email address" aria-required="true" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: PowerGrotesk, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 0 1 auto; margin: 0px auto;"><button
class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(86, 140, 86); border-radius: 3px; border-style: none; border-color: rgb(0, 0, 0); border-width: 2px; color: rgb(255, 255, 255); font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: 54px;">SUBSCRIBE</button>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;"></div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;"></div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</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="/products/sheyd-sunglasses">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="AU">
<country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
<span class="text-start">Australia (AUD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="AU" aria-selected="true">
<span class="pointer-events-none">Australia (AUD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</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.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
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.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
Text Content
Skip to content * Facebook * Instagram * TikTok DISCOVER NEW ARRIVALS FREE EXPRESS SHIPPING IN AUSTRALIA 10% OFF* YOUR FIRST PURCHASE Country/Region Australia (AUD $) * Australia (AUD $) Search * SHOP * BASK WITH US Account Search Cart * SHOP * SHOP BY * ALL * WOMEN'S * MEN'S * GIFT CARDS * COLLECTIONS * NEW * BEST SELLERS * ARCHIVE * NEW ARRIVALS * NEW COLOURS: GIGI * BASK WITH US * OUR BRAND * ABOUT US * OUR COMMUNITY * OUR STOCKISTS * OUR REVIEWS * TOP REVIEWED FOR HER: PEGGY * TOP REVIEWED FOR HIM: SOL * SHOP * ALL NEW BEST SELLERS WOMEN'S MEN'S GIFT CARDS ARCHIVE * NEW ARRIVALS NEW COLOURS: GIGI * BASK WITH US * ABOUT US STOCKISTS OUR REVIEWS * TOP REVIEWED FOR HER: PEGGY TOP REVIEWED FOR HIM: SOL * CUSTOMER CARE * CONTACT US * SHIPPING * RETURNS * WARRANTY * CALL US * EMAIL US Country/Region Australia (AUD $) * Australia (AUD $) * Facebook * Instagram * TikTok 1. Home 2. Sheyd Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Previous Next Close SHEYD 4 reviews Colour: Crystal Rose/Brown Gradient Polarised Crystal Rose/Brown Gradient Polarised Crystal Toffee/Brown Polarised Beige Tort/Brown Polarised Matte Dark Tort/Grey Polarised Matte Black/Grey Polarised Crystal Blue/Grey Polarised Product variants Crystal Rose/Brown Gradient Polarised - $220.00 Crystal Toffee/Brown Polarised - $220.00 Beige Tort/Brown Polarised - $220.00 Matte Dark Tort/Grey Polarised - $220.00 Matte Black/Grey Polarised - $220.00 Crystal Blue/Grey Polarised - $220.00 $220.00 Unit price / Unavailable Add to cart Sheyd - Crystal Rose/Brown Gradient Polarised is backordered and will ship as soon as it is back in stock. Pickup available at BASK EYEWEAR Usually ready in 24 hours View store information Description Embrace a summer state of mind in Sheyd. Featuring a fine, handcrafted acetate frame that is equal parts stylish and functional. This wearable, unisex style is the ultimate staple sunglass. Fitted with our signature polarised lenses, don't compromise on style or protection when choosing your sunglasses. Bask endlessly with the Sheyd sunglasses from Bask Eyewear. Lens: 52 Bridge: 20 Arm: 145 Lenses + Frames Each model has been carefully hand-crafted using the finest quality materials for durable yet comfortable frames. All Bask sunglasses feature either CR39 polarised lenses or TAC gradient polarised lenses with 100% UV protection. Each lens has a blue anti-reflective coating found on the inside that acts as an absorbent layer and prevents glare from reflecting back into the eye, ultimately increasing user comfort and wearability. Shipping + Returns Free express shipping for all Australian orders International orders are shipped via Australia Post 30 Day returns available* Check out our Shipping + Returns pages for more info. *Original shipping charges are non-refundable and charges for returned items are the responsibility of the customer. Share * * * SKU: 951321 View details Sheyd Crystal Rose/Brown Gradient Polarised – Change Add to cart Write a reviewAsk a question Reviews4Questions0 Most recentHighest ratingLowest ratingMost relevant 7 months ago Sleek and comfy Andrew Lightweight and very comfy. 7 months ago My favorite everyday sunnies Danno My favorite everyday sunnies, this pair are lite and fit so well. Polarized lens are amazing and super tough I’ve got a weekend pair and a work pair. 7 months ago Ash S. Can’t recommend these sunglasses highly enough. Best customer service and great products. Thanks 7 months ago Lenses Shelly This style is perfect. Amazing lenses. YOU MAY ALSO LIKE Quick buy Saint $220.00 5.0 / 5.0 2 reviews Quick buy Sandy $220.00 5.0 / 5.0 2 reviews Quick buy Sandy $220.00 5.0 / 5.0 4 reviews Quick buy Sol $220.00 5.0 / 5.0 8 reviews Free Shipping Polarised Lenses International Shipping Australian Owned Start your collection with 10% off* Join our newsletter for an exclusive 10% off your first purchase. Stay updated on new arrivals, exclusive promotions, and exciting events. SUBSCRIBE About Bask Eyewear Bask Eyewear is an evolution of a lifestyle spent wherever the sun is shining. Sun safety and vision protection are at the forefront of the brand to develop a modern fashionable product with a difference. No detail is left untouched, so you can enjoy carefree basking for summers to come. * Facebook * Instagram * TikTok Customer Care * Contact Us * Shipping * Returns * Warranty Shop With Us * Shop All * Shop New * Gift Cards * About Us * Reviews * Our Stockists American Express Apple Pay Google Pay Mastercard PayPal Shop Pay Union Pay Visa * Terms & Conditions * Privacy Policy Country/Region Australia (AUD $) * Australia (AUD $) © 2024 Bask Eyewear. Powered by Shopify Your cart Close Free EXPRESS Shipping Checkout Close Nothing in your cart yet Check out the Best Sellers for our current faves! BEST SELLERS SHEYD Colour: Crystal Rose/Brown Gradient Polarised Close * BASK EYEWEAR Pickup available, usually ready in 24 hours 62 Township Drive U1 Burleigh Heads QLD 4220 Australia +61755204907 word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1