function obtenerNovedades(){let e=document.querySelector(".carousel-novedades");e.innerHTML="",$.getJSON("/functions/listado_productos/json_productos?noshow",{busqueda:"listado,todos",paginacion:10,pagina:1},function(o){if(!o.hay_productos)return $(".seccion-mas-nuevo").fadeOut(100);$(".seccion-mas-nuevo").fadeIn(100),o.productos.forEach(function(o,i){e.innerHTML+=`
${construirComponenteProducto(o,i,1)}
`})}).done(function(){$(".carousel-novedades").slick({dots:!1,infinite:!1,speed:300,arrows:!1,slidesToShow:5,slidesToScroll:1,autoplay:!0,autoplaySpeed:2500,draggable:!1,responsive:[{breakpoint:1450,settings:{slidesToShow:4,slidesToScroll:1}},{breakpoint:1024,settings:{slidesToShow:3,slidesToScroll:1}},{breakpoint:600,settings:{slidesToShow:2,slidesToScroll:2}},{breakpoint:480,settings:{slidesToShow:2,slidesToScroll:1}}]}),tippy(".rckta-producto-compra-rapida-talla",{content:"AGREGAR",theme:"rck-negro-recto",allowHTML:!0,placement:"top",interactive:!0}),tippy(".rckta-producto-compra-rapida-btn-vista-previa",{content:"VISTA R\xc1PIDA",theme:"rck-negro-recto",allowHTML:!0,placement:"top",interactive:!0})}).done(function(){obtenerListadoProductosInicializarCarouseles()}).fail(function(){return $(".seccion-mas-nuevo").fadeOut(100)})}function corregirRedimensionIndex(){if($(".seccion_diseno_nacional").height($("#imagen-love").height()),$(".columna-spotify").height($(".columna-spotify").first().width()),$(window).width()>=992){window.pageYOffset<=30&&$("#imagen-header-responsive").attr("src",logoPrincipalTransparente),$(".seccionCompletaIndex").css("margin-top","-"+$("#header-fixed").height()+"px");var e=$("#footer-fixed").height(),o=$(".owl-carousel-slider .owl-dots").height();$(".owl-carousel-slider .owl-dots").css("bottom",e+110),$(".btn-comprar-slider").css("bottom",e+120+o),$(".seccion-big-max").css("height","inherit"),$(".btn-ver-mas").removeClass("btn-block")}else{var e=$(".barra-movil .navbar").outerHeight(),o=50;$(".owl-carousel-slider .owl-dots").each(function(){$(this).is(":visible")&&(o=$(this).height())}),$(".seccion-big-max").height($(".seccion-big-max").first().width()),$(".btn-ver-mas").addClass("btn-block"),$(".imagen-movil").height($(".imagen-movil").first().width())}}window.onbeforeunload=function(){window.scrollTo(0,0)},$(function(){AOS.init({duration:1200}),$(".rck-arrow-down-movil,#arrow-down").on("click",function(){document.getElementById("rckSecMasNuevo").scrollIntoView({behavior:"smooth"})}),"existe"!=Cookies.get("modal-video-6")&&$("#modalNewRockgota").modal("show"),$("#modalNewRockgota").on("hidden.bs.modal",function(){Cookies.set("modal-video-6","existe",{expires:.5}),$("#modalNewRockgota .modal-body").html("")}),$(".owl-carousel-slider").owlCarousel({loop:!0,margin:0,nav:!0,autoplay:!0,autoplayTimeout:1e4,autoplayHoverPause:!0,animateOut:"fadeOut",autoplaySpeed:200,responsive:{0:{items:1}}}),$(".owl-carousel-slider").on("translate.owl.carousel",function(e){$(this).find("a").addClass("disabled-link")}),$(".owl-carousel-slider").on("translated.owl.carousel",function(e){$(this).find("a").removeClass("disabled-link")}),obtenerNovedades(),$("#header-fixed").hover(function(){$(this).hasClass("transparent")&&$("#imagen-header-responsive").attr("src",logoPrincipal)},function(){$(this).hasClass("transparent")&&$("#imagen-header-responsive").attr("src",logoPrincipalTransparente)}),window.onscroll=function(){$(window).width()>=992&&(window.pageYOffset>30?($("#header-fixed,#footer-fixed").removeClass("transparent"),$("#imagen-header-responsive").attr("src",logoPrincipal)):$(".seccion-buscador-desplegado").is(":visible")||($("#header-fixed,#footer-fixed").addClass("transparent"),$("#imagen-header-responsive").attr("src",logoPrincipalTransparente)))},$(window).width()>=992&&$("#header-fixed,#footer-fixed").addClass("transparent"),corregirRedimensionIndex(),window.addEventListener("resize",corregirRedimensionIndex),(url=new URL(window.location.href)).searchParams.has("registro_confirm")&&($(window).width()>991?$("#modalConfirmacionRegistro").modal("show"):abrirModalEsquina("#pestaniaConfirmacionRegistro"))});