@keyframes intro-fade{0%{opacity:0}70%{opacity:50%}to{opacity:1}}.intro-fade-anim-mid{animation:intro-fade 2s ease-in-out}.intro-fade-anim-fast{animation:intro-fade .2s ease-in-out}.intro-fade-anim-slow{animation:intro-fade 4s ease-in-out}@keyframes drop{0%{transform:translateY(-300px);opacity:0}50%{transform:translateY(20px);opacity:1}to{transform:translateY(0)}}.intro-drop-anim{animation:drop 1s ease-in-out}@keyframes fade-right{0%{opacity:0;transform:translate(-100%)}40%{opacity:0}to{opacity:1;transform:translate(0)}}.intro-anim-fade-right{animation:fade-right 1s ease-in-out}@keyframes fade-left{0%{opacity:0;transform:translate(100%)}40%{opacity:0}to{opacity:1;transform:translate(0)}}.intro-anim-fade-left{animation:fade-left 1s ease-in-out}@keyframes fade-up{0%{opacity:0;transform:translateY(100%)}40%{opacity:0}to{opacity:1;transform:translateY(0)}}.intro-anim-fade-up{animation:fade-up 1s ease-in-out}@keyframes fade-down{0%{opacity:0;transform:translateY(-100%)}40%{opacity:0}to{opacity:1;transform:translateY(0)}}.rotate{animation:spin 4s linear infinite}.intro-anim-fade-down{animation:fade-down 1s ease-in-out}@keyframes fade{0%{opacity:0}40%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}40%{opacity:1}to{opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes color-fade{0%{color:var(--dark-background)}20%{color:var(--accent-color)}40%{color:green}60%{color:orange}80%{color:var(--accent-faded)}to{color:var(--dark-background)}}.intro-anim-color-fade{animation:color-fade 6s ease infinite}.intro-anim-inf-spin{animation:spin 1s ease infinite}.intro-anim-fade{animation:fade 2s ease-in-out}.intro-anim-fade-fast{animation:fade 1s ease-in-out}.intro-anim-fade-faster{animation:fade .5s ease-in-out}@keyframes delay-blur{0%{filter:blur(0)}70%{filter:blur(3px)}to{filter:blur(3px)}}.intro-anim-delay-blur{animation:delay-blur 1s ease forwards}@keyframes bounce{0%,80%,to{transform:translateY(0)}30%{transform:translateY(-60px)}50%{transform:translateY(0)}60%{transform:translateY(-20px)}}.anim-bounce{animation:bounce 2s infinite}@keyframes drive{0%{transform:translate(-20px)}to{transform:translate(50px)}}.drive-anim{animation:drive 2s infinite}.scrolling-message{width:100%;white-space:nowrap;box-sizing:border-box}.scrolling-message:before{display:inline-block;width:100%}.scrolling-message{animation:scroll 30s linear infinite}@keyframes scroll{0%{transform:translate(100%)}to{transform:translate(-150%)}}.anim-infinite-scale{animation:infinite-scale-animation 3s infinite}@keyframes infinite-scale-animation{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.fade-left{animation:fade-left 1s ease-in-out}.fade-right{animation:fade-right 1s ease-in-out}.fade-up{animation:fade-up 1s ease-in-out}.fade-down{animation:fade-down 1s ease-in-out}.fade{animation:fade .5s ease-in-out}.drop-animation{animation:drop 1s ease-in-out}.align-center,.items-center{align-items:center}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.shrink-0{flex-shrink:0}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-32{gap:8rem}.row-gap-4{row-gap:1rem}.column-gap-4{column-gap:1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.m-10{margin:2.5rem}.m-12{margin:3rem}.m-16{margin:4rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-32{margin:8rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-32{margin-top:8rem}.mt-auto{margin-top:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-32{margin-bottom:8rem}.mb-auto{margin-bottom:auto}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.relative{position:relative}:root{--accent-color: #1d63ff;--accent-color-darker: #00277a;--complimentary-color: #ff595a;--clipboard-bg: rgba(255, 255, 255, 20%);--stroke-color: rgba(0, 0, 0, 30%);--text-color: #222;--background-color: #fff;--background-color-lighter: #ededed;--background-color-lighter-x2: #f6f6f6;--button-color: #222;--translucent-bg: rgba(0, 0, 0, .3);--translucent-bg-light: rgba(0, 0, 0, .1);--translucent-bg-light-x2: rgba(0, 0, 0, .05);--translucent-bg-reverse: rgba(255, 255, 255, .3);--translucent-bg-light-reverse: rgba(255, 255, 255, .1);--translucent-bg-light-x2-reverse: rgba(255, 255, 255, .05)}*{padding:0;border:0;outline:0;margin:0;box-sizing:border-box;transition:.2s ease-in-out;font-family:Poppins,Montserrat,DM Sans,sans-serif;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}body{width:100vw;height:100svh;overflow:hidden}#root{height:100%;width:100%}.App{width:100%;height:100%;display:flex;flex-direction:column}button{width:100%;height:50px;display:flex;justify-content:center;align-items:center;gap:10px;border-radius:6px;font-weight:500}button:hover{transform:scale(1.02);cursor:pointer}button:active{transform:scaleY(.8)}button:disabled{opacity:.7}button:disabled:hover{cursor:not-allowed}button img{width:20px}.button-blue{background-color:var(--accent-color);color:#fff}.button-red{background-color:var(--complimentary-color)}input{width:100%;height:50px;border-radius:8px;border:1px solid var(--translucent-bg-light);padding:0 20px}textarea{width:100%;min-height:60px;border-radius:8px;border:1px solid var(--translucent-bg-light);padding:10px}select{width:100%;height:45px;border-radius:8px;border:1px solid var(--translucent-bg);padding:0 20px}.line{width:100%;height:1px;background-color:var(--translucent-bg-light)}.small-text{font-size:14px;opacity:.6}.Toastify__close-button{width:fit-content}.custom-toast{background:#0009!important;color:#fff!important;border-radius:8px!important;box-shadow:0 2px 10px #0000001a!important}.red{color:red}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.auth-screen{width:100vw;height:100svh;position:fixed;background-color:var(--translucent-bg);display:flex;justify-content:center;overflow-y:scroll;padding:20px;z-index:300}.auth-main{width:100%;max-width:450px;height:fit-content;min-height:500px;background-color:var(--background-color);display:flex;flex-direction:column;align-items:center;padding:20px 30px 30px;gap:20px;border-radius:8px}.auth-control-cont{display:flex;justify-content:flex-end;width:100%}.auth-control-cont i{font-size:20px}.auth-control-cont i:hover{cursor:pointer;transform:scale(1.2);color:var(--complimentary-color)}.auth-logo{height:40px}.auth-logo-wrapper{height:70px;width:70px;border-radius:50%;background-color:var(--translucent-bg-light-x2);display:flex;justify-content:center;align-items:center}.auth-component{display:flex;flex-direction:column;align-items:center}.auth-component .sep{margin-top:20px}.auth-form{margin-top:10px;width:100%;display:flex;flex-direction:column;align-items:center}.auth-form .form-item p{font-size:14px;font-weight:600}.auth-form .form-item{display:flex;flex-direction:column;gap:5px;width:100%;margin-bottom:10px}.auth-form button{margin-top:30px}.auth-form .alt-auth{width:fit-content;text-align:center;margin-top:10px}.auth-form .alt-auth:hover{cursor:pointer;color:var(--accent-color)}@media screen and (max-width: 900px){.auth-screen{padding:10px}.auth-main{padding:20px 20px 30px}}.loading-container{position:fixed;top:0;left:0;background-color:var(--translucent-bg);width:100vw;height:100svh}.loading-bar{position:fixed;top:0;left:0;width:40%;height:2px;background:#fff;animation:moveBar 1.5s infinite ease-in-out}@keyframes moveBar{0%{left:0}50%{left:70%}to{left:0}}.logo{display:flex;align-items:center;gap:10px}.logo:hover{cursor:pointer}.logo-image{height:23px}.logo-text{color:#fff;opacity:.8;letter-spacing:1px;font-size:18px}.header{width:100%;height:60px;background-color:var(--accent-color);padding:0 30px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.header .left-wing i{color:#fff;font-size:17px;margin-right:10px;margin-top:3px}.header .left-wing i:hover{cursor:pointer;transform:scale(1.1)}.header .right-wing{display:flex;align-items:center;gap:20px}.header .right-wing .header-item i{color:#fff;font-size:18px;position:relative}.header .right-wing .header-item{display:flex;align-items:center;gap:10px;width:25px;overflow-x:hidden;height:40px;border-radius:20px;padding:0 15px 0 3px}.header .right-wing .header-item:hover{cursor:pointer;width:120px;background-color:var(--translucent-bg-light-reverse);padding-left:15px}.header .right-wing .cart-item:hover{width:90px}.header .right-wing .search-item:hover{width:110px}.header .right-wing .notification-item:hover{width:130px}.header .right-wing .header-item p{color:#fff;font-size:13px;font-weight:300}.header .cart-count{position:absolute;width:13px;height:13px;top:-5px;left:-2px;background-color:red;color:#fff;font-size:7px;display:flex;justify-content:center;align-items:center;border-radius:50%}.account-avatar{width:33px;height:33px;object-fit:cover;border-radius:50%}.account-avatar:hover{cursor:pointer;transform:scale(1.06)}@media screen and (max-width: 800px){.header{padding:0 10px}.header .left-wing{gap:5px}.header .left-wing i{font-size:18px}.header .right-wing{gap:10px}.header .right-wing .account-avatar{margin-left:10px}.header .right-wing .favourite-item{display:none}.header .right-wing .header-item:hover{cursor:pointer;width:25px;background-color:transparent;padding-left:3px}}.sidebar-wrapper-2{width:100vw;height:fit-content;height:calc(100svh - 60px);position:fixed;z-index:400;top:60px;transition:1s ease}.sidebar{width:300px;height:100%;background-color:var(--accent-color);border-top:1px solid var(--translucent-bg-reverse);padding:10px 20px 20px 30px;display:flex;flex-direction:column;gap:10px;overflow:auto}.sidebar-control{width:100%;display:flex;justify-content:flex-end;flex-shrink:0}.sidebar-list::-webkit-scrollbar{display:none}.sidebar-list{overflow-y:auto;height:100%}.sidebar-control i{color:#fff;font-size:18px}.sidebar-control i:hover{cursor:pointer;transform:scale(1.2)}.sidebar>*{color:#fff}.sidebar-wrapper{border-bottom:1px solid var(--translucent-bg-reverse);padding-bottom:15px;padding-top:20px}.sidebar-wrapper:first-child{padding-top:10px}.sidebar-item{display:flex;align-items:center;justify-content:space-between;height:50px}.sidebar-item:hover{opacity:.7;cursor:pointer}.sidebar-item:hover i{transform:translate(0)}.sidebar-item i{font-size:13px;transform:translate(-5px)}.sidebar-item p{font-size:14px}.sidebar-wrapper-title{margin-bottom:8px}.avatar-drop-down{top:calc(100% + 15px);width:270px;background-color:var(--background-color);height:fit-content;max-height:300px;min-height:200px;border:1px solid var(--translucent-bg);border-radius:10px;overflow:hidden;position:absolute;top:70px;right:30px}.drop-down-wrapper{width:100vw;height:100svh;background-color:var(--translucent-bg-light);position:fixed;top:0;left:0;z-index:320}.drop-down-wrapper:hover{cursor:pointer}.drop-down-wrapper-active{pointer-events:fill}.drop-down-wrapper-inactive{opacity:0;pointer-events:none}.avatar-drop-down p{color:var(--text-color)}.avatar-drop-down .drop-down-item{width:100%;height:50px;display:flex;align-items:center;gap:15px;padding:0 20px;border-bottom:1px solid var(--translucent-bg-light)}.avatar-drop-down .drop-down-item:hover{transform:scale(1.01);cursor:pointer}.avatar-drop-down .drop-down-icon{pointer-events:none}.avatar-drop-down .drop-down-text{font-size:14px;font-weight:300;pointer-events:none}.avatar-drop-down .signout-btn{width:100%;height:50px;background-color:#ffc9ba;display:flex;align-items:center;justify-content:center;gap:8px}.avatar-drop-down .signout-btn:hover{cursor:pointer;opacity:.6}.avatar-drop-down .signout-btn i,.avatar-drop-down .signout-btn p{font-size:14px;color:#ff5252;pointer-events:none}.outer-box-active{opacity:0;width:100vw;height:100svh;position:fixed;top:0;left:0;pointer-events:fill;z-index:200}.outer-box-inactive{opacity:0;width:100vw;height:100svh;position:fixed;top:0;left:0;pointer-events:none}.star-review .b{opacity:.2}.star-review .g{opacity:1;color:gold}@media screen and (max-width: 800px){.star-review i{font-size:13px}}.product-card{width:100%;max-width:300px;height:400px;background-color:var(--background-color);display:flex;flex-direction:column;justify-content:space-between;padding:15px;position:relative;flex-shrink:0;border:1px solid var(--translucent-bg-light)}.product-card:hover{box-shadow:0 0 15px #0003;cursor:pointer}.card-image{width:100%;aspect-ratio:16 / 9;border-radius:10px;flex-shrink:0;object-fit:cover}.product-card button{flex-shrink:0}.product-card button:hover{background-color:var(--accent-color);color:#fff}.product-card .info-wrapper{height:100%;padding-top:6px;width:100%;overflow:hidden}.product-card .info-wrapper h4{max-height:65px;overflow:hidden}.product-card .store-name{display:flex;align-items:center;gap:5px;margin-top:6px}.product-card .store-name i{font-size:13px}.product-card .store-name p{font-size:13px;font-weight:300;opacity:.6}.product-card .price-wrapper{display:flex;align-items:center;gap:25px;margin-top:20px;margin-bottom:5px}.product-card .new-price{font-size:18px;font-weight:700}.product-card .old-price{opacity:.6;text-decoration:line-through;font-size:14px}.product-card .added-to-cart{background-color:var(--accent-color);color:#fff}.heart-product{position:absolute;top:20px;right:20px;width:40px;height:40px;background-color:#fffc;border-radius:50%;display:flex;justify-content:center;align-items:center}.heart-product i{font-size:18px}.heart-product .fa-light{color:#000000e6}.heart-product .fa-solid{color:red}.discount-wrapper{position:absolute;left:20px;top:20px;background-color:#ffbba8;width:30px;height:30px;border-radius:8px;display:flex;justify-content:center;align-items:center}.discount-wrapper p{font-size:9px;color:#b80000}@media screen and (max-width: 600px){.product-card .info-wrapper{max-width:120px;overflow:hidden}.product-card{gap:0;height:340px}.product-card .price-wrapper{margin-top:5px}.product-card .new-price{font-size:14px}.product-card .old-price{font-size:11px}.product-card .store-name p{font-size:12px}.product-card h4{font-size:14px}.heart-product{height:30px;width:30px}.heart-product i{font-size:14px}}@media screen and (max-width: 350px){.product-card{height:360px}}.recommended{width:100%;height:100%}.recommended .title{width:100%;display:flex;justify-content:center}.recommended .list{display:flex;gap:20px;overflow-y:auto;margin-top:20px;padding:5px 0 20px}.recommended .list .product-card{flex-shrink:0}@media screen and (max-width: 800px){.recommended .list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:5px;row-gap:5px}}.today-deal{width:100%}.deal-title{width:100%;height:60px;background-color:var(--accent-color-darker);display:flex;align-items:center;justify-content:center;color:#fff}.deal-card-wrapper{width:100%;padding:10px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;overflow:hidden}@media screen and (max-width: 900px){.deal-card-wrapper{grid-template-columns:repeat(3,1fr);padding:10px;column-gap:5px;row-gap:5px}}@media screen and (max-width: 800px){.deal-card-wrapper{grid-template-columns:repeat(3,1fr);padding:10px;column-gap:5px;row-gap:5px}}@media screen and (max-width: 630px){.deal-card-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 350px){.deal-card-wrapper{grid-template-columns:repeat(1,1fr);padding:10px;column-gap:5px;row-gap:5px}}.verified-store{width:100%;height:fit-content;background-color:var(--text-color);border-radius:20px;padding:30px 0 60px}.verified-store .title{width:100%;display:flex;justify-content:center;color:#fff}.verified-store .list{width:100%;display:flex;justify-content:space-between;margin-top:50px;padding:0 30px}.verified-store .list .item{display:flex;flex-direction:column;align-items:center}.verified-store .item img{width:60px}.verified-store .item h3{color:#fff;opacity:.7}.verified-store .item p{font-size:13px;color:#fff;opacity:.7}.verified-store .item i{font-size:16px;color:#fff;margin-right:8px;opacity:.7}.verified-store .item:hover{cursor:pointer;transform:scale(1.1)}@media screen and (max-width: 800px){.verified-store .list{flex-direction:column;gap:50px}}.home{overflow-y:auto;background-color:var(--background-color-lighter);height:100%;width:100%;padding-bottom:200px}.site-ad{height:fit-content;height:350px}.home-ad-image{width:100%;height:350px;object-fit:cover;pointer-events:none}.home-category-wrapper{width:100%;height:50px;background-color:var(--accent-color-darker);border-top:1px solid var(--translucent-bg-reverse);position:sticky;top:0;z-index:300}.home-category-wrapper{display:flex;align-items:center;color:#fff;justify-content:space-between;padding:0 30px}.home-category-wrapper p{font-size:13px;padding:0 20px;height:100%;display:flex;align-items:center}.home-category-wrapper p:hover{cursor:pointer;background-color:var(--translucent-bg-light-reverse)}.today-deal-wrapper{width:100%}.verified-store-wrapper{margin-top:70px;padding:0 30px}.recommended-wrapper{margin-top:50px;padding:0 30px}.top-sales-wrapper{margin-top:50px}@media screen and (max-width: 800px){.home-category-wrapper{padding:0 10px;overflow-x:auto}.home-category-wrapper p{flex-shrink:0}.home-category-wrapper p:hover{background-color:transparent}.home{overflow:hidden;overflow-y:auto}.home-category-wrapper,.verified-store-wrapper,.recommended-wrapper{padding:0 10px}}.product-view{display:flex;gap:30px;height:100%;padding:20px 30px;overflow:hidden}.product-view .image-container{width:50%;height:100%;display:flex;flex-direction:column;gap:20px}.product-view .active-image-wrapper{height:80%;aspect-ratio:1 / 1;flex-shrink:0}.product-view .active-image-wrapper img{width:100%;height:100%;object-fit:cover;box-shadow:0 0 10px #0000004d;border-radius:8px}.product-view .image-list-wrapper{width:100%;height:20%}.product-view .store-container{display:flex;align-items:center;gap:10px;margin-bottom:20px;width:fit-content;color:var(--accent-color-darker)}.product-view .store-container i{font-size:14px}.product-view .store-container p{font-size:15px;font-weight:600}.product-view .information-container{width:50%;padding-bottom:200px;overflow-y:auto;overflow-x:visible}.information-container h2{font-weight:900;font-size:30px}.product-view .review-container{display:flex;align-items:center;gap:10px;margin-top:8px}.product-view .review-container p{font-size:14px;opacity:.7}.product-view .price-container{display:flex;align-items:center;gap:10px;margin-top:20px}.product-view .new-price{font-size:22px;font-weight:900;color:var(--complimentary-color)}.product-view .old-price{font-size:14px;text-decoration:line-through}.product-view .discount{background-color:#ffbba8;color:#b80000;font-size:11px;padding:5px 8px;border-radius:6px;margin-left:10px}.product-view .description-container{margin-top:20px}.product-view .description-container p{font-size:13px;opacity:.7}.variation-container{margin-top:20px;display:flex;flex-direction:column;gap:20px}.variation-item{display:flex;flex-direction:column;gap:8px}.variation-wrapper{display:flex;gap:10px;overflow-x:auto}.variation-wrapper p{height:42px;display:flex;align-items:center;font-size:14px;border:1px solid var(--translucent-bg);padding:20px;border-radius:8px}.variation-wrapper p:hover{cursor:pointer;background-color:var(--accent-color);color:#fff}.quantity-wrapper{display:flex;border:1px solid var(--translucent-bg);width:fit-content;padding:0 20px;height:45px;align-items:center;gap:20px;border-radius:8px}.quantity-wrapper p{width:60px;text-align:center;border-left:1px solid var(--translucent-bg);border-right:1px solid var(--translucent-bg);height:100%;display:flex;align-items:center;justify-content:center;font-size:13px}.quantity-wrapper i{font-size:13px}.quantity-wrapper i:hover{cursor:pointer;transform:scale(1.2)}.product-view .action-container{margin-top:30px;display:flex;gap:10px;overflow-x:visible}.product-view .cart-btn{background-color:var(--complimentary-color);color:#fff}.product-view .cart-btn:hover{transform:scale(.95)}.product-view .cart-btn:active{transition:none;transform:scaleY(.7)}.product-view .button-blue{background-color:var(--accent-color)}.product-view .information-container .store-container .brand-text{margin-left:30px;color:var(--text-color);font-weight:300;font-size:12px;border-radius:10px}.product-view .heart-btn{width:70px;display:flex;align-items:center;justify-content:center;background-color:var(--translucent-bg-light);border-radius:8px}.product-view .heart-btn i{font-size:18px}.product-view .heart-btn:hover i{transform:scale(1.1);color:var(--complimentary-color);cursor:pointer}.product-view .value-select{background-color:var(--accent-color);color:#fff}.make-review-container{margin-top:20px;display:flex;align-items:center;gap:20px;margin-bottom:30px}.make-review-container p{font-size:16px;font-weight:600}@media screen and (max-width: 800px){.product-view{flex-direction:column;padding:10px;gap:0;overflow-y:auto}.product-view .image-container{width:100%;height:380px}.product-view .information-container{width:100%;overflow-y:visible}.product-view .image-container .active-image-wrapper{height:250px}}.product-image-list{height:100%;width:100%;display:flex;overflow-x:scroll;gap:10px}.product-image-list img{height:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px;border:4px solid var(--translucent-bg)}.product-image-list img:hover{cursor:pointer}.product-image-list .current-active-image{border-color:var(--accent-color)}.review-component{width:100%;height:fit-content;min-height:400px}.review-component .title i{font-size:18px;margin-right:10px}.review-component .title i:hover{cursor:pointer;transform:scale(1.08)}.review-component .review-list{display:flex;flex-direction:column;overflow-y:auto}.review-component .review-item{display:flex;gap:10px;margin-top:30px}.review-component .review-image{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.review-component .review-name{font-size:15px;font-weight:700}.review-component .review-date{font-size:13px;font-weight:500;margin-bottom:7px}.review-component .review-text{font-size:14px;width:80%}.make-review{width:100vw;height:100svh;background-color:#0006;z-index:200;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center}.make-review .main-container{width:100%;max-width:400px;height:fit-content;min-height:300px;background-color:var(--background-color);border-radius:10px}.make-review .header-wrapper{height:60px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--translucent-bg)}.make-review .fill-container{width:100%;height:fit-content;padding:10px 20px}.make-review .btn-container{width:100%;padding:20px}.make-review textarea{height:100px;font-size:12px;margin-top:10px}.make-review i:hover{cursor:pointer;transform:scale(1.06);color:red}.loading-screen{width:100%;height:100%;position:fixed;left:0;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:500;background-color:var(--background-color)}.loading-screen .loading-image{width:50px;height:50px}.recommended-products{width:100%;height:fit-content;min-height:400px}.recommended-list{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.recommended-list .product-card{border:1px solid var(--translucent-bg-light)}.recommended-products h3{margin-bottom:20px}@media screen and (max-width: 950px){.recommended-list{grid-template-columns:repeat(2,1fr);gap:5px}}.cart{padding:20px 30px 10px;display:flex;gap:30px;width:100%;height:100%;flex-shrink:1;overflow:hidden}.cart .left-wrapper{height:100%;width:100%;overflow-y:auto;padding-bottom:200px}.cart .cart-container{height:fit-content;margin-bottom:50px}.cart .right-wrapper{height:100%;width:330px;flex-shrink:0}.cart .cart-item{width:100%;height:130px;border-top:1px solid var(--translucent-bg);display:flex;padding:20px 20px 20px 0;gap:20px}.cart .cart-item:last-child{border-bottom:1px solid var(--translucent-bg)}.cart-item .image-container{height:100%;aspect-ratio:1 / 1}.cart-item .image-container img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 0 10px #0000004d}.cart-item .name-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;flex-grow:1;overflow:hidden}.cart-item .product-name-wrapper{width:100%}.cart-item .var-box{display:flex;gap:8px;overflow-x:scroll;margin-top:3px}.cart-item .var-box::-webkit-scrollbar{display:none}.cart-item .var-box p{font-size:12px}.cart-item .product-name{font-size:17px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cart-item .product-price{font-size:12px;font-weight:300}.cart-item .price-wrapper{display:flex;flex-direction:column;align-items:center;gap:3px;font-weight:300}.cart-item .product-name-wrapper{height:100%}.cart-item .product-store-wrapper{display:flex;align-items:center;gap:7px;opacity:.7;height:fit-content}.cart-item .product-store-wrapper p{font-size:13px;font-weight:500}.cart-item .product-store-wrapper i{font-size:13px}.cart-item .quantity-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.cart-item .total-price-per-cart{font-size:13px;font-weight:300}.cart-item .action-container{display:flex;justify-content:end;align-items:center;width:15%;flex-shrink:0}.cart-item .action-container i{font-size:17px;opacity:.6}.cart-item .action-container i:hover{cursor:pointer;color:var(--complimentary-color);transform:scale(1.1)}.cart .checkout-container{width:100%;height:fit-content;border:1px solid var(--translucent-bg);border-radius:10px;padding:15px 20px}.cart .checkout-container .line{margin-top:15px;margin-bottom:20px}.cart .checkout-item{display:flex;align-items:center;justify-content:space-between;margin-top:17px}.cart .checkout-item .title{font-weight:700;font-size:15px}.cart .checkout-item .value{font-size:14px}.checkout-container button{margin-top:25px;background-color:var(--accent-color);color:#fff}.mobile-checkout-container,.mobile-del{display:none}@media screen and (max-width: 700px){.cart{flex-direction:column;padding:20px 10px}.cart .image-container{width:100%}.cart .right-wrapper{display:none}.cart .cart-item{flex-direction:column;height:fit-content;width:100%;padding:10px;align-items:center;border:1px solid var(--translucent-bg);margin-bottom:20px;border-radius:10px}.cart-item .product-price{width:100%;text-align:center}.cart-item .product-store-wrapper{justify-content:center}.cart-item .image-container{height:130px}.cart-item .action-container{width:100%}.cart-item .name-container{width:100%;align-items:center}.cart-item .product-name-wrapper{margin-bottom:10px;width:100%}.cart-item .product-name{text-align:center}.cart-item .var-box{justify-content:center}.cart-item .action-container button{width:100%}.cart-item .desktop-del{display:none}.mobile-checkout-container{width:100vw;height:60svh;position:fixed;left:0;z-index:200;display:block;background-color:var(--accent-color);border:1px solid var(--translucent-bg);padding:15px 20px;transition:1s ease}.inactive-mobile-checkout{bottom:calc(-60svh + 60px);padding-top:11px}.active-mobile-checkout{bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;display:flex;flex-direction:column}.mobile-checkout-container .header-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.mobile-checkout-container h3{font-size:16px;font-weight:600;margin-top:8px}.mobile-checkout-container>*{color:#fff}.mobile-checkout-container .line{background-color:#fff;opacity:.4;height:.5px;margin-top:20px;margin-bottom:20px}.mobile-checkout-container .checkout-item-wrapper{height:100%}.mobile-checkout-container button{color:var(--accent-color);flex-shrink:0}.mobile-del{display:flex}}.search-bar{width:100%;height:50px;border:1px solid var(--translucent-bg);border-radius:5px;display:flex;align-items:center;padding:0 20px;gap:10px}.search-bar input{background-color:transparent;padding:0;border:0;height:100%;width:100%}.search-bar i{flex-shrink:0;font-size:15px}.search-bar .fa-xmark:hover{cursor:pointer;color:red;transform:scale(1.05)}.favourite{padding:20px 30px;display:flex;flex-direction:column;gap:20px;width:100%;height:100%;overflow:hidden}.favourite .top-bar{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.favourite .search-bar-wrapper{width:100%;max-width:400px}.favourite .main-wrapper{width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);overflow-y:auto;gap:20px;padding-bottom:100px}.favourite .product-card{border:1px solid var(--translucent-bg-light)}@media screen and (max-width: 900px){.favourite .main-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 800px){.favourite .main-wrapper{grid-template-columns:repeat(3,1fr)}.favourite{padding:20px 10px}.favourite .top-bar{flex-direction:column;align-items:flex-start;gap:10px}.favourite .search-bar-wrapper{flex-shrink:0}}@media screen and (max-width: 630px){.favourite .main-wrapper{grid-template-columns:repeat(2,1fr);gap:5px}}@media screen and (max-width: 350px){.favourite .main-wrapper{grid-template-columns:repeat(1,1fr)}}.category-component{width:100%;height:100%;display:flex;flex-direction:column;gap:25px}.category-component .filter-container{overflow:auto;padding-bottom:100px;padding-right:10px}.category-component .fa-arrow-rotate-left{margin-right:10px}.category-component .fa-arrow-rotate-left:hover{transform:scale(1.05);cursor:pointer}.category-component .filter-wrapper{margin-bottom:25px}.category-component .filter-wrapper .b-cat{font-size:14px;font-weight:600}.category-component select{padding-left:10px;margin-top:10px;font-size:12px}.category-component .small-text{font-weight:300;font-size:12px}.category-component .p-range-wrapper{display:flex;gap:10px;align-items:center;margin-top:15px}.category-component .p-range-wrapper input{height:45px;padding-left:15px;font-size:12px}.category-component .fa-xmark{display:none}@media screen and (max-width: 800px){.category-component .fa-xmark{display:block}}.catalog{width:100%;height:100%;display:flex;gap:20px;padding:20px 30px;overflow:hidden}.catalog .category-wrapper{width:300px;height:100%;flex-shrink:0;border-right:1px solid var(--translucent-bg)}.catalog .all-products-wrapper{overflow:hidden;display:flex;flex-direction:column;gap:30px}.catalog .search-container{width:100%}.catalog .catalog-list{display:grid;grid-template-columns:repeat(3,1fr);overflow-y:auto;height:100%;gap:20px;padding-bottom:200px;align-items:stretch;overflow-x:hidden}.catalog .search-container i{font-size:20px;opacity:.5}.catalog .catalog-list .product-card{border:1px solid var(--translucent-bg)}.catalog .fa-bars-filter{display:none}@media screen and (max-width: 970px){.catalog .catalog-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 800px){.catalog{padding:20px 10px}.catalog .fa-bars-filter{display:block}.catalog .catalog-list{grid-template-columns:repeat(3,1fr);gap:5px}.catalog .all-products-wrapper{width:100%}.catalog .category-wrapper{position:fixed;height:100svh;z-index:300;background-color:var(--background-color);padding-left:20px;padding-right:10px}.catalog .mobile-filter-inactive{left:-100%}.catalog .mobile-filter-active{left:0}}@media screen and (max-width: 630px){.catalog .catalog-list{display:grid;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:10px}}@media screen and (max-width: 350px){.catalog .catalog-list{grid-template-columns:repeat(1,1fr);padding:10px;column-gap:5px;row-gap:5px}}.account{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--background-color);padding:20px 10px;overflow:hidden}.account .account-main{width:100%;height:100%;max-width:700px;overflow-y:auto;display:flex;gap:30px}.account-main .left-wrapper img{width:150px;height:150px;border-radius:50%;object-fit:cover}.account-main .left-wrapper{flex-shrink:0}.account-main .right-wrapper{width:100%;height:100%;padding:20px}.account-main .header-wrapper{display:flex;align-items:center;justify-content:flex-end;width:100%;gap:10px;margin-bottom:20px}.account-main .header-wrapper p{font-size:14px}.account-main .header-wrapper>*{display:flex;flex-direction:column;gap:8px}.account-main .header-wrapper>*:hover{cursor:pointer}.account-main .form-item{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.account-main .form-item p{font-size:110px}.account-main .form-item i{font-size:10px}.account-main input{background-color:transparent;padding-left:15px}@media screen and (max-width: 800px){.account .account-main{flex-direction:column;align-items:center}.account-main .right-wrapper{background-color:transparent;padding:20px 10px}}.stores{width:100%;height:100%;padding:20px 30px;display:flex;flex-direction:column;gap:20px;overflow:hidden}.stores .header-wrapper{display:flex;width:100%}.stores .body-wrapper{width:100%;height:100%;overflow-y:auto}.store-item{width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--translucent-bg);padding:10px 20px;border-radius:6px;margin-bottom:20px}.store-item:hover{cursor:pointer;border-color:var(--translucent-bg-light)}.store-item .left-cont{display:flex;align-items:center;height:100%;gap:10px}.store-item .left-cont img{height:100%;aspect-ratio:1 / 1}.store-item .name-cont{display:flex;align-items:center}.store-item .name-cont p{font-size:10px;opacity:.6}.store-item .name-cont h4{width:160px}.store-item i{font-size:18px}.store-item:hover .fa-arrow-right{transform:translate(6px)}@media screen and (max-width: 800px){.stores{padding:20px 10px}.store-item .left-cont .name-cont{gap:0;flex-direction:column;align-items:flex-start}}.store-view{width:100%;height:100%;overflow-y:auto;padding-bottom:200px;overflow-x:hidden}.store-view .banner-container{width:100%;height:250px;overflow:hidden;position:relative;box-shadow:0 0 10px #0003}.store-view .banner-container img{width:100%;height:100%;object-fit:cover}.store-view .banner-container .overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#00000080}.store-view .information-container{width:100%;height:fit-content;padding:10px 30px;display:flex;justify-content:space-between;margin-bottom:20px}.store-view .information-container img{width:170px;height:170px;border-radius:50%;object-fit:cover;transform:translateY(calc(-50% - 10px))}.store-view .information-container .left-wrapper{display:flex;gap:20px}.store-view .follower-wrapper{display:flex;align-items:center;gap:10px}.store-view .follower-wrapper p{font-size:14px;font-weight:300;opacity:.7}.store-view .follower-wrapper i{font-size:15px;color:var(--accent-color)}.store-view .contact-wrapper{display:flex;align-items:center;gap:10px;margin-top:3px}.store-view .contact-wrapper p{font-size:14px;font-weight:300;opacity:.7}.store-view .contact-wrapper i{font-size:15px;color:var(--accent-color)}.store-view .store-name{font-size:24px}.store-view .store-detail-wrapper button{width:100%;padding:0 20px;border:1px solid var(--text-color);background-color:transparent;height:45px;font-weight:300;margin-top:20px}.store-view .stat-cont{display:flex;align-items:center;gap:10px;height:45px;border:1px solid var(--text-color);padding:0 20px;margin-bottom:10px;border-radius:6px;border-color:var(--accent-color);justify-content:center}.store-view .stat-cont i{font-size:18px;color:var(--accent-color)}.store-view .stat-cont p{font-size:13px;font-weight:500}.store-view .product-container{width:100%;padding:10px unset}.store-view .product-container .head-wrapper{padding:10px 30px 0}@media screen and (max-width: 800px){.store-view .information-container{flex-direction:column;gap:30px;transform:translateY(-90px);margin-bottom:-60px}.store-view .information-container .left-wrapper{align-items:center;flex-direction:column;gap:0}.store-view .information-container .store-detail-wrapper{align-items:center;display:flex;flex-direction:column;width:100%}.store-view .information-container button{height:50px}.store-view .follower-wrapper i,.store-view .contact-wrapper i{display:none}.store-view .information-container img{transform:none}.store-view .stat-cont{height:50px;color:var(--accent-color)}}
