<!-- 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":"4e33bbc9-e0f8-4544-baa2-81bae32e58dd"});
fbq('set', 'agent', 'bigcommerce', '304550204204358');
function trackEvents() {
var pathName = window.location.pathname;
// 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: [138661,145562,145630,75013,138723,138760,145628,132578,144049,145561,145682,130866],
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: [138661,145562,145630,75013,138723,138760,145628,132578,144049,145561,145682,130866]
});
}
// 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":138661,"sku":"TINC56207","name":"Tingley C56207 DuraScrim Coat","url":"https://safetysourcellc.com/safety-supplies/hi-vis-and-protective-clothing/foot-protection/tingley-c56207-durascrim-coat/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"Tingley"},"availability":"","summary":"High strength, low cost Double coated PVC on polyester coat offers durability at an economy price. Extremely high tear strength is the result of an open weave polyester scrim fabric being sandwiched...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/138661/320071/5bb2d784-ebf7-4592-be0f-46376e10f8f9__11735.1727462667.jpg?c=2","alt":"Tingley C56207.MD DuraScrim Coat"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"2.40 LBS","value":2.4},"demo":false,"date_added":"Sep 27th 2024","custom_fields":[{"id":2636034,"name":"Clothing Category","value":"Adult Unisex"},{"id":2636035,"name":"Closure Type","value":"Snap"},{"id":2636036,"name":"Color / Finish","value":"Yellow"},{"id":2636037,"name":"Reflective","value":"No"},{"id":2636038,"name":"Outerwear Venting","value":"No"},{"id":2636039,"name":"Outer Shell Material","value":"Double Coated PVC on Polyester"},{"id":2636040,"name":"Pocket Inside Quantity","value":"0"},{"id":2636041,"name":"Pocket Outside Quantity","value":"0"},{"id":2636042,"name":"Lined","value":"No"},{"id":2636043,"name":"Hooded","value":"No"},{"id":2636044,"name":"Removable Hood","value":"Yes"},{"id":2636045,"name":"Insulated","value":"No"},{"id":2636046,"name":"Moisture Management","value":"No"},{"id":2636047,"name":"Machine Washable","value":"Yes"},{"id":2636048,"name":"Stitch / Hem","value":"Heat Sealed"},{"id":2636049,"name":"UL Compliant","value":"No"},{"id":2636050,"name":"Meets ASTM Standards","value":"No"},{"id":2636051,"name":"ANSI Approved","value":"No"},{"id":2636052,"name":"Case Quantity","value":"12"},{"id":2636053,"name":"Package Size","value":"Each"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/138661/320071/5bb2d784-ebf7-4592-be0f-46376e10f8f9__11735.1727462667.jpg?c=2","alt":"Tingley C56207.MD DuraScrim Coat"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$33.22","value":33.22,"currency":"USD"},"tax_label":"Tax"},"category":["Safety Supplies/Hi-Vis And Protective Clothing/Foot Protection","All Products"]},{"id":145562,"sku":"PIP314M6369H-YN","name":"PIP 314M6369H-YN ANSI Type R Class 2 Vented Coverall with Navy Bottom - Industrial Wash Durable Hi-Vis Yellow","url":"https://safetysourcellc.com/safety-supplies/hi-vis-and-protective-clothing/high-visibility-clothing/hi-vis-pants/pip-314m6369h-yn-ansi-type-r-class-2-vented-coverall-with-navy-bottom-industrial-wash-durable-hi-vis-yellow/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"PIP Global Safety"},"availability":"","summary":"Ideal for mining crews, oil & gas workers, and elsewhere head-to-toe hi-visibility apparel is necessary. Save with The Safety Source At The Safety Source, we keep our prices low without...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145562/329731/314M6369H_YN_1__28078.1765810035.jpg?c=2","alt":"PIP 314M6369H-YN/S ANSI Type R Class 2 Vented Coverall with Navy Bottom - Industrial Wash Durable"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.77 LBS","value":0.77},"demo":false,"date_added":"Dec 15th 2025","custom_fields":[{"id":2695881,"name":"Color","value":"Hi-Vis Yellow"},{"id":2695882,"name":"Sustainability","value":"Reusable / Launderable"},{"id":2695883,"name":"Construction","value":"Vented Back, Underarm Vents"},{"id":2695884,"name":"ANSI Type Class","value":"R2"},{"id":2695885,"name":"Closure","value":"Zipper & Snap"},{"id":2695886,"name":"Reflective Type","value":"Silver"},{"id":2695887,"name":"Reflective Width","value":"2\""},{"id":2695888,"name":"Pockets","value":"7"},{"id":2695889,"name":"Fabric","value":"Cotton, Polyester"},{"id":2695890,"name":"Pocket Type","value":"--Chest Pocket--Slash Pocket--Mic Tab--Pen Pocket--Rear Hip Pocket--"},{"id":2695891,"name":"Clothing Type","value":"Coveralls"},{"id":2695892,"name":"Packaging","value":"Bagged Each"},{"id":2695893,"name":"Taa Comp","value":"0"},{"id":2695894,"name":"Gender","value":"Men"},{"id":2695895,"name":"High Frequency","value":"0"},{"id":2695896,"name":"Medium Frequency","value":"0"},{"id":2695897,"name":"Low Frequency","value":"0"},{"id":2695898,"name":"Wash Instructions","value":"Machine Wash"},{"id":2695899,"name":"Wash Temp","value":"Water Temp 60°C"},{"id":2695900,"name":"Bleach","value":"Do Not Bleach"},{"id":2695901,"name":"Dry Instructions","value":"Hang Dry"},{"id":2695902,"name":"Dry Clean","value":"Do Not Dry-clean"},{"id":2695903,"name":"Package Size","value":"Each"},{"id":2695904,"name":"Case Quantity","value":"10"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145562/329731/314M6369H_YN_1__28078.1765810035.jpg?c=2","alt":"PIP 314M6369H-YN/S ANSI Type R Class 2 Vented Coverall with Navy Bottom - Industrial Wash Durable"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145562/342238/314M6369H_YN_2__43331.1772685454.jpg?c=2","alt":"PIP 393-EZ500-PK 360° Evaporative Cooling Headband Pink"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145562/342245/314M6369H_YN_3__00878.1772685454.jpg?c=2","alt":"PIP 400M6490-GR Long Sleeve Ripstop Work Shirt with X-Airflow Ventilation Gray"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145562/342248/314M6369H_YN_4__38096.1772685455.jpg?c=2","alt":"PIP 400M6490-GR Long Sleeve Ripstop Work Shirt with X-Airflow Ventilation Gray"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$97.46","value":97.46,"currency":"USD"},"tax_label":"Tax"},"category":["All Products","Safety Supplies/Hi-Vis And Protective Clothing/High Visibility Clothing/Hi-Vis Pants","Brands/PIP Global Safety"]},{"id":145630,"sku":"PIP385-FRSSW-TN","name":"PIP 385-FRSSW-TN AR/FR Women's Short Sleeve T-Shirt Tan","url":"https://safetysourcellc.com/safety-supplies/hi-vis-and-protective-clothing/arc-flash-electrical-clothing/pip-385-frssw-tn-ar-fr-womens-short-sleeve-t-shirt-tan/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"PIP Global Safety"},"availability":"","summary":"Made from 6.5 oz. 100% cotton interlock knit FR fabric, this lightweight, short-sleeve women's work shirt delivers durability and essential dual-certified protection (NFPA 70E & NFPA 2112-2023)...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145630/329796/385-FRSSW-Tan-Front1__75798.1765810400.jpg?c=2","alt":"PIP 385-FRSSW-TN/S AR/FR Women's Short Sleeve T-Shirt"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.50 LBS","value":0.5},"demo":false,"date_added":"Dec 15th 2025","custom_fields":[{"id":2697468,"name":"Color","value":"Tan"},{"id":2697469,"name":"Sustainability","value":"Reusable / Launderable"},{"id":2697470,"name":"Weight","value":"6.5oz"},{"id":2697471,"name":"HRC Method","value":"ATPV"},{"id":2697472,"name":"HRC Level","value":"2"},{"id":2697473,"name":"HRC Cal","value":"10.6"},{"id":2697474,"name":"Closure","value":"Pullover"},{"id":2697475,"name":"NFPA 70E","value":"1"},{"id":2697476,"name":"NFPA 2112","value":"1"},{"id":2697477,"name":"Ul Certified","value":"1"},{"id":2697478,"name":"ASTM F1506","value":"1"},{"id":2697479,"name":"Pockets","value":"1"},{"id":2697480,"name":"Fabric","value":"Cotton"},{"id":2697481,"name":"Pocket Type","value":"--Chest Pocket--"},{"id":2697482,"name":"Clothing Type","value":"Shirts"},{"id":2697483,"name":"Packaging","value":"Bagged Each"},{"id":2697484,"name":"Taa Comp","value":"0"},{"id":2697485,"name":"Gender","value":"Women"},{"id":2697486,"name":"High Frequency","value":"0"},{"id":2697487,"name":"Medium Frequency","value":"0"},{"id":2697488,"name":"Low Frequency","value":"0"},{"id":2697489,"name":"Care Instructions","value":"Only synthetic detergents should be used on this AR/FR garment. Do not use bleach, starch, fabric softeners or detergents containing hydrogen peroxide on this garment as they could negatively affect the protective properties"},{"id":2697490,"name":"Wash Instructions","value":"Machine Wash"},{"id":2697491,"name":"Wash Temp","value":"Water Temp 60°C"},{"id":2697492,"name":"Bleach","value":"Do Not Bleach"},{"id":2697493,"name":"Dry Instructions","value":"Tumble Dry"},{"id":2697494,"name":"Dry Temp","value":"Low Heat"},{"id":2697495,"name":"Package Size","value":"Each"},{"id":2697496,"name":"Case Quantity","value":"30"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145630/329796/385-FRSSW-Tan-Front1__75798.1765810400.jpg?c=2","alt":"PIP 385-FRSSW-TN/S AR/FR Women's Short Sleeve T-Shirt"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145630/342336/385-FRSSW-Tan-Back-New__64538.1772685474.jpg?c=2","alt":"PIP 68-160 Industry Grade Top Grain Cowhide Leather Drivers Glove - Keystone Thumb Natural"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$35.00","value":35,"currency":"USD"},"tax_label":"Tax"},"category":["Safety Supplies/Hi-Vis And Protective Clothing/Arc Flash & Electrical Clothing","All Products","Brands/PIP Global Safety"]},{"id":75013,"sku":"KCC41025","name":"WypAll KCC41025 X80 Cloths with HYDROKNIT, Jumbo Roll, 12 1/2w x 13.4 White, 475 Roll","url":"https://safetysourcellc.com/maintenance-breakroom/cleaning-products/towels-wipes/wypall-kcc41025-x80-cloths-with-hydroknit-jumbo-roll-12-1-2w-x-13-4-white-475-roll/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"WypAll"},"availability":"","summary":"Trust the WypAll* Brand, the one that sets the standard for excellence in wipers. WypAll* X80 Cloths feature innovations like high-tech HydroKnit fast-absorbing material and are durable for scrubbing...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/75013/269595/261983__67965.1572631212.JPG?c=2","alt":"WypAll KCC41025 X80 Cloths with HYDROKNIT, Jumbo Roll, 12 1/2w x 13.4 White, 475 Roll"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":1050,"low_stock_level":0,"weight":{"formatted":"11.60 LBS","value":11.6},"demo":false,"date_added":"Apr 12th 2019","custom_fields":[{"id":2379953,"name":"Material","value":"HYDROKNIT"},{"id":2379954,"name":"Color","value":"White"},{"id":2379955,"name":"Scent","value":"Unscented"},{"id":2379956,"name":"Roll Length","value":"530.42 ft"},{"id":2379957,"name":"Length","value":"13 2/5\""},{"id":2379958,"name":"Width","value":"12 1/2\""},{"id":2379959,"name":"Packaging","value":"Roll"},{"id":2379960,"name":"Number of Towels/Wipes Per Container","value":"475"},{"id":2379961,"name":"Capacity","value":"5.17 lbs"},{"id":2379962,"name":"Package Size","value":"Roll"},{"id":2379963,"name":"Package Includes","value":"1/Roll"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/75013/269595/261983__67965.1572631212.JPG?c=2","alt":"WypAll KCC41025 X80 Cloths with HYDROKNIT, Jumbo Roll, 12 1/2w x 13.4 White, 475 Roll"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$122.95","value":122.95,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=75013&searchid=0&search_query=machine+stretch+wrap","category":["Janitorial Supplies/Hand Wipes & Rags","Essendant","All Products"]},{"id":138723,"sku":"TINS56307","name":"Tingley S56307 DuraScrim 3-Piece Suit","url":"https://safetysourcellc.com/safety-supplies/hi-vis-and-protective-clothing/foot-protection/tingley-s56307-durascrim-3-piece-suit/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"Tingley"},"availability":"","summary":"High strength, low cost Double coated PVC on polyester suit offers durability at an economy price. Extremely high tear strength is the result of an open weave polyester scrim fabric being sandwiched...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/138723/320133/f16a0010-43f3-4dc0-a821-bd58718e386a__97131.1727462764.jpg?c=2","alt":"Tingley S56307.SM DuraScrim 3-Piece Suit"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"3.40 LBS","value":3.4},"demo":false,"date_added":"Sep 27th 2024","custom_fields":[{"id":2637347,"name":"Clothing Category","value":"Adult Unisex"},{"id":2637348,"name":"Elastic Waistband","value":"Yes"},{"id":2637349,"name":"Fly Style","value":"Button"},{"id":2637350,"name":"Hooded","value":"Yes"},{"id":2637351,"name":"Insulated","value":"No"},{"id":2637352,"name":"Jacket Category","value":"Rain"},{"id":2637353,"name":"Jacket / Vest Collar Style","value":"Standard Collar"},{"id":2637354,"name":"Jacket / Vest Closure Type","value":"Snap"},{"id":2637355,"name":"Jacket / Vest Length","value":"Hip"},{"id":2637356,"name":"Lined","value":"No"},{"id":2637357,"name":"Machine Washable","value":"Yes"},{"id":2637358,"name":"Moisture Management","value":"No"},{"id":2637359,"name":"Number of Belt Loops","value":"0"},{"id":2637360,"name":"Outer Shell Material","value":"Single Ply PVC"},{"id":2637361,"name":"Pullover","value":"No"},{"id":2637362,"name":"Removable Hood","value":"Yes"},{"id":2637363,"name":"Removable Liner","value":"No"},{"id":2637364,"name":"Stitch / Hem","value":"Heat Sealed"},{"id":2637365,"name":"Rain Suit Color","value":"Yellow"},{"id":2637366,"name":"Case Quantity","value":"12"},{"id":2637367,"name":"Package Size","value":"Each"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/138723/320133/f16a0010-43f3-4dc0-a821-bd58718e386a__97131.1727462764.jpg?c=2","alt":"Tingley S56307.SM DuraScrim 3-Piece Suit"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$39.46","value":39.46,"currency":"USD"},"tax_label":"Tax"},"category":["Safety Supplies/Hi-Vis And Protective Clothing/Rainwear","All Products"]},{"id":138760,"sku":"TINV81832","name":"Tingley V81832 Job Sight FR Class 2 Surveyor Vest","url":"https://safetysourcellc.com/safety-supplies/hi-vis-and-protective-clothing/foot-protection/tingley-v81832-job-sight-fr-class-2-surveyor-vest/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"Tingley"},"availability":"","summary":"Type R Class 2 Flame Resistant High Visibility Surveyor Safety Vest - Lightweight, comfortable Type R Class 2 vests feature 55% modacrylic/45% cotton blend material, flame resistant hook and loop...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/138760/320170/9b4df4e2-df7d-4837-9735-35103db20a20__68069.1727462821.jpg?c=2","alt":"Tingley V81832.S-M Job Sight FR Class 2 Surveyor Vest"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.80 LBS","value":0.8},"demo":false,"date_added":"Sep 27th 2024","custom_fields":[{"id":2637935,"name":"Arc Rating (cal/cm²)","value":"6.8"},{"id":2637936,"name":"Clothing Category","value":"Adult Unisex"},{"id":2637937,"name":"Fit","value":"Loose"},{"id":2637938,"name":"Flame Resistant","value":"Yes"},{"id":2637939,"name":"Hooded","value":"No"},{"id":2637940,"name":"High Visibility","value":"Yes"},{"id":2637941,"name":"Insulated","value":"No"},{"id":2637942,"name":"Jacket Category","value":"Work"},{"id":2637943,"name":"Jacket / Vest Collar Style","value":"No Collar"},{"id":2637944,"name":"Jacket / Vest Closure Type","value":"Hook-and-loop"},{"id":2637945,"name":"Jacket / Vest Length","value":"Hip"},{"id":2637946,"name":"Jacket / Vest Sleeve Length","value":"No Sleeve"},{"id":2637947,"name":"Lined","value":"No"},{"id":2637948,"name":"Machine Washable","value":"Yes"},{"id":2637949,"name":"Moisture Management","value":"No"},{"id":2637950,"name":"Outerwear Venting","value":"No"},{"id":2637951,"name":"Outer Shell Material","value":"55% Modacrylic/45% Cotton blend - solid"},{"id":2637952,"name":"Pocket Inside Quantity","value":"3"},{"id":2637953,"name":"Pocket Outside Quantity","value":"5"},{"id":2637954,"name":"Pullover","value":"No"},{"id":2637955,"name":"Rainwear","value":"No"},{"id":2637956,"name":"Reflective Safety Trim","value":"Reflective Panels"},{"id":2637957,"name":"Removable Hood","value":"No"},{"id":2637958,"name":"Removable Liner","value":"No"},{"id":2637959,"name":"Snow Cuffs","value":"No"},{"id":2637960,"name":"Stitch / Hem","value":"Double needle stitched"},{"id":2637961,"name":"Water Resistant","value":"No"},{"id":2637962,"name":"Waterproof","value":"No"},{"id":2637963,"name":"Workwear","value":"Yes"},{"id":2637964,"name":"Jacket Color","value":"Fluorescent Lime-Yellow"},{"id":2637965,"name":"Electrical Flash Protection","value":"Yes"},{"id":2637966,"name":"Case Quantity","value":"50"},{"id":2637967,"name":"Package Size","value":"Each"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/138760/320170/9b4df4e2-df7d-4837-9735-35103db20a20__68069.1727462821.jpg?c=2","alt":"Tingley V81832.S-M Job Sight FR Class 2 Surveyor Vest"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$55.37","value":55.37,"currency":"USD"},"tax_label":"Tax"},"category":["All Products","Safety Supplies/Hi-Vis And Protective Clothing/High Visibility Clothing/Safety Vests/Surveyors","Safety Supplies/Hi-Vis And Protective Clothing/High Visibility Clothing/Safety Vests/Fire Resistant","Safety Supplies/Hi-Vis And Protective Clothing/High Visibility Clothing/Safety Vests/ANSI Class 2 Safety Vests"]},{"id":145628,"sku":"PIP385-FRSSW-GR","name":"PIP 385-FRSSW-GR AR/FR Women's Short Sleeve T-Shirt Gray","url":"https://safetysourcellc.com/safety-supplies/hi-vis-and-protective-clothing/arc-flash-electrical-clothing/pip-385-frssw-gr-ar-fr-womens-short-sleeve-t-shirt-gray/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"PIP Global Safety"},"availability":"","summary":"Made from 6.5 oz. 100% cotton interlock knit FR fabric, this lightweight, short-sleeve women's work shirt delivers durability and essential dual-certified protection (NFPA 70E & NFPA 2112-2023)...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145628/329794/385-FRSSW-Gray-Front1__93056.1765810391.jpg?c=2","alt":"PIP 385-FRSSW-GR/S AR/FR Women's Short Sleeve T-Shirt"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.50 LBS","value":0.5},"demo":false,"date_added":"Dec 15th 2025","custom_fields":[{"id":2697410,"name":"Color","value":"Gray"},{"id":2697411,"name":"Sustainability","value":"Reusable / Launderable"},{"id":2697412,"name":"Weight","value":"6.5oz"},{"id":2697413,"name":"HRC Method","value":"ATPV"},{"id":2697414,"name":"HRC Level","value":"2"},{"id":2697415,"name":"HRC Cal","value":"10.6"},{"id":2697416,"name":"Closure","value":"Pullover"},{"id":2697417,"name":"NFPA 70E","value":"1"},{"id":2697418,"name":"NFPA 2112","value":"1"},{"id":2697419,"name":"Ul Certified","value":"1"},{"id":2697420,"name":"ASTM F1506","value":"1"},{"id":2697421,"name":"Pockets","value":"1"},{"id":2697422,"name":"Fabric","value":"Cotton"},{"id":2697423,"name":"Pocket Type","value":"--Chest Pocket--"},{"id":2697424,"name":"Clothing Type","value":"Shirts"},{"id":2697425,"name":"Packaging","value":"Bagged Each"},{"id":2697426,"name":"Taa Comp","value":"0"},{"id":2697427,"name":"Gender","value":"Women"},{"id":2697428,"name":"High Frequency","value":"0"},{"id":2697429,"name":"Medium Frequency","value":"0"},{"id":2697430,"name":"Low Frequency","value":"0"},{"id":2697431,"name":"Care Instructions","value":"Only synthetic detergents should be used on this AR/FR garment. Do not use bleach, starch, fabric softeners or detergents containing hydrogen peroxide on this garment as they could negatively affect the protective properties"},{"id":2697432,"name":"Wash Instructions","value":"Machine Wash"},{"id":2697433,"name":"Wash Temp","value":"Water Temp 60°C"},{"id":2697434,"name":"Bleach","value":"Do Not Bleach"},{"id":2697435,"name":"Dry Instructions","value":"Tumble Dry"},{"id":2697436,"name":"Dry Temp","value":"Low Heat"},{"id":2697437,"name":"Package Size","value":"Each"},{"id":2697438,"name":"Case Quantity","value":"30"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145628/329794/385-FRSSW-Gray-Front1__93056.1765810391.jpg?c=2","alt":"PIP 385-FRSSW-GR/S AR/FR Women's Short Sleeve T-Shirt"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145628/342311/385-FRSSW-Gray-Back-New__95012.1772685469.jpg?c=2","alt":"PIP 625NT-BK Non-ANSI Full Zip Waterproof Softshell Jacket - Systems Gear Black"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$35.00","value":35,"currency":"USD"},"tax_label":"Tax"},"category":["Safety Supplies/Hi-Vis And Protective Clothing/Arc Flash & Electrical Clothing","All Products","Brands/PIP Global Safety"]},{"id":132578,"sku":"300-HV100","name":"PIP 300-HV100 Boss Therm HEATED BASELAYER VEST","url":"https://safetysourcellc.com/safety-supplies/pip-300-hv100-boss-therm-heated-baselayer-vest/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"PIP Global Safety"},"availability":"","summary":"The active fit one size fits all vest includes two-way locking Velcro straps, easy to adjust for a secure, unrestricted fit for any body type. Utilizing innovative flexible heating panels built into...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/132578/309005/PIP-300-HV100-A1__15535.1665763172.jpg?c=2","alt":"PIP 300-HV100 Boss Therm Heated Vest"},"qty_in_cart":0,"pre_order":false,"has_options":false,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"2.72 LBS","value":2.72},"demo":false,"date_added":"Oct 14th 2022","custom_fields":[{"id":2554888,"name":"Color","value":"Black"},{"id":2554889,"name":"Size","value":"One Size"},{"id":2554890,"name":"Series","value":"PIP"},{"id":2554891,"name":"Package Size","value":"Each"},{"id":2554892,"name":"Case Quantity","value":"12/Case"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/132578/309005/PIP-300-HV100-A1__15535.1665763172.jpg?c=2","alt":"PIP 300-HV100 Boss Therm Heated Vest"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/132578/342176/300-HV100-Remote__88724.1772685442.jpg?c=2","alt":"PIP BR49A-44RB Uniform Technology StatStar Short ESD Labcoat"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/132578/342181/300-HV100-Battery__92757.1772685442.jpg?c=2","alt":"PIP BR49A-44RB Uniform Technology StatStar Short ESD Labcoat"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$129.56","value":129.56,"currency":"USD"},"tax_label":"Tax"},"add_to_cart_url":"https://safetysourcellc.com/cart.php?action=add&product_id=132578&searchid=0&search_query=machine+stretch+wrap","category":["Safety Supplies","Safety Supplies/Hi-Vis And Protective Clothing/Cold Weather Clothing","All Products","Brands/PIP Global Safety"]},{"id":144049,"sku":"RADRHG-H300G","name":"Radians RHG-H300G Heated Men's Hoodie - Gray","url":"https://safetysourcellc.com/radians-safety-products/radians-rhg-h300g-heated-men-s-hoodie-gray/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"Radians"},"availability":"","summary":"The Radians RHG-H300G men's heated hoodie is a high performance heated apparel that provides hours of warmth and comfort in chilly and cold conditions. Its battery-powered system delivers up to ten...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/144049/326913/RHG-H300G_F1__85904.1762204281.jpg?c=2","alt":"Radians RHG-H300G Heated Men's Hoodie - Gray"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"1.50 LBS","value":1.5},"demo":false,"date_added":"Nov 3rd 2025","custom_fields":[{"id":2684515,"name":"Package Size","value":"Each"},{"id":2684516,"name":"Material","value":"Cotton/Polyester"},{"id":2684517,"name":"Color","value":"Gray"},{"id":2684518,"name":"Case Quantity","value":"6/Case"},{"id":2684519,"name":"Type","value":"Hoodie"},{"id":2684520,"name":"Garment Lining Material","value":"Cotton/Polyester"},{"id":2684521,"name":"Garment Closure Type","value":"Zipper"},{"id":2684522,"name":"Garment Collar Type","value":"Hood"},{"id":2684523,"name":"Garment Cuff Type","value":"Ribbed"},{"id":2684524,"name":"Total Number of Pockets","value":"2"},{"id":2684525,"name":"Garment Washability","value":"Machine Washable"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/144049/326913/RHG-H300G_F1__85904.1762204281.jpg?c=2","alt":"Radians RHG-H300G Heated Men's Hoodie - Gray"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/144049/326912/RHG-H300G_M5__24208.1762204280.jpg?c=2","alt":"Radians RHG-H300G Heated Men's Hoodie - Gray"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/144049/326908/RHG-H300G_M1__75402.1762204280.jpg?c=2","alt":"Radians RHG-H300G Heated Men's Hoodie - Gray"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/144049/326909/RHG-H300G_M2__66820.1762204280.jpg?c=2","alt":"Radians RHG-H300G Heated Men's Hoodie - Gray"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/144049/326911/RHG-H300G_M3__70006.1762204280.jpg?c=2","alt":"Radians RHG-H300G Heated Men's Hoodie - Gray"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$183.95","value":183.95,"currency":"USD"},"tax_label":"Tax"},"category":["Safety Supplies/Hi-Vis And Protective Clothing/Cold Weather Clothing","All Products","Brands/Radians Safety Products"]},{"id":145561,"sku":"PIP314M6369H-ON","name":"PIP 314M6369H-ON ANSI Type R Class 2 Vented Coverall with Navy Bottom - Industrial Wash Durable Hi-Vis Orange","url":"https://safetysourcellc.com/safety-supplies/hi-vis-and-protective-clothing/high-visibility-clothing/hi-vis-pants/pip-314m6369h-on-ansi-type-r-class-2-vented-coverall-with-navy-bottom-industrial-wash-durable-hi-vis-orange/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"PIP Global Safety"},"availability":"","summary":"Ideal for mining crews, oil & gas workers, and elsewhere head-to-toe hi-visibility apparel is necessary. Save with The Safety Source At The Safety Source, we keep our prices low without...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145561/329730/314M6369H_ON_1__07911.1765810030.jpg?c=2","alt":"PIP 314M6369H-ON/S ANSI Type R Class 2 Vented Coverall with Navy Bottom - Industrial Wash Durable"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.77 LBS","value":0.77},"demo":false,"date_added":"Dec 15th 2025","custom_fields":[{"id":2695857,"name":"Color","value":"Hi-Vis Orange"},{"id":2695858,"name":"Sustainability","value":"Reusable / Launderable"},{"id":2695859,"name":"Construction","value":"Vented Back, Underarm Vents"},{"id":2695860,"name":"ANSI Type Class","value":"R2"},{"id":2695861,"name":"Closure","value":"Zipper & Snap"},{"id":2695862,"name":"Reflective Type","value":"Silver"},{"id":2695863,"name":"Reflective Width","value":"2\""},{"id":2695864,"name":"Pockets","value":"7"},{"id":2695865,"name":"Fabric","value":"Cotton, Polyester"},{"id":2695866,"name":"Pocket Type","value":"--Chest Pocket--Slash Pocket--Mic Tab--Pen Pocket--Rear Hip Pocket--"},{"id":2695867,"name":"Clothing Type","value":"Coveralls"},{"id":2695868,"name":"Packaging","value":"Bagged Each"},{"id":2695869,"name":"Taa Comp","value":"0"},{"id":2695870,"name":"Gender","value":"Men"},{"id":2695871,"name":"High Frequency","value":"0"},{"id":2695872,"name":"Medium Frequency","value":"0"},{"id":2695873,"name":"Low Frequency","value":"0"},{"id":2695874,"name":"Wash Instructions","value":"Machine Wash"},{"id":2695875,"name":"Wash Temp","value":"Water Temp 60°C"},{"id":2695876,"name":"Bleach","value":"Do Not Bleach"},{"id":2695877,"name":"Dry Instructions","value":"Hang Dry"},{"id":2695878,"name":"Dry Clean","value":"Do Not Dry-clean"},{"id":2695879,"name":"Package Size","value":"Each"},{"id":2695880,"name":"Case Quantity","value":"10"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145561/329730/314M6369H_ON_1__07911.1765810030.jpg?c=2","alt":"PIP 314M6369H-ON/S ANSI Type R Class 2 Vented Coverall with Navy Bottom - Industrial Wash Durable"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145561/342216/314M6369H_ON_2__02976.1772685449.jpg?c=2","alt":"PIP 385WFRHS-YN AR/FR Women's Ripstop Long Sleeve Button Down with Navy Bottom - Industrial Wash Durable Yellow/Navy"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145561/342218/314M6369H_ON_3__89067.1772685449.jpg?c=2","alt":"PIP 385WFRHS-YN AR/FR Women's Ripstop Long Sleeve Button Down with Navy Bottom - Industrial Wash Durable Yellow/Navy"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145561/342223/314M6369H_ON_4__23298.1772685450.jpg?c=2","alt":"PIP 390-EZ101 Evaporative Cooling Vest Contoured with Zipper Hi-Vis Yellow"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$97.46","value":97.46,"currency":"USD"},"tax_label":"Tax"},"category":["All Products","Safety Supplies/Hi-Vis And Protective Clothing/High Visibility Clothing/Hi-Vis Pants","Brands/PIP Global Safety"]},{"id":145682,"sku":"PIP41-8156","name":"PIP 41-8156 Seamless Knit Single-Layer PolyKor / Acrylic Blend Glove with Nitrile Foam Grip on Palm & Fingers – Touchscreen Compatible","url":"https://safetysourcellc.com/safety-supplies/hand-protection/cut-resistant-gloves/pip-41-8156-seamless-knit-single-layer-polykor-acrylic-blend-glove-with-nitrile-foam-grip-on-palm-fingers-touchscreen-compatible/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"PIP Global Safety"},"availability":"","summary":"Used in refrigerated areas, utilities, food processing, commercial fishing, construction, outdoor winter activities and recreation. Save with The Safety Source At The Safety Source, we keep our...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145682/329846/41-8156---UP__18212.1772685524.jpg?c=2","alt":"PIP 41-8156/S Seamless Knit Single-Layer PolyKor / Acrylic Blend Glove with Nitrile Foam Grip on Palm & Fingers – Touchscreen Compatible"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.10 LBS","value":0.1},"demo":false,"date_added":"Dec 15th 2025","custom_fields":[{"id":2698540,"name":"Liner Material","value":"Acrylic, HPPE, PolyKor"},{"id":2698541,"name":"Sustainability","value":"Reusable / Launderable, Recyclable via Terracycle Program"},{"id":2698542,"name":"ANSI Method","value":"TDM"},{"id":2698543,"name":"ANSI Gram","value":"3460"},{"id":2698544,"name":"ANSI Cut","value":"4"},{"id":2698545,"name":"ANSI Cut Level","value":"A6"},{"id":2698546,"name":"Coating","value":"Nitrile"},{"id":2698547,"name":"Coating Coverage","value":"Palm & Fingers"},{"id":2698548,"name":"Coating Grip","value":"Foam"},{"id":2698549,"name":"Cuff","value":"Knit Wrist"},{"id":2698550,"name":"Construction","value":"Touchscreen Compatible, Coated Seamless Knit"},{"id":2698551,"name":"Gauge","value":"10"},{"id":2698552,"name":"Packaging","value":"Bulk Pack"},{"id":2698553,"name":"Taa Comp","value":"0"},{"id":2698554,"name":"EN 511","value":"12X"},{"id":2698555,"name":"EN 511 Convect Cold","value":"1"},{"id":2698556,"name":"EN 511 Contact Cold","value":"2"},{"id":2698557,"name":"EN 511 Water","value":"X"},{"id":2698558,"name":"High Frequency","value":"0"},{"id":2698559,"name":"Medium Frequency","value":"0"},{"id":2698560,"name":"Low Frequency","value":"0"},{"id":2698561,"name":"Wash Instructions","value":"Machine Wash"},{"id":2698562,"name":"Wash Temp","value":"Water Temp 40°C"},{"id":2698563,"name":"Bleach","value":"Do Not Bleach"},{"id":2698564,"name":"Dry Instructions","value":"Tumble Dry"},{"id":2698565,"name":"Dry Temp","value":"Low Heat"},{"id":2698566,"name":"Package Size","value":"Dozen"},{"id":2698567,"name":"Case Quantity","value":"72"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/145682/329846/41-8156---UP__18212.1772685524.jpg?c=2","alt":"PIP 41-8156/S Seamless Knit Single-Layer PolyKor / Acrylic Blend Glove with Nitrile Foam Grip on Palm & Fingers – Touchscreen Compatible"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$134.74","value":134.74,"currency":"USD"},"tax_label":"Tax"},"category":["Safety Supplies/Hand Protection/Coated Gloves","Safety Supplies/Hand Protection/Cut Resistant Gloves","Safety Supplies/Hand Protection/Knit Work Gloves","All Products","Brands/PIP Global Safety"]},{"id":130866,"sku":"PIP34-875V","name":"PIP 34-875V/XXS MaxiFlex Ultimate Seamless Knit Nylon / Elastane Glove with Nitrile Coated MicroFoam Grip on Palm, Fingers & Knuckles - Vend-Ready","url":"https://safetysourcellc.com/safety-supplies/hand-protection/coated-gloves/pip-34-875v-xxs-maxiflex-ultimate-seamless-knit-nylon-elastane-glove-with-nitrile-coated-microfoam-grip-on-palm-fingers-knuckles-vend-ready/?searchid=0&search_query=machine+stretch+wrap","brand":{"name":"PIP Global Safety"},"availability":"","summary":"Designed and developed as a breathable glove, MaxiFlex Ultimate™ has become the benchmark for precision handling in dry environments. Save With The Safety Source At The Safety Sourcewe...","image":{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/130866/305127/34-875---UP__96347.1634158072.jpg?c=2","alt":"PIP 34-875V/XXS MaxiFlex Ultimate Seamless Knit Nylon / Elastane Glove with Nitrile Coated MicroFoam Grip on Palm, Fingers & Knuckles - Vend-Ready"},"qty_in_cart":0,"pre_order":false,"has_options":true,"show_cart_action":true,"stock_level":null,"low_stock_level":null,"weight":{"formatted":"0.08 LBS","value":0.08},"demo":false,"date_added":"Oct 6th 2021","custom_fields":[{"id":2508539,"name":"Color","value":"Gray"},{"id":2508540,"name":"Coating","value":"Nitrile"},{"id":2508541,"name":"Coating Coverage","value":"Palm, Fingers & Knuckles"},{"id":2508542,"name":"Coating Color","value":"Black"},{"id":2508543,"name":"Grip Type","value":"MicroFoam"},{"id":2508544,"name":"Cuff Type","value":"Knit Wrist"},{"id":2508545,"name":"Gauge","value":"15"},{"id":2508546,"name":"CFIA","value":"1"},{"id":2508547,"name":"Packaging","value":"Vend Packed"},{"id":2508548,"name":"Silicone Free","value":"1"},{"id":2508549,"name":"Package Size","value":"Pair"},{"id":2508550,"name":"Case Quantity","value":"144"}],"images":[{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/130866/304799/34-875---UP__17060.1634156800.jpg?c=2","alt":"PIP 34-875V/XXS MaxiFlex Ultimate Seamless Knit Nylon / Elastane Glove with Nitrile Coated MicroFoam Grip on Palm, Fingers & Knuckles - Vend-Ready"},{"data":"https://cdn11.bigcommerce.com/s-f27ljev4yq/images/stencil/{:size}/products/130866/305127/34-875---UP__96347.1634158072.jpg?c=2","alt":"PIP 34-875V/XXS MaxiFlex Ultimate Seamless Knit Nylon / Elastane Glove with Nitrile Coated MicroFoam Grip on Palm, Fingers & Knuckles - Vend-Ready"}],"rating":null,"num_reviews":null,"price":{"without_tax":{"formatted":"$4.93","value":4.93,"currency":"USD"},"tax_label":"Tax"},"category":["Safety Supplies/Hand Protection/Coated Gloves","Safety Supplies/Hand Protection/Knit Work Gloves","All Products","Brands/PIP Global 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("eyJzZXNzaW9uIjp7ImlkIjoiYWRlYTg5YWEtNmQ3Ny00ZTlkLWI0MDQtNmM4YTI3M2IxNjJhIiwiZmlyc3RfdG91Y2hfdGltZXN0YW1wIjoiMjAyNi0wNi0yMFQwNjoxMjoyOCIsImZpcnN0X3RvdWNoX3JlZmVycmFsX3VybCI6IiIsImZpcnN0X3RvdWNoX3JlcXVlc3RfdXJsIjoiaHR0cHM6Ly9zYWZldHlzb3VyY2VsbGMuY29tL3NlYXJjaC5waHAifSwic2hvcHBlciI6eyJ2aXNpdG9yX2lkIjoiNGUzM2JiYzktZTBmOC00NTQ0LWJhYTItODFiYWUzMmU1OGRkIiwiY3VzdG9tZXJfaWQiOm51bGwsImVtYWlsIjpudWxsLCJmaXJzdF9uYW1lIjpudWxsLCJsYXN0X25hbWUiOm51bGx9LCJkYXRhX2NvbnNlbnQiOnsiZnVuY3Rpb25hbCI6ZmFsc2UsImFuYWx5dGljcyI6ZmFsc2UsImFkdmVydGlzaW5nIjpmYWxzZX0sImV2ZW50cyI6W3siYm9kbF92MV9rZXl3b3JkX3NlYXJjaCI6eyJldmVudF9pZCI6IjA4Nzg3NTgzLTgxNDUtNDE3Ni1hN2RlLTRkMGU0MmVkOTQ2NyIsImNoYW5uZWxfaWQiOjEsInNlYXJjaF9rZXl3b3JkIjoibWFjaGluZSBzdHJldGNoIHdyYXAifX0seyJib2RsX3YxX2NvbnNlbnRfbG9hZGVkIjp7ImV2ZW50X2lkIjoiZjkzZTI1ZDEtMzBhNi00ZTdkLWE4ZWEtNjIxZDYxYWIzYWEyIiwiYWR2ZXJ0aXNpbmciOmZhbHNlLCJhbmFseXRpY3MiOmZhbHNlLCJmdW5jdGlvbmFsIjpmYWxzZX19XX0="));
})()
</script>