$(function(){if(matchMedia("(min-width:768px)").matches){$(".home_hero-carousel-fade-zoom .owl-carousel").owlCarousel({items:1,loop:!1,rewind:!0,autoplay:!0,dots:!1,nav:!1,mouseDrag:!1,touchDrag:!1,autoplayTimeout:5e3,animateOut:"fadeOut",onInitialized:function(){$(".owl-item.active").addClass("owl-item-zoom")},onTranslate:function(){$(".owl-item").removeClass("owl-item-zoom").addClass("owl-item-zoom")},onTranslated:function(){$(".owl-item:not(.active)").removeClass("owl-item-zoom")}});$(window).on("resize",function(){matchMedia("(max-width:767px)").matches&&$(".home_hero-carousel-fade-zoom .owl-carousel").owlCarousel("destroy")})}$(".owl-carousel.home_hero-carousel-fade").owlCarousel({items:1,loop:!1,rewind:!0,autoplay:!0,dots:!0,nav:!0,mouseDrag:!1,touchDrag:!1,autoplayTimeout:5e3,animateOut:"fadeOut",navText:['<div class="icon icon-arrow-left"><\/div>','<div class="icon icon-arrow-right test"><\/div>']});$(".owl-carousel.home_hero-carousel-fade .owl-item").on("mouseenter",function(){$(this).closest(".owl-carousel").trigger("stop.owl.autoplay")});$(".owl-carousel.home_hero-carousel-fade .owl-item").on("mouseleave",function(){$(this).closest(".owl-carousel").trigger("play.owl.autoplay",[5e3])});$("#home_collections .owl-carousel").owlCarousel({items:2,loop:!0,dots:!0,dotsEach:!1,nav:!1,center:!1,navText:['<div class="icon icon-arrow-left"><\/div>','<div class="icon icon-arrow-right test"><\/div>'],responsive:{768:{items:5,loop:!1,mouseDrag:!1,touchDrag:!1}}});$("#header").on("mouseenter",".my-account",function(){$("body").addClass("adpt-account-menu-open")});$("#header").on("mouseleave",".btn-account",function(){setTimeout(function(){$("body").removeClass("adpt-account-menu-open")},300)})})