:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";body,html{background-color:#f4f4f4!important;color:#000!important}h1,h2,h3,h4,h5,h6,p,span,strong{color:#333}select{border-radius:15px;border:none;padding:2%}.light-theme{height:100%}@media(max-width:600px){body,html{background-color:#fff!important}}.container-fluid{padding:0}.bg-dark{background:#000;background:linear-gradient(90deg,#434343,#000)}.bg-dark p,.bg-dark span{color:#fff}.main-container{background-color:#f5f5f5;overflow-y:auto;position:fixed;padding:1% 2%;height:100vh;z-index:999;width:80vw;max-width:100vw;bottom:0;right:0;left:0;top:0}@media(max-width:600px){.main-container{width:100vw}}.search-product-input{box-shadow:0 0 3px rgba(0,0,0,.3)}.nextui-pagination-item-animated{background-color:#8d99ae;cursor:pointer}.store-container{padding-bottom:100px;width:100%!important;margin:0!important;padding-left:0;padding-right:0;max-width:100vw;z-index:999}@media(max-width:600px){.store-container{padding-left:0!important;padding-right:0!important}}.sales-width{width:100%!important}@media(max-width:600px){.sales-facturation-container{width:100%!important}.sales-facturation-buttons{flex-direction:column;justify-content:center;align-items:center}.sales-generate-button{margin-top:10px;margin-left:0}}.sales-buttons{display:flex;width:100%;left:0;position:absolute;bottom:5%;justify-content:center;margin-top:15px}@media(max-width:600px){.sales-buttons{display:flex;position:absolute;left:0;margin-top:1rem;bottom:2%;padding:12px}.finish-sale-button{margin-left:0;margin-bottom:2px}.sales-calculator-form{font-size:16px!important}}.sales-container{overflow-y:auto;position:fixed;height:100vh;z-index:999;width:100vw;bottom:0;right:0;top:0}@media(max-width:600px){.sales-container{width:100vw}}.hero-home{background:#f12711;background:linear-gradient(90deg,#f5af19,#f12711)}.hero-home .card-home{background:transparent;position:absolute;bottom:0;right:0;left:0;top:0;height:30%;width:max-content}.hero-home .card-home .header{flex-direction:column;display:flex;color:#fff}.hero-home .card-home .header h1{font-size:4em}.hero-home .card-home .header h1,.hero-home .card-home .header small{font-family:Lato,sans-serif;line-height:28px}.hero-home .card-home .header small{text-align:right;width:100%;font-size:1em}.hero-home .card-home img{display:block;margin:auto;width:300px;height:auto}.hero-dashboard .card-dashboard{background-color:hsla(0,0%,100%,.4);min-height:450px}.hero-dashboard .card-dashboard .card-item-branches{height:max-content;background-color:hsla(0,0%,100%,.4);padding:4%;margin:1% auto}.hero-dashboard .card-dashboard-title{background:#8e2de2;background:linear-gradient(90deg,#4a00e0,#8e2de2)}.hero-dashboard .card-dashboard-title ul{padding:0;margin:0}.hero-dashboard .card-dashboard-title ul li{color:#fff}.hero-dashboard .card-dashboard-title ul li .key-span{background-color:#cecece;padding:2%;border-radius:50px;margin-right:1%}.hero-dashboard .stock{text-align:center;font-weight:500;font-size:20px}.hero-dashboard .stock span{font-size:25px;font-weight:700;display:block}.hero-dashboard .card-branches ul{padding:0;margin:0}.hero-dashboard .card-branches ul li{color:#fff}.hero-dashboard .card-my-branch .my-branch-title{text-align:center;font-weight:500;font-size:20px}.hero-dashboard .card-title{font-weight:600;font-size:18px;color:#000}.hero-dashboard .card-img{width:200px!important;height:200px!important;display:block;margin:auto}.btn-started{background:#00c6ff;background:linear-gradient(0deg,#0072ff,#00c6ff)}.hero-login .frm-login{margin:auto;width:100%}.hero-login .card-mini{background-color:hsla(0,0%,100%,.4);width:max-content;margin:auto}.hero-login .card-home{background:transparent;width:max-content;margin:auto}.hero-login .btn-login{display:block;width:100%}.hero-login h1{font-weight:700;font-size:20px}.containerMainStore{padding-left:0!important;padding-right:0!important;max-width:100%!important;margin:0!important}.mw-desktop{max-width:1440px!important;margin:auto;padding:0 10px}@media(max-width:600px){.mw-desktop{padding:0}.hero-stock{padding-left:0!important;padding-right:0!important;max-width:100%!important;margin:0!important}}.hero-stock .card-dashboard{box-shadow:0 0 3px rgba(0,0,0,.3);background-color:#fff;margin-bottom:3px;margin-top:3px}.hero-stock .card-dashboard .shipping{background-color:transparent;color:#00a650}.hero-stock .card-dashboard small{border-radius:50px;font-weight:600;padding:5px;color:#000;font-size:14px}.hero-stock .card-dashboard .price-store-card-del{font-weight:400;font-size:12px;color:#000}.hero-stock .card-dashboard .price-store-card{font-weight:400;font-size:18px;color:#000}.hero-stock .card-dashboard-title{background-color:#2b2d42;box-shadow:none!important;border-radius:0;height:max-content;width:100%;position:relative;margin:0!important;z-index:999}.hero-stock .card-dashboard-title svg{color:#fff}.hero-stock .frm-login{margin:auto;width:100%}.hero-stock .frm-login select{border-radius:15px;border:none;padding:2%}.hero-stock .card-mini{background-color:hsla(0,0%,100%,.4);width:max-content;margin:auto}.hero-stock .card-home{background:transparent;width:max-content;margin:auto}.hero-stock .btn-login{display:block;width:100%}.hero-stock h1{font-weight:700;font-size:20px}.navbarlist{overflow-y:auto;overflow-x:hidden;background-color:#2b2d42;position:fixed;padding:1% 2%;height:80vh;z-index:999;width:100%;bottom:0;left:0}@media(max-width:600px){.navbarlist{width:80%;display:block;z-index:9999}}.navbarlist ul{margin:0;padding:0;width:100%;color:#fff}.navbarlist .item-list-navbar{display:block;height:-moz-fit-content;height:fit-content;cursor:pointer;padding:3%;z-index:1;margin:1% 2%}.navbarlist .item-list-navbar a,.navbarlist .item-list-navbar p,.navbarlist .item-list-navbar span{font-size:12px;color:#fff}.navbarlist .item-list-navbar:hover a,.navbarlist .item-list-navbar:hover p{-webkit-text-decoration:underline #fff;text-decoration:underline #fff;text-underline-offset:8px;text-decoration-thickness:2px}.navbarlist .brand-container{background-color:#2b2d42;position:fixed;padding:1% 5%;height:20vh;z-index:999;width:20vw;left:0;top:0}@media(max-width:600px){.navbarlist .brand-container{width:80%;z-index:9999}}.navbarlist .brand-container p{color:#333;font-weight:600;font-size:20px}.navbarlist .brand-container p small{font-weight:600;font-size:14px;display:block}.nextui-popover-content{background-color:#333}.nextui-popover-content .nextui-dropdown-item{padding:10px;min-height:50px}.nextui-popover-content .nextui-dropdown-item-content{line-height:1}.nextui-popover-content *{color:#fff!important}.heroSalesReport{background:linear-gradient(#0a0a1a,#000)!important;color:#eaeaea!important;min-height:100vh!important}.heroSalesReport button{color:#fff}.frm-login label{font-weight:600;font-size:12px}.profileBrand *{color:#edf2f4!important}.salesProductListaContainer{position:relative;height:400px}.salesProductListaContainer,.salesProductListaContainerCart{background-color:#fff;border-radius:15px;max-height:410px;overflow-y:auto}.salesProductListaContainer .salesCardProductList,.salesProductListaContainerCart .salesCardProductList{height:max-content}.salesProductListaContainer::-webkit-scrollbar,.salesProductListaContainerCart::-webkit-scrollbar{width:10px}.salesProductListaContainer::-webkit-scrollbar-track,.salesProductListaContainerCart::-webkit-scrollbar-track{border-radius:15px}.salesProductListaContainer::-webkit-scrollbar-thumb,.salesProductListaContainerCart::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.4);border-radius:10px}.salesProductListaContainerCart{overflow:hidden;max-height:100vh;height:max-content;margin:1% auto}.methodPaySelectContainerSales{padding:4px 0}.methodPaySelectContainerSales p{font-weight:700;font-size:12px;color:#000;padding:0;margin:0 0 5px}.methodPaySelectContainerSales select{height:44px}.salesCardProductList .card{background-color:rgba(0,0,0,.1);padding:0}.card-list-prod{padding:0}.stock-inp{width:50px}.salesCardProductListCart{height:max-content}.salesCardProductListCart .card{background-color:rgba(0,0,0,.1)}.salesCardProductListCart img{width:250px!important}.btn-cart-add{text-align:center;display:inline-block!important}.salesCreate,.ticketCard{background-color:#f5f5f5!important}.salesCreate .ticketTitle,.ticketCard .ticketTitle{text-align:center;margin:auto}.salesCreate .ticketHeader,.ticketCard .ticketHeader{border:2px dashed #333;border-radius:10px;width:99%}.imgProductFormAdd{height:50%;max-width:70%;display:block;margin:1% auto}.imgProductViewPanel{max-width:100%;height:auto;display:block;margin:0 auto auto}.imgProductListPanel{max-width:100px;max-height:100px;display:block;margin:auto;border-radius:10px}.card-my-branch{padding:2%}.btn-paginator{margin:1%}.counterPaginatorProducts{padding:1.5%}.counterPaginatorProducts p{font-weight:600}.find-product-header{position:absolute;height:50px;margin:auto;width:81%;right:0;left:0;top:0;z-index:1}.find-product-header .input-frm{height:50px;position:absolute;padding:0;right:0;left:0;top:-20px}.find-product-header div{padding:2% 0}.listCartContainer{overflow:auto;margin-top:100px}.listCartContainer::-webkit-scrollbar{width:10px}.listCartContainer::-webkit-scrollbar-track{border-radius:15px}.listCartContainer::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.4);border-radius:10px}.text-dark{color:#000}.tr-actions{display:flex;gap:10px;margin:10px 20px}.tr-actions th,.tr-actions tr{width:250px!important}.generic-table-container{overflow-x:scroll!important;transform:rotateX(180deg);border-radius:10px;padding:10px 20px;width:90%}.generic-table-container .generic-table{transform:rotateX(180deg);width:-moz-fit-content;width:fit-content;border-collapse:collapse;color:#333}.generic-table-container .generic-table tbody,.generic-table-container .generic-table th,.generic-table-container .generic-table thead,.generic-table-container .generic-table tr{width:-moz-fit-content!important;width:fit-content!important;min-width:200px}.generic-table-container .generic-table tr{border-top:none;border-bottom:1px solid #000}.generic-table-container .generic-table .prod-prev-img{height:100px;margin:10px 20px;width:auto}.tooltip-table{width:100%;position:relative!important;display:block}.col-bg{background-color:#8d99ae}.no-bg{background-color:transparent}.th-table-stock:hover{background-color:hsla(0,0%,100%,.4)}.title-excel-uploader{font-size:1.4rem;font-weight:700}.subtitle-excel-uploader p{font-size:1rem;font-weight:500;display:block}.subtitle-excel-uploader ul{display:block;padding:0;margin:0}.subtitle-excel-uploader ul li{display:inline-block;color:#f5f5f5;font-weight:700;margin:.5%}.change-coin-container{flex-direction:column;padding:15px}.change-coin-container p{margin:0}.price-stock-flex{display:flex}.price-stock-flex p{margin-right:1%;width:50%;padding:0}.price-stock-flex input,.price-stock-flex label{width:50%}.sub-total-card{font-weight:600}.item-alert{background-color:#fff;border-radius:50px}.item-alert p{font-size:12px;font-weight:700}.hero-alerts{display:flex}.hero-alerts .list-alert-container{background-color:rgba(0,0,0,.1);border-radius:10px;display:inline-block;position:relative;overflow:hidden;width:20vw;margin:auto;height:50vh;padding-top:50px}.hero-alerts .list-alert-container .scroll-div-alert{position:absolute;overflow-y:auto;width:100%;height:80%;bottom:0;right:0;left:0}.hero-alerts .alert-card-fluid{border-radius:10px;display:block;margin:auto;background-color:rgba(0,0,0,.1);min-height:100px}.hero-alerts .alert-card-fluid td{color:#000}.hero-alerts .alerts-header{background:#232526;background:linear-gradient(180deg,#414345,#232526);text-align:center;position:absolute;font-weight:600;height:20%;padding:0;width:100%;right:0;left:0;top:0}.hero-alerts .alerts-header p{padding-top:3%;color:#fff;margin:auto;height:100%;width:100%}.hero-alerts .alerts-header p small{background-color:hsla(0,0%,100%,.2);border-radius:10px;width:max-content;padding:0 10px;display:block;color:#fff;margin:auto}.hero-alerts .alerts-header-alerts p,.hero-alerts .alerts-header-sells p{padding-top:6%}.alert-actions{background:#000428;background:linear-gradient(90deg,#004e92,#000428);border-radius:10px;overflow-y:auto;position:fixed;height:80vh;width:80vw;z-index:999;margin:auto;bottom:0;right:0;left:0;top:0}.alert-actions .btn-action{display:block;width:100%}.alerts-shadow{background-color:rgba(0,0,0,.8);height:100%;width:100%;right:0}.alerts-shadow,.btn-action-close{position:fixed;z-index:999;bottom:0;left:0;top:0}.btn-action-close{box-shadow:0 0 10px hsla(0,0%,100%,.2);background-color:#212529;border-radius:50px;height:50px;width:50px;margin:5%;padding:1%}.btn-action-close *{color:#fff;font-weight:800;font-size:18px}.open-alerts-btn{box-shadow:0 0 30px #fca311;border:1px solid #c1121f;background-color:#212529;border-radius:50px;position:fixed;z-index:999;height:50px;width:50px;min-width:50px;margin:2%;padding:1%!important;bottom:0;right:0}.open-alerts-btn *{color:#fff;font-weight:800;font-size:18px}.open-alerts-btn svg{width:40px;height:40px;color:#fff;margin:auto;display:block}.codes-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:100vh}.codes-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.codes-label{font-size:1.2rem;color:#ededed;margin-bottom:.5rem}.codes-input{width:80px;padding:.5rem;border:1px solid #ededed;border-radius:10px;margin-bottom:1rem;font-size:1rem;text-align:center;color:#666}.codes-input:focus{border-color:#d81400;outline:none}.btn-clear,.btn-generate{background-color:#d81400;color:#fff;margin-top:10px;padding:.75rem 1.5rem;border:none;border-radius:15px;cursor:pointer;transition:background-color .3s ease}.btn-clear:hover,.btn-generate:hover{background-color:#a50f00}.codes-list-container{margin-top:2rem;width:100%;max-width:600px}.codes-subtitle{font-size:1.5rem;font-weight:700;color:#eaeaea;margin-bottom:1rem;text-align:center}.codes-list{list-style-type:none;padding:0}.codes-item{background-color:#eaeaea;padding:.75rem;margin-bottom:.5rem;border-radius:10px;font-size:1rem;color:#666}.codes-empty{text-align:center;color:#eaeaea}.iframe-landing-home{width:100%;height:100vh;margin:0;border:none;position:absolute;bottom:0;right:0;left:0;top:0}.signup-link{border-radius:10px;border:1px solid #fff;text-align:center;font-size:20px;padding:10px;margin:auto;color:#fff}.title-openstore{font-size:2rem}.touch-window-img{display:block;margin:auto;width:100px;animation:expandStyle 3s ease-in-out infinite}@keyframes expandStyle{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.link-touch-window{align-content:center;text-align:center;width:100%;height:100vh;display:block;justify-content:center;align-items:center}.btn-filters{border-radius:50px;position:relative;height:40px;width:40px;padding:0}.btn-filters svg{position:absolute;margin:auto;height:60%;width:60%;bottom:0;right:0;left:0;top:0}.btn-search{background:transparent;border-radius:50px;position:relative;height:40px;width:40px}.btn-search svg{color:#fff;position:absolute;margin:auto;height:60%;width:60%;bottom:0;right:0;left:0;top:0}.card-container-carousel{background:transparent}.title-prod-card-store{font-size:14px;font-weight:600;font-weight:400;line-height:1.25;margin-bottom:8px;color:rgba(0,0,0,.9);text-overflow:ellipsis;text-transform:capitalize!important;margin-top:8px}.btn-open-navbar{position:fixed;margin-top:20px;margin-left:20px;display:flex;width:30px;height:30px;padding:8px;background-color:transparent;border:none;cursor:pointer}.btn-open-navbar svg{margin:auto;width:100%;height:100%;position:absolute;bottom:0;right:0;left:0;top:0;color:#fff}.btn-open-navbar-store{background:transparent;padding:0!important;cursor:pointer;border:none;height:50px;width:50px}.header-navbar-container{position:relative}.header-navbar{border-radius:20px;z-index:999;background-color:rgba(43,45,66,.9);position:fixed;height:70px;width:98.5vw;margin:12px auto;right:0;left:0;top:0}.category-container-store{margin-top:0;border-radius:0;padding:0}.breadcrum-store{margin-bottom:20px;font-size:18px;font-weight:600}.carousel-items{gap:10px}.title-auth{color:#333}.slideBtnBanner{background:transparent;border-radius:50px;position:absolute;box-shadow:none;z-index:998;margin:auto;height:30px;width:30px;border:0;bottom:0;top:0;cursor:pointer}.slideBtnBanner:hover{box-shadow:0 0 10px #000}.slideBtnBanner svg{background-color:#424242;color:#d3d3d3}.carousel-arrow-cat svg,.slideBtnBanner svg{border-radius:50px;position:absolute;margin:auto;height:100%;width:100%;bottom:0;right:0;left:0;top:0}.carousel-arrow-cat svg{color:#424242;background-color:#d3d3d3}.nextSlideBanner{right:-15px}.prevSlideBanner{left:-15px}.adBannerContainer{padding:0}.adBannerContainer p{padding:2px;font-size:14px!important}@media(max-width:600px){.adBannerContainer p{font-size:11px!important}}.btnCatStore{font-weight:600;text-transform:capitalize;font-size:14px;width:150px;overflow-x:hidden}@media(max-width:600px){.btnCatStore{font-size:10px;font-weight:400;width:100px}}.containerBtnCatlist{margin:0 30px}.carouselStore{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 0 10px;padding:0}.carouselStore .imgSubContainerCarousel{padding:0;margin:0;border-radius:0}.swiper-slide{min-width:max-content}.titleCarousel{text-transform:capitalize}.cardstore-img{height:100%}.btnRemoveCartItem svg{color:#fff}.btn-finish-sale{background-color:#d81400}.btn-finish-sale *{color:#fff!important}.offBannerBtn{background-color:#d81400;color:#fff;border:none;font-weight:600;border-radius:6px;cursor:pointer;align-self:flex-start;transition:all .2s ease;margin-top:auto;font-size:15px;padding:12px 24px}@media(max-width:600px){.offBannerBtn{font-size:14px;padding:10px 16px}}.footerBtnCardstore{padding:10px;height:50px}.footerBtnCardstore button{background-color:#d81400;cursor:pointer;color:#fff}.footerBtnCardstore .addBtn{padding:5px;height:30px;min-width:80px;cursor:pointer}.containerSearchResult{flex-direction:row;display:flex;gap:5px}.activeCatItem{background-color:#d81400}.activeCatItem *{color:#fff!important}.asidefilterssearch{background-color:#fff;border-radius:10px;min-height:100vh;margin-top:12px;display:flex;flex-direction:column;padding:10px;width:19vw}@media(max-width:600px){.asidefilterssearch{display:none}}.asidefilterssearch h3{font-size:16px}.asidefilterssearch p{background-color:transparent;position:absolute;padding:1px 10px;font-size:13px;height:100%;width:100%;bottom:0;right:0;left:0;top:0}.asidefilterssearch .catItem{position:relative;padding:0!important;margin:0;height:40px;cursor:pointer}.asidefilterssearch .catItem *{line-height:2.5}.asidefilterssearch .catItem:hover{background-color:#d81400}.asidefilterssearch .catItem:hover *{color:#fff!important}.imageProdOpenContainer{background-color:#f7f7f7;border-radius:8px;position:relative;overflow:hidden;width:680px;display:flex;height:504px;margin:0 24px;min-height:500px;padding:0;text-align:center;top:0}.imageProdOpenContainer div,.imageProdOpenContainer img{margin:auto;padding:0;height:100%;width:auto;max-height:100%;max-width:100%}.relationsCarouselProdOpen{border-top:1px solid rgba(0,0,0,.1);padding:20px 0;margin-left:25px;margin-top:40px}.descProdOpen{display:flex;flex-direction:column}.promotions-pill-label{border-radius:3px;display:inline-flex;line-height:1;word-break:break-all}.ui-pdp-promotions-pill-label__trigger{border-radius:5px;background-color:#2b2d42;padding:3px 4px;align-items:center;column-gap:4px;display:inline-flex;font-weight:600;font-size:12px;color:#fff}.textDescProdOpen{font-size:20px;font-weight:400;line-height:27px}.descTitleProdOpen{margin-bottom:24px;font-weight:400;font-size:24px}.subcontainerProductOpen{background-color:#ededed}.containerProductOpen{max-width:1184px;margin:60px auto auto}@media(max-width:600px){.containerProductOpen{margin-top:20px}}.containerProductOpen .cardProductOpen{background-color:#fff;border-radius:0;padding:10px}.andes-tooltip__trigger{font-size:14px;font-weight:400;text-decoration:none}.andes-tooltip__trigger a{color:#3483fa;transition:color .2s ease-in-out}.stockAvailableSpan{color:rgba(0,0,0,.55);font-size:14px;font-weight:400;margin-left:4px;max-width:unset;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.productCardActionsContainerProdOpen{width:100%!important;flex-direction:column;box-sizing:border-box;display:flex;padding:0;margin:0}.productCardActionsContainerProdOpen .productCardActions .numberStock{line-height:2;font-size:14px;font-weight:600}.productCardActionsContainerProdOpen .productCardActions button{background-color:#d81400;position:relative;border-radius:50px;border:none;height:30px;width:30px;font-weight:600;color:#fff}.productCardActionsContainerProdOpen .productCardActions button svg{position:absolute;margin:auto;height:60%;width:60%;bottom:0;right:0;left:0;top:0}.andes-button{width:100%;background-color:rgba(65,137,230,.15);border-color:transparent;border-radius:6px;display:inline-block;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;text-align:center;width:auto;-webkit-font-smoothing:antialiased}.andes-button *{color:#3483fa}.ui-pdp-subtitle{color:rgba(0,0,0,.55);font-size:14px;font-weight:400;white-space:pre-wrap}.ui-pdp-header__subtitle{margin-bottom:8px;margin-right:40px}.ui-pdp-media__body{flex:1 1;width:100%}.mb-12{margin-bottom:12px}.breadcrumProdOpen{flex-direction:row;display:flex;gap:5px}@media(max-width:600px){.breadcrumProdOpen{padding:5px 15px}}.container-pdp{color:rgba(0,0,0,.9);position:relative;width:100%;align-items:flex-start;margin-top:12px;display:flex}.ui-pdp-media__text{color:rgba(0,0,0,.55);line-height:1.29;font-weight:400;margin:0 0 2px}.ui-pdp-media__text span{color:rgba(0,0,0,.9)}.ui-pdp-media__title{font-weight:400;color:rgba(0,0,0,.9);font-size:16px;line-height:1.3;margin-bottom:2px}.ui-pdp-media__title span{font-weight:600;color:#00a650}.textProdOpenContainer{border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:14px;padding:16px;width:100%;flex-direction:column;display:flex;gap:8px}.textProdOpenContainer h5{color:#222;letter-spacing:normal;flex-direction:row;font-weight:300;color:rgba(0,0,0,.9)!important;width:-moz-fit-content;width:fit-content;font-size:36px;line-height:1;display:flex}.textProdOpenContainer h5 span{margin-left:8px;align-items:center;color:#00a650;font-weight:400;font-size:18px}.search-prod-container{align-content:flex-start;gap:10px;padding-top:10px;width:80vw}@media(max-width:600px){.search-prod-container{width:100vw}.search-prod-container .cardstore-search{margin:auto;display:flex;flex-direction:row}.search-prod-container .cardstore-search .cardstore-img,.search-prod-container .cardstore-search .footerBtnCardstore,.search-prod-container .cardstore-search .footerCardstore,.search-prod-container .cardstore-search .textContainerCardstore{position:absolute;height:150px;width:50%;bottom:0;top:0;z-index:999}.search-prod-container .cardstore-search .title-prod-card-store{margin-top:20px;font-size:10px}.search-prod-container .cardstore-search .footerCardstore{margin-top:60px}.search-prod-container .cardstore-search .shipping{display:block;font-size:8px;margin:0!important;padding:0!important}.search-prod-container .cardstore-search .price-store-card-del{font-size:8px}.search-prod-container .cardstore-search .price-store-card{font-size:10px}.search-prod-container .cardstore-search .footerBtnCardstore{flex-direction:column-reverse!important;flex-direction:column;display:flex;height:50px;top:auto;gap:2px}.search-prod-container .cardstore-search .footerBtnCardstore div{margin:0!important;padding:0!important}.search-prod-container .cardstore-search .footerBtnCardstore .btnCardstoreSearch{width:100%!important;font-size:8px!important;padding:0!important;height:20px!important;box-shadow:none;border:none}.search-prod-container .cardstore-search .textContainerCardstore{display:inline-block;right:0}.search-prod-container .cardstore-search .cardstore-img{left:0}.search-prod-container .cardstore-search .footerCardstore{display:inline-block;right:0}.search-prod-container .cardstore-search .footerBtnCardstore{right:0}}.productCardActionsContainer{display:block;width:100%}.productCardActionsContainer .addBtn{width:max-content;font-size:14px}.productCardActionsContainer .numberStock{font-weight:600}.productCardActionsContainer button{position:relative;border:none;height:25px;width:25px;font-weight:600}.productCardActionsContainer button svg{position:absolute;margin:auto;height:60%;width:60%;bottom:0;right:0;left:0;top:0}.productCardActions{display:flex;gap:10px}.bannerAdsCat{background-position:50%;background-repeat:no-repeat;background-size:cover}.titleCatAds{word-wrap:break-word;width:100%;max-width:100%;height:55px!important;overflow-y:hidden}.btnChangeBrand{background:transparent;box-shadow:none;position:relative!important;min-height:30px!important;min-width:30px!important;height:30px!important;width:30px!important;padding:0!important}.btnChangeBrand svg{position:absolute;margin:auto;height:80%;width:80%;bottom:0;right:0;left:0;top:0;color:#fff}.viewmorecat{margin-left:10px;text-transform:lowercase}.viewmorecat svg{font-size:12px}.cardstore{cursor:pointer;padding:0!important}.cardstore:hover{box-shadow:0 0 10px rgba(0,0,0,.8)}.cardstore .bodyCardStore{margin:auto;width:95%;padding:0}.cardstore button{border-radius:50px!important;display:block!important}.pagination-wrapper{display:flex;justify-content:center;margin:20px auto auto}.pagination{display:flex;list-style:none;gap:6px;padding:0;margin:0}.pagination-pageItem{display:inline}.pagination-pageLink{padding:6px 12px;border-radius:6px;border:1px solid #e0e0e0;color:#333;cursor:pointer;font-size:14px;transition:all .2s ease}.pageLink:hover{background-color:#f2f2f2}.pagination-active .pagination-pageLink{background-color:#3483fa;color:#fff;font-weight:700}.pagination-control .pageLink{font-weight:700;color:#3483fa}.pagination-disabled .pageLink{color:#ccc;pointer-events:none}.pagination-break .pageLink{cursor:default}.offerCountContainer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;font-family:Arial,sans-serif}.offerCountContainer .digitOfferCount{background-color:#d91600;color:#fff;width:60px;height:80px;display:flex;font-size:36px;align-items:center;justify-content:center;font-weight:700;border-radius:8px;margin:0 2px;font-family:monospace}@media(max-width:600px){.offerCountContainer .digitOfferCount{width:30px;height:40px;display:flex;font-size:36px}}.offerCountContainer h2{font-size:28px;font-weight:700;color:#2c3e50;margin-bottom:20px;text-align:center;text-transform:uppercase;letter-spacing:1px}@media(max-width:600px){.offerCountContainer h2{font-size:20px;width:100%}}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}body{font-family:Nunito,sans-serif!important}.ai-assistant-container{height:100%;width:100%}.ai-assistant-container,.ai-avatar{display:flex;justify-content:center;align-items:center}.ai-avatar{position:relative;width:250px;height:250px;transition:all .5s ease-in-out}.ai-avatar .circle{border-radius:50%;position:absolute;border:2px solid rgba(0,114,245,.5);transition:transform .1s ease-out,opacity .1s ease-out}.ai-avatar.active .circle-1{width:100%;height:100%;animation:pulse 4s ease-in-out infinite}.ai-avatar.active .circle-2{width:80%;height:80%;animation:pulse 4s ease-in-out infinite;animation-delay:.5s}.ai-avatar.active .circle-3{width:60%;height:60%;background:radial-gradient(circle,rgba(0,114,245,.3) 0,rgba(0,114,245,0) 70%);border:none;animation:glow 2s infinite alternate}@keyframes pulse{0%,to{transform:scale(.95);border-color:rgba(0,114,245,.5)}50%{transform:scale(1.05);border-color:rgba(124,78,255,.8)}}@keyframes glow{0%{opacity:.4;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.jumping-text{text-align:center;margin:10px 0;font-weight:600;animation:jump 1s 10}@keyframes jump{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.card{margin:10px;padding:20px;border:1px solid #eaeaea;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:#fff}.sales-summary-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sales-summary-details,.sales-summary-payment{flex:1 1;margin:4px}.sales-summary-payment{display:flex;align-items:center;font-size:1.2em}.methodPaySelectContainerSales{width:100%}.methodPaySelectContainerSales select{font-size:.8em;padding:4px;width:90%}.payment-label{font-size:1.5em;margin-bottom:5px}.section{margin-top:20px}.section-title{margin-bottom:10px}.image-container{transition:all .3s ease}.image-container:hover{grid-column:span 4}.product-image{max-width:100%;max-height:100%;width:200px;height:200px;border-radius:20px;cursor:pointer;transition:transform .3s ease}.product-image:hover{transform:scale(1.1)}.responsive-fieldset{border:1px solid orange;padding:10px;border-radius:5px;width:48%}.responsive-div{width:48%}@media (max-width:768px){.responsive-div,.responsive-fieldset{width:100%}.sales-summary-container{flex-direction:column;align-items:flex-start}.sales-summary-payment{width:100%;margin-top:10px}.methodPaySelectContainerSales select{width:80%}}.large-calendar{width:100%;max-width:800px;margin:0 auto;font-size:1.2em;border-radius:10px;color:#000}.react-calendar__navigation{background-color:gray;border-radius:10px;color:#000}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}