<!-- Start Tracking Code for analytics_facebook -->
<script data-bc-cookie-consent="4" type="text/plain">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('set', 'autoConfig', 'false', '304550204204358');
fbq('dataProcessingOptions', []);
fbq('init', '304550204204358', {"external_id":"db502bcb-814d-469f-842f-333850912380"});
fbq('set', 'agent', 'bigcommerce', '304550204204358');
function trackEvents() {
var pathName = window.location.pathname;
fbq('track', 'PageView', {}, "");
// Search events start -- only fire if the shopper lands on the /search.php page
if (pathName.indexOf('/search.php') === 0 && getUrlParameter('search_query')) {
fbq('track', 'Search', {
content_type: 'product_group',
content_ids: [133735,156098,101345,45783,133741,154215,154257,154274,154283,154342,154364,154223],
search_string: getUrlParameter('search_query')
});
}
// Search events end
// Wishlist events start -- only fire if the shopper attempts to add an item to their wishlist
if (pathName.indexOf('/wishlist.php') === 0 && getUrlParameter('added_product_id')) {
fbq('track', 'AddToWishlist', {
content_type: 'product_group',
content_ids: [133735,156098,101345,45783,133741,154215,154257,154274,154283,154342,154364,154223]
});
}
// Wishlist events end
// Lead events start -- only fire if the shopper subscribes to newsletter
if (pathName.indexOf('/subscribe.php') === 0 && getUrlParameter('result') === 'success') {
fbq('track', 'Lead', {});
}
// Lead events end
// Registration events start -- only fire if the shopper registers an account
if (pathName.indexOf('/login.php') === 0 && getUrlParameter('action') === 'account_created') {
fbq('track', 'CompleteRegistration', {}, "");
}
// Registration events end
function getUrlParameter(name) {
var cleanName = name.replace(/[\[]/, '\[').replace(/[\]]/, '\]');
var regex = new RegExp('[\?&]' + cleanName + '=([^&#]*)');
var results = regex.exec(window.location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
}
if (window.addEventListener) {
window.addEventListener("load", trackEvents, false)
}
</script>
<noscript><img height="1" width="1" style="display:none" alt="null" src="https://www.facebook.com/tr?id=304550204204358&ev=PageView&noscript=1&a=plbigcommerce1.2&eid="/></noscript>
<!-- End Tracking Code for analytics_facebook -->
<!-- Start Tracking Code for analytics_googleanalytics -->
<meta name="msvalidate.01" content="00862C65439DDED957CEA2B7678C3AEE" />
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5HSVXTW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- End Tracking Code for analytics_googleanalytics -->
<!-- Start Tracking Code for analytics_googleanalytics4 -->
<script data-cfasync="false" src="https://cdn11.bigcommerce.com/shared/js/google_analytics4_bodl_subscribers-358423becf5d870b8b603a81de597c10f6bc7699.js" integrity="sha256-gtOfJ3Avc1pEE/hx6SKj/96cca7JvfqllWA9FTQJyfI=" crossorigin="anonymous"></script>
<script data-cfasync="false">
(function () {
window.dataLayer = window.dataLayer || [];
function gtag(){
dataLayer.push(arguments);
}
function initGA4(event) {
function setupGtag() {
function configureGtag() {
gtag('js', new Date());
gtag('set', 'developer_id.dMjk3Nj', true);
gtag('config', 'G-0FR2DHWQ6W');
}
var script = document.createElement('script');
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-0FR2DHWQ6W';
script.async = true;
script.onload = configureGtag;
document.head.appendChild(script);
}
setupGtag();
if (typeof subscribeOnBodlEvents === 'function') {
subscribeOnBodlEvents('G-0FR2DHWQ6W', true);
}
window.removeEventListener(event.type, initGA4);
}
gtag('consent', 'default', {"ad_storage":"denied","ad_user_data":"denied","ad_personalization":"denied","analytics_storage":"denied","functionality_storage":"denied"})
var eventName = document.readyState === 'complete' ? 'consentScriptsLoaded' : 'DOMContentLoaded';
window.addEventListener(eventName, initGA4, false);
})()
</script>
<!-- End Tracking Code for analytics_googleanalytics4 -->
<!-- Start Tracking Code for analytics_siteverification -->
<!-- ECI Start: Implementation of first time accessed condition, 3/17/2021 -->
<script>
if(window.location.pathname=='/checkout'){
sessionStorage.setItem("status", "True");
sessionStorage.setItem("status_bing", "True");
}
function eci_is_first_time_accessed(){
var status = false;
var flag = sessionStorage.getItem("status");
if(flag=='True'){
sessionStorage.removeItem("status");
status=true;
//console.log('codefired');
}
else{
// console.log('second time');
}
return status;
}
//ECI: Checking payment type: Start: 05-28-2021
function eci_is_cheque_payment(){
var eci_cheque_status = false;
var eci_payment_type = sessionStorage.getItem("eci_payment_type");
if(eci_payment_type=='cheque'){
sessionStorage.removeItem("eci_payment_type");
eci_cheque_status=true;
//console.log('ECI: Code fired');
}
else{
// console.log('ECI: Second time');
}
return eci_cheque_status;
}
//ECI: Checking payment type: End: 05-28-2021
</script>
<!-- ECI End: Implementation of first time accessed condition, 3/17/2021 -->
<!-- ECI: START: Analytics + Adwords Conversion, 1/7/2021 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142232345-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-142232345-1');
gtag('config', 'AW-970769763');
function trackEcommerce() {
function gaAddTrans(orderID, store, total, tax, shipping, city, state, country, currency, channelInfo) {
var transaction = {
id: orderID,
affiliation: store,
revenue: total,
tax: tax,
shipping: shipping,
city: city,
state: state,
country: country
};
if (currency) {
transaction.currency = currency;
}
ga('ecommerce:addTransaction', transaction);
}
function gaAddItems(orderID, sku, product, variation, price, qty) {
ga('ecommerce:addItem', {
id: orderID,
sku: sku,
name: product,
category: variation,
price: price,
quantity: qty
});
}
function gaTrackTrans() {
ga('ecommerce:send');
}
function gtagAddTrans(orderID, store, total, tax, shipping, city, state, country, currency, channelInfo) {
this.transaction = {
transaction_id: orderID,
affiliation: store,
value: total,
tax: tax,
shipping: shipping,
items: []
};
if (currency) {
this.transaction.currency = currency;
}
}
function gtagAddItem(orderID, sku, product, variation, price, qty) {
this.transaction.items.push({
id: sku,
name: product,
category: variation,
price: price,
quantity: qty
});
}
function gtagTrackTrans() {
if(eci_is_first_time_accessed()){
gtag('event', 'purchase', this.transaction);
gtag('event', 'conversion', {
'send_to': 'AW-970769763/UH5ACNmE5u8BEOOK884D',
'value': this.transaction.value,
'transaction_id': this.transaction.transaction_id,
});
//ECI: Checking payment type: Start: 05-28-2021
if(eci_is_cheque_payment()){
gtag('event', 'conversion', {
'send_to': 'AW-970769763/lb8rCLr5h6QCEOOK884D',
'value': this.transaction.value,
'transaction_id': this.transaction.transaction_id,
});
}
//ECI: Checking payment type: End: 05-28-2021
this.transaction = null;
}
}
if (typeof gtag === 'function') {
this._addTrans = gtagAddTrans;
this._addItem = gtagAddItem;
this._trackTrans = gtagTrackTrans;
} else if (typeof ga === 'function') {
this._addTrans = gaAddTrans;
this._addItem = gaAddItems;
this._trackTrans = gaTrackTrans;
}
}
var pageTracker = new trackEcommerce();
</script>
<!-- ECI: END: Analytics + Adwords Conversion, 1/7/2021 -->
<!-- Start BING Tracking 1/7/2021 -->
<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"17457529"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script>
<!-- END BING Tracking 1/7/2021 -->
<!-- ECI Start: Implementation of conversion action, Form Submit, 3/30/2021 -->
<script>
if(window.location.pathname=='/special-projects/thank-you'){
gtag('event', 'conversion', {'send_to': 'AW-970769763/T7uGCL6H9f0BEOOK884D'});
}
</script>
<!-- ECI End: Implementation of conversion action, Form Submit, 3/30/2021 -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5TBL2DD');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5HSVXTW');</script>
<!-- End Google Tag Manager -->
<!-- End Tracking Code for analytics_siteverification -->
<script type="text/javascript" src="https://checkout-sdk.bigcommerce.com/v1/loader.js" defer ></script>
<script>window.consentManagerStoreConfig = function () { return {"storeName":"The Safety Source LLC","privacyPolicyUrl":"https:\/\/safetysourcellc.com\/privacy-policy\/","writeKey":null,"improvedConsentManagerEnabled":true,"AlwaysIncludeScriptsWithConsentTag":true}; };</script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/bodl-consent-32a446f5a681a22e8af09a4ab8f4e4b6deda6487.js" integrity="sha256-uitfaufFdsW9ELiQEkeOgsYedtr3BuhVvA4WaPhIZZY=" crossorigin="anonymous" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-config-d53a4773861141b0624d84967b4c0a379d13a5fe.js" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-08633fe15aba542118c03f6d45457262fa9fac88.js" defer></script>
<script type="text/javascript">
var BCData = {};
</script>
<script src='https://code.jquery.com/jquery-3.3.1.min.js' ></script><script></script><script type="quoteninja-results">[{"id":133735,"sku":"PIPJ100SP-3CM-HVB-TL","name":"PIP J100SP-3CM-HVB-TL Kut Gard ATA PreventWear ATA Blended Cut Resistant Jacket with Hi-Vis Sleeves and Thumb Loops","url":"https://safetysourcellc.com/safety-supplies/protective-clothing/cut-resistant-sleeves/pip-j100sp-3cm-hvb-tl-kut-gard-ata-preventwear-ata-blended-cut-resistant-jacket-with-hi-vis-sleeves-and-thumb-loops/?searchid=0&search_query=stretch+film","brand":{"name":"PIP Global Safety"},"availability":"","summary":"Get high level cut protection plus the easy on/off comfort of a full zip jacket with Kut Gard ATA Prevent Wear jackets from PIP. Made from extremely strong, high performance fibers, the J100SP-3CM...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/133735/312585/J100SP-3CM-HVB-TL-S---Front__66412.1686236641.jpg?c=2","alt":"PIP J100SP-3CM-HVB-TL Kut Gard ATA PreventWear ATA Blended Cut Resistant Jacket with Hi-Vis Sleeves and Thumb Loops"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"2.15 LBS","value":2.15},"demo":false,"date_added":"Jun 8th 2023","custom_fields":[{"id":2578792,"name":"Color","value":"Dark Gray"},{"id":2578793,"name":"ANSI Cut Level Abdomen","value":"A6"},{"id":2578794,"name":"ANSI Cut Level Back","value":"A4"},{"id":2578795,"name":"ANSI Cut Level Bicep","value":"A8"},{"id":2578796,"name":"ANSI Cut Level Chest","value":"A4"},{"id":2578797,"name":"ANSI Cut Level Forearm","value":"A5"},{"id":2578798,"name":"ANSI Cut Level Neck Collar","value":"A7"},{"id":2578799,"name":"Construction","value":"Antimicrobial, Hi-Vis Biceps"},{"id":2578800,"name":"Closure","value":"Zipper"},{"id":2578801,"name":"Fabric","value":"ATA Fiber Technology"},{"id":2578802,"name":"Clothing Type","value":"Jackets"},{"id":2578803,"name":"Case Quantity","value":"1"},{"id":2578804,"name":"Package Size","value":"Each"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/133735/312585/J100SP-3CM-HVB-TL-S---Front__66412.1686236641.jpg?c=2","alt":"PIP J100SP-3CM-HVB-TL Kut Gard ATA PreventWear ATA Blended Cut Resistant Jacket with Hi-Vis Sleeves and Thumb Loops"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/133735/312547/J100SP-3CM-HVB-TL-S---Back__46173.1686229084.jpg?c=2","alt":"PIP J100SP-3CM-HVB-TL Kut Gard ATA PreventWear ATA Blended Cut Resistant Jacket with Hi-Vis Sleeves and Thumb Loops"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$321.29","value":321.29,"currency":"USD"},"tax_label":"Tax","price_range":{"min":{"without_tax":{"formatted":"$321.29","value":321.29,"currency":"USD"},"tax_label":"Tax"},"max":{"without_tax":{"formatted":"$371.96","value":371.96,"currency":"USD"},"tax_label":"Tax"}}},"category":["Safety Supplies/Hi-Vis And Protective Clothing/Cut Resistant Sleeves","Safety Supplies/Hi-Vis And Protective Clothing/General Protective Workwear","All Products","Brands/PIP Global Safety"]},{"id":156098,"sku":"BLSJH3025-NY","name":"Black Stallion JH3025-NY Arc Rated FR Hybrid Welding Jacket","url":"https://safetysourcellc.com/welding-clothing/black-stallion-jh3025-ny-arc-rated-fr-hybrid-welding-jacket/?searchid=0&search_query=stretch+film","brand":{"name":"Black Stallion"},"availability":"","summary":"Shop the Black Stallion JH3025-NY arc-rated FR hybrid welding jacket with 9 oz. FR cotton front and 7 oz. Cut A4 para-aramid sleeves, breathable FR cotton body, ATPV 9 cal/cm², and PPE CAT 2...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/156098/347093/Yes__73304.1779896470.jpg?c=2","alt":"Black Stallion JH3025-NY Arc-Rated Aramid & FR Cotton Hybrid Welding Jacket"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"1.21 LBS","value":1.21},"demo":false,"date_added":"May 27th 2026","custom_fields":[{"id":2808993,"name":"Color","value":"Blue"},{"id":2808994,"name":"ANSI Cut Level","value":"4"},{"id":2808995,"name":"Material","value":"Cotton"},{"id":2808996,"name":"Package Size","value":"Each"},{"id":2808997,"name":"ANSI Contact Heat Level","value":"1"},{"id":2808998,"name":"ASTM F1506","value":"Yes"},{"id":2808999,"name":"NFPA 70E","value":"Yes"},{"id":2809000,"name":"CAL Rating","value":"ATPV 9 cal/cm2 / CAT2"},{"id":2809001,"name":"Prop 65","value":"Yes"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/156098/347093/Yes__73304.1779896470.jpg?c=2","alt":"Black Stallion JH3025-NY Arc-Rated Aramid & FR Cotton Hybrid Welding Jacket"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/156098/347094/JH3025-NY_back__07236.1779896470.jpg?c=2","alt":"Black Stallion JH3025-NY Arc-Rated Aramid & FR Cotton Hybrid Welding Jacket"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/156098/347096/JH3025-NY_insert1__17952.1779896470.jpg?c=2","alt":"Black Stallion JH3025-NY Arc-Rated Aramid & FR Cotton Hybrid Welding Jacket"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/156098/347095/JH3025-NY_insert3__02746.1779896470.jpg?c=2","alt":"Black Stallion JH3025-NY Arc-Rated Aramid & FR Cotton Hybrid Welding Jacket"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$69.64","value":69.64,"currency":"USD"},"tax_label":"Tax","price_range":{"min":{"without_tax":{"formatted":"$69.64","value":69.64,"currency":"USD"},"tax_label":"Tax"},"max":{"without_tax":{"formatted":"$80.09","value":80.09,"currency":"USD"},"tax_label":"Tax"}}},"category":["Safety Supplies/Hi-Vis And Protective Clothing/Heat & Flame Resistant Clothing","Safety Supplies/Hi-Vis And Protective Clothing/Welding Clothing","All Products","All Products/Closeout"]},{"id":101345,"sku":"MCR935HVO","name":"MCR Safety 935HVO MCR Safety Multi-Task, Black synthetic leather, Orange spandex back, Hook/loop closure","url":"https://safetysourcellc.com/safety-supplies/hand-protection/mechanics-gloves/mcr-safety-935hvo-mcr-safety-multi-task-black-synthetic-leather-orange-spandex-back-hook-loop-closure/?searchid=0&search_query=stretch+film","brand":{"name":"MCR Safety Products"},"availability":"","summary":"All of us are called to multi-task at our jobs. You need a glove that will stand up to the rigors of the grease and grime. Our MCR Safety series Multi-Task gloves will give you the grip, durability...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/101345/230432/mcr-935HVO__03936.1558703069.jpg?c=2","alt":"MCR Safety 935HVOS MCR Safety Multi-Task, Black synthetic leather, Orange spandex back, Hook/loop closure"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.21 LBS","value":0.21},"demo":false,"date_added":"May 24th 2019","custom_fields":[{"id":2537859,"name":"Cuff Style","value":"Adjustable Closure"},{"id":2537860,"name":"Features","value":"Fourchetts"},{"id":2537861,"name":"Finger Style","value":"Standard"},{"id":2537862,"name":"Grade","value":"Premium"},{"id":2537863,"name":"Hemmed","value":"Yes"},{"id":2537864,"name":"Insulated","value":"No"},{"id":2537865,"name":"Leather Cut","value":"Suede Synthetic"},{"id":2537866,"name":"Leather Type","value":"Synthetic"},{"id":2537867,"name":"Lining","value":"Unlined"},{"id":2537868,"name":"Material","value":"Synthetic"},{"id":2537869,"name":"Material Group","value":"Multi-Task"},{"id":2537870,"name":"Multi-Color","value":"No"},{"id":2537871,"name":"Packaging Individual Unit","value":"Polybagged by the pair"},{"id":2537872,"name":"Palm/Polymer Type","value":"Padded Palm"},{"id":2537873,"name":"Pattern","value":"Gunn"},{"id":2537874,"name":"Product Type","value":"Multi-Task"},{"id":2537875,"name":"HI VIS","value":"Yes"},{"id":2537876,"name":"Thumb Style","value":"Wing"},{"id":2537877,"name":"EN 388 :CE Score - Abrasi","value":"2"},{"id":2537878,"name":"EN 388 :CE Score - Cut","value":"1"},{"id":2537879,"name":"EN 388 :CE Score - Tear","value":"2"},{"id":2537880,"name":"EN 388:CE Score - Puncture","value":"1"},{"id":2537881,"name":"Series","value":"MCR Safety Multi-Task"},{"id":2537882,"name":"Logo Color","value":"Yellow"},{"id":2537883,"name":"Hi-Vis color","value":"Orange"},{"id":2537884,"name":"Reflective","value":"No"},{"id":2537885,"name":"Thread Type","value":"Poly / Cotton"},{"id":2537886,"name":"Leather Color","value":"Black"},{"id":2537887,"name":"Fabric Color","value":"Hi-Vis Orange"},{"id":2537888,"name":"Cuff Material","value":"Elastic"},{"id":2537889,"name":"Package Size","value":"Pair"},{"id":2537890,"name":"Case Quantity","value":"72"},{"id":2537891,"name":"MCR Glove Type","value":"Mechanic Glove"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/101345/230432/mcr-935HVO__03936.1558703069.jpg?c=2","alt":"MCR Safety 935HVOS MCR Safety Multi-Task, Black synthetic leather, Orange spandex back, Hook/loop closure"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$12.71","value":12.71,"currency":"USD"},"tax_label":"Tax"},"category":["Safety Supplies","Safety Supplies/Hand Protection","Safety Supplies/Hand Protection/Mechanics Gloves","All Products","Brands/MCR Safety"]},{"id":45783,"sku":"PIP17-HX200-L","name":"PIP 17-HX200 Kut Gard Polykor Xrystal Blended Glove, Cut Resistant Glove, A3","url":"https://safetysourcellc.com/safety-supplies/hand-protection/cut-resistant-gloves/pip-17-HX200-kut-gard-polykor-xrystal-blended-glove/?searchid=0&search_query=stretch+film","brand":{"name":"PIP Global Safety"},"availability":"","summary":"PIP 17-HX200 Kut Gard Polykor Xrystal Blended Glove, Cut Resistant Glove, A3. Ideal for sheet metal application and stamping, glass handling, assembly, automotive manufacturing, painting, canning,...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/45783/109382/PIP_17-HX200_PolyKor_Xrystal_Blended_Glove__48049.1634156263.jpg?c=2","alt":"PIP 17-HX200 Kut Gard Polykor Xrystal Blended Glove, Cut Resistant Glove, A3"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.67 LBS","value":0.67},"demo":false,"date_added":"Mar 19th 2019","custom_fields":[{"id":2481899,"name":"Color","value":"Gray"},{"id":2481900,"name":"Construction","value":"Seamless Knit"},{"id":2481901,"name":"Series","value":"Kut Gard"},{"id":2481902,"name":"Lining","value":"PolyKor Xrystal"},{"id":2481903,"name":"ANSI Cut Level","value":"A3"},{"id":2481904,"name":"Gauge","value":"13"},{"id":2481905,"name":"Package Size","value":"Dozen"},{"id":2481906,"name":"Case Quantity","value":"6 Dozen/Case"},{"id":2481907,"name":"Custom Print Gloves","value":"Yes"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/45783/109382/PIP_17-HX200_PolyKor_Xrystal_Blended_Glove__48049.1634156263.jpg?c=2","alt":"PIP 17-HX200 Kut Gard Polykor Xrystal Blended Glove, Cut Resistant Glove, A3"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$60.82","value":60.82,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=45783&searchid=0&search_query=stretch+film","category":["Safety Supplies","Safety Supplies/Hand Protection","Safety Supplies/Hand Protection/Cut Resistant Gloves","Safety Supplies/Hand Protection/Knit Work Gloves","All Products","Brands/PIP Global Safety"]},{"id":133741,"sku":"PIPP190SP3CMHVBUV-PP1-TL","name":"PIP P190SP3CMHVBUV-PP1TL Kut Gard ATA PreventWear ATA Blended Cut Resistant Pullover with Hi-Vis Sleeves","url":"https://safetysourcellc.com/safety-supplies/protective-clothing/cut-resistant-sleeves/pip-p190sp3cmhvbuv-pp1tl-kut-gard-ata-preventwear-ata-blended-cut-resistant-pullover-with-hi-vis-sleeves/?searchid=0&search_query=stretch+film","brand":{"name":"PIP Global Safety"},"availability":"","summary":"Custom created for glass industry leaders with demanding needs, this Kut Gard ATA Prevent Wear pullover delivers substantial cut protection and wearer comfort. The high visibility biceps deliver ANSI...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/133741/312578/P190SP3CMHVBUV-PP1-TL-S---Front__00568.1686233289.jpg?c=2","alt":"PIP P190SP3CMHVBUV-PP1TL Kut Gard ATA PreventWear ATA Blended Cut Resistant Pullover with Hi-Vis Sleeves"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"2.15 LBS","value":2.15},"demo":false,"date_added":"Jun 8th 2023","custom_fields":[{"id":2578871,"name":"Color","value":"Dark Gray"},{"id":2578872,"name":"ANSI Cut Level Abdomen","value":"A5"},{"id":2578873,"name":"ANSI Cut Level Bicep","value":"A8"},{"id":2578874,"name":"ANSI Cut Level Chest","value":"A5"},{"id":2578875,"name":"ANSI Cut Level Forearm","value":"A5"},{"id":2578876,"name":"ANSI Cut Level Neck Collar","value":"A7"},{"id":2578877,"name":"ANSI Cut Level Upper Back","value":"A5"},{"id":2578878,"name":"Construction","value":"Antimicrobial, 3/4 Mesh Back, Hi-Vis Biceps, Underarm Vents"},{"id":2578879,"name":"Closure","value":"Pullover"},{"id":2578880,"name":"Pockets","value":"1"},{"id":2578881,"name":"Fabric","value":"ATA Fiber Technology"},{"id":2578882,"name":"Pocket Type","value":"Pen Pocket"},{"id":2578883,"name":"Clothing Type","value":"Pullover"},{"id":2578884,"name":"Case Quantity","value":"1"},{"id":2578885,"name":"Package Size","value":"Each"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/133741/312578/P190SP3CMHVBUV-PP1-TL-S---Front__00568.1686233289.jpg?c=2","alt":"PIP P190SP3CMHVBUV-PP1TL Kut Gard ATA PreventWear ATA Blended Cut Resistant Pullover with Hi-Vis Sleeves"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/133741/312552/P190SP3CMHVBUV-PP1-TL-S---Back__92955.1686229088.jpg?c=2","alt":"PIP P190SP3CMHVBUV-PP1TL Kut Gard ATA PreventWear ATA Blended Cut Resistant Pullover with Hi-Vis Sleeves"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$374.31","value":374.31,"currency":"USD"},"tax_label":"Tax","price_range":{"min":{"without_tax":{"formatted":"$374.31","value":374.31,"currency":"USD"},"tax_label":"Tax"},"max":{"without_tax":{"formatted":"$454.98","value":454.98,"currency":"USD"},"tax_label":"Tax"}}},"category":["Safety Supplies/Hi-Vis And Protective Clothing/Cut Resistant Sleeves","Safety Supplies/Hi-Vis And Protective Clothing/General Protective Workwear","All Products","Brands/PIP Global Safety"]},{"id":154215,"sku":"GGLRLY00376","name":"Global Glove RLY00376 Stream Evo Shade 5 Lens, Gray and Blue Frame Safety Glasses","url":"https://safetysourcellc.com/safety-glasses/global-glove-rly00376-stream-evo-shade-5-lens-gray-and-blue-frame-safety-glasses/?searchid=0&search_query=stretch+film","brand":{"name":"Global Glove Safety Products"},"availability":"","summary":"The Riley Stream Evo redefines eye protection with a sleek, frameless sports-style design engineered for industrial environments. Weighing just 23g, this ultra-lightweight safety spectacle delivers...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154215/344440/RLY00376_front_W__92018.1775234981.jpg?c=2","alt":"Global Glove RLY00376 Stream Evo Shade 5 Lens, Gray and Blue Frame Safety Glasses"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.10 LBS","value":0.1},"demo":false,"date_added":"Apr 3rd 2026","custom_fields":[{"id":2791166,"name":"Brand","value":"Riley"},{"id":2791168,"name":"Series","value":"Stream Evo"},{"id":2791169,"name":"Product Name","value":"Stream Evo Shade 5 Green PFT"},{"id":2791172,"name":"Style","value":"Frameless Safety Glasses"},{"id":2791174,"name":"Weight","value":"23 Grams"},{"id":2791176,"name":"Adjustable Nose Pieces","value":"Yes"},{"id":2791177,"name":"Base Curve","value":"9.5"},{"id":2791179,"name":"Coating","value":"Tecton 400"},{"id":2791180,"name":"Dielectric","value":"Yes"},{"id":2791181,"name":"Features","value":"100% Metal Free, Protects Against Infrared"},{"id":2791182,"name":"Frame Color","value":"Gray with Blue"},{"id":2791183,"name":"Frame Type","value":"Frameless"},{"id":2791184,"name":"Hard Coat","value":"Yes"},{"id":2791185,"name":"Lens","value":"Shade 5 Green PFT"},{"id":2791186,"name":"Meets ANSI/ISEA Z87.1-2020 Standards","value":"Yes"},{"id":2791187,"name":"UV Rated","value":"Yes"},{"id":2791188,"name":"Disposal","value":"Pitted, scratched, or damaged lenses must be replaced by replacing the complete product. If the frame is damaged also replace the complete product."},{"id":2791189,"name":"Storage","value":"All products must be stored in a dry and clean environment. After each use it is recommended to keep the spectacles or goggles in a microfiber pouch or rigid case."},{"id":2791190,"name":"Package Size","value":"Pair"},{"id":2791191,"name":"Case Quantity","value":"200 Each / Case"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154215/344440/RLY00376_front_W__92018.1775234981.jpg?c=2","alt":"Global Glove RLY00376 Stream Evo Shade 5 Lens, Gray and Blue Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154215/344445/RLY00376_front_W__77214.1775234981.jpg?c=2","alt":"Global Glove RLY00376 Stream Evo Shade 5 Lens, Gray and Blue Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154215/344454/RLY00375_W__64689.1775234982.jpg?c=2","alt":"Global Glove RLY00376 Stream Evo Shade 5 Lens, Gray and Blue Frame Safety Glasses"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$12.60","value":12.6,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=154215&searchid=0&search_query=stretch+film","category":["Safety Supplies/Safety Eyewear/Safety Glasses","All Products","Brands/Global Glove Safety"]},{"id":154257,"sku":"GGLRLY00362","name":"Global Glove RLY00362 Stream Evo Gray Lens, Gray and Blue Frame Safety Glasses","url":"https://safetysourcellc.com/safety-glasses/global-glove-rly00362-stream-evo-gray-lens-gray-and-blue-frame-safety-glasses/?searchid=0&search_query=stretch+film","brand":{"name":"Global Glove Safety Products"},"availability":"","summary":"The Riley Stream Evo redefines eye protection with a sleek, frameless sports-style design engineered for industrial environments. Weighing just 23g, this ultra-lightweight safety spectacle delivers...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154257/344571/RLY00362_W__55181.1775234991.jpg?c=2","alt":"Global Glove RLY00362 Stream Evo Gray Lens, Gray and Blue Frame Safety Glasses"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.10 LBS","value":0.1},"demo":false,"date_added":"Apr 3rd 2026","custom_fields":[{"id":2792023,"name":"Brand","value":"Riley"},{"id":2792024,"name":"Series","value":"Stream Evo"},{"id":2792025,"name":"Product Name","value":"Stream Evo Gray PFT"},{"id":2792026,"name":"Style","value":"Frameless Safety Glasses"},{"id":2792027,"name":"Weight","value":"23 Grams"},{"id":2792028,"name":"Adjustable Nose Pieces","value":"Yes"},{"id":2792029,"name":"Base Curve","value":"9.5"},{"id":2792030,"name":"Coating","value":"Tecton 400"},{"id":2792031,"name":"Dielectric","value":"Yes"},{"id":2792032,"name":"Features","value":"100% Metal Free"},{"id":2792035,"name":"Frame Color","value":"Gray with Blue"},{"id":2792038,"name":"Frame Type","value":"Frameless"},{"id":2792041,"name":"Hard Coat","value":"Yes"},{"id":2792044,"name":"Lens","value":"Gray PFT"},{"id":2792046,"name":"Light Transmittance","value":"14%"},{"id":2792049,"name":"Meets ANSI/ISEA Z87.1-2020 Standards","value":"Yes"},{"id":2792051,"name":"UV Rated","value":"Yes"},{"id":2792055,"name":"Disposal","value":"Pitted, scratched, or damaged lenses must be replaced by replacing the complete product. If the frame is damaged also replace the complete product."},{"id":2792058,"name":"Storage","value":"All products must be stored in a dry and clean environment. After each use it is recommended to keep the spectacles or goggles in a microfiber pouch or rigid case."},{"id":2792061,"name":"Package Size","value":"Pair"},{"id":2792063,"name":"Case Quantity","value":"200 Each / Case"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154257/344571/RLY00362_W__55181.1775234991.jpg?c=2","alt":"Global Glove RLY00362 Stream Evo Gray Lens, Gray and Blue Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154257/344576/RLY00362_front_W__92818.1775234991.jpg?c=2","alt":"Global Glove RLY00362 Stream Evo Gray Lens, Gray and Blue Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154257/344580/RLY00362_W__07377.1775234991.jpg?c=2","alt":"Global Glove RLY00362 Stream Evo Gray Lens, Gray and Blue Frame Safety Glasses"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$6.97","value":6.97,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=154257&searchid=0&search_query=stretch+film","category":["Safety Supplies/Safety Eyewear/Safety Glasses","All Products","Brands/Global Glove Safety"]},{"id":154274,"sku":"GGLRLY00360","name":"Global Glove RLY00360 Stream Evo Twilight Performance Fog Technology Lens, Gray and Blue Frame Safety Glasses","url":"https://safetysourcellc.com/safety-glasses/global-glove-rly00360-stream-evo-twilight-performance-fog-technology-lens-gray-and-blue-frame-safety-glasses/?searchid=0&search_query=stretch+film","brand":{"name":"Global Glove Safety Products"},"availability":"","summary":"The Riley Stream Evo redefines eye protection with a sleek, frameless sports-style design engineered for industrial environments. Weighing just 23g, this ultra-lightweight safety spectacle delivers...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154274/344613/RLY00360_W__17975.1775234994.jpg?c=2","alt":"Global Glove RLY00360 Stream Evo Twilight Performance Fog Technology Lens, Gray and Blue Frame Safety Glasses"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.10 LBS","value":0.1},"demo":false,"date_added":"Apr 3rd 2026","custom_fields":[{"id":2792347,"name":"Brand","value":"Riley"},{"id":2792348,"name":"Series","value":"Stream Evo"},{"id":2792349,"name":"Product Name","value":"Stream Evo Twilight PFT"},{"id":2792350,"name":"Style","value":"Anti-Fog Safety Glasses"},{"id":2792351,"name":"Weight","value":"23 Grams"},{"id":2792352,"name":"Adjustable Nose Pieces","value":"Yes"},{"id":2792353,"name":"Anti-Fog","value":"Yes"},{"id":2792354,"name":"Base Curve","value":"9.5"},{"id":2792355,"name":"Coating","value":"Tecton 400"},{"id":2792356,"name":"Dielectric","value":"Yes"},{"id":2792357,"name":"Features","value":"100% Metal Free"},{"id":2792358,"name":"Frame Color","value":"Gray with Blue"},{"id":2792359,"name":"Frame Type","value":"Frameless"},{"id":2792360,"name":"Hard Coat","value":"Yes"},{"id":2792361,"name":"Lens","value":"Twilight PFT"},{"id":2792362,"name":"Light Transmittance","value":"55%"},{"id":2792363,"name":"Meets ANSI/ISEA Z87.1-2020 Standards","value":"Yes"},{"id":2792364,"name":"UV Rated","value":"Yes"},{"id":2792365,"name":"Disposal","value":"Pitted, scratched, or damaged lenses must be replaced by replacing the complete product. If the frame is damaged also replace the complete product."},{"id":2792366,"name":"Storage","value":"All products must be stored in a dry and clean environment. After each use it is recommended to keep the spectacles or goggles in a microfiber pouch or rigid case."},{"id":2792367,"name":"Package Size","value":"Pair"},{"id":2792368,"name":"Case Quantity","value":"200 Each / Case"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154274/344613/RLY00360_W__17975.1775234994.jpg?c=2","alt":"Global Glove RLY00360 Stream Evo Twilight Performance Fog Technology Lens, Gray and Blue Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154274/344621/RLY00360_front_W__66738.1775234995.jpg?c=2","alt":"Global Glove RLY00360 Stream Evo Twilight Performance Fog Technology Lens, Gray and Blue Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154274/344627/RLY00360_W__79348.1775234995.jpg?c=2","alt":"Global Glove RLY00360 Stream Evo Twilight Performance Fog Technology Lens, Gray and Blue Frame Safety Glasses"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$6.97","value":6.97,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=154274&searchid=0&search_query=stretch+film","category":["Safety Supplies/Safety Eyewear/Safety Glasses","All Products","Brands/Global Glove Safety"]},{"id":154283,"sku":"GGLRLY00481","name":"Global Glove RLY00481 Flux Clear Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses","url":"https://safetysourcellc.com/safety-glasses/global-glove-rly00481-flux-clear-performance-fog-technology-lens-black-and-gray-adjustable-frame-safety-glasses/?searchid=0&search_query=stretch+film","brand":{"name":"Global Glove Safety Products"},"availability":"","summary":"The Flux lightweight wraparound safety glasses deliver clear, reliable protection in a compact, ergonomic design. The single polycarbonate lens provides a wide field of view and features Tecton 400,...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154283/344642/RLY00481_W__37101.1775234997.jpg?c=2","alt":"Global Glove RLY00481 Flux Clear Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.10 LBS","value":0.1},"demo":false,"date_added":"Apr 3rd 2026","custom_fields":[{"id":2792532,"name":"Brand","value":"Riley"},{"id":2792533,"name":"Series","value":"Flux"},{"id":2792534,"name":"Product Name","value":"Flux Clear PFT"},{"id":2792535,"name":"Weight","value":"24 Grams"},{"id":2792536,"name":"Adjustable Nose Pieces","value":"Yes"},{"id":2792538,"name":"Anti-Fog","value":"Yes"},{"id":2792540,"name":"Coating","value":"Tecton 400"},{"id":2792542,"name":"Features","value":"Brow-Pad"},{"id":2792544,"name":"Frame Color","value":"Black and Gray"},{"id":2792546,"name":"Frame Type","value":"Half Frame"},{"id":2792548,"name":"Hard Coat","value":"Yes"},{"id":2792549,"name":"Lens","value":"Clear PFT"},{"id":2792551,"name":"Light Transmittance","value":"92%"},{"id":2792553,"name":"Meets ANSI/ISEA Z87.1-2020 Anti-Fog Standards","value":"Yes"},{"id":2792556,"name":"Meets ANSI/ISEA Z87.1-2020 Standards","value":"Yes"},{"id":2792557,"name":"Performance Fog Technology","value":"Yes"},{"id":2792559,"name":"Retail Ready","value":"Yes"},{"id":2792561,"name":"UV Rated","value":"Yes"},{"id":2792562,"name":"Package Size","value":"Pair"},{"id":2792563,"name":"Case Quantity","value":"200 Each / Case"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154283/344642/RLY00481_W__37101.1775234997.jpg?c=2","alt":"Global Glove RLY00481 Flux Clear Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154283/344651/RLY00481_front_W__89442.1775234997.jpg?c=2","alt":"Global Glove RLY00481 Flux Clear Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154283/344656/RLY00481_W__33956.1775234998.jpg?c=2","alt":"Global Glove RLY00481 Flux Clear Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$8.21","value":8.21,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=154283&searchid=0&search_query=stretch+film","category":["Safety Supplies/Safety Eyewear/Safety Glasses","All Products","Brands/Global Glove Safety"]},{"id":154342,"sku":"GGLRLY00483","name":"Global Glove RLY00483 Flux Blue Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses","url":"https://safetysourcellc.com/safety-glasses/global-glove-rly00483-flux-blue-performance-fog-technology-lens-black-and-gray-adjustable-frame-safety-glasses/?searchid=0&search_query=stretch+film","brand":{"name":"Global Glove Safety Products"},"availability":"","summary":"The Flux lightweight wraparound safety glasses deliver clear, reliable protection in a compact, ergonomic design. The single polycarbonate lens provides a wide field of view and features Tecton 400,...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154342/344818/RLY00483_W__39558.1775235020.jpg?c=2","alt":"Global Glove RLY00483 Flux Blue Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.10 LBS","value":0.1},"demo":false,"date_added":"Apr 3rd 2026","custom_fields":[{"id":2793696,"name":"Brand","value":"Riley"},{"id":2793697,"name":"Series","value":"Flux"},{"id":2793698,"name":"Product Name","value":"Flux Blue PFT"},{"id":2793699,"name":"Weight","value":"24 Grams"},{"id":2793700,"name":"Adjustable Nose Pieces","value":"Yes"},{"id":2793701,"name":"Anti-Fog","value":"Yes"},{"id":2793702,"name":"Coating","value":"Tecton 400"},{"id":2793703,"name":"Features","value":"Brow-Pad"},{"id":2793704,"name":"Frame Color","value":"Black and Gray"},{"id":2793705,"name":"Frame Type","value":"Half Frame"},{"id":2793706,"name":"Hard Coat","value":"Yes"},{"id":2793707,"name":"Lens","value":"Blue PFT"},{"id":2793708,"name":"Light Transmittance","value":"65%"},{"id":2793709,"name":"Meets ANSI/ISEA Z87.1-2020 Anti-Fog Standards","value":"Yes"},{"id":2793710,"name":"Meets ANSI/ISEA Z87.1-2020 Standards","value":"Yes"},{"id":2793711,"name":"Performance Fog Technology","value":"Yes"},{"id":2793712,"name":"Retail Ready","value":"Yes"},{"id":2793713,"name":"UV Rated","value":"Yes"},{"id":2793714,"name":"Package Size","value":"Pair"},{"id":2793715,"name":"Case Quantity","value":"200 Each / Case"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154342/344818/RLY00483_W__39558.1775235020.jpg?c=2","alt":"Global Glove RLY00483 Flux Blue Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154342/344821/RLY00483_front_W__31117.1775235021.jpg?c=2","alt":"Global Glove RLY00483 Flux Blue Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154342/344823/RLY00483_W__73662.1775235021.jpg?c=2","alt":"Global Glove RLY00483 Flux Blue Performance Fog Technology Lens, Black and Gray Adjustable Frame Safety Glasses"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$8.21","value":8.21,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=154342&searchid=0&search_query=stretch+film","category":["Safety Supplies/Safety Eyewear/Safety Glasses","All Products","Brands/Global Glove Safety"]},{"id":154364,"sku":"GGLRLY00365","name":"Global Glove RLY00365 Stream Evo Blue Lens, Gray and Blue Frame Safety Glasses","url":"https://safetysourcellc.com/safety-glasses/global-glove-rly00365-stream-evo-blue-lens-gray-and-blue-frame-safety-glasses/?searchid=0&search_query=stretch+film","brand":{"name":"Global Glove Safety Products"},"availability":"","summary":"The Riley Stream Evo redefines eye protection with a sleek, frameless sports-style design engineered for industrial environments. Weighing just 23g, this ultra-lightweight safety spectacle delivers...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154364/344880/RLY00365_front_W__49021.1775235708.jpg?c=2","alt":"Global Glove RLY00365 Stream Evo Blue Lens, Gray and Blue Frame Safety Glasses"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.10 LBS","value":0.1},"demo":false,"date_added":"Apr 3rd 2026","custom_fields":[{"id":2794197,"name":"Brand","value":"Riley"},{"id":2794198,"name":"Series","value":"Stream Evo"},{"id":2794199,"name":"Product Name","value":"Stream Evo Blue PFT"},{"id":2794200,"name":"Style","value":"Frameless Safety Glasses"},{"id":2794201,"name":"Weight","value":"23 Grams"},{"id":2794202,"name":"Adjustable Nose Pieces","value":"Yes"},{"id":2794203,"name":"Base Curve","value":"9.5"},{"id":2794204,"name":"Coating","value":"Tecton 400"},{"id":2794205,"name":"Dielectric","value":"Yes"},{"id":2794206,"name":"Features","value":"100% Metal Free"},{"id":2794207,"name":"Frame Color","value":"Gray with Blue"},{"id":2794208,"name":"Frame Type","value":"Frameless"},{"id":2794209,"name":"Hard Coat","value":"Yes"},{"id":2794210,"name":"Lens","value":"Blue PFT"},{"id":2794211,"name":"Light Transmittance","value":"65%"},{"id":2794212,"name":"Meets ANSI/ISEA Z87.1-2020 Standards","value":"Yes"},{"id":2794213,"name":"Precision Lens","value":"Yes"},{"id":2794214,"name":"Disposal","value":"Pitted, scratched, or damaged lenses must be replaced by replacing the complete product. If the frame is damaged also replace the complete product."},{"id":2794215,"name":"Cleaning","value":"The lenses should be cleaned regularly."},{"id":2794216,"name":"Storage","value":"All products must be stored in a dry and clean environment. After each use it is recommended to keep the spectacles or goggles in a microfiber pouch or rigid case."},{"id":2794217,"name":"Package Size","value":"Pair"},{"id":2794218,"name":"Case Quantity","value":"200 Each / Case"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154364/344880/RLY00365_front_W__49021.1775235708.jpg?c=2","alt":"Global Glove RLY00365 Stream Evo Blue Lens, Gray and Blue Frame Safety Glasses"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$6.97","value":6.97,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=154364&searchid=0&search_query=stretch+film","category":["Safety Supplies/Safety Eyewear/Safety Glasses","All Products","Brands/Global Glove Safety"]},{"id":154223,"sku":"GGLRLY00375","name":"Global Glove RLY00375 Stream Evo Shade 3 Lens, Gray and Blue Frame Safety Glasses","url":"https://safetysourcellc.com/safety-glasses/global-glove-rly00375-stream-evo-shade-3-lens-gray-and-blue-frame-safety-glasses/?searchid=0&search_query=stretch+film","brand":{"name":"Global Glove Safety Products"},"availability":"","summary":"The Riley Stream Evo redefines eye protection with a sleek, frameless sports-style design engineered for industrial environments. Weighing just 23g, this ultra-lightweight safety spectacle delivers...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154223/344461/RLY00375_W__07067.1775234983.jpg?c=2","alt":"Global Glove RLY00375 Stream Evo Shade 3 Lens, Gray and Blue Frame Safety Glasses"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.10 LBS","value":0.1},"demo":false,"date_added":"Apr 3rd 2026","custom_fields":[{"id":2791313,"name":"Brand","value":"Riley"},{"id":2791316,"name":"Series","value":"Stream Evo"},{"id":2791318,"name":"Product Name","value":"Stream Evo Shade 3 Green PFT"},{"id":2791320,"name":"Style","value":"Frameless Safety Glasses"},{"id":2791322,"name":"Weight","value":"23 Grams"},{"id":2791324,"name":"Adjustable Nose Pieces","value":"Yes"},{"id":2791327,"name":"Base Curve","value":"9.5"},{"id":2791329,"name":"Coating","value":"Tecton 400"},{"id":2791331,"name":"Dielectric","value":"Yes"},{"id":2791333,"name":"Features","value":"100% Metal Free, Protects Against Infrared"},{"id":2791335,"name":"Frame Color","value":"Gray with Blue"},{"id":2791338,"name":"Frame Type","value":"Frameless"},{"id":2791340,"name":"Hard Coat","value":"Yes"},{"id":2791341,"name":"Lens","value":"Shade 3 Green PFT"},{"id":2791342,"name":"Meets ANSI/ISEA Z87.1-2020 Standards","value":"Yes"},{"id":2791343,"name":"UV Rated","value":"Yes"},{"id":2791344,"name":"Disposal","value":"Pitted, scratched, or damaged lenses must be replaced by replacing the complete product. If the frame is damaged also replace the complete product."},{"id":2791345,"name":"Storage","value":"All products must be stored in a dry and clean environment. After each use it is recommended to keep the spectacles or goggles in a microfiber pouch or rigid case."},{"id":2791346,"name":"Package Size","value":"Pair"},{"id":2791347,"name":"Case Quantity","value":"200 Each / Case"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154223/344461/RLY00375_W__07067.1775234983.jpg?c=2","alt":"Global Glove RLY00375 Stream Evo Shade 3 Lens, Gray and Blue Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154223/344467/RLY00375_front_W__82629.1775234983.jpg?c=2","alt":"Global Glove RLY00375 Stream Evo Shade 3 Lens, Gray and Blue Frame Safety Glasses"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/154223/344470/RLY00375_W__13324.1775234983.jpg?c=2","alt":"Global Glove RLY00375 Stream Evo Shade 3 Lens, Gray and Blue Frame Safety Glasses"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$12.60","value":12.6,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=154223&searchid=0&search_query=stretch+film","category":["Safety Supplies/Safety Eyewear/Safety Glasses","All Products","Brands/Global Glove Safety"]}]</script><script data-bc-cookie-consent="3" type="text/plain">!function(){var e=window.location.search;if(e&&e.length>1&&localStorage){var l,o,t=e.slice(1).split("&");for(l=0;l<t.length;l++)o=(e=t[l].split("="))[1],(e=e[0])&&o&&("gclid"===e||"msclkid"===e||0===e.indexOf("utm"))&&localStorage.setItem(e,decodeURIComponent(o))}}();</script><!-- PriceSpider Path Insights -->
<script src="//cdn.pricespider.com/pathinsights/ps-pi-ps.min.js" defer></script>
<script>
var psSaveCookie = function (value) {
if (typeof window !== "undefined" && window.sessionStorage) {
sessionStorage.setItem('psrid', value);
sessionStorage.setItem('pswtb.psrid', value);
}
}
var search = typeof window !== "undefined" && window.location && window.location.search ? window.location.search : undefined;
if (search && search.length) {
search = search.substr(1);
var params = search.split('&');
for (var i = 0; i < params.length; i++) {
var param = params[i];
var parts = param.split('=');
if (parts && parts.length) {
var key = parts[0];
var value = parts[1];
if (key === 'psrid' || key === 'redirectToken') {
psSaveCookie(value);
}
}
}
}
</script><!-- Fast Simon --><script async src="https://bigcommerce.instantsearchplus.com/js/acp-magento.js?v=2&mode=bigcommerce&UUID=520337de-15f2-4769-b9df-90d8eb72c383&store=1"></script><!-- Fast Simon --><script class="fast-simon-script">
var STORE_UUID = "520337de-15f2-4769-b9df-90d8eb72c383";
var STORE_ID = Number("1");
var FAST_SEARCH_HANDLE = "/search-results/";
var FAST_ENDPOINT = "https://api.fastsimon.com";
var FAST_CONFIG = {"backInStockProvider": 0,"badges": [],"badgesLimit": 2,"categoryFilterType": {"collections": 3,"search": 3},"categoryNavigationTree": true,"collectionsPersonalization": {"active": false,"avoidCategories": [],"avoidProducts": null,"disableCategories": [],"maxRecencyLimit": 365,"recencyLimit": 5},"css": "","currency": "USD","customIcons": [],"custom_swatches_css": "","default_sort": {"categories": "relevency","custom": {"-1": "relevancy","1427": "relevancy","1428": "relevancy","1431": "relevancy","1438": "relevancy","1451": "relevancy","1467": "relevancy","1468": "relevancy","1511": "relevancy","1536": "relevancy","1547": "relevancy","2101": "relevancy","2594": "relevancy","2826": "relevancy","2998": "relevancy","5956": "relevancy"},"search": "relevency"},"domain": null,"filtersPersonalization": false,"has_bloomreach": false,"has_dotdigital": false,"has_shopify_markets": false,"imageOptimization": false,"isContent": true,"isSPA": false,"kind": "BigCommerce","language": "en","onlyServerRelatedCollections": false,"pricing": {"avoidPricesForNonLoginUsers": false,"currencyConversionRate": "1.00","currencySymbolPosition": "auto","priceRangeFormat": "from_min","showPriceWithoutDecimals": false},"quickViewAttributes": ["Size"],"referrerBasedAudiences": false,"searchPersonalization": false,"settings": {"desktopSettings": {"collections": {"categoriesWheelsOnCollections": false,"categoriesWheelsOnSerp": false,"isCustomCarouselIcons": false,"leftArrowIconName": "","numberOfWheelTitleLines": 3,"rightArrowIconName": "","useAutomaticRelatedCollections": true,"wheelSize": 85},"filters": {"backgroundColor": "unset","btnColor": "#747a80","btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"btnFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"colorsFilter": "checkboxes","filtersButtonCustomIconName": "","filtersTopBar": false,"hideFiltersByDefault": false,"inStockFilter": "switch","isActive": true,"isCustomIcon": false,"layout": "vertical","numberOfOpenFacets": "all","numberOfOpenNarrows": "default","onSaleFilter": "switch","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"priceFilterRange": false,"priceFilterSlider": true,"removableTags": {"backgroundColor": "unset","border": "1px solid #ccc","borderRadius": "unset","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"headerText": "Filter By","inFilters": false,"isActive": false,"isDisplayHeader": false,"onTopPage": true,"shadow": "unset"},"searchWithinFilters": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search...","shadow": "unset"},"searchWithinResults": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"placeHolder": "Search...","shadow": "unset"},"showHideFiltersButton": {"backgroundColor": "none","border": "1px solid #ccc","borderRadius": "unset","color": "#999","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"isActive": false,"shadow": "unset","text": "Show / Hide Filters"},"showMoreButton": false,"slideDirection": "left","titlesBackground": "#ffffff","titlesColor": "#000000","titlesFont": {"font": "Arial","fontSize": "14px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"}},"productGrid": {"articlesTab": {"layout": "modern"},"backgroundColor": "none","font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridColumnGap": "1px","gridRowGap": "1px","gridViewButton": false,"gridViewIcon": "","isGridViewCustomIcon": false,"listViewIcon": "","numberOfColumns": "4","numberOfRows": "5","pagePadding": "25px","pageTitle": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "35px","fontWeight": "bold","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"isActive": true,"margin": "unset","numberOfLines": "1"},"pagination": {"isCustomIcon": false,"leftArrowIcon": "","loadMore": false,"loadMoreAfter": 3,"paginationProgress": false,"paginationType": "pagination","progressBarColor": "#571eae","rightArrowIcon": ""},"product": {"addToCart": {"addToCartPosition": "product bottom","addToCartType": "product level","ajaxAnimation": true,"backgroundColor": "unset","backgroundColorOnHover": "#000000","border": "1px solid #000000","borderColorOnHover": "#000000","borderRadius": "unset","changeColorsOnHover": true,"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "700","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "addToCart","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","quantitySelector": false,"shadow": "unset","showOnHover": false,"text": "Add to Cart","textColorsOnHover": "#ffffff"},"backInStock": {"backInStockPosition": "product bottom","backgroundColor": "#ffffff","backgroundColorOnHover": "#4e87ff","border": "1px solid #4E87FF","borderColorOnHover": "#4E87FF","borderRadius": "unset","changeColorsOnHover": true,"color": "#4e87ff","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "backInStock","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","shadow": "unset","showOnHover": true,"text": "Notify me","textColorsOnHover": "#ffffff"},"backgroundColor": "#FFFFFF","border": "unset","borderRadius": "unset","colorSwatches": {"changeVariantOnHover": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"enableOutOfStockSwatches": false,"gridPosition": {"areaName": "colorSwatches","numOfCols": 3,"row": 6},"isActive": false,"margin": "unset","maxSwatches": 6,"swatchesType": 0},"compare": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"gridPosition": {"areaName": "compare","numOfCols": 1,"row": 2},"isActive": false,"margin": "unset","shadow": "unset"},"description": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "description","numOfCols": 3,"row": 4},"isActive": false,"margin": "unset","numberOfLines": "2","saveSpaceForLineClamp": true,"shadow": "unset"},"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"imageCarousel": "false","imageFit": "contain","imageRatio": 1,"inStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#1abc9c","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "inStock","numOfCols": 1,"row": 1},"isActive": false,"margin": "unset","shadow": "unset","text": "In Stock"},"info": {"gridAreas": "\"title title title title\" \"SKU SKU SKU SKU\" \"price price price price\" ","gridAreasObj": [{"h": 1,"i": "title","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 0},{"h": 1,"i": "price","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 2},{"h": 1,"i": "SKU","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 1}],"padding": "5px"},"isCustomCarouselIcons": false,"leftArrowIconName": "","leftArrowSlideDirection": "left","lookALike": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","buttonText": "Similar Styles","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "lookALike","numOfCols": 2,"row": 1},"isActive": false,"margin": "unset","text": "Look-A-Like","titleText": "SIMILAR STYLES WE THINK YOU\u2019LL LOVE"},"outOfStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#bc1a1a","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "outOfStock","numOfCols": 1,"row": 0},"isActive": true,"margin": "unset","shadow": "unset","text": "Out of Stock"},"padding": "11px","price": {"alignIfCompare": "center","color": "#000000","colorIfCompareEnable": "#dc1f26","currency": "auto","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "18px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"gridPosition": {"areaName": "price","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "0px 0px 1px 1px #000000"},"quickAddButtonStyleBar": false,"quickView": {"backgroundColor": "none","backgroundColorOnHover": "none","border": "1px solid #000000","borderRadius": "unset","color": "#000000","defaultStoreQuickview": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "quickView","numOfCols": 3,"row": 1},"isActive": false,"margin": "unset","text": "Quick View","theme": "modern"},"reviews": {"color": "#ffb518","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "reviews","numOfCols": 3,"row": 3},"isActive": false,"margin": "unset","noReviewsStarsColor": "#9F9F9F","reviewsCount": true,"shadow": "unset","size": "24","widgetForNoReview": true},"rightArrowIconName": "","rightArrowSlideDirection": "right","shadow": "0px 0px 0px 0px #000000","showBorderOnHover": false,"sku": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "700","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"gridPosition": {"areaName": "SKU","numOfCols": 3,"row": 1},"isActive": true,"margin": "auto","shadow": "unset"},"title": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "1.5","textAlign": "center"},"gridPosition": {"areaName": "title","numOfCols": 3,"row": 1},"isActive": true,"margin": "auto","numberOfLines": "2","saveSpaceForLineClamp": true},"vendor": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "vendor","numOfCols": 3,"row": 4},"isActive": false,"margin": "auto","shadow": "unset"},"wishList": {"checkedColor": "#ff1493","checkedIconName": "","defaultStoreWishlist": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"gridPosition": {"areaName": "wishlist","numOfCols": 1,"row": 1},"isActive": false,"isCustomIcon": false,"margin": "unset","notCheckedColor": "#ff1493","notCheckedIconName": "","position": "top-left","size": "24"}},"quickViewModal": {"animationDuration": 400,"animationInX": 0,"animationInY": -200,"animationOutX": 0,"animationOutY": -100,"closeButtonCustomIconName": "","height": "70%","imagesBar": false,"imagesInside": false,"imagesPosition": "left","isCustomIconClose": false,"openingDirection": "top to bottom","quantityBorder": "unset","quantityBorderRadius": "unset","quantityFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"quantityFontColor": "#000000","quantityLayout": "classic","quantityTitle": "Qty","theme": "classic","width": "70%"},"scrollToTopSettings": {"active": false,"backgroundColor": "black","fontFamily": "inherit","fontSize": "16px","fontWeight": 600,"iconName": "","iconPosition": "right","isCustomIcon": false,"text": "Scroll To Top","textColor": "white"}},"searchBox": {"border": "1px solid #000000","borderRadius": "unset","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search..."},"sorting": {"btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"buttonBackground": "#FFFFFF","buttonBorder": "1px solid #cccccc","buttonBorderRadius": "0","buttonColor": "#000000","defaultOption": "relevency","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"isCustomIcon": false,"mobileLayout": "classic","modalBackground": "#FFFFFF","modalBorderRadius": "16px 16px 0 0","modalHeight": "fit-content","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"optionsHeight": "40px","selectedBackground": "#dfdfdf","sortOptions": ["relevency","price_min_to_max","price_max_to_min","reviews"],"sortingButtonCustomIconName": "","sortingOptions": [{"active": true,"backendName": "relevency","customName": "Best Match"},{"active": true,"backendName": "price_min_to_max","customName": "Price: Low to High"},{"active": true,"backendName": "price_max_to_min","customName": "Price: High to Low"},{"active": true,"backendName": "creation_date","customName": "Newest Arrivals"},{"active": false,"backendName": "reviews","customName": "Customer Rating"},{"active": false,"backendName": "creation_date_oldest","customName": "Oldest Products"},{"active": false,"backendName": "a_to_z","customName": "Alphabetical: A-Z"},{"active": false,"backendName": "z_to_a","customName": "Alphabetical: Z-A"},{"active": false,"backendName": "popularity","customName": "Popularity"},{"active": false,"backendName": "discount_min_to_max","customName": "Discount: Low to High"},{"active": false,"backendName": "discount_max_to_min","customName": "Discount: High to Low"}],"titleColor": "#000000","titleFont": {"font": "Arial","fontSize": "16px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"titleHeight": "54px"}},"mobileSettings": {"collections": {"categoriesWheelsOnCollections": true,"categoriesWheelsOnSerp": true,"isCustomCarouselIcons": false,"leftArrowIconName": "","numberOfWheelTitleLines": 2,"rightArrowIconName": "","useAutomaticRelatedCollections": true,"wheelSize": 75},"filters": {"backgroundColor": "unset","btnColor": "#747a80","btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"btnFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"colorsFilter": "checkboxes","filtersButtonCustomIconName": "","filtersTopBar": true,"hideFiltersByDefault": false,"inStockFilter": "switch","isActive": true,"isCustomIcon": false,"layout": "vertical","numberOfOpenFacets": "all","numberOfOpenNarrows": "default","onSaleFilter": "switch","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"priceFilterRange": false,"priceFilterSlider": true,"removableTags": {"backgroundColor": "unset","border": "1px solid #ccc","borderRadius": "unset","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"headerText": "Filter By","inFilters": false,"isActive": false,"isDisplayHeader": false,"onTopPage": true,"shadow": "unset"},"searchWithinFilters": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search...","shadow": "unset"},"searchWithinResults": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"placeHolder": "Search...","shadow": "unset"},"showHideFiltersButton": {"backgroundColor": "none","border": "1px solid #ccc","borderRadius": "unset","color": "#999","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"isActive": false,"shadow": "unset","text": "Show / Hide Filters"},"showMoreButton": false,"slideDirection": "left","titlesBackground": "#ffffff","titlesColor": "#000000","titlesFont": {"font": "Arial","fontSize": "14px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"}},"productGrid": {"articlesTab": {"layout": "modern"},"backgroundColor": "none","font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridColumnGap": "1px","gridRowGap": "1px","gridViewButton": false,"gridViewIcon": "","isGridViewCustomIcon": false,"listViewIcon": "","numberOfColumns": "2","numberOfRows": "5","pagePadding": "0px","pageTitle": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "35px","fontWeight": "bold","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"isActive": true,"margin": "unset","numberOfLines": "1"},"pagination": {"isCustomIcon": false,"leftArrowIcon": "","loadMore": false,"loadMoreAfter": 3,"paginationProgress": false,"paginationType": "pagination","progressBarColor": "#571eae","rightArrowIcon": ""},"product": {"addToCart": {"addToCartPosition": "product bottom","addToCartType": "product level","ajaxAnimation": false,"backgroundColor": "#000000","backgroundColorOnHover": "none","border": "unset","borderColorOnHover": "none","borderRadius": "unset","changeColorsOnHover": false,"color": "#FFFFFF","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "addToCart","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","quantitySelector": false,"shadow": "unset","showOnHover": false,"text": "Add to Cart","textColorsOnHover": "none"},"backInStock": {"backInStockPosition": "product bottom","backgroundColor": "#1976d2","backgroundColorOnHover": "none","border": "unset","borderColorOnHover": "none","borderRadius": "unset","changeColorsOnHover": false,"color": "#FFFFFF","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "backInStock","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","shadow": "unset","showOnHover": false,"text": "Notify me","textColorsOnHover": "none"},"backgroundColor": "none","border": "unset","borderRadius": "unset","colorSwatches": {"changeVariantOnHover": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"enableOutOfStockSwatches": false,"gridPosition": {"areaName": "colorSwatches","numOfCols": 3,"row": 6},"isActive": false,"margin": "unset","maxSwatches": 6,"swatchesType": 0},"compare": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"gridPosition": {"areaName": "compare","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"description": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "description","numOfCols": 3,"row": 4},"isActive": false,"margin": "unset","numberOfLines": "2","saveSpaceForLineClamp": true,"shadow": "unset"},"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"imageCarousel": false,"imageFit": "contain","imageRatio": 1,"inStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#1abc9c","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "inStock","numOfCols": 1,"row": 1},"isActive": false,"margin": "unset","shadow": "unset","text": "In Stock"},"info": {"gridAreas": "\"title title title title\" \"price price price price\" \"compare compare compare compare\" ","gridAreasObj": [{"h": 1,"i": "title","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 0},{"h": 1,"i": "price","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 1},{"h": 1,"i": "compare","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 2}],"padding": "0px"},"isCustomCarouselIcons": false,"leftArrowIconName": "","leftArrowSlideDirection": "left","lookALike": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","buttonText": "Similar Styles","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "lookALike","numOfCols": 2,"row": 1},"isActive": false,"margin": "unset","text": "Look-A-Like","titleText": "SIMILAR STYLES WE THINK YOU\u2019LL LOVE"},"outOfStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#bc1a1a","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "outOfStock","numOfCols": 1,"row": 0},"isActive": true,"margin": "unset","shadow": "unset","text": "Out of Stock"},"padding": "11px","price": {"alignIfCompare": "center","color": "#000000","colorIfCompareEnable": "#dc1f26","currency": "auto","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"gridPosition": {"areaName": "price","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"quickView": {"backgroundColor": "none","backgroundColorOnHover": "none","border": "1px solid #000000","borderRadius": "unset","color": "#000000","defaultStoreQuickview": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "quickView","numOfCols": 3,"row": 1},"isActive": true,"margin": "unset","text": "Quick View","theme": "modern"},"reviews": {"color": "#ffb518","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "reviews","numOfCols": 3,"row": 3},"isActive": false,"margin": "unset","noReviewsStarsColor": "#9F9F9F","reviewsCount": true,"shadow": "unset","size": "24","widgetForNoReview": true},"rightArrowIconName": "","rightArrowSlideDirection": "right","shadow": "unset","showBorderOnHover": false,"sku": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "SKU","numOfCols": 3,"row": 1},"isActive": false,"margin": "auto","shadow": "unset"},"title": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "1.5","textAlign": "center"},"gridPosition": {"areaName": "title","numOfCols": 3,"row": 1},"isActive": true,"margin": "auto","numberOfLines": "2","saveSpaceForLineClamp": true},"vendor": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "vendor","numOfCols": 3,"row": 4},"isActive": false,"margin": "auto","shadow": "unset"},"wishList": {"checkedColor": "#ff1493","checkedIconName": "","defaultStoreWishlist": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "wishlist","numOfCols": 1,"row": 1},"isActive": false,"isCustomIcon": false,"location": "on-image","margin": "unset","notCheckedColor": "#ff1493","notCheckedIconName": "","padding": "10px","position": "top-left","size": "30px"}},"quickViewModal": {"animationDuration": 400,"animationInX": 0,"animationInY": 2000,"animationOutX": -500,"animationOutY": 0,"closeButtonCustomIconName": "","height": "70%","imagesBar": false,"imagesInside": false,"imagesPosition": "left","isCustomIconClose": false,"openingDirection": "bottom to top","quantityBorder": "unset","quantityBorderRadius": "unset","quantityFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"quantityFontColor": "#000000","quantityLayout": "classic","quantityTitle": "Qty","theme": "classic","width": "70%"},"scrollToTopSettings": {"active": false,"backgroundColor": "black","fontFamily": "inherit","fontSize": "16px","fontWeight": 600,"iconName": "","iconPosition": "right","isCustomIcon": false,"text": "Scroll To Top","textColor": "white"},"stickyHeaderBackground": "#FFF","stickyMobileHeader": false},"searchBox": {"border": "1px solid #000000","borderRadius": "unset","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search..."},"sorting": {"btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"buttonBackground": "#FFFFFF","buttonBorder": "1px solid #cccccc","buttonBorderRadius": "0","buttonColor": "#dc1f26","defaultOption": "relevency","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"isCustomIcon": false,"mobileLayout": "modern","modalBackground": "#FFFFFF","modalBorderRadius": "16px 16px 0 0","modalHeight": "fit-content","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"optionsHeight": "40px","selectedBackground": "#dfdfdf","sortOptions": ["relevency","price_min_to_max","price_max_to_min","reviews"],"sortingButtonCustomIconName": "","sortingOptions": [{"active": true,"backendName": "relevency","customName": "Best Match"},{"active": true,"backendName": "price_min_to_max","customName": "Price: Low to High"},{"active": true,"backendName": "price_max_to_min","customName": "Price: High to Low"},{"active": true,"backendName": "creation_date","customName": "Newest Arrivals"},{"active": false,"backendName": "reviews","customName": "Customer Rating"},{"active": false,"backendName": "creation_date_oldest","customName": "Oldest Products"},{"active": false,"backendName": "a_to_z","customName": "Alphabetical: A-Z"},{"active": false,"backendName": "z_to_a","customName": "Alphabetical: Z-A"},{"active": false,"backendName": "popularity","customName": "Popularity"},{"active": false,"backendName": "discount_min_to_max","customName": "Discount: Low to High"},{"active": false,"backendName": "discount_max_to_min","customName": "Discount: High to Low"}],"titleColor": "#000000","titleFont": {"font": "Arial","fontSize": "16px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"titleHeight": "54px"}},"tabletSettings": {"collections": {"categoriesWheelsOnCollections": true,"categoriesWheelsOnSerp": true,"isCustomCarouselIcons": false,"leftArrowIconName": "","numberOfWheelTitleLines": 3,"rightArrowIconName": "","useAutomaticRelatedCollections": true,"wheelSize": 85},"filters": {"backgroundColor": "unset","btnColor": "#747a80","btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"btnFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"colorsFilter": "checkboxes","filtersButtonCustomIconName": "","filtersTopBar": false,"hideFiltersByDefault": false,"inStockFilter": "switch","isActive": true,"isCustomIcon": false,"layout": "collapsed","numberOfOpenFacets": "all","numberOfOpenNarrows": "default","onSaleFilter": "switch","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"priceFilterRange": false,"priceFilterSlider": true,"removableTags": {"backgroundColor": "unset","border": "1px solid #ccc","borderRadius": "unset","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"headerText": "Filter By","inFilters": false,"isActive": false,"isDisplayHeader": false,"onTopPage": true,"shadow": "unset"},"searchWithinFilters": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search...","shadow": "unset"},"searchWithinResults": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"placeHolder": "Search...","shadow": "unset"},"showHideFiltersButton": {"backgroundColor": "none","border": "1px solid #ccc","borderRadius": "unset","color": "#999","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"isActive": false,"shadow": "unset","text": "Show / Hide Filters"},"showMoreButton": false,"slideDirection": "left","titlesBackground": "#ffffff","titlesColor": "#000000","titlesFont": {"font": "Arial","fontSize": "14px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"}},"productGrid": {"articlesTab": {"layout": "modern"},"backgroundColor": "none","font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridColumnGap": "1px","gridRowGap": "1px","gridViewButton": false,"gridViewIcon": "","isGridViewCustomIcon": false,"listViewIcon": "","numberOfColumns": "3","numberOfRows": "5","pagePadding": "0px","pageTitle": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "35px","fontWeight": "bold","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"isActive": true,"margin": "unset","numberOfLines": "1"},"pagination": {"isCustomIcon": false,"leftArrowIcon": "","loadMore": false,"loadMoreAfter": 3,"paginationProgress": false,"paginationType": "pagination","progressBarColor": "#571eae","rightArrowIcon": ""},"product": {"addToCart": {"addToCartPosition": "product bottom","addToCartType": "product level","ajaxAnimation": false,"backgroundColor": "#000000","backgroundColorOnHover": "none","border": "unset","borderColorOnHover": "none","borderRadius": "unset","changeColorsOnHover": false,"color": "#FFFFFF","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "addToCart","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","quantitySelector": false,"shadow": "unset","showOnHover": false,"text": "Add to Cart","textColorsOnHover": "none"},"backInStock": {"backInStockPosition": "product bottom","backgroundColor": "#1976d2","backgroundColorOnHover": "none","border": "unset","borderColorOnHover": "none","borderRadius": "unset","changeColorsOnHover": false,"color": "#FFFFFF","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "backInStock","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","shadow": "unset","showOnHover": false,"text": "Notify me","textColorsOnHover": "none"},"backgroundColor": "none","border": "unset","borderRadius": "unset","colorSwatches": {"changeVariantOnHover": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"enableOutOfStockSwatches": false,"gridPosition": {"areaName": "colorSwatches","numOfCols": 3,"row": 6},"isActive": false,"margin": "unset","maxSwatches": 6,"swatchesType": 0},"compare": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"gridPosition": {"areaName": "compare","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"description": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "description","numOfCols": 3,"row": 4},"isActive": false,"margin": "unset","numberOfLines": "2","saveSpaceForLineClamp": true,"shadow": "unset"},"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"imageCarousel": false,"imageFit": "contain","imageRatio": 1,"inStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#1abc9c","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "inStock","numOfCols": 1,"row": 1},"isActive": false,"margin": "unset","shadow": "unset","text": "In Stock"},"info": {"gridAreas": "\"price price price price\" \"compare compare compare compare\" \"title title title title\" ","gridAreasObj": [{"h": 1,"i": "title","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 2},{"h": 1,"i": "price","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 0},{"h": 1,"i": "compare","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 1}],"padding": "8px"},"isCustomCarouselIcons": false,"leftArrowIconName": "","leftArrowSlideDirection": "left","lookALike": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","buttonText": "Similar Styles","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "lookALike","numOfCols": 2,"row": 1},"isActive": false,"margin": "unset","text": "Look-A-Like","titleText": "SIMILAR STYLES WE THINK YOU\u2019LL LOVE"},"outOfStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#bc1a1a","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "outOfStock","numOfCols": 1,"row": 0},"isActive": true,"margin": "unset","shadow": "unset","text": "Out of Stock"},"padding": "9px","price": {"alignIfCompare": "center","color": "#000000","colorIfCompareEnable": "#dc1f26","currency": "auto","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "18px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"gridPosition": {"areaName": "price","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"quickAddButtonStyleBar": false,"quickView": {"backgroundColor": "none","backgroundColorOnHover": "none","border": "1px solid #000000","borderRadius": "unset","color": "#000000","defaultStoreQuickview": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "quickView","numOfCols": 3,"row": 1},"isActive": false,"margin": "unset","text": "Quick View","theme": "modern"},"reviews": {"color": "#ffb518","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "reviews","numOfCols": 3,"row": 3},"isActive": false,"margin": "unset","noReviewsStarsColor": "#9F9F9F","reviewsCount": true,"shadow": "unset","size": "24","widgetForNoReview": true},"rightArrowIconName": "","rightArrowSlideDirection": "right","shadow": "unset","showBorderOnHover": false,"sku": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "SKU","numOfCols": 3,"row": 1},"isActive": false,"margin": "auto","shadow": "unset"},"title": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "1.5","textAlign": "center"},"gridPosition": {"areaName": "title","numOfCols": 3,"row": 1},"isActive": true,"margin": "auto","numberOfLines": "2","saveSpaceForLineClamp": true},"vendor": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "vendor","numOfCols": 3,"row": 4},"isActive": false,"margin": "auto","shadow": "unset"},"wishList": {"checkedColor": "#ff1493","checkedIconName": "","defaultStoreWishlist": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"gridPosition": {"areaName": "wishlist","numOfCols": 1,"row": 1},"isActive": false,"isCustomIcon": false,"margin": "unset","notCheckedColor": "#ff1493","notCheckedIconName": "","position": "top-left","size": "24"}},"quickViewModal": {"animationDuration": 400,"animationInX": 0,"animationInY": -200,"animationOutX": 0,"animationOutY": -100,"closeButtonCustomIconName": "","height": "70%","imagesBar": false,"imagesInside": false,"imagesPosition": "left","isCustomIconClose": false,"openingDirection": "top to bottom","quantityBorder": "unset","quantityBorderRadius": "unset","quantityFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"quantityFontColor": "#000000","quantityLayout": "classic","quantityTitle": "Qty","theme": "classic","width": "70%"},"scrollToTopSettings": {"active": false,"backgroundColor": "black","fontFamily": "inherit","fontSize": "16px","fontWeight": 600,"iconName": "","iconPosition": "right","isCustomIcon": false,"text": "Scroll To Top","textColor": "white"}},"searchBox": {"border": "1px solid #000000","borderRadius": "unset","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search..."},"sorting": {"btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"buttonBackground": "#FFFFFF","buttonBorder": "1px solid #cccccc","buttonBorderRadius": "0","buttonColor": "#dc1f26","defaultOption": "relevency","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"isCustomIcon": false,"mobileLayout": "classic","modalBackground": "#FFFFFF","modalBorderRadius": "16px 16px 0 0","modalHeight": "fit-content","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"optionsHeight": "40px","selectedBackground": "#dfdfdf","sortOptions": ["relevency","price_min_to_max","price_max_to_min","reviews"],"sortingButtonCustomIconName": "","sortingOptions": [{"active": true,"backendName": "relevency","customName": "Best Match"},{"active": true,"backendName": "price_min_to_max","customName": "Price: Low to High"},{"active": true,"backendName": "price_max_to_min","customName": "Price: High to Low"},{"active": true,"backendName": "creation_date","customName": "Newest Arrivals"},{"active": false,"backendName": "reviews","customName": "Customer Rating"},{"active": false,"backendName": "creation_date_oldest","customName": "Oldest Products"},{"active": false,"backendName": "a_to_z","customName": "Alphabetical: A-Z"},{"active": false,"backendName": "z_to_a","customName": "Alphabetical: Z-A"},{"active": false,"backendName": "popularity","customName": "Popularity"},{"active": false,"backendName": "discount_min_to_max","customName": "Discount: Low to High"},{"active": false,"backendName": "discount_max_to_min","customName": "Discount: High to Low"}],"titleColor": "#000000","titleFont": {"font": "Arial","fontSize": "16px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"titleHeight": "54px"}}},"showPriceWithoutDecimals": false,"sort": [{"active": true,"id": "0","name": "Best Match"},{"active": true,"id": "1","name": "Price: Low to High"},{"active": true,"id": "2","name": "Price: High to Low"},{"active": true,"id": "3","name": "Newest Arrivals"},{"active": false,"id": "4","name": "Oldest Products"},{"active": false,"id": "5","name": "Popularity"},{"active": false,"id": "6","name": "Customer Rating"},{"active": false,"id": "7","name": "Alphabetical: A-Z"},{"active": false,"id": "8","name": "Alphabetical: Z-A"},{"active": false,"id": "9","name": "Discount: Low to High"},{"active": false,"id": "10","name": "Discount: High to Low"}],"subscription": 5,"takeoverCategoriesNavigation": true,"takeoverSearch": true,"textBadges": null,"translationProvider": "","unlimitedAccount": false,"url": "http://safetysourcellc.com/","wishlistProvider": 0,"withProductAttributes": false,"withProductVariants": false};
if(document && document.getElementsByTagName("head") && document.getElementsByTagName("head").length) {
document.getElementsByTagName("head")[0].insertAdjacentHTML( 'beforeend', `<style id="fast-serp-css"></style>`);
}
</script>
<!-- Fast Simon --><script id="autocomplete-initilizer" src="https://static-autocomplete.fastsimon.com/fast-simon-autocomplete-init.umd.js?mode=bigcommerce&UUID=520337de-15f2-4769-b9df-90d8eb72c383&store=1" async></script><!-- Fast Simon --><script>
var FS_VARIATION_SETUP = { "ab_testing_variations": {} };
</script>
<script data-cfasync="false" src="https://microapps.bigcommerce.com/bodl-events/1.9.4/index.js" integrity="sha256-Y0tDj1qsyiKBRibKllwV0ZJ1aFlGYaHHGl/oUFoXJ7Y=" nonce="" crossorigin="anonymous"></script>
<script data-cfasync="false" nonce="">
(function() {
function decodeBase64(base64) {
const text = atob(base64);
const length = text.length;
const bytes = new Uint8Array(length);
for (let i = 0; i < length; i++) {
bytes[i] = text.charCodeAt(i);
}
const decoder = new TextDecoder();
return decoder.decode(bytes);
}
window.bodl = JSON.parse(decodeBase64("eyJzZXNzaW9uIjp7ImlkIjoiZTRjZjRmYzMtMzQ1OC00YzFkLTllZWMtN2Y1MWVlMjU0NDNlIiwiZmlyc3RfdG91Y2hfdGltZXN0YW1wIjoiMjAyNi0wNi0xM1QxODo0NjoyMyIsImZpcnN0X3RvdWNoX3JlZmVycmFsX3VybCI6IiIsImZpcnN0X3RvdWNoX3JlcXVlc3RfdXJsIjoiaHR0cHM6Ly9zYWZldHlzb3VyY2VsbGMuY29tL21pY3JvdHViZXMvZHJhZWdlci04NjEwMzQwLW1pY3JvdHViZS1waG9zZ2VuZS0xMC0xMDAwLXBwYi8ifSwic2hvcHBlciI6eyJ2aXNpdG9yX2lkIjoiZGI1MDJiY2ItODE0ZC00NjlmLTg0MmYtMzMzODUwOTEyMzgwIiwiY3VzdG9tZXJfaWQiOm51bGwsImVtYWlsIjpudWxsLCJmaXJzdF9uYW1lIjpudWxsLCJsYXN0X25hbWUiOm51bGx9LCJkYXRhX2NvbnNlbnQiOnsiZnVuY3Rpb25hbCI6ZmFsc2UsImFuYWx5dGljcyI6ZmFsc2UsImFkdmVydGlzaW5nIjpmYWxzZX0sImV2ZW50cyI6W3siYm9kbF92MV9rZXl3b3JkX3NlYXJjaCI6eyJldmVudF9pZCI6IjdlYWI0MmZjLTM1ZDMtNGQ0MS1iZjdlLTNhNjkxZTlkMzg1ZiIsImNoYW5uZWxfaWQiOjEsInNlYXJjaF9rZXl3b3JkIjoic3RyZXRjaCBmaWxtIn19LHsiYm9kbF92MV9jb25zZW50X2xvYWRlZCI6eyJldmVudF9pZCI6ImU2NGQwNWUyLTUzMWQtNDEzYy1iNThjLWU1YzZjNjllNTNjZSIsImFkdmVydGlzaW5nIjpmYWxzZSwiYW5hbHl0aWNzIjpmYWxzZSwiZnVuY3Rpb25hbCI6ZmFsc2V9fV19"));
})()
</script>