var breeze_prefetch = {"local_url":"https:\/\/chaseusaapparel.com","ignore_remote_prefetch":"1","ignore_list":["\/cart","\/checkout","\/my-account","\/wp-admin\/"]};
https://chaseusaapparel.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://chaseusaapparel.com/wp-includes/js/jquery/jquery.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js
https://chaseusaapparel.com/wp-includes/js/jquery/jquery-migrate.min.js
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"no","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":400,"showAnimationDuration":400,"captionEl":false,"showHideOpacity":true},"flexslider_enabled":"1"};
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
https://chaseusaapparel.com/wp-includes/js/underscore.min.js
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
https://chaseusaapparel.com/wp-includes/js/wp-util.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."};
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_1bf5cda26869f2eed6d0cf5399b5c98a","fragment_name":"wc_fragments_1bf5cda26869f2eed6d0cf5399b5c98a","request_timeout":"5000"};
WHOLESALE CLOTHING DISTRIBUTOR IN USA
Sold Out
Girls’ 2PC Melange Set DTM Sherpa Hood #3005
Style #: RNDG3005 – BLESSED side tape print, Sherpa in hood, Full zip, Slash pockets in hoodie, Slash pockets in pants, Hood, Ribbed contrast cuffs and hem. Available in three colors in case packs of 6 (4-6X Ratio: 1:2:2:1 • 7-14 Ratio: 1:1:2:1:1). Box packing: 18 units, 6 units per color in assorted sizes. Box dimensions: 4-6X: 19×16.5×22.8in, 22lbs. 7-14: 17x10x26.4in, 26.5lbs. Items shown in size 10.
$8.90
(function( w ){
"use strict";
// rel=preload support test
if( !w.loadCSS ){
w.loadCSS = function(){};
}
// define on the loadCSS obj
var rp = loadCSS.relpreload = {};
// rel=preload feature support test
// runs once and returns a function for compat purposes
rp.support = (function(){
var ret;
try {
ret = w.document.createElement( "link" ).relList.supports( "preload" );
} catch (e) {
ret = false;
}
return function(){
return ret;
};
})();
// if preload isn't supported, get an asynchronous load by using a non-matching media attribute
// then change that media back to its intended value on load
rp.bindMediaToggle = function( link ){
// remember existing media attr for ultimate state, or default to 'all'
var finalMedia = link.media || "all";
function enableStylesheet(){
// unbind listeners
if( link.addEventListener ){
link.removeEventListener( "load", enableStylesheet );
} else if( link.attachEvent ){
link.detachEvent( "onload", enableStylesheet );
}
link.setAttribute( "onload", null );
link.media = finalMedia;
}
// bind load handlers to enable media
if( link.addEventListener ){
link.addEventListener( "load", enableStylesheet );
} else if( link.attachEvent ){
link.attachEvent( "onload", enableStylesheet );
}
// Set rel and non-applicable media type to start an async request
// note: timeout allows this to happen async to let rendering continue in IE
setTimeout(function(){
link.rel = "stylesheet";
link.media = "only x";
});
// also enable media after 3 seconds,
// which will catch very old browsers (android 2.x, old firefox) that don't support onload on link
setTimeout( enableStylesheet, 3000 );
};
// loop through link elements in DOM
rp.poly = function(){
// double check this to prevent external calls from running
if( rp.support() ){
return;
}
var links = w.document.getElementsByTagName( "link" );
for( var i = 0; i < links.length; i++ ){
var link = links[ i ];
// qualify links to those with rel=preload and as=style attrs
if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){
// prevent rerunning on link
link.setAttribute( "data-loadcss", true );
// bind listeners to toggle media back
rp.bindMediaToggle( link );
}
}
};
// if unsupported, run the polyfill
if( !rp.support() ){
// run once at least
rp.poly();
// rerun poly on an interval until onload
var run = w.setInterval( rp.poly, 500 );
if( w.addEventListener ){
w.addEventListener( "load", function(){
rp.poly();
w.clearInterval( run );
} );
} else if( w.attachEvent ){
w.attachEvent( "onload", function(){
rp.poly();
w.clearInterval( run );
} );
}
}
// commonjs
if( typeof exports !== "undefined" ){
exports.loadCSS = loadCSS;
}
else {
w.loadCSS = loadCSS;
}
}( typeof global !== "undefined" ? global : this ) );
(function() {
window.__insp = window.__insp || [];
__insp.push(['wid', 687768769]);
var ldinsp = function(){
if(typeof window.__inspld != "undefined") return; window.__inspld = 1; var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js?wid=687768769&r=' + Math.floor(new Date().getTime()/3600000); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); };
setTimeout(ldinsp, 0);
})();
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
https://chaseusaapparel.com/wp-content/plugins/js_composer/assets/lib/flexslider/jquery.flexslider.min.js
var wcboost_variation_swatches_params = {"show_selected_label":"1"};
https://chaseusaapparel.com/wp-content/plugins/wcboost-variation-swatches/assets/js/frontend.min.js
https://chaseusaapparel.com/wp-includes/js/jquery/jquery.serialize-object.js
https://chaseusaapparel.com/wp-content/themes/konte/js/background-color-theif.min.js
https://chaseusaapparel.com/wp-includes/js/imagesloaded.min.js
https://chaseusaapparel.com/wp-content/themes/konte/js/slick.min.js
https://chaseusaapparel.com/wp-content/themes/konte/js/perfect-scrollbar.min.js
var konteData = {"ajax_url":"https:\/\/chaseusaapparel.com\/wp-admin\/admin-ajax.php","rtl":"","preloader":"","sticky_header":"none","header_search_ajax":"1","wishlist_count":"0","product_sticky_summary":"1","product_summary_sticky_mode":"advanced","product_auto_background":"","product_gallery_slider":"1","product_image_lightbox":"1","product_image_zoom":"","product_quantity_input_style":"default","product_ajax_addtocart":"1","cart_open_after_added":"","product_quickview_auto_background":"","product_quickview_auto_close":"1","popup":"","popup_frequency":"14","popup_visible":"delay","popup_visible_delay":"45","added_to_cart_notice":"1","added_to_cart_message":"Product was added to cart successfully","added_to_wishlist_notice":null,"added_to_wishlist_message":null,"blog_nav_ajax_url_change":"1","shop_nav_ajax_url_change":"","portfolio_nav_ajax_url_change":"1","product_quickview_nonce":"3796547a4e","product_search_nonce":"f978eef022","share_nonce":"c0ec74688c","add_to_cart_nonce":"eb9474a6f9"};
https://chaseusaapparel.com/wp-content/themes/konte/js/scripts.min.js
https://chaseusaapparel.com/wp-content/plugins/konte-addons/assets/js/products-filter.js
https://chaseusaapparel.com/wp-includes/js/masonry.min.js
https://chaseusaapparel.com/wp-includes/js/jquery/jquery.masonry.min.js
https://chaseusaapparel.com/wp-content/plugins/konte-addons/assets/js/jquery.countdown.js
https://chaseusaapparel.com/wp-content/plugins/konte-addons/assets/js/circle-progress.js
https://chaseusaapparel.com/wp-content/plugins/konte-addons/assets/js/shortcodes.js
https://chaseusaapparel.com/wp-content/themes/konte/js/swiper.min.js
https://chaseusaapparel.com/wp-content/themes/konte/js/notify.min.js
https://chaseusaapparel.com/wp-content/themes/konte/js/quantity-dropdown.js
https://chaseusaapparel.com/wp-content/plugins/perfmatters/vendor/instant-page/instantpage.js
jQuery(function($) {
jQuery( 'body' ).on( 'show_variation', function( event, variation ) {
jQuery( 'form.variations_form' ).find( 'input[name=quantity]' ).prop( 'step', variation.step ).val( variation.input_value );
});
});