:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g)*1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body,html{font-size:16px}body .disabled,html .disabled{background-color:#d6d6d6!important;color:#b8b8b8!important;border-color:#d6d6d6!important}@keyframes checkbox-wave{50%{transform:scale(.9)}}@keyframes clippath{0%,to{clip-path:inset(0 0 98% 0)}25%{clip-path:inset(0 98% 0 0)}50%{clip-path:inset(98% 0 0 0)}75%{clip-path:inset(0 0 0 98%)}}@keyframes bounce{0%{transform:translateY(-10px)}50%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes bounceAlpha{0%{opacity:1;transform:translateX(0) scale(1)}25%{opacity:0;transform:translateX(10px) scale(.9)}26%{opacity:0;transform:translateX(-10px) scale(.9)}55%{opacity:1;transform:translateX(0) scale(1)}}@keyframes ripple{0%{opacity:1;transform:scale3d(.75,.75,1)}to{opacity:0;transform:scale3d(1.5,1.5,1)}}@keyframes linearGradientMove{to{background-position:5px 0,-5px 100%,0 -5px,100% 5px}}@keyframes spin{to{transform:rotate(1turn)}}.categories-bar{z-index:20;display:flex;top:calc(70px + 4px)}.category-list{display:flex;align-items:center;justify-content:flex-start;gap:30px;padding:10px;font-size:.875rem;line-height:1.25rem;overflow-x:auto;flex-wrap:nowrap}.category-list .category-item{color:#fff;opacity:.5;white-space:nowrap}.category-list .category-item.active{border-bottom:4px solid #fff;opacity:1}.category-list .category-item.disabled{opacity:.5}.category-list::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:none}.product-card{border-radius:5px;--tw-shadow:0px 4px 4px 0px #00000040;--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.product-overlay{top:0;height:calc(100% - 73px);width:100%}.product-overlay,.product-overlay .text-out-of-stock{position:absolute;left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.product-overlay .text-out-of-stock{top:50%;--tw-translate-y:-50%;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn{display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:5px;border-radius:.3571428571rem;padding:.7142857143rem 1.4285714286rem;font-size:14px;font-size:1rem;line-height:20px;line-height:1.4285714286rem;border:1px solid;outline:none;letter-spacing:.5px;transition:all .3s ease-in-out}.btn-filled{border-style:none;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-color:#fff}.btn-filled-primary{background-color:#b40126;color:#fff}.btn-outlined{border-color:#6f7978;color:#b40126}.btn-disabled,.btn:disabled{background-color:#d6d6d6!important;color:#b8b8b8!important;border-color:#d6d6d6!important;pointer-events:none;cursor:not-allowed}.btn-circle{border-radius:9999px;padding:0}.btn-link,.btn-no-border{border-style:none}.btn-link{padding:0;font-size:.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgb(22 26 76/var(--tw-text-opacity))}.btn[class*=-square]{background-color:rgb(22 26 76/var(--tw-bg-opacity));background-color:#161a4c;color:#fff}.btn[class*=-square-white],.btn[class*=-square]{min-width:25px;min-height:25px;border-style:none;--tw-bg-opacity:1;padding:.25rem}.btn[class*=-square-white]{background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(22 26 76/var(--tw-text-opacity));background-color:#fff}.btn[class*=-primary]{background-color:rgb(22 26 76/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));background-color:#161a4c}.btn[class*=-primary],.btn[class*=-white]{border-style:none;--tw-bg-opacity:1;font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:14px;--tw-text-opacity:1}.btn[class*=-white]{background-color:rgb(255 255 255/var(--tw-bg-opacity));color:rgb(22 26 76/var(--tw-text-opacity));background-color:#fff}.btn[class*=-sq-transparent]{min-width:25px;min-width:1.7857142857rem;min-height:25px;min-height:1.7857142857rem;border-style:none;background-color:transparent;padding:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:400}@media(hover:hover)and (pointer:fine){.btn:not(:disabled):not(.btn-disabled):hover{opacity:.8}}.btn:not(:disabled):not(.btn-disabled):active{opacity:.8}.nav-notification-popup{border-radius:8px}.nav-notification-popup .nav-notification-header{display:flex;justify-content:space-between;border-bottom:1px solid #bec9c7;border-radius:8px 8px 0 0}.nav-notification-popup .notification-list{overflow:hidden;overflow-y:scroll}.nav-notification-popup .notification-list .notification-item:not(:last-child){border-bottom:1px solid #bec9c7}.nav-notification-popup .notification-list .notification-item.unread{opacity:.38}.nav-notification-popup .notification-list .notification-item .notification-content{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.form-group{display:flex;flex-direction:column;justify-content:center;position:relative}.form-group .active-border{position:absolute;bottom:0;left:0;height:2px;width:0;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.form-input{border-radius:10px;background-color:hsla(0,0%,100%,.2);padding:.875rem 1rem .5rem;line-height:1.25rem;line-height:14px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-shadow:0px 4px 4px 0px #00000040;--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);border-bottom:1px solid transparent;outline:none}.form-input,.form-input+.form-label{font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.875rem}.form-input+.form-label{position:absolute;left:1rem;line-height:1.25rem;color:hsla(0,0%,100%,.6);transition:all .3s ease-in-out}.form-input:focus{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.form-input:focus:focus{border-color:hsla(0,0%,100%,.6);outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:hsla(0,0%,100%,.5)}.form-input:focus~.active-border{width:100%}.form-input.has-value+.form-label,.form-input:focus+.form-label{top:.375rem;font-size:10px;opacity:.8}.form-input:-webkit-autofill,.form-input:-webkit-autofill:focus,.form-input:-webkit-autofill:hover{caret-color:#fff!important;border:none!important;-webkit-text-fill-color:#fff!important;border-bottom:1px solid transparent;background-color:hsla(0,0%,100%,.2)!important;box-shadow:0 4px 4px 0 rgba(0,0,0,.251)!important}.form-input[type=password]::-webkit-textfield-decoration-container{visibility:hidden}.confirm-modal{border-radius:28px;--tw-bg-opacity:1;background-color:rgb(230 233 231/var(--tw-bg-opacity));padding:1.5rem}.confirm-modal .modal-header{padding-bottom:1.5rem;text-align:center;font-size:1.25rem;line-height:1.75rem;color:#191c1c}.confirm-modal .modal-footer{display:flex;width:100%;justify-content:space-between}.confirm-modal .modal-footer .action{background-color:transparent;padding:10px .75rem;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgb(180 1 38/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.modal{height:-moz-fit-content;height:fit-content;width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:5px;padding:1.25rem 10px 10px;text-align:left;vertical-align:middle;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.modal,.modal .modal-body{display:flex;flex-direction:column}.modal .modal-body{align-items:center;text-align:center}.modal .modal-icon{margin-bottom:1.25rem;display:flex;height:30px;width:30px;align-items:center;justify-content:center;border-radius:9999px}.modal .modal-title{font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(254 254 254/var(--tw-text-opacity))}.modal .modal-description{margin-bottom:1.25rem;white-space:pre-line;font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.875rem;line-height:1.25rem}.modal .modal-footer{display:flex;justify-content:space-between;gap:.5rem}.modal .modal-footer .btn{flex:1}.modal-success .modal-icon{--tw-bg-opacity:1;background-color:rgb(176 255 250/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(33 190 185/var(--tw-text-opacity))}.modal-success .btn-confirm{--tw-bg-opacity:1;background-color:rgb(33 190 185/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.modal-warning .modal-icon{--tw-bg-opacity:1;background-color:rgb(253 248 232/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(242 201 76/var(--tw-text-opacity))}.modal-warning .btn-confirm{background-color:rgb(242 201 76/var(--tw-bg-opacity))}.modal-error .modal-icon,.modal-warning .btn-confirm{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.modal-error .modal-icon{background-color:rgb(166 15 21/var(--tw-bg-opacity))}.modal-error .btn-confirm{--tw-bg-opacity:1;background-color:rgb(180 1 38/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));background-color:#b40126}.modal-info .modal-icon{--tw-bg-opacity:1;background-color:rgb(239 241 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(91 95 94/var(--tw-text-opacity))}.modal-info .btn-confirm{--tw-bg-opacity:1;background-color:rgb(180 1 38/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));background-color:#b40126}.floor-map{position:relative;padding-top:20px;padding-bottom:20px}.floor-map .floor-selection{position:absolute;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));text-align:center;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.4);z-index:1}.floor-map .floor-selection-item{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.floor-map .floor-selection-active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));background-color:#b40126}.floor-map .react-transform-component .image-map{position:relative;background-size:cover;background-repeat:no-repeat;background-position:50%;width:366px;height:259px}.floor-map .tools-control{position:absolute;right:.25rem;bottom:0;display:flex;flex-direction:column}.floor-map .tools-control .btn-control-zoom{display:flex;height:2.5rem;width:2.5rem;cursor:pointer;align-items:center;justify-content:center;--tw-bg-opacity:1;background-color:rgb(216 217 217/var(--tw-bg-opacity));font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));border-radius:50%;color:#3f4948}.floor-map .tools-control .btn-control-zoom:hover{opacity:.8;transition:opacity .3s}.floor-map .marker{position:absolute;left:0;top:0}.floor-map .marker.active{z-index:10;font-size:40px}.floor-map .marker.active .icon-marker{animation:bounce 1s ease-in-out infinite}.floor-map .map-wrapper,.floor-map .react-transform-wrapper{width:calc(100vw - 4px);height:calc((var(--full-dvh) - 70px - 4px - 4px)*40/100 - 40px);overflow:hidden}.checkbox{display:flex;align-items:center}.checkbox input[type=checkbox]{display:none;visibility:hidden}.checkbox.checked .checkbox-label span:first-child{background:#a80006;border-color:#a80006;animation:checkbox-wave .4s ease}.checkbox.checked .checkbox-label span:first-child svg{stroke-dashoffset:0;stroke:#fff}.checkbox.checked .checkbox-label span:first-child:before{transform:scale(3.5);opacity:0;transition:all .6s ease}.checkbox.disabled-checkbox .checkbox-label span:first-child{opacity:.5;border:1px solid #b8b8b8}.checkbox .checkbox-label{display:flex;cursor:pointer;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox .checkbox-label span{display:flex;align-items:center;justify-content:center;transform:translateZ(0)}.checkbox .checkbox-label span:first-child{position:relative;margin-right:.875rem;height:1.25rem;min-height:1.25rem;width:1.25rem;min-width:1.25rem;border-radius:5px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-color:#fff;transform:scale(1);transition:all .3s ease}.checkbox .checkbox-label span:first-child .checked-icon{font-size:12px;font-size:.8571428571rem;stroke-dasharray:16px;stroke-dasharray:1.1428571429rem;stroke-dashoffset:16px;stroke-dashoffset:1.1428571429rem;position:absolute;fill:none;stroke:transparent;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:all .3s ease;transition-delay:.1s;transform:translateZ(0)}.checkbox .checkbox-label span:first-child:before{content:"";width:100%;height:100%;background-color:#a80006;display:block;transform:scale(0);opacity:1;border-radius:50%}.checkbox .checkbox-label span.label-text{line-height:1}.custom-radio{display:flex;width:100%;align-items:center;font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.75rem;line-height:1rem}.custom-radio.checked .custom-radio-circle{--tw-bg-opacity:1;background-color:rgb(180 1 38/var(--tw-bg-opacity));background-color:#b40126;border-color:#b40126}.custom-radio.checked .custom-radio-circle .custom-radio-checked{visibility:visible;opacity:1}.custom-radio.row-reverse .custom-radio-label{width:100%;flex-direction:row-reverse;justify-content:space-between}.custom-radio.row-reverse .custom-radio-circle{margin-right:0}.custom-radio .custom-radio-input{display:none;visibility:hidden}.custom-radio .custom-radio-label{display:flex;align-items:center}.custom-radio .custom-radio-circle{position:relative;margin-right:5px;display:flex;height:15px;width:15px;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity));border:1px solid #3f4948;transition:all .3s ease-in-out}.custom-radio .custom-radio-circle .custom-radio-checked{visibility:hidden;position:absolute;display:flex;height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));opacity:0;background-color:#fff;transition:all .3s ease-in-out}.badge{display:flex;width:-moz-min-content;width:min-content;align-items:center;justify-content:center;border-radius:.5rem;padding:.25rem .5rem;font-size:1rem;line-height:1.5rem;font-weight:500}.badge-disabled{background-color:rgb(107 114 128/var(--tw-bg-opacity));--tw-bg-opacity:0.1;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.badge-danger{background-color:rgb(244 63 94/var(--tw-bg-opacity));--tw-bg-opacity:0.2;--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity))}.badge-success{background-color:rgb(20 184 166/var(--tw-bg-opacity));--tw-bg-opacity:0.1;--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity))}.badge-warning{background-color:rgb(250 204 21/var(--tw-bg-opacity));--tw-bg-opacity:0.2;--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.badge-ghost{border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-text-opacity:1}.badge-default,.badge-ghost{white-space:nowrap;color:rgb(17 24 39/var(--tw-text-opacity))}.badge-default{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));font-family:var(--font-dela),Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:1.25;--tw-text-opacity:1}.badge-purple{background-color:rgb(216 180 254/var(--tw-bg-opacity));--tw-bg-opacity:0.2;--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity))}.badge-blue{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.icon-map{position:relative;margin-left:5px;margin-right:5px}.icon-map:after{position:absolute;height:2rem;width:2rem;border-radius:9999px;content:"";top:-6px;left:-6px;border:1px dashed #b40126;animation:spin 10s linear infinite}.store-map-modal{max-width:100%}.store-map-modal .floor-number{margin-right:.5rem;display:flex;height:26px;width:100%;max-width:36px;align-items:center;justify-content:center;border-radius:.25rem;padding:.25rem;font-size:.75rem;line-height:1rem;font-weight:700;color:#b40126;border:1px solid #b8b8b8}.store-map-modal .map-wrapper,.store-map-modal .react-transform-wrapper{width:calc(100vw - 64px)}.store-map-modal .map-wrapper .tools-control,.store-map-modal .react-transform-wrapper .tools-control{right:0}.store-map-modal .map-wrapper .tools-control .btn-control-zoom,.store-map-modal .react-transform-wrapper .tools-control .btn-control-zoom{height:2.25rem;width:2.25rem}header .icon-cart,header .icon-notification{position:relative;display:flex;height:100%;width:100%;align-items:center;justify-content:center}header .icon-cart .notify-badge,header .icon-notification .notify-badge{width:16px;width:1.1428571429rem;height:16px;height:1.1428571429rem;min-width:-moz-max-content;min-width:max-content;padding-inline:2px;position:absolute;right:54%;bottom:50%;display:flex;justify-content:center;align-items:center;font-weight:500;border-radius:100px;background-color:#b40126;color:#fff;cursor:pointer}.side-menu{height:100%;width:100%}.side-menu .nav-menu-popup{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;row-gap:50px}.side-menu .nav-menu-popup .nav-menu-list{display:flex;flex-direction:column;align-items:center;row-gap:30px}.side-menu .nav-menu-popup .nav-menu-list .nav-menu-link{color:#fff}.nav-bar{background-color:#eceeed}.nav-bar .nav-icon{display:block;border-radius:1rem}.nav-bar .icon-active{display:none}.nav-bar .icon-deactive{display:block}.nav-bar .active .nav-icon{background-color:#cce8e6}.nav-bar .active .icon-active{display:block}.nav-bar .active .icon-deactive{display:none}.page-container{position:relative;display:flex;flex-direction:column;padding:2px;min-height:calc(var(--full-dvh) - 70px - 4px)}.page-container .scrolled-list-view{display:flex;flex:1 1 auto;flex-direction:column}.txt-prewarp{white-space:pre-wrap}.txt-left{text-align:left}.txt-right{text-align:right}.txt-center{text-align:center}.no-wrap{white-space:nowrap}.txt-bold{font-weight:700}.txt-demi{font-weight:600}.txt-uppercase{text-transform:uppercase}.txt-capitalize{text-transform:capitalize}.txt-currency-jp:before{content:"¥";display:inline-block}.txt-required:after{content:" *";color:#b40126}.prevent-scroll{overflow:hidden!important}.visible-hidden{visibility:hidden}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-block{display:block}.d-inline-block{display:inline-block}.full-width{width:100%}.full-height{height:100vh}.bg-primary{background-color:#b40126}.txt-primary{color:#b40126}.bg-secondary{background-color:#4a6361}.txt-secondary{color:#4a6361}.bg-color-brand{background-color:#161a4c}.txt-color-brand{color:#161a4c}.bg-border{background-color:#e0e3e2}.txt-border{color:#e0e3e2}.bg-border-1{background-color:#bec9c7}.txt-border-1{color:#bec9c7}.bg-border-2{background-color:#6f7978}.txt-border-2{color:#6f7978}.bg-text{background-color:#191c1c}.txt-text{color:#191c1c}.bg-card-background{background-color:#f7faf9}.txt-card-background{color:#f7faf9}.bg-card-background-1{background-color:#fafdfb}.txt-card-background-1{color:#fafdfb}.bg-error-40{background-color:#ba1a1a}.txt-error-40{color:#ba1a1a}.bg-neutral-variant-30{background-color:#3f4948}.txt-neutral-variant-30{color:#3f4948}.bg-surface-98{background-color:#f7faf9}.txt-surface-98{color:#f7faf9}.bg-surface-n-10{background-color:#191c1c}.txt-surface-n-10{color:#191c1c}.bg-surface-n-96{background-color:#f2f4f3}.txt-surface-n-96{color:#f2f4f3}.bg-surf-container-high{background-color:#e6e9e7}.txt-surf-container-high{color:#e6e9e7}.bg-cyan{background-color:#cce8e6}.txt-cyan{color:#cce8e6}.bg-grey{background-color:#eceeed}.txt-grey{color:#eceeed}.bg-white{background-color:#fff}.txt-white{color:#fff}.bg-black{background-color:#000}.txt-black{color:#000}.product-page{display:flex;flex:1 1 0%;flex-direction:column}.product-page .product-grid{display:grid;gap:2px;grid-template-columns:repeat(auto-fit,minmax(165px,1fr))}@media(min-width:480px){.product-page .product-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.product-page .product-empty{margin:auto;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.scrolled-product{display:flex;flex:1 1 auto;flex-direction:column}.store-list{display:grid;gap:2px;padding-bottom:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2px;max-height:calc((var(--full-dvh) - 70px - 4px - 4px)*60/100 - 44px - 2px);overflow-y:auto}.store-list .store-item{position:relative;display:flex;align-items:center;border-radius:5px;background-color:#ffffff33;--tw-shadow:0px 4px 4px 0px #00000040;--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.store-list .store-item.store-highlighted{color:#b40126}.store-list .store-item.store-highlighted:after,.store-list .store-item.store-highlighted:before{position:absolute;border-radius:5px;content:"";top:-1px;left:0;right:0;bottom:-1px;border:2px solid #b40126;transition:all .5s;animation:clippath 3s linear infinite}.store-list .store-item.store-highlighted:after{animation:clippath 3s linear -1.5s infinite}.store-list .store-item .store-image{overflow:hidden;border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.store-list .store-item .store-detail{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 80px - 50px)}.store-list .store-item .store-detail .store-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%}.store-list .store-item .arrows{height:20px;height:1.4285714286rem;position:relative;display:flex;align-items:center}.store-list .store-item .arrows .arrow{position:absolute;bottom:0;margin-left:0;font-size:1.5rem;line-height:2rem;--tw-text-opacity:1;color:rgb(180 1 38/var(--tw-text-opacity));animation-name:bounceAlpha;animation-duration:1.4s;animation-iteration-count:infinite;animation-timing-function:linear}.store-list .store-item .arrows .arrow:first-child{margin-left:-8px;animation-delay:.2s}.store-list::-webkit-scrollbar{display:none}.product-detail{display:flex;flex-direction:column;background-image:linear-gradient(180deg,#b7bbbd,#a9bbc4 33%,#b7d5a1);min-height:calc(var(--full-dvh) - 70px - 4px - 4px - 136px)}.product-detail .product-detail-container{flex-grow:1;background-color:#ffffff33}.product-thumbnail{position:relative;margin-bottom:2px;display:flex;height:228px;width:100%;align-items:center;justify-content:center;overflow:hidden;border-radius:5px;--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.product-thumbnail .product-thumbnail-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-thumbnail-overlay{top:0;height:100%;width:100%}.product-thumbnail-overlay,.product-thumbnail-overlay .text-out-of-stock{position:absolute;left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.product-thumbnail-overlay .text-out-of-stock{top:50%;--tw-translate-y:-50%;font-size:2.25rem;line-height:2.5rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.product-detail-container{position:relative;display:flex;flex-direction:column;border-top-left-radius:5px;border-top-right-radius:5px;padding:1.25rem 10px 170px;--tw-shadow:0px 4px 4px 0px #00000040;--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.product-detail-container .product-information{margin-bottom:30px;display:flex;width:100%;flex-direction:column;row-gap:1.5rem}@media (min-width:320px){.product-detail-container .product-information{position:sticky}}.product-detail-container input[name=readmore]{display:none;visibility:hidden}.product-detail-container input[name=readmore]:checked+.product-description{overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none}.product-detail-container input[name=readmore]:checked+.product-description+label:after{content:attr(data-less)}.product-detail-container .product-description{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:14px}.product-detail-container .product-description,.product-detail-container .readmore-label{font-family:var(--font-jp),Inter,-apple-system,sans-serif;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.product-detail-container .readmore-label{display:inline-flex;cursor:pointer;align-items:center;justify-content:flex-end;font-size:.75rem;line-height:1rem}.product-detail-container .readmore-label:after{display:inline-flex;text-decoration-line:underline;content:attr(data-more)}.product-detail-container .product-options-wrapper{transition:all .3s ease-in-out}.product-detail-container .product-options-wrapper .product-options-group{position:relative;display:flex;align-items:center;justify-content:space-between}.product-detail-container .product-options-wrapper .btn-disclosure{height:1.75rem;width:1.75rem;border-radius:5px;padding:0;font-size:1.25rem;line-height:1.75rem;line-height:1}.product-detail-container .product-options-wrapper .product-options{margin-top:10px;display:flex;flex-direction:column;row-gap:10px}.product-detail-container .product-options-wrapper .product-option{display:flex;align-items:center;border-radius:5px;background-color:#ffffff33;padding:.75rem 10px;font-family:var(--font-jp),Inter,-apple-system,sans-serif;opacity:1;--tw-shadow:0px 4px 4px 0px #00000040;--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.product-detail-container .product-options-wrapper .checkbox-label,.product-detail-container .product-options-wrapper .label-text{width:100%}.product-detail-container .product-options-wrapper .label-text{justify-content:space-between;font-size:.875rem;line-height:1.25rem}.product-detail-container .product-note{display:flex;flex-direction:column}.product-detail-container .product-note .product-note-label{margin-bottom:10px;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.product-detail-container .product-note .product-note-textarea{border-radius:5px;padding:10px;font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.875rem;line-height:1.25rem;border:1px solid #bec9c7;resize:none}.product-detail-container .product-note .product-note-textarea:focus,.product-detail-container .product-note .product-note-textarea:focus-visible{border-color:#161a4c;outline:none}.product-detail-container .add-to-cart-section{position:fixed;left:0;right:0;bottom:0;margin-left:auto;margin-right:auto;width:100vw;border-top-left-radius:5px;border-top-right-radius:5px;--tw-bg-opacity:1;background-color:rgb(22 26 76/var(--tw-bg-opacity));padding:1.25rem 10px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));background-color:#161a4c}.product-detail-container .add-to-cart-section.popup-edit{width:calc(100vw - 13px)}.coming-soon-page{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem;flex:1}.store-detail-page{display:flex;flex:1 1 0%;flex-direction:column}.store-detail-hero,.store-thumbnail{position:relative}.store-thumbnail{display:flex;height:228px;width:100%;align-items:center;justify-content:center;overflow:hidden;border-radius:5px;--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.store-thumbnail .store-thumbnail-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.store-detail-wrapper{display:flex;flex:1 1 0%;flex-direction:column}.store-detail-wrapper .categories-bar{margin-left:-2px;margin-right:-2px;background:linear-gradient(90deg,#465358,#728288 50%,#536067)}.cart-container .loading-overlay{position:fixed;display:flex;height:100%;align-items:center;justify-content:center;width:100vw;background-color:rgba(0,0,0,.4);z-index:999;top:0;left:0;color:#fff}.cart-container .store-item{border-radius:5px;background-color:#ffffff33;padding:.75rem 10px;--tw-shadow:0px 4px 4px 0px #00000040;--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.cart-container .store-item.card-store-item{margin-bottom:2px;padding-top:1rem;padding-bottom:10px}.cart-container .store-item:last-child{border-bottom:none}.cart-container .store-item .store-info{margin-bottom:1.25rem}.cart-container .store-item .store-name{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:400;color:#fff}.cart-container .cart-items-wrapper{padding-bottom:10.7142857143rem;display:flex;flex:1 1 0%;flex-direction:column;gap:2px}.cart-container .cart-line-items{display:flex;flex-direction:column;row-gap:10px;overflow-y:clip;transition:all .3s ease-in-out}.cart-container .cart-line-items .variant-info{display:flex;width:100%;flex-direction:column}.cart-container .cart-line-items .variant-thumbnail{margin-right:10px;display:flex;height:80px;width:80px;align-items:center;justify-content:center;border-radius:5px;background-color:#f7faf9}.cart-container .cart-line-items .variant-title{display:flex;flex:1 1 0%;align-items:flex-start;overflow-wrap:break-word;font-weight:400;margin-bottom:5px}.cart-container .cart-line-items .total-quantity-product,.cart-container .cart-line-items .variant-title{font-size:.875rem;line-height:1.25rem;color:#fff}.cart-container .cart-line-items .variant-info-meta-left{display:flex;flex-direction:column;gap:5px}.cart-container .cart-line-items .variant-selected-options{display:flex}.cart-container .cart-line-items .variant-selected-options .variant-option-label{margin-right:.25rem;font-weight:700}.cart-container .cart-line-items .variant-selected-options .variant-option-label,.cart-container .cart-line-items .variant-selected-options .variant-option-values{font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(50 50 50/var(--tw-text-opacity))}.cart-container .cart-line-items .variant-selected-options .option-value{display:inline;margin-right:.3571428571rem;word-wrap:break-word}.cart-container .cart-line-items .variant-selected-options .option-value:after{content:","}.cart-container .cart-line-items .variant-selected-options .option-value:last-child{margin-right:0}.cart-container .cart-line-items .variant-selected-options .option-value:last-child:after{content:""}.cart-container .cart-line-items .variant-note{padding-left:.5rem;font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(50 50 50/var(--tw-text-opacity));border-left:2px solid #b40126}.cart-container .cart-line-items .variant-price{font-size:1.25rem;line-height:1.75rem;color:#fff}.cart-container .cart-line-items .variant-quantity{display:flex;align-items:center}.cart-container .cart-line-items .variant-quantity .quantity{width:40px;width:2.8571428571rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:400;color:#fff}.cart-container .cart-line-items .variant-quantity .btn-quantity:disabled{opacity:.5}.total-prices{font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700}.cart-sumary{position:fixed;width:100vw;border-top-left-radius:5px;border-top-left-radius:.3571428571rem;border-top-right-radius:5px;border-top-right-radius:.3571428571rem;padding:0 .7142857143rem;left:0;bottom:0;background-color:#161a4c}.popup-line-item .content-line-item-popup{-ms-overflow-style:none;scrollbar-width:none}.popup-line-item .content-line-item-popup::-webkit-scrollbar{display:none}.popup-line-item .popover-panel{height:calc(var(--full-dvh) - 70px);top:calc(70px)}.payment-section{position:fixed;width:100vw;--tw-bg-opacity:1;background-color:rgb(22 26 76/var(--tw-bg-opacity));padding:1.25rem 10px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));background-color:#161a4c;border-top-left-radius:28px;border-top-left-radius:2rem;border-top-right-radius:28px;border-top-right-radius:2rem;left:0;bottom:0}.order-page{display:flex;flex:1 1 0%;flex-direction:column}.order-page .tabs-bar{margin-left:-2px;margin-right:-2px;margin-top:-2px;top:calc(70px + 4px);z-index:2;background:linear-gradient(90deg,#283241,#3f4a52 50%,#637279)}.order-page .tabs-bar .tab-list{display:flex;align-items:center;justify-content:center;gap:30px;padding-top:10px;padding-bottom:10px;color:#fff}.order-page .tabs-bar .tab-list .tab-item{position:relative;cursor:pointer;text-align:center;opacity:.5}.order-page .tabs-bar .tab-list .tab-item.active{border-bottom:4px solid #fff;opacity:1}.order-page .order-list{display:flex;flex-direction:column;gap:2px;padding-bottom:1.5rem}.order-page .order-item{position:relative;border-radius:5px;background-color:#ffffff33;padding:10px;--tw-shadow:0px 4px 4px 0px #00000040;--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.order-page .order-item .order-thumbnail{position:relative;display:flex;height:80px;width:80px;flex-basis:80px;align-items:center;justify-content:center;--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.order-page .order-item .order-thumbnail .order-thumbnail-image{border-radius:.5rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.order-detail-container{display:flex;flex-direction:column;justify-content:center}.order-detail-container .order-status-tracker{border-radius:5px;background-color:#ffffff33;padding:1rem 10px .75rem;--tw-shadow:0px 4px 4px 0px #00000040;--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.order-detail-container .order-status-icon{margin-bottom:1rem;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;font-size:2rem}.order-detail-container .order-details-information{margin-bottom:1.25rem}.order-detail-container .order-items-wrapper{padding-bottom:10rem}.order-detail-container .order-items-wrapper .line-items{padding-bottom:1.25rem}.order-detail-container .order-summary-wrapper{position:fixed;bottom:0;width:100vw;border-top-left-radius:5px;border-top-right-radius:5px;--tw-bg-opacity:1;background-color:rgb(22 26 76/var(--tw-bg-opacity));padding:1.25rem 10px;background-color:#161a4c}.order-detail-container .order-summary-wrapper .order-total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border-bottom-width:1px;padding-bottom:10px}.line-items{display:flex;flex-direction:column;gap:10px}.line-items .line-item{display:flex;justify-content:space-between;gap:1rem}.line-items .line-item-thumbnail{display:flex;height:80px;width:80px;align-items:center;justify-content:center;border-radius:5px;background-color:#f7faf9;background-size:contain;background-repeat:no-repeat;background-position:50%}.line-items .line-item-quantity{min-width:70px;text-align:end}.line-items .line-item-name,.line-items .line-item-quantity{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.line-items .line-item-name{display:flex;align-items:flex-start}.line-items .line-item-price{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.line-items .line-item-options{display:flex;gap:.25rem;font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(50 50 50/var(--tw-text-opacity))}.line-items .line-item-options .line-item-option-title{margin-right:.25rem;font-weight:700}.line-items .line-item-options .line-item-value{display:inline;font-size:.75rem;line-height:1rem;word-wrap:break-word}.line-items .line-item-note{padding-left:.5rem;font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(50 50 50/var(--tw-text-opacity));border-left:2px solid #b40126}.order-status-tracker .status-list{position:relative;display:flex;align-items:center;justify-content:space-around;font-family:var(--font-jp),Inter,-apple-system,sans-serif}.order-status-tracker .status-line{position:relative;margin-bottom:2.25rem;height:1px;width:50%;border-style:none;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-color:#fff;background:linear-gradient(90deg,#d6d6d6 50%,transparent 0) repeat-x;background-size:5px 1px;background-position:0 0}.order-status-tracker .status-item{position:relative;z-index:10;display:flex;min-width:60px;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}.order-status-tracker .status-item .status-icon{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));color:#b8b8b8;background:#d6d6d6}.order-status-tracker .status-item .status-title{white-space:nowrap;text-align:center;font-size:.75rem;line-height:1rem;font-weight:700;text-transform:capitalize;color:#d6d6d6}.order-status-tracker .status-item-active .status-icon:after{animation-delay:0s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.65,0,.34,1)}.order-status-tracker .status-item-active .status-icon:after,.order-status-tracker .status-item-active .status-icon:before{position:absolute;display:flex;align-items:center;justify-content:center;content:"";height:125%;width:125%;border:12px solid rgba(15,58,127,.5);border-radius:100%;animation-name:ripple;animation-duration:3s;opacity:0;z-index:1}.order-status-tracker .status-item-active .status-icon:before{animation-delay:.5s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.65,0,.34,1)}.order-status-tracker .status-item-activated .status-icon,.order-status-tracker .status-item-active .status-icon{position:relative;--tw-border-opacity:1;border-color:rgb(15 58 127/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(15 58 127/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.order-status-tracker .status-item-activated .status-title,.order-status-tracker .status-item-active .status-title{font-weight:600;--tw-text-opacity:1;color:rgb(15 58 127/var(--tw-text-opacity))}.order-status-tracker .status-item-activated+.status-line,.order-status-tracker .status-item-active+.status-line{background:linear-gradient(90deg,#0f3a7f 50%,transparent 0) repeat-x;background-size:5px 1px;background-position:0 0;animation:linearGradientMove .3s linear infinite}.pickup-page{padding:.75rem 10px;font-family:var(--font-jp),Inter,-apple-system,sans-serif;font-size:.875rem;line-height:1.25rem}.pickup-page .store-info-name{margin-bottom:1.75rem;font-family:var(--font-dela),Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-size:1rem;line-height:1.5rem;color:#fff}.pickup-page .pickup-date-list{margin-bottom:1.25rem;display:flex;gap:.5rem}.pickup-page .pickup-date-list .pickup-date-item{border-radius:5px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));text-align:center;font-weight:700;background-color:#fff}.pickup-page .pickup-date-list .pickup-date-item.is-active{--tw-border-opacity:1;border-color:rgb(15 58 127/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(15 58 127/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.pickup-page .pickup-date-list .pickup-date-item .pickup-date-btn{width:100%;padding:.75rem}.pickup-page .pickup-time-list{display:flex;flex-direction:column;gap:.75rem;height:calc(var(--full-dvh) - 70px - 4px - 4px - 126px - 76px - 56px - 72px);overflow-y:scroll}.pickup-page .pickup-time-list .pickup-time-item{border-radius:5px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));text-align:center;background-color:#fff}.pickup-page .pickup-time-list .pickup-time-item.is-active{--tw-border-opacity:1;border-color:rgb(15 58 127/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(15 58 127/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.pickup-page .pickup-time-list .pickup-time-item .pickup-time-btn{width:100%;border-style:none;padding:.5rem}.pickup-page .pickup-actions{position:fixed;bottom:0;left:0;display:flex;width:100%;flex-direction:column;gap:.75rem;padding:1.25rem 10px}.modal-edit-pickup .pickup-page .pickup-time-list{margin-bottom:30px;height:250px}.policy-section,.terms-of-use-section{margin-top:1rem;margin-bottom:1rem}.policy-section .policy-title,.policy-section .terms-of-use-title,.terms-of-use-section .policy-title,.terms-of-use-section .terms-of-use-title{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem;font-weight:700}.policy-section .policy-content,.policy-section .terms-of-use-content,.terms-of-use-section .policy-content,.terms-of-use-section .terms-of-use-content{font-size:.875rem;line-height:1.25rem}.policy-section .policy-content .policy-content-list,.policy-section .policy-content .terms-of-use-content-list,.policy-section .terms-of-use-content .policy-content-list,.policy-section .terms-of-use-content .terms-of-use-content-list,.terms-of-use-section .policy-content .policy-content-list,.terms-of-use-section .policy-content .terms-of-use-content-list,.terms-of-use-section .terms-of-use-content .policy-content-list,.terms-of-use-section .terms-of-use-content .terms-of-use-content-list{padding-left:1.5rem;list-style:auto}.policy-section .policy-content ul,.policy-section .terms-of-use-content ul,.terms-of-use-section .policy-content ul,.terms-of-use-section .terms-of-use-content ul{padding-left:1.5rem}