@keyframes phone-ring{0%{transform:translate3d(0em, 0, 0)}2%{transform:translate3d(0.05em, 0, 0)}4%{transform:translate3d(-0.05em, 0, 0)}6%{transform:translate3d(0.05em, 0, 0)}8%{transform:translate3d(-0.05em, 0, 0)}10%{transform:translate3d(0.05em, 0, 0)}12%{transform:translate3d(-0.05em, 0, 0)}14%{transform:translate3d(0.05em, 0, 0)}16%{transform:translate3d(-0.05em, 0, 0)}18%{transform:translate3d(0.05em, 0, 0)}20%{transform:translate3d(-0.05em, 0, 0)}22%{transform:translate3d(0.05em, 0, 0)}24%{transform:translate3d(-0.05em, 0, 0)}26%{transform:translate3d(0.05em, 0, 0)}28%{transform:translate3d(-0.05em, 0, 0)}30%{transform:translate3d(0.05em, 0, 0)}32%{transform:translate3d(-0.05em, 0, 0)}34%{transform:translate3d(0.05em, 0, 0)}36%{transform:translate3d(-0.05em, 0, 0)}38%{transform:translate3d(0.05em, 0, 0)}40%{transform:translate3d(-0.05em, 0, 0)}42%{transform:translate3d(0.05em, 0, 0)}44%{transform:translate3d(-0.05em, 0, 0)}46%{transform:translate3d(0em, 0, 0)}}@keyframes phone-ring-tilt{0%{transform:translate3d(0em, 0, 0) rotate(90deg)}2%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}4%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}6%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}8%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}10%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}12%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}14%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}16%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}18%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}20%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}22%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}24%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}26%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}28%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}30%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}32%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}34%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}36%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}38%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}40%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}42%{transform:translate3d(0.05em, 0, 0) rotate(90deg)}44%{transform:translate3d(-0.05em, 0, 0) rotate(90deg)}46%{transform:translate3d(0em, 0, 0) rotate(90deg)}}@keyframes rotate{0%{transform:rotate(360deg)}100%{transform:rotate(0)}}@keyframes shimmer{100%{left:125%}}@keyframes account-form-show{0%,49.99%{opacity:0;z-index:1}50%,100%{opacity:1;z-index:5}}@keyframes toast-loading{0%{-webkit-transform:rotate(0)}50%{-webkit-transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes microModalFadeIn{from{opacity:0}to{opacity:1}}@keyframes microModalSlideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes linear-wipe{to{background-position:200% center}}@keyframes gradient-border{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes pulse-opacity{0%,100%{opacity:1}50%{opacity:.3}}.fancybox__container{--fancybox-bg: rgba(0, 0, 0, 0.25);--fancybox-zIndex: 9999999999}.shimmer{position:relative;overflow:hidden}.shimmer::before{background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);content:"";display:block;height:100%;left:-75%;position:absolute;top:0;transform:skewX(-20deg);width:50%;z-index:2}.shimmer:hover::before,.shimmer:focus::before{animation:shimmer 2s}::-moz-selection{background-color:#002fa7;color:#fff}::selection{background-color:#002fa7;color:#fff}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.custom-scrollbar::-webkit-scrollbar-thumb{background:#b9b9b9}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#777}.custom-scrollbar.left-sidebar::-webkit-scrollbar,.custom-scrollbar.right-sidebar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar.left-sidebar::-webkit-scrollbar-track,.custom-scrollbar.right-sidebar::-webkit-scrollbar-track{background:#ddd}.custom-scrollbar.left-sidebar::-webkit-scrollbar-thumb,.custom-scrollbar.right-sidebar::-webkit-scrollbar-thumb{background:#b9b9b9;border:2px solid #ddd}.information-modal{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:640px;padding:1rem;border-radius:.25rem}.information-modal .im-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:1rem;padding-bottom:1rem}.information-modal .im-header>h1{font-size:1rem;margin:0;position:relative}.information-modal .im-content{width:100%;font-size:.8rem}.information-modal .f-button.is-close-btn{opacity:.5;top:.5rem;right:.5rem;--f-button-svg-width: 16px;--f-button-svg-height: 16px;--f-button-width: 35px;--f-button-height: 35px;--f-button-border-radius: 0;--f-button-color: $clr-black-1;--f-button-hover-color: $clr-black-1;--f-button-svg-stroke-width: 3px}.breadcrumb{min-width:100%;display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:nowrap;padding:0;margin:0;overflow:auto}.breadcrumb>li{display:flex;align-items:center;justify-content:flex-start;position:relative}.breadcrumb>li:not(:last-child)::after{content:"/";position:absolute;top:50%;right:-0.75rem;transform:translateY(-50%)}.breadcrumb>li>a{display:flex;align-items:center;justify-content:flex-start;color:#444;gap:.25rem;white-space:nowrap;height:35px;line-height:35px;transition:background-color .2s ease,color .2s ease;padding:0 .5rem;border-radius:.25rem;font-weight:500;font-size:.9rem}.breadcrumb>li>a>span,.breadcrumb>li>a>i{font-size:.9rem}@media(hover: hover){.breadcrumb>li>a:hover{color:#002fa7;background-color:hsla(0,0%,100%,.5)}}.main-breadcrumb{display:flex;align-items:stretch;justify-content:flex-start;width:100%;height:50px;border-bottom:1px solid rgba(0,0,0,.075);position:relative}.main-breadcrumb>ul{overflow-x:auto;overflow-y:hidden}.main-breadcrumb::after{content:"";position:absolute;right:0;top:0;height:100%;width:50px;background:#fff;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);pointer-events:none}@media(max-width: 767px){.main-breadcrumb::after{right:0}}@media(max-width: 767px){.main-breadcrumb{max-width:initial;width:100%;padding:0 1rem}}.auth-form-wrapper{width:420px}.auth-form-wrapper .account-login-button,.auth-form-wrapper .account-register-button{width:100%}.generic-dialog-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:3rem;background-color:#f2f2f2}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper{width:720px}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .error-sub-header{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;margin-bottom:1rem}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .error-sub-header>i{font-size:2rem;transform:translateY(-2px)}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>span{font-size:.9rem}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>ul{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%;gap:.5rem;margin:0;padding:0;list-style:none}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>ul>li{width:calc(33.333% - .3333333333rem)}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>ul>li>a{display:flex;align-items:center;justify-content:center;gap:0 .5rem;height:35px;white-space:nowrap;outline:none;padding:0 .5rem;font-size:.8rem;border:1px solid rgba(0,0,0,.075);transition:color .2s ease;border-radius:.25rem;background-color:#fafafa}@media(hover: hover){.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>ul>li>a:hover{color:#002fa7}}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem;border-top:1px solid rgba(0,0,0,.075);margin-top:1rem;padding-top:1rem}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper>span{font-size:1rem;font-weight:500}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper .product-slider-wrapper{padding:0}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper .product-slider-wrapper>.container{padding:0}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper .product-slider-wrapper>.container #lv-products-slider>.swiper-wrapper>.swiper-slide{padding:0 !important}.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body>button{display:flex;align-items:center;justify-content:center;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;min-width:125px;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;border:none;margin-top:1rem}@media(hover: hover){.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body>button:not(:disabled):hover{opacity:.75}}@media(max-width: 991px){.generic-dialog-section{padding:2rem}}@media(max-width: 767px){.generic-dialog-section{padding:0}}.generic-dialog-section .generic-dialog-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media(max-width: 767px){.generic-dialog-section .generic-dialog-container{max-width:initial;width:100%;padding:1rem 0}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background-color:#fff;border:1px solid rgba(0,0,0,.075);border-radius:.25rem}@media(max-width: 767px){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper{width:100%;border-left:none;border-right:none;border-radius:0}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .alert{margin-bottom:1rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem;gap:.25rem;border-bottom:1px solid rgba(0,0,0,.075)}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul{display:flex;align-items:center;justify-content:center;margin:0;padding:0;list-style:none;width:100%}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li{display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.075);width:50%;height:40px;font-size:.8rem;text-transform:uppercase}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li:first-child{border-right:none;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li>span{text-transform:uppercase;font-weight:500;color:#002fa7}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li>a{display:flex;align-items:center;justify-content:center;color:#999;background-color:#fafafa;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:500;transition:background-color .2s ease,color .2s ease;overflow:hidden}@media(hover: hover){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li>a:hover{background-color:#fff;color:#002fa7}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2{font-size:1.125rem;font-weight:500;margin:0;display:flex;align-items:flex-start;justify-content:flex-start;gap:.5rem}@media(max-width: 767px){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2{font-size:1rem}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2>i{font-size:1.2rem;display:flex;align-items:center;justify-content:center}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2>i[data-type=success]{color:#41b06e}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2>i[data-type=error]{color:#f03}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>span{font-size:.9rem;line-height:1.25}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>span{font-size:.85rem;line-height:1.5;margin-bottom:1.5rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>p{font-size:.9rem;line-height:1.25;margin-bottom:1rem !important}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form{align-items:center;width:100%}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.grecaptcha-legal{font-size:.7rem;margin-bottom:1rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.grecaptcha-legal>a{color:#444;font-weight:500}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.form-or{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:1;font-size:.8rem;isolation:isolate;margin:.5rem 0;line-height:1.25}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.form-or::before{content:"";width:300%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:1px;background-color:rgba(0,0,0,.075);z-index:-2}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.form-or::after{content:"";width:calc(100% + 1rem);height:100%;position:absolute;top:0;left:50%;transform:translateX(-50%);background-color:#fff;z-index:-1}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>button{display:flex;align-items:center;justify-content:center;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;min-width:125px;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;border:none}@media(hover: hover){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>button:not(:disabled):hover{opacity:.75}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>a{font-size:.9rem;transition:color .2s ease;border-top:1px solid rgba(0,0,0,.075);width:calc(100% + 2rem);text-align:center;padding-top:1rem;margin-left:0;margin-right:0rem}@media(hover: hover){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>a:hover{color:#002fa7}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form a{color:#444}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container{display:flex;align-items:center;justify-content:center;gap:.5rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container>a{display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.075);border-radius:50%;height:40px;width:40px;transition:border-color .2s ease}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container>a>i{display:flex;align-items:center;justify-content:center;transform:translateX(1px);transition:color .2s ease}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container.not-active>a{opacity:.5;cursor:not-allowed}@media(hover: hover){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container:not(.not-active)>a:hover{border-color:#002fa7}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container:not(.not-active)>a:hover>i{color:#002fa7}}@media(max-width: 991px){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container [data-tippy-root]{display:none !important}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:.5rem}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>button{display:flex;align-items:center;justify-content:center;outline:none;border:none;color:#fff;background-color:#002fa7;font-size:.9rem;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;gap:.5rem;border-radius:.25rem;height:40px;line-height:40px}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>button>i{display:flex;align-items:center;justify-content:center}@media(hover: hover){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>button:not(:disabled):hover{opacity:.75}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>a{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;border:1px solid rgba(0,0,0,.075);border-radius:.25rem;padding:0 1rem;transition:color .2s ease;height:40px;line-height:40px}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>a>i{display:flex;align-items:center;justify-content:center}@media(hover: hover){.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>a:hover{color:#002fa7}}.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form.account-form .alert-masak-info{margin:.5rem 0}.account-login .main-breadcrumb,.account-register .main-breadcrumb,.account-forgotten .main-breadcrumb,.account-reset .main-breadcrumb,.error-not-found .main-breadcrumb{border-bottom:none}.account-section-wrapper{display:flex;align-items:stretch;justify-content:flex-start;width:100%}@media(max-width: 991px){.account-section-wrapper{align-items:flex-start;flex-direction:column;gap:1rem}}.account-section-wrapper .account-sidebar{width:275px;padding:1.5rem 0}@media(max-width: 1439px){.account-section-wrapper .account-sidebar{padding-left:1rem}}@media(max-width: 991px){.account-section-wrapper .account-sidebar{width:100%;padding:0}}.account-section-wrapper .account-sidebar .account-sidebar-menu{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header{display:none}@media(max-width: 991px){.account-section-wrapper .account-sidebar .account-sidebar-menu{width:100%;border:none;transition:gap .2s ease}.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;padding:0 1rem;border:1px solid rgba(0,0,0,.075);border-radius:.25rem;background-color:rgba(0,0,0,.025);font-weight:500}.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button>span{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;transition:color .2s ease;text-transform:uppercase;font-size:.9rem}.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button>span>i{font-size:.9rem}.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button>i{display:flex;align-items:center;justify-content:center;transition:transform .2s ease,color .2s ease}.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button.active>span,.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button.active>i{color:#002fa7}.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button.active>i{transform:rotate(180deg)}.account-section-wrapper .account-sidebar .account-sidebar-menu>ul{overflow:hidden;transition:height .5s ease}.account-section-wrapper .account-sidebar .account-sidebar-menu:not(.expanded){gap:0}.account-section-wrapper .account-sidebar .account-sidebar-menu:not(.expanded)>ul{height:0}.account-section-wrapper .account-sidebar .account-sidebar-menu.expanded .expand-sidebar-menu>span,.account-section-wrapper .account-sidebar .account-sidebar-menu.expanded .expand-sidebar-menu>i{color:#002fa7}.account-section-wrapper .account-sidebar .account-sidebar-menu.expanded .expand-sidebar-menu>i::before{transform:rotate(-180deg)}.account-section-wrapper .account-sidebar .account-sidebar-menu.expanded>ul{padding:1rem .5rem;padding-top:0;border-bottom:1px solid rgba(0,0,0,.075)}}.account-section-wrapper .account-sidebar .account-sidebar-menu>ul{position:sticky;top:.5rem;margin:0;padding:0;list-style:none;padding-right:.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}@media(max-width: 991px){.account-section-wrapper .account-sidebar .account-sidebar-menu>ul{position:initial;top:initial;padding:0 .5rem}}.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li{width:100%}.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li>a{display:flex;align-items:center;justify-content:flex-start;width:100%;height:40px;white-space:nowrap;gap:.5rem;font-weight:500;font-size:.9rem;transition:color .2s ease}@media(max-width: 991px){.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li>a{padding-left:1px;height:35px}}.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li>a>i{display:flex;align-items:center;justify-content:center;font-size:1.125rem}.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li.active>a{color:#002fa7;font-weight:500}@media(hover: hover){.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li:not(.active):hover>a{color:#002fa7}}.account-section-wrapper .account-section-item-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - 275px);gap:1rem;padding-bottom:1rem}@media(max-width: 991px){.account-section-wrapper .account-section-item-wrapper{width:100%;padding:0;padding-bottom:1rem}}.account-section-wrapper .account-section-item-wrapper .asi-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.075)}@media(max-width: 991px){.account-section-wrapper .account-section-item-wrapper .asi-header{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.75rem;padding:0 .125rem 1rem}}.account-section-wrapper .account-section-item-wrapper .asi-header .asih-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.account-section-wrapper .account-section-item-wrapper .asi-header .asih-title>h1{font-family:"Red Rose",sans-serif;font-size:1.125rem;font-weight:500;margin:0;color:#002fa7}.account-section-wrapper .account-section-item-wrapper .asi-header .asih-title>h1>em{font-weight:400;font-style:normal;font-size:.9rem;color:#999}.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}@media(max-width: 991px){.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions{width:100%}}.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a{display:flex;align-items:center;justify-content:center;gap:.25rem;border:none;outline:none;background-color:rgba(0,0,0,0);white-space:nowrap;height:35px;line-height:35px;font-size:.9rem}.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button>i,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a>i{display:flex;align-items:center;justify-content:center}.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.button-continue,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.button-continue{font-weight:700;border:1px solid rgba(0,0,0,.075);padding:0 1rem;transition:color .2s ease}@media(hover: hover){.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.button-continue:not(:disabled):hover,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.button-continue:not(:disabled):hover{color:#002fa7}}.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-account,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-password,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-newsletter,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.add-address,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-account,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-password,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-newsletter,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.add-address{font-weight:500;border-radius:.25rem;padding:0 1rem;transition:color .2s ease;gap:.5rem;border:1px solid rgba(0,0,0,.075)}@media(hover: hover){.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-account:not(:disabled):hover,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-password:not(:disabled):hover,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-newsletter:not(:disabled):hover,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.add-address:not(:disabled):hover,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-account:not(:disabled):hover,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-password:not(:disabled):hover,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-newsletter:not(:disabled):hover,.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.add-address:not(:disabled):hover{color:#002fa7}}.account-section-wrapper .account-section-item-wrapper .asi-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.account-section-wrapper .account-section-item-wrapper .asi-content .sub-info{margin-top:1rem;color:#777;font-size:.9rem}.account-section-wrapper .account-section-item-wrapper .alert{margin-bottom:0}.bar-loading-wrapper{display:flex;align-items:center;justify-content:center;width:100%;gap:.5rem}.bar-loading-wrapper>span:nth-child(2){font-size:.9rem}.empty-asi-wrapper .ea-text>span{font-size:.9rem}.account-logout-section .generic-dialog-body,.account-success-section .generic-dialog-body{max-width:720px}.account-logout-section .generic-dialog-body>p,.account-success-section .generic-dialog-body>p{font-size:.9rem;line-height:1.25;margin-bottom:1rem !important}.account-logout-section .generic-dialog-body>button,.account-logout-section .generic-dialog-body>a,.account-success-section .generic-dialog-body>button,.account-success-section .generic-dialog-body>a{display:flex;align-items:center;justify-content:center;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;min-width:125px;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;border:none}@media(hover: hover){.account-logout-section .generic-dialog-body>button:not(:disabled):hover,.account-logout-section .generic-dialog-body>a:not(:disabled):hover,.account-success-section .generic-dialog-body>button:not(:disabled):hover,.account-success-section .generic-dialog-body>a:not(:disabled):hover{opacity:.75}}.checkout-message-wrapper{max-width:675px;text-wrap:pretty;font-size:.9rem}.checkout-message-wrapper a{font-weight:600;font-size:.9rem;transition:color .2s ease}.checkout-message-wrapper a:active{color:#002fa7}@media(hover: hover){.checkout-message-wrapper a:hover{color:#002fa7}}.checkout-message-wrapper+button{display:flex;align-items:center;justify-content:center;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;min-width:125px;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;border:none;margin-top:1rem}@media(hover: hover){.checkout-message-wrapper+button:not(:disabled):hover{opacity:.75}}#iyzi-root{display:none !important}.main-loader-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;inset:0;z-index:9999;width:100%;background-color:#fff}.main-loader-wrapper .main-loader-image{display:flex;align-items:center;justify-content:center;width:200px;position:absolute;z-index:99;overflow:hidden}@media(max-width: 767px){.main-loader-wrapper .main-loader-image{width:150px}}.main-loader-wrapper .main-loader-image>img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.live-search-modal-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;inset:0;z-index:99997;width:100%}.live-search-modal-wrapper.animating .live-search-modal{opacity:0;visibility:hidden;pointer-events:none;box-shadow:none}.live-search-modal-wrapper .live-search-modal-overlay{position:absolute;inset:0;z-index:99998;width:100%}.live-search-modal-wrapper .live-search-modal{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;z-index:99999;opacity:1;visibility:visible;pointer-events:all;transition:opacity .3s ease,visibility .3s ease;max-height:80vh;border-radius:.25rem;overflow:hidden;border:1px solid rgba(0,0,0,.125)}@media(min-width: 992px){.live-search-modal-wrapper .live-search-modal{width:992px}}@media(min-width: 768px)and (max-width: 991px){.live-search-modal-wrapper .live-search-modal{width:768px}}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal{width:100%;max-height:initial;height:100vh;height:100dvh;border:none;border-radius:0}}.live-search-modal-wrapper .live-search-modal .lsm-header{display:flex;align-items:center;justify-content:space-between;width:100%;height:90px;padding:0 1rem;border-bottom:1px solid rgba(0,0,0,.075);background-color:#fff;flex-shrink:0}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-header{flex-direction:column;justify-content:flex-start;height:auto;padding:0 .5rem .5rem}}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo{display:flex;align-items:center;justify-content:center;width:125px;height:50px}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo{width:100%;height:auto;padding:.5rem 0}}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo>a{width:125px;height:50px}}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper{display:flex;align-items:center;justify-content:flex-start;width:540px}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper{width:100%}}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.active>input{border-color:#002fa7}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.active>button.main-search-button{border-color:#002fa7}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.active>button.main-search-button>i{color:#002fa7}@media(hover: hover){.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper:not(.active):hover>input{border-color:#002fa7}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper:not(.active):hover>button.main-search-button{border-color:#002fa7}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper:not(.active):hover>button.main-search-button>i{color:#002fa7}}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper>input{outline:none;width:calc(100% - 45px);height:45px;padding:0;padding-left:1rem;font-size:.9rem;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.075);border-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;transition:width .2s ease,border-color .2s ease}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.clear-active>input{width:calc(100% - 45px - 75px)}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .main-search-button{display:flex;align-items:center;justify-content:center;width:45px;height:45px;outline:none;background-color:rgba(0,0,0,0);flex-shrink:0;border:1px solid rgba(0,0,0,.075);border-radius:.25rem;border-top-left-radius:0;border-bottom-left-radius:0;border-left:none;transition:border-color .2s ease}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .main-search-button>i{display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s ease}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .clear-search{display:flex;align-items:center;justify-content:center;width:0;padding:0;height:45px;border:none;outline:none;opacity:0;visibility:hidden;pointer-events:none;background-color:rgba(0,0,0,0)}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .clear-search.visible{opacity:1;visibility:visible;pointer-events:all;width:75px}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .clear-search>span{font-size:.75rem}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button{display:flex;align-items:center;justify-content:center;width:50px;height:50px}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,0);outline:none;border:none;transition:opacity .2s ease;opacity:.5}@media(hover: hover){.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button:hover{opacity:1}}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button:active{opacity:1}.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button>i{display:flex;align-items:stretch;justify-content:center;font-size:1.25rem}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button{position:fixed;top:.5rem;right:.5rem}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-color:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper.loading{position:relative}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper.loading>*:not(.results-loading){opacity:0;visibility:hidden;pointer-events:none}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper.loading .results-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;min-height:50px;text-align:center}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper.loading .results-loading{top:75px}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:.5rem 0;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.075)}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider{width:100%;padding:.5rem 5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider{padding:.5rem 40px}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider.loading .search-category-bar:not(:disabled){pointer-events:none}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .search-category-bar{display:flex;align-items:center;justify-content:center;gap:0 .5rem;width:100%;height:40px;white-space:nowrap;outline:none;font-size:.8rem;border-radius:2.5rem;background-color:#fff;border:1px solid rgba(0,0,0,.075);transition:color .2s ease,border-color .2s ease}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .search-category-bar{font-size:.8rem}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .search-category-bar.active{border-color:#002fa7;color:#002fa7}@media(hover: hover){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .search-category-bar:not(:disabled):hover{border-color:#002fa7;color:#002fa7}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:5rem;height:40px;transition:opacity .2s ease,visibility .2s ease}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav{width:40px;height:40px;background-color:#fff}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.swiper-button-disabled{cursor:not-allowed;opacity:.25}@media(hover: hover){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav:not(.swiper-button-disabled):hover>i{color:#002fa7}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav>i{display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:color .2s ease}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.scs-prev{left:0}@media(min-width: 768px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.scs-prev{background:linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%)}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.scs-next{right:0}@media(min-width: 768px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.scs-next{background:linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%)}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .empty-category-search-results-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0 5rem}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .empty-category-search-results-wrapper{justify-content:center;padding:0 .5rem}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .empty-category-search-results-wrapper>span{text-align:center}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;overflow:auto}@media(min-width: 768px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper{height:450px}}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper{max-height:calc(100vh - 193px);max-height:calc(100dvh - 193px)}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper.loading{position:relative}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper.loading>*:not(.results-loading){opacity:0;visibility:hidden;pointer-events:none}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper.loading .results-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;min-height:50px;text-align:center}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper.loading .results-loading{top:75px}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;width:100%;padding:1rem;gap:1rem}@media(max-width: 991px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper{gap:.75rem}}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper{gap:.5rem}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;background-color:#fff;box-shadow:rgba(0,0,0,.04) 0px 3px 5px;transition:border-color .2s ease,box-shadow .2s ease,transform .1s ease;width:calc(20% - .8rem);border-radius:.25rem;overflow:hidden}@media(hover: hover){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card:hover .spc-image-wrapper img{transform:scale(1.075)}}@media(max-width: 991px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card{width:calc(25% - .5625rem)}}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card{width:calc(50% - .25rem)}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;position:relative}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;overflow:hidden}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a .out-of-stock-badge{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;pointer-events:none;z-index:9;width:100%;text-align:center;height:100%}@media(max-width: 991px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a .out-of-stock-badge{display:none}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a .out-of-stock-badge>span{background-color:hsla(0,0%,100%,.75);padding:.5rem 1rem;color:#444;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid rgba(0,0,0,.075);font-weight:500;font-size:1.125rem}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding:.5rem;gap:.5rem}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom{padding:1rem .5rem}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-name{display:flex;align-items:center;justify-content:center;position:relative;height:35px}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-name>a{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.25rem;width:100%;text-align:center}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-name>a>span:nth-child(1){color:#111;font-size:.8rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-name>a>span:nth-child(1){font-size:.85rem}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:.125rem;text-align:center}@media(min-width: 768px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price{height:45px}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price>span{font-weight:500;font-size:.8rem;text-align:center;color:#444}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price>span.price-line-through{font-size:.7rem;font-weight:400;color:#777;text-decoration:line-through}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:1rem 1.5rem 0;gap:1rem;padding:1rem}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-total-product-text{display:flex;align-items:flex-start;justify-content:flex-start;width:calc(50% - .5rem)}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-total-product-text>span{font-size:.9rem;color:#777}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper{display:flex;align-items:flex-start;justify-content:flex-end;width:calc(50% - .5rem)}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-weight:500;font-size:.9rem;transition:color .2s ease}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper>a>i{transition:transform .2s ease}@media(hover: hover){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper>a:hover{color:#002fa7}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper>a:hover>i{transform:translateX(0.5rem)}}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .empty-product-search-results-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0 5rem}@media(max-width: 767px){.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .empty-product-search-results-wrapper{justify-content:center;padding:0 .5rem}.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .empty-product-search-results-wrapper>span{text-align:center}}.line-scale>div{background-color:#002fa7}.icon-facebook-bg{background-color:#3b5998}.icon-twitter-x-bg{background-color:#000}.icon-whatsapp-bg{background-color:#25d366}.icon-telegram-bg{background-color:#08c}.icon-facebook-color{color:#3b5998}.icon-twitter-x-color{color:#000}.icon-whatsapp-color{color:#25d366}.icon-telegram-color{color:#08c}.facebook-auth-button{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;height:40px;padding:0 12px;border-radius:4px;background-color:#1877f2;color:#fff;outline:none;border:none;transition:background-color .2s ease;width:200px}.facebook-auth-button>span{font-size:14px;letter-spacing:.25px;font-weight:500}.facebook-auth-button:active{background-color:#4267b2}.gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #747775;border-radius:4px;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:200px}.gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}.gsi-material-button .gsi-material-button-content-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.gsi-material-button .gsi-material-button-contents{flex-grow:1;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.gsi-material-button .gsi-material-button-state{transition:opacity .218s;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.gsi-material-button:disabled{cursor:default;background-color:hsla(0,0%,100%,.3803921569);border-color:rgba(31,31,31,.1215686275)}.gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}.gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}.gsi-material-button:not(:disabled):active .gsi-material-button-state,.gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#303030;opacity:12%}.gsi-material-button:not(:disabled):hover{box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#303030;opacity:8%}.recaptcha-wrapper{display:none !important}.alert-success>.alert-content>svg{fill:#41b06e}.alert-danger>.alert-content>svg{fill:#f03}.alert-info>.alert-content>svg{fill:#3572ef}.common-maintenance h1{font-size:1.5rem;margin:2rem 0}hr.fading{background-image:linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);border:0;height:1px;margin:22px 0}hr.fading.light{background-image:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent)}.social-button-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.social-button-wrapper>button{display:flex;align-items:center;justify-content:center;border:none;outline:none;width:40px;height:40px;border-radius:.2rem}.social-button-wrapper>button>i{display:flex;align-items:center;justify-content:center;color:#fff}.go-to-top{display:flex;align-items:center;justify-content:center;gap:.5rem;position:fixed;bottom:5rem;left:5rem;border:1px solid rgba(0,0,0,.075);background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:0 .75rem;height:40px;line-height:40px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(1rem);transition:transform .2s ease,opacity .2s ease,visibility .2s ease,background-color .2s ease,border-color .2s ease;z-index:999;border-radius:3rem;padding-left:30px;overflow:hidden}.go-to-top.visible{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.go-to-top:active{background-color:hsla(0,0%,100%,.8);border-color:rgba(0,0,0,.25)}@media(hover: hover){.go-to-top:hover{background-color:hsla(0,0%,100%,.8);border-color:rgba(0,0,0,.25)}}@media(min-width: 992px)and (hover: hover){.go-to-top:hover .gtt-icon-wrapper{transform:translateY(-50%)}}@media(max-width: 991px){.go-to-top{bottom:calc(70px + 1rem);left:1rem;width:55px;height:55px;border-radius:50%;padding:0}.go-to-top>span{display:none}}.go-to-top .gtt-icon-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden}@media(min-width: 992px){.go-to-top .gtt-icon-wrapper{position:absolute;left:0;top:0;transition:transform .5s ease}}@media(max-width: 991px){.go-to-top .gtt-icon-wrapper{justify-content:center}}.go-to-top .gtt-icon-wrapper>i{display:flex;align-items:center;justify-content:center;font-size:1.125rem}@media(min-width: 992px){.go-to-top .gtt-icon-wrapper>i{height:40px;width:35px}}@media(max-width: 991px){.go-to-top .gtt-icon-wrapper>i{font-size:2rem}.go-to-top .gtt-icon-wrapper>i:first-child::before{transform:translateY(-1px)}.go-to-top .gtt-icon-wrapper>i:nth-child(2){display:none}}.go-to-top>span{font-size:.85rem}.whatsapp-support-fixed-button{display:flex;align-items:center;justify-content:center;position:fixed;bottom:5rem;right:5rem;z-index:999;border-radius:50%;box-shadow:rgba(0,0,0,.1) 0px 4px 12px}@media(max-width: 991px){.whatsapp-support-fixed-button{bottom:calc(70px + 1rem);right:1rem}}.whatsapp-support-fixed-button>img{width:55px;height:55px;-o-object-fit:contain;object-fit:contain;border-radius:50%;padding:.5rem;background-color:#25d366;box-shadow:rgba(0,0,0,.24) 0px 3px 8px;transition:width .2s ease,height .2s ease}@media(min-width: 992px)and (hover: hover){.whatsapp-support-fixed-button>img:hover{width:65px;height:65px}}.popup-bg{z-index:999998;position:fixed;height:100%;width:100%;background:#000;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}.popup-bg.fade-in{opacity:.5;visibility:visible;pointer-events:all}.popup-main{z-index:999999;position:fixed;display:flex;align-items:center;justify-content:center;inset:0;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}@media(max-width: 767px){.popup-main>.popup-wrapper{width:auto;height:auto;box-shadow:none;border-radius:0;padding:1rem}.popup-main>.popup-wrapper>button{top:1.5rem;right:1.5rem;border-radius:0}}.popup-main.fade-in{opacity:1;visibility:visible;pointer-events:all;transition-delay:.5s}.popup-main *{user-select:none;-webkit-user-select:none;-moz-user-select:none}.popup-main>.popup-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:520px;height:520px;box-shadow:0 0 10px rgba(0,0,0,.5);border-radius:.5rem;overflow:hidden}.popup-main>.popup-wrapper>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.popup-main>.popup-wrapper>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;cursor:pointer}.popup-main>.popup-wrapper>button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;position:absolute;top:1rem;right:1rem;border:none;outline:none !important;border-radius:.5rem;cursor:pointer;background:hsla(0,0%,100%,.5);transition:all .3s ease}@media(hover: hover){.popup-main>.popup-wrapper>button:hover{background:#fff}}.popup-main>.popup-wrapper>button>i{display:flex;align-items:center;justify-content:center;color:#000;align-items:center;font-size:1.125rem}@media(min-width: 2160px){.container{max-width:1919px !important;padding:0 3rem !important}}@media(min-width: 1920px)and (max-width: 2159px){.container{max-width:1799px !important}}@media(min-width: 1440px)and (max-width: 1919px){.container{max-width:1600px !important}}@media(min-width: 1376px)and (max-width: 1439px){.container{max-width:1400px !important}}.remember-check{margin:.75rem .25rem !important;line-height:1.33}.remember-check .input-checkbox-text{font-size:.85rem !important}@media(max-width: 2159px){.bs-container{max-width:1400px !important}}@media(max-width: 991px){.bs-container{max-width:initial;padding:0 1rem}}@media(max-width: 991px){.bs-container{width:100%;padding:1rem}}.alert-masak-info .alert-message>span{font-size:.8rem !important}*,*::before,*::after{box-sizing:border-box}:root{overscroll-behavior:none}*{margin:0}html{font-size:16px;line-height:16px;scroll-behavior:smooth;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:-moz-scrollbars-vertical;overflow-y:scroll}html.no-scroll{overflow:hidden}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-display:swap;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#f1f1f1}body::-webkit-scrollbar-thumb{background:#b9b9b9}body::-webkit-scrollbar-thumb:hover{background:#777}img,picture,video,canvas,svg{border:0;display:block;max-width:100%}img:not([src]):not([srcset]){visibility:hidden}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}button:disabled,button[disabled],input:disabled,input[disabled]{opacity:.5;cursor:not-allowed}button{color:#444}a{color:#444;cursor:pointer;text-decoration:none !important}.product-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .1s ease;gap:1rem}@media(min-width: 992px){.product-card:hover .pc-price-wrapper>span{transform:translateY(100%);opacity:0;visibility:hidden;pointer-events:none}.product-card:hover .pc-button-wrapper>button{opacity:1 !important;visibility:visible !important;pointer-events:all !important;transform:translateY(-1.5rem) !important;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.product-card:hover .pc-button-wrapper>button:nth-child(2){transition-delay:.1s}.product-card:hover .pc-button-wrapper>button:nth-child(3){transition-delay:.2s}}.product-card .pc-top{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;position:relative}.product-card .pc-top .pc-image-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;z-index:1}@media(min-width: 992px)and (hover: hover){.product-card .pc-top .pc-image-wrapper:hover .swiper-pagination{opacity:1 !important;visibility:visible !important}}.product-card .pc-top .pc-image-wrapper>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.product-card .pc-top .pc-image-wrapper>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card .pc-top .pc-image-wrapper>a .swiper .swiper-wrapper .swiper-slide>img{width:100%;height:100%;aspect-ratio:1;border-radius:.25rem}@media(max-width: 991px){.product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;width:auto;left:50%;transform:translateX(-50%);height:6px;padding:0 .125rem;border-radius:.25rem;background-color:rgba(0,0,0,.05);bottom:.75rem}.product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination .swiper-pagination-bullet{width:10px;height:2px;border-radius:.25rem;margin:0;transition:background-color .2s ease}.product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#002fa7}}@media(min-width: 992px){.product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;bottom:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination .swiper-pagination-bullet{width:20px;height:2px;border-radius:15px;margin:0}.product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#002fa7}}.product-card .pc-top .pc-image-wrapper .out-of-stock-badge{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;pointer-events:none;width:100%;text-align:center;height:100%;font-size:2rem;z-index:9}@media(max-width: 991px){.product-card .pc-top .pc-image-wrapper .out-of-stock-badge{display:none}}.product-card .pc-top .pc-image-wrapper .out-of-stock-badge>span{background-color:hsla(0,0%,100%,.75);padding:.5rem 1rem;color:#444;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:1px solid rgba(0,0,0,.05);font-weight:700;font-size:1.5rem}.product-card .pc-top .pc-badge-wrapper{position:absolute;inset:.5rem;pointer-events:none;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.product-card .pc-top .pc-badge-wrapper .pc-badge{display:flex;align-items:center;justify-content:center;gap:.25rem;border-radius:15px;font-size:.75rem;font-weight:500;padding:0 .5rem;height:25px}@media(max-width: 1279px){.product-card .pc-top .pc-badge-wrapper .pc-badge:not(.pcb-discount){display:none !important}}.product-card .pc-top .pc-badge-wrapper .pcb-discount{border:1px solid #f03;background-color:rgba(255,0,51,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff}.product-card .pc-top .pc-badge-wrapper .pcb-new{border:1px solid #e5ae4a;color:#e5ae4a;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-card .pc-top .pc-badge-wrapper .pcb-preview-video{border:1px solid rgba(0,0,0,.125);background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:all}.product-card .pc-top .pc-badge-wrapper .pcb-preview-video>i{font-size:.75rem}.product-card .pc-bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%;padding:.5rem;position:relative}.product-card .pc-bottom .pc-text-wrapper{display:flex;align-items:center;justify-content:center;height:55px}.product-card .pc-bottom .pc-text-wrapper>a{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.25rem;width:100%;line-height:1.25;text-align:center;padding:0 1rem}.product-card .pc-bottom .pc-text-wrapper>a>span:nth-child(1){font-size:.9rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:75%;font-weight:500}@media(max-width: 767px){.product-card .pc-bottom .pc-text-wrapper>a>span:nth-child(1){font-size:.85rem;max-width:90%;-webkit-line-clamp:3;line-clamp:3}}.product-card .pc-bottom .pc-text-wrapper>a>span:nth-child(2){color:#bbb;font-size:.75rem}@media(max-width: 767px){.product-card .pc-bottom .pc-text-wrapper>a>span:nth-child(2){font-size:.7rem}}.product-card .pc-bottom .pc-price-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding:1rem}@media(max-width: 991px){.product-card .pc-bottom .pc-price-wrapper{padding:.5rem 1rem}}.product-card .pc-bottom .pc-price-wrapper>span{font-weight:500;font-size:.9rem;text-align:center;color:#444}.product-card .pc-bottom .pc-price-wrapper>span.price-line-through{font-size:.8rem;font-weight:400;color:#777;text-decoration:line-through}@media(min-width: 992px){.product-card .pc-bottom .pc-price-wrapper>span{transition:opacity .2s ease,visibility .2s ease,transform .2s ease}}.product-card .pc-bottom .pc-button-wrapper{display:flex;align-items:center;justify-content:center;width:100%;z-index:1}@media(min-width: 992px){.product-card .pc-bottom .pc-button-wrapper{position:absolute;left:50%;bottom:0;transform:translateX(-50%)}}.product-card .pc-bottom .pc-button-wrapper>button{width:40px;height:40px;background-color:rgba(0,0,0,0);outline:none;border:none}@media(min-width: 992px){.product-card .pc-bottom .pc-button-wrapper>button{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(100%)}}@media(max-width: 991px){.product-card .pc-bottom .pc-button-wrapper>button.pc-quick-view{display:none !important}}.product-card .pc-bottom .pc-button-wrapper>button>i{font-size:1.125rem}.product-card .pc-bottom .pc-button-wrapper>button>i.ri-heart-3-fill{color:#f03}.product-slider-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem 0;overflow:hidden}@media(max-width: 991px){.product-slider-wrapper{padding:1.5rem 0}}.product-slider-wrapper .product-slider-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}@media(max-width: 767px){.product-slider-wrapper .product-slider-container{padding:0}}.product-slider-wrapper .product-slider-container .product-slider-header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;position:relative;margin-bottom:1rem}@media(max-width: 767px){.product-slider-wrapper .product-slider-container .product-slider-header{margin-bottom:1rem}}.product-slider-wrapper .product-slider-container .product-slider-header>h3{font-family:"Red Rose",sans-serif;font-size:1.75rem;text-transform:uppercase;letter-spacing:4px;padding:1rem;margin:0}@media(max-width: 991px){.product-slider-wrapper .product-slider-container .product-slider-header>h3{font-size:1.5rem}}.product-slider-wrapper .product-slider-container .product-slider-header>a{display:flex;align-items:center;justify-content:flex-start;color:#002fa7;gap:.5rem;transition:color .2s ease}.product-slider-wrapper .product-slider-container .product-slider-header>a>i{display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:transform .2s ease}@media(hover: hover){.product-slider-wrapper .product-slider-container .product-slider-header>a:hover{color:#a9dbff}.product-slider-wrapper .product-slider-container .product-slider-header>a:hover>i{transform:translateX(0.25rem)}}.product-slider-wrapper .product-slider-container .product-slider-content{width:100%}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper{display:flex;align-items:center;justify-content:center;width:100%;overflow:clip;overflow-clip-margin:5px}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper{width:100%;align-items:stretch}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide{padding:.5rem;height:auto}@media(max-width: 767px){.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide{padding:0}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card{border-left:none}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide:first-child .product-card{border-left:1px solid rgba(0,0,0,.075)}}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100%;border-radius:.25rem;overflow:hidden}@media(max-width: 991px){.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card{border-radius:0}}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card>div{transition:opacity .2s ease,visibility .2s ease}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card .pc-top .pc-image-wrapper>a>img{max-width:375px;max-height:375px}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper.rp-slider .product-card,.product-slider-wrapper .product-slider-container .product-slider-content>.swiper.lvp-slider .product-card{border:1px solid rgba(0,0,0,.075)}@media(hover: hover){.product-slider-wrapper .product-slider-container .product-slider-content>.swiper.rp-slider .product-card:hover,.product-slider-wrapper .product-slider-container .product-slider-content>.swiper.lvp-slider .product-card:hover{border-color:rgba(0,0,0,.125)}}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;z-index:9;background-color:hsla(0,0%,100%,.8);width:40px;height:40px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid rgba(0,0,0,.05);transform:translateY(-50%)}@media(hover: hover){.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav{transform:translateY(-50%) scale(0.85);transition:transform .3s ease}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav:hover{transform:translateY(-50%) scale(1)}}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav>i{display:flex;align-items:center;justify-content:center;font-size:1.25rem}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav.ps-prev{border-radius:.25rem;left:1rem}.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav.ps-next{border-radius:.25rem;right:1rem}.custom-bs-dropdown>button{display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;outline:0;background-color:rgba(0,0,0,0);gap:.5rem}.custom-bs-dropdown>button[aria-expanded=true]::after{transform:rotate(-180deg)}.custom-bs-dropdown>button[aria-expanded=false]::after{transform:rotate(0)}.custom-bs-dropdown>button::after{font-family:remixicon;content:"";transition:transform .2s ease;border:none}.custom-bs-dropdown>button>span{display:flex;align-items:center;justify-content:center;gap:.25rem}.custom-bs-dropdown>ul{display:flex !important;flex-direction:column;align-items:flex-start;justify-content:flex-start;inset:unset !important;top:100% !important;left:0 !important;transform:none !important;border-radius:0;padding:0;margin:0;border:none}.custom-bs-dropdown>ul:not(.show){opacity:0;visibility:hidden;pointer-events:none}.custom-bs-dropdown>ul.show{opacity:1;visibility:visible;pointer-events:all}.custom-bs-dropdown>ul>li>button:focus,.custom-bs-dropdown>ul>li>button:hover,.custom-bs-dropdown>ul>li>button.active,.custom-bs-dropdown>ul>li>a:focus,.custom-bs-dropdown>ul>li>a:hover,.custom-bs-dropdown>ul>li>a.active{color:initial;background-color:initial}.featured-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;background-color:#f2f2f2;overflow:hidden}@media(max-width: 767px){.featured-content [id^=featured-products-slider] .product-card{border:1px solid rgba(0,0,0,.075)}}@media(max-width: 767px)and (hover: hover){.featured-content [id^=featured-products-slider] .product-card:hover{border-color:#a9dbff}}.new-arrivals-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:3rem 0;position:relative}@media(max-width: 1279px){.new-arrivals-content{padding:2rem 0}}@media(max-width: 991px){.new-arrivals-content{padding:1rem 0}}.new-arrivals-content .na-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}@media(max-width: 1375px){.new-arrivals-content .na-container{max-width:initial;padding:0;margin:0}}.new-arrivals-content .na-container .na-header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:2.5rem;width:100%}@media(max-width: 1279px){.new-arrivals-content .na-container .na-header{margin-bottom:1.5rem}}@media(max-width: 991px){.new-arrivals-content .na-container .na-header{margin-bottom:1rem}}.new-arrivals-content .na-container .na-header>h3{font-family:"Red Rose",sans-serif;font-size:1.75rem;text-transform:uppercase;letter-spacing:4px;padding:1rem;margin:0}@media(max-width: 991px){.new-arrivals-content .na-container .na-header>h3{font-size:1.25rem}}.new-arrivals-content .na-container .na-pc-wrapper{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;width:100%;background-color:#fff;-moz-column-gap:2rem;column-gap:2rem;row-gap:4rem;position:relative;padding:1rem 4rem}@media(max-width: 1279px){.new-arrivals-content .na-container .na-pc-wrapper{padding:1rem 2rem}}@media(max-width: 991px){.new-arrivals-content .na-container .na-pc-wrapper{padding:1rem 0;-moz-column-gap:1rem;column-gap:1rem;row-gap:2rem}}@media(min-width: 992px){.new-arrivals-content .na-container .na-pc-wrapper::after{content:"";width:calc(100% - 8rem);height:1px;background-color:rgba(0,0,0,.075);position:absolute;top:50%;left:4rem;transform:translateY(-50%)}}.new-arrivals-content .na-container .na-pc-wrapper .product-card{width:calc(25% - 1.5rem);padding:1rem}@media(min-width: 992px){.new-arrivals-content .na-container .na-pc-wrapper .product-card:not(:nth-child(4n)){border-right:1px solid rgba(0,0,0,.075)}}@media(max-width: 991px){.new-arrivals-content .na-container .na-pc-wrapper .product-card{width:calc(50% - .5rem)}.new-arrivals-content .na-container .na-pc-wrapper .product-card:not(:nth-child(2n)){border-right:1px solid rgba(0,0,0,.075)}}.new-arrivals-content .na-container .na-pc-wrapper .product-card .pcp-price-text-wrapper>span{font-size:1.125rem}.new-arrivals-content .na-container .na-pc-wrapper .product-card .pcp-price-text-wrapper>span.price-line-through{font-size:.75rem}.new-arrivals-content .na-container .na-all-products-link-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;margin-top:3rem}.new-arrivals-content .na-container .na-all-products-link-wrapper>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-weight:500;font-size:1.075rem;transition:color .2s ease}.new-arrivals-content .na-container .na-all-products-link-wrapper>a>i{transition:transform .2s ease}@media(hover: hover){.new-arrivals-content .na-container .na-all-products-link-wrapper>a:hover{color:#002fa7}.new-arrivals-content .na-container .na-all-products-link-wrapper>a:hover>i{transform:translateX(0.5rem)}}.home-product-banner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1440px;padding:5rem;background-color:#fafafa;margin-top:1rem;border:1px solid rgba(0,0,0,.025);border-radius:.25rem}@media(max-width: 1439px){.home-product-banner{border:none;border-radius:0}}@media(max-width: 1279px){.home-product-banner{padding:4rem}}@media(max-width: 991px){.home-product-banner{padding:3rem 4rem}}@media(max-width: 767px){.home-product-banner{flex-direction:column-reverse;justify-content:flex-start;padding:1rem;padding-bottom:3rem;gap:1rem}}@media(hover: hover){.home-product-banner:hover .hpb-image a::before{transform:translate(-1.5rem, 1.5rem)}}.home-product-banner .hpb-image{display:flex;align-items:center;justify-content:flex-start;width:50%}@media(max-width: 991px){.home-product-banner .hpb-image{width:40%}}@media(max-width: 767px){.home-product-banner .hpb-image{width:75%}}.home-product-banner .hpb-image a{position:relative}.home-product-banner .hpb-image a::before{content:"";border:4px solid rgba(0,0,0,.075);transform:translate(-2rem, 2rem);position:absolute;inset:0;transition:transform .5s ease}@media(max-width: 991px){.home-product-banner .hpb-image a::before{transform:translate(-1rem, 1rem)}}.home-product-banner .hpb-image a>img{position:relative;width:768px;z-index:1}.home-product-banner .hpb-text{display:flex;align-items:center;justify-content:center;width:50%}@media(max-width: 991px){.home-product-banner .hpb-text{width:60%}}@media(max-width: 767px){.home-product-banner .hpb-text{width:100%}}.home-product-banner .hpb-text .hbp-text-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:2rem}@media(max-width: 991px){.home-product-banner .hpb-text .hbp-text-wrapper{padding:1rem 3rem}}@media(max-width: 767px){.home-product-banner .hpb-text .hbp-text-wrapper{align-items:center;text-align:center}}.home-product-banner .hpb-text .hbp-text-wrapper>h2{font-family:"Red Rose",serif;font-size:1.75rem;margin:0;margin-bottom:.5rem;color:#3d3d3d;font-weight:400}@media(max-width: 991px){.home-product-banner .hpb-text .hbp-text-wrapper>h2{font-size:1.25rem}}.home-product-banner .hpb-text .hbp-text-wrapper>p{font-size:1.125rem;margin-bottom:2rem;font-weight:300;text-wrap:balance}@media(max-width: 991px){.home-product-banner .hpb-text .hbp-text-wrapper>p{font-size:.9rem}}@media(max-width: 767px){.home-product-banner .hpb-text .hbp-text-wrapper>p{margin-bottom:1rem}}.home-product-banner .hpb-text .hbp-text-wrapper>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-weight:500;font-size:1.075rem;transition:color .2s ease}@media(max-width: 991px){.home-product-banner .hpb-text .hbp-text-wrapper>a{font-size:.85rem}}@media(max-width: 767px){.home-product-banner .hpb-text .hbp-text-wrapper>a{justify-content:center}}.home-product-banner .hpb-text .hbp-text-wrapper>a>i{transition:transform .2s ease}@media(hover: hover){.home-product-banner .hpb-text .hbp-text-wrapper>a:hover{color:#002fa7}.home-product-banner .hpb-text .hbp-text-wrapper>a:hover>i{transform:translateX(0.5rem)}}@media(max-width: 767px){a>.img-desktop{display:none !important}}@media(min-width: 768px){a>.img-mobile{display:none !important}}#cart-panel{position:fixed;top:1rem;right:1rem;transform:translateX(calc(100% + 2rem));transition:transform .2s ease,background-color .2s ease;z-index:9999;overflow:hidden;background-color:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(0,0,0,.125);border-radius:.25rem}@media(max-width: 767px){#cart-panel{top:0;right:0;width:100%;border-radius:0;border:none;height:100vh;height:100dvh;transform:translateX(100%)}}@media(hover: hover){#cart-panel:hover{background-color:#fff}}#cart-panel.active{transform:translateX(0)}#cart-panel .cp-side-panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media(min-width: 768px){#cart-panel .cp-side-panel{width:475px;z-index:999;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem)}}@media(max-width: 767px){#cart-panel .cp-side-panel{width:100%;height:100%}}#cart-panel .cp-side-panel .cpsp-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;max-height:100%;overflow:auto}@media(max-width: 767px){#cart-panel .cp-side-panel .cpsp-wrapper{padding:0;height:100vh;height:100dvh}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-header{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0 50px 0 1rem;height:50px;border-bottom:1px solid rgba(0,0,0,.075);flex-shrink:0}@media(max-width: 767px){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-header{padding:0 1rem;padding-right:50px;height:60px}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-header>span{font-family:"Red Rose",sans-serif;font-size:1.125rem;font-weight:500}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;position:relative;padding:1rem}@media(max-width: 767px){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content{padding:0;height:calc(100vh - 60px);height:calc(100dvh - 60px)}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:calc(95px + 1.5rem)}@media(max-width: 767px){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper{max-height:calc(100vh - 150px - 1rem);max-height:calc(100dvh - 150px - 1rem);overflow:auto;padding:.5rem;border-bottom:none;margin-bottom:0}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem .5rem;gap:.5rem;position:relative}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card:not(:last-child){border-bottom:1px solid rgba(0,0,0,.075)}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-image{display:flex;align-items:flex-start;justify-content:flex-start;width:100px;height:100px}@media(max-width: 991px){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-image{width:60px;height:60px}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-image>a{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:100%;background-color:#fff;border-radius:.25rem;overflow:hidden}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-image>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - 100px - 1rem);gap:.5rem}@media(max-width: 991px){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text{width:calc(100% - 60px - 1rem)}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name{width:100%;min-height:35px;padding-right:calc(60px + 1rem);position:relative}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>a{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;transition:color .2s ease;font-weight:500}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>a>span{line-height:1.25;font-size:.9rem}@media(max-width: 991px){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>a>span{font-size:.8rem;font-weight:500}}@media(hover: hover){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>a:hover{color:#002fa7}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>br{display:none}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>em{font-weight:400;font-style:normal;color:#999;font-size:.8rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name .cp-cart-item-remove{display:flex;align-items:center;justify-content:flex-start;position:absolute;right:0;top:0;border:none;outline:none;color:#f03;font-size:.9rem;line-height:1;font-weight:500;gap:.25rem;transition:opacity .2s ease;background-color:rgba(0,0,0,0);padding:0;width:60px;white-space:nowrap}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name .cp-cart-item-remove:active{opacity:.5}@media(hover: hover){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name .cp-cart-item-remove:hover{opacity:.5}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name .cp-cart-item-remove>i{display:flex;align-items:center;justify-content:center}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;width:100%}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:50%}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-price{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;line-height:1.125;font-size:.8rem}@media(max-width: 767px){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-price{display:none}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-price>span:nth-child(1){color:#aaa}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options{margin-top:.5rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options>ul{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin:0;padding:0;width:100%;list-style:none;gap:.25rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options>ul>li{display:flex;align-items:flex-start;justify-content:flex-start;gap:.25rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options>ul>li>span{font-size:.8rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options>ul>li>span:nth-child(1){font-weight:500}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;gap:.25rem;margin-top:1rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group>button{border:none;outline:none;width:25px;height:25px;background-color:rgba(0,0,0,0)}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group>button>i{display:flex;align-items:center;justify-content:center;font-size:1rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group>input{outline:none;width:40px;height:30px;padding:0 .5rem;background-color:#fff;text-align:center;border:1px solid rgba(0,0,0,.075);border-radius:0;font-size:.9rem;transition:border-color .2s ease;border-radius:.25rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group>input:focus{border-color:#a9dbff}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;width:50%;gap:.125rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper>span{font-weight:500;font-size:.9rem;text-align:center;color:#444}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper>span.price-line-through{font-size:.8rem;font-weight:400;color:#777;text-decoration:line-through}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper .cart-price-total-wrapper{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.8rem;white-space:nowrap}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:2rem;padding-top:2rem}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>span{max-width:350px;text-align:center;text-wrap:balance}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-weight:500;font-size:1.075rem;transition:color .2s ease}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>a>i{transition:transform .2s ease}@media(hover: hover){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>a:hover{color:#002fa7}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>a:hover>i{transform:translateX(0.5rem)}}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>ul{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;width:100%;gap:.5rem;margin:0;padding:0;list-style:none}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>ul>li{width:calc(33.333% - .3333333333rem)}#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>ul>li>a{display:flex;align-items:center;justify-content:center;gap:0 .5rem;height:35px;white-space:nowrap;outline:none;padding:0 .5rem;font-size:.8rem;border:1px solid rgba(0,0,0,.075);transition:color .2s ease;border-radius:.25rem;background-color:#fafafa}@media(hover: hover){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>ul>li>a:hover{color:#002fa7}}@media(max-width: 767px){#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper{padding:1rem;padding-bottom:0;gap:2rem}}@media(max-width: 767px){#cart-panel .cp-side-panel .cpsp-wrapper .alert{width:100%}}#cart-panel .cp-side-panel .cp-buttons{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;bottom:0;left:0;right:0;width:100%;padding:1rem;background-color:#fff}@media(max-width: 767px){#cart-panel .cp-side-panel .cp-buttons{padding:.5rem;margin:0;border-top:1px solid rgba(0,0,0,.075)}}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion{width:100%}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item{border:none}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button{display:flex;align-items:center;justify-content:flex-start;width:100%;background-color:#f2f2f2;box-shadow:none !important;height:50px;padding:0 .75rem;gap:1rem;border:none;border-radius:.25rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button .text-wrapper{display:flex;align-items:center;justify-content:flex-start;width:calc(100% - 3rem);gap:.5rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button .text-wrapper>span{font-weight:500;font-size:.9rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button>i{display:flex;align-items:center;justify-content:center;font-size:1.25rem;width:2rem;height:45px;transition:transform .2s ease}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button:not(.collapsed)>i{transform:rotate(-180deg)}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body{background-color:#fafafa;padding:1rem .75rem;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.25rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem 0}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-header>h2{font-size:1.125rem;font-weight:500;margin:0}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.25rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row:not(:last-child){font-size:.9rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row:not(:last-child) .st-cell strong,#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row:not(:last-child) .st-cell span{color:#666;font-weight:400}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row:last-child{border-top:1px dashed rgba(0,0,0,.075);padding-top:1rem;margin-top:.5rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-top:1rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-button{display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:500;background-color:#fff;gap:.5rem;padding:0 1rem;border:1px solid rgba(0,0,0,.075);height:35px;border-radius:.25rem;transition:color .2s ease}@media(hover: hover){#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-button:hover{color:#002fa7}}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cart-coupon-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cart-coupon-wrapper>span{position:relative;margin:.5rem 0 1rem;display:inline-block;width:100%;color:#777;font-size:.8rem;line-height:1.125rem;padding-left:1rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cart-coupon-wrapper>span::before{content:"*";position:absolute;left:0;top:.25rem;color:#f03;font-size:1.5rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info{display:flex;align-items:center;justify-content:flex-start;background-color:#f2f2f2;border:1px dashed #ccc;position:relative;gap:.5rem;height:50px;padding:0 .5rem}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>span>strong{text-transform:uppercase;font-weight:500}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>span>span{text-transform:uppercase}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>button{display:flex;align-items:center;justify-content:center;position:absolute;top:-0.75rem;right:-0.75rem;width:25px;height:25px;background-color:#f03;transition:background-color .2sease;color:#fff;border-radius:50%;border:1px solid rgba(0,0,0,.075);padding:0}#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>button>i{display:flex;align-items:center;justify-content:center}@media(hover: hover){#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>button:not(:disabled):hover{background-color:#f03}}#cart-panel .cp-side-panel .cp-buttons>a,#cart-panel .cp-side-panel .cp-buttons>button{display:flex;align-items:center;justify-content:center;padding:0 1rem;width:calc(33.333% - .3333333333rem);height:40px;gap:.25rem;font-weight:500;font-size:.9rem;white-space:nowrap;border-radius:.25rem;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.075)}@media(max-width: 767px){#cart-panel .cp-side-panel .cp-buttons>a,#cart-panel .cp-side-panel .cp-buttons>button{font-size:.8rem}}#cart-panel .cp-side-panel .cp-buttons>a.checkout-url,#cart-panel .cp-side-panel .cp-buttons>button.checkout-url{transition:opacity .2s ease;background-color:#002fa7;color:#fff}@media(hover: hover){#cart-panel .cp-side-panel .cp-buttons>a.checkout-url:not(:disabled):hover,#cart-panel .cp-side-panel .cp-buttons>button.checkout-url:not(:disabled):hover{opacity:.8}}#cart-panel .cp-side-panel .cp-buttons>a:not(.checkout-url),#cart-panel .cp-side-panel .cp-buttons>button:not(.checkout-url){transition:color .2s ease}@media(hover: hover){#cart-panel .cp-side-panel .cp-buttons>a:not(.checkout-url):not(:disabled):hover.cart-url,#cart-panel .cp-side-panel .cp-buttons>button:not(.checkout-url):not(:disabled):hover.cart-url{color:#002fa7}#cart-panel .cp-side-panel .cp-buttons>a:not(.checkout-url):not(:disabled):hover.cp-clear-cart,#cart-panel .cp-side-panel .cp-buttons>button:not(.checkout-url):not(:disabled):hover.cp-clear-cart{color:#f03}}#cart-panel .cp-side-panel .close-cart-panel{display:flex;align-items:center;justify-content:center;width:49px;height:49px;position:absolute;top:0;right:0;background-color:#fff;border:none;opacity:.5;transition:opacity .2s ease}@media(max-width: 767px){#cart-panel .cp-side-panel .close-cart-panel{width:59px;height:59px;top:0;right:0;border:none}}#cart-panel .cp-side-panel .close-cart-panel>i{display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:color .2s ease}@media(hover: hover){#cart-panel .cp-side-panel .close-cart-panel:hover{opacity:1}}.toast-message{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:fixed;z-index:999999999;width:100%;left:0;pointer-events:none;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:top .2s ease}@media(max-width: 991px){.toast-message{width:calc(100% - 1rem) !important;left:.5rem !important;top:1rem !important}}.toast-message .toast-message-box{padding:.25rem;box-sizing:content-box;transition:background-color .2s ease;max-width:425px;border:1px solid rgba(0,0,0,.075);background:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:2.5rem;overflow:hidden}@media(hover: hover){.toast-message .toast-message-box:hover{background-color:#fff}}.toast-message .toast-message-box.animate__animated{--animate-duration: 0.4s;animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.toast-message .toast-message-box.animate__fadeOutUp{animation-name:fadeOutUp}.toast-message .toast-message-box.animate__fadeInDown{animation-name:fadeInDown}.toast-message .toast-message-box .toast-message-message{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;pointer-events:all;padding:1rem;position:relative;gap:.5rem}@media(max-width: 991px){.toast-message .toast-message-box .toast-message-message{padding:.5rem}}.toast-message .toast-message-box .toast-message-message>svg{width:1.125rem;height:1.125rem;margin:0;flex-shrink:0}.toast-message .toast-message-box .toast-message-message>svg.toast-message-btn{cursor:pointer;color:rgba(0,0,0,.5);width:1rem;height:1rem;transition:color .2s ease}@media(hover: hover){.toast-message .toast-message-box .toast-message-message>svg.toast-message-btn:hover{color:rgba(0,0,0,.8)}}.toast-message .toast-message-box .toast-message-message>svg.loading{animation:toast-loading 1.8s linear infinite}.toast-message .toast-message-box .toast-message-message .toast-message-content-text{text-transform:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.125;font-size:.9rem;text-wrap:pretty}.toast-message .toast-message-box .toast-message-message .toast-message-content-text a{color:#444;font-weight:500}.alert{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;padding:0;border:1px solid rgba(0,0,0,.075);margin:0;border-radius:.25rem}.alert .alert-content{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;padding:.5rem;gap:.5rem}.alert .alert-content>svg{display:flex;align-items:center;justify-content:center;width:20px;height:20px;transform:translateY(1px);flex-shrink:0}.alert .alert-content .alert-message{display:flex;align-items:flex-start;justify-content:flex-start;width:calc(100% - 20px - .5rem);padding-right:calc(1rem + 25px)}.alert .alert-content .alert-message a{color:#444;font-weight:500}.alert .alert-content .alert-message>span{font-size:.9rem}.alert>button{display:flex;align-items:center;justify-content:center;padding:0;width:25px;height:25px;position:absolute;font-size:.5rem;top:calc(.5rem - 2px);right:.5rem;outline:none !important;box-shadow:none !important;border:none !important}#account-modal{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;overflow:hidden;gap:1rem}@media(max-width: 767px){#account-modal{padding:.5rem}}#account-modal .am-form-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}#account-modal .am-form-header>ul{display:flex;align-items:center;justify-content:center;margin:0;padding:0;list-style:none;width:100%}#account-modal .am-form-header>ul>li{display:flex;align-items:center;justify-content:center;width:50%}#account-modal .am-form-header>ul>li:first-child>button{border-right:none;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}#account-modal .am-form-header>ul>li:last-child>button{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}#account-modal .am-form-header>ul>li>button{display:flex;align-items:center;justify-content:center;background-color:#fafafa;color:#999;width:100%;height:40px;transition:background-color .2s ease,color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid rgba(0,0,0,.075);font-size:.8rem;text-transform:uppercase}#account-modal .am-form-header>ul>li>button.active{background-color:#fff;font-weight:500;color:#002fa7}@media(hover: hover){#account-modal .am-form-header>ul>li>button:hover:not(.active){color:#002fa7}}#account-modal .am-form-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}#account-modal .am-form-body .tab-content .tab-pane>form{align-items:center;width:100%}#account-modal .am-form-body .tab-content .tab-pane>form>span.form-or{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:1;isolation:isolate;margin:.5rem 0}#account-modal .am-form-body .tab-content .tab-pane>form>span.form-or::before{content:"";width:300%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:1px;background-color:rgba(0,0,0,.075);z-index:-2}#account-modal .am-form-body .tab-content .tab-pane>form>span.form-or::after{content:"";width:calc(100% + 1rem);height:100%;position:absolute;top:0;left:50%;transform:translateX(-50%);background-color:#fff;z-index:-1}#account-modal .am-form-body .tab-content .tab-pane>form>span.grecaptcha-legal{font-weight:300;font-size:.8rem;margin-top:.5rem;text-align:center}#account-modal .am-form-body .tab-content .tab-pane>form>span.grecaptcha-legal>a{color:#444;font-weight:500}@media(hover: hover){#account-modal .am-form-body .tab-content .tab-pane>form>span.grecaptcha-legal>a:hover{text-decoration:underline !important}}#account-modal .am-form-body .tab-content .tab-pane>form .social-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;background-color:#f2f2f2;padding:1rem;width:100%;border-radius:.25rem}#account-modal .am-form-body .tab-content .tab-pane>form .social-container .sc-header{display:flex;align-items:flex-start;justify-content:flex-start;width:100%}#account-modal .am-form-body .tab-content .tab-pane>form .social-container .sc-header>span{font-weight:500}#account-modal .am-form-body .tab-content .tab-pane>form .social-container .sc-content{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}#account-modal .am-form-body .tab-content .tab-pane>form>button{display:flex;align-items:center;justify-content:center;background-color:#002fa7;color:#fff;border:none;outline:none;width:100%;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;min-width:150px;font-size:.9rem}#account-modal .am-form-body .tab-content .tab-pane>form>button:active{opacity:.75}@media(hover: hover){#account-modal .am-form-body .tab-content .tab-pane>form>button:not(:disabled):hover{opacity:.75}}#account-modal .am-form-body .tab-content .tab-pane>form>a{width:100;transition:color .2s ease;border-top:1px solid rgba(0,0,0,.075);text-align:center;margin-top:.5rem;padding:1rem 0;padding-bottom:.5rem;text-decoration:underline !important}#account-modal .am-form-body .tab-content .tab-pane>form>a:active{color:#002fa7}@media(hover: hover){#account-modal .am-form-body .tab-content .tab-pane>form>a:hover{color:#002fa7}}.form-default{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.form-default .ftn-input-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}.form-default .ftn-input-wrapper .ftn-input-group{display:flex;align-items:stretch;justify-content:flex-start;width:100%;height:50px;border:1px solid hsla(0,0%,100%,.75);border-radius:.25rem;padding:.5rem;transition:border-color .2s ease}.form-default .ftn-input-wrapper .ftn-input-group.is-invalid{border-color:#f03}.form-default .ftn-input-wrapper .ftn-input-group>input{border:none;outline:none;width:100%;background-color:rgba(0,0,0,0);color:#fff}.form-default .ftn-input-wrapper .ftn-input-group>input:disabled{-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-default .ftn-input-wrapper .ftn-input-group>button{border:none;border-left:1px solid rgba(0,0,0,.075);outline:none;background-color:rgba(0,0,0,0);width:-moz-fit-content;width:fit-content;white-space:nowrap;padding:0 1rem;flex-shrink:0;background-color:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.25);color:#fff;transition:background-color .2s ease,border-color .2s ease,color .2s ease,color .2s ease;font-size:.9rem;border-radius:.25rem;font-weight:500}@media(hover: hover){.form-default .ftn-input-wrapper .ftn-input-group>button:not(:disabled):hover{background-color:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.15);color:#fff}}@media(hover: hover){.form-default .ftn-input-wrapper .ftn-input-group+.form-check .input-checkbox{background-color:rgba(0,0,0,0)}}.form-default .ftn-input-wrapper .ftn-input-group+.form-check .input-checkbox{border-color:hsla(0,0%,100%,.75)}.form-default .ftn-input-wrapper .ftn-input-group+.form-check .input-checkbox>i{color:#fff}.form-default .ftn-input-wrapper .ftn-input-group+.form-check .input-checkbox-text{color:hsla(0,0%,100%,.75)}.form-default .ftn-input-wrapper .ftn-input-group+.form-check .input-checkbox-text>a{color:hsla(0,0%,100%,.75)}.form-default .form-element-header{width:100%;font-weight:500}.form-default .form-field-wrapper .validation-error{height:0;opacity:0;visibility:hidden;font-size:.8rem;line-height:1.125rem;color:#f03;transition:opacity .2s ease,visibility .2s ease,height .2s ease}.form-default .form-field-wrapper .validation-error.visible{height:auto;opacity:1;visibility:visible;margin-top:.25rem}.form-default .form-element.form-floating{width:100%}.form-default .form-element.form-floating .form-control{border:1px solid rgba(0,0,0,.075);background-clip:initial;color:#444;font-size:.85rem;transition:border-color .2s ease;min-height:auto;height:50px;padding:.85rem .925rem 0}.form-default .form-element.form-floating .form-control.form-control-textarea{min-height:150px;padding:1.5rem .925rem 0}.form-default .form-element.form-floating .form-control:not(:-moz-placeholder)~label{color:rgba(68,68,68,.75);transform:scale(0.75) translateY(-0.35rem) translateX(0.25rem)}.form-default .form-element.form-floating .form-control:focus~label,.form-default .form-element.form-floating .form-control:not(:placeholder-shown)~label{color:rgba(68,68,68,.75);transform:scale(0.75) translateY(-0.35rem) translateX(0.25rem)}.form-default .form-element.form-floating .form-control:focus{border:1px solid #002fa7;box-shadow:none}.form-default .form-element.form-floating .form-control.is-invalid{padding-right:2rem;border-color:#f03}.form-default .form-element.form-floating .form-control.is-invalid[type=password]{padding-right:4rem}.form-default .form-element.form-floating .form-control.is-invalid~.show-password{right:30px}.form-default .form-element.form-floating .form-select{font-size:.9rem;border:1px solid rgba(0,0,0,.075);box-shadow:none !important;transition:border .2s ease;height:50px;min-height:auto;padding:.5rem 1rem .25rem;line-height:50px;border-radius:.25rem}.form-default .form-element.form-floating .form-select.is-invalid{border-color:#f03}.form-default .form-element.form-floating .form-select.is-invalid+label{color:#f03}.form-default .form-element.form-floating .form-select:focus{border:1px solid rgba(0,0,0,.5)}.form-default .form-element.form-floating>label{height:50px;line-height:48px;padding:0 1rem;font-size:.9rem;color:#444;transition:scale .2s ease,transform .2s ease,color .2s ease}.form-default .form-element.form-floating>label::after{display:none !important}.form-default .form-element.form-floating .show-password{display:flex;align-items:center;justify-content:center;position:absolute;right:5px;top:5px;width:40px;height:40px;border:none;outline:none;background-color:rgba(0,0,0,0)}.form-default .form-element.form-floating .show-password>i{display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s ease}@media(hover: hover){.form-default .form-element.form-floating .show-password:hover>i{color:#444}}.form-default .form-element.form-floating.coupon-input-group>input{padding-right:calc(125px + .5rem) !important;border-radius:.25rem}.form-default .form-element.form-floating.coupon-input-group>input.is-invalid{background-position:right calc(130px + .5rem) center;padding-right:calc(160px + .5rem) !important}.form-default .form-element.form-floating.coupon-input-group>button{display:flex;align-items:center;justify-content:center;position:absolute;right:.5rem;top:.5rem;height:35px;font-weight:500;outline:none;padding:0 1rem;transition:opacity .2s ease;background-color:#002fa7;opacity:1;border:none;border-radius:.25rem}.form-default .form-element.form-floating.coupon-input-group>button:disabled{opacity:.5}.form-default .form-element.form-floating.coupon-input-group>button>span{font-size:.8rem;color:#fff}@media(hover: hover){.form-default .form-element.form-floating.coupon-input-group>button:not(:disabled):hover{opacity:.8}}.form-default .form-element .validation-error{height:0;opacity:0;visibility:hidden;font-size:.8rem;line-height:1.125rem;color:#f03;transition:opacity .2s ease,visibility .2s ease,height .2s ease}.form-default .form-element .validation-error.visible{height:auto;opacity:1;visibility:visible;margin-top:.25rem}.form-default .form-element-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.form-default .form-element-wrapper .form-element{width:auto !important}.form-check{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:0;margin:0;min-height:auto}@media(hover: hover){.form-check:hover :not(:checked+label,:disabled+label) .input-checkbox,.form-check:hover :not(:checked+label,:disabled+label) .input-radio{background-color:#efefef}.form-check:hover :not(:checked+label,:disabled+label) .input-checkbox>i,.form-check:hover :not(:checked+label,:disabled+label) .input-radio>i{opacity:.25;visibility:visible}}.form-check>input{opacity:0;visibility:hidden;pointer-events:none;width:0;height:0}.form-check>input:checked+label .input-checkbox>i,.form-check>input:checked+label .input-radio>i{opacity:1;visibility:visible}.form-check>input:disabled+label{cursor:not-allowed;opacity:.25}.form-check>label{display:flex;align-items:flex-start;justify-content:flex-start;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-check>label>span.input-checkbox,.form-check>label>span.input-radio{display:flex;align-items:center;justify-content:center;width:15px;height:15px;line-height:15px;border:1px solid #000;border-radius:0;flex-shrink:0;transform:translateY(1px);transition:background-color .2s ease,border-color .2s ease}.form-check>label>span.input-checkbox.is-invalid,.form-check>label>span.input-radio.is-invalid{border-color:#f03}.form-check>label>span.input-checkbox>i,.form-check>label>span.input-radio>i{display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.form-check>label>span.input-checkbox.input-radio,.form-check>label>span.input-radio.input-radio{border-radius:50%}.form-check>label>span.input-checkbox.input-radio>i,.form-check>label>span.input-radio.input-radio>i{font-size:9px}.form-check>label>span.input-checkbox{border-radius:.125rem}.form-check>label>span.input-checkbox-text,.form-check>label>span.input-radio-text{font-size:.8rem}.form-check>label>span.input-checkbox-text a,.form-check>label>span.input-radio-text a{font-weight:500;text-decoration:underline !important}.bf-panel-wrapper{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#444}.bf-panel-wrapper input[type=text]{outline:none;border:1px solid rgba(0,0,0,.075);padding:0 .5rem;height:40px;background-color:rgba(0,0,0,0);text-align:left;transition:border-color .2s ease;border-radius:.25rem}.bf-panel-wrapper input[type=text]:focus{border-color:#002fa7}.bf-panel-wrapper .bf-box-heading{display:flex;align-items:center;justify-content:flex-start;padding:1rem;border-bottom:1px solid rgba(0,0,0,.075);height:50px;background-color:#fff}@media(max-width: 767px){.bf-panel-wrapper .bf-box-heading{height:60px}}.bf-panel-wrapper .bf-box-heading>span{font-family:"Red Rose",sans-serif;font-size:1.125rem;font-weight:500}.bf-panel-wrapper .bf-box-heading>button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;position:absolute;top:0;right:0;background-color:rgba(0,0,0,0);border:none;opacity:.5;transition:opacity .2s ease}@media(max-width: 767px){.bf-panel-wrapper .bf-box-heading>button{width:60px;height:60px}}@media(hover: hover){.bf-panel-wrapper .bf-box-heading>button:hover{opacity:1}}.bf-panel-wrapper .bf-box-heading>button>i{font-size:1.25rem}.bf-panel-wrapper .bf-box .bf-box-content{position:relative}.bf-panel-wrapper .bf-box .bf-box-content>form{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;max-height:calc(100vh - 50px - 2rem);max-height:calc(100dvh - 50px - 2rem);overflow:auto;padding:1rem;scrollbar-gutter:stable}@media(max-width: 991px){.bf-panel-wrapper .bf-box .bf-box-content>form{padding:0}}@media(max-width: 767px){.bf-panel-wrapper .bf-box .bf-box-content>form{max-height:calc(100vh - 60px);max-height:calc(100dvh - 60px);padding:0;scrollbar-gutter:auto;padding-bottom:1rem}}.bf-panel-wrapper .bf-box .bf-box-content>form>*{width:100%}.bf-panel-wrapper .bf-box .bf-box-content>form input+.bf-attr-block>.bf-attr-header{border-top:none}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-bottom:1px solid rgba(0,0,0,.075)}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block.bf-keywords-filter .bf-attr-header{border-top:none}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block>*{width:100%}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header{display:flex;align-items:center;justify-content:space-between;position:relative;font-size:.9rem;font-weight:500;padding:.75rem 0;padding-right:.75rem;color:#000;cursor:pointer;transition:color .2s ease}@media(hover: hover){.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header:hover{color:#002fa7}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header:hover .bf-arrow>i{color:#002fa7}}@media(max-width: 991px){.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header{padding:.75rem 1rem}}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header:not(.bf-collapse) .bf-arrow>i.expand{display:none}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header:not(.bf-collapse) .bf-arrow>i.shrink{display:flex;align-items:center;justify-content:center}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header.bf-collapse .bf-arrow>i.expand{display:flex;align-items:center;justify-content:center}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header.bf-collapse .bf-arrow>i.shrink{display:none}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header .bf-arrow{font-size:1.25rem;color:#000}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header .bf-arrow>i{transition:color .2s ease}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont>*{width:100%}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:hidden}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.75rem;padding:.5rem 0 1rem}@media(max-width: 991px){.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont{padding-left:1rem;padding-right:1rem}}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont>*{width:100%}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div{width:calc(100% - .5rem);margin-right:.5rem;position:relative}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div>input{width:100%;padding-right:28px}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div>input:focus+button>svg{stroke:#002fa7}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div>button{display:flex;align-items:center;justify-content:center;width:39px;height:39px;position:absolute;top:1px;right:1px;border:none;outline:none;background-color:rgba(0,0,0,0)}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div>button>svg{width:18px;height:18px;stroke:rgba(0,0,0,.25);transition:stroke .2s ease}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-cur-symb{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;padding-right:.5rem}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-cur-symb .bf-cur-symb-left{display:none}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-cur-symb .ndash{width:10px}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-cur-symb>input{width:calc(50% - (10px + 1rem)/2);border-radius:.25rem;font-size:.9rem}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container{display:flex;align-items:center;justify-content:center;width:100%;height:5px;position:relative;margin-top:1.5rem;padding-bottom:1.5rem}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range{width:calc(100% - 28px);height:6px;cursor:pointer;transform:translateX(-4px)}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range::after{content:"";position:absolute;left:-10px;right:-10px;height:6px;background-color:#f2f2f2}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range .ui-slider-range{height:100%}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range .ui-slider-handle{outline:none;top:calc(-0.5rem - 1.5px);width:1.5rem;height:1.5rem;border:1px solid rgba(0,0,0,.125);cursor:grab;border-radius:50%;background-color:#fff;transition:width .2s ease,height .2s ease,top .2s ease}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range .ui-slider-handle:active{cursor:grabbing;width:2rem;height:2rem;top:calc(-1rem + 1.5px)}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range .bf-slider-label{position:absolute;font-size:.7rem;top:20px}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;cursor:pointer}@media(hover: hover){.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row.bf-attr-filter:hover .bf-cell.bf-c-1 :not(:checked)+i{opacity:.25;visibility:visible;background-color:#ccc}}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell{display:flex;align-items:center;justify-content:flex-start;font-size:.8rem}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-cell-select{width:100%;padding-right:.5rem}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-cell-select>select{width:100%;height:40px;border-radius:0;border:1px solid rgba(0,0,0,.075);padding-left:.25rem;outline:none;transition:border-color .2s ease}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-cell-select>select:focus{border-color:#002fa7}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell .bf-hidden{display:none}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell label{cursor:pointer}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-1{display:flex;align-items:center;justify-content:center;width:15px;height:15px;line-height:15px;border:1px solid #000;flex-shrink:0;border-radius:.25rem;transition:background-color .2s ease,border-color .2s ease}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-1>input{width:0;height:0;opacity:0;visibility:hidden;pointer-events:none}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-1>input:checked+i{opacity:1;visibility:visible}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-1>i{display:flex;align-items:center;justify-content:center;font-size:1rem;opacity:0;width:100%;height:100%;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,background-color .2s ease}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-2{width:calc(100% - 15px - .25rem)}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-3{display:none}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box{padding-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(max-width: 991px){.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box{flex-direction:column;justify-content:flex-start;padding:1rem}}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button{height:35px;border:1px solid rgba(0,0,0,.075);width:calc(50% - .25rem);border-radius:.25rem;font-size:.9rem;font-weight:500}@media(max-width: 991px){.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button{width:100%;height:40px}}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button.bf-buttonsubmit{background-color:#002fa7;color:#fff}.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button.bf-buttonclear{background-color:#fff}@media(min-width: 992px){.bf-mobile-logo-wrapper{display:none !important}}@media(max-width: 991px){.bf-mobile-logo-wrapper{display:flex;align-items:center;justify-content:center;position:absolute;left:.5rem;top:.5rem}.bf-mobile-logo-wrapper>img{width:130px;-o-object-fit:contain;object-fit:contain}}.bf-layout-id-32 .ui-widget-header{background-color:#002fa7 !important}@media(min-width: 992px){.category-showcase-desktop-holder{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}}@media(max-width: 991px){.category-showcase-desktop-holder{display:none}}@media(min-width: 992px){.category-showcase-mobile-holder{display:none}}@media(max-width: 991px){.category-showcase-mobile-holder{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}}.category-showcase-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;background-color:#f2f2f2;padding:3rem 0}.category-showcase-content .category-showcase-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100% !important}.category-showcase-content .category-showcase-container .category-showcase-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;position:relative;margin-bottom:2rem}.category-showcase-content .category-showcase-container .category-showcase-header>h3{font-size:1.75rem;text-transform:uppercase;letter-spacing:4px;z-index:1;padding:0 .5rem;width:100%;color:#a9dbff}.category-showcase-content .category-showcase-container .category-showcase-header>span{text-transform:uppercase;opacity:.05;font-size:3.5rem;z-index:0;letter-spacing:.25rem;position:absolute;top:1.15rem;right:0;white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper{width:100%}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper{width:100%;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-wrapper{gap:.5rem}@media(max-width: 767px){.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-wrapper{gap:.25rem}}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-slide{width:calc(20% - .4rem);height:325px}@media(max-width: 1279px){.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-slide{width:calc(25% - .375rem)}}@media(max-width: 1023px){.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-slide{width:calc(33.333% - .3333333333rem)}}@media(max-width: 767px){.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-slide{width:calc(50% - .125rem)}}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .csps-nav{opacity:0;visibility:hidden;pointer-events:none}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .product-card{position:relative;width:100%;height:100%}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .product-card>div{opacity:0;visibility:hidden;pointer-events:none}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .product-card::after{content:"";position:absolute;background:#ddd;inset:0;z-index:1}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper{width:100%}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper .swiper-slide{padding:.5rem}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper .swiper-slide .product-card{-webkit-user-select:none;-moz-user-select:none;user-select:none}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper .swiper-slide .product-card>div{transition:opacity .2s ease,visibility .2s ease}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper .swiper-slide .product-card .pc-top .pc-image-wrapper>a>img{max-width:375px;max-height:375px}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .csps-nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:1;background-color:#fff;box-shadow:0 0 2px 2px rgba(0,0,0,.05);width:50px;height:50px;transition:opacity .2s ease,visibility .2s ease;cursor:pointer}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .csps-nav>i{font-size:1.5rem;display:flex;align-items:center;justify-content:center}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .csps-nav.csps-prev{left:.25rem}.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .csps-nav.csps-next{right:.25rem}.plyr input[type=range]{--plyr-range-fill-background: #002fa7}.plyr .plyr__control:focus-visible,.plyr .plyr__control:hover,.plyr .plyr__control[aria-expanded=true]{--plyr-video-control-background-hover: #002fa7}.set-products-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:2rem}@media(max-width: 767px){.set-products-content{padding:1rem}}.set-products-content .set-products-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem;width:100%;background-color:rgba(0,47,167,.025);box-shadow:rgba(0,0,0,.06) 0px 2px 4px 0px inset}@media(max-width: 991px){.set-products-content .set-products-container{max-width:initial;width:100%}}@media(max-width: 767px){.set-products-content .set-products-container{padding:1rem}}.set-products-content .set-products-container .sp-header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;text-align:center;margin-bottom:2rem}.set-products-content .set-products-container .sp-header>span{font-size:1.5rem;line-height:1.125;color:#a9dbff;margin:0;max-width:500px}@media(max-width: 767px){.set-products-content .set-products-container .sp-header>span{font-size:1.25rem}}.set-products-content .set-products-container .sp-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.set-products-content .set-products-container .sp-body>form{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:2rem}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:2rem}@media(max-width: 767px){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper{flex-wrap:wrap;flex-direction:column;align-items:center;width:100%;gap:1rem}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:1rem;box-shadow:rgba(33,35,38,.1) 0px 10px 10px -10px;transition:box-shadow .2s ease,transform .4s ease;width:475px;gap:1rem}@media(hover: hover){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card:hover{transform:translateY(-5px);box-shadow:rgba(0,0,0,.25) 0px 20px 15px -15px}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card:hover .spc-name-wrapper>a>span:nth-child(1){color:#a9dbff}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card:hover .spc-image-wrapper>a img{transform:scale(1.125)}}@media(max-width: 767px){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card{flex-direction:column;justify-content:flex-start;width:100%}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper{display:flex;align-items:center;justify-content:center;position:relative}@media(max-width: 767px){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper{width:100%}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper>a{display:flex;align-items:center;justify-content:center;overflow:hidden}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper>a>img{width:180px;height:180px;-o-object-fit:contain;object-fit:contain;background-color:#fff;transition:transform .4s ease-out}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper .out-of-stock-badge{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;pointer-events:none;z-index:9;width:100%;text-align:center;height:100%;font-size:1.75rem}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper .out-of-stock-badge>span{background-color:hsla(0,0%,100%,.75);padding:.5rem 1rem;color:#444;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:1px solid rgba(0,0,0,.05);font-weight:700;font-size:1.5rem}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - 180px - 1rem)}@media(max-width: 767px){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper{width:100%}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper>a{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.075)}@media(max-width: 767px){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper>a{align-items:center}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper>a>span:nth-child(1){color:#444;font-weight:500;font-size:.9rem;transition:color .2s ease;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper>a>span:nth-child(2){color:#999;font-size:.8rem}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%;border-bottom:1px solid rgba(0,0,0,.075);padding-bottom:.5rem;margin-bottom:.5rem;max-width:250px;row-gap:.5rem}@media(max-width: 767px){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section{max-width:initial;width:100%}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper{display:flex;align-items:center;justify-content:center;width:1.5rem;height:50px}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper>a{display:flex;align-items:center;justify-content:flex-start;color:#444;width:100%;height:100%;transition:color .2s ease}@media(hover: hover){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper>a:hover{color:#002fa7}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper>a>i{display:flex;align-items:center;justify-content:center}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper .tippy-content{font-size:.8rem}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper+.form-floating{width:calc(100% - 1.5rem)}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating>input{padding-right:90px}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button{display:flex;align-items:center;justify-content:center;position:absolute;border:1px solid rgba(0,0,0,.075);background-color:#f2f2f2;right:5px;top:5px;width:80px;height:40px;transition:background-color .2s ease,border-color .2s ease}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button>span{font-size:.7rem;font-weight:700;text-transform:uppercase;transition:color .2s ease}@media(hover: hover){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button:hover{background-color:#eee;border-color:#a9dbff}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button:hover>span{color:#a9dbff}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button+[data-tippy-root] ul{width:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;list-style:none;gap:.25rem}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button+[data-tippy-root] ul>li>button{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border:none;outline:none;width:30px;height:30px}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button+[data-tippy-root] ul>li>button>span{color:#fff;font-size:1.25rem}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem}@media(max-width: 767px){.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price{justify-content:center}}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price .spc-badge-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;padding:0 .5rem;border:1px solid #f03;font-weight:700;color:#f03;height:40px}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price .spc-price-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;line-height:1.125}.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price .spc-price-wrapper>span{font-size:1.125rem}.set-products-content .set-products-container .sp-body>form .sp-cart-wrapper>button{display:flex;align-items:center;justify-content:center;padding:0 1rem;width:100%;height:40px;gap:.25rem;font-weight:500;text-transform:uppercase;transition:color .2s ease,background-color .2s ease;font-size:.9rem;white-space:nowrap;border:1px solid #002fa7;background-color:#002fa7;color:#fff}@media(hover: hover){.set-products-content .set-products-container .sp-body>form .sp-cart-wrapper>button:not(:disabled):hover{background-color:#fff;color:#002fa7}}.jconfirm .jconfirm-bg{background-color:rgba(0,0,0,.25)}@media(max-width: 767px){.jconfirm .jconfirm-cell{display:flex;align-items:flex-start;justify-content:flex-start;width:100%}.jconfirm .jconfirm-cell .jconfirm-holder{width:100%;padding:0 !important}.jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container{width:100%;padding:0}.jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box{border-radius:0;padding:0;height:100vh;height:100dvh;box-shadow:none}.jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-title-c{height:50px;padding:0 1rem;padding-right:50px;align-items:center}.jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-content-pane{padding:.75rem;max-height:calc(100vh - 50px - (40px + 1rem)) !important;max-height:calc(100dvh - 50px - (40px + 1rem)) !important;border:none;margin:0}.jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-buttons{position:fixed;bottom:0;left:0;right:0;height:calc(40px + 1rem);width:100%;border-top:1px solid rgba(0,0,0,.075)}.jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-buttons>button{flex-grow:1;max-width:calc(50% - 1.5rem)}}@media(max-width: 2159px){.jconfirm .jc-bs3-container{max-width:1400px !important}}.jconfirm .jconfirm-box-container.jc-dialog .jconfirm-content-pane{padding:0 !important;border-bottom:0 !important;margin-bottom:0 !important}.jconfirm .jconfirm-box-container .jconfirm-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-radius:.25rem;box-shadow:0 0 10px 0px rgba(0,0,0,.125);padding:1rem}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon{display:flex;align-items:center;justify-content:center;height:35px;width:35px;top:.5rem;right:.5rem;transition:opacity .2s ease}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon>i{font-size:1.25rem}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;min-height:35px;border-bottom:1px solid rgba(0,0,0,.075);padding:0}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin:0;font-size:1.125rem;display:flex;align-items:center;justify-content:center}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-title{font-size:1rem;font-weight:500}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane{margin:0;padding:0;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.075);max-height:80vh !important}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane::-webkit-scrollbar{width:6px;border-radius:0}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane::-webkit-scrollbar-thumb{border-radius:0}.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content.overflow-unset{overflow:unset !important}.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:1rem;padding:1rem 0}.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt>i{display:flex;align-items:center;justify-content:center;font-size:2.5rem}.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt>i[data-type=danger]{color:#f03}.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt>i[data-type=success]{color:#41b06e}.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt>span{font-size:.9rem}@media(max-width: 767px){.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt{flex-direction:column}}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button{display:flex;align-items:center;justify-content:center;gap:.25rem;margin:0;padding:0 1rem;min-width:75px;height:35px;border-radius:.25rem}@media(max-width: 767px){.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button{height:40px}}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button.btn-primary{background-color:#002fa7;color:#fff;text-shadow:none}@media(hover: hover){.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button.btn-primary:not(:disabled):hover{opacity:.8}}.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button.btn-brand-secondary{background-color:#a9dbff;color:#fff;text-shadow:none}@media(hover: hover){.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button.btn-brand-secondary:not(:disabled):hover{opacity:.8}}.so-megamenu-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;margin:0}.so-megamenu-wrapper ul,.so-megamenu-wrapper li{list-style:none;list-style-type:none}.so-megamenu-wrapper a{color:#444}@media(min-width: 992px){.so-megamenu-wrapper .megamenu-header,.so-megamenu-wrapper .megamenu-footer{display:none}.so-megamenu-wrapper .megamenu-container{display:flex;align-items:center;justify-content:center;width:100%}.so-megamenu-wrapper .megamenu-container .megamenu{display:flex;align-items:center;justify-content:center;width:auto;padding:0;margin:0;gap:2rem}}@media(min-width: 992px)and (max-width: 1439px){.so-megamenu-wrapper .megamenu-container .megamenu{gap:1.5rem}}@media(min-width: 992px)and (max-width: 1279px){.so-megamenu-wrapper .megamenu-container .megamenu{gap:1rem}}@media(min-width: 992px)and (max-width: 1023px){.so-megamenu-wrapper .megamenu-container .megamenu{gap:.5rem}}@media(min-width: 992px){.so-megamenu-wrapper .megamenu-container .megamenu ul,.so-megamenu-wrapper .megamenu-container .megamenu li{width:100%;padding:0;margin:0}.so-megamenu-wrapper .megamenu-container .megamenu>li{position:relative;padding:1rem}}@media(min-width: 992px)and (min-width: 768px){.so-megamenu-wrapper .megamenu-container .megamenu>li{padding:1rem 0}}@media(min-width: 992px){.so-megamenu-wrapper .megamenu-container .megamenu>li>a{font-family:"Red Rose",serif;display:flex;align-items:center;justify-content:center;position:relative;text-transform:uppercase;font-size:.9rem;height:50px;transition:color .2s ease;white-space:nowrap}}@media(min-width: 992px)and (max-width: 1199px){.so-megamenu-wrapper .megamenu-container .megamenu>li>a{font-size:.9rem;padding:0 .75rem}}@media(min-width: 992px){.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>a{padding-right:2rem}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>a::after{display:flex;align-items:center;justify-content:center;content:"";position:absolute;right:.5rem;top:48%;transform:translateY(-50%);font-family:remixicon;width:.8rem;height:.8rem;transition:transform .2s ease;transform-origin:center}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .toggle-submenu{display:none}}@media(min-width: 992px)and (hover: hover){.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>a{color:#002fa7}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>a::after{transform:translateY(-50%) rotate(-180deg)}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu{opacity:1;visibility:visible;transition:opacity .2s ease}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li>a .subcategory-name{opacity:1 !important;visibility:visible !important;pointer-events:all !important;transform:translateX(0) !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(1)>a .subcategory-name{transition:opacity .2s ease .08s,visibility .2s ease .08s,transform .3s ease .08s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(2)>a .subcategory-name{transition:opacity .2s ease .16s,visibility .2s ease .16s,transform .3s ease .16s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(3)>a .subcategory-name{transition:opacity .2s ease .24s,visibility .2s ease .24s,transform .3s ease .24s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(4)>a .subcategory-name{transition:opacity .2s ease .32s,visibility .2s ease .32s,transform .3s ease .32s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(5)>a .subcategory-name{transition:opacity .2s ease .4s,visibility .2s ease .4s,transform .3s ease .4s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(6)>a .subcategory-name{transition:opacity .2s ease .48s,visibility .2s ease .48s,transform .3s ease .48s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(7)>a .subcategory-name{transition:opacity .2s ease .56s,visibility .2s ease .56s,transform .3s ease .56s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(8)>a .subcategory-name{transition:opacity .2s ease .64s,visibility .2s ease .64s,transform .3s ease .64s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(9)>a .subcategory-name{transition:opacity .2s ease .72s,visibility .2s ease .72s,transform .3s ease .72s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(10)>a .subcategory-name{transition:opacity .2s ease .8s,visibility .2s ease .8s,transform .3s ease .8s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(11)>a .subcategory-name{transition:opacity .2s ease .88s,visibility .2s ease .88s,transform .3s ease .88s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(12)>a .subcategory-name{transition:opacity .2s ease .96s,visibility .2s ease .96s,transform .3s ease .96s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(13)>a .subcategory-name{transition:opacity .2s ease 1.04s,visibility .2s ease 1.04s,transform .3s ease 1.04s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(14)>a .subcategory-name{transition:opacity .2s ease 1.12s,visibility .2s ease 1.12s,transform .3s ease 1.12s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(15)>a .subcategory-name{transition:opacity .2s ease 1.2s,visibility .2s ease 1.2s,transform .3s ease 1.2s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(16)>a .subcategory-name{transition:opacity .2s ease 1.28s,visibility .2s ease 1.28s,transform .3s ease 1.28s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(17)>a .subcategory-name{transition:opacity .2s ease 1.36s,visibility .2s ease 1.36s,transform .3s ease 1.36s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(18)>a .subcategory-name{transition:opacity .2s ease 1.44s,visibility .2s ease 1.44s,transform .3s ease 1.44s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(19)>a .subcategory-name{transition:opacity .2s ease 1.52s,visibility .2s ease 1.52s,transform .3s ease 1.52s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(20)>a .subcategory-name{transition:opacity .2s ease 1.6s,visibility .2s ease 1.6s,transform .3s ease 1.6s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(21)>a .subcategory-name{transition:opacity .2s ease 1.68s,visibility .2s ease 1.68s,transform .3s ease 1.68s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(22)>a .subcategory-name{transition:opacity .2s ease 1.76s,visibility .2s ease 1.76s,transform .3s ease 1.76s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(23)>a .subcategory-name{transition:opacity .2s ease 1.84s,visibility .2s ease 1.84s,transform .3s ease 1.84s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(24)>a .subcategory-name{transition:opacity .2s ease 1.92s,visibility .2s ease 1.92s,transform .3s ease 1.92s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(25)>a .subcategory-name{transition:opacity .2s ease 2s,visibility .2s ease 2s,transform .3s ease 2s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(26)>a .subcategory-name{transition:opacity .2s ease 2.08s,visibility .2s ease 2.08s,transform .3s ease 2.08s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(27)>a .subcategory-name{transition:opacity .2s ease 2.16s,visibility .2s ease 2.16s,transform .3s ease 2.16s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(28)>a .subcategory-name{transition:opacity .2s ease 2.24s,visibility .2s ease 2.24s,transform .3s ease 2.24s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(29)>a .subcategory-name{transition:opacity .2s ease 2.32s,visibility .2s ease 2.32s,transform .3s ease 2.32s !important}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu:hover>.submenu .subcategory-container .subcategory>li:nth-child(30)>a .subcategory-name{transition:opacity .2s ease 2.4s,visibility .2s ease 2.4s,transform .3s ease 2.4s !important}}@media(min-width: 992px){.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu{font-size:.85rem;position:absolute;z-index:9999;top:100%;left:50%;opacity:0;visibility:hidden;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:hidden;width:200px;transform:translateX(-50%);border:1px solid rgba(0,0,0,.075);border-top:none;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container{padding:.5rem}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:not(:last-child){position:relative}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:not(:last-child)::after{content:"";top:calc(100% + .25rem + 1px);left:50%;transform:translateX(-50%);position:absolute;width:100%;height:1px;background-color:rgba(0,0,0,.075)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li>a{transition:color .2s ease}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li>a .subcategory-name{display:flex;align-items:center;justify-content:center;text-align:center;opacity:0;visibility:hidden;padding:.5rem}}@media(min-width: 992px)and (hover: hover){.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li>a:hover{color:#002fa7}}@media(min-width: 992px){.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(1)>a .subcategory-name{transform:translateX(-8px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(2)>a .subcategory-name{transform:translateX(-16px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(3)>a .subcategory-name{transform:translateX(-24px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(4)>a .subcategory-name{transform:translateX(-32px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(5)>a .subcategory-name{transform:translateX(-40px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(6)>a .subcategory-name{transform:translateX(-48px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(7)>a .subcategory-name{transform:translateX(-56px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(8)>a .subcategory-name{transform:translateX(-64px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(9)>a .subcategory-name{transform:translateX(-72px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(10)>a .subcategory-name{transform:translateX(-80px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(11)>a .subcategory-name{transform:translateX(-88px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(12)>a .subcategory-name{transform:translateX(-96px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(13)>a .subcategory-name{transform:translateX(-104px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(14)>a .subcategory-name{transform:translateX(-112px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(15)>a .subcategory-name{transform:translateX(-120px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(16)>a .subcategory-name{transform:translateX(-128px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(17)>a .subcategory-name{transform:translateX(-136px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(18)>a .subcategory-name{transform:translateX(-144px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(19)>a .subcategory-name{transform:translateX(-152px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(20)>a .subcategory-name{transform:translateX(-160px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(21)>a .subcategory-name{transform:translateX(-168px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(22)>a .subcategory-name{transform:translateX(-176px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(23)>a .subcategory-name{transform:translateX(-184px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(24)>a .subcategory-name{transform:translateX(-192px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(25)>a .subcategory-name{transform:translateX(-200px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(26)>a .subcategory-name{transform:translateX(-208px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(27)>a .subcategory-name{transform:translateX(-216px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(28)>a .subcategory-name{transform:translateX(-224px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(29)>a .subcategory-name{transform:translateX(-232px)}.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container .subcategory>li:nth-child(30)>a .subcategory-name{transform:translateX(-240px)}}@media(max-width: 991px){.so-megamenu-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;background-color:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transform:translateX(-100%);transition:transform .2s ease;height:100vh;height:100dvh}.so-megamenu-wrapper .megamenu-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:0;width:100%;max-width:initial;position:relative;height:100%}.so-megamenu-wrapper .megamenu-container .megamenu-header{display:flex;align-items:center;justify-content:space-between;position:absolute;left:0;right:0;width:100%;height:70px;border-bottom:1px solid rgba(0,0,0,.075);padding-left:1.5rem;background-color:#fff}.so-megamenu-wrapper .megamenu-container .megamenu-header>a{display:flex;align-items:center;justify-content:center}.so-megamenu-wrapper .megamenu-container .megamenu-header>a>img{width:125px}.so-megamenu-wrapper .megamenu-container .megamenu-header>button{display:flex;align-items:center;justify-content:center;width:69px;height:69px;background-color:rgba(0,0,0,0);outline:none;border:none;transition:color .2s ease}.so-megamenu-wrapper .megamenu-container .megamenu-header>button>i{display:flex;align-items:stretch;justify-content:center;font-size:1.5rem}.so-megamenu-wrapper .megamenu-container .megamenu{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:0;margin:0;max-height:calc(100vh - 70px);min-height:345px;margin-top:70px;overflow-x:hidden;overflow-y:auto}.so-megamenu-wrapper .megamenu-container .megamenu ul,.so-megamenu-wrapper .megamenu-container .megamenu li{width:100%;padding:0;margin:0}.so-megamenu-wrapper .megamenu-container .megamenu>li>a{font-family:"Red Rose",sans-serif;text-transform:uppercase;display:flex;align-items:center;justify-content:flex-start;min-height:65px;padding:0 1.5rem;width:100%;gap:1rem}.so-megamenu-wrapper .megamenu-container .megamenu>li>a>span{font-weight:600}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu{position:relative}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>a{width:calc(100% - 69px);transition:background-color .2s ease,color .2s ease}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>button{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);outline:none;border:none;position:absolute;right:0;top:0;z-index:1;transition:background-color .2s ease,color .2s ease;padding:0;width:69px;height:65px}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>button>i{display:flex;align-items:stretch;justify-content:center;font-size:1.25rem}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>button[data-expanded=true]>i::before{content:""}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;transition:height .2s ease;overflow:hidden;background-color:#fafafa}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;max-width:initial;padding:0}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;transition:padding .2s ease}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li>a{display:flex;align-items:center;justify-content:flex-start;padding:.75rem 1.5rem;font-size:.9rem;gap:1rem}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li>a .subcategory-name{display:flex;align-items:flex-start;justify-content:flex-start}.so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li>a .subcategory-name>span{font-weight:500}.so-megamenu-wrapper .megamenu-container .megamenu>li.expanded>a,.so-megamenu-wrapper .megamenu-container .megamenu>li.expanded>button{color:#002fa7;background-color:#fff}.so-megamenu-wrapper .megamenu-container .megamenu>li.expanded:not(:last-child) .submenu{border-bottom:1px solid rgba(0,0,0,.075)}.so-megamenu-wrapper .megamenu-container .megamenu>li.expanded .submenu{border-top:1px solid rgba(0,0,0,.075)}.so-megamenu-wrapper .megamenu-container .megamenu>li.expanded .subcategory{padding:.5rem 0}.so-megamenu-wrapper .megamenu-container .megamenu>li:not(.expanded){border-bottom:1px solid rgba(0,0,0,.075)}.so-megamenu-wrapper .megamenu-container .megamenu>li:not(.expanded) .submenu{height:0}.so-megamenu-wrapper .megamenu-container .megamenu-footer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-top:1px solid rgba(0,0,0,.075);padding:0 1.5rem;height:60px}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul{display:flex;align-items:stretch;justify-content:flex-start;gap:1rem;margin:0;padding:0;height:100%;list-style:none}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .currency-wrapper,.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .language-wrapper{display:flex;position:relative}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown{height:100%;transition:color .2s ease}}@media(max-width: 991px)and (hover: hover){.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown:hover>button{color:#002fa7}}@media(max-width: 991px){.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>button{border:none;background-color:rgba(0,0,0,0);font-size:.9rem;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin:0;outline:0;transition:color .2s ease}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>button[aria-expanded=true]::after{transform:rotate(-180deg)}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>button[aria-expanded=false]::after{transform:rotate(0)}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>button::after{font-family:remixicon;content:"";transition:transform .2s ease;border:none}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>button .fi{font-size:1.125rem}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>button>span:first-child{font-weight:500}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>ul{padding:0;margin:0;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>ul.show{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>ul>li{width:100%}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>ul>li>button{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;background-color:rgba(0,0,0,0);border:none;outline:none;font-size:.9rem;height:35px;transition:color .2s ease}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>ul>li>button.active{cursor:default}.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>ul>li>button.active>span{font-weight:500;color:#002fa7}}@media(max-width: 991px)and (hover: hover){.so-megamenu-wrapper .megamenu-container .megamenu-footer>ul>li .dropdown>ul>li>button:hover{color:#002fa7}}@media(max-width: 991px){.hc-menu.active .so-megamenu-wrapper{transform:translateX(0)}}body.gw-show .mgw-close,body.gw-show .mini-gift-wheel-wrapper{display:none !important}.mgw-close{display:flex;align-items:center;justify-content:center;position:fixed;right:0;top:calc(50% - 110px);background-color:rgba(0,0,0,.5);border-radius:.5rem;border:none;color:#fff;width:30px;height:30px;z-index:999;transition:background-color .2s ease}@media(max-width: 991px){.mgw-close{top:calc(50% - 85px)}}.mgw-close>i{display:flex;align-items:center;justify-content:center}@media(hover: hover){.mgw-close:hover{background-color:rgba(0,0,0,.75)}}.mini-gift-wheel-wrapper *,.mini-gift-wheel-wrapper{-webkit-user-select:auto !important;-moz-user-select:auto !important;user-select:auto !important;pointer-events:auto !important;touch-action:manipulation}.mini-gift-wheel-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:fixed;right:0;top:50%;transform:translate(0, -50%);z-index:999;box-shadow:rgba(0,0,0,.24) 0px 3px 8px;background-color:#fff;border-top-right-radius:45px;border-top-left-radius:45px;border-bottom-left-radius:1rem;overflow:hidden;cursor:pointer}.mini-gift-wheel-wrapper.auto-hide{transform:translate(30%, -50%);transition:transform .2s ease}@media(max-width: 991px){.mini-gift-wheel-wrapper.auto-hide{transform:translate(50%, -50%)}}@media(min-width: 992px)and (hover: hover){.mini-gift-wheel-wrapper.auto-hide:hover{transform:translate(0, -50%)}.mini-gift-wheel-wrapper.auto-hide:hover .mgw-handle-wrapper>i{opacity:0;visibility:hidden;width:0;position:absolute;transform:translateX(-45px)}.mini-gift-wheel-wrapper.auto-hide:hover .mgw-handle-wrapper>span{opacity:1;visibility:visible;width:45px;position:static}}.mini-gift-wheel-wrapper:not(.auto-hide) .mgw-handle-wrapper>i{display:none}.mini-gift-wheel-wrapper:not(.auto-hide) .mgw-handle-wrapper>span{opacity:1;visibility:visible;width:45px;position:static}@media(max-width: 991px){.mini-gift-wheel-wrapper{border-radius:50%}}.mini-gift-wheel-wrapper .mgw-image-wrapper{display:flex;align-items:center;justify-content:center;width:90px;height:90px;padding:.25rem;padding-bottom:0;position:relative}.mini-gift-wheel-wrapper .mgw-image-wrapper>img{position:absolute;top:.5rem;-o-object-fit:contain;object-fit:contain;width:calc(100% - 1rem);height:calc(100% - 1rem)}.mini-gift-wheel-wrapper .mgw-handle-wrapper{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem;width:90px;width:100%;gap:.5rem}@media(max-width: 991px){.mini-gift-wheel-wrapper .mgw-handle-wrapper{display:none}}.mini-gift-wheel-wrapper .mgw-handle-wrapper>i{font-size:1.5rem;height:40px;transform:translateX(-10px);transition:opacity .3s ease,visibility .3s ease,width .3s ease,transform .3s ease}.mini-gift-wheel-wrapper .mgw-handle-wrapper>span{height:40px;line-height:1.25;font-size:.9rem;font-weight:500;opacity:0;visibility:hidden;width:0;position:absolute;text-align:center;transition:opacity .3s ease,visibility .3s ease,width .3s ease}.gift-wheel-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width: 992px){.gift-wheel-wrapper{min-height:750px}}.gift-wheel-wrapper *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.gift-wheel-wrapper .gw-bg{position:absolute;inset:0;z-index:0}.gift-wheel-wrapper .gw-bg>img{width:100%;opacity:.75}.gift-wheel-wrapper>*:not(.gw-bg){z-index:1}.gift-wheel-wrapper .gw-top{width:69%;margin-top:14%;position:relative;overflow:hidden}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper{touch-action:none;cursor:grab}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper:active{cursor:grabbing}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%;z-index:0}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle{position:absolute;inset:.5rem;border-radius:50%;z-index:1;pointer-events:none}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar{display:flex;align-items:center;justify-content:center;position:absolute;width:50%;height:50%;transform:rotate(0);transform-origin:bottom right;line-height:1.25}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar>span{padding-left:2.5rem;display:inline-block;max-width:80%;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width: 767px){.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar>span{font-size:.9rem}}@media(max-width: 539px){.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar>span{font-size:.8rem}}@media(max-width: 479px){.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar>span{font-size:.75rem}}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-shadow{position:absolute;inset:0;border-radius:50%;width:100%;height:100%;box-shadow:inset -20px 15px 40px #000;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-border{display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:3;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-border>img{width:100%;height:100%;position:relative}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-center{width:15%;height:15%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:4;box-shadow:-5px 5px 5px rgba(0,0,0,.25);border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-center>img{width:100%;height:100%}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-handle{z-index:5}.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-handle>img{position:absolute;width:50px;height:75px !important;top:-20px;left:50%;transform:translateX(-50%);z-index:1}.gift-wheel-wrapper .gw-middle{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:.25rem;margin-top:2rem}.gift-wheel-wrapper .gw-middle>span:nth-child(1){font-weight:700;font-size:1.125rem}.gift-wheel-wrapper .gw-middle>span:nth-child(2){font-size:.9rem}.gift-wheel-wrapper .gw-bottom{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;margin-top:1rem;gap:.5rem}.gift-wheel-wrapper .gw-bottom.reveal{margin-top:2rem;gap:1rem}.gift-wheel-wrapper .gw-bottom>button,.gift-wheel-wrapper .gw-bottom>.button-text{display:flex;align-items:center;justify-content:center;padding:0 1rem;height:40px;gap:.25rem;font-weight:500;text-transform:uppercase;transition:opacity .2s ease;font-size:.9rem;white-space:nowrap;border:1px solid #a9dbff;background-color:#a9dbff;color:#fff}.gift-wheel-wrapper .gw-bottom .gw-text-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.gift-wheel-wrapper .gw-bottom .gw-text-wrapper>span{font-weight:500}.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding-bottom:2rem}.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>p{display:flex;align-items:center;justify-content:center;padding:0 1rem;height:40px;gap:.25rem;font-weight:500;text-transform:uppercase;transition:opacity .2s ease;font-size:.9rem;white-space:nowrap;border:1px solid #a9dbff;background-color:#fff;color:#a9dbff;margin-bottom:0}.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button{display:flex;align-items:center;justify-content:center;width:100px;height:40px;border:none;outline:none;background-color:rgba(0,0,0,0);gap:.5rem;padding:0 1rem;border:1px solid #a9dbff;transition:opacity .2s ease}@media(hover: hover){.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button:not(:disabled):hover{opacity:.75}}.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button:disabled{cursor:default !important;opacity:1 !important}.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button>i{display:none;color:#a9dbff}.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button>i.visible{display:flex;align-items:center;justify-content:center}.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button>i:nth-child(2){color:#41b06e}.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button>span{font-weight:500;font-size:.9rem;color:#a9dbff}.wheel-circle[data-slice="1"]{background:conic-gradient(#a90000 0deg 360deg)}.wheel-circle[data-slice="1"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="2"]{background:conic-gradient(#a90000 0deg 180deg, #fff 180deg 360deg)}.wheel-circle[data-slice="2"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="2"] .gift-bar-2{color:#000}.wheel-circle[data-slice="3"]{background:conic-gradient(#a90000 0deg 120deg, #ff1010 120deg 240deg, #ff7676 240deg 360deg)}.wheel-circle[data-slice="3"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="3"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="3"] .gift-bar-3{color:#000}.wheel-circle[data-slice="4"]{background:conic-gradient(#a90000 0deg 90deg, #fff 90deg 180deg, #a90000 180deg 270deg, #fff 270deg 360deg)}.wheel-circle[data-slice="4"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="4"] .gift-bar-2{color:#000}.wheel-circle[data-slice="4"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="4"] .gift-bar-4{color:#000}.wheel-circle[data-slice="5"]{background:conic-gradient(#a90000 0deg 72deg, rgb(230.2, 0, 0) 72deg 144deg, rgb(255, 36.4, 36.4) 144deg 216deg, rgb(255, 97.6, 97.6) 216deg 288deg, rgb(255, 158.8, 158.8) 288deg 360deg)}.wheel-circle[data-slice="5"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="5"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="5"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="5"] .gift-bar-4{color:#000}.wheel-circle[data-slice="5"] .gift-bar-5{color:#000}.wheel-circle[data-slice="6"]{background:conic-gradient(#a90000 0deg 60deg, #fff 60deg 120deg, #a90000 120deg 180deg, #fff 180deg 240deg, #a90000 240deg 300deg, #fff 300deg 360deg)}.wheel-circle[data-slice="6"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="6"] .gift-bar-2{color:#000}.wheel-circle[data-slice="6"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="6"] .gift-bar-4{color:#000}.wheel-circle[data-slice="6"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="6"] .gift-bar-6{color:#000}.wheel-circle[data-slice="7"]{background:conic-gradient(#a90000 0deg 51.4285714286deg, rgb(212.7142857143, 0, 0) 51.4285714286deg 102.8571428571deg, rgb(255, 1.4285714286, 1.4285714286) 102.8571428571deg 154.2857142857deg, rgb(255, 45.1428571429, 45.1428571429) 154.2857142857deg 205.7142857143deg, rgb(255, 88.8571428571, 88.8571428571) 205.7142857143deg 257.1428571429deg, rgb(255, 132.5714285714, 132.5714285714) 257.1428571429deg 308.5714285714deg, rgb(255, 176.2857142857, 176.2857142857) 308.5714285714deg 360deg)}.wheel-circle[data-slice="7"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="7"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="7"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="7"] .gift-bar-4{color:#fff}.wheel-circle[data-slice="7"] .gift-bar-5{color:#000}.wheel-circle[data-slice="7"] .gift-bar-6{color:#000}.wheel-circle[data-slice="7"] .gift-bar-7{color:#000}.wheel-circle[data-slice="8"]{background:conic-gradient(#a90000 0deg 45deg, #fff 45deg 90deg, #a90000 90deg 135deg, #fff 135deg 180deg, #a90000 180deg 225deg, #fff 225deg 270deg, #a90000 270deg 315deg, #fff 315deg 360deg)}.wheel-circle[data-slice="8"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="8"] .gift-bar-2{color:#000}.wheel-circle[data-slice="8"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="8"] .gift-bar-4{color:#000}.wheel-circle[data-slice="8"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="8"] .gift-bar-6{color:#000}.wheel-circle[data-slice="8"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="8"] .gift-bar-8{color:#000}.wheel-circle[data-slice="9"]{background:conic-gradient(#a90000 0deg 40deg, #cb0000 40deg 80deg, #ed0000 80deg 120deg, #ff1010 120deg 160deg, #ff3232 160deg 200deg, #ff5454 200deg 240deg, #ff7676 240deg 280deg, #ff9898 280deg 320deg, #ffbaba 320deg 360deg)}.wheel-circle[data-slice="9"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="9"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="9"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="9"] .gift-bar-4{color:#fff}.wheel-circle[data-slice="9"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="9"] .gift-bar-6{color:#000}.wheel-circle[data-slice="9"] .gift-bar-7{color:#000}.wheel-circle[data-slice="9"] .gift-bar-8{color:#000}.wheel-circle[data-slice="9"] .gift-bar-9{color:#000}.wheel-circle[data-slice="10"]{background:conic-gradient(#a90000 0deg 36deg, #fff 36deg 72deg, #a90000 72deg 108deg, #fff 108deg 144deg, #a90000 144deg 180deg, #fff 180deg 216deg, #a90000 216deg 252deg, #fff 252deg 288deg, #a90000 288deg 324deg, #fff 324deg 360deg)}.wheel-circle[data-slice="10"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="10"] .gift-bar-2{color:#000}.wheel-circle[data-slice="10"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="10"] .gift-bar-4{color:#000}.wheel-circle[data-slice="10"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="10"] .gift-bar-6{color:#000}.wheel-circle[data-slice="10"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="10"] .gift-bar-8{color:#000}.wheel-circle[data-slice="10"] .gift-bar-9{color:#fff}.wheel-circle[data-slice="10"] .gift-bar-10{color:#000}.wheel-circle[data-slice="11"]{background:conic-gradient(#a90000 0deg 32.7272727273deg, rgb(196.8181818182, 0, 0) 32.7272727273deg 65.4545454545deg, rgb(224.6363636364, 0, 0) 65.4545454545deg 98.1818181818deg, rgb(252.4545454545, 0, 0) 98.1818181818deg 130.9090909091deg, rgb(255, 25.2727272727, 25.2727272727) 130.9090909091deg 163.6363636364deg, rgb(255, 53.0909090909, 53.0909090909) 163.6363636364deg 196.3636363636deg, rgb(255, 80.9090909091, 80.9090909091) 196.3636363636deg 229.0909090909deg, rgb(255, 108.7272727273, 108.7272727273) 229.0909090909deg 261.8181818182deg, rgb(255, 136.5454545455, 136.5454545455) 261.8181818182deg 294.5454545455deg, rgb(255, 164.3636363636, 164.3636363636) 294.5454545455deg 327.2727272727deg, rgb(255, 192.1818181818, 192.1818181818) 327.2727272727deg 360deg)}.wheel-circle[data-slice="11"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="11"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="11"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="11"] .gift-bar-4{color:#fff}.wheel-circle[data-slice="11"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="11"] .gift-bar-6{color:#000}.wheel-circle[data-slice="11"] .gift-bar-7{color:#000}.wheel-circle[data-slice="11"] .gift-bar-8{color:#000}.wheel-circle[data-slice="11"] .gift-bar-9{color:#000}.wheel-circle[data-slice="11"] .gift-bar-10{color:#000}.wheel-circle[data-slice="11"] .gift-bar-11{color:#000}.wheel-circle[data-slice="12"]{background:conic-gradient(#a90000 0deg 30deg, #fff 30deg 60deg, #a90000 60deg 90deg, #fff 90deg 120deg, #a90000 120deg 150deg, #fff 150deg 180deg, #a90000 180deg 210deg, #fff 210deg 240deg, #a90000 240deg 270deg, #fff 270deg 300deg, #a90000 300deg 330deg, #fff 330deg 360deg)}.wheel-circle[data-slice="12"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="12"] .gift-bar-2{color:#000}.wheel-circle[data-slice="12"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="12"] .gift-bar-4{color:#000}.wheel-circle[data-slice="12"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="12"] .gift-bar-6{color:#000}.wheel-circle[data-slice="12"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="12"] .gift-bar-8{color:#000}.wheel-circle[data-slice="12"] .gift-bar-9{color:#fff}.wheel-circle[data-slice="12"] .gift-bar-10{color:#000}.wheel-circle[data-slice="12"] .gift-bar-11{color:#fff}.wheel-circle[data-slice="12"] .gift-bar-12{color:#000}.wheel-circle[data-slice="13"]{background:conic-gradient(#a90000 0deg 27.6923076923deg, rgb(192.5384615385, 0, 0) 27.6923076923deg 55.3846153846deg, rgb(216.0769230769, 0, 0) 55.3846153846deg 83.0769230769deg, rgb(239.6153846154, 0, 0) 83.0769230769deg 110.7692307692deg, rgb(255, 8.1538461538, 8.1538461538) 110.7692307692deg 138.4615384615deg, rgb(255, 31.6923076923, 31.6923076923) 138.4615384615deg 166.1538461538deg, rgb(255, 55.2307692308, 55.2307692308) 166.1538461538deg 193.8461538462deg, rgb(255, 78.7692307692, 78.7692307692) 193.8461538462deg 221.5384615385deg, rgb(255, 102.3076923077, 102.3076923077) 221.5384615385deg 249.2307692308deg, rgb(255, 125.8461538462, 125.8461538462) 249.2307692308deg 276.9230769231deg, rgb(255, 149.3846153846, 149.3846153846) 276.9230769231deg 304.6153846154deg, rgb(255, 172.9230769231, 172.9230769231) 304.6153846154deg 332.3076923077deg, rgb(255, 196.4615384615, 196.4615384615) 332.3076923077deg 360deg)}.wheel-circle[data-slice="13"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="13"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="13"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="13"] .gift-bar-4{color:#fff}.wheel-circle[data-slice="13"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="13"] .gift-bar-6{color:#fff}.wheel-circle[data-slice="13"] .gift-bar-7{color:#000}.wheel-circle[data-slice="13"] .gift-bar-8{color:#000}.wheel-circle[data-slice="13"] .gift-bar-9{color:#000}.wheel-circle[data-slice="13"] .gift-bar-10{color:#000}.wheel-circle[data-slice="13"] .gift-bar-11{color:#000}.wheel-circle[data-slice="13"] .gift-bar-12{color:#000}.wheel-circle[data-slice="13"] .gift-bar-13{color:#000}.wheel-circle[data-slice="14"]{background:conic-gradient(#a90000 0deg 25.7142857143deg, #fff 25.7142857143deg 51.4285714286deg, #a90000 51.4285714286deg 77.1428571429deg, #fff 77.1428571429deg 102.8571428571deg, #a90000 102.8571428571deg 128.5714285714deg, #fff 128.5714285714deg 154.2857142857deg, #a90000 154.2857142857deg 180deg, #fff 180deg 205.7142857143deg, #a90000 205.7142857143deg 231.4285714286deg, #fff 231.4285714286deg 257.1428571429deg, #a90000 257.1428571429deg 282.8571428571deg, #fff 282.8571428571deg 308.5714285714deg, #a90000 308.5714285714deg 334.2857142857deg, #fff 334.2857142857deg 360deg)}.wheel-circle[data-slice="14"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="14"] .gift-bar-2{color:#000}.wheel-circle[data-slice="14"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="14"] .gift-bar-4{color:#000}.wheel-circle[data-slice="14"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="14"] .gift-bar-6{color:#000}.wheel-circle[data-slice="14"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="14"] .gift-bar-8{color:#000}.wheel-circle[data-slice="14"] .gift-bar-9{color:#fff}.wheel-circle[data-slice="14"] .gift-bar-10{color:#000}.wheel-circle[data-slice="14"] .gift-bar-11{color:#fff}.wheel-circle[data-slice="14"] .gift-bar-12{color:#000}.wheel-circle[data-slice="14"] .gift-bar-13{color:#fff}.wheel-circle[data-slice="14"] .gift-bar-14{color:#000}.wheel-circle[data-slice="15"]{background:conic-gradient(#a90000 0deg 24deg, rgb(189.4, 0, 0) 24deg 48deg, rgb(209.8, 0, 0) 48deg 72deg, rgb(230.2, 0, 0) 72deg 96deg, rgb(250.6, 0, 0) 96deg 120deg, #ff1010 120deg 144deg, rgb(255, 36.4, 36.4) 144deg 168deg, rgb(255, 56.8, 56.8) 168deg 192deg, rgb(255, 77.2, 77.2) 192deg 216deg, rgb(255, 97.6, 97.6) 216deg 240deg, #ff7676 240deg 264deg, rgb(255, 138.4, 138.4) 264deg 288deg, rgb(255, 158.8, 158.8) 288deg 312deg, rgb(255, 179.2, 179.2) 312deg 336deg, rgb(255, 199.6, 199.6) 336deg 360deg)}.wheel-circle[data-slice="15"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="15"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="15"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="15"] .gift-bar-4{color:#fff}.wheel-circle[data-slice="15"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="15"] .gift-bar-6{color:#fff}.wheel-circle[data-slice="15"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="15"] .gift-bar-8{color:#000}.wheel-circle[data-slice="15"] .gift-bar-9{color:#000}.wheel-circle[data-slice="15"] .gift-bar-10{color:#000}.wheel-circle[data-slice="15"] .gift-bar-11{color:#000}.wheel-circle[data-slice="15"] .gift-bar-12{color:#000}.wheel-circle[data-slice="15"] .gift-bar-13{color:#000}.wheel-circle[data-slice="15"] .gift-bar-14{color:#000}.wheel-circle[data-slice="15"] .gift-bar-15{color:#000}.wheel-circle[data-slice="16"]{background:conic-gradient(#a90000 0deg 22.5deg, #fff 22.5deg 45deg, #a90000 45deg 67.5deg, #fff 67.5deg 90deg, #a90000 90deg 112.5deg, #fff 112.5deg 135deg, #a90000 135deg 157.5deg, #fff 157.5deg 180deg, #a90000 180deg 202.5deg, #fff 202.5deg 225deg, #a90000 225deg 247.5deg, #fff 247.5deg 270deg, #a90000 270deg 292.5deg, #fff 292.5deg 315deg, #a90000 315deg 337.5deg, #fff 337.5deg 360deg)}.wheel-circle[data-slice="16"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="16"] .gift-bar-2{color:#000}.wheel-circle[data-slice="16"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="16"] .gift-bar-4{color:#000}.wheel-circle[data-slice="16"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="16"] .gift-bar-6{color:#000}.wheel-circle[data-slice="16"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="16"] .gift-bar-8{color:#000}.wheel-circle[data-slice="16"] .gift-bar-9{color:#fff}.wheel-circle[data-slice="16"] .gift-bar-10{color:#000}.wheel-circle[data-slice="16"] .gift-bar-11{color:#fff}.wheel-circle[data-slice="16"] .gift-bar-12{color:#000}.wheel-circle[data-slice="16"] .gift-bar-13{color:#fff}.wheel-circle[data-slice="16"] .gift-bar-14{color:#000}.wheel-circle[data-slice="16"] .gift-bar-15{color:#fff}.wheel-circle[data-slice="16"] .gift-bar-16{color:#000}.wheel-circle[data-slice="17"]{background:conic-gradient(#a90000 0deg 21.1764705882deg, #bb0000 21.1764705882deg 42.3529411765deg, #cd0000 42.3529411765deg 63.5294117647deg, #df0000 63.5294117647deg 84.7058823529deg, #f10000 84.7058823529deg 105.8823529412deg, #ff0404 105.8823529412deg 127.0588235294deg, #ff1616 127.0588235294deg 148.2352941176deg, #ff2828 148.2352941176deg 169.4117647059deg, #ff3a3a 169.4117647059deg 190.5882352941deg, #ff4c4c 190.5882352941deg 211.7647058824deg, #ff5e5e 211.7647058824deg 232.9411764706deg, #ff7070 232.9411764706deg 254.1176470588deg, #ff8282 254.1176470588deg 275.2941176471deg, #ff9494 275.2941176471deg 296.4705882353deg, #ffa6a6 296.4705882353deg 317.6470588235deg, #ffb8b8 317.6470588235deg 338.8235294118deg, #ffcaca 338.8235294118deg 360deg)}.wheel-circle[data-slice="17"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="17"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="17"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="17"] .gift-bar-4{color:#fff}.wheel-circle[data-slice="17"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="17"] .gift-bar-6{color:#fff}.wheel-circle[data-slice="17"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="17"] .gift-bar-8{color:#fff}.wheel-circle[data-slice="17"] .gift-bar-9{color:#000}.wheel-circle[data-slice="17"] .gift-bar-10{color:#000}.wheel-circle[data-slice="17"] .gift-bar-11{color:#000}.wheel-circle[data-slice="17"] .gift-bar-12{color:#000}.wheel-circle[data-slice="17"] .gift-bar-13{color:#000}.wheel-circle[data-slice="17"] .gift-bar-14{color:#000}.wheel-circle[data-slice="17"] .gift-bar-15{color:#000}.wheel-circle[data-slice="17"] .gift-bar-16{color:#000}.wheel-circle[data-slice="17"] .gift-bar-17{color:#000}.wheel-circle[data-slice="18"]{background:conic-gradient(#a90000 0deg 20deg, #fff 20deg 40deg, #a90000 40deg 60deg, #fff 60deg 80deg, #a90000 80deg 100deg, #fff 100deg 120deg, #a90000 120deg 140deg, #fff 140deg 160deg, #a90000 160deg 180deg, #fff 180deg 200deg, #a90000 200deg 220deg, #fff 220deg 240deg, #a90000 240deg 260deg, #fff 260deg 280deg, #a90000 280deg 300deg, #fff 300deg 320deg, #a90000 320deg 340deg, #fff 340deg 360deg)}.wheel-circle[data-slice="18"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-2{color:#000}.wheel-circle[data-slice="18"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-4{color:#000}.wheel-circle[data-slice="18"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-6{color:#000}.wheel-circle[data-slice="18"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-8{color:#000}.wheel-circle[data-slice="18"] .gift-bar-9{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-10{color:#000}.wheel-circle[data-slice="18"] .gift-bar-11{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-12{color:#000}.wheel-circle[data-slice="18"] .gift-bar-13{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-14{color:#000}.wheel-circle[data-slice="18"] .gift-bar-15{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-16{color:#000}.wheel-circle[data-slice="18"] .gift-bar-17{color:#fff}.wheel-circle[data-slice="18"] .gift-bar-18{color:#000}.wheel-circle[data-slice="19"]{background:conic-gradient(#a90000 0deg 18.9473684211deg, rgb(185.1052631579, 0, 0) 18.9473684211deg 37.8947368421deg, rgb(201.2105263158, 0, 0) 37.8947368421deg 56.8421052632deg, rgb(217.3157894737, 0, 0) 56.8421052632deg 75.7894736842deg, rgb(233.4210526316, 0, 0) 75.7894736842deg 94.7368421053deg, rgb(249.5263157895, 0, 0) 94.7368421053deg 113.6842105263deg, rgb(255, 10.6315789474, 10.6315789474) 113.6842105263deg 132.6315789474deg, rgb(255, 26.7368421053, 26.7368421053) 132.6315789474deg 151.5789473684deg, rgb(255, 42.8421052632, 42.8421052632) 151.5789473684deg 170.5263157895deg, rgb(255, 58.9473684211, 58.9473684211) 170.5263157895deg 189.4736842105deg, rgb(255, 75.0526315789, 75.0526315789) 189.4736842105deg 208.4210526316deg, rgb(255, 91.1578947368, 91.1578947368) 208.4210526316deg 227.3684210526deg, rgb(255, 107.2631578947, 107.2631578947) 227.3684210526deg 246.3157894737deg, rgb(255, 123.3684210526, 123.3684210526) 246.3157894737deg 265.2631578947deg, rgb(255, 139.4736842105, 139.4736842105) 265.2631578947deg 284.2105263158deg, rgb(255, 155.5789473684, 155.5789473684) 284.2105263158deg 303.1578947368deg, rgb(255, 171.6842105263, 171.6842105263) 303.1578947368deg 322.1052631579deg, rgb(255, 187.7894736842, 187.7894736842) 322.1052631579deg 341.0526315789deg, rgb(255, 203.8947368421, 203.8947368421) 341.0526315789deg 360deg)}.wheel-circle[data-slice="19"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-2{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-4{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-6{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-8{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-9{color:#fff}.wheel-circle[data-slice="19"] .gift-bar-10{color:#000}.wheel-circle[data-slice="19"] .gift-bar-11{color:#000}.wheel-circle[data-slice="19"] .gift-bar-12{color:#000}.wheel-circle[data-slice="19"] .gift-bar-13{color:#000}.wheel-circle[data-slice="19"] .gift-bar-14{color:#000}.wheel-circle[data-slice="19"] .gift-bar-15{color:#000}.wheel-circle[data-slice="19"] .gift-bar-16{color:#000}.wheel-circle[data-slice="19"] .gift-bar-17{color:#000}.wheel-circle[data-slice="19"] .gift-bar-18{color:#000}.wheel-circle[data-slice="19"] .gift-bar-19{color:#000}.wheel-circle[data-slice="20"]{background:conic-gradient(#a90000 0deg 18deg, #fff 18deg 36deg, #a90000 36deg 54deg, #fff 54deg 72deg, #a90000 72deg 90deg, #fff 90deg 108deg, #a90000 108deg 126deg, #fff 126deg 144deg, #a90000 144deg 162deg, #fff 162deg 180deg, #a90000 180deg 198deg, #fff 198deg 216deg, #a90000 216deg 234deg, #fff 234deg 252deg, #a90000 252deg 270deg, #fff 270deg 288deg, #a90000 288deg 306deg, #fff 306deg 324deg, #a90000 324deg 342deg, #fff 342deg 360deg)}.wheel-circle[data-slice="20"] .gift-bar-1{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-2{color:#000}.wheel-circle[data-slice="20"] .gift-bar-3{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-4{color:#000}.wheel-circle[data-slice="20"] .gift-bar-5{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-6{color:#000}.wheel-circle[data-slice="20"] .gift-bar-7{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-8{color:#000}.wheel-circle[data-slice="20"] .gift-bar-9{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-10{color:#000}.wheel-circle[data-slice="20"] .gift-bar-11{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-12{color:#000}.wheel-circle[data-slice="20"] .gift-bar-13{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-14{color:#000}.wheel-circle[data-slice="20"] .gift-bar-15{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-16{color:#000}.wheel-circle[data-slice="20"] .gift-bar-17{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-18{color:#000}.wheel-circle[data-slice="20"] .gift-bar-19{color:#fff}.wheel-circle[data-slice="20"] .gift-bar-20{color:#000}.home-category-tabs{width:100%;padding:3rem 0}@media(max-width: 1279px){.home-category-tabs{padding:2rem 0}}@media(max-width: 991px){.home-category-tabs{padding:0}}.home-category-tabs .hct-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:4rem}@media(max-width: 1279px){.home-category-tabs .hct-container{gap:2rem}}@media(max-width: 991px){.home-category-tabs .hct-container{gap:0}}.home-category-tabs .hct-container .nav{display:flex;align-items:center;justify-content:center;width:100%;gap:1rem}@media(max-width: 991px){.home-category-tabs .hct-container .nav{gap:0}}@media(max-width: 991px){.home-category-tabs .hct-container .nav .nav-item{width:50%}}.home-category-tabs .hct-container .nav .nav-item button{font-family:"Red Rose",sans-serif;border:none;outline:none;background-color:rgba(0,0,0,0);width:100%;height:50px;font-size:.9rem;font-weight:500;transition:opacity .5s ease,color .5s ease}@media(max-width: 991px){.home-category-tabs .hct-container .nav .nav-item button{height:40px;font-size:.8rem;padding:0 1rem}}.home-category-tabs .hct-container .nav .nav-item button.active{color:#002fa7}.home-category-tabs .hct-container .nav .nav-item button:not(.active){opacity:.5}.home-category-tabs .hct-container .tab-content{width:100%}.home-category-tabs .hct-container .tab-content .tab-pane{width:100%;overflow-x:hidden}.home-category-tabs .hct-container .tab-content .tab-pane.active{display:flex;align-items:center;justify-content:center;gap:2rem}@media(max-width: 991px){.home-category-tabs .hct-container .tab-content .tab-pane.active{flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem}}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper{width:calc(100% - 375px - 2rem);position:relative;z-index:1}@media(max-width: 991px){.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper{width:100%}}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper::before,.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper::after{content:"";position:absolute;top:0;width:3rem;height:100%;z-index:9}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper::before{left:0rem;background-image:linear-gradient(to right, #fff, transparent)}@media(max-width: 991px){.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper::before{left:-0.5rem}}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper::after{right:0rem;background-image:linear-gradient(to left, #fff, transparent)}@media(max-width: 991px){.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper::after{right:-0.5rem}}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper .hct-slider{display:flex;align-items:center;justify-content:center;width:100%;padding-bottom:50px}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper .hct-slider .swiper-wrapper{width:100%;align-items:stretch}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper .hct-slider .swiper-wrapper .swiper-slide{padding:.5rem;height:auto}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper .hct-slider .hcts-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;height:50px;bottom:0;--swiper-pagination-bullet-width: 25px;--swiper-pagination-bullet-height: 3px;--swiper-pagination-bullet-border-radius: 2px;--swiper-pagination-bullet-inactive-color: rgba(0,0,0,0.125);--swiper-pagination-bullet-opacity: 1;--swiper-pagination-bullet-inactive-opacity: .5;--swiper-pagination-color: #002fa7}.home-category-tabs .hct-container .tab-content .tab-pane .hct-slider-wrapper .hct-slider .hcts-pagination .swiper-pagination-bullet{margin:0}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper{width:350px;height:475px;position:relative;z-index:0}@media(min-width: 992px)and (max-width: 1279px){.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper{width:275px;height:365px}}@media(max-width: 991px){.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper{width:100%;height:150px}}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;border-radius:.25rem;overflow:hidden}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a::before,.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a::after{content:"";position:absolute;width:100px;height:100px;background-color:#fff;z-index:1}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a::before{top:-15px;left:-15px;transform-origin:right;transform:translateX(-50%) rotate(45deg);transition:top .2s ease,left .2s ease}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a::after{bottom:-15px;right:-15px;transform-origin:left;transform:translateX(50%) rotate(45deg);transition:bottom .2s ease,right .2s ease}@media(hover: hover){.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a:hover::before{top:-20px;left:-20px}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a:hover::after{bottom:-20px;right:-20px}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a:hover>span{border:1px solid hsla(0,0%,100%,.5);background-color:hsla(0,0%,100%,.25);transform:translateX(-50%) translateY(-1rem)}}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a>span{display:flex;align-items:center;justify-content:center;font-family:"Red Rose",sans-serif;padding:.5rem 1rem;position:absolute;text-align:center;left:50%;bottom:10%;transform:translateX(-50%);border:1px solid hsla(0,0%,100%,.25);background-color:hsla(0,0%,100%,.125);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;font-weight:500;line-height:1.25;text-shadow:0px 0px 8px #000;border-radius:.25rem;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}@media(max-width: 991px){.home-category-tabs .hct-container .tab-content .tab-pane .hct-image-wrapper>a>span{top:50%;bottom:initial;transform:translate(-50%, -50%)}}.hct-product-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}@media(min-width: 992px){.hct-product-card:hover .hctpc-price-wrapper>span{transform:translateY(100%);opacity:0;visibility:hidden;pointer-events:none}.hct-product-card:hover .hctpc-button-wrapper>button{opacity:1 !important;visibility:visible !important;pointer-events:all !important;transform:translateY(-0.5rem) !important;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.hct-product-card:hover .hctpc-button-wrapper>button:nth-child(2){transition-delay:.1s}.hct-product-card:hover .hctpc-button-wrapper>button:nth-child(3){transition-delay:.2s}}.hct-product-card .hctpc-image{display:flex;align-items:center;justify-content:center;width:100%}.hct-product-card .hctpc-image>a{display:flex;align-items:center;justify-content:center;width:100%}.hct-product-card .hctpc-image>a>img{width:100%;height:100%;max-width:375px;max-height:375px;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease,opacity .25s ease}.hct-product-card .hctpc-text{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;position:relative}.hct-product-card .hctpc-text .hctpc-name-wrapper{width:100%;padding:0 1rem;margin-top:1rem}.hct-product-card .hctpc-text .hctpc-name-wrapper>a{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.hct-product-card .hctpc-text .hctpc-name-wrapper>a>span{font-size:.9rem;text-align:center;color:#444}.hct-product-card .hctpc-text .hctpc-price-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;margin-top:1rem}.hct-product-card .hctpc-text .hctpc-price-wrapper>span{font-weight:500;font-size:.9rem;text-align:center;color:#444}.hct-product-card .hctpc-text .hctpc-price-wrapper>span.price-line-through{font-size:.8rem;font-weight:400;color:#777;text-decoration:line-through}@media(min-width: 992px){.hct-product-card .hctpc-text .hctpc-price-wrapper>span{transition:opacity .2s ease,visibility .2s ease,transform .2s ease}}.hct-product-card .hctpc-text .hctpc-button-wrapper{display:flex;align-items:center;justify-content:center;width:100%;z-index:1}@media(min-width: 992px){.hct-product-card .hctpc-text .hctpc-button-wrapper{position:absolute;left:50%;bottom:0;transform:translateX(-50%)}}@media(max-width: 991px){.hct-product-card .hctpc-text .hctpc-button-wrapper{margin-top:1rem}}.hct-product-card .hctpc-text .hctpc-button-wrapper>button{width:40px;height:40px;background-color:rgba(0,0,0,0);outline:none;border:none}@media(min-width: 992px){.hct-product-card .hctpc-text .hctpc-button-wrapper>button{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(100%)}}@media(max-width: 991px){.hct-product-card .hctpc-text .hctpc-button-wrapper>button.pc-quick-view{display:none !important}}.hct-product-card .hctpc-text .hctpc-button-wrapper>button>i{font-size:1.125rem}.hct-product-card .hctpc-text .hctpc-button-wrapper>button>i.ri-heart-3-fill{color:#f03}body{font-family:"Kumbh Sans",sans-serif;color:#444}@media(max-width: 991px){body.header-sticked .toast-message{top:calc(60px + 1rem) !important}}@media(max-width: 767px){body{padding-bottom:70px}}header.main-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-bottom:1px solid rgba(0,0,0,.075)}header.main-header .header-top-bar{width:100%;background-color:#fafafa}@media(max-width: 767px){header.main-header .header-top-bar{display:none}}header.main-header .header-top-bar .htb-container{display:flex;align-items:center;justify-content:space-between;height:50px}@media(max-width: 1439px){header.main-header .header-top-bar .htb-container{width:100%;max-width:initial;padding:0 1.25rem}}@media(max-width: 991px){header.main-header .header-top-bar .htb-container{width:100%;max-width:initial;margin:0;padding:0 2rem}}@media(max-width: 767px){header.main-header .header-top-bar .htb-container{justify-content:center}}header.main-header .header-top-bar .htb-container .htb-left{display:flex;align-items:center;justify-content:flex-start}@media(max-width: 767px){header.main-header .header-top-bar .htb-container .htb-left{display:none}}header.main-header .header-top-bar .htb-container .htb-left>ul{display:flex;align-items:center;justify-content:flex-start;margin:0;padding:0;gap:1rem;list-style:none}header.main-header .header-top-bar .htb-container .htb-left>ul>li>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.8rem;transition:color .2s ease;font-weight:500}@media(hover: hover){header.main-header .header-top-bar .htb-container .htb-left>ul>li>a:hover{color:#002fa7}}header.main-header .header-top-bar .htb-container .htb-left>ul>li>a ion-icon{font-size:1.25rem}header.main-header .header-top-bar .htb-container .htb-right{display:flex;align-items:stretch;justify-content:flex-end;height:100%}header.main-header .header-top-bar .htb-container .htb-right .currency-wrapper,header.main-header .header-top-bar .htb-container .htb-right .language-wrapper{display:flex;position:relative}header.main-header .header-top-bar .htb-container .htb-right .dropdown{transition:color .2s ease}@media(hover: hover){header.main-header .header-top-bar .htb-container .htb-right .dropdown:hover>button{color:#002fa7}}header.main-header .header-top-bar .htb-container .htb-right .dropdown>button{border:none;background-color:rgba(0,0,0,0);font-size:.9rem;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin:0;outline:0;transition:color .2s ease}header.main-header .header-top-bar .htb-container .htb-right .dropdown>button[aria-expanded=true]::after{transform:rotate(-180deg)}header.main-header .header-top-bar .htb-container .htb-right .dropdown>button[aria-expanded=false]::after{transform:rotate(0)}header.main-header .header-top-bar .htb-container .htb-right .dropdown>button::after{font-family:remixicon;content:"";transition:transform .2s ease;border:none}header.main-header .header-top-bar .htb-container .htb-right .dropdown>button .fi{font-size:1.125rem}header.main-header .header-top-bar .htb-container .htb-right .dropdown>button>span:first-child{font-weight:500}header.main-header .header-top-bar .htb-container .htb-right .dropdown>ul{padding:0;margin:0;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;top:calc(100% + .25rem) !important;left:50% !important;right:auto !important;bottom:auto !important;transform:translateX(-50%) !important}header.main-header .header-top-bar .htb-container .htb-right .dropdown>ul.show{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}header.main-header .header-top-bar .htb-container .htb-right .dropdown>ul>li{width:100%}header.main-header .header-top-bar .htb-container .htb-right .dropdown>ul>li>button{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;background-color:rgba(0,0,0,0);border:none;outline:none;font-size:.9rem;height:35px;transition:color .2s ease}header.main-header .header-top-bar .htb-container .htb-right .dropdown>ul>li>button.active{cursor:default}header.main-header .header-top-bar .htb-container .htb-right .dropdown>ul>li>button.active>span{font-weight:500;color:#002fa7}@media(hover: hover){header.main-header .header-top-bar .htb-container .htb-right .dropdown>ul>li>button:hover{color:#002fa7}}header.main-header .header-center{width:100%}header.main-header .header-center .hc-container{display:flex;align-items:center;justify-content:space-between}@media(max-width: 1439px){header.main-header .header-center .hc-container{width:100%;max-width:initial;padding:0 1.25rem}}@media(max-width: 991px){header.main-header .header-center .hc-container{width:100%;max-width:initial;margin:0;padding:1rem 2rem}}@media(max-width: 767px){header.main-header .header-center .hc-container{padding:0 1rem 0 1.25rem;height:70px}}header.main-header .header-center .hc-container .hc-logo{display:flex;align-items:center;justify-content:flex-start}header.main-header .header-center .hc-container .hc-logo>a{display:flex;align-items:center;justify-content:flex-start}header.main-header .header-center .hc-container .hc-logo>a>img{width:150px}@media(max-width: 767px){header.main-header .header-center .hc-container .hc-logo>a>img{width:125px}}@media(max-width: 991px){header.main-header .header-center .hc-container .hc-menu{flex-direction:column;align-items:flex-start;justify-content:flex-start;position:fixed;inset:0;width:100%;height:100vh;height:100dvh;background-color:rgba(0,0,0,0);z-index:99999;opacity:0;visibility:hidden}header.main-header .header-center .hc-container .hc-menu.active{opacity:1;visibility:visible}}header.main-header .header-center .hc-container .hc-buttons{display:flex;align-items:center;justify-content:flex-end}@media(min-width: 768px){header.main-header .header-center .hc-container .hc-buttons{padding-right:.5rem}}header.main-header .header-center .hc-container .hc-buttons>ul{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin:0;padding:0;list-style:none}header.main-header .header-center .hc-container .hc-buttons>ul>li ion-icon{font-size:1.75rem;--ionicon-stroke-width: 24px}header.main-header .header-center .hc-container .hc-buttons>ul>li>button{margin:0;padding:0;outline:0;border:none;background-color:rgba(0,0,0,0);transition:color .2s ease;position:relative}header.main-header .header-center .hc-container .hc-buttons>ul>li>button.show-mobile-menu{width:50px;height:50px}header.main-header .header-center .hc-container .hc-buttons>ul>li>button.show-mobile-menu>i{font-size:1.5rem}@media(hover: hover){header.main-header .header-center .hc-container .hc-buttons>ul>li>button:hover{color:#002fa7}}header.main-header .header-center .hc-container .hc-buttons>ul>li>button>em{display:flex;align-items:center;justify-content:center;position:absolute;top:-0.45rem;right:-0.45rem;background-color:hsla(0,0%,100%,.75);font-style:normal;font-size:.65rem;border-radius:50%;z-index:1;width:20px;height:20px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);font-weight:700;border:1px solid rgba(0,0,0,.125)}header.main-header .header-center .hc-container .hc-buttons>ul>li>button>em:empty{display:none}@media(hover: hover){header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown:hover>button{color:#002fa7}}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>button{border:none;background-color:rgba(0,0,0,0);font-size:.9rem;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin:0;padding:0;outline:0;transition:color .2s ease}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>button.show{color:#002fa7}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>button[aria-expanded=true]::after{transform:rotate(-180deg)}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>button[aria-expanded=false]::after{transform:rotate(0)}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>button::after{font-family:remixicon;content:"";transition:transform .2s ease;border:none}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul{padding:.25rem;margin:0;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;top:calc(100% + 1rem) !important;bottom:auto !important;left:-50px !important;transform:none !important}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul.show{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li{width:100%}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li>button,header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li>a{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;background-color:rgba(0,0,0,0);border:none;outline:none;font-size:.85rem;height:35px;transition:color .2s ease;padding:0 1rem}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li>button.active,header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li>a.active{cursor:default}@media(hover: hover){header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li>button:hover,header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li>a:hover{color:#002fa7}}header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li>button.active,header.main-header .header-center .hc-container .hc-buttons>ul>li .dropdown>ul>li>a.active{font-weight:500;color:#444}@media(min-width: 768px){header.main-header .header-center .hc-container .hc-buttons>ul>li:last-child{display:none}}@media(max-width: 767px){header.main-header .header-center .hc-container .hc-buttons>ul>li:not(:last-child){display:none}}.mobile-fixed-header{display:flex;align-items:stretch;justify-content:center;position:fixed;top:0;left:0;right:0;height:70px;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;transform:translateY(-100%);transition:transform .2s ease;z-index:9997;border-bottom:1px solid rgba(0,0,0,.075)}@media(min-width: 768px){.mobile-fixed-header{display:none}}.mobile-fixed-header.sticked{transform:translateY(0)}.mobile-fixed-header .mfh-left{display:flex;align-items:center;justify-content:flex-start;height:100%;padding-left:1.25rem}.mobile-fixed-header .mfh-left .mfh-logo>a{display:flex;align-items:center;justify-content:center}.mobile-fixed-header .mfh-left .mfh-logo>a>img{width:125px}.mobile-fixed-header .mfh-right{width:calc(100% - 110px);height:100%;display:flex;align-items:center;justify-content:flex-end}.mobile-fixed-header .mfh-right .mfh-menu>button{display:flex;align-items:center;justify-content:center;width:69px;height:69px;background-color:rgba(0,0,0,0);border:none;outline:none}.mobile-fixed-header .mfh-right .mfh-menu>button>i{display:flex;align-items:center;justify-content:center;font-size:1.5rem}#content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}@media(min-width: 1920px){#content.has-sidebar{width:calc(100% - 375px - 1rem)}}@media(min-width: 992px)and (max-width: 1919px){#content.has-sidebar{width:calc(100% - 275px - 1rem)}}@media(min-width: 1920px){#content.has-both-sidebar{width:calc(100% - 625px - 2rem)}}@media(max-width: 1199px){#content.has-both-sidebar{width:calc(100% - 525px - 2rem)}}@media(min-width: 992px){#content.has-both-sidebar{width:calc(100% - 550px - 2rem)}}@media(min-width: 1920px){#column-left{width:375px}}@media(max-width: 1919px){#column-left{width:300px}}@media(max-width: 767px){#column-left{width:100%;height:100vh;height:100dvh;position:fixed;inset:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-100%);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:9998;border:none;border-radius:0}#column-left.active{opacity:1;visibility:visible;pointer-events:all;transform:translateX(0)}}#column-right{width:275px}footer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-top:1px solid rgba(0,0,0,.075);background-color:#f2f2f2}footer .ft-newsletter{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:3rem;background-color:#303030}@media(max-width: 991px){footer .ft-newsletter{padding:1rem}}footer .ft-newsletter .ftn-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}footer .ft-newsletter .ftn-container .ftn-header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:.25rem;margin-bottom:2rem}footer .ft-newsletter .ftn-container .ftn-header>span:nth-child(1){font-family:"Red Rose",sans-serif;font-weight:500;text-transform:uppercase;color:#fff}footer .ft-newsletter .ftn-container .ftn-header>span:nth-child(2){line-height:1.125;font-size:.8rem;color:hsla(0,0%,100%,.75)}footer .ft-newsletter .ftn-container .ftn-form{width:480px;margin-bottom:1rem}@media(max-width: 991px){footer .ft-newsletter .ftn-container .ftn-form{width:100%}}footer .ft-newsletter .ftn-container>ul.social{display:flex;align-items:center;justify-content:flex-start;margin:0;padding:0;list-style:none;gap:.25rem}footer .ft-newsletter .ftn-container>ul.social>li>a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;transition:opacity .2s ease}footer .ft-newsletter .ftn-container>ul.social>li>a>svg{width:20px;height:20px}footer .ft-newsletter .ftn-container>ul.social>li>a>svg>path{fill:#fff}@media(hover: hover){footer .ft-newsletter .ftn-container>ul.social>li>a:hover{opacity:.7}}footer .f-top{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding-top:6rem}@media(max-width: 1279px){footer .f-top{padding-top:4rem}}@media(max-width: 1023px){footer .f-top{padding-top:2rem}}@media(max-width: 991px){footer .f-top{padding-top:1rem}}footer .f-top .ft-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:3rem}@media(max-width: 1279px){footer .f-top .ft-container{padding:0 1.5rem;gap:2rem}}footer .f-top .ft-container .ft-top{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:2rem}@media(max-width: 1279px){footer .f-top .ft-container .ft-top{gap:1rem}}@media(max-width: 991px){footer .f-top .ft-container .ft-top{flex-direction:column;gap:3rem}}footer .f-top .ft-container .ft-top .ft-company{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:33.333%;gap:1rem}@media(max-width: 1279px){footer .f-top .ft-container .ft-top .ft-company{width:25%}}@media(max-width: 991px){footer .f-top .ft-container .ft-top .ft-company{width:100%;align-items:center}}footer .f-top .ft-container .ft-top .ft-company .ftc-logo{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}footer .f-top .ft-container .ft-top .ft-company .ftc-logo>a{display:flex;align-items:flex-start;justify-content:flex-start}footer .f-top .ft-container .ft-top .ft-company .ftc-logo>a>img{width:200px}footer .f-top .ft-container .ft-top .ft-company .ftc-corp{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;margin-bottom:1rem}footer .f-top .ft-container .ft-top .ft-company .ftc-corp>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;list-style:none;padding:0;margin:0}@media(max-width: 991px){footer .f-top .ft-container .ft-top .ft-company .ftc-corp>ul{align-items:center}}footer .f-top .ft-container .ft-top .ft-company .ftc-corp>ul>li:first-child{margin-bottom:1rem}@media(max-width: 991px){footer .f-top .ft-container .ft-top .ft-company .ftc-corp>ul>li{text-align:center}}footer .f-top .ft-container .ft-top .ft-company .ftc-corp>ul>li>span{display:inline-block;font-size:.8rem;max-width:400px}footer .f-top .ft-container .ft-top .ft-company .ftc-corp>ul>li>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;white-space:nowrap;font-size:.8rem;font-weight:500;transition:color .2s ease}@media(hover: hover){footer .f-top .ft-container .ft-top .ft-company .ftc-corp>ul>li>a:hover{color:#002fa7}}footer .f-top .ft-container .ft-top .ft-company .ftc-work-hours{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.25rem}footer .f-top .ft-container .ft-top .ft-company .ftc-work-hours .wh-text{display:flex;align-items:center;justify-content:flex-start;font-weight:500}footer .f-top .ft-container .ft-top .ft-company .ftc-work-hours .wh-text>span{font-size:.9rem}footer .f-top .ft-container .ft-top .ft-company .ftc-work-hours .wh-list{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}footer .f-top .ft-container .ft-top .ft-company .ftc-work-hours .wh-list>ul.work-hours{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin:0;padding:0;list-style:none;font-size:.8rem}footer .f-top .ft-container .ft-top .ft-nav-wrapper{display:flex;align-items:stretch;justify-content:space-between;width:66.666%;gap:2rem}@media(max-width: 1279px){footer .f-top .ft-container .ft-top .ft-nav-wrapper{width:75%;gap:1rem}}@media(max-width: 991px){footer .f-top .ft-container .ft-top .ft-nav-wrapper{width:100%}}@media(max-width: 767px){footer .f-top .ft-container .ft-top .ft-nav-wrapper{width:100%;flex-direction:column;align-items:center;justify-content:flex-start}}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:calc(33.333% - 1.3333333333rem)}@media(max-width: 1279px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col{width:calc(33.333% - .6666666667rem)}}@media(max-width: 767px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col{width:100%;gap:0;transition:gap .5s ease}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu{height:0;overflow:hidden;transition:height .5s ease}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col.expanded{gap:1rem}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col.expanded .ftnc-header>span{color:#002fa7}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col.expanded .ftnc-header .expand-footer-menu>i{color:#002fa7}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col.expanded .ftnc-header .expand-footer-menu>i::before{content:""}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col.expanded .ftnc-menu>ul{opacity:1;visibility:visible;pointer-events:all}}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}@media(max-width: 991px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header{align-items:center;text-align:center}}@media(max-width: 767px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header{justify-content:center;position:relative;width:100%;height:40px;padding-left:1rem;padding-right:calc(40px + .5rem);border:1px solid rgba(0,0,0,.075);border-radius:.25rem;background-color:rgba(0,0,0,.025)}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;width:39px;height:39px;background-color:rgba(0,0,0,0);outline:none;border:none}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu>i{display:flex;align-items:center;justify-content:center;font-size:1.125rem}}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header>span{font-family:"Red Rose",sans-serif;font-weight:500;text-transform:uppercase;font-size:1rem;transition:color .2s ease}@media(max-width: 767px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header>span{font-size:.9rem}}@media(min-width: 768px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu{display:none}}@media(min-width: 768px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu{display:none}}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu>i{transition:color .2s ease}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:0;margin:0;list-style:none;gap:.25rem}@media(max-width: 991px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul{align-items:center}}@media(max-width: 767px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul{gap:.5rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}}@media(max-width: 991px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li{text-align:center}}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a{display:flex;align-items:center;justify-content:flex-start;transition:color .2s ease;position:relative;overflow:hidden}@media(max-width: 767px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a{min-height:30px}}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a::before{content:"";display:flex;align-items:center;justify-content:center;font-family:bootstrap-icons !important;position:absolute;left:-0.125rem;top:.075rem;transform:translateX(-200%);font-size:.75rem;transition:transform .3s ease-out}footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a>span{font-size:.85rem;max-width:275px}@media(max-width: 767px){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a>span{max-width:initial;font-size:.9rem}}@media(hover: hover){footer .f-top .ft-container .ft-top .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a:hover{color:#002fa7}}footer .f-top .ft-container .ft-bottom{display:flex;align-items:center;justify-content:space-between;width:100%;border-top:1px solid rgba(0,0,0,.075);border-bottom:1px solid rgba(0,0,0,.075);padding:2rem 0}footer .f-top .ft-container .ft-bottom .ftb-payment-icons{display:flex;align-items:center;justify-content:center;width:100%}footer .f-top .ft-container .ft-bottom .ftb-payment-icons .payment-brand-icons{display:flex;align-items:center;justify-content:center;width:100%;padding:0;margin:0;gap:1rem;list-style:none}footer .f-top .ft-container .ft-bottom .ftb-payment-icons .payment-brand-icons>li{display:flex;align-items:center;justify-content:center;flex-shrink:0;max-width:calc(20% - .8rem)}footer .f-top .ft-container .ft-bottom .ftb-payment-icons .payment-brand-icons>li>img{width:auto;height:30px;-o-object-fit:contain;object-fit:contain}@media(max-width: 767px){footer .f-top .ft-container .ft-bottom .ftb-payment-icons .payment-brand-icons>li>img{height:20px}}footer .f-bottom{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem 0}footer .f-bottom .fb-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:1rem}@media(max-width: 767px){footer .f-bottom .fb-container{max-width:initial;padding:0 1rem}}footer .f-bottom .fb-container .fb-copy{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.125rem}footer .f-bottom .fb-container .fb-copy>span:nth-child(1){font-size:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:rgba(0,0,0,.5)}.footer-mobile-menu{display:none}@media(max-width: 767px){.footer-mobile-menu{display:flex;align-items:center;justify-content:center;position:fixed;bottom:0;left:0;right:0;height:70px;border-top:1px solid rgba(0,0,0,.075);width:100%;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9997}.footer-mobile-menu .fmm-wrapper{display:flex;align-items:center;justify-content:center;width:100%}.footer-mobile-menu .fmm-wrapper>ul{display:flex;align-items:center;justify-content:center;width:100%;list-style:none;padding:0;margin:0}.footer-mobile-menu .fmm-wrapper>ul>li{width:20%}.footer-mobile-menu .fmm-wrapper>ul>li:not(:last-child){position:relative}.footer-mobile-menu .fmm-wrapper>ul>li:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:50%;width:1px;background-color:rgba(0,0,0,.075)}.footer-mobile-menu .fmm-wrapper>ul>li>a,.footer-mobile-menu .fmm-wrapper>ul>li>button{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:rgba(0,0,0,0);outline:none;border:none;position:relative}.footer-mobile-menu .fmm-wrapper>ul>li>a>i,.footer-mobile-menu .fmm-wrapper>ul>li>button>i{font-size:1.25rem}.footer-mobile-menu .fmm-wrapper>ul>li>a>span,.footer-mobile-menu .fmm-wrapper>ul>li>button>span{font-size:.7rem}.footer-mobile-menu .fmm-wrapper>ul>li>a>em,.footer-mobile-menu .fmm-wrapper>ul>li>button>em{display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;top:-0.125rem;left:50%;transform:translateX(calc(-50% + 12.5px));background-color:hsla(0,0%,100%,.75);font-style:normal;font-size:.65rem;border-radius:50%;z-index:1;width:20px;height:20px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);font-weight:700;border:1px solid rgba(0,0,0,.125)}.footer-mobile-menu .fmm-wrapper>ul>li>a>em.empty,.footer-mobile-menu .fmm-wrapper>ul>li>button>em.empty{display:none}}.common-home{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.common-home #content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.common-home #content .home-slider{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.common-home #content .home-slider .swiper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:100%}.common-home #content .home-slider .swiper .swiper-wrapper{width:100%}.common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:100%}.common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media(min-width: 992px){.common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide>a.mobile-banner-image{display:none}}@media(max-width: 991px){.common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide>a.desktop-banner-image{display:none}}.common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide>a>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.common-home #content .home-slider .swiper .swiper-nav-buttons{z-index:10}.common-home #content .home-slider .swiper .swiper-nav-buttons>div{display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease;border-radius:50%;width:40px;height:40px}.common-home #content .home-slider .swiper .swiper-nav-buttons>div.hss-prev{left:1rem}.common-home #content .home-slider .swiper .swiper-nav-buttons>div.hss-next{right:1rem}.common-home #content .home-slider .swiper .swiper-nav-buttons>div:active,.common-home #content .home-slider .swiper .swiper-nav-buttons>div:focus{outline:none}@media(min-width: 992px){.common-home #content .home-slider .swiper .swiper-nav-buttons>div{display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;top:50%;transform:translateY(-50%);transition:width .2s ease,background-color .2s ease}.common-home #content .home-slider .swiper .swiper-nav-buttons>div>i{display:flex;align-items:center;justify-content:center;width:35px;font-size:1.25rem;z-index:2;transform:translate(0);transition:transform .35s ease}}@media(min-width: 992px)and (hover: hover){.common-home #content .home-slider .swiper .swiper-nav-buttons>div:hover{background-color:#fff}}@media(max-width: 991px){.common-home #content .home-slider .swiper .swiper-nav-buttons>div{box-shadow:rgba(149,157,165,.2) 0px 8px 24px}}@media(max-width: 991px)and (max-width: 767px){.common-home #content .home-slider .swiper .swiper-nav-buttons>div{width:40px;height:40px}}@media(max-width: 991px){.common-home #content .home-slider .swiper .swiper-nav-buttons>div:active,.common-home #content .home-slider .swiper .swiper-nav-buttons>div:focus{background-color:hsla(0,0%,100%,.85)}.common-home #content .home-slider .swiper .swiper-nav-buttons>div>i{font-size:2rem}}@media(max-width: 991px)and (max-width: 767px){.common-home #content .home-slider .swiper .swiper-nav-buttons>div>i{font-size:1.5rem}}.common-home #content .feature-box-wrapper{width:100%;background-color:#f2f2f2;padding:2rem 0}@media(max-width: 991px){.common-home #content .feature-box-wrapper{padding:1rem 0}}.common-home #content .feature-box-wrapper .feature-box-container{display:flex;align-items:flex-start;justify-content:center;width:100%;gap:2rem}@media(max-width: 991px){.common-home #content .feature-box-wrapper .feature-box-container{flex-wrap:wrap;gap:1rem}}@media(max-width: 767px){.common-home #content .feature-box-wrapper .feature-box-container{gap:0}}.common-home #content .feature-box-wrapper .feature-box-container .feature-box{display:flex;align-items:center;justify-content:flex-start;width:calc(16.6666666667% - 1.6666666667rem)}@media(max-width: 991px){.common-home #content .feature-box-wrapper .feature-box-container .feature-box{width:calc(33.3333333333% - .6666666667rem)}}@media(max-width: 767px){.common-home #content .feature-box-wrapper .feature-box-container .feature-box{width:33.3333333333%}}.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;flex-shrink:0}@media(max-width: 1279px){.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-icon{width:64px;height:64px}}@media(max-width: 991px){.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-icon{width:48px;height:48px}}.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-icon>img{width:50%;height:50%}.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.25rem;width:calc(100% - 72px);text-align:left;line-height:1.25}@media(max-width: 1279px){.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-text{width:calc(100% - 64px)}}@media(max-width: 991px){.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-text{width:calc(100% - 48px)}}.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-text>span{font-size:.8rem;font-weight:400;text-transform:uppercase}@media(max-width: 991px){.common-home #content .feature-box-wrapper .feature-box-container .feature-box .fb-text>span{font-size:.6rem;font-weight:500}}.category-sub-description{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1rem 0;gap:.25rem}@media(max-width: 991px){.category-sub-description{max-width:initial;width:100%;margin:0}}.category-sub-description p{font-size:.8rem;margin-bottom:0}.category-sub-description .full-description{display:none}.category-sub-description .description-show-more,.category-sub-description .description-show-less{display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:.5rem;height:35px;padding:0 .75rem;outline:none;margin-top:.5rem;border:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,0);transition:color .2s ease;border-radius:.25rem;font-weight:500;transform:translateX(-1px)}.category-sub-description .description-show-more>i,.category-sub-description .description-show-more>span,.category-sub-description .description-show-less>i,.category-sub-description .description-show-less>span{font-size:.8rem}.category-sub-description .description-show-more.active,.category-sub-description .description-show-less.active{display:flex;align-items:center;justify-content:center}.category-sub-description .description-show-more:active,.category-sub-description .description-show-less:active{opacity:#002fa7}@media(hover: hover){.category-sub-description .description-show-more:hover,.category-sub-description .description-show-less:hover{color:#002fa7}}.product-product{border-bottom:1px solid rgba(0,0,0,.05)}@media(max-width: 991px){.product-product .product-container{padding:0}.product-product .product-container .main-breadcrumb{padding:0 !important}}.product-section-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%}.product-section-wrapper.p-quick-view{padding:.5rem}.product-section-wrapper.p-quick-view .product-thumb-section{padding-top:0;top:1rem}.product-section-wrapper.p-quick-view .product-description-section{padding:0;padding-left:1rem}@media(max-width: 991px){.product-section-wrapper{flex-direction:column;flex-wrap:nowrap}}.product-section-wrapper .product-thumb-section{position:sticky;top:0;width:50%;padding-top:1rem;padding-right:1rem;padding-bottom:1rem}@media(max-width: 991px){.product-section-wrapper .product-thumb-section{position:relative;top:initial;width:100%;padding:0}}.product-section-wrapper .product-thumb-section .product-image-carousel{--f-button-width: 40px;--f-button-height: 40px;--f-button-border-radius: .25rem;--f-button-color: #303030;--f-button-hover-color: #303030;--f-button-bg: rgba(255,255,255,.5);--f-button-hover-bg: #fff;--f-button-active-bg: #fff;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 2;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.25;border-radius:.25rem;overflow:hidden}.product-section-wrapper .product-thumb-section .product-image-carousel img{cursor:zoom-in !important}.product-section-wrapper .product-thumb-section .product-image-carousel .product-badge-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;position:absolute;inset:0;padding:1rem;pointer-events:none;z-index:10;isolation:isolate;gap:.5rem}@media(max-width: 991px){.product-section-wrapper .product-thumb-section .product-image-carousel .product-badge-wrapper{flex-direction:column;justify-content:flex-end}}.product-section-wrapper .product-thumb-section .product-image-carousel .product-badge-wrapper .p-badge{display:flex;align-items:center;justify-content:center;gap:.2rem;border-radius:15px;font-size:.75rem;font-weight:500;padding:0 .5rem;height:25px;z-index:11}.product-section-wrapper .product-thumb-section .product-image-carousel .product-badge-wrapper .pb-discount{border:1px solid #f03;background-color:rgba(255,0,51,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff}.product-section-wrapper .product-thumb-section .product-image-carousel .product-badge-wrapper .pb-new{border:1px solid #e5ae4a;color:#e5ae4a;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-section-wrapper .product-thumb-section .product-image-carousel .product-badge-wrapper .pb-preview-video{border:1px solid rgba(0,0,0,.125);background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:all}.product-section-wrapper .product-thumb-section .product-image-carousel .product-badge-wrapper .pb-preview-video>i{font-size:.75rem}.product-section-wrapper .product-thumb-section .product-image-carousel .f-carousel__nav{opacity:.5;transition:opacity .2s ease}.product-section-wrapper .product-thumb-section .product-image-carousel .f-carousel__nav .f-button{--f-button-border-radius: .25rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.product-section-wrapper .product-thumb-section .product-image-carousel .f-carousel__slide{display:flex;align-items:center;justify-content:center;aspect-ratio:1}.product-section-wrapper .product-thumb-section .product-image-carousel .sameday-shipping-badge{position:absolute;left:1rem;top:1rem;width:90px;height:90px;z-index:0;border:1px solid rgba(0,0,0,.075);background-color:#fff;padding:.5rem}.product-section-wrapper .product-thumb-section .product-image-carousel .sameday-shipping-badge>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(hover: hover){.product-section-wrapper .product-thumb-section .product-image-carousel:hover .f-carousel__nav{opacity:1}}.product-section-wrapper .product-thumb-section .f-carousel__thumbs{display:flex;align-items:center;justify-content:center;--f-thumb-width: 75px;--f-thumb-height: 75px;--f-thumb-border-radius: 0.25rem;--f-thumb-outline-color: rgba(0,0,0,0.075);--f-thumb-outline: 1px}@media(max-width: 991px){.product-section-wrapper .product-thumb-section .f-carousel__thumbs{border:1px solid rgba(0,0,0,.075);margin-top:1rem;border-left:none;border-right:none}}.product-section-wrapper .product-thumb-section .f-carousel__thumbs .f-thumbs__viewport{width:calc(100% - 2*var(--f-button-width) - 1rem)}.product-section-wrapper .product-description-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:50%;padding:1rem;padding-top:1.5rem}@media(max-width: 991px){.product-section-wrapper .product-description-section{width:100%;border:none;padding:1rem}}.product-section-wrapper .product-description-section .pd-name{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.25rem}@media(max-width: 767px){.product-section-wrapper .product-description-section .pd-name{align-items:center;text-align:center}}.product-section-wrapper .product-description-section .pd-name>h1{font-family:"Red Rose",sans-serif;font-size:1.5rem;margin:0;color:#303030}@media(max-width: 767px){.product-section-wrapper .product-description-section .pd-name>h1{font-size:1.25rem}}.product-section-wrapper .product-description-section .pd-name>h1>a{color:#002fa7;transition:opacity .2s ease}.product-section-wrapper .product-description-section .pd-name>h1>a:active{opacity:.75}@media(hover: hover){.product-section-wrapper .product-description-section .pd-name>h1>a:hover{opacity:.75}}.product-section-wrapper .product-description-section .pd-name>h1>em{font-style:normal;color:#999;font-size:1.125rem}.product-section-wrapper .product-description-section .pd-name>span{font-size:.9rem;color:#999}.product-section-wrapper .product-description-section .pd-name>ul{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin:0;padding:0;list-style:none}.product-section-wrapper .product-description-section .pd-name>ul>li{position:relative}.product-section-wrapper .product-description-section .pd-name>ul>li:not(:last-child)::after{content:"";position:absolute;right:calc(-0.5rem - 1px);top:50%;width:2px;height:50%;background-color:rgba(0,0,0,.075);transform:translateY(-50%)}.product-section-wrapper .product-description-section .pd-name>ul>li>span{font-size:.8rem;color:#999}.product-section-wrapper .product-description-section .pd-name .pd-rating{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:1rem;margin-top:.5rem}.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-star-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:.125rem;position:relative;cursor:pointer}.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-star-wrapper::after{content:"";position:absolute;top:50%;right:calc(-0.5rem - 2px);width:4px;height:4px;background-color:rgba(0,0,0,.25);border-radius:50%;transform:translateY(-50%)}.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-star-wrapper>span{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:.9rem}.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-star-wrapper>span>i{color:#e5ae4a}.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-review-wrapper{display:flex;align-items:center;justify-content:flex-start}.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-review-wrapper>span{display:flex;align-items:center;justify-content:center;font-size:.8rem;gap:.25rem}@media(hover: hover){.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-review-wrapper>span.pd-review-button>span:hover{text-decoration:underline}}.product-section-wrapper .product-description-section .pd-categories{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin:1rem 0}.product-section-wrapper .product-description-section .pd-categories>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.25rem;padding:0;margin:0;list-style:none}.product-section-wrapper .product-description-section .pd-categories>ul>li{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.25rem}.product-section-wrapper .product-description-section .pd-categories>ul>li>strong{font-size:.9rem;font-weight:500;color:#002fa7}.product-section-wrapper .product-description-section .pd-categories>ul>li>span{font-size:.9rem}.product-section-wrapper .product-description-section .pd-categories>ul>li>span a{transition:color .2s ease}@media(hover: hover){.product-section-wrapper .product-description-section .pd-categories>ul>li>span a:hover{color:#002fa7}}.product-section-wrapper .product-description-section .pd-categories>ul>li>ul{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;-moz-column-gap:.25rem;column-gap:.25rem;row-gap:0;margin:0;padding:0;list-style:none;white-space:nowrap;line-height:1.33}.product-section-wrapper .product-description-section .pd-categories>ul>li>ul>li>a{font-weight:500;font-size:.9rem;transition:color .2s ease}@media(hover: hover){.product-section-wrapper .product-description-section .pd-categories>ul>li>ul>li>a:hover{color:#002fa7}}.product-section-wrapper .product-description-section .pd-price-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;margin:2rem 0;gap:5rem}@media(max-width: 767px){.product-section-wrapper .product-description-section .pd-price-wrapper{justify-content:center}}.product-section-wrapper .product-description-section .pd-price-wrapper .pdp-title{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.product-section-wrapper .product-description-section .pd-price-wrapper .pdp-title>span{font-weight:600;font-size:.9rem}.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price,.product-section-wrapper .product-description-section .pd-price-wrapper .pd-transfer-price{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price{position:relative}.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price::after{content:"";position:absolute;right:calc(-2.5rem - 1px);top:50%;width:1px;background-color:rgba(0,0,0,.075);height:75%;transform:translateY(-50%)}.product-section-wrapper .product-description-section .pd-price-wrapper .pdcc-price-text,.product-section-wrapper .product-description-section .pd-price-wrapper .pdt-price-text{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.25rem;line-height:1.125}.product-section-wrapper .product-description-section .pd-price-wrapper .pdcc-price-text>span,.product-section-wrapper .product-description-section .pd-price-wrapper .pdt-price-text>span{color:#444;font-weight:500;font-size:1.25rem;text-align:center}.product-section-wrapper .product-description-section .pd-price-wrapper .pdcc-price-text>span.price-line-through,.product-section-wrapper .product-description-section .pd-price-wrapper .pdt-price-text>span.price-line-through{font-size:1rem;font-weight:400;color:#777;text-decoration:line-through}.product-section-wrapper .product-description-section .pd-additional-buttons{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;margin:2rem 0}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button{display:flex;align-items:center;justify-content:center;height:40px}@media(max-width: 991px){.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button{width:50%}}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button{display:flex;align-items:center;justify-content:center;border:none;outline:none;background-color:rgba(0,0,0,0);gap:.5rem;font-size:.8rem;padding:0;border-radius:0;padding:.5rem;line-height:1}@media(max-width: 991px){.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button{width:100%}}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button>i{color:#f03;font-size:1.25rem}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button:not(:disabled):active>i::before{content:""}@media(hover: hover){.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button:not(:disabled):hover>i::before{content:""}}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper{display:flex;align-items:center;justify-content:center;position:relative}@media(max-width: 991px){.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper{width:50%}}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button{display:flex;align-items:center;justify-content:center;border:none;outline:none;background-color:rgba(0,0,0,0);gap:.5rem;font-size:.8rem;color:#444;border-radius:0;padding:.5rem;line-height:1}@media(max-width: 991px){.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button{width:100%}}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button>i{font-size:1.125rem}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button::after{content:"";font-family:bootstrap-icons;transition:transform .2s ease;border:none}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button[aria-expanded=true]::after{transform:rotate(-180deg)}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0;top:calc(100% + .5rem) !important;left:-0.05rem !important;right:initial !important;bottom:initial !important;transform:none !important;border-radius:.25rem;border:1px solid rgba(0,0,0,.075);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;padding:.5rem;max-width:250px;background-color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media(max-width: 991px){.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul{left:initial !important;right:.5rem !important;max-width:initial !important;width:275px !important}}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul.show{opacity:1;visibility:visible;pointer-events:all}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li>hr{width:100%;border-color:rgba(0,0,0,.075)}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li>p{margin:0;font-size:.8rem;font-weight:500;margin-bottom:.5rem}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper{display:flex;align-items:center;justify-content:flex-start;background-color:#fff;width:100%;gap:.5rem}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>span{display:inline-block;line-height:40px;background-color:#f2f2f2;width:calc(100% - 40px - .5rem);height:40px;padding:0 .5rem;font-size:.8rem;border-radius:.25rem}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;outline:none;background-color:rgba(0,0,0,0)}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button:disabled{cursor:default !important;opacity:1 !important}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button>i{display:none}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button>i.visible{display:flex;align-items:center;justify-content:center}.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button>i:nth-child(2){font-size:1.25rem;color:#41b06e}.product-section-wrapper .product-description-section .pd-discount-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin:1rem 0;margin-bottom:0}.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-discount{display:flex;align-items:center;justify-content:center;background-image:linear-gradient(147deg, #f71735 0%, #db3445 74%);color:#fff;padding:.5rem 1rem;gap:.25rem;border:1px solid rgba(0,0,0,.05)}.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-discount>span{font-size:.8rem;font-weight:500}.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-installment-badge{display:flex;align-items:center;justify-content:center;background:linear-gradient(to right, #f2f2f2, #ECE9E6);color:#444;padding:.5rem 1rem;gap:.25rem;border:1px solid rgba(0,0,0,.05)}.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-installment-badge>span{font-size:.8rem;font-weight:500}.product-section-wrapper .product-description-section .pd-discount-wrapper .pd-cart-price{display:flex;align-items:center;justify-content:center;background:linear-gradient(159deg, #90ee90 0%, #3eb489 100%);color:#fff;padding:.5rem 1rem;gap:.5rem}.product-section-wrapper .product-description-section .pd-discount-wrapper .pd-cart-price>span{font-size:.9rem;font-weight:500}.product-section-wrapper .product-description-section>form{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.product-section-wrapper .product-description-section>form .pd-option-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-bottom:1rem;width:100%;gap:.25rem}.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:.125rem}.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-size{margin-bottom:.5rem}.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-size>a{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;color:#444;font-size:.8rem;line-height:1.25;font-weight:500;transition:color .2s ease}@media(hover: hover){.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-size>a:hover{color:#002fa7}}.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-text{margin-top:1rem}.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-text>span{gap:.25rem;color:#444;font-size:.8rem;line-height:1.25}.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-text+.form-floating>input{padding-right:110px}.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button{display:flex;align-items:center;justify-content:center;position:absolute;border:1px solid rgba(0,0,0,.075);background-color:#f2f2f2;right:5px;top:5px;width:100px;height:40px;transition:background-color .2s ease,border-color .2s ease}.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button>span{font-size:.8rem;font-weight:700;text-transform:uppercase;transition:color .2s ease}@media(hover: hover){.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button:hover{background-color:#eee;border-color:#002fa7}.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button:hover>span{color:#002fa7}}.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button+[data-tippy-root] ul{width:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;list-style:none;gap:.25rem}.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button+[data-tippy-root] ul>li>button{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border:none;outline:none;width:30px;height:30px}.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button+[data-tippy-root] ul>li>button>span{color:#fff;font-size:1.25rem}@media(min-width: 768px){.product-section-wrapper .product-description-section>form .pd-option-section .form-floating{width:auto !important;min-width:250px}}.product-section-wrapper .product-description-section>form .pd-cart-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem}@media(max-width: 767px){.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper{flex-direction:column}}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top{display:flex;align-items:flex-start;justify-content:flex-start;width:calc(50% - .25rem);gap:.5rem}@media(max-width: 767px){.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top{width:100%}}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group{display:flex;align-items:flex-start;justify-content:flex-start;border:1px solid rgba(0,0,0,.075);width:150px;height:40px}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group>button{border:none;outline:none;background-color:#f2f2f2;width:40px;height:100%;transition:color .2s ease,background-color .2s ease}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group>button>i{display:flex;align-items:center;justify-content:center;font-size:1.25rem}@media(hover: hover){.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group>button:not(:disabled):hover{background-color:#002fa7;color:#fff}}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group>input{outline:none;width:68px;height:100%;padding:0 .5rem;background-color:#fff;border-radius:0;text-align:center;border:1px solid rgba(0,0,0,.075);border-top:none;border-bottom:none}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button{display:flex;align-items:center;justify-content:center;width:100%}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>button,.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>span{display:flex;align-items:center;justify-content:center;padding:0 1rem;width:100%;height:40px;gap:.5rem;font-weight:500;text-transform:uppercase;transition:opacity .2s ease;font-size:.8rem;white-space:nowrap;border:none;background-color:#002fa7;color:#fff;border-radius:.25rem}@media(max-width: 767px){.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>button,.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>span{height:50px}}@media(hover: hover){.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>button:not(:disabled):hover{opacity:.8}}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>span{cursor:not-allowed;opacity:.5}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom{display:flex;align-items:center;justify-content:center;width:calc(50% - .25rem)}@media(max-width: 767px){.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom{width:100%}}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;transition:color .2s ease;outline:none;background-color:#fff;border:1px solid rgba(0,0,0,.075);height:40px;width:100%;border-radius:.25rem;padding:0}@media(max-width: 767px){.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button{height:50px}}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button>i{transition:transform .2s ease}@media(hover: hover){.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button:hover{color:#002fa7}.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button:hover>i{transform:translateX(0.5rem)}}.product-section-wrapper .product-description-section .pd-sub-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;line-height:1}.product-section-wrapper .product-description-section .pd-sub-info>span{color:#999;font-size:.75rem;padding-left:.9rem;line-height:1.5;max-width:100%;position:relative}.product-section-wrapper .product-description-section .pd-sub-info>span::before{content:"*";position:absolute;left:0px;top:-4px;display:flex;align-items:center;justify-content:center;font-size:.825rem;height:25px;color:#f03}.product-section-wrapper .product-description-section .pd-sub-info b{font-weight:500}.product-section-wrapper .product-description-section .pd-product-option-table{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;border-top:none;width:100%;margin-top:2rem;font-size:.8rem}.product-section-wrapper .product-description-section .pd-product-option-table>span{font-weight:500;font-size:.9rem;color:#002fa7}.product-section-wrapper .product-description-section .pd-product-option-table>table{width:100%}.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr span,.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr strong{font-size:.8rem}.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr strong{font-weight:500}.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr a{color:#444;transition:color .2s ease}.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr a>b{text-decoration:underline !important}@media(hover: hover){.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr a:hover{color:#002fa7}}.product-section-wrapper .product-description-section .pd-tags{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-top:1px solid rgba(0,0,0,.075);margin-top:1.5rem;padding-top:1.5rem;margin-bottom:1.5rem;gap:.25rem}.product-section-wrapper .product-description-section .pd-tags>span{font-weight:500;font-size:.9rem}.product-section-wrapper .product-description-section .pd-tags>ul{display:flex;align-items:flex-start;justify-content:flex-start;list-style:none;margin:0;padding:0;overflow:hidden;gap:.5rem}.product-section-wrapper .product-description-section .pd-tags>ul>li>a{display:flex;align-items:center;justify-content:center;background:#eee;border-radius:.125rem 0 0 .125rem;color:#999;height:25px;position:relative;transition:color .2s ease;padding:0 15px 0 24px;font-size:.8rem;line-height:1}.product-section-wrapper .product-description-section .pd-tags>ul>li>a::before{content:"";background:#fff;border-radius:10px;box-shadow:inset 0 1px rgba(0,0,0,.25);height:6px;left:9px;position:absolute;width:6px;top:9px}.product-section-wrapper .product-description-section .pd-tags>ul>li>a::after{content:"";background:#fff;border-bottom:13px solid rgba(0,0,0,0);border-left:10px solid #eee;border-top:13px solid rgba(0,0,0,0);position:absolute;right:0;top:0}@media(hover: hover){.product-section-wrapper .product-description-section .pd-tags>ul>li>a:hover{background-color:#002fa7;color:#fff}.product-section-wrapper .product-description-section .pd-tags>ul>li>a:hover::after{border-left-color:#002fa7}}.product-section-wrapper .product-feature-box-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.product-section-wrapper .product-feature-box-section .product-feature-boxes{display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(0,0,0,.075);width:100%;height:120px;gap:3rem}@media(max-width: 991px){.product-section-wrapper .product-feature-box-section .product-feature-boxes{flex-wrap:wrap;gap:2rem;row-gap:1rem;height:auto;padding:1rem 0}}.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;border-radius:1rem}@media(min-width: 992px){.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:not(:last-child){position:relative}.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:not(:last-child)::after{content:"";position:absolute;right:calc(-1.5rem + .5px);top:50%;transform:translateY(-50%);width:1px;height:50%;background-color:rgba(0,0,0,.075)}}@media(max-width: 991px){.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box{width:calc(50% - 1.5rem);justify-content:center}.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:not(:nth-child(2n)){position:relative}.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:not(:nth-child(2n))::after{content:"";position:absolute;right:calc(-1rem + .5px);top:50%;transform:translateY(-50%);width:1px;height:50%;background-color:rgba(0,0,0,.075)}}@media(max-width: 767px){.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:nth-child(3) .pfb-text{font-size:.75rem}}.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-icon{width:25px;height:25px;flex-shrink:0}@media(max-width: 767px){.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-icon{width:20px;height:20px}}.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-icon>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(38%) sepia(90%) saturate(600%) hue-rotate(10deg)}.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-text{white-space:nowrap;width:-moz-fit-content;width:fit-content;font-size:1.05rem;font-weight:300}@media(max-width: 767px){.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-text{font-size:.9rem}}.product-bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-bottom:1px solid rgba(0,0,0,.075)}.product-bottom .pb-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1.5rem 4rem}@media(max-width: 767px){.product-bottom .pb-container{max-width:initial;width:100%;padding:1rem}}.product-bottom .pb-container .pb-nav-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.product-bottom .pb-container .pb-nav-wrapper>ul{display:flex;align-items:center;justify-content:flex-start;padding:0;margin:0;list-style:none;gap:1rem}@media(max-width: 767px){.product-bottom .pb-container .pb-nav-wrapper>ul{row-gap:0;justify-content:center}}@media(min-width: 768px){.product-bottom .pb-container .pb-nav-wrapper>ul>li:not(:last-child){position:relative}.product-bottom .pb-container .pb-nav-wrapper>ul>li:not(:last-child)::after{content:"";position:absolute;height:20%;width:1px;right:calc(-0.5rem - 1px);top:50%;background-color:rgba(0,0,0,.075);transform:translateY(-50%)}}@media(max-width: 767px){.product-bottom .pb-container .pb-nav-wrapper>ul>li{width:calc(50% - .5rem)}.product-bottom .pb-container .pb-nav-wrapper>ul>li:first-child{position:relative}.product-bottom .pb-container .pb-nav-wrapper>ul>li:first-child::after{content:"";position:absolute;height:20%;width:1px;right:calc(-0.5rem - 1px);top:50%;background-color:rgba(0,0,0,.075);transform:translateY(-50%)}.product-bottom .pb-container .pb-nav-wrapper>ul>li:nth-child(3){width:100%}}.product-bottom .pb-container .pb-nav-wrapper>ul>li>button{display:flex;align-items:center;justify-content:flex-start;height:40px;gap:.5rem;border:none;outline:none;background-color:rgba(0,0,0,0);transition:color .2s ease;white-space:nowrap}.product-bottom .pb-container .pb-nav-wrapper>ul>li>button>i{font-size:.9rem}.product-bottom .pb-container .pb-nav-wrapper>ul>li>button>span{font-family:"Red Rose",sans-serif;font-weight:500;font-size:.9rem}@media(max-width: 767px){.product-bottom .pb-container .pb-nav-wrapper>ul>li>button{justify-content:center;width:100%;font-size:.85rem}}.product-bottom .pb-container .pb-nav-wrapper>ul>li>button.active{color:#002fa7}.product-bottom .pb-container .pb-nav-wrapper>.tab-content{padding:2rem 0;font-size:.9rem;width:100%}@media(max-width: 991px){.product-bottom .pb-container .pb-nav-wrapper>.tab-content{padding:1rem 0 0}}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .alert{margin-bottom:1rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .order-review-text{margin-bottom:1rem;display:inline-block}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .order-review-text.warning-text{position:relative;padding-left:1.25rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .order-review-text.warning-text::before{content:"*";position:absolute;left:.25rem;top:0;font-size:.9rem;color:#f03}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form{padding:1rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,.075);background-color:#fff;border-radius:.25rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form textarea{border-radius:.25rem !important}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:.5rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;line-height:1}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-header{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-header>span{font-weight:600}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-input{display:flex;align-items:center;justify-content:flex-start}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-input>span{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;cursor:pointer}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-input>span>i{display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#e5ae4a}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-submit{display:flex;align-items:center;justify-content:center}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-submit>button{display:flex;align-items:center;justify-content:center;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;min-width:125px;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;border:none;margin-top:1rem}@media(hover: hover){.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-submit>button:not(:disabled):hover{opacity:.75}}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .review-login-warning{display:inline-block;margin-bottom:1rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .review-login-warning a{color:#444;font-weight:700}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments]{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;background-color:#fff;position:relative;overflow:hidden}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card:not(:last-child){margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.075)}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-stars{display:flex;align-items:center;justify-content:center;margin-bottom:.125rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-stars>span{width:.75rem;height:.75rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-stars>span>i{font-size:.75rem;color:#e5ae4a}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-author{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:.5rem 0 .75rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-author>span:nth-child(1){font-weight:500;position:relative}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-author>span:nth-child(1)::after{content:"";position:absolute;top:50%;right:calc(-0.75rem - 2px);width:4px;height:4px;background-color:rgba(0,0,0,.25);border-radius:50%;transform:translateY(-50%)}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-author>span:nth-child(2){color:#999}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-review p{margin:0}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .pagination-wrapper a{background-color:#fff}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;width:100%;gap:1rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(33.333% - .6666666667rem);box-shadow:rgba(0,0,0,.04) 0px 3px 5px}@media(max-width: 991px){.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table{width:calc(50% - .5rem)}}@media(max-width: 767px){.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table{width:100%}}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;padding:.5rem;padding-bottom:0}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-header .installment-card-image{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-header .installment-card-image>img{width:150px;height:30px;-o-object-fit:contain;object-fit:contain}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding:1rem;background-color:#fff}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table{width:100%}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table>thead th{text-align:center;vertical-align:middle;height:30px;font-weight:500;font-size:.8rem}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table>tbody tr{text-align:center;vertical-align:middle;height:30px;position:relative}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table>tbody tr::after{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,0)}.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table>tbody tr:nth-child(2n-1)::after{background-color:rgba(0,0,0,.075)}.product-fancybox{--fancybox-bg: #fff;--fancybox-color: #6a6969;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8)}.product-fancybox .f-thumbs.is-classic,.product-fancybox .fancybox__toolbar,.product-fancybox .fancybox__nav{--f-button-width: 40px;--f-button-height: 40px;--f-button-border-radius: .25rem;--f-button-color: #303030;--f-button-hover-color: #303030;--f-button-bg: rgba(255,255,255,.5);--f-button-hover-bg: #fff;--f-button-active-bg: #fff;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 2;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.25}.product-fancybox .f-thumbs.is-classic{--f-thumb-width: 120px;--f-thumb-height: 80px;--f-thumb-gap: 8px;--f-thumb-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-outline: 1px;--f-thumb-outline-color: rgba(0,0,0,0.125);--f-button-next-pos: 8px;--f-button-prev-pos: 8px;--f-thumb-border-radius: .25rem}.product-fancybox .f-thumbs.is-classic.is-horizontal{padding:0 56px}.product-fancybox .f-thumbs.is-classic.is-vertical{padding:56px 0}.product-fancybox .f-thumbs__slide{--f-thumb-width: 100px;--f-thumb-height: 100px}.product-fancybox .fancybox__toolbar{padding:8px}.product-fancybox .fancybox__nav{--f-button-next-pos: 8px;--f-button-prev-pos: 8px}.product-fancybox .fancybox__carousel{min-width:0;min-height:0}.product-fancybox .fancybox__slide{padding:8px}.product-fancybox .fancybox__thumbs.is-classic.is-vertical{--f-thumb-width: 100%;--f-thumb-height: 100px;width:132px;outline:1px solid rgba(0,0,0,.075)}.product-fancybox .fancybox__thumbs.is-classic.is-vertical .f-thumbs__track{padding:0 16px}.product-fancybox .fancybox__thumbs.is-classic.is-horizontal{--f-thumb-width: 75px;--f-thumb-height: 55px;--f-thumb-gap: 8px}@media(min-width: 768px){.product-fancybox{flex-direction:row-reverse}}#ring-size-calculate-modal{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;display:none;width:100%;max-width:640px;font-size:.8rem;border-radius:.25rem}#ring-size-calculate-modal>h2{font-size:1.25rem;margin-bottom:1rem}#ring-size-calculate-modal>table{width:100%}#ring-size-calculate-modal>table>tbody>tr{transition:background-color .2s ease,color .2s ease}#ring-size-calculate-modal>table>tbody>tr:first-child{background-color:#002fa7 !important;color:#fff;border:1px solid #002fa7 !important;border-bottom:none}#ring-size-calculate-modal>table>tbody>tr:nth-child(odd){background-color:#f2f2f2}#ring-size-calculate-modal>table>tbody>tr>td{padding:.25rem .5rem;text-align:center}#ring-size-calculate-modal>table>tbody>tr:not(:first-child){border:1px solid #eee;border-bottom:none}#ring-size-calculate-modal>table>tbody>tr:last-child{border-bottom:1px solid #eee}@media(hover: hover){#ring-size-calculate-modal>table>tbody>tr:hover{background-color:rgba(0,0,0,.125);color:#fff}}.product-sticky-cart{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;transform:translateY(calc(100% + 8.5rem + 1px));transition:transform .2s ease,background-color .2s ease;position:fixed;bottom:9rem;right:5rem;z-index:997;padding:1rem;width:425px;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(0,0,0,.125);border-radius:.25rem}@media(hover: hover){.product-sticky-cart:hover{background-color:#fff}}@media(max-width: 1199px){.product-sticky-cart{display:none}}.product-sticky-cart.sticked{transform:translateY(0)}.product-sticky-cart>form{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:100%}.product-sticky-cart>form .psc-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:100%}.product-sticky-cart>form .psc-wrapper.expanded .psc-top{margin-bottom:1rem}.product-sticky-cart>form .psc-wrapper .psc-top{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}.product-sticky-cart>form .psc-wrapper .psc-top .psc-thumb{width:100px;height:100px;border:1px solid rgba(0,0,0,.075);cursor:zoom-in;transition:border-color .2s ease;border-radius:.25rem;overflow:hidden}.product-sticky-cart>form .psc-wrapper .psc-top .psc-thumb>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background-color:#fff}@media(hover: hover){.product-sticky-cart>form .psc-wrapper .psc-top .psc-thumb:hover{border-color:#002fa7}}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - 100px - 1rem);gap:.5rem}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>span:nth-child(1){font-family:"Red Rose",sans-serif;font-size:1.125rem;line-height:1.25;font-weight:500}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>span:nth-child(2){font-size:.8rem;color:#999;margin-top:-0.25rem;margin-bottom:.5rem}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name .psc-rating-star-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:.125rem;position:relative}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name .psc-rating-star-wrapper>span{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:.9rem}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name .psc-rating-star-wrapper>span>i{color:#e5ae4a}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>ul{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin:0;padding:0;list-style:none;padding-top:.25rem;margin-top:.5rem;border-top:1px solid rgba(0,0,0,.075)}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>ul>li{position:relative}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>ul>li:not(:last-child)::after{content:"";position:absolute;right:calc(-0.5rem - 2px);top:50%;width:4px;height:4px;border-radius:50%;background-color:rgba(0,0,0,.25);transform:translateY(-50%)}.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>ul>li>span{font-size:.8rem;font-weight:700;color:#999}.product-sticky-cart>form .psc-wrapper .psc-bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;display:none}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;margin:1rem 0}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper>span{color:#444;font-weight:500;font-size:1rem;text-align:center}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper>span.price-line-through{font-size:.9rem;font-weight:400;color:#777;text-decoration:line-through}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;margin-bottom:1rem}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-input{padding-right:110px}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button{display:flex;align-items:center;justify-content:center;position:absolute;border:1px solid rgba(0,0,0,.075);background-color:#f2f2f2;right:5px;top:5px;width:100px;height:40px;transition:background-color .2s ease,border-color .2s ease}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button>span{font-size:.8rem;font-weight:700;text-transform:uppercase;transition:color .2s ease}@media(hover: hover){.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button:hover{background-color:#eee;border-color:#002fa7}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button:hover>span{color:#002fa7}}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button+[data-tippy-root] ul{width:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;list-style:none;gap:.25rem}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button+[data-tippy-root] ul>li>button{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border:none;outline:none;width:30px;height:30px}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button+[data-tippy-root] ul>li>button>span{color:#fff;font-size:1.25rem}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .form-floating>select{min-width:150px}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem}@media(max-width: 991px){.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper{flex-direction:column}}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-cart{display:flex;align-items:flex-start;justify-content:flex-start;width:calc(50% - .25rem);gap:.5rem}@media(max-width: 991px){.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-cart{width:100%}}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-cart .pscb-cart-button{display:flex;align-items:center;justify-content:center;width:100%}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-cart .pscb-cart-button>button,.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-cart .pscb-cart-button>span{display:flex;align-items:center;justify-content:center;padding:0 1rem;width:100%;height:40px;gap:.5rem;font-weight:500;text-transform:uppercase;transition:opacity .2s ease;font-size:.8rem;white-space:nowrap;border:none;background-color:#002fa7;color:#fff;border-radius:.25rem}@media(hover: hover){.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-cart .pscb-cart-button>button:not(:disabled):hover{opacity:.8}}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-cart .pscb-cart-button>span{cursor:not-allowed;opacity:.5}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-checkout{display:flex;align-items:center;justify-content:center;width:calc(50% - .25rem)}@media(max-width: 991px){.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-checkout{width:100%}}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-checkout>button{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;transition:color .2s ease;outline:none;background-color:#fff;border:1px solid rgba(0,0,0,.08);height:40px;width:100%;border-radius:.25rem;padding:0;font-size:.9rem}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-checkout>button>i{transition:transform .2s ease}@media(hover: hover){.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-checkout>button:hover{color:#002fa7}.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .pscb-checkout>button:hover>i{transform:translateX(0.5rem)}}.zoomWrapper,.ZoomContainer,.ZoomContainer *:not(img){width:100% !important;height:100% !important;top:0 !important;left:0 !important;border-radius:.25rem}.zoomWindowWatermark{position:absolute;bottom:1rem;right:1rem;width:25%;opacity:.75}.gradient-border{position:relative}.gradient-border::before{content:"";position:absolute;top:-2px;left:-2px;height:calc(100% + 4px);width:calc(100% + 4px);background:linear-gradient(to right, #d32f2f 20%, #ff7043 40%, #fbc02d 50%, #fbc02d 60%, #ff7043 70%, #d32f2f 80%);z-index:0;animation:gradient-border 3s ease alternate infinite;background-size:300% 300%;border:3px dashed #fff}.gradient-border::after{content:"";z-index:1;position:absolute;background-color:#fff;inset:0}.gradient-border div,.gradient-border span{z-index:2}.md-gradient{background:linear-gradient(to right, #d32f2f 20%, #ff7043 40%, #fbc02d 50%, #fbc02d 60%, #ff7043 70%, #d32f2f 80%);background-size:200% auto;color:#000;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:linear-wipe 2.5s linear infinite}.mothers-day-badge{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:.5rem;background-color:#fff;position:absolute;top:1rem;left:1rem;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;text-align:center;line-height:1.35}.mothers-day-badge>span{font-size:.75rem;font-weight:700}.ring-size-info-fancybox .fancybox__content [data-fancybox-close]{--f-button-width: 40px;--f-button-height: 40px;--f-button-border-radius: .25rem;--f-button-color: #303030;--f-button-hover-color: #303030;--f-button-bg: rgba(255,255,255,.5);--f-button-hover-bg: #fff;--f-button-active-bg: #fff;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 2;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.25;top:.5rem !important;right:.5rem !important}.checkout-cart #cart-container{width:50%}.checkout-cart .cart-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding-top:1.5rem}.checkout-cart .cart-container .cart-section-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem;padding-bottom:1rem}.checkout-cart .cart-container .cart-section-wrapper .cart-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%;margin-bottom:1rem}@media(max-width: 991px){.checkout-cart .cart-container .cart-section-wrapper .cart-header{flex-direction:column;justify-content:flex-start;gap:.5rem}}.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-title>h1{font-family:"Red Rose",sans-serif;font-size:1.125rem;font-weight:500;margin:0;color:#002fa7}.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-title>h1>em{font-weight:400;font-style:normal;font-size:.9rem;color:#999}.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions{display:flex;align-items:center;justify-content:flex-start}.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions>button{display:flex;align-items:center;justify-content:center;gap:.25rem;border:none;outline:none;background-color:rgba(0,0,0,0);font-weight:500}.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions>button.ci-clear-cart{height:35px;line-height:35px;padding:0 1rem;transition:color .2s ease;font-size:.9rem;border:1px solid rgba(0,0,0,.075);border-radius:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions>button.ci-clear-cart>i{font-size:1.125rem}@media(hover: hover){.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions>button.ci-clear-cart:not(:disabled):hover{color:#f03}}@media(max-width: 991px){.checkout-cart .cart-container .cart-section-wrapper{flex-direction:column;justify-content:flex-start}}.checkout-cart .cart-container .cart-section-wrapper .cart-items{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - 350px - 1rem)}@media(max-width: 991px){.checkout-cart .cart-container .cart-section-wrapper .cart-items{width:100%}}.checkout-cart .cart-container .cart-section-wrapper .cart-items .alert{margin-bottom:.5rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info{display:flex;align-items:center;justify-content:flex-start;background-color:#f2f2f2;border:1px dashed #ccc;position:relative;gap:.5rem;height:50px;padding:0 .5rem;margin-bottom:1rem}@media(max-width: 767px){.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info{margin:.5rem 1rem}}.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>span>strong{text-transform:uppercase;font-weight:500}.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>span>span{text-transform:uppercase}.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>button{display:flex;align-items:center;justify-content:center;position:absolute;top:-0.75rem;right:-0.75rem;width:25px;height:25px;background-color:#f03;transition:background-color .2sease;color:#fff;border-radius:50%;border:1px solid rgba(0,0,0,.075)}.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>button>i{display:flex;align-items:center;justify-content:center}@media(hover: hover){.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>button:not(:disabled):hover{background-color:#f03}}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-top:1px solid rgba(0,0,0,.075)}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem 0}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card:not(:last-child){border-bottom:1px solid rgba(0,0,0,.075)}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card.stock-error{background-color:rgba(255,0,51,.05);padding:1rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details{display:flex;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%;position:relative}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-image{width:100px;height:100px}@media(max-width: 991px){.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-image{flex-shrink:0}}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-image>a{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:100%}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-image>a>img{width:100%;height:100%}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - 100px - .5rem);gap:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title{padding-right:calc(35px + .5rem);width:100%}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title>a{font-weight:500;color:#444;transition:color .2s ease;font-size:.9rem;line-height:1.33}@media(max-width: 991px){.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title>a{width:100%}}@media(hover: hover){.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title>a:hover{color:#002fa7}}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title>em{font-weight:400;font-style:normal;color:#999;font-size:.8rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-model{display:flex;align-items:flex-start;justify-content:flex-start}@media(max-width: 991px){.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-model{width:100%}}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-model>span{color:#999;font-size:.8rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-options{display:flex;align-items:flex-start;justify-content:flex-start;font-size:.8rem;gap:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;line-height:1.125;margin-top:.5rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals>span:nth-child(1){font-size:.8rem;margin-bottom:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals>span:nth-child(2){font-weight:500;font-size:.9rem;margin-top:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals>span:nth-child(2)>em{font-weight:400;font-style:normal}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals .cart-price-total-wrapper{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.9rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button{display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:0;width:35px;height:35px}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button>button{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,0);transition:opacity .2s ease;outline:none;border:none;padding:0}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button>button>i{display:flex;align-items:center;justify-content:center;color:#f03}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button>button:active{opacity:.5}@media(hover: hover){.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button>button:hover{opacity:.5}}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;gap:.25rem;margin-top:.5rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group>button{border:none;outline:none;width:25px;height:25px;background-color:rgba(0,0,0,0)}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group>button>i{display:flex;align-items:center;justify-content:center;font-size:1rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group>input{outline:none;width:40px;height:30px;padding:0 .5rem;background-color:#fff;text-align:center;border:1px solid rgba(0,0,0,.075);border-radius:0;font-size:.9rem;transition:border-color .2s ease;border-radius:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group>input:focus{border-color:#a9dbff}.checkout-cart .cart-container .cart-section-wrapper .cart-total{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:350px;position:sticky;top:.5rem}@media(max-width: 991px){.checkout-cart .cart-container .cart-section-wrapper .cart-total{width:100%;position:initial;top:initial}}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem;border:1px solid rgba(0,0,0,.075);border-top-left-radius:.25rem;border-top-right-radius:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-header>h2{font-family:"Red Rose",sans-serif;font-size:1rem;font-weight:500;margin:0;color:#002fa7}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-row{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.25rem;padding:.5rem 1rem;font-size:.9rem;transition:background-color .2s ease;border:1px solid rgba(0,0,0,.075);border-top:none}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-row:nth-last-child(2){border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-row:not(:last-child){border-bottom:1px solid rgba(0,0,0,.075)}@media(hover: hover){.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-row:hover{background-color:#fafafa}}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-row .ct-cell>strong{font-weight:500}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .cart-coupon-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-top:.5rem}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .cart-coupon-wrapper>form{width:100%}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .cart-coupon-wrapper>span{position:relative;margin:.5rem 0 1rem;display:inline-block;width:100%;color:#777;font-size:.8rem;line-height:1.125rem;padding-left:1rem}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .cart-coupon-wrapper>span::before{content:"*";position:absolute;left:0;top:.25rem;color:#f03;font-size:1.5rem}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping{display:flex;align-items:center;justify-content:center;background-color:rgba(65,176,110,.075);width:100%;padding:1rem;gap:.5rem;border-radius:.25rem;margin:1rem 0}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-icon>i{display:flex;align-items:center;justify-content:center;font-size:2rem;color:#41b06e}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - .5rem - 40px)}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-text>span:nth-child(1){font-weight:700;font-size:.9rem;color:#41b06e}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-text>span:nth-child(2){font-size:.75rem;line-height:1.125}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;margin-top:.5rem}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a{display:flex;align-items:center;justify-content:center;padding:0 1rem;width:100%;height:45px;gap:.25rem;font-weight:500;transition:opacity .2s ease;font-size:.9rem;white-space:nowrap;border-radius:.25rem}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a>i{font-size:1rem}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a:nth-child(1){border:1px solid rgba(0,0,0,.075);background-color:#fff;color:#444}.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a:nth-child(2){border:1px solid #002fa7;background-color:#002fa7;color:#fff}@media(hover: hover){.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a:hover{opacity:.75}}.error-not-found #column-left,.error-not-found #column-right{display:none}.error-not-found #content.has-sidebar,.error-not-found #content.has-both-sidebar{width:100% !important}.error-section .error-container .error-wrapper{width:420px}@media(max-width: 767px){.error-section .error-container .error-wrapper{width:100%}}.error-section .error-container .error-wrapper .alert{margin-bottom:1rem}.error-section .error-container .error-wrapper .error-header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding:1rem;border-bottom:1px solid rgba(0,0,0,.075)}.error-section .error-container .error-wrapper .error-header>h2{font-family:"Red Rose",sans-serif;font-size:1.125rem;font-weight:500;margin:0}.error-section .error-container .error-wrapper .error-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding:1rem}.error-section .error-container .error-wrapper .error-body .error-message-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.error-section .error-container .error-wrapper .error-body .error-message-wrapper .error-image{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;text-align:center;margin-bottom:1rem}.error-section .error-container .error-wrapper .error-body .error-message-wrapper .error-image>i{display:flex;align-items:center;justify-content:center;font-size:4rem}.error-section .error-container .error-wrapper .error-body .error-message-wrapper>p{text-align:center;font-size:.9rem;margin:0}.error-section .error-container .error-wrapper .error-body .error-message-wrapper>p>strong.error-sub-header{text-transform:uppercase}.error-section .error-container .error-wrapper .error-body .error-message-wrapper .error-404-wrapper{font-size:.9rem}.error-section .error-container .error-wrapper .error-body>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-weight:500;font-size:1.075rem;transition:color .2s ease;margin-top:1rem}.error-section .error-container .error-wrapper .error-body>a>i{transition:transform .2s ease}@media(hover: hover){.error-section .error-container .error-wrapper .error-body>a:hover{color:#002fa7}.error-section .error-container .error-wrapper .error-body>a:hover>i{transform:translateX(0.5rem)}}.error-section.error-404-section .error-container .error-image{padding:2rem 0}.error-section.error-404-section .error-container .error-image>img{max-width:375px}@media(max-width: 767px){.error-section.error-404-section .error-container .error-image>img{max-width:100%}}.error-section.error-404-section .error-container .error-wrapper{min-width:720px;font-size:.9rem}@media(max-width: 767px){.error-section.error-404-section .error-container .error-wrapper{min-width:initial}}.error-section.error-404-section .error-container .error-wrapper .error-body>button{width:auto !important}.error-section.error-404-section .error-container .error-wrapper .error-body>button>i{display:flex;align-items:center;justify-content:center;font-size:1rem}.error-section.error-404-section .error-container .error-wrapper .error-body a{font-weight:700;color:#444;font-size:.9rem;transition:color .2s ease;text-decoration:underline !important}.error-section.error-404-section .error-container .error-wrapper .error-body a:active{color:#a9dbff}@media(hover: hover){.error-section.error-404-section .error-container .error-wrapper .error-body a:hover{color:#a9dbff}}.account-wishlist .account-wishlist-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.account-wishlist .account-wishlist-container .wishlist-card-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%;gap:1rem}.account-wishlist .account-wishlist-container .wishlist-card-wrapper .product-card{width:calc(25% - .75rem);border:1px solid rgba(0,0,0,.075);border-radius:.25rem;overflow:hidden}@media(max-width: 1199px){.account-wishlist .account-wishlist-container .wishlist-card-wrapper .product-card{width:calc(33.333% - .6666666667rem)}}@media(max-width: 767px){.account-wishlist .account-wishlist-container .wishlist-card-wrapper .product-card{width:calc(50% - .5rem)}}.account-edit .account-edit-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.account-edit .account-edit-container #account-edit-form{max-width:480px}@media(max-width: 991px){.account-edit .account-edit-container #account-edit-form{max-width:initial}}.account-order-accordion{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.account-order-accordion .aoa-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;transition:border .2s ease}.account-order-accordion .aoa-item .aoai-order-header{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;cursor:pointer;padding:.5rem;border:1px solid rgba(0,0,0,.075);-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:.5rem;transition:border-color .2s ease}.account-order-accordion .aoa-item .aoai-order-header::after{display:flex;align-items:center;justify-content:center;font-family:remixicon;content:"";transition:transform .2s ease;width:30px;height:30px}.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=false]{position:sticky;top:0;background-color:#fff;z-index:1}@media(max-width: 991px){.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=false]{position:relative;top:initial}}.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=false]::after{transform:rotate(-180deg)}.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=false]+.aoa-order-details{padding:.5rem 1rem;border:1px solid rgba(0,0,0,.075);border-top:none}.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=collapsing]{cursor:not-allowed}@media(hover: hover){.account-order-accordion .aoa-item .aoai-order-header:not([data-collapsed=collapsing]):hover{border-color:rgba(0,0,0,.125)}}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar{display:flex;align-items:center;justify-content:flex-start;width:calc(100% - 30px - .5rem);flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar>div{flex-shrink:0}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar>div:not(:last-child){position:relative}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar>div:not(:last-child)::after{content:"";width:1px;height:25px;background-color:rgba(0,0,0,.075);position:absolute;top:50%;right:0;transform:translateY(-50%)}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;line-height:1.25;padding:0 .5rem;width:calc(100% - (200px + .75rem + 1rem) - 100px)}@media(max-width: 991px){.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count{width:175px}}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count>span:nth-child(1){color:#666;font-size:.9rem}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count>span:nth-child(1)>em{font-size:1rem;font-style:normal;font-weight:500}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count>span:nth-child(2){font-size:.8rem;color:#ccc}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-image{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;flex-shrink:0;padding:0 .5rem;width:calc(200px + .75rem + 1rem)}@media(max-width: 991px){.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-image{width:auto;min-width:calc(100% - 275px)}}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-image>img{width:50px;height:50px;border:1px solid rgba(0,0,0,.075);border-radius:.25rem}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-image>span{display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#999;width:50px;height:50px}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-date-total{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;text-align:right;width:100px}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-date-total>span{display:inline-block;white-space:nowrap;width:100%}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-date-total>span:nth-child(1){font-size:.8rem}.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-date-total>span:nth-child(2){font-weight:600;color:#41b06e;font-size:.9rem}.account-order-accordion .aoa-item .aoa-order-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.account-order-accordion .aoa-item .aoa-order-details.loading{padding:.5rem 1rem;border:1px solid rgba(0,0,0,.075);border-top:none}.account-order-accordion .aoa-item .aoa-order-details .bar-loading-wrapper{color:#999;animation:fadeInOut 1.5s infinite}@keyframes fadeInOut{0%,100%{opacity:1}50%{opacity:0}}.paytr-note{background:#f7f7f7;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-o-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.paytr-note_title{display:block;width:100%;font-weight:500;padding:5px 0;border-bottom:1px solid rgba(58,58,58,.2588235294)}.paytr-note_status_title{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.paytr-note_status_title.status-success{background-color:#4cb64c}.paytr-note_status_title.status-danger{background-color:#e3503e}.paytr-note_status_title.status-info{background-color:#54b7d3}.paytr-note_sub_title{display:block;width:100%;font-size:12px}.paytr-note_sub_title span{display:inline-block;min-width:120px;font-weight:500}.order-return-form-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.order-return-form-container .order-product-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.order-return-form-container .order-product-info .odpi-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.order-return-form-container .order-product-info .odpi-header>span{font-size:.9rem;font-weight:500}.order-return-form-container .order-product-info .odpi-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:.5rem;background-color:rgba(0,0,0,.025);border:1px solid rgba(0,0,0,.075);border-radius:.25rem}.order-return-form-container .order-product-info .odpi-content ul{padding:0;margin:0;list-style:none}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product:not(:last-child){border-bottom:1px solid rgba(0,0,0,.075);margin-bottom:.5rem;padding-bottom:.5rem}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-image{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid rgba(0,0,0,.075);border-radius:.2rem;overflow:hidden}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-image>a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-image>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background-color:#fff}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-name{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - 50px - .5rem)}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-name>a{font-size:.8rem;color:#002fa7;font-weight:500;width:calc(100% - 50px + .5rem)}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-name .odpi-options{font-size:.8rem;color:#777}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-name .odpi-options strong{font-weight:600}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;line-height:1.125}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom>ul>li strong,.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom>ul>li span{font-size:.8rem}.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom>ul>li strong{font-weight:500}.order-return-form-container .odpi-form-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.075);padding-bottom:.5rem}.order-return-form-container .odpi-form-wrapper>form{width:100%}.order-return-form-container .odpi-form-wrapper>form>span{font-size:.8rem}.order-return-form-container .odpi-form-wrapper>form>div{width:100%}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper.is-invalid .form-check-label{border-color:#f03 !important}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element{width:calc(33.3333333333% - .6666666667rem)}@media(max-width: 767px){.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element{width:100%}}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element>input:checked+.form-check-label{border-color:#002fa7}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label{width:100%;align-items:center;border:1px solid rgba(0,0,0,.075);padding:.5rem;transition:border-color .2s ease;border-radius:.25rem}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:calc(100% - 15px - .5rem);text-align:center}@media(max-width: 767px){.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text{flex-direction:row;gap:1rem}}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text>img{width:100%;height:40px;-o-object-fit:contain;object-fit:contain}@media(max-width: 767px){.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text>img{width:100px}}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text>span{font-weight:500;font-size:.8rem}.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper .validation-error{width:100%}.order-status-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.order-status-wrapper .order-status-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background-color:rgba(169,219,255,.125);border:1px solid rgba(169,219,255,.075);font-weight:500;color:#a9dbff;text-align:center;text-transform:uppercase}.order-status-wrapper .order-status-badge>i{display:flex;align-items:center;justify-content:center;font-size:1.05rem}.order-status-wrapper .order-status-badge>span{font-size:.9rem;font-size:.75rem}.order-status-wrapper .order-status-content>p{margin:0}.order-status-wrapper .order-status-content>p:not(:last-child){margin-bottom:.5rem}.order-status-wrapper .order-status-content>p>strong>a{text-decoration:underline !important}.order-status-wrapper .order-status-content>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-left:1.125rem;margin:0;margin-bottom:.5rem;gap:.5rem;border-bottom:1px solid rgba(0,0,0,.075)}.order-status-wrapper .order-status-content>ul>li{padding-bottom:.5rem}.order-status-wrapper .order-status-content>ul>li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.075)}.order-tracking-header>h2{margin-bottom:0 !important}.order-tracking-form-wrapper{width:875px !important}@media(max-width: 991px){.order-tracking-form-wrapper{width:100% !important}}.order-tracking-form-wrapper .otf-pending{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.order-tracking-form-wrapper .otf-pending>span:nth-child(1){font-size:.9rem}.order-tracking-form-wrapper>span{display:inline-block;font-size:.9rem;line-height:1.25}.order-tracking-form-wrapper>span a{font-weight:500;text-decoration:underline !important}.order-tracking-form-wrapper>form{align-items:flex-start !important}.order-tracking-form-wrapper>form>.form-floating{max-width:480px}@media(max-width: 767px){.order-tracking-form-wrapper>form{gap:1rem}}.order-tracking-form-wrapper>form .form-element-wrapper{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;gap:.5rem}@media(max-width: 767px){.order-tracking-form-wrapper>form .form-element-wrapper{flex-direction:column}}.order-tracking-form-wrapper>form .form-element-wrapper .form-element{width:calc(50% - .25rem) !important}@media(max-width: 767px){.order-tracking-form-wrapper>form .form-element-wrapper .form-element{width:100% !important}}.order-tracking-form-wrapper>form .track-order{margin:0 !important}@media(max-width: 767px){.order-tracking-form-wrapper>form>button{width:100%}}.order-tracking-confirmation-modal{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin:1rem 0}.order-tracking-confirmation-modal>form>span{width:100%;display:inline-block;font-size:.9rem;line-height:1.25}.order-tracking-details-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.order-tracking-details-wrapper>h2{width:100%;font-size:1rem;line-height:1.25;margin:0;margin-top:1rem}.order-tracking-details-wrapper>h2>em{font-weight:600;font-style:normal;color:#999}@media(max-width: 767px){.order-tracking-details-wrapper>h2{padding:0}}.order-tracking-details-wrapper .otd-return-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;font-size:.9rem;margin-top:.25rem;margin-bottom:1rem;color:#999}.order-tracking-details-wrapper .otd-return-info strong{font-weight:500}.order-tracking-details-wrapper .otd-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:1rem}.order-tracking-details-wrapper .otd-header>span{font-weight:700;font-size:.9rem;position:relative}.order-tracking-details-wrapper .otd-header>span::after{content:"";position:absolute;left:0;bottom:-0.15rem;width:50%;height:2px;background-color:#a9dbff}.order-tracking-details-wrapper .sub-detail-header{font-family:"Red Rose",sans-serif;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:1rem}.order-tracking-details-wrapper .sub-detail-header>span{font-size:.9rem;font-weight:500}.order-tracking-details-wrapper>button{display:flex;align-items:center;justify-content:center;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;min-width:125px;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;border:none}@media(hover: hover){.order-tracking-details-wrapper>button:not(:disabled):hover{opacity:.75}}.order-details-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:.5rem 0}.order-details-wrapper .od-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:1rem}.order-details-wrapper .od-header>span{font-weight:700;font-size:.9rem;position:relative}.order-details-wrapper .od-header>span::after{content:"";position:absolute;left:0;bottom:-0.15rem;width:50%;height:2px;background-color:#a9dbff}.order-details-wrapper .sub-detail-header{font-family:"Red Rose",sans-serif;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:1rem}.order-details-wrapper .sub-detail-header>span{font-size:.9rem;font-weight:500}.order-details-wrapper .sub-detail-header.od-products-header{flex-direction:row;align-items:center;justify-content:space-between}.order-details-wrapper .sub-detail-header.od-products-header>button{display:flex;align-items:center;justify-content:center;gap:.25rem;outline:none;background-color:rgba(0,0,0,0);font-weight:500;height:35px;line-height:35px;padding:0 1rem;transition:color .2s ease;border:1px solid rgba(0,0,0,.075);border-radius:.25rem}.order-details-wrapper .sub-detail-header.od-products-header>button>span,.order-details-wrapper .sub-detail-header.od-products-header>button>i{font-size:.9rem}@media(hover: hover){.order-details-wrapper .sub-detail-header.od-products-header>button:not(:disabled):hover{color:#f03}}.order-details-wrapper .od-e-invoice{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:1rem}.order-details-wrapper .od-e-invoice>a{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;max-width:250px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.9rem;border:1px solid #a9dbff;color:#a9dbff;transition:opacity .2s ease;height:40px;padding:0 1rem}@media(hover: hover){.order-details-wrapper .od-e-invoice>a:hover{opacity:.5}}.order-details-wrapper .od-products{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:2rem}.order-details-wrapper .od-products .odp-bar-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;overflow-x:auto;overflow-y:hidden}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-size:.8rem;font-weight:600;color:#666;padding:.5rem;background-color:rgba(0,0,0,.025);padding:.5rem;margin-bottom:.25rem;flex-wrap:nowrap}@media(max-width: 991px){.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header{width:auto}}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(1){display:flex;align-items:center;justify-content:flex-start;width:50px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(2){display:flex;align-items:center;justify-content:center;text-align:center;width:50px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(3){width:calc(100% - 570px);padding:0 .5rem}@media(max-width: 991px){.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(3){width:150px}}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(4){display:flex;align-items:center;justify-content:center;text-align:center;width:100px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(5){display:flex;align-items:center;justify-content:center;text-align:center;width:45px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(6){display:flex;align-items:center;justify-content:center;text-align:center;width:100px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(7){display:flex;align-items:center;justify-content:center;text-align:center;width:100px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(8){display:flex;align-items:center;justify-content:center;text-align:center;width:125px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-size:.8rem;padding:.5rem;border-radius:.25rem;transition:background-color .2s ease;cursor:pointer}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar.selected{background-color:rgba(0,0,0,.025)}@media(hover: hover){.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar:hover{background-color:rgba(0,0,0,.025)}}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar:not(:last-child){margin-bottom:.25rem;border-bottom:1px solid rgba(0,0,0,.075)}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col{flex-shrink:0}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(1){display:flex;align-items:center;justify-content:flex-start;width:50px;height:50px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(1) .input-checkbox{width:20px !important;height:20px !important}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(1) .input-checkbox>i{font-size:1.25rem}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(2){display:flex;align-items:center;justify-content:center;width:50px;height:50px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(2)>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(2)>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border:1px solid rgba(0,0,0,.075)}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(3){padding:0 .5rem;width:calc(100% - 570px)}@media(max-width: 991px){.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(3){width:150px}}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(4){display:flex;align-items:center;justify-content:center;text-align:center;width:100px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(5){display:flex;align-items:center;justify-content:center;text-align:center;width:45px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(6){display:flex;align-items:center;justify-content:center;text-align:center;width:100px;color:#41b06e}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(7){display:flex;align-items:center;justify-content:center;text-align:center;width:100px;color:#41b06e}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(8){display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:125px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(8) .odpb-link{display:flex;align-items:center;justify-content:center;width:100%;gap:.5rem;padding:.5rem;margin-top:.5rem;background-color:#fff;transition:color .2s ease,border-color .2s ease;border:1px solid rgba(0,0,0,.075);border-radius:.2rem}@media(hover: hover){.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(8) .odpb-link:not(:disabled):hover{color:#002fa7}}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(8) .odpb-link>i{display:flex;align-items:center;justify-content:center}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin:0;padding:0;list-style:none;margin-top:.25rem}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul>li{display:flex;align-items:flex-start;justify-content:flex-start;gap:.25rem;position:relative;padding-left:10px}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul>li::before{content:"";position:absolute;left:3px;top:8px;width:4px;height:2px;background:#999}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul>li>span{color:#999;font-size:.7rem}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul>li>span:nth-child(1){font-weight:600}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;margin-top:.5rem}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button,.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a{display:flex;align-items:center;justify-content:center;gap:.25rem;outline:none;background-color:#fff;font-weight:500;height:35px;line-height:35px;padding:0 .75rem;transition:color .2s ease;border:1px solid rgba(0,0,0,.075);border-radius:.25rem;white-space:nowrap}.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button>span,.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button>i,.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a>span,.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a>i{font-size:.8rem}@media(hover: hover){.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button:not(:disabled):hover,.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a:not(:disabled):hover{color:#002fa7}}.order-details-wrapper .od-address-payment{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;margin-bottom:2rem}@media(max-width: 767px){.order-details-wrapper .od-address-payment{flex-direction:column;gap:1rem}}.order-details-wrapper .od-address-payment .od-address-wrapper,.order-details-wrapper .od-address-payment .od-payment-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(50% - .25rem)}@media(max-width: 767px){.order-details-wrapper .od-address-payment .od-address-wrapper,.order-details-wrapper .od-address-payment .od-payment-wrapper{width:100%}}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details{padding:.5rem;padding-bottom:0}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-bottom:1px solid rgba(0,0,0,.075);padding-bottom:.5rem;margin-bottom:.5rem}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:0;margin:0;list-style:none}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul>li{display:flex;align-items:flex-start;justify-content:flex-start;gap:.25rem}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul>li>span{font-size:.8rem}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul>li>span:nth-of-type(1){font-weight:600}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul>li>span img{display:none !important}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;width:100%}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar>span:nth-child(1){padding-right:1rem}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:not(:last-child){padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.075)}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:nth-last-child(2){padding-bottom:0;margin-bottom:0;border-bottom:none}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:last-child{padding-top:.5rem;margin-top:.5rem;font-size:.9rem;border-top:1px solid rgba(0,0,0,.075)}.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:last-child>span{font-weight:600}.order-details-wrapper .od-accordion{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.order-details-wrapper .od-accordion .od-accordion-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border:1px solid rgba(0,0,0,.075);border-radius:.25rem;padding:.5rem}.order-details-wrapper .od-accordion .od-accordion-item>button{display:flex;align-items:center;justify-content:flex-start;width:100%;border:none;outline:none;padding:.5rem;background-color:rgba(0,0,0,.025);border-radius:.25rem;gap:.5rem}.order-details-wrapper .od-accordion .od-accordion-item>button>span{display:inline-flex;font-weight:500;font-size:.8rem;width:calc(100% - 30px - .5rem)}.order-details-wrapper .od-accordion .od-accordion-item>button[aria-expanded=true]::after{transform:rotate(-180deg)}.order-details-wrapper .od-accordion .od-accordion-item>button::after{display:flex;align-items:center;justify-content:center;font-family:remixicon;content:"";width:30px;height:30px;transition:transform .2s ease}.order-details-wrapper .od-accordion .od-accordion-item>div{width:100%}.order-details-wrapper .od-accordion .od-accordion-item>div>p{width:100%;margin:0;padding:.25rem;padding-bottom:0;font-size:.8rem}.order-details-wrapper .od-history{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.order-details-wrapper .od-history>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;font-size:.8rem;margin:0;padding:0;list-style:none;max-height:720px;overflow:auto}.order-details-wrapper .od-history>ul>li{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-size:.8rem;padding:.5rem}.order-details-wrapper .od-history>ul>li:not(:first-child){padding:1rem .25rem}.order-details-wrapper .od-history>ul>li>span{flex-shrink:0;word-break:break-word}.order-details-wrapper .od-history>ul>li>span:nth-child(1){width:calc(100% - 90px);padding-right:.5rem}.order-details-wrapper .od-history>ul>li>span:nth-child(2){width:90px;text-align:center}.order-details-wrapper .od-history>ul>li:nth-child(1){font-weight:700;color:#666;background-color:rgba(0,0,0,.025);padding:.5rem;margin-bottom:.25rem;border-radius:.25rem}.order-details-wrapper .od-history>ul>li:nth-child(1)>span{display:inline-block;font-weight:600}.order-details-wrapper .od-history>ul>li:not(:nth-child(1)):not(:last-child){border-bottom:1px solid rgba(0,0,0,.075)}.order-details-wrapper .od-history>span{font-size:.8rem}.address-card-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%}.address-card-wrapper .address-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border:1px solid rgba(0,0,0,.075);overflow:hidden;border-radius:.25rem;width:100%;max-width:520px}.address-card-wrapper .address-card .ac-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 1rem;padding-right:.5rem;gap:.5rem;height:50px;border-bottom:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025)}.address-card-wrapper .address-card .ac-header .ac-header-title{display:flex;align-items:center;justify-content:flex-start;width:calc(100% - 60px - 1rem);gap:.5rem;line-height:1}@media(max-width: 767px){.address-card-wrapper .address-card .ac-header .ac-header-title{width:calc(100% - 70px - 1rem)}}.address-card-wrapper .address-card .ac-header .ac-header-title>span{font-weight:500;font-size:.9rem;max-width:250px}.address-card-wrapper .address-card .ac-header .ac-header-title>i{font-size:1.125rem}.address-card-wrapper .address-card .ac-header .ac-header-buttons{display:flex;align-items:center;justify-content:center;gap:.5rem}.address-card-wrapper .address-card .ac-header .ac-header-buttons>button{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border:none;outline:none;background-color:rgba(0,0,0,0);transition:color .2s ease;background-color:rgba(0,0,0,.05);border-radius:.25rem}@media(max-width: 767px){.address-card-wrapper .address-card .ac-header .ac-header-buttons>button{width:35px;height:35px}}.address-card-wrapper .address-card .ac-header .ac-header-buttons>button>i{display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.address-card-wrapper .address-card .ac-header .ac-header-buttons>button>i{font-size:1.125rem}}@media(hover: hover){.address-card-wrapper .address-card .ac-header .ac-header-buttons>button:not(:disabled):hover{color:#002fa7}.address-card-wrapper .address-card .ac-header .ac-header-buttons>button:not(:disabled):hover.delete-address{color:#f03}}@media(max-width: 991px){.address-card-wrapper .address-card .ac-header .ac-header-buttons [data-tippy-root]{display:none}}.address-card-wrapper .address-card .ac-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem;font-size:.9rem;gap:.5rem}.address-card-wrapper .address-card .ac-content .default-address-badge{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem;padding-right:.5rem;border:1px solid #3572ef;height:25px;line-height:1;border-radius:2rem;margin-bottom:.25rem;color:#3572ef}.address-card-wrapper .address-card .ac-content .default-address-badge>i{font-size:1rem}.address-card-wrapper .address-card .ac-content .default-address-badge>span{font-size:.8rem}.address-card-wrapper .address-card .ac-content .address-text{line-height:1.25}.address-form-container{padding:.5rem 0}@media(max-width: 767px){.address-form-container{padding:0}}.address-form-container .corporate-check{margin:.5rem 0}.address-form-container .corporate-check .input-checkbox-text{font-size:.9rem !important}.address-form-container .corporate-field-wrapper{display:none}.address-form-container .corporate-field-wrapper.visible{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.address-form-container .alert-masak-info{margin-top:1rem}.account-password .account-password-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.account-password .account-password-container #account-password-form{max-width:480px}@media(max-width: 991px){.account-password .account-password-container #account-password-form{max-width:initial}}.account-newsletter .account-newsletter-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.information-information .information-information-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.information-information .information-information-container .information-section-wrapper{display:flex;align-items:stretch;justify-content:flex-start;width:100%;gap:1rem}@media(max-width: 991px){.information-information .information-information-container .information-section-wrapper{flex-direction:column-reverse;align-items:flex-start}}.information-information .information-information-container .information-section-wrapper .information-sidebar{width:275px;padding:1.5rem 0}@media(max-width: 1439px){.information-information .information-information-container .information-section-wrapper .information-sidebar{padding-left:1rem}}@media(min-width: 992px){.information-information .information-information-container .information-section-wrapper .information-sidebar{padding-right:1rem}}@media(max-width: 991px){.information-information .information-information-container .information-section-wrapper .information-sidebar{width:100%;padding:0}}.information-information .information-information-container .information-section-wrapper .information-sidebar>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:sticky;top:.5rem;margin:0;padding:0;list-style:none;padding-right:.5rem;width:100%;gap:.75rem}@media(max-width: 991px){.information-information .information-information-container .information-section-wrapper .information-sidebar>ul{position:initial;top:initial;padding:0}}.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li{width:100%}.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li>a{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;font-weight:500;font-size:.9rem;transition:color .2s ease;line-height:1.33}@media(max-width: 991px){.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li>a{padding-left:1px;height:35px}}.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li>a>i{display:flex;align-items:center;justify-content:center;font-size:1.125rem}.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li.active>a{color:#002fa7;font-weight:500}@media(hover: hover){.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li:not(.active):hover>a{color:#002fa7}}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - 275px - 1rem);padding:1.5rem 0}@media(max-width: 991px){.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper{width:100%;padding:0}}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%;margin-bottom:1rem}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header .isih-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header .isih-title>h1{font-family:"Red Rose",sans-serif;font-size:1.125rem;font-weight:500;margin:0;color:#002fa7}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header .isih-title>h1>em{font-weight:400;font-style:normal;font-size:.9rem;color:#999}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content{width:100%;font-size:.9rem}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content p{margin-bottom:.75rem}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content>a.button-continue-shopping{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-weight:500;font-size:1.075rem;transition:color .2s ease}@media(max-width: 991px){.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content>a.button-continue-shopping{margin-bottom:2rem}}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content>a.button-continue-shopping>i{transition:transform .2s ease}@media(hover: hover){.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content>a.button-continue-shopping:hover{color:#002fa7}.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content>a.button-continue-shopping:hover>i{transform:translateX(0.5rem)}}.contact-content-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.contact-content-wrapper .contact-box-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-top:1rem}.contact-content-wrapper .contact-box-header>h2{font-size:1.25rem;position:relative;margin-bottom:1rem}.contact-content-wrapper .contact-box-header>span{font-size:.9rem}.contact-content-wrapper .contact-box-wrapper{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;width:100%;gap:1rem;padding:.5rem 0}.contact-content-wrapper .contact-box-wrapper .contact-box{display:flex;align-items:flex-start;justify-content:flex-start;width:calc(50% - .5rem);padding:.5rem 0;gap:1rem}@media(max-width: 767px){.contact-content-wrapper .contact-box-wrapper .contact-box{width:100%}}.contact-content-wrapper .contact-box-wrapper .contact-box .cb-icon{display:flex;align-items:flex-start;justify-content:flex-start;border-radius:50%;transition:background-color .2s ease}.contact-content-wrapper .contact-box-wrapper .contact-box .cb-icon>i{display:flex;align-items:center;justify-content:center;transition:color .2s ease}.contact-content-wrapper .contact-box-wrapper .contact-box .cb-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.25rem;text-align:left;line-height:1.25}.contact-content-wrapper .contact-box-wrapper .contact-box .cb-text>strong{font-size:.9rem;font-weight:500}.contact-content-wrapper .contact-box-wrapper .contact-box .cb-text>span{font-size:.8rem;text-wrap:balance;color:#999}.contact-content-wrapper .contact-box-footer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(50% - 1rem);gap:.25rem;margin-top:1.5rem;padding-bottom:1.5rem}@media(max-width: 991px){.contact-content-wrapper .contact-box-footer{width:100%}}.contact-content-wrapper .contact-box-footer>h2{font-size:1.25rem;position:relative;margin-bottom:1rem}.contact-content-wrapper .contact-box-footer>span{font-size:.9rem;line-height:1.25}.contact-content-wrapper .contact-box-footer>ul{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin:0;margin-top:1rem;padding:0;list-style:none}@media(max-width: 767px){.contact-content-wrapper .contact-box-footer>ul{margin-top:1rem}}.contact-content-wrapper .contact-box-footer>ul>li>a{display:flex;align-items:center;justify-content:center;padding:.25rem;transition:border .2s ease;width:35px;height:35px}.contact-content-wrapper .contact-box-footer>ul>li>a>svg{width:100%;height:100%}@media(hover: hover){.contact-content-wrapper .contact-box-footer>ul>li>a:hover>svg{fill:#a9dbff}}.contact-content-wrapper .contact-box-footer>ul>li>span{font-weight:500}.contact-content-wrapper .contact-form-wrapper{display:flex;align-items:stretch;justify-content:flex-start;width:100%;margin-top:1rem}@media(max-width: 767px){.contact-content-wrapper .contact-form-wrapper{flex-direction:column}}.contact-content-wrapper .contact-form-wrapper h2{font-size:1.25rem;position:relative;margin-bottom:1.5rem}.contact-content-wrapper .contact-form-wrapper .form-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(50% + 1px);padding-right:1rem;border-right:1px solid rgba(0,0,0,.075)}@media(max-width: 767px){.contact-content-wrapper .contact-form-wrapper .form-wrapper{width:100%;border:none;padding:0;border-bottom:1px solid rgba(0,0,0,.075)}}.contact-content-wrapper .contact-form-wrapper .form-wrapper>form .form-element-wrapper{width:100%;gap:.5rem}@media(max-width: 767px){.contact-content-wrapper .contact-form-wrapper .form-wrapper>form .form-element-wrapper{flex-wrap:nowrap;flex-direction:column}}.contact-content-wrapper .contact-form-wrapper .form-wrapper>form .form-element-wrapper>div{width:calc(50% - .25rem) !important}@media(max-width: 767px){.contact-content-wrapper .contact-form-wrapper .form-wrapper>form .form-element-wrapper>div{width:100% !important}}.contact-content-wrapper .contact-form-wrapper .form-wrapper>form>button{display:flex;align-items:center;justify-content:center;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;min-width:125px;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;border:none;margin:.5rem 0}@media(hover: hover){.contact-content-wrapper .contact-form-wrapper .form-wrapper>form>button:not(:disabled):hover{opacity:.75}}.contact-content-wrapper .contact-form-wrapper .form-wrapper>form>span.grecaptcha-legal{background-color:rgba(0,0,0,.025);padding:.5rem;font-size:.8rem;border-radius:.25rem}.contact-content-wrapper .contact-form-wrapper .form-wrapper>form>span.grecaptcha-legal a{color:#444;font-weight:500}.contact-content-wrapper .contact-form-wrapper .map-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-left:1rem;width:calc(50% - 1px)}@media(max-width: 767px){.contact-content-wrapper .contact-form-wrapper .map-wrapper{width:100%;padding:0;padding-top:1rem}}.contact-content-wrapper .contact-form-wrapper .map-wrapper .map-embed{width:100%;height:100%;border-radius:.25rem;overflow:hidden}.contact-content-wrapper .contact-form-wrapper .map-wrapper .map-embed>iframe{width:100%;height:100%}@media(max-width: 767px){.contact-content-wrapper .contact-form-wrapper .map-wrapper .map-embed>iframe{height:250px}}.generic-product-top{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}@media(max-width: 991px){.generic-product-top>.container{width:100%;max-width:initial;padding:0 1rem}}.generic-product-top .generic-product-header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;padding:2rem 0}.generic-product-top .generic-product-header>h1{font-family:"Red Rose",sans-serif;font-size:1.5rem;text-transform:uppercase;margin:0}.generic-product-top .generic-product-header .gp-description{max-width:720px;padding:0 1rem;text-align:center}.generic-product-top .generic-product-header .gp-description>p{text-align:center;font-size:.9rem;text-wrap:balance;line-height:1.5;margin:0}.generic-product-top .generic-product-subcategory-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding-top:1rem;border-top:1px solid rgba(0,0,0,.075)}.generic-product-top .generic-product-subcategory-container>button{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;padding:0 1rem;border:1px solid rgba(0,0,0,.075);border-radius:.25rem;background-color:rgba(0,0,0,.025);font-weight:500;font-size:.9rem;margin-bottom:1rem;white-space:nowrap}@media(min-width: 992px){.generic-product-top .generic-product-subcategory-container>button{display:none}}.generic-product-top .generic-product-subcategory-container>button>span{transition:color .2s ease}.generic-product-top .generic-product-subcategory-container>button>i{display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:transform .2s ease,color .2s ease}.generic-product-top .generic-product-subcategory-container>button.active>span,.generic-product-top .generic-product-subcategory-container>button.active>i{color:#002fa7}.generic-product-top .generic-product-subcategory-container>button.active>i{transform:rotate(180deg)}@media(min-width: 992px){.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper{display:flex;align-items:center;justify-content:center;width:100%;max-width:75%}}@media(max-width: 991px){.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper{display:none}}.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;margin:0;padding:1rem 0;padding-top:0;list-style:none;width:100%;gap:.5rem}@media(max-width: 991px){.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul{justify-content:flex-start}}@media(max-width: 991px){.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul{padding:0;padding-bottom:1rem}}@media(max-width: 991px){.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li{width:calc(50% - .25rem)}}.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.5rem;padding-right:1rem;height:100%;border:1px solid rgba(0,0,0,0);transition:color .2s ease,border-color .2s ease;border-radius:75px}@media(min-width: 992px)and (hover: hover){.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:hover{color:#002fa7;border-color:rgba(0,0,0,.125)}}@media(max-width: 991px){.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a{justify-content:flex-start;gap:.75rem;padding:1rem}}.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .image-wrapper{display:flex;align-items:center;justify-content:center;width:45px;height:45px;outline:1px solid rgba(0,0,0,.075);transition:border-color .2s ease;border-radius:50%;overflow:hidden;flex-shrink:0}.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .image-wrapper>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease}.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .text-wrapper>span{display:inline-block;width:100%;font-weight:500;font-size:.8rem}.generic-product-top .generic-product-filter-section{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;background-color:#f2f2f2}.generic-product-top .generic-product-filter-section .gpf-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px}@media(max-width: 991px){.generic-product-top .generic-product-filter-section .gpf-container{flex-direction:column;align-items:flex-start;justify-content:flex-start;height:auto;gap:1.5rem;padding:1rem}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-breadcrumb{display:flex;align-items:stretch;justify-content:flex-start;position:relative;width:100%}@media(min-width: 992px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-breadcrumb{max-width:60%}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-breadcrumb::after{content:"";position:absolute;right:0;top:0;background-image:linear-gradient(to left, #f2f2f2, transparent);width:50px;height:100%;z-index:1}@media(max-width: 991px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-breadcrumb{position:relative}.generic-product-top .generic-product-filter-section .gpf-container .gpf-breadcrumb::before{content:"";position:absolute;bottom:-0.5rem;left:0;width:100%;height:1px;background-color:rgba(0,0,0,.075)}.generic-product-top .generic-product-filter-section .gpf-container .gpf-breadcrumb>ul{justify-content:center}}@media(max-width: 767px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-breadcrumb{justify-content:flex-start}.generic-product-top .generic-product-filter-section .gpf-container .gpf-breadcrumb>ul{justify-content:flex-start}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0}@media(max-width: 991px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter{width:100%}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-filter{display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-filter{width:calc(50% - .25rem)}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-filter>button{display:flex;align-items:center;justify-content:flex-end;border:none;font-weight:500;font-size:.9rem;gap:.5rem;margin:0;outline:0;padding:0 1rem;background-color:hsla(0,0%,100%,.8);border-radius:.25rem;height:35px;line-height:35px;transition:background-color .2s ease,color .2s ease}@media(max-width: 767px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-filter>button{width:100%;justify-content:center;height:40px;font-size:.8rem}}@media(hover: hover){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-filter>button:hover{color:#002fa7;background-color:#fff}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort{display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort{width:calc(50% - .25rem)}}@media(hover: hover){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown:hover>button{color:#002fa7;background-color:#fff}}@media(max-width: 767px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown{width:100%}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>button{display:flex;align-items:center;justify-content:flex-end;border:none;font-weight:500;font-size:.9rem;gap:.5rem;margin:0;outline:0;padding:0 1rem;background-color:hsla(0,0%,100%,.8);border-radius:.25rem;width:100%;height:35px;line-height:35px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}@media(max-width: 767px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>button{justify-content:center;height:40px;font-size:.8rem}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>button.show{color:#002fa7;background-color:#fff}@media(min-width: 768px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>button[aria-expanded=true]::after{transform:rotate(-180deg)}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>button[aria-expanded=false]::after{transform:rotate(0)}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>button::after{font-family:remixicon;content:"";transition:transform .2s ease;border:none}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul{padding:.25rem;margin:0;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;top:calc(100% + 1rem) !important;bottom:auto !important;left:0 !important;transform:none !important}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul.show{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media(max-width: 991px){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul{left:50% !important;transform:translateX(-50%) !important}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li{width:100%}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li.active>button,.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li.active>a{font-weight:500;color:#002fa7}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li>button,.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li>a{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;background-color:rgba(0,0,0,0);border:none;outline:none;font-size:.85rem;height:35px;transition:color .2s ease;padding:0 1rem;white-space:nowrap}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li>button.active,.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li>a.active{cursor:default}@media(hover: hover){.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li>button:hover,.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li>a:hover{color:#002fa7}}.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li>button.active,.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort-filter .gpf-sort .dropdown>ul>li>a.active{font-weight:500;color:#444}.generic-product{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}.generic-product.manufacturer-generic-product,.generic-product.search-generic-product,.generic-product.special-generic-product{padding-bottom:1rem}.generic-product>aside{position:fixed;top:1rem;left:1rem;transform:translateX(calc(-100% - 2rem));transition:transform .2s ease,background-color .2s ease;z-index:9999;overflow:hidden;background-color:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(0,0,0,.125);border-radius:.25rem}@media(hover: hover){.generic-product>aside:hover{background-color:#fff}}.generic-product>aside.active{transform:translateX(0)}.generic-product.generic-product-container>main{width:100% !important}.generic-product #content{justify-content:space-between}.generic-product #content .product-selected-filters{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem 0;position:sticky;top:0;z-index:999;background-color:#fff;gap:.5rem}@media(max-width: 767px){.generic-product #content .product-selected-filters{position:initial;top:initial;z-index:1}}.generic-product #content .product-selected-filters:not(.has-filter){display:none}.generic-product #content .product-selected-filters>ul{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin:0;padding:0;list-style:none;gap:.5rem}.generic-product #content .product-selected-filters>ul>li>button{display:flex;align-items:stretch;justify-content:center;border:none;outline:none;border-radius:.25rem;padding:0 1rem;padding-right:.5rem;transition:opacity .2s ease;height:45px;background-color:#f2f2f2}.generic-product #content .product-selected-filters>ul>li>button .filter-text-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;gap:.5rem}.generic-product #content .product-selected-filters>ul>li>button .filter-text-wrapper>span{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;line-height:1.25;font-size:.7rem}.generic-product #content .product-selected-filters>ul>li>button .filter-text-wrapper>span>span:nth-child(1){font-weight:500;white-space:nowrap}.generic-product #content .product-selected-filters>ul>li>button .filter-text-wrapper>i{display:flex;align-items:center;justify-content:center;font-size:1rem;border-radius:50%}.generic-product #content .product-selected-filters>ul>li>button .search-filter-text-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;gap:.5rem;font-size:.9rem}.generic-product #content .product-selected-filters>ul>li>button .search-filter-text-wrapper>span{text-align:left}@media(hover: hover){.generic-product #content .product-selected-filters>ul>li>button:hover{opacity:.8}}.generic-product #content .product-selected-filters>ul>li>button.clear-all-filters{display:flex;align-items:center;justify-content:center;outline:none;padding:0 1rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease;height:45px;background-color:rgba(0,0,0,0)}.generic-product #content .product-selected-filters>ul>li>button.clear-all-filters>span{font-size:.8rem;white-space:nowrap}.generic-product #content .has-filter+.product-grid{padding-top:0 !important}.generic-product #content .product-grid{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;padding-top:1rem;gap:1rem;width:100%}@media(max-width: 1279px){.generic-product #content .product-grid{padding:1rem;row-gap:1rem}}@media(max-width: 767px){.generic-product #content .product-grid{padding:0;gap:0}}.generic-product #content .product-grid.infinite-scroll-loading{padding-bottom:1rem}.generic-product #content .product-grid .product-card{border:1px solid rgba(0,0,0,.075);border-radius:.25rem;overflow:hidden;gap:0}@media(min-width: 1280px){.generic-product #content .product-grid .product-card{width:calc(20% - .8rem)}}@media(max-width: 1279px){.generic-product #content .product-grid .product-card{width:calc(25% - .75rem)}}@media(max-width: 991px){.generic-product #content .product-grid .product-card{width:calc(33.333% - .6666666667rem)}}@media(max-width: 767px){.generic-product #content .product-grid .product-card{width:50%;width:50%;border:1px solid rgba(0,0,0,.075);border-bottom:none;padding:.5rem}.generic-product #content .product-grid .product-card:nth-child(2n){border-left:none}.generic-product #content .product-grid .product-card:nth-child(1),.generic-product #content .product-grid .product-card:nth-child(2){border-top:none}.generic-product #content .product-grid .product-card:nth-last-child(1),.generic-product #content .product-grid .product-card:nth-last-child(2){border-bottom:1px solid rgba(0,0,0,.075)}.generic-product #content .product-grid .product-card .pc-bottom{padding:0}}@media(max-width: 767px){.generic-product #content .product-grid .product-card{border-radius:0}}@media(min-width: 768px){.generic-product #content .product-grid .product-card .pc-bottom{border-top:1px solid rgba(0,0,0,.075)}}.generic-product #content .product-grid .product-card .pc-bottom .pc-product-price .pcp-price-text-wrapper>span:not(.price-line-through){font-weight:500;font-size:1.125rem}@media(min-width: 992px)and (hover: hover){.generic-product #content .product-grid .product-card:hover{border-color:rgba(0,0,0,.25)}}.generic-product #content .empty-generic-product-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding:2rem 0;width:100%}.generic-product #content .empty-generic-product-wrapper>p{margin:0}.generic-product #content .empty-generic-product-wrapper>a{display:flex;align-items:center;justify-content:center;width:200px;height:50px;gap:.25rem;border:1px solid #a9dbff;background-color:#fff;color:#a9dbff;font-weight:500;text-transform:uppercase;transition:color .2s ease,background-color .2s ease;font-size:.9rem}@media(hover: hover){.generic-product #content .empty-generic-product-wrapper>a:hover{background-color:#a9dbff;color:#fff}}.generic-product #content .empty-generic-product-wrapper>a>i{display:flex;align-items:center;justify-content:center;font-size:1.25rem}@media(max-width: 991px){.generic-product{max-width:initial;padding:0}}.generic-product .search-header{margin:1rem 0 0}.generic-product .search-header.empty-search{padding-top:1rem;padding-left:1rem;margin-bottom:-1rem}@media(max-width: 991px){.generic-product .search-header{padding:0 1.5rem}}@media(max-width: 767px){.generic-product .search-header{margin-bottom:.5rem}}.pagination-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.pagination-wrapper.all-loaded{padding:1rem 0}.pagination-wrapper .product-loading-bar{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;animation:pulse-opacity 1s infinite ease-in-out;margin-bottom:.5rem}.pagination-wrapper .product-loading-bar>span:nth-child(2){display:inline-block;margin-top:.25rem;font-size:.9rem}.pagination-wrapper .pagination-description{font-size:.8rem;color:#999}@media(max-width: 991px){.pagination-wrapper .pagination-description{text-align:center}}.pagination-wrapper .pagination{width:100%;opacity:0;visibility:hidden;height:1px;pointer-events:none;margin:0}.checkout-checkout .checkout-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}@media(max-width: 991px){.checkout-checkout .checkout-container{padding:0 1rem}}@media(max-width: 991px){.checkout-checkout .checkout-container .main-breadcrumb{padding:0}}.checkout-checkout .checkout-container .checkout-section-wrapper{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:1rem;padding:1rem 0}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper{max-width:initial;flex-direction:column-reverse;justify-content:flex-start;gap:0}}.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:calc(.5rem - 1px) !important}.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header.cs-products-header{flex-direction:row;align-items:center;justify-content:space-between}.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header.cs-products-header>a{display:flex;align-items:center;justify-content:flex-end;transition:color .2s ease;font-size:.9rem;border-radius:.25rem;height:35px;border:1px solid rgba(0,0,0,.075);padding:0 1rem;background-color:#fff}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header.cs-products-header>a:hover{color:#002fa7}}.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header>h2{font-size:1rem;font-weight:500;margin:0}.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header>h2>em{font-weight:400;font-style:normal;font-size:.9rem;color:#999}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(50% - .5rem)}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info{width:100%}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding-bottom:1.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-title>h1{font-size:1.25rem;font-weight:700;margin:0;color:#002fa7}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-title>h1>em{font-weight:400;font-style:normal;font-size:.9rem;color:#999}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-actions{display:flex;align-items:center;justify-content:flex-start}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-actions>button{display:flex;align-items:center;justify-content:center;gap:.25rem;border:none;outline:none;background-color:rgba(0,0,0,0)}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-actions>button.clear-cart{color:#f03;font-weight:700;border:1px solid;height:35px;padding:0 1rem;transition:color .2s ease,background-color .2s ease}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-actions>button.clear-cart:not(:disabled):hover{background-color:#f03;color:#fff}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .cc-alert .alert-message>span{font-size:.8rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .alert{margin-bottom:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:.5rem 1rem;border:1px solid rgba(0,0,0,.075);position:relative;min-height:45px;gap:.25rem;border-radius:.25rem;background-color:#fafafa}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>i[data-type=success]{font-size:1.125rem;color:#41b06e}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>i[data-type=error]{font-size:1.125rem;color:#f03}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>span{color:#444;text-transform:uppercase;font-weight:500;font-size:.8rem;transition:color .2s ease}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>span>em{font-style:normal;width:25px;height:25px;margin-right:.5rem;border-radius:50%;border:1px solid;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>span>em.success{background-color:#41b06e;border-color:#41b06e;color:#fff}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>span>em.error{background-color:#f03;border-color:#f03;color:#fff}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button::after{display:flex;align-items:center;justify-content:center;content:"";font-family:remixicon;position:absolute;width:40px;height:40px;font-size:1.25rem;top:0;right:0;transition:transform .2s ease}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button[aria-expanded=true]>span{color:#002fa7}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button[aria-expanded=true]::after{transform:rotate(-45deg)}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button:hover:not([aria-expanded=true])>span{color:#002fa7}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:.5rem 1rem;border:1px solid rgba(0,0,0,.075);position:relative;min-height:45px;gap:.25rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.25rem;background-color:#fafafa}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span{color:#444;text-transform:uppercase;font-weight:500;font-size:.8rem;transition:color .2s ease}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span>em{font-style:normal;width:25px;height:25px;margin-right:.5rem;border-radius:50%;border:1px solid;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span>em.success{background-color:#41b06e;border-color:#41b06e;color:#fff}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span>em.error{background-color:#f03;border-color:#f03;color:#fff}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span>small{color:#777}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>i[data-type=success]{font-size:1.125rem;color:#41b06e}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>i[data-type=error]{font-size:1.125rem;color:#f03}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div{width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div:not(.cia-item-dummy){border:none !important}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div{width:100%;padding:1rem 1px;font-size:.8rem;line-height:1.125}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div{padding:.5rem}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid rgba(0,0,0,.075);border-radius:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select.selected{border-color:#002fa7}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select.selected .as-header{border-color:#002fa7}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:calc(30px + .5rem);gap:.5rem;padding:.5rem;font-size:.9rem;position:relative;border-bottom:1px solid rgba(0,0,0,.075);transition:border-bottom-color .2s ease}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio input[type=radio]{display:none}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio input[type=radio]:checked+i{color:#3572ef}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio input[type=radio]:checked+i::before{content:""}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio>i{transform:translateY(1px);font-size:1.125rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio>i::before{content:""}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-title{display:flex;align-items:center;justify-content:flex-start;width:calc(100% - 118px + 1rem);gap:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-title>span{font-weight:500;max-width:180px}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons{display:flex;align-items:center;justify-content:center;gap:.5rem;position:absolute;right:0;top:0}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;outline:none;background-color:rgba(0,0,0,0);transition:color .2s ease}@media(max-width: 767px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button{width:35px;height:35px}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button>i{display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button>i{font-size:1.125rem}}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button:not(:disabled):hover{color:#a9dbff}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button:not(:disabled):hover.delete-address{color:#f03}}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons [data-tippy-root]{display:none}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%;height:100%;padding:.5rem;transition:border-color .2s ease}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content .asc-name{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.25rem;font-size:.9rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content .asc-name>i{display:flex;align-items:center;justify-content:center;color:#002fa7}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content .asc-name>span{font-weight:500}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content .address-text{line-height:1.5;font-size:.9rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar{display:flex;align-items:center;justify-content:center;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input{display:none}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label>span>i,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label>span>i,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label>span>i,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label>span>i{color:#3572ef}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label>span>i::before,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label>span>i::before,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label>span>i::before,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label>span>i::before{content:""}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:disabled+label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:disabled+label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:disabled+label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:disabled+label{opacity:.5;cursor:not-allowed}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:not(:disabled)+label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:not(:disabled)+label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:not(:disabled)+label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:not(:disabled)+label{cursor:pointer}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:not(:disabled):not(:checked)+label:hover>span>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:not(:disabled):not(:checked)+label:hover>span>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:not(:disabled):not(:checked)+label:hover>span>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:not(:disabled):not(:checked)+label:hover>span>span{color:#002fa7}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label{display:flex;align-items:center;justify-content:flex-start;width:100%;transition:color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>span,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>span{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;text-align:center;transition:color .2s ease;max-width:calc(100% - 25px);white-space:nowrap;flex-wrap:nowrap}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>span img,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>span img,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>span img,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>span img{display:none !important}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>i,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>i,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>i,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>i{display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:color .2s ease;width:25px;height:25px}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .form-check,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .form-check,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .form-check,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .form-check{margin-top:1rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper>.alert,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper>.alert{margin:1rem 0;padding:1rem;gap:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding-top:1.5rem;gap:1rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-header,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-header>h2,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-header>h2{font-size:1.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-instruction-section,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-instruction-section,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section{width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section{padding-top:1rem;border-top:1px solid rgba(0,0,0,.075)}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section .btpm-copy-wrapper,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section .btpm-copy-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding-top:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section .btpm-copy-wrapper>p,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section .btpm-copy-wrapper>p{margin-bottom:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button{display:flex;align-items:center;justify-content:center;border:none;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;width:100%;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;gap:.25rem;border-radius:.25rem;text-transform:uppercase}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button>i,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button>i{display:flex;align-items:center;justify-content:center;font-size:1rem}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button:not(:disabled):hover,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button:not(:disabled):hover{opacity:.75}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper #payment .alert,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper #payment .alert{width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper>.buttons,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper>.buttons{margin-top:1rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .alert,.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .alert{width:100%;margin-bottom:0}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .form-supinfo{display:inline-block;width:100%;margin-bottom:1rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-button-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;height:50px}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-button-wrapper>button{display:flex;align-items:center;justify-content:center;width:100%;height:100%;gap:.5rem;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.075);padding:0 1rem;padding-left:.5rem;white-space:nowrap;transition:color .2s ease;font-weight:500;border-radius:.25rem;font-size:.9rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-button-wrapper>button>i{display:flex;align-items:center;justify-content:center}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-button-wrapper>button:hover{color:#002fa7}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper{display:none}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper.visible{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;border:1px solid rgba(0,0,0,.075);transition:border-color .2s ease;padding:1rem;border-radius:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper.is-invalid{border-color:#f03}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper .form-actions{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper .form-actions>button{display:flex;align-items:center;justify-content:center;height:35px;gap:.5rem;border:none;outline:none;padding:0 1rem;white-space:nowrap;border:1px solid rgba(0,0,0,.075);border-radius:.25rem;transition:color .2s ease;font-weight:500;background-color:rgba(0,0,0,0);font-size:.9rem}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper .form-actions>button:not(:disabled):hover{color:#002fa7}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .form-element-wrapper{width:100%;display:flex;align-items:flex-start;justify-content:center;gap:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .form-element-wrapper>div{width:calc(50% - .25rem) !important}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .form-element-wrapper>div{width:100% !important}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .corporate-check{margin:.5rem 0 !important}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .corporate-check .input-checkbox-text{font-size:.9rem !important}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .corporate-field-wrapper{display:none}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .corporate-field-wrapper.visible{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .form-check{margin-top:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form>button{display:flex;align-items:center;justify-content:center;border:none;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;width:100%;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;margin-top:1rem;gap:.25rem;border-radius:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form>button>i{display:flex;align-items:center;justify-content:center;font-size:1rem}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form>button:not(:disabled):hover{opacity:.75}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .alert-masak-info{margin-top:.5rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(50% - .5rem);position:sticky;top:.5rem;border-radius:.25rem}@media(min-width: 992px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary{background-color:#fafafa;padding:1rem}}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary{width:100%;position:initial;top:initial}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content{padding:0 !important;overflow:hidden;transition:height .5s ease}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary:not(.expanded){gap:0}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary:not(.expanded) .cs-summary-content{height:0;border:1px solid rgba(0,0,0,0)}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary.expanded .expand-checkout-summary>i::before{content:""}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary.expanded .cs-summary-content{padding:.5rem}}@media(min-width: 992px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header{display:none}}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:.5rem !important}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:.5rem 1rem;border:1px solid rgba(0,0,0,.075);position:relative;min-height:45px;gap:.25rem;border-radius:.25rem;background-color:#fafafa}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button>span{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;color:#444;text-transform:uppercase;font-weight:500;font-size:.8rem;transition:color .2s ease}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button>span>em{font-weight:400;font-style:normal;font-size:.65rem;color:#999}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button::after{display:flex;align-items:center;justify-content:center;content:"";font-family:remixicon;position:absolute;width:40px;height:40px;font-size:1.25rem;top:0;right:0;transition:transform .2s ease}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button[data-expanded=true]>span{color:#002fa7}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button[data-expanded=true]::after{transform:rotate(-45deg)}}@media(max-width: 991px)and (hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button:hover:not([data-expanded=true])>span{color:#002fa7}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content{transition:height .2s ease,padding .2s ease}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;padding-bottom:1rem}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cs-section-header{display:none}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1.5rem;max-height:620px;overflow:auto}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-image{display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.075);width:75px;height:75px;overflow:hidden;border-radius:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-image>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-image>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text{display:flex;align-items:flex-start;justify-content:space-between;width:calc(100% - 75px - 1rem);gap:1rem;padding-right:.5rem}@media(max-width: 767px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text{flex-direction:column;justify-content:flex-start;padding-right:0}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-name{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;line-height:1.25}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-name>a{font-size:.9rem;font-weight:500;transition:color .2s ease}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-name>a>span{font-size:.8rem}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-name>a:active{color:#002fa7}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-name>a:hover{color:#002fa7}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-name>br{display:none}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-name>em{font-weight:400;font-style:normal;color:#999;font-size:.8rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-model{display:flex;align-items:flex-start;justify-content:flex-start}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-model>span{color:#999;font-size:.8rem}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-model>span{font-size:.7rem}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-options{display:flex;align-items:flex-start;justify-content:flex-start;font-size:.8rem;gap:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-product-info .cpt-quantity{border-top:1px solid rgba(0,0,0,.075);font-size:.8rem;padding-top:.25rem;margin-top:.25rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-price>span{font-weight:500;font-size:.9rem;text-align:center;color:#444;white-space:nowrap}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-price>span.price-line-through{font-size:.8rem;font-weight:400;color:#777;text-decoration:line-through}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-text .cp-price .cart-price-total-wrapper{display:flex;align-items:center;justify-content:center;gap:.25rem;white-space:nowrap}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-shipping-method{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.075)}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-shipping-method>form .form-element-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info{display:flex;align-items:center;justify-content:flex-start;background-color:#f2f2f2;border:1px dashed #ccc;position:relative;gap:.5rem;height:50px;padding:0 .5rem;margin-top:.5rem}@media(max-width: 767px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info{margin:.5rem 1rem}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>span>strong{text-transform:uppercase;font-weight:500}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>span>span{text-transform:uppercase}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>button{display:flex;align-items:center;justify-content:center;position:absolute;top:-0.75rem;right:-0.75rem;width:25px;height:25px;background-color:#f03;transition:background-color .2sease;color:#fff;border-radius:50%;border:1px solid rgba(0,0,0,.075);padding:0}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>button>i{display:flex;align-items:center;justify-content:center}@media(hover: hover){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>button:not(:disabled):hover{background-color:#f03}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem 0;padding-bottom:0;gap:.5rem}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal{padding-bottom:.5rem}}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:.25rem;width:100%;font-size:.9rem}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar:last-child{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.075)}.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar:last-child>span:nth-child(1){font-weight:500}@media(max-width: 991px){.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar:last-child{padding:1rem 0 .5rem}}.checkout-success-products{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem;border-radius:.25rem}.checkout-success-products .csp-order-number-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;padding-bottom:1rem}.checkout-success-products .csp-order-number-wrapper>span{color:#002fa7;font-weight:500;font-size:1rem;display:inline-block;padding:.5rem 1rem;border:1px solid #002fa7;border-radius:.25rem}.checkout-success-products .csp-order-number-wrapper>span>em{font-style:normal;color:#666;margin-left:.25rem;font-weight:600}.checkout-success-products .csp-table{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem;padding:0 .25rem}.checkout-success-products .csp-table .cspt-header>span{font-weight:500;font-size:1.125rem}.checkout-success-products .csp-table .cspt-header>span>em{font-style:normal;font-weight:400;font-size:1rem;color:#666}.checkout-success-products .csp-table .cspt-bar-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;overflow-x:auto;overflow-y:hidden;gap:.5rem}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-weight:500;flex-wrap:nowrap;border-bottom:1px solid rgba(0,0,0,.075);padding-bottom:.5rem;margin-bottom:.5rem;font-size:.9rem}@media(max-width: 767px){.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header{width:auto;min-width:100%}}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title{flex-shrink:0;font-weight:500}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(1){display:flex;align-items:center;justify-content:center;text-align:center;width:50px}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(2){padding:0 .5rem;width:calc(100% - 250px)}@media(max-width: 767px){.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(2){width:150px}}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(3){display:flex;align-items:center;justify-content:center;text-align:center;width:100px}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(4){display:flex;align-items:center;justify-content:center;text-align:center;width:100px}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;flex-wrap:nowrap}@media(max-width: 767px){.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar{width:auto;min-width:100%}}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col{flex-shrink:0}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(1){display:flex;align-items:center;justify-content:center;width:50px;height:50px}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(1)>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(1)>a>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border:1px solid rgba(0,0,0,.075)}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(2){padding:0 .5rem;width:calc(100% - 250px)}@media(max-width: 767px){.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(2){width:150px}}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(3){display:flex;align-items:center;justify-content:center;text-align:center;width:100px}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(4){display:flex;align-items:center;justify-content:center;text-align:center;width:100px}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>a{font-weight:500;font-size:.9rem;color:#002fa7}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>br{display:none}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>em{font-weight:400;font-style:normal;color:#999;font-size:.8rem}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>span{font-size:.8rem;color:#999}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin:0;padding:0;list-style:none;margin-top:.25rem}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul>li{display:flex;align-items:flex-start;justify-content:flex-start;gap:.25rem;position:relative;padding-left:10px}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul>li::before{content:"";position:absolute;left:3px;top:8px;width:4px;height:2px;background:#999}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul>li>span{color:#999;font-size:.7rem}.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul>li>span:nth-child(1){font-weight:600}.checkout-success-products .checkout-success-summary{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-bottom:1px solid rgba(0,0,0,.075);margin-bottom:1rem;padding-bottom:1rem}.checkout-success-products .checkout-success-summary .css-table{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.25rem;border-top:1px solid rgba(0,0,0,.075);padding-top:1rem}.checkout-success-products .checkout-success-summary .css-table .css-row{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.25rem;font-size:.9rem}.checkout-success-products .checkout-success-summary .css-table .css-row:last-child{margin-top:1rem}.checkout-success-products .checkout-success-summary .css-table .css-row:last-child .css-cell{font-size:1rem}.checkout-success-products .checkout-success-summary .css-table .css-row:last-child .css-cell>strong{font-weight:500}.checkout-success-products .checkout-success-summary .css-table .css-row .css-cell strong{font-weight:500}.checkout-success-message-wrapper{font-size:.9rem;line-height:1.5}.checkout-success-message-wrapper>p{margin-bottom:0}.checkout-success-message-wrapper+button{display:flex;align-items:center;justify-content:center;outline:none;color:#fff;background-color:#002fa7;font-size:.9rem;min-width:125px;height:40px;padding:0 1rem;font-weight:500;transition:opacity .2s ease;flex-shrink:0;border-radius:.25rem;border:none;margin-top:1rem}@media(hover: hover){.checkout-success-message-wrapper+button:not(:disabled):hover{opacity:.75}}.bt-copy-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;background-color:#fafafa;padding:.5rem;padding-left:1rem;border:1px solid rgba(0,0,0,.075);border-radius:.25rem}.bt-copy-wrapper:not(:last-child){margin-bottom:1rem}.bt-copy-wrapper>span{display:inline-block;font-size:.9rem;width:calc(100% - 90px - .5rem);font-weight:500;-webkit-user-select:all;-moz-user-select:all;user-select:all}.bt-copy-wrapper>button{display:flex;align-items:center;justify-content:center;width:100px;height:35px;outline:none;background-color:#fff;gap:.5rem;border-radius:.25rem;border:1px solid rgba(0,0,0,.075)}.bt-copy-wrapper>button:disabled{cursor:default !important;opacity:1 !important}.bt-copy-wrapper>button>i{display:none}.bt-copy-wrapper>button>i.visible{display:flex;align-items:center;justify-content:center}.bt-copy-wrapper>button>i:nth-child(2){color:#41b06e}.bt-copy-wrapper>button>span{font-weight:500}.order-tracking-header>h2{margin-bottom:0 !important}.order-tracking-confirmation-modal{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin:1rem 0}.order-tracking-confirmation-modal>form>span{width:100%;display:inline-block;font-size:.9rem;line-height:1.25}.terms-accordion{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-top:1rem;gap:.5rem}.terms-accordion .ta-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.terms-accordion .ta-item>button{display:flex;align-items:center;justify-content:flex-start;width:100%;background-color:rgba(0,0,0,0);padding:1rem;border-radius:.25rem;border:1px solid rgba(0,0,0,.075);position:relative;min-height:40px}.terms-accordion .ta-item>button>span{color:#444;font-weight:500;font-size:.9rem;transition:color .2s ease}.terms-accordion .ta-item>button::after{display:flex;align-items:center;justify-content:center;content:"";font-family:remixicon;position:absolute;width:1.25rem;height:1.25rem;font-size:1.25rem;right:.75rem;transition:transform .2s ease}.terms-accordion .ta-item>button[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.terms-accordion .ta-item>button[aria-expanded=true]>span{color:#002fa7}.terms-accordion .ta-item>button[aria-expanded=true]::after{transform:rotate(-45deg)}@media(hover: hover){.terms-accordion .ta-item>button:hover:not([aria-expanded=true])>span{color:#002fa7}}.terms-accordion .ta-item>div{border:1px solid rgba(0,0,0,.075);border-top:none;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;width:100%}.terms-accordion .ta-item>div>div{width:100%;padding:1rem;font-size:.8rem;line-height:1.125}.information-blog .information-blog-container .blog-section-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;min-height:500px;gap:3rem;padding:2rem 0}@media(max-width: 991px){.information-blog .information-blog-container .blog-section-wrapper{padding:1rem 0;flex-direction:column;gap:1rem}}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;width:calc(100% - 375px - 1rem);gap:2rem}@media(max-width: 1199px){.information-blog .information-blog-container .blog-section-wrapper .blog-timeline{width:calc(100% - 250px - 1rem)}}@media(max-width: 991px){.information-blog .information-blog-container .blog-section-wrapper .blog-timeline{width:100%}}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card{width:calc(50% - 1rem)}@media(max-width: 991px){.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card{width:100%}}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}@media(max-width: 991px){.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper{align-items:center;padding:1.5rem 1rem}}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination-description{font-size:.8rem;color:#999}@media(max-width: 991px){.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination-description{text-align:center}}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin:.5rem 0 1rem;padding:0;opacity:1;visibility:visible;height:auto;pointer-events:all;width:100%}@media(max-width: 991px){.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination{justify-content:center;flex-wrap:wrap}}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li{text-align:center;width:35px;height:35px;line-height:35px;border:1px solid rgba(0,0,0,.075);border-radius:.25rem;font-size:.9rem;transition:border-color .2s ease}@media(hover: hover){.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li:not(.active):hover{border-color:#002fa7}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li:not(.active):hover>a{color:#002fa7}}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li.active{border-color:#002fa7}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li.active>span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-color:#002fa7;color:clr-primary}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li.active>span>i{display:flex;align-items:center;justify-content:center}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#444;transition:color .2s ease}.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li>a>i{display:flex;align-items:center;justify-content:center}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:375px;max-height:calc(100dvh - 50px - 1.5rem);position:sticky;top:2rem}@media(max-width: 1199px){.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar{width:250px}}@media(min-width: 992px){.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar{overflow-y:auto;scrollbar-width:none}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar::-webkit-scrollbar{width:0}}@media(max-width: 991px){.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar{width:100%;max-height:initial}}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs:not(:last-child){padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.075)}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:1rem;font-weight:500}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-header>span{font-family:"Red Rose",sans-serif;font-size:1.25rem;position:relative;color:#002fa7}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content{width:100%}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem;padding:0}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:.25rem}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;background:#fff}@media(hover: hover){.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box:hover .bsbcb-header>span{color:#002fa7}}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box .bsbcb-image{display:flex;align-items:flex-start;justify-content:flex-start;width:80px;height:60px;border-radius:.25rem;overflow:hidden}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box .bsbcb-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box .bsbcb-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(100% - .5rem - 80px);gap:.25rem}.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box .bsbcb-header>span{line-height:1.25;font-size:.9rem;font-weight:500;transition:color .2s ease}.information-blog-single-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:2rem 0}.information-blog-single-container .return-to-blog{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-bottom:2rem}.information-blog-single-container .return-to-blog>a{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-weight:600;transition:color .2s ease}@media(hover: hover){.information-blog-single-container .return-to-blog>a:hover{color:#002fa7}}.information-blog-single-container .blog-hero-wrapper{width:100%;overflow:hidden;position:relative;border-radius:.25rem}.information-blog-single-container .blog-hero-wrapper::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%)}.information-blog-single-container .blog-hero-wrapper>img{width:100%;max-height:360px;-o-object-fit:cover;object-fit:cover}.information-blog-single-container .blog-hero-wrapper>h1{position:absolute;bottom:0;color:#fff;z-index:1;margin:0;padding:1rem;max-width:65%;font-size:1.5rem}@media(max-width: 991px){.information-blog-single-container .blog-hero-wrapper>h1{max-width:initial}}@media(max-width: 767px){.information-blog-single-container .blog-hero-wrapper>h1{font-size:1.25rem}}.information-blog-single-container .blog-hero-wrapper .reading-time{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding-left:.25rem;padding-right:1rem;border-radius:2rem;font-size:.8rem;height:30px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:1rem;left:1rem;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.information-blog-single-container .blog-hero-wrapper .reading-time>i{display:flex;align-items:center;justify-content:center;font-size:1.125rem}.information-blog-single-container .blog-content-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:2rem;padding-top:2rem}.information-blog-single-container .blog-content-wrapper .blog-content{width:100%;font-size:.9rem}.information-blog-single-container .blog-content-wrapper .blog-content p{margin:initial !important}.information-blog-single-container .blog-content-wrapper .blog-content ul{list-style:initial !important;padding:initial !important;margin-top:0 !important;margin-bottom:1rem !important;padding-left:2rem !important}.information-blog-single-container .blog-navigation-wrapper{display:flex;align-items:flex-start;justify-content:space-between;width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.075)}@media(max-width: 991px){.information-blog-single-container .blog-navigation-wrapper{flex-direction:column;justify-content:flex-start}}@media(max-width: 991px){.information-blog-single-container .blog-navigation-wrapper .blog-navigation{width:100%}.information-blog-single-container .blog-navigation-wrapper .blog-navigation:not(:last-child){margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.05)}}@media(hover: hover){.information-blog-single-container .blog-navigation-wrapper .blog-navigation:hover .nav-post-text .npt-title>span{color:#002fa7}}.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a{display:flex;align-items:flex-start;justify-content:flex-start;gap:.5rem}.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-image{width:100px;height:100px;overflow:hidden;position:relative;border:1px solid rgba(0,0,0,.075);border-radius:.25rem}.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:#fff}.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-text{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:calc(100% - 100px - .5rem);gap:.25rem}.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-text .npt-title>span{font-weight:500;position:relative;transition:color .2s ease}.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-text .npt-desc>span{font-size:.85rem;max-width:225px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:3;-webkit-line-clamp:3;line-height:1.25;font-weight:500}@media(max-width: 991px){.information-blog-single-container .blog-navigation-wrapper .blog-navigation.bn-prev>a{flex-direction:row-reverse}}.information-blog-single-container .blog-navigation-wrapper .blog-navigation.bn-prev>a .nav-post-image::after{content:""}.information-blog-single-container .blog-navigation-wrapper .blog-navigation.bn-next>a .nav-post-image::after{content:""}.information-blog-single-container .blog-subinfo{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:100%;margin-top:1rem;gap:1rem}.blog-post-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background-color:#fff;overflow:hidden;gap:1.5rem}@media(hover: hover){.blog-post-card:hover .bpc-image>a>img{transform:scale(1.05)}}.blog-post-card .bpc-image{display:flex;align-items:center;justify-content:center;width:100%}.blog-post-card .bpc-image>a{display:flex;align-items:center;justify-content:center;width:100%;height:240px;border-radius:.25rem;overflow:hidden}@media(max-width: 767px){.blog-post-card .bpc-image>a{height:180px}}.blog-post-card .bpc-image>a>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease-in-out}.blog-post-card .bpc-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media(max-width: 991px){.blog-post-card .bpc-content{padding:.75rem}}.blog-post-card .bpc-content .bpc-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.blog-post-card .bpc-content .bpc-title>h2{font-weight:400;font-size:1.125rem;line-height:1.125;margin-bottom:1rem}.blog-post-card .bpc-content .bpc-title>h2>a{transition:color .2s ease}@media(hover: hover){.blog-post-card .bpc-content .bpc-title>h2>a:hover{color:#002fa7}}.blog-post-card .bpc-content .bpc-excerpt{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}@media(max-width: 767px){.blog-post-card .bpc-content .bpc-excerpt{margin-top:.75rem !important}}.blog-post-card .bpc-content .bpc-excerpt>p{font-size:.8rem;line-height:1.33;margin-bottom:.5rem}.blog-slider-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:3rem 0;overflow:hidden}@media(max-width: 991px){.blog-slider-wrapper{padding:1.5rem 1rem}}.blog-slider-wrapper .blog-slider-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}@media(max-width: 767px){.blog-slider-wrapper .blog-slider-container{padding:0}}.blog-slider-wrapper .blog-slider-container .blog-slider-header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;position:relative;margin-bottom:2rem}.blog-slider-wrapper .blog-slider-container .blog-slider-header>h3{font-family:"Red Rose",sans-serif;font-size:1.75rem;text-transform:uppercase;letter-spacing:4px;padding:1rem;margin:0}@media(max-width: 991px){.blog-slider-wrapper .blog-slider-container .blog-slider-header>h3{font-size:1.25rem}}.blog-slider-wrapper .blog-slider-container .blog-slider-header>span{text-transform:uppercase;opacity:.05;font-size:3.5rem;z-index:0;letter-spacing:.25rem;position:absolute;top:1.15rem;right:0;white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width: 991px){.blog-slider-wrapper .blog-slider-container .blog-slider-header>span{right:initial;left:50%;transform:translateX(-50%);opacity:.025}}.blog-slider-wrapper .blog-slider-container .blog-slider-header>a{display:flex;align-items:center;justify-content:flex-start;color:#002fa7;gap:.5rem;transition:color .2s ease}.blog-slider-wrapper .blog-slider-container .blog-slider-header>a>i{display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:transform .2s ease}@media(hover: hover){.blog-slider-wrapper .blog-slider-container .blog-slider-header>a:hover{color:#a9dbff}.blog-slider-wrapper .blog-slider-container .blog-slider-header>a:hover>i{transform:translateX(0.25rem)}}.blog-slider-wrapper .blog-slider-container .blog-slider-content{width:100%}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper{display:flex;align-items:center;justify-content:center;width:100%}@media(min-width: 992px){.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper{overflow:clip;overflow-clip-margin:10px}}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper{width:100%;align-items:stretch}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide{padding:.5rem;height:auto}@media(max-width: 767px){.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide{padding:0}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card .bpc-content .bpc-title>h2{font-size:1rem;margin-bottom:.75rem}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card .bpc-content .bpc-excerpt{display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:0 !important}}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100%}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card>div{transition:opacity .2s ease,visibility .2s ease}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;z-index:9;background-color:hsla(0,0%,100%,.8);width:40px;height:40px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid rgba(0,0,0,.05);transform:translateY(-50%)}@media(hover: hover){.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav{transform:translateY(-50%) scale(0.85);transition:transform .3s ease}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav:hover{transform:translateY(-50%) scale(1)}}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav>i{display:flex;align-items:center;justify-content:center;font-size:1.25rem}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav.bs-prev{border-radius:.25rem;left:1rem}.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav.bs-next{border-radius:.25rem;right:1rem}/*# sourceMappingURL=style.min.css.map */