@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300..700&display=swap";: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)}}.admin-layout{background-color:#121212;min-height:100vh;padding:1rem;color:#fff;font-family:Roboto,sans-serif}.admin-layout .admin-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-layout .admin-header h1{font-size:1.8rem;color:#00d2ff}.admin-layout .admin-content{margin-top:1rem}.Toastify__toast-container{z-index:9999}.Toastify__toast{background-color:#050505;color:#fff;border:1px solid #00D2FF}.Toastify__progress-bar{background:#00ffc8}.bespoke-order-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#333333e6;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .5s ease-out}.bespoke-order-container{width:90%;max-width:1200px;height:90%;padding:20px;background:transparent;box-sizing:border-box;position:relative;display:flex;flex-direction:column;gap:20px;z-index:10100}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bespoke-order__close-button{position:absolute;top:10px;right:10px;background:red;color:#fff;border:none;padding:5px 10px;cursor:pointer;border-radius:4px;font-size:16px;z-index:10100}.bespoke-order-header{flex:0 0 80px;text-align:center}.bespoke-order__header-icon{background:#000;border-radius:50%;width:80px;height:80px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bespoke-order__header-icon svg{width:50px;height:50px}.bespoke-order-content{flex:1;display:flex;gap:20px;overflow:hidden}.bespoke-order-left-box{background:#00000080;border:1px solid white;padding:15px;box-sizing:border-box;flex:1 1 280px;max-width:300px;display:flex;flex-direction:column;gap:10px;overflow:auto}.bespoke-order__left-box-header{display:flex;justify-content:space-between;margin-bottom:10px}.bespoke-order__left-box-header label{color:#fff;font-size:14px}.bespoke-order__form-fields label,.bespoke-order__uploads label,.bespoke-order__box-content label{display:block;margin-bottom:10px;color:#fff;font-size:12px}.bespoke-order__form-fields input,.bespoke-order__form-fields select,.bespoke-order__form-fields textarea,.bespoke-order__uploads input,.bespoke-order__box-content input,.bespoke-order__box-content select,.bespoke-order__box-content textarea{width:90%;max-width:250px;padding:5px;margin-top:5px;border:none;border-radius:4px}.bespoke-order__form-fields textarea{resize:vertical}.bespoke-order-right-boxes{flex:1 1 280px;max-width:520px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-template-rows:1fr 1fr;gap:20px}.bespoke-order__right-box{background:#00000080;border:1px solid white;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;overflow:auto}.bespoke-order__box-header{display:flex;justify-content:space-between;margin-bottom:10px}.bespoke-order__box-header label{color:#fff;font-size:12px}.bespoke-order__consultation{display:flex;align-items:center;justify-content:center;flex-grow:1}.bespoke-order__consultation-button{background:red;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}.nav{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;width:100%;box-sizing:border-box;font-family:Overpass Mono}.nav__logo{height:100px;width:100px;background:url(/assets/hayalogo1-Kxr_DjZQ.svg) no-repeat center;background-size:contain;flex-shrink:0;z-index:900000}.nav__admin-link{color:ivory;background-color:#000;border:1px solid #fffff0;padding:.5rem 1rem;border-radius:5px;margin-top:70px}.nav__icons{display:flex;align-items:flex-start;gap:1rem;margin-right:30px}.nav__search{display:flex;align-items:center;background-color:ivory;border:1px solid black;height:30px;padding:0 8px;box-sizing:border-box;border-radius:4px;width:200px;transition:box-shadow .3s ease;position:relative;left:-100px}.nav__search input{flex-grow:1;background:none;border:none;outline:none;color:#000;font-size:14px;font-family:inherit}.nav__search input::placeholder{color:gray;font-size:12px}.nav__search:hover,.nav__search:focus-within{box-shadow:0 0 4px #000}.nav__blip-container{position:relative;display:inline-block;right:40px;top:23px}.nav__blip-button{background:none;border:none;cursor:pointer;padding:0}.nav__blip-button img{height:40px;width:40px}.nav__widget-icons{position:absolute;top:50%;left:100%;transform:translateY(-50%);pointer-events:none}.nav__widget-icons .nav__icon{position:absolute;pointer-events:auto;transition:all .3s ease}.nav__widget-icons .nav__icon svg{width:24px;height:24px;padding:4px;box-sizing:border-box;background-color:#000;border:2px solid #000;border-radius:50%;fill:#fe5829;transition:transform .3s ease,fill .3s ease}.nav__widget-icons .nav__icon:hover svg{transform:scale(1.1)}.nav__widget-icons .nav__icon--favorite{transform:translate(-50%,-50%) rotate(-60deg) translate(50px) rotate(60deg)}.nav__widget-icons .nav__icon--profile{transform:translate(-50%,-50%) rotate(-20deg) translate(50px) rotate(20deg)}.nav__widget-icons .nav__icon--messages{transform:translate(-50%,-50%) rotate(20deg) translate(50px) rotate(-20deg)}.nav__widget-icons .nav__icon--cart{transform:translate(-50%,-50%) rotate(60deg) translate(50px) rotate(-60deg)}.nav__icon-count{position:absolute;bottom:-5px;right:-5px;background-color:#fe5829;color:#fff;font-size:12px;font-weight:700;width:15px;height:15px;display:flex;align-items:center;justify-content:center;border-radius:50%}.nav__search-and-panel{display:flex;flex-direction:column;gap:5px}.nav__horizontal-panel{display:flex;flex-direction:row;gap:10px;background-color:#000;border:1px solid white;opacity:.3;transition:opacity .3s ease;padding:5px;width:100%;max-width:600px;margin:0 auto;justify-content:center;position:relative;left:-220px;width:300px}.nav__horizontal-panel:hover{opacity:1}.nav__horizontal-panel .icon{width:15px;fill:#fff}@media (max-width: 768px){.nav__horizontal-panel{max-width:90%;position:relative;left:-35px;width:250px}}@media (max-width: 768px){.nav__search{position:relative;left:-15px}}.nav__horizontal-panel-item{position:relative;display:flex;flex-direction:column;align-items:center}.nav__horizontal-panel-label{display:none;position:absolute;bottom:-20px;font-size:14px;color:#fff;white-space:nowrap;background:#000000b3;padding:2px 4px;border-radius:2px}.nav__horizontal-panel-item:hover .nav__horizontal-panel-label{display:block}.landing-page{width:100vw;min-height:100vh;display:flex;flex-direction:column;font-family:Overpass Mono;color:#fff;overflow-y:visible}.landing-page .hero-section{background-color:#fe5829;width:100%;padding:2rem 0;display:flex;justify-content:center;margin-top:120px}.landing-page .hero-section .hero-overlay{background-color:#000000b3;padding:2px;max-width:90%;border-radius:.5rem;text-align:center}.landing-page .hero-section .hero-overlay .hero-text{font-size:.875rem;line-height:1.5;margin-bottom:1rem}.landing-page .hero-section .hero-overlay .cta-button{padding:.75rem 1.5rem;font-size:1rem;color:#000;background-color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-family:Overpass Mono}.landing-page .hero-section .hero-overlay .cta-button:hover{background-color:#f1f1f1}.landing-page .gender-section{flex:1;display:flex;width:100%;position:relative;top:0}.landing-page .gender-section .gender-box{flex:1;position:relative;overflow:hidden}.landing-page .gender-section .gender-box .gender-img-men,.landing-page .gender-section .gender-box .gender-img-women{position:relative;top:0;left:0;width:100%;height:100%;object-fit:cover}.landing-page .gender-section .gender-box .gender-button{position:absolute;top:1rem;left:50%;transform:translate(-50%);z-index:2;background-color:#fff;color:#000;padding:.5rem 1rem;border:none;font-weight:700;cursor:pointer;font-family:Overpass Mono}.landing-page .gender-section .gender-box .gender-overlay{position:absolute;top:4rem;left:50%;transform:translate(-50%);background-color:#0009;border:1px solid #000;padding:1rem;color:#fff;text-align:center;max-width:80%}.mens-landing-page{background-color:#000;padding-top:1rem}.carousel-section .carousel-track{display:flex;align-items:center;padding-left:2rem;transition:transform .6s ease;height:100%}.carousel-section .carousel-track.no-transition{transition:none!important}.carousel-section .carousel-item{margin-right:1rem;cursor:pointer;transition:opacity .6s ease;position:relative;display:flex;justify-content:center;align-items:center;height:100%}.carousel-section .carousel-item.active{margin-right:4rem}.carousel-section .carousel-item img{width:230px;height:260px;object-fit:cover;border-radius:8px;border:2px solid white}.carousel-section .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:20;padding:.5rem}.carousel-section .carousel-arrow:hover{color:#0ff}.carousel-section .carousel-arrow.left{left:.5rem}.carousel-section .carousel-arrow.right{right:.5rem}.carousel-section .carousel-arrow .arrow-background{width:3rem;height:3rem;border-radius:50%;background-color:#0000004d;display:flex;justify-content:center;align-items:center}@media (min-width: 1200px){.carousel-section .fixed-bulb{width:240px;left:3rem}.carousel-section .fixed-bulb.top{top:10px}.carousel-section .fixed-bulb.top{left:12px!important}.carousel-section .fixed-bulb.bottom{top:305px}.carousel-section .fixed-bulb.bottom{left:12px!important}.carousel-item img{width:240px;height:300px}.carousel-item.active{margin-right:5rem}}.announcement-bar{position:relative;top:0;left:0;width:100vw;height:auto;min-height:4rem;background-color:#fff;border-bottom:1px solid black;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;z-index:5;overflow:hidden;margin-top:100px}.announcement-bar:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:.5;pointer-events:none;z-index:1}.announcement-bar .men-button,.announcement-bar .shop-button{position:relative;z-index:2;flex:0 0 auto;border:1px solid black;background-color:#fff;color:orange;padding:.2rem .5rem;font-size:.8rem;cursor:pointer}.announcement-bar .text-container{position:relative;z-index:2;flex:1 1 auto;min-width:0;text-align:center;padding:0 1rem}.announcement-bar .text-container .heading{font-size:1.1rem;font-weight:700;text-decoration:underline;margin-bottom:.2rem}.announcement-bar .text-container .content{font-size:.9rem;white-space:normal;overflow-wrap:break-word;word-break:break-word;display:inline-block;text-align:left;max-width:100%}.announcement-bar .text-container .cursor{display:inline-block;background-color:#000;width:.1rem;animation:blink .7s infinite}@keyframes blink{50%{opacity:0}}@media (max-width: 320px){.announcement-bar{padding:0 .5rem}.announcement-bar .men-button,.announcement-bar .shop-button{font-size:.7rem;padding:.2rem .4rem}.announcement-bar .text-container{padding:0 .5rem}.announcement-bar .heading{font-size:1rem}.announcement-bar .content{font-size:.8rem}}@media (min-width: 321px) and (max-width: 480px){.announcement-bar .men-button,.announcement-bar .shop-button{font-size:.75rem;padding:.2rem .45rem}.announcement-bar .heading{font-size:1.05rem}.announcement-bar .content{font-size:.85rem}}@media (min-width: 481px) and (max-width: 782px){.announcement-bar .heading{font-size:1.2rem}.announcement-bar .content{font-size:.9rem}}@media (min-width: 783px) and (max-width: 969px){.announcement-bar .heading{font-size:1.3rem}.announcement-bar .content{font-size:1rem}}@media (min-width: 970px) and (max-width: 1199px){.announcement-bar .heading{font-size:1.4rem}.announcement-bar .content{font-size:1.1rem}}@media (min-width: 1200px){.announcement-bar .heading{font-size:1.5rem}.announcement-bar .content{font-size:1.2rem}}.category-display-section{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:2rem;overflow:hidden}.category-display-section .background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;z-index:0}.category-display-section .content-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.category-display-section .content-wrapper{flex-direction:row;align-items:flex-start;padding:3rem}}@media (min-width: 1200px){.category-display-section .content-wrapper .main-content{width:30%}.category-display-section .content-wrapper .subcategory-boxes{width:70%}}.category-display-section .left-image img{width:100%;max-width:300px;border-radius:8px;box-shadow:0 4px 12px #00000080}@media (min-width: 1200px){.category-display-section .left-image img{max-width:400px}}.category-display-section .main-content{text-align:center}@media (min-width: 768px){.category-display-section .main-content{text-align:left;width:40%}}.category-display-section .main-content h2{margin-top:0}@media (min-width: 1200px){.category-display-section .main-content h2{font-size:2rem}.category-display-section .main-content p{font-size:1.2rem}.category-display-section .main-content .shop-link{font-size:1.1rem}}.category-display-section .shop-link{color:#fff;text-decoration:none;margin-top:.5rem;display:inline-block;transition:color .3s ease}.category-display-section .shop-link:hover{color:#fe5829}.category-display-section .subcategory-boxes{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;width:100%}@media (min-width: 768px){.category-display-section .subcategory-boxes{width:50%}}.category-display-section .subcategory-boxes .box{display:flex;gap:1rem;border-radius:8px;padding:1rem;opacity:0;transform:translateY(-30px);transition:transform 1s ease-out,opacity 1s ease-out;box-sizing:border-box}.category-display-section .subcategory-boxes .box.slide-in{opacity:1;transform:translateY(0)}@media (min-width: 1200px){.category-display-section .subcategory-boxes .box{padding:2rem;gap:2rem}}.category-display-section .subcategory-boxes .box .box-image{width:100px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}@media (min-width: 1200px){.category-display-section .subcategory-boxes .box .box-image{width:150px;height:150px}}.category-display-section .subcategory-boxes .box .box-details{display:flex;flex-direction:column;flex-grow:1}.category-display-section .subcategory-boxes .box .box-details h3{margin:0 0 .5rem;font-size:1.1rem}@media (min-width: 1200px){.category-display-section .subcategory-boxes .box .box-details h3{font-size:1.5rem}}.category-display-section .subcategory-boxes .box .box-details p{margin:0 0 .8rem;font-size:.9rem;flex-grow:1}@media (min-width: 1200px){.category-display-section .subcategory-boxes .box .box-details p{font-size:1.1rem}}.category-display-section .subcategory-boxes .box .box-details .shop-button{display:inline-block;background:none;padding:.5rem 1rem;text-decoration:none;transition:background .3s,color .3s;width:fit-content;align-self:flex-start;font-size:.9rem;border-radius:4px}@media (min-width: 1200px){.category-display-section .subcategory-boxes .box .box-details .shop-button{font-size:1.1rem;padding:.75rem 1.5rem}}.category-display-section .subcategory-boxes .box .box-details .shop-button:hover{background:#fe5829;color:#fff}.category-display-section.category-display-section--men .subcategory-boxes .box{background:#fff;border:1px solid #000000}.category-display-section.category-display-section--men .subcategory-boxes .box .box-details,.category-display-section.category-display-section--men .subcategory-boxes .box .box-details h3,.category-display-section.category-display-section--men .subcategory-boxes .box .box-details p{color:#000}.category-display-section.category-display-section--men .subcategory-boxes .box .box-details .shop-button{border:1px solid #000000;color:#000}.category-display-section.category-display-section--men .subcategory-boxes .box .box-details .shop-button:hover{background:#fe5829;color:#fff}.category-display-section.category-display-section--women .subcategory-boxes .box{background:#fe5829;border:1px solid #000}.category-display-section.category-display-section--women .subcategory-boxes .box .box-details{color:#fff}.category-display-section.category-display-section--women .subcategory-boxes .box .box-details h3{color:#000}.category-display-section.category-display-section--women .subcategory-boxes .box .box-details p{color:#fff}.category-display-section.category-display-section--women .subcategory-boxes .box .box-details .shop-button{border:1px solid #000;background:#fff;color:#000}.category-display-section.category-display-section--women .subcategory-boxes .box .box-details .shop-button:hover{background:#fff;color:#fe5829}@media (max-width: 767px){.category-display-section{padding:1rem}.category-display-section .content-wrapper{gap:1rem}.category-display-section .left-image img{max-width:200px;margin:0 auto;display:block}.category-display-section .main-content{text-align:center}.category-display-section .subcategory-boxes{gap:.8rem}.category-display-section .subcategory-boxes .box{flex-direction:column;align-items:center;text-align:center}.category-display-section .subcategory-boxes .box .box-image{width:80px;height:80px}.category-display-section .subcategory-boxes .box .box-details{align-items:center}.category-display-section .subcategory-boxes .box .shop-button{align-self:center}}.feed-section-container{display:flex;width:100%;height:1100px;position:relative}.sidebarr{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:ivory;border:1px solid #000;width:10rem}.sidebar-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:.5rem;transition:color .2s,background .2s;border:1px solid black}.sidebar-item .icon-placeholder{width:1.5rem;height:1.5rem;color:#000;display:flex;align-items:center;justify-content:center}.sidebar-item .icon-title{margin-top:.25rem;font-size:.7rem;color:#000;text-align:center}.sidebar-item:hover{color:#fe5829;background-color:#333}.sidebar-item:hover .icon-placeholder,.sidebar-item:hover .icon-title{color:#fff}.sidebar-item.active{color:#fe5829;background-color:#000}.sidebar-item.active .icon-placeholder{color:#fff}.sidebar-item.active .icon-title{color:#fff;text-decoration:underline}.content-area{flex-grow:1;padding:1rem;background:#fff;overflow-y:auto;background-color:ivory!important;display:flex;flex-direction:column}.feed-item{margin-bottom:1.5rem;flex-shrink:0;background-color:#fff!important}.profile-header{display:flex;align-items:center;margin-bottom:1rem}.profile-header .profile-image-container{width:3rem;height:3rem;border-radius:50%;overflow:hidden;margin-right:.5rem;border:1px solid #ccc}.profile-header .profile-image{width:100%;height:100%;background:#eee}.profile-header .profile-info-gap-container{display:flex;flex-direction:column;gap:2px}.profile-header .name{font-weight:700;color:#000}.profile-header .username{color:#888;font-size:.9rem}.profile-header .timestamp{color:#000;font-size:.8rem}.feed-content-wrapper{padding:1rem;transition:height .3s ease;overflow:hidden;background-color:#fff}.content-text{margin-bottom:1rem;color:#000;font-size:1.15rem;line-height:1.5}.content-text .see-more-button{background:none;border:none;color:#fe5829;cursor:pointer;padding:0;font-size:.85rem;margin-left:.25rem}.content-media{margin-bottom:1rem}.content-media .media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem}.content-media .media-grid .media-item{background:#ddd;aspect-ratio:1/1;border-radius:5px}.pdf-button{display:block;margin-bottom:1rem;background:#f8f8f8;color:#000;padding:.5rem 1rem;border-radius:5px;cursor:pointer;width:fit-content;transition:background-color .2s ease}.pdf-button:hover{background-color:#e0e0e0}.poll{background-color:#fff!important;padding:1rem;border-radius:8px;color:#000}.poll .poll-question{margin-bottom:1rem;font-weight:700}.poll .poll-options{display:flex;justify-content:space-between;margin-top:.5rem}.poll .poll-options .vote-actions{display:flex;gap:1rem;width:100%;justify-content:center;background-color:#fff!important}.poll .poll-options .vote-actions .thumb-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:5px;transition:background-color .2s ease}.poll .poll-options .vote-actions .thumb-button:hover{background-color:#eee}.poll .poll-options .vote-actions .thumb-button.selected{background-color:#ffebe6}.poll .poll-results{margin-top:1rem}.poll .poll-results .result-bar-container{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.poll .poll-results .result-bar-container .result-label{width:30px;font-size:.9rem}.poll .poll-results .result-bar-container .result-bar{flex-grow:1;height:1.2rem;border-radius:5px;background:#ddd;position:relative;overflow:hidden}.poll .poll-results .result-bar-container .result-bar.yes{background:#fe5829}.poll .poll-results .result-bar-container .result-bar.no{background:gray}.poll .poll-results .result-bar-container .result-bar>span{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#fff;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.5);z-index:1}.tab-content{padding:1rem;border:1px solid #ddd;border-radius:8px;background-color:#fff;color:#000}.sticky-input-area{position:sticky;bottom:0;width:100%;background-color:#f0f0f0;padding:1rem;display:flex;align-items:center;gap:.75rem;border-top:1px solid #ccc;box-sizing:border-box;z-index:10;flex-shrink:0}.sticky-input-area .plus-button,.sticky-input-area .send-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#fe5829;transition:color .2s ease}.sticky-input-area .plus-button:hover,.sticky-input-area .send-button:hover{color:#d93101}.sticky-input-area .comment-input{flex-grow:1;padding:.75rem 1rem;border:1px solid #ccc;border-radius:25px;font-size:1rem;outline:none;transition:border-color .2s ease}.sticky-input-area .comment-input:focus{border-color:#fe5829}.profile-content-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:1rem;box-sizing:border-box;min-height:100%;font-family:Overpass Mono,sans-serif;color:#000;position:relative}.profile-nav-arrows{width:100%;display:flex;justify-content:space-between;margin-bottom:1rem;max-width:540px;padding:0 10px;box-sizing:border-box;position:relative;z-index:2}.nav-arrow{background-color:#fe5829;color:#fff;border:none;padding:8px 12px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:4px;transition:background-color .3s ease,opacity .3s ease;font-family:Overpass Mono,sans-serif}.nav-arrow:hover:not(:disabled){background-color:#e23d10}.nav-arrow:disabled{opacity:.5;cursor:not-allowed}.main-box{width:100%;max-width:none;padding:0;border:none;background-color:transparent;box-shadow:none;overflow:visible;display:block;position:static;left:auto;flex-grow:0}.toggle-buttons{position:relative;top:0;left:80px!important;transform:translate(-50%);display:flex;gap:5px;z-index:1;font-family:Overpass Mono,sans-serif;margin-top:10px}.inner-box{width:100%;max-width:540px;font-family:Overpass Mono,sans-serif;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;height:600px!important;background-color:#160b08;border:1px solid #ccc;box-shadow:0 4px 20px #0003;position:relative;top:340px!important;z-index:1;margin-top:40px}.form-heading{font-size:20px;text-align:center;margin-bottom:20px;color:#fff}.login-form{width:100%;display:flex;flex-direction:column;gap:15px;align-items:center;font-family:Overpass Mono,sans-serif}.login-form .input-field{width:90%;max-width:300px;padding:10px;border:1px solid #ccc;font-family:Overpass Mono,sans-serif;font-size:16px;color:#000;border-radius:4px}.login-form .action-button{width:90%;max-width:322px;padding:10px;background-color:#fe5829;color:#fff;border:none;font-family:Overpass Mono,sans-serif;font-size:18px;cursor:pointer;transition:background-color .3s ease;border-radius:4px}.login-form .action-button:hover{background-color:#e23d10}.profile-image-container{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.profile-image-container .profile-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:2px solid #fe5829;box-shadow:0 0 0 2px #000}.profile-image-container .profile-image-actions{position:absolute;bottom:0;right:calc(50% - 20px);display:flex;gap:5px}.profile-image-container .icon{font-size:20px;color:#fff;background-color:#00000080;padding:5px;border-radius:50%;cursor:pointer;transition:background-color .3s}.profile-image-container .icon:hover{background-color:#000c}.profile-image-container .delete-icon{background-color:#ff000080}.profile-image-container .delete-icon:hover{background-color:#f00c}.profile-info{text-align:center;margin-bottom:20px}.profile-info p{margin:5px 0;font-size:16px;color:#fff}.profile-options{display:flex;flex-direction:column;gap:15px;align-items:center;width:100%;font-family:Overpass Mono,sans-serif}.account-options{width:90%;max-width:322px;padding:10px;background-color:#fe5829;color:#000;border:none;font-family:Overpass Mono,sans-serif;font-size:18px;cursor:pointer;transition:background-color .3s ease,transform .3s ease;border-radius:4px}.account-options:hover{color:#fff;background-color:#e23d10;transform:scale(1.02)}.account-actions{display:flex;gap:10px;justify-content:center;width:100%;margin-top:20px;font-family:Overpass Mono,sans-serif}.account-actions .account-action{padding:10px 20px;background-color:#fe5829;color:#fff;border:none;font-family:Overpass Mono,sans-serif;font-size:16px;cursor:pointer;transition:background-color .3s ease;border-radius:4px}.account-actions .account-action:hover{background-color:#e23d10}.account-actions .account-action.delete{background-color:red}.account-actions .account-action.delete:hover{background-color:#d30000}.welcome-message{text-align:center;padding:20px;color:#fff}.welcome-message h2{color:#fff;margin-bottom:10px}.welcome-message p{color:#fff;margin-top:5px}.tab-content{padding:20px;text-align:center;color:#fff;font-size:18px}@media (max-width: 600px){.profile-content-container{padding:.5rem}.profile-nav-arrows{max-width:100%;padding:0 5px}.nav-arrow{padding:6px 10px;font-size:12px}.inner-box{padding:15px;margin-top:30px}.form-heading{font-size:18px;margin-bottom:15px}.login-form .input-field,.login-form .action-button,.profile-options .account-options{width:100%;max-width:none}.profile-image-container .profile-image-actions{right:calc(50% - 30px)}.profile-image-container .icon{font-size:18px;padding:4px}.profile-info p{font-size:14px}.account-actions{flex-direction:column;gap:8px}.account-actions .account-action{width:100%;text-align:center;font-size:14px;padding:8px 15px}}.cart-content-container{padding:1rem;background-color:#fe5829;border:1px solid #ccc;color:#000;font-family:Overpass Mono,sans-serif;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%}.cart-content-container .tabs{display:flex;gap:8px;margin-bottom:1rem;width:100%;font-family:inherit}.cart-content-container .tabs .tab{background:#000;color:#fff;padding:.5rem 1rem;cursor:pointer;transition:background-color .2s ease}.cart-content-container .tabs .tab.active{background-color:#fff;color:#000;border:1px solid black}.cart-content-container .tabs .tab:hover{background-color:#e24f22}.cart-content-container .products-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));width:100%;margin-bottom:1rem}.cart-content-container .products-grid .product-card{background:#fff;border:1px solid black;padding:.75rem;text-align:center;font-family:inherit}.cart-content-container .products-grid .product-card img{max-width:100%;height:120px;object-fit:contain;border:1px solid #000;border-radius:4px}.cart-content-container .products-grid .product-card .product-name{margin:.5rem 0;font-weight:700}.cart-content-container .products-grid .product-card .product-details{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;gap:.5rem}.cart-content-container .products-grid .product-card .buy-btn{background-color:#000;color:#fff;padding:.5rem 1rem;cursor:pointer;transition:background-color .2s}.cart-content-container .products-grid .product-card .buy-btn:hover{background-color:#333}.cart-content-container .pay-section{background:#fff;border:1px solid black;padding:1rem;width:100%;max-width:900px;margin-top:auto;font-family:inherit}.cart-content-container .pay-section .total{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:1rem}.cart-content-container .pay-section .total .pay-btn{background-color:#000;color:#fff;padding:.5rem 1rem;cursor:pointer;transition:background-color .2s}.cart-content-container .pay-section .total .pay-btn:hover{background-color:#333}.track-order-container{padding:1rem;border:1px solid #ccc;background-color:#fff;color:#000;font-family:Overpass Mono,sans-serif;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;min-height:400px}.track-order-container h2{text-align:center;margin-bottom:1rem;color:#000}.track-order-container .order-list{list-style:none;padding:0;width:100%;max-width:600px;display:flex;flex-direction:column;gap:.5rem}.track-order-container .order-summary-item{border:1px solid #eee;padding:.8rem;display:flex;justify-content:space-between;align-items:center;background-color:#f9f9f9;border-radius:4px;flex-wrap:wrap;gap:.5rem}.track-order-container .order-summary-item .order-info{display:flex;flex-direction:column;gap:.2rem;font-size:.9rem}.track-order-container .order-summary-item .order-info span{color:#333}.track-order-container .order-summary-item .order-info span:first-child{font-weight:700}.track-order-container .order-summary-item .details-button{background-color:#fe5829;color:#fff;border:none;padding:6px 10px;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background-color .2s ease}.track-order-container .order-summary-item .details-button:hover{background-color:#e23d10}.track-order-container .order-details-view{width:100%;max-width:600px;border:1px solid #ddd;padding:1rem;background-color:#f9f9f9;border-radius:4px;margin-top:1rem}.track-order-container .order-details-view h3{margin-top:1rem;margin-bottom:.5rem;color:#000}.track-order-container .order-details-view p{margin-bottom:.5rem;font-size:.95rem;color:#333}.track-order-container .order-details-view ul{list-style:disc;margin-left:1.5rem;color:#333}.track-order-container .order-details-view ul li{margin-bottom:.3rem;font-size:.9rem}.track-order-container .back-button{background-color:#555;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease;align-self:flex-start;margin-bottom:1rem}.track-order-container .back-button:hover{background-color:#333}.track-order-container .track-order-message{text-align:center;padding:20px;font-size:1.1rem;color:#555}.track-order-container .track-order-message.error{color:red}.bespoke-order-container{padding:1rem;background-color:#fff;border:1px solid #ccc;color:#000;font-family:Overpass Mono,sans-serif;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;min-height:400px;z-index:2}.bespoke-order-container h2{text-align:center;margin-bottom:1.5rem;color:#000}.bespoke-order-container .fabric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;width:100%;max-width:800px;justify-content:center}.bespoke-order-container .fabric-item{border:1px solid #eee;padding:.5rem;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;background-color:#f9f9f9}.bespoke-order-container .fabric-item:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.bespoke-order-container .fabric-item img{max-width:100%;height:150px;object-fit:cover;margin-bottom:.5rem;border:1px solid #ddd}.bespoke-order-container .fabric-item .fabric-name{font-size:1rem;font-weight:700;margin:.2rem 0;color:#000}.bespoke-order-container .fabric-item .fabric-price{font-size:.9rem;color:#555}.bespoke-order-container .bespoke-message{text-align:center;padding:20px;font-size:1.1rem;color:#555}.bespoke-order-container .bespoke-message.error{color:red}@media (max-width: 600px){.bespoke-order-container{padding:.5rem}.fabric-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.8rem}.fabric-item img{height:120px}}.report-container{padding:1rem;background-color:#fff;border:1px solid #ccc;color:#000;font-family:Overpass Mono,sans-serif;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;min-height:400px}.report-container h2{text-align:center;margin-bottom:1.5rem;color:#000}.report-container .report-form{width:100%;max-width:500px;display:flex;flex-direction:column;gap:1rem}.report-container .form-group{display:flex;flex-direction:column}.report-container .form-group label{font-size:1rem;margin-bottom:.5rem;font-weight:700;color:#000}.report-container .form-group input[type=email],.report-container .form-group textarea{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:Overpass Mono,sans-serif;color:#000;background-color:#f9f9f9}.report-container .form-group textarea{resize:vertical}.report-container .send-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:.75rem 1.5rem;background-color:#fe5829;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease;font-family:Overpass Mono,sans-serif}.report-container .send-button:hover{background-color:#e24f22}.report-container .send-button svg{fill:#fff}@media (max-width: 600px){.report-container{padding:.5rem}.report-form{max-width:100%}.form-group label,.send-button{font-size:1rem}input[type=email],textarea{padding:.5rem;font-size:.9rem}}.policy-container{padding:1rem;background-color:#fe5829;color:#000;font-family:Overpass Mono,sans-serif;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;min-height:400px;border:1px solid black}.policy-container h2{text-align:center;margin-bottom:1.5rem;color:#000}.policy-container .policy-text{flex-grow:1;margin-bottom:1.5rem;max-width:800px;text-align:justify}.policy-container .policy-text p{font-size:1rem;line-height:1.6;color:#000}.policy-container .pagination-controls{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:400px;margin-top:auto}.policy-container .pagination-controls button{display:flex;align-items:center;gap:5px;padding:.5rem 1rem;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;font-family:Overpass Mono,sans-serif}.policy-container .pagination-controls button:disabled{background-color:#444;cursor:not-allowed}.policy-container .pagination-controls button:hover:not(:disabled){background-color:#333}.policy-container .pagination-controls button svg{fill:#fff}.policy-container .pagination-controls span{font-size:1rem;font-weight:700;color:#000}@media (max-width: 600px){.policy-container{padding:.5rem}.policy-text{max-width:100%;text-align:left}.pagination-controls{max-width:100%;padding:0 .5rem}.pagination-controls button{padding:.4rem .8rem;font-size:.9rem}}.contact-container{padding:2rem 1rem;background-color:#fff;border:1px solid #ccc;color:#000;font-family:Overpass Mono,sans-serif;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;min-height:400px}.contact-container h2{text-align:center;margin-bottom:2rem;color:#000}.contact-container .contact-section{width:100%;max-width:600px;margin-bottom:2rem;text-align:center}.contact-container .contact-section h3{font-size:1.3rem;margin-bottom:1rem;color:#333}.contact-container .social-links{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.contact-container .social-link-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#000;transition:color .2s ease}.contact-container .social-link-item:hover{color:#fe5829}.contact-container .social-link-item .icon{width:36px;height:36px;margin-bottom:.5rem}.contact-container .social-link-item .icon svg{width:100%;height:100%;fill:currentColor}.contact-container .social-link-item .name{font-size:.9rem}.contact-container .direct-contact-info{display:flex;flex-direction:column;gap:1rem}.contact-container .contact-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.contact-container .contact-item .icon{width:24px;height:24px;flex-shrink:0}.contact-container .contact-item .icon svg{width:100%;height:100%;fill:currentColor}.contact-container .contact-item a{color:#000;text-decoration:none;transition:color .2s ease}.contact-container .contact-item a:hover{color:#fe5829}@media (max-width: 600px){.contact-container{padding:1.5rem .5rem}.contact-section{max-width:100%}.social-links{gap:1rem}.social-link-item .icon{width:30px;height:30px}.contact-item{font-size:1rem}.contact-item .icon{width:20px;height:20px}}.settings-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f9f9f9;padding-top:50px;padding-bottom:50px;font-family:Overpass Mono,sans-serif;position:relative;left:600px;box-sizing:border-box}.main-box{position:relative;width:100%;max-width:1000px;background-color:#fe5829;border:1px solid #ccc!important;box-shadow:0 4px 20px #0003;padding:40px 20px 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box}.inner-container{width:100%;background-color:#fff;padding:20px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;max-height:calc(100vh - 100px);box-sizing:border-box;scrollbar-color:#fffff0 #fffff0;scrollbar-width:thin}.inner-container::-webkit-scrollbar{width:2px;height:2px}.inner-container::-webkit-scrollbar-thumb{background-color:ivory;border-radius:2px;border:2px solid white}.inner-container::-webkit-scrollbar-track{background-color:ivory;border-radius:2px}.inner-container::-webkit-scrollbar-thumb:hover{background-color:#fe5829}.setting-tab{width:100%;border:1px solid black;padding:15px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.setting-title{font-size:18px;font-weight:700;margin-bottom:15px;background-color:#000;color:ivory;width:fit-content;padding:5px 10px;border-radius:4px}.overflow-container{max-height:150px;overflow-y:auto;margin-bottom:10px;padding-right:10px;scrollbar-color:#fffff0 #fffff0;scrollbar-width:thin}.overflow-container::-webkit-scrollbar{width:2px;height:2px}.overflow-container::-webkit-scrollbar-thumb{background-color:ivory;border-radius:2px;border:2px solid white}.overflow-container::-webkit-scrollbar-track{background-color:ivory;border-radius:2px}.overflow-container::-webkit-scrollbar-thumb:hover{background-color:#fe5829}.option{margin-bottom:10px}.option .checkbox-label{display:flex;align-items:center;font-size:1rem;gap:8px;cursor:pointer}.option .checkbox-label input[type=radio]{margin-right:5px;cursor:pointer}.option .checkbox-label svg{flex-shrink:0;width:20px;height:20px}.message{font-size:.9rem;color:#fe5829;margin-top:10px}.nav-bar{width:100%;display:flex;justify-content:center;margin-top:20px}.nav-bar .save-btn{padding:10px 20px;background-color:#fe5829;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease;font-family:Overpass Mono,sans-serif}.nav-bar .save-btn:hover{background-color:#e24f22}@media (max-width: 768px){.settings-page{padding-top:20px;padding-bottom:20px}.main-box{padding:20px 10px 10px;position:relative;left:-600px;width:500px!important}.inner-container{padding:10px;max-height:calc(100vh - 60px)}.setting-tab{padding:10px}.setting-title{font-size:1.1rem}.option .checkbox-label{font-size:.9rem;gap:5px}.option .checkbox-label svg{width:18px;height:18px}.message{font-size:.8rem}.nav-bar .save-btn{font-size:1rem;padding:8px 16px}}html,body{height:100%;margin:0;padding:0;font-family:Overpass Mono;overflow-x:hidden}.home-container{position:relative;background-image:url(/assets/homepagebackground-ZirPayvD.webp);background-size:cover;background-position:center;min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding-bottom:2rem}.home-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1}.content-box{width:608px;height:575px;border:2px solid black;display:flex;flex-direction:column;box-sizing:border-box;position:relative;margin-top:200px;flex-grow:1;margin-bottom:100px;z-index:10}.top-section{display:flex;width:100%;height:375px;justify-content:space-between}.left-box{width:264px;height:375px;border:2px solid black;box-sizing:border-box;background-image:url(/assets/clothingboximage-BBd89HJb.webp);background-size:cover;background-position:center;z-index:10}.right-box-container{display:flex;flex-direction:column;width:344px}.right-box{height:172px;border:2px solid black;box-sizing:border-box;background-image:url(/assets/veilsboximage-BvxG3e60.webp);background-size:cover;background-position:center;z-index:10}.right-box-bottom-section{display:flex;width:100%;justify-content:space-between}.right-box-item-1{width:50%;height:202px;border:2px solid black;box-sizing:border-box;margin:0;background-image:url(/assets/bagsboximage-55Cdg-Ly.webp);background-size:cover;background-position:center;z-index:10}.right-box-item-2{width:50%;height:202px;border:2px solid black;box-sizing:border-box;margin:0;background-image:url(/assets/shoesboximage-CrvZjm67.webp);background-size:cover;background-position:center;z-index:10}.bottom-section{display:flex;width:100%;height:202px;justify-content:space-between;margin-top:-2px}.bottom-box-1{width:50%;height:202px;border:2px solid black;box-sizing:border-box;background-image:url(/assets/jewelryboximage-9hRk_Euq.webp);background-size:340%;background-position:center;z-index:10}.bottom-box-2{width:50%;height:202px;border:2px solid black;box-sizing:border-box;background-image:url(/assets/fragrancesboximage-901pabsg.webp);background-size:cover;background-position:center;z-index:10}.navbar{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;width:100%;box-sizing:border-box}.navbar-logo{height:120px;width:120px;background:url(/assets/hayalogo-CQ6U5hg9.svg) no-repeat center center;background-size:contain;flex-shrink:0}.search-bar{display:flex;align-items:center;background-color:ivory;border:1px solid black;height:30px;padding:0 8px;box-sizing:border-box;border-radius:4px;width:200px;transition:box-shadow .3s ease}.search-bar input{flex-grow:1;background:none;border:none;outline:none;color:#000;font-size:14px;font-family:inherit;text-align:left}.search-bar input::placeholder{color:gray;font-size:12px}.search-bar:hover,.search-bar:focus-within{box-shadow:0 0 4px #000}.navbar-icons{display:flex;align-items:flex-start;gap:1rem;margin-right:30px}.icon{display:flex;justify-content:center;align-items:center;cursor:pointer}.icon svg{height:30px;width:30px;fill:ivory;transition:transform .3s ease,fill .3s ease}.icon:hover svg{transform:scale(1.1)}.footer{position:absolute;bottom:0;width:100%;z-index:2;background-color:#000000b3;padding:1rem;box-sizing:border-box;display:flex;justify-content:center;font-family:Overpass Mono!important}.womens-landing-page{background-color:#000;padding-top:1rem}.carousel-wrapper{position:relative;overflow:hidden;height:var(--carousel-height, 320px)}.category-wrapper{position:relative;overflow:hidden;height:var(--category-height, auto);background-color:#121212}.carousel-section{position:relative;width:100%;height:100%;background:#000;display:flex;align-items:center}.carousel-section .fixed-bulb{position:absolute;width:200px;height:6px;background:#fff;box-shadow:0 0 12px #fff,0 0 24px #0ff;left:2rem;z-index:15;pointer-events:none}.carousel-section .fixed-bulb.top{top:10px;left:40px!important}.carousel-section .fixed-bulb.bottom{top:305px;left:40px!important}.carousel-track{display:flex;align-items:center;padding-left:2rem;transition:transform .6s ease;height:100%}.carousel-track.no-transition{transition:none!important}.carousel-item{margin-right:1rem;cursor:pointer;transition:opacity .6s ease;position:relative;display:flex;justify-content:center;align-items:center;height:100%}.carousel-item.active{margin-right:4rem}.carousel-item img{width:230px;height:260px;object-fit:cover;border-radius:8px;border:2px solid white}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:20;padding:.5rem}.carousel-arrow:hover{color:#0ff}.carousel-arrow.left{left:.5rem}.carousel-arrow.right{right:.5rem}.carousel-arrow .arrow-background{width:3rem;height:3rem;border-radius:50%;background-color:#0000004d;display:flex;justify-content:center;align-items:center}@media (min-width: 280px) and (max-width: 359px){.carousel-section .fixed-bulb{width:150px;left:1rem}.carousel-item img{width:150px;height:200px}.carousel-item.active{margin-right:3rem}}@media (min-width: 360px) and (max-width: 767px){.carousel-section .fixed-bulb{width:180px;left:1.5rem}.carousel-item img{width:180px;height:240px}.carousel-item.active{margin-right:3.5rem}}@media (min-width: 768px){.carousel-section .fixed-bulb{width:200px;left:2rem}.carousel-section .fixed-bulb.top{top:22px}.carousel-section .fixed-bulb.bottom{top:298px}.carousel-item img{width:200px;height:260px}.carousel-item.active{margin-right:4rem}}@media (min-width: 1200px){.carousel-section .fixed-bulb{width:240px;left:3rem}.carousel-section .fixed-bulb.top{top:10px;left:12px!important}.carousel-section .fixed-bulb.bottom{top:305px;left:12px!important}.carousel-item img{width:240px;height:300px}.carousel-item.active{margin-right:5rem}}.chat-button{position:fixed;bottom:20px;right:20px;background-color:#000;border:none;border-radius:50%;padding:15px;cursor:pointer;box-shadow:0 4px 6px #0000001a}.chat-button svg{width:30px;height:30px;fill:#fe5829}.chat-box{position:fixed;bottom:80px;right:20px;width:300px;height:400px;background-color:ivory;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow-y:auto;padding:10px;display:flex;flex-direction:column;z-index:999}.chat-box h3{margin-bottom:10px}.chat-box .message-container{flex:1;overflow-y:scroll;margin-bottom:10px;border-bottom:1px solid #ddd;padding-right:10px;scrollbar-color:#fffff0 #fffff0;scrollbar-width:thin}.chat-box .message-container::-webkit-scrollbar{width:2px;height:2px}.chat-box .message-container::-webkit-scrollbar-thumb{background-color:ivory;border-radius:2px;border:2px solid white}.chat-box .message-container::-webkit-scrollbar-track{background-color:ivory;border-radius:2px}.chat-box .message-container::-webkit-scrollbar-thumb:hover{background-color:ivory}.chat-box .message{margin-bottom:10px;color:#000}.chat-box .input-container{position:relative;display:flex;width:100%}.chat-box input[type=text]{flex:1;padding:10px;border-radius:4px;border:1px solid #ccc;margin-bottom:10px;color:#000;font-family:Caveat,cursive;font-size:16px}.chat-box .send-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background-color:transparent;color:#fe5829;padding:10px;border:none;border-radius:4px;cursor:pointer}.chat-box svg{width:20px;height:20px;fill:#fe5829}.sidebar{position:fixed;top:0;left:0;height:100vh;width:250px;z-index:11000;padding:20px 20px 80px;font-family:Overpass Mono;background-color:#12121299;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;transition:transform .3s ease;transform:translate(-100%);display:flex;flex-direction:column;overflow-y:auto}.sidebar.open{transform:translate(0)}.sidebar .gender-toggle{flex-shrink:0;display:flex;justify-content:space-around;margin:45px 0 20px}.sidebar .gender-toggle .gender-button{padding:10px 15px;border:1px solid #fff;cursor:pointer;transition:background-color .3s ease,color .3s ease;background-color:#fe5829;color:#fff;font-family:Overpass Mono;font-size:15px;border-radius:4px}.sidebar .gender-toggle .gender-button:hover{background-color:#f03c0a}.sidebar .gender-toggle .gender-button.active{background-color:green;color:#fff}.sidebar .gender-toggle .gender-button.active:hover{background-color:#006900}.sidebar .categories{flex-shrink:0}.sidebar .categories .category-item{border-bottom:1px solid #fff;padding-bottom:10px;margin-bottom:10px}.sidebar .categories .category-item:last-child{border-bottom:none;margin-bottom:0}.sidebar .categories .category-item .category-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.sidebar .categories .category-item .category-header .category-text{font-size:16px;transition:color .3s ease,text-decoration .3s ease;color:#fff}.sidebar .categories .category-item .category-header .category-text:hover{text-decoration:underline;text-decoration-color:#fe5829}.sidebar .categories .category-item .category-header .category-text.active{color:green}.sidebar .categories .category-item .category-header .accordion-toggle{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;transition:color .3s ease;color:#fff}.sidebar .categories .category-item .category-header .accordion-toggle:hover{color:#fe5829}.sidebar .categories .category-item .subcategory-list{overflow:hidden;transition:max-height .4s ease}.sidebar .categories .category-item .subcategory-list .subcategory-item{padding:8px 10px;cursor:pointer;transition:background-color .3s ease,color .3s ease;color:#000;background-color:#fff;border-top:1px solid #fff}.sidebar .categories .category-item .subcategory-list .subcategory-item:first-child{border-top:none}.sidebar .categories .category-item .subcategory-list .subcategory-item:hover{background-color:#fe5829;color:#fff}.sidebar .categories .category-item .subcategory-list .subcategory-item.active{background-color:green;color:#fff}.sidebar .nav-gap{margin-top:20px;height:0}.sidebar .sidebar-nav{flex-shrink:0;display:flex;flex-direction:column;list-style:none}.sidebar .sidebar-nav .sidebar-nav-link{display:block;margin-bottom:40px;color:#fff;text-decoration:none;transition:background-color .3s ease,color .3s ease;border-radius:4px}.sidebar .sidebar-nav .sidebar-nav-link:hover{color:#fe5829}.filter-bar{display:flex;align-items:center;padding:10px 20px;background-color:ivory;border:2px solid black;width:1200px!important;margin:230px auto 0;box-sizing:border-box;transition:all .3s ease;gap:5px;position:relative;overflow:visible;font-size:var(--font-size-default);font-weight:var(--font-weight-default);line-height:var(--line-height-default);font-family:var(--m3-ui-family);letter-spacing:var(--letter-spacing-default)}.filter-buttons-container{display:flex;gap:10px;overflow-x:auto;overflow-y:visible;flex:1;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.filter-buttons-container::-webkit-scrollbar{display:none}@media screen and (max-width: 1200px){.filter-bar{width:80%}}@media screen and (max-width: 768px){.filter-bar{justify-content:flex-end;width:650px!important}}@media screen and (max-width: 767px){.filter-bar{width:690px!important}}.filter-dropdown{display:none;position:absolute;top:var(--dropdown-top, calc(100% + 5px) );left:var(--dropdown-left, 0);background-color:#fff;box-shadow:0 4px 8px #0000001a;border:1px solid black;z-index:99999;padding:10px;flex-direction:column;gap:10px;width:150px;box-sizing:border-box}.filter-dropdown.open{display:flex}.filter-wrapper{position:relative;display:inline-flex;flex-direction:row;align-items:center;margin-right:10px;overflow:visible}.filter-button{background:ivory;border:1px solid black;color:#000;font-family:var(--m3-ui-family);font-weight:700;font-size:small;padding:8px 12px;cursor:pointer;transition:background .3s ease,border .3s ease}.filter-button:hover{background-color:#000;border:1px solid #fe5829;color:ivory}.arrow-button{transition:transform .3s ease;z-index:100}.carousel-toggle{border:none;background:transparent;color:#000;cursor:pointer;padding:8px;font-size:1.2rem;z-index:100}.carousel-toggle:hover{color:#fe5829}.filter-option{display:flex;align-items:center;gap:10px;z-index:9999}.filter-option input[type=checkbox]{flex-shrink:0;width:16px;height:16px;margin:0}.filter-option label{flex:1;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clear-filters{margin-top:20px}.clear-filters-button{background-color:#fe5829;color:#fff;padding:10px 20px;border:none;cursor:pointer;font-size:16px}.clear-filters-button:hover{background-color:#e14d1f}@media screen and (max-width: 480px){.filter-bar{width:402px!important}}@media screen and (max-width: 767px){.filter-bar{width:661px!important}}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100%;overflow-y:auto!important;font-family:Overpass Mono}.universal-products-page{width:100%;min-height:100vh;padding:20px;box-sizing:border-box}.product-footer{width:100%;background:#000;color:#fff;text-align:center;padding:20px;position:relative}.filter-bar-container{margin-bottom:20px}.mobile-header{padding:10px;text-align:left;position:relative;z-index:12000}.hamburger-button{font-size:24px;background:none;border:none;cursor:pointer;z-index:12000;width:50px}.universal-page-container{display:flex;max-width:1200px;margin:10px auto 0;gap:20px}.universal-main-content{flex:1;display:flex;flex-direction:column;gap:20px}.products-display-wrapper{display:flex;justify-content:center;margin-top:-20px}.products-display{display:grid;gap:20px;padding:20px;border:5px solid black;margin:0 auto;width:100%;max-width:1200px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.grid-product-box{background-color:#fff;padding-top:8px;overflow:visible;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease;text-align:center;width:100%}.grid-product-box:hover{transform:translateY(-10px)}.products-display a{display:inline-block;border:1px solid black}.grid-product-image{display:block;width:100%;max-width:200px;height:auto;object-fit:cover;transition:opacity .3s ease;margin:0 auto}.grid-product-image:hover{opacity:.8}.grid-product-details{margin-top:5px;border:1px solid black;padding:5px}.grid-actions{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;padding:0 10px}.grid-actions>*{flex:0 1 auto;margin:5px 0}.grid-price{font-size:1.2rem;font-weight:700;color:#000}.grid-favorites-button{background-color:transparent;border:none;cursor:pointer;padding:8px;transition:transform .3s ease}.grid-favorites-button:hover{transform:scale(1.1)}.grid-buy-button{font-family:Caveat,cursive;background-color:#fe5829;color:#000;border:2px solid black;padding:10px 20px;height:35px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.grid-buy-button:hover{background-color:#e34b24}@media screen and (min-width: 1201px){.universal-page-container{padding:0 20px;margin-top:100px;position:relative;top:-250px!important;min-height:calc(100vh + 250px)}.products-display{grid-template-columns:repeat(5,1fr);gap:10px;padding:10px;margin:0 auto}.grid-product-box{padding-top:4px;width:182px}.grid-product-image{width:160px;height:150px;object-fit:cover}.grid-actions{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:3px;width:100%;height:30px}.grid-actions>*{flex:1;min-width:auto;text-align:center}.grid-price{font-size:15px;font-weight:700;padding:0;margin:0}.grid-favorites-button{background:none;border:none;cursor:pointer;width:24px;height:24px}.grid-favorites-button svg{width:16px;height:16px}.grid-buy-button{font-size:10px;padding:3px 6px;width:auto;max-width:60px;height:24px;background-color:#fe5829;color:#fff;border:none;cursor:pointer;border-radius:3px}}@media screen and (min-width: 768px) and (max-width: 1200px){.universal-page-container{max-width:1000px;padding:0 15px;position:relative;top:-150px!important}.products-display{grid-template-columns:repeat(3,1fr);gap:10px;padding:10px;margin:0 auto}.grid-product-box{padding-top:4px;width:182px}.grid-product-image{width:160px;height:150px;object-fit:cover}.grid-actions{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:3px;width:100%;height:30px}.grid-actions>*{flex:1;min-width:auto;text-align:center}.grid-price{font-size:15px;font-weight:700;padding:0;margin:0}.grid-favorites-button{background:none;border:none;cursor:pointer;width:24px;height:24px}.grid-favorites-button svg{width:16px;height:16px}.grid-buy-button{font-size:10px;padding:3px 6px;width:auto;max-width:60px;height:24px;background-color:#fe5829;color:#fff;border:none;cursor:pointer;border-radius:3px}}@media screen and (max-width: 767px){.universal-page-container{flex-direction:column;max-width:100%;padding:0 10px;position:relative;top:-150px!important}.products-display{grid-template-columns:repeat(3,1fr);gap:10px;padding:10px;margin:0 auto}.grid-product-box{padding-top:4px;width:182px}.grid-product-image{width:160px;height:150px;object-fit:cover}.grid-actions{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:3px;width:100%;height:30px}.grid-actions>*{flex:1;min-width:auto;text-align:center}.grid-price{font-size:15px;font-weight:700;padding:0;margin:0}.grid-favorites-button{background:none;border:none;cursor:pointer;width:24px;height:24px}.grid-favorites-button svg{width:16px;height:16px}.grid-buy-button{font-size:10px;padding:3px 6px;width:auto;max-width:60px;height:24px;background-color:#fe5829;color:#fff;border:none;cursor:pointer;border-radius:3px}}@media screen and (max-width: 480px){.universal-products-page{overflow-y:visible}.universal-page-container{padding:0 5px;height:900px;overflow-y:auto}.products-display{grid-template-columns:repeat(2,1fr);gap:10px;padding:10px;margin:0 auto}.grid-product-box{padding-top:4px;width:182px}.grid-product-image{width:160px;height:150px;object-fit:cover}.grid-actions{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:3px;width:100%;height:30px}.grid-actions>*{flex:1;min-width:auto;text-align:center}.grid-price{font-size:15px;font-weight:700;padding:0;margin:0}.grid-favorites-button{background:none;border:none;cursor:pointer;width:24px;height:24px}.grid-favorites-button svg{width:16px;height:16px}.grid-buy-button{font-size:10px;padding:3px 6px;width:auto;max-width:60px;height:24px;background-color:#fe5829;color:#fff;border:none;cursor:pointer;border-radius:3px}}.product-detail-page{font-family:Overpass Mono;background-color:ivory;color:#000;margin-top:0;margin-bottom:60px;min-height:calc(100vh - 60px);z-index:99}.product-detail-page .main-content{display:grid;grid-template-columns:1fr;height:100%}.product-detail-page .left-col{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;border-bottom:1px solid black;margin:0;padding:0;position:relative}.product-detail-page .left-col::-webkit-scrollbar{display:none}.product-detail-page .left-col .full-image{height:100vh;scroll-snap-align:start;position:relative}.product-detail-page .left-col .full-image img{width:100%;height:100vh;object-fit:cover}.product-detail-page .right-col{background-color:#f9f9f9;overflow-y:auto;padding-top:20px;position:relative}.product-detail-page .right-col .details-container{padding:20px}.product-detail-page .right-col .details-inner{max-width:600px;margin:0 auto;padding:20px}.product-detail-page .right-col .bespoke-order-btn{text-align:center;margin:0 10px;background:red;cursor:pointer;font-size:1rem;border:solid,black!important}.product-detail-page .right-col .bespoke-form{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#f9f9f9;padding:20px;display:flex;flex-direction:column;justify-content:space-between;z-index:2}.product-detail-page .right-col .bespoke-form .form-content{flex-grow:1;overflow-y:auto;padding-top:60px;padding-bottom:60px}.product-detail-page .right-col .bespoke-form .form-actions{display:flex;justify-content:center;gap:10px}.product-detail-page .right-col .bespoke-form .form-actions button{padding:10px 20px;font-size:1rem;border:none;cursor:pointer}.product-detail-page .right-col .bespoke-form .form-actions .buy-button{background-color:#559e5d;color:#fff;font-family:Overpass Mono;border:solid,black}.product-detail-page .right-col .bespoke-form .form-actions .checkout-button{background-color:#fe5829;color:#fff;font-family:Overpass Mono;border:solid,black}.product-detail-page .right-col .bespoke-form .form-actions .inline-close-button{background-color:red;color:#fff;border-radius:4px;padding:10px 20px;font-size:1rem;cursor:pointer}.product-detail-page .right-col .product-name{position:sticky;top:5px;background-color:#f9f9f9;padding:5px 0;z-index:1;transition:opacity .3s,background-color .3s}.product-detail-page .right-col .product-name.scrolled{opacity:.5;background-color:transparent}.product-detail-page .right-col .action-buttons{display:flex;justify-content:center;gap:10px;margin-top:20px;font-family:Overpass Mono}.product-detail-page .right-col .action-buttons button{padding:10px 20px;font-size:1rem;border:none;cursor:pointer}.product-detail-page .right-col .action-buttons .buy-button{background-color:#559e5d;color:#fff;font-family:Overpass Mono;border:solid,black}.product-detail-page .right-col .action-buttons .checkout-button{background-color:#fe5829;color:#fff;font-family:Overpass Mono;border:solid,black}.product-detail-page .right-col .size-select{font-size:14px}.product-detail-page .right-col .price-fav-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.product-detail-page .right-col .price{color:#fe5829;font-size:23px}.product-detail-page .right-col .fav-button svg{cursor:pointer}.product-detail-page .right-col .collapsible-section{margin-bottom:15px}.product-detail-page .right-col .collapsible-section .collapsible-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:transparent;cursor:pointer}.product-detail-page .right-col .collapsible-section .collapsible-header h3{margin:0;font-size:1.2rem}.product-detail-page .right-col .collapsible-section .collapsible-header .toggle-button{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background-color:transparent}.product-detail-page .right-col .collapsible-section .collapsible-content{border:1px solid;background-color:#000;color:#fff}.product-detail-page .right-col .you-may-be-interested{background-color:#fff!important;padding:20px}.product-detail-page .right-col .you-may-be-interested h2{font-size:1.8rem;margin-bottom:20px}.product-detail-page .right-col .you-may-be-interested .interested-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.product-detail-page .right-col .you-may-be-interested .interested-grid .interested-item{text-align:center}.product-detail-page .right-col .you-may-be-interested .interested-grid .interested-item img{width:100%;height:auto}.product-detail-page .right-col .you-may-be-interested .interested-grid .interested-item p{margin-top:10px;font-size:1rem}@media (min-width: 786px){.product-detail-page .main-content{grid-template-columns:1fr 1fr;height:100%}.product-detail-page .left-col{border-right:1px solid black;border-bottom:1px solid black}.product-detail-page .right-col{height:100%;position:sticky;top:0;border-bottom:1px solid black;margin-top:0;padding-top:0}}@media (min-width: 1200px){.product-detail-page .main-content{grid-template-columns:2fr 2fr}}.cart-page{background-image:url(/assets/cartpagebackground1-zpwiM0Qs.webp);background-size:cover;background-position:center;min-height:100vh;width:100%;position:relative;display:flex;flex-direction:column;font-family:Overpass Mono}.cart-page .bespoke-icon{display:inline-block;margin-right:5px;vertical-align:middle}.cart-page .cart-container{margin-top:300px;margin-bottom:200px;padding:10px;border:2px solid black;background:#fe5829;position:relative;z-index:1;flex-grow:1;display:flex;flex-direction:column;align-items:center}.cart-page .tabs{display:flex;gap:5px;margin-bottom:10px;justify-content:flex-start;width:100%;font-family:Overpass Mono}.cart-page .tabs .tab{background:#000;color:#fff;padding:5px 10px;font-size:15px;border:none;cursor:pointer;font-family:Overpass Mono}.cart-page .tabs .tab.active{border-bottom:2px solid white;background-color:#fe5829;color:#fff}.cart-page .tabs .tab:hover{background-color:#e24f22;color:#fff}.cart-page .bag-section,.cart-page .favorites-section{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;position:relative}.cart-page .bag-section .products-grid,.cart-page .favorites-section .products-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));width:100%;margin-bottom:20px;justify-items:center}.cart-page .bag-section .products-grid .product-card,.cart-page .favorites-section .products-grid .product-card{border:2px solid black;padding:10px;text-align:center;background:#fff}.cart-page .bag-section .products-grid .product-card img,.cart-page .favorites-section .products-grid .product-card img{max-width:100%;height:150px;object-fit:contain;border:1px solid #000}.cart-page .bag-section .products-grid .product-card .product-name,.cart-page .bag-section .products-grid .product-card .favorite-details,.cart-page .favorites-section .products-grid .product-card .product-name,.cart-page .favorites-section .products-grid .product-card .favorite-details{margin-top:5px;position:relative;border:1px solid black;padding:5px;font-size:14px;font-weight:700;color:#000!important}.cart-page .bag-section .products-grid .product-card .product-name .remove-btn,.cart-page .bag-section .products-grid .product-card .favorite-details .remove-btn,.cart-page .favorites-section .products-grid .product-card .product-name .remove-btn,.cart-page .favorites-section .products-grid .product-card .favorite-details .remove-btn{position:absolute;top:3px;right:5px;border:1px solid black;background:#fff;color:#000;cursor:pointer;font-size:12px;padding:3px 5px}.cart-page .bag-section .products-grid .product-card .product-name .remove-btn:hover,.cart-page .bag-section .products-grid .product-card .favorite-details .remove-btn:hover,.cart-page .favorites-section .products-grid .product-card .product-name .remove-btn:hover,.cart-page .favorites-section .products-grid .product-card .favorite-details .remove-btn:hover{background:red;color:#000}.cart-page .bag-section .products-grid .product-card .product-details,.cart-page .favorites-section .products-grid .product-card .product-details{margin-top:5px;display:flex;gap:10px;padding:5px;border:1px solid black;background:#fff;justify-content:space-between;font-size:12.5px;line-height:1.2;font-weight:700;color:#000}.cart-page .bag-section .products-grid .product-card .product-details input,.cart-page .favorites-section .products-grid .product-card .product-details input{width:20px;text-align:center;border:1px solid black;height:16px;font-size:12px}.cart-page .bag-section .products-grid .product-card .buy-btn,.cart-page .favorites-section .products-grid .product-card .buy-btn{background:#fe5829;color:#000;border:1px solid black;cursor:pointer}.cart-page .bag-section .pay-section,.cart-page .favorites-section .pay-section{width:100%;max-width:1200px;padding:8px;border:2px solid black;background:#fff;margin-top:auto;flex-shrink:0;display:flex;flex-direction:column}.cart-page .bag-section .pay-section .terms,.cart-page .favorites-section .pay-section .terms{font-size:12px;margin-bottom:10px}.cart-page .bag-section .pay-section .total,.cart-page .favorites-section .pay-section .total{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px}.cart-page .bag-section .pay-section .total .pay-btn,.cart-page .favorites-section .pay-section .total .pay-btn{background:green;color:#fff;padding:5px 10px;border:2px solid black;cursor:pointer;height:30px;width:100px;font-family:Overpass Mono}.cart-page .bag-section .pay-section .total .pay-btn:hover,.cart-page .favorites-section .pay-section .total .pay-btn:hover{background:#024702}.cart-page .favorites-grid{grid-template-columns:repeat(4,1fr)}.cart-page .favorites-grid .favorite-card img{max-width:100%}.cart-page .empty-bag{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:relative;top:-37px;right:-608px;background-color:#000;height:20px;padding:4px}.cart-page .empty-bag:hover{border:1px solid #fffff0;cursor:pointer}.cart-page .empty-bag p{font-size:14px;font-weight:700;color:#fff}.cart-page .clear-all-btn{margin-left:10px;color:red;border:none;font-size:13px;padding:3px 5px;background-color:#000;cursor:pointer;align-items:center}.cart-page .clear-all-btn:hover{color:#8b0000}.cart-page .quantity-selector{display:flex}.cart-page .increment-btn,.cart-page .decrement-btn{background-color:ivory;position:relative;top:0;cursor:pointer;height:20px;width:18px;display:flex;justify-content:center;align-items:center;border:1px solid black;color:#000}@media (min-width: 786px){.cart-page .products-grid{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(100px,1fr));width:100%;margin-bottom:20px;justify-items:center}.cart-page .product-card{border:2px solid black;padding:10px;text-align:center;background:#fff;width:100%;max-width:300px}}.checkout-page{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 150px);padding-top:50px;margin:100px 0 50px;font-family:Overpass Mono}.checkout-container{width:100%;max-width:1000px;background-color:#fe5829;border:5px solid black;box-shadow:0 4px 20px #0003;padding:30px;position:relative}.checkout-label{background-color:#000;color:#fff;font-size:28px;font-weight:700;text-align:center;width:200px;height:50px;line-height:50px;margin:0 auto 20px}.user-info{display:flex;align-items:center;gap:10px;margin-bottom:20px}.user-image{width:90px;height:90px;border-radius:50%;overflow:hidden;flex-shrink:0}.user-image img{width:100%;height:100%;object-fit:cover}.user-details{flex:1;position:relative}.logged-in-user{font-size:1.7rem;font-weight:700;color:#000;margin-bottom:5px}.guest-checkout-button{padding:10px 20px;background-color:#fe5829;color:ivory;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.guest-checkout-button:hover{background-color:#e24f22}.content-wrapper{display:grid;grid-template-columns:1fr;gap:20px;width:100%;justify-items:center}.left-column,.right-column{display:flex;flex-direction:column;gap:20px}.address{background-color:#fff;border:2px solid black;padding:10px;overflow:auto;width:100%;max-width:400px}.address-box-label{font-size:18px;font-weight:700;margin-bottom:10px}.address-edit-button{align-self:flex-end;padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:700;font-family:Caveat,cursive;cursor:pointer;transition:background-color .3s ease,transform .3s ease;margin-bottom:10px}.address-edit-button:hover{background-color:#fe5829;transform:scale(1.05)}.delivery-fee{background-color:#fe5829;color:#000;padding:5px 10px;border:1px solid black;font-weight:700;font-size:14px;display:flex;justify-content:center;align-items:center;margin-top:10px;height:20px}.cards{background-color:#fff;border:2px solid black;padding:10px;width:100%;max-width:400px}.edit-button{align-self:flex-start;padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:700;font-family:Caveat,cursive;cursor:pointer;transition:background-color .3s ease,transform .3s ease;margin-bottom:10px}.edit-button:hover{background-color:#fe5829;transform:scale(1.05)}.card-details{background-color:#c6c2c2;width:100%;max-width:230px;height:100px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:4px;margin-bottom:10px;padding:10px}.financial-service{margin-bottom:5px}.user-name,.user-card-name{font-size:16px;font-weight:700}.expiry-date{font-size:14px;margin-top:5px}.input-fields{display:flex;justify-content:space-between;width:100%;margin:10px 0}.input-fields input{width:48%;padding:5px;border:1px solid #ccc}.items{background-color:#fff;border:2px solid black;padding:10px;overflow-y:auto;width:100%;max-width:400px;margin-bottom:100px}.item-edit-button{align-self:flex-start;padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:700;font-family:Caveat,cursive;cursor:pointer;transition:background-color .3s ease,transform .3s ease;margin-bottom:10px}.item-edit-button:hover{background-color:#fe5829;transform:scale(1.05)}.items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.item-card{display:flex;gap:10px;padding:15px;border-radius:8px;background-color:#f9f9f9}.item-image img{max-width:80px;max-height:80px;object-fit:cover;border-radius:4px}.item-details{display:flex;flex-direction:column;font-size:12px}.item-name{font-size:14px;font-weight:700}.item-color,.item-price,.item-quantity{font-size:12px;margin-top:5px}.item-subtotal{background-color:#fe5829;color:#000;padding:5px 10px;border:1px solid black;font-weight:700;font-size:14px;text-align:center;margin-top:10px;height:20px}.footer{display:flex;justify-content:space-between;align-items:center;background-color:#fff;color:#000;margin-top:20px;width:73%;margin-bottom:20px;border:2px solid black;padding:10px}.svg-container{display:flex;align-items:center}.svg-container span{margin-left:10px}.total-amount{background-color:#fe5829;color:#000;padding:2px 6px;border:1px solid black;font-weight:700;font-size:14px;display:flex;justify-content:center;align-items:center;height:40px}.footer .complete-order-btn{background-color:#23f823;color:#000;padding:2px 6px;border:1px solid black;font-family:Caveat;font-weight:700;font-size:15px;display:flex;justify-content:center;align-items:center;height:40px;cursor:pointer}.complete-order-btn:hover{background-color:#018801}@media (min-width: 768px){.content-wrapper{grid-template-columns:1fr 1fr;justify-items:stretch}.right-column .footer{margin-top:20px;width:87%;position:relative;top:-100px}}@media (max-width: 768px){.footer{width:400px}}.main-box .toggle-buttons{position:absolute;top:10px;left:105px;transform:translate(-50%);display:flex;gap:5px;font-family:Caveat,cursive}.main-box .toggle-button{background-color:#000;color:#fff;padding:5px 10px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Caveat,cursive;font-size:15px}.main-box .toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.main-box .toggle-button:hover{background-color:#e24f22;color:#fff}.main-box .inner-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:70%;background-color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-form{width:100%;display:flex;flex-direction:column;gap:15px}.password-container{position:relative}.toggle-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}.forgot-password{color:#fe5829;font-size:14px;text-align:center;cursor:pointer;text-decoration:underline}.forgot-password:hover{color:#e24f22}.loader{display:flex;justify-content:center;align-items:center;height:100vh}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:ivory;margin:0;padding:0;font-family:Overpass Mono}.profile-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:ivory;margin:0;padding:0;font-family:Caveat,cursive}.main-box{position:relative;width:500px;height:600px;background-color:#fe5829;border:2px solid black;box-shadow:0 4px 20px #0003;overflow:hidden}.inner-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:70%;background-color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.form-heading{font-size:20px;text-align:center;margin-bottom:20px;color:#000}.input-field{padding:10px;margin:10px 0;border:1px solid #ccc;border-radius:5px;font-size:14px;width:100%}.action-button{background-color:#fe5829;color:#fff;padding:10px;border:none;border-radius:5px;cursor:pointer;font-size:16px;width:100%;transition:background-color .3s ease}.action-button:hover{background-color:#e24f22}.saved-info{text-align:center;color:#000}.saved-info p{margin:5px 0;font-size:16px}.button-group{display:flex;justify-content:space-between;margin-top:20px}.delete-button,.action-button{background-color:#fe5829;color:#fff;padding:10px;border:none;border-radius:5px;cursor:pointer;font-size:16px;width:45%}.delete-button:hover,.action-button:hover{background-color:#e24f22}.delete-button{background-color:#d9534f}.delete-button:hover{background-color:#c9302c}.orders-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:ivory;margin:0;padding-top:50px;padding-bottom:50px}.toggle-buttons{position:relative;display:flex;justify-content:center;gap:10px;margin-bottom:20px;font-family:Caveat,cursive;top:0;left:0}.toggle-button{position:relative;background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Caveat,cursive;font-size:16px;top:0;left:25px}.toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.toggle-button:hover{background-color:#e24f22;color:#fff}.inner-box{width:100%;height:100%;background-color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;overflow:visible;scrollbar-color:#fffff0 #fffff0;scrollbar-width:thin}.order-tab{width:80%;background-color:#fff;border:2px solid #000;height:110px;margin-bottom:20px;box-shadow:0 4px 20px #0003;padding:15px;font-family:Caveat,cursive}.order-tab .status{font-size:18px;color:#000;font-weight:700}.order-tab .order-details{margin-top:10px;display:flex;justify-content:space-between;font-size:16px}.order-tab .order-details .order-number{color:#333}.order-tab .order-details .order-date{color:#888}.order-tab .order-details .order-total{color:#fe5829}.order-tab .see-details-button{margin-top:15px;padding:10px 15px;background-color:#fe5829;color:#fff;border:none;height:30px;font-family:Caveat,cursive;font-size:16px;cursor:pointer;position:relative;top:-10px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.order-tab .see-details-button:hover{background-color:#e24f22}.notifications-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:ivory;margin:0;padding-top:50px;padding-bottom:50px;font-family:Overpass Mono}.notification-tab{width:80%;background-color:#333;border:2px solid #000;box-shadow:0 4px 20px #0003;padding:15px;font-family:Caveat,cursive;display:flex;align-items:center;gap:10px;overflow:hidden;color:#fff;text-decoration:none}.notification-tab:hover{cursor:pointer;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#fe5829}.notification-tab .icon{transition:color .3s ease;font-size:24px;width:50px;height:50px}.notification-tab .icon svg{transition:fill .3s ease}.notification-tab .message-content{font-size:17px;line-height:1.5;color:inherit;overflow-y:auto;max-height:80px;flex-grow:1}.notification-tab .message-content .timestamp{font-size:13px;color:#ccc;margin-top:5px;font-style:italic;text-decoration:none}.notification-tab.read .icon svg{fill:#fff}.notification-tab:not(.read) .icon svg{fill:#fe5829}.no-notifications{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.no-notifications .no-notifications-icon{margin-bottom:15px}.no-notifications p{font-size:20px;color:#333;font-family:Caveat,cursive}.compose-box{position:fixed;bottom:20px;right:20px;width:400px;max-width:90%;background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;display:flex;flex-direction:column;z-index:1500;font-family:Overpass Mono}.compose-header{display:flex;justify-content:space-between;align-items:center;background:#c04b37;color:#fff;padding:10px;font-size:16px;font-weight:700}.compose-header-icons{display:flex;gap:10px}.compose-header-icons .icon{cursor:pointer}.compose-content{padding:15px;display:flex;flex-direction:column;gap:10px}.compose-content input,.compose-content textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.compose-content textarea{resize:vertical;height:100px}.compose-actions{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:#f1f3f4;border-top:1px solid #ddd}.compose-actions .action-icon{font-size:20px;cursor:pointer;color:#5f6368}.compose-actions .send{color:#1967d2}.send-container{display:flex;align-items:center;gap:10px;position:relative}.dropdown-menu{position:absolute;bottom:45px;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column}.dropdown-menu button{padding:8px 12px;background:none;border:none;text-align:left;cursor:pointer;font-size:14px}.dropdown-menu button:hover{background:#f1f3f4}.loading{padding:10px;text-align:center;font-size:14px;color:#1967d2}.error{padding:10px;text-align:center;font-size:14px;color:red}.message-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:ivory;margin:0;padding-top:50px;padding-bottom:50px;font-family:Overpass Mono}.main-box{position:relative;width:800px;height:700px;background-color:#fe5829;border:2px solid black;box-shadow:0 4px 20px #0003;overflow:hidden;padding:40px 20px 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.inner-box{width:100%;height:100%;background-color:#fff;padding:20px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;scrollbar-color:#fffff0 #fffff0;scrollbar-width:thin}.inner-box::-webkit-scrollbar{width:2px;height:2px}.inner-box::-webkit-scrollbar-thumb{background-color:ivory;border-radius:2px;border:2px solid white}.inner-box::-webkit-scrollbar-track{background-color:ivory;border-radius:2px}.inner-box::-webkit-scrollbar-thumb:hover{background-color:#fe5829}.message-header{text-align:center;margin-bottom:20px;padding-top:10px}.message-header h2{font-size:24px;font-weight:700;color:#333;margin:0}.message-header .timestamp{font-size:14px;color:#777;margin-top:5px;font-style:italic}.message-body{font-size:18px;line-height:1.8;color:#000;overflow-y:auto;max-width:500px;margin-top:20px;font-family:Caveat,cursive;font-size:20px}:root{--admin-primary-color: #fe5829;--admin-secondary-color: #f5f5f5;--admin-bg-color: #ffffff;--admin-text-color: #333333;--admin-border-radius: 4px;--m3-ui-family: "Overpass Mono", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-default: 16px;--font-weight-default: 400;--line-height-default: 24px;--letter-spacing-default: normal}.main-container{position:relative;background:var(--admin-bg-color);min-height:100vh;font-family:Overpass Mono}.admin-content-wrapper{padding-top:0}.details-overlay{position:absolute;font-family:Overpass Mono;top:0;left:0;width:100%;height:100%;background:#000000b3;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;z-index:2;text-align:center}.details-button{margin-left:5px}.edit-modal-overlay{position:fixed;font-family:Overpass Mono;top:0;left:0;width:100%;height:100%;background:#0009;z-index:100;display:flex;align-items:center;justify-content:center}.edit-modal{width:700px;height:700px;background:#ccc;border:3px solid black;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:20px;border-radius:10px;font-family:Overpass Mono}.edit-form{width:90%;height:70%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;font-family:Overpass Mono}.edit-form input,.edit-form textarea{width:80%;padding:10px;border:1px solid #999;border-radius:4px}.file-upload-box{width:250px;height:350px;border:2px dashed #666;display:flex;align-items:center;justify-content:center;position:relative;font-family:Overpass Mono}.file-preview{width:100%;height:350px;position:relative;display:flex;align-items:center;justify-content:center;top:0}@media (min-width: 1200px){.admin-content-wrapper{padding-top:700px}}.admin-ad-box{width:1005px;height:300px;border:2px solid black;margin:20px 0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;right:-30px;background-color:#fff}.admin-ad-box img{width:100%;height:100%;object-fit:cover}.admin-content{width:90%;max-width:1200px;margin:50px auto 0;display:flex;gap:20px;flex-direction:row;height:auto}.admin-left-column{flex:1;display:flex}.admin-merged-box{width:100%;height:auto;display:flex;flex-direction:row;gap:20px}.admin-men,.admin-women{border:2px solid black;display:flex;align-items:center;justify-content:center;position:relative;background-color:#fff}.admin-men{width:500px;height:460px}.admin-women{width:100%;height:460px}.admin-right-column{flex:1;display:flex;flex-direction:column;gap:20px;align-items:center}.admin-brands,.admin-products{width:300px;height:220px;border:2px solid black;display:flex;align-items:center;justify-content:center;position:relative;background-color:#fff}.ad-controls{position:absolute;bottom:5px;right:5px;display:flex;gap:5px}.ad-controls button{background:#0009;color:#fff;border:none;padding:5px;cursor:pointer}.ad-controls button:hover{background:#000c}@media (max-width: 785px){.admin-content-wrapper{padding-top:150px;padding-bottom:100px}.admin-ad-box{width:580px;height:250px;right:-30px}.admin-content{flex-direction:column;height:auto}.admin-merged-box{flex-direction:row;gap:10px}.admin-half{width:300px;height:450px}.admin-right-column{flex-direction:row;gap:10px;justify-content:space-between}.admin-brands,.admin-products{width:300px;height:200px}.edit-modal{width:550px!important;height:1000px;background:#fe5829!important;border:3px solid black;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:20px;top:30px;margin-top:-50px}.edit-modal-overlay{position:fixed;top:0;left:0;width:100%;height:1245px!important;background:#0009;z-index:100;display:flex;align-items:center;justify-content:center}.file-upload-box{width:230px;height:350px;border:2px dashed #666;display:flex;align-items:center;justify-content:center;position:relative;top:50px}.file-preview{height:222px!important}}@media (min-width: 1200px){.admin-content-wrapper{padding-top:250px;bottom:100px;right:-65px;position:relative}.admin-ad-box{width:1050px;height:300px;border:2px solid black;margin:20px 0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;right:-65px;background-color:#fff}.admin-ad-box img{width:100%;height:100%;object-fit:cover}.admin-men,.admin-women{border:2px solid black;display:flex;align-items:center;justify-content:center;position:relative;background-color:#fff}.admin-men,.admin-women{width:100%;height:460px}.admin-right-column{flex:1;display:flex;flex-direction:column;gap:20px;align-items:center}.admin-brands,.admin-products{width:300px;height:220px;border:2px solid black;display:flex;align-items:center;justify-content:center;position:relative;background-color:#fff}.edit-modal{width:700px;height:800px;background:#fe5829!important;border:3px solid black;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:20px;margin-top:100px}.edit-modal-overlay{position:fixed;top:0;left:0;width:100%;height:1084px!important;background:#0009;z-index:100;display:flex;align-items:center;justify-content:center}.file-upload-box{width:250px;height:200px!important;border:2px dashed #666;display:flex;align-items:center;justify-content:center;position:relative;top:30px}.file-preview{height:196px!important}}.admin-messages-page{display:flex;flex-direction:column;background:#fe5829;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 30px #00000080;border-radius:10px;min-height:100vh;padding-top:60px;margin-top:300px;border:2px solid black;font-family:Overpass Mono}.admin-messages-container{display:flex;flex-direction:column;flex:1;overflow-y:auto;font-family:Overpass Mono}@media (min-width: 768px){.admin-messages-container{flex-direction:row}.admin-sidebar{display:flex!important;flex-direction:column;width:250px;background:#121212;border-right:1px solid #ddd;padding:20px}}.admin-sidebar{display:none}.mobile-compose-fab{position:fixed;bottom:20px;right:20px;background:#c04b37;color:#fff;border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;z-index:2000;font-family:Overpass Mono}.messages-content{padding:10px;flex:1}@media (min-width: 768px){.messages-content{padding:20px}}@media (min-width: 1024px){.messages-content{padding:20px 40px}}.messages-header{background:#fff;border-bottom:1px solid #ddd;padding:10px;font-family:Overpass Mono}.messages-header ul{display:flex;justify-content:space-around;list-style:none;margin:0;padding:0}.messages-header li{padding:5px 10px;font-size:14px;color:#5f6368;cursor:pointer;border-radius:4px;transition:background .2s,color .2s}.messages-header li.active,.messages-header li:hover{background:#e8f0fe;color:#1967d2}.messages-list-container{padding:10px}.message-tile{background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px;margin-bottom:10px;transition:box-shadow .2s;cursor:pointer;font-family:Overpass Mono}.message-tile:hover{box-shadow:0 2px 8px #0000001a}.message-tile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.sender-info{display:flex;align-items:center}.profile-photo{width:36px;height:36px;border-radius:50%;object-fit:cover;margin-right:8px}.user-name{font-size:14px;font-weight:700;color:#202124}.user-email{font-size:12px;color:#5f6368}.message-tile-content .subject{font-size:15px;font-weight:700;color:#202124;margin-bottom:4px}.message-tile-content .body-preview{font-size:13px;color:#5f6368;margin-bottom:4px}.message-tile-footer .message-timestamp{font-size:11px;color:#80868b;text-align:right}.message-actions{display:flex;gap:8px}.message-actions button{background:none;border:none;cursor:pointer}.order-tile{background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px;margin-bottom:10px;transition:box-shadow .2s;cursor:pointer;font-family:Overpass Mono}.order-tile:hover{box-shadow:0 2px 8px #0000001a}.order-tile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.order-actions button{background:none;border:none;cursor:pointer}.order-tile-content .subject{font-size:15px;font-weight:700;color:#202124;margin-bottom:4px}.order-tile-content .body-preview{font-size:13px;color:#5f6368;margin-bottom:4px}.order-tile-footer .order-timestamp{font-size:11px;color:#80868b;text-align:right}.order-wrapper{margin-bottom:20px}.inline-order-details-container{margin:10px 0;padding:10px;background:#f9f9f9;border:1px solid #ddd;border-radius:8px}.inline-order-details{padding:10px}.back-arrow{background:none;border:none;color:#333;font-size:28px;cursor:pointer;margin-bottom:10px;transition:color .2s}.inline-order-details h2{margin-top:0;margin-bottom:10px}.inline-order-details .order-info p{margin:5px 0}.inline-order-details .order-status-update{margin:15px 0}.inline-order-details .order-status-update label{margin-right:10px;font-weight:700}.inline-order-details .order-status-update select{padding:5px;border:1px solid #ddd;border-radius:4px}.inline-order-details .order-items ul{list-style:none;padding:0}.inline-order-details .order-items li{border-bottom:1px solid #ddd;padding:8px 0}.inline-order-details .order-tracking p{margin:5px 0}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.order-status-control{position:relative}.status-button{background:#fff;border:1px solid #ddd;padding:5px 10px;border-radius:4px;cursor:pointer;font-size:14px;color:#333;transition:background .2s,border-color .2s}.status-button:hover{background:#f0f0f0;border-color:#ccc}.status-dropdown{position:absolute;top:110%;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;z-index:100;box-shadow:0 2px 6px #0003;width:180px;padding:5px 0}.dropdown-item{display:flex;align-items:center;padding:5px 10px;cursor:pointer;transition:background .2s}.dropdown-item:hover{background:#f0f0f0}.dropdown-item .checkbox-icon{margin-right:8px;font-size:18px;color:#1967d2}.dropdown-item span{font-size:14px;color:#333}.inline-message-details-container{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:15px;margin:10px 0}.back-arrow{background:none;border:none;cursor:pointer;margin-bottom:10px;color:#333;transition:color .2s}.back-arrow:hover{color:#1967d2}.message-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #ddd}.sender-info{display:flex;align-items:center;margin-bottom:8px}.profile-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:10px}.sender-details{display:flex;flex-direction:column}.user-name{font-size:16px;font-weight:700}.user-email{font-size:14px;color:#5f6368}.message-subject{font-size:20px;font-weight:700;margin:8px 0}.message-actions{align-self:flex-end;margin-top:8px}.message-actions button{background:none;border:none;cursor:pointer;margin-left:10px}.message-body{font-size:16px;color:#333;line-height:1.5;margin-bottom:15px}.message-footer{text-align:right}.message-timestamp{font-size:12px;color:#80868b}.inline-reply-message-container{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:15px;margin:10px 0}.reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cancel-btn{background:none;border:none;cursor:pointer;color:#333}.reply-content{display:flex;flex-direction:column;gap:10px}.reply-content input,.reply-content textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}.reply-actions{margin-top:10px;text-align:right}.send-btn{background:#4caf50;border:none;color:#fff;padding:8px 12px;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:5px}.loading{margin-top:10px;color:#888}.error{margin-top:10px;color:red}.reply-connector{border-left:2px dashed #ccc;margin:0 20px;height:30px;align-self:center}.conversation-container{margin-top:20px}.reply-item,.reply-form-container{margin-left:20px;padding-left:20px;border-left:2px solid #ccc;margin-top:10px}.reply-message-box{background:#fff;padding:10px;border:1px solid #ddd;border-radius:8px}.reply-message-header{display:flex;justify-content:space-between;font-size:14px;margin-bottom:5px}.reply-sender-name{font-weight:700}.reply-timestamp{color:#888;font-size:12px}.inline-message-details-container .reply-btn{display:inline-block;color:#1967d2;margin-left:10px;background:none;border:none;cursor:pointer;transition:color .2s}.inline-message-details-container .reply-btn:hover{color:#0d47a1}.admin-orders-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:0;padding-top:50px;padding-bottom:50px}.admin-main-box{position:relative;width:800px;height:700px;background-color:#fe5829;border:2px solid black;box-shadow:0 4px 20px #0003;overflow:hidden;padding:40px 20px 20px;display:flex;flex-direction:column;justify-content:flex-start;font-family:Overpass Mono;align-items:center;border-radius:10px}.admin-toggle-buttons{position:relative;display:flex;justify-content:center;gap:10px;margin-bottom:20px;font-family:Overpass Mono;top:0;left:0}.admin-toggle-button{position:relative;background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Overpass Mono;font-size:16px;top:0;left:25px}.admin-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.admin-toggle-button:hover{background-color:#e24f22;color:#fff}.admin-inner-box{width:100%;height:100%;background-color:#fff;padding:20px;display:flex;font-family:Overpass Mono;flex-direction:column;justify-content:center;align-items:center;gap:20px;overflow:visible;scrollbar-color:#fffff0 #fffff0;scrollbar-width:thin}.admin-inner-box::-webkit-scrollbar{width:2px;height:2px}.admin-inner-box::-webkit-scrollbar-thumb{background-color:ivory;border-radius:2px;border:2px solid white}.admin-inner-box::-webkit-scrollbar-track{background-color:ivory;border-radius:2px}.admin-inner-box::-webkit-scrollbar-thumb:hover{background-color:#fe5829}.admin-order-tab{width:80%;background-color:#fff;border:2px solid #000;height:110px;margin-bottom:20px;box-shadow:0 4px 20px #0003;padding:15px;font-family:Caveat,cursive}.admin-order-tab .status{font-size:18px;color:#000;font-weight:700}.admin-order-tab .order-details{margin-top:10px;display:flex;justify-content:space-between;font-size:16px}.admin-order-tab .order-details .order-number{color:#333}.admin-order-tab .order-details .order-date{color:#888}.admin-order-tab .order-details .order-total{color:#fe5829}.admin-order-tab .admin-see-details-button{margin-top:15px;padding:10px 15px;background-color:#fe5829;color:#fff;border:none;height:30px;font-family:Caveat,cursive;font-size:16px;cursor:pointer;position:relative;top:-10px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.admin-order-tab .admin-see-details-button:hover{background-color:#e24f22}.admin-order-full-details{width:80%;background-color:#f9f9f9;border:1px solid #ddd;padding:10px;margin-top:10px;font-family:Caveat,cursive}.admin-order-full-details h4{margin-bottom:10px}.admin-order-full-details p{margin:5px 0}.admin-order-items ul{list-style-type:none;padding:0;margin:0}.admin-order-items ul li{margin:5px 0}@media (max-width: 600px){.admin-main-box{width:95%;height:auto;padding:20px 10px}.admin-toggle-button{font-size:14px;padding:5px 10px;left:0}.admin-inner-box{padding:10px}.admin-order-tab{width:100%;padding:10px;height:auto}.admin-order-full-details{width:100%}}@media (min-width: 601px) and (max-width: 1024px){.admin-main-box{width:90%;height:auto;padding:30px 15px;position:relative;margin-top:-450px}.admin-toggle-button{font-size:15px;padding:5px 12px}.admin-order-tab{width:90%;height:auto}.admin-order-full-details{width:90%}}@media (min-width: 958px){.admin-main-box{width:1000px;height:auto;padding:30px 15px;position:relative;left:-63px;margin-top:-350px}.admin-toggle-button{font-size:15px;padding:5px 12px}.admin-order-tab{width:90%;height:auto}.admin-order-full-details{width:90%}}body{margin:0;font-family:Arial,sans-serif}.admin-products-page{background:#fe5829;min-height:calc(100vh - 140px);padding:20px;box-sizing:border-box;display:flex;flex-direction:column;border:2px solid black;border-radius:10px;margin-top:200px}.admin-products-page .admin-toggle-buttons{position:relative;display:flex;justify-content:center;gap:10px;margin-bottom:20px;font-family:Caveat,cursive;top:0;left:0}.admin-products-page .admin-toggle-buttons .admin-toggle-button{background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Caveat,cursive;font-size:16px;position:relative;left:25px}.admin-products-page .admin-toggle-buttons .admin-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.admin-products-page .admin-toggle-buttons .admin-toggle-button:hover{background-color:#e24f22;color:#fff}.admin-products-page .form-container,.admin-products-page .products-container{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;border:1px solid black}.admin-products-page .form-container{display:flex;flex-direction:column;align-items:center}.admin-products-page .form-container form{width:100%}.admin-products-page .form-container form .form-group{width:450px;display:flex;flex-direction:column;align-items:center;margin-bottom:15px}.admin-products-page .form-container form .form-group label{margin-bottom:5px;font-weight:700}.admin-products-page .form-container form .form-group input,.admin-products-page .form-container form .form-group select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;text-align:center}.admin-products-page .form-container form button{background:#00f819;border:none;color:#fff;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:4px;transition:background .3s ease}.admin-products-page .form-container form button:hover{background:#00b624}.admin-products-page .form-container form button:disabled{opacity:.6;cursor:not-allowed}.admin-products-page .form-container form .error{color:red;margin-top:10px}.admin-products-page .form-container .selected-images-wrapper{border:1px solid black;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;width:80%;margin-bottom:15px}.admin-products-page .form-container .selected-images-wrapper::-webkit-scrollbar{display:none}.admin-products-page .form-container .selected-images-preview{display:flex;gap:10px;width:100%}.admin-products-page .form-container .selected-image-box{position:relative;width:100%;height:80px;border:1px solid #ccc;border-radius:4px;overflow:hidden}.admin-products-page .form-container .selected-image-box img{width:100%;height:100%;object-fit:cover}.admin-products-page .form-container .selected-image-box .remove-btn{position:absolute;top:2px;right:2px;background:red;color:#000;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;font-size:12px;line-height:20px;text-align:center;padding:0}.admin-products-page .products-container h3{margin-top:0}.admin-products-page .products-container .products-wrapper{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.admin-products-page .products-container .products-wrapper::-webkit-scrollbar{display:none}.admin-products-page .products-container .products-grid{display:grid;grid-gap:20px;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.admin-products-page .products-container .products-grid{grid-template-columns:repeat(4,1fr)}}.admin-products-page .products-container .product-card{border:1px solid #ccc;border-radius:4px;background:#fafafa;overflow:hidden}.admin-products-page .products-container .product-card .image-container{position:relative;width:100%;height:200px;overflow:hidden}.admin-products-page .products-container .product-card .image-container .slider{display:flex;transition:transform .5s ease}.admin-products-page .products-container .product-card .image-container:hover .slider{animation:slide 5s infinite}.admin-products-page .products-container .product-card .image-container img{width:100%;height:100%;object-fit:cover;display:block}.admin-products-page .products-container .product-card .image-container .edit-btn,.admin-products-page .products-container .product-card .image-container .delete-btn{position:absolute;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;color:#000}.admin-products-page .products-container .product-card .image-container .submit{background:#7be986!important;border:none;color:#fff;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:4px;transition:background .3s ease}.admin-products-page .products-container .product-card .image-container .submit:hover{background:#64c878}.admin-products-page .products-container .product-card .image-container .edit-btn{top:5px;left:5px;background:#fe5829}.admin-products-page .products-container .product-card .image-container .delete-btn{top:5px;right:5px;background:red}.admin-products-page .products-container .product-card .image-container .info-btn{position:absolute;bottom:5px;right:5px;background:#0009;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;z-index:2}.admin-products-page .products-container .product-card .image-container .product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:3;padding:10px;box-sizing:border-box}.admin-products-page .products-container .product-card .image-container .product-overlay p{margin:5px 0}.admin-products-page .products-container .product-card .image-container .product-overlay .close-overlay{margin-top:10px;padding:5px 10px;background:#fe5829;color:#fff;border:none;border-radius:4px;cursor:pointer}.admin-products-page .products-container .product-card .product-details{padding:10px;text-align:center}.admin-products-page .products-container .product-card .product-details .product-name{font-weight:700;margin:0 0 5px}.admin-products-page .products-container .product-card .product-details .product-price,.admin-products-page .products-container .product-card .product-details .product-stock{margin:0;color:#333}@media (min-width: 992px){.admin-products-page{min-height:calc(120vh - 200px);flex-direction:column;position:relative;left:85px;width:1000px}.admin-products-page .form-container{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;border:1px solid black;display:flex;flex-direction:column;align-items:center}.admin-products-page .form-container form{width:100%}.admin-products-page .form-container form .form-group{width:650px!important;display:flex;flex-direction:column;align-items:center;margin-bottom:15px}.admin-products-page .form-container form .form-group label{margin-bottom:5px;font-weight:700}.admin-products-page .form-container form .form-group input,.admin-products-page .form-container form .form-group select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;text-align:center}}@keyframes slide{0%{transform:translate(0)}33%{transform:translate(-100%)}66%{transform:translate(-200%)}to{transform:translate(0)}}.main-container{position:relative;background:var(--admin-bg-color);min-height:100vh}.main-container:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:10px 10px;z-index:-1}.admin-container{max-width:1200px;margin:0 auto;padding:20px;color:var(--admin-text-color)}.admin-button{background-color:var(--admin-primary-color);color:var(--admin-bg-color);border:none;padding:10px 20px;border-radius:var(--admin-border-radius);cursor:pointer;transition:background-color .2s ease}.admin-button:hover{background-color:#e04e1f}.top-bar{display:flex;flex-direction:column;padding:1rem;font-family:Overpass Mono;background-color:#fe5829!important;border-bottom:1px solid rgba(255,255,255,.1)}.top-bar .logo{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.top-bar .tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;font-family:Overpass Mono}.top-bar .tabs .tab-item{margin:0 .5rem;padding:.5rem 1rem;cursor:pointer;color:#ccc;font-family:Overpass Mono;transition:color .3s,border-bottom .3s;border-bottom:2px solid transparent}.top-bar .tabs .tab-item:hover{color:#00d2ff}.top-bar .tabs .tab-item.active{color:#fff;border-bottom:2px solid #00D2FF}.live-metrics-row .live-metric,.live-metrics-row .card,.live-metrics-row .sales-metrics-slider .story-metric-card,.sales-metrics-slider .live-metrics-row .story-metric-card,.kpi-row .live-metric,.kpi-row .card,.kpi-row .sales-metrics-slider .story-metric-card,.sales-metrics-slider .kpi-row .story-metric-card,.charts-row .live-metric,.charts-row .card,.charts-row .sales-metrics-slider .story-metric-card,.sales-metrics-slider .charts-row .story-metric-card{background-color:#ffffff26;border-radius:8px;padding:1rem;margin:.5rem;flex:1 1 100%;box-shadow:0 2px 4px #00000080;transition:transform .3s,box-shadow .3s;text-align:center;color:#fff}.live-metrics-row .chart-card,.kpi-row .chart-card,.charts-row .chart-card{background-color:#1d1d1d}.live-metrics-row .date-picker,.kpi-row .date-picker,.charts-row .date-picker{font-size:.8rem;color:#ccc}.live-metrics-row .metric-title,.kpi-row .metric-title,.charts-row .metric-title{font-size:.9rem;margin-bottom:.5rem;color:#ccc}.live-metrics-row .metric-change.positive,.kpi-row .metric-change.positive,.charts-row .metric-change.positive{color:#00d2ff}.carousel{position:relative;overflow:hidden}.carousel img,.carousel-card img{width:100%;height:100%;object-fit:cover}.carousel-card{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;padding:8px;cursor:pointer;z-index:1}.carousel-arrow.left-arrow{left:10px}.carousel-arrow.right-arrow{right:10px}.details-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;z-index:2;text-align:center}.edit-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:100;display:flex;align-items:center;justify-content:center}.edit-modal{width:700px;height:700px;background:#ccc;border:3px solid black;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:20px}.file-upload-box{width:250px;height:350px;border:2px dashed #666;display:flex;align-items:center;justify-content:center;position:relative}.choose-file-btn{background:#fff;border:1px solid #666;padding:8px 12px;cursor:pointer;color:#000}.file-preview{width:100%;height:350px;position:relative;display:flex;align-items:center;justify-content:center}.file-preview img{width:100%;height:100%;object-fit:cover}.clear-file{position:absolute;top:5px;right:5px;background:none;color:red;border:none;font-size:16px;cursor:pointer}.close-edit-modal{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:red}.prediction-widget{background-color:#1d1d1d!important;padding:1rem;border-radius:8px;text-align:center;margin:.5rem;box-shadow:0 2px 4px #00000080;color:#fff}.report-widget{background-color:#1d1d1d!important;padding:1rem;border-radius:8px;text-align:left;margin:.5rem;box-shadow:0 2px 4px #00000080;color:#fff}.chatbot-toggle-icon{margin-left:1rem;cursor:pointer;font-size:1.5rem;transition:background .3s,-webkit-background-clip .3s,-webkit-text-fill-color .3s;display:flex;align-items:center;justify-content:center;color:#fff}.admin-users-page{margin-top:200px;padding:20px;font-family:Arial,sans-serif;background-color:#fe5829;border:2px solid black;border-radius:10px}.admin-users-page .users-header{text-align:center;margin-bottom:20px}.admin-users-page .users-header h1{margin-bottom:5px;font-size:2em}.admin-users-page .users-header p{color:#666}.registered-users-container{display:flex;flex-direction:column;gap:15px}.registered-user-tile{border:2px solid black;background:#fff;padding:10px;border-radius:5px;transition:box-shadow .3s ease;cursor:pointer}.registered-user-tile:hover{box-shadow:0 4px 12px #00000026}.registered-user-tile .user-summary{display:flex;align-items:center;justify-content:space-between}.registered-user-tile .user-profile{display:flex;align-items:center;gap:10px}.registered-user-tile .user-profile .profile-image{width:60px;height:60px;border-radius:50%;object-fit:cover}.registered-user-tile .user-profile .user-basic-info{display:flex;flex-direction:column}.registered-user-tile .user-profile .user-basic-info h2{margin:0;font-size:18px}.registered-user-tile .user-profile .user-basic-info p{margin:2px 0;font-size:14px;color:#555}.registered-user-tile .user-id-section{margin:0 15px}.registered-user-tile .user-id-section .user-id-button{background:transparent;border:none;color:#007bff;cursor:pointer;font-size:14px;text-decoration:underline}.registered-user-tile .user-joined-date{font-size:14px;color:#333}.registered-user-tile .user-details{margin-top:10px;animation:expand .3s ease}.registered-user-tile .user-details .detail-row{margin-bottom:8px;font-size:14px}.registered-user-tile .user-details .detail-row strong{margin-right:5px}.registered-user-tile .user-details .user-actions{margin-top:10px;display:flex;gap:10px}.registered-user-tile .user-details .user-actions button{padding:8px 12px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.registered-user-tile .user-details .user-actions .suspend-button{background-color:#000;color:#fff;width:40px}.registered-user-tile .user-details .user-actions .suspend-button:hover{background-color:#e0a800}.registered-user-tile .user-details .user-actions .delete-button{background-color:#000;color:#fff;width:40px}.registered-user-tile .user-details .user-actions .delete-button:hover{background-color:red}.guests-container{text-align:center;padding:20px;background:#fff;border:2px dashed #ccc;border-radius:5px}@media (max-width: 600px){.admin-users-page{margin-top:0;padding:10px;width:280px;position:relative;left:4px}.admin-toggle-buttons{flex-direction:column;gap:5px}.registered-user-tile{padding:8px}.registered-user-tile .user-summary{flex-direction:column;align-items:flex-start}.registered-user-tile .user-profile{gap:5px}.registered-user-tile .user-profile .profile-image{width:50px;height:50px}.registered-user-tile .user-profile .user-basic-info h2{font-size:16px}.registered-user-tile .user-profile .user-basic-info p{font-size:12px}.registered-user-tile .user-id-section{margin:5px 0}.registered-user-tile .user-joined-date{font-size:12px}}@media (min-width: 601px) and (max-width: 992px){.admin-users-page{margin-top:50px;padding:15px}.registered-user-tile{padding:10px}.registered-user-tile .user-profile .profile-image{width:55px;height:55px}.registered-user-tile .user-profile .user-basic-info h2{font-size:17px}.registered-user-tile .user-profile .user-basic-info p,.registered-user-tile .user-joined-date{font-size:13px}}@media (min-width: 993px){.admin-users-page{margin-top:50px;padding:20px;width:1000px;position:relative;left:100px}.registered-user-tile{padding:10px}.registered-user-tile .user-profile .profile-image{width:60px;height:60px}.registered-user-tile .user-profile .user-basic-info h2{font-size:18px}.registered-user-tile .user-profile .user-basic-info p,.registered-user-tile .user-joined-date{font-size:14px}}.superadmin-admins-page{margin-top:200px;padding:20px;font-family:Arial,sans-serif;background-color:#fe5829;border:2px solid black;border-radius:10px}.superadmin-admins-page .superadmin-toggle-buttons{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.superadmin-admins-page .superadmin-toggle-buttons .superadmin-toggle-button{background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-size:16px}.superadmin-admins-page .superadmin-toggle-buttons .superadmin-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.superadmin-admins-page .superadmin-toggle-buttons .superadmin-toggle-button:hover{background-color:#e24f22}.superadmin-registered-admins-container{display:flex;flex-direction:column;gap:15px}.superadmin-admin-tile{border:2px solid black;background:#fff;padding:10px;border-radius:5px;transition:box-shadow .3s ease;cursor:pointer}.superadmin-admin-tile .superadmin-admin-summary{display:flex;align-items:center;justify-content:space-between}.superadmin-admin-tile .superadmin-admin-summary .superadmin-admin-profile{display:flex;align-items:center;gap:10px}.superadmin-admin-tile .superadmin-admin-summary .superadmin-admin-profile .superadmin-profile-image{width:60px;height:60px;border-radius:50%;object-fit:cover}.superadmin-admin-tile .superadmin-admin-summary .superadmin-admin-profile .superadmin-admin-basic-info{display:flex;flex-direction:column}.superadmin-admin-tile .superadmin-admin-summary .superadmin-admin-profile .superadmin-admin-basic-info h2{margin:0;font-size:18px}.superadmin-admin-tile .superadmin-admin-summary .superadmin-admin-profile .superadmin-admin-basic-info p{margin:2px 0;font-size:14px;color:#555}.superadmin-admin-tile .superadmin-admin-summary .superadmin-admin-id-section{margin:0 15px}.superadmin-admin-tile .superadmin-admin-summary .superadmin-admin-id-section .superadmin-admin-id-button{background:transparent;border:none;color:#007bff;cursor:pointer;font-size:14px;text-decoration:underline}.superadmin-admin-tile .superadmin-admin-summary .superadmin-admin-created-date{font-size:14px;color:#333}.superadmin-admin-tile .superadmin-admin-details{margin-top:10px;animation:expand .3s ease}.superadmin-admin-tile .superadmin-admin-details .superadmin-detail-row{margin-bottom:8px;font-size:14px}.superadmin-admin-tile .superadmin-admin-details .superadmin-detail-row strong{margin-right:5px}.superadmin-admin-tile .superadmin-admin-details .superadmin-admin-actions{margin-top:10px;display:flex;gap:10px}.superadmin-admin-tile .superadmin-admin-details .superadmin-admin-actions button{padding:8px 12px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease;background-color:#000;color:#fff}.superadmin-admin-tile .superadmin-admin-details .superadmin-admin-actions button:hover{background-color:#e0a800}.superadmin-analytics-container{text-align:center;padding:20px;background:#fff;border:2px dashed #ccc;border-radius:5px}@media (max-width: 600px){.superadmin-admins-page{margin-top:0;padding:10px;width:280px;position:relative;left:4px}.superadmin-toggle-buttons{flex-direction:column;gap:5px}.superadmin-admin-tile{padding:8px}.superadmin-admin-tile .superadmin-admin-summary{flex-direction:column;align-items:flex-start}.superadmin-admin-tile .superadmin-admin-profile{gap:5px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-profile-image{width:50px;height:50px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-admin-basic-info h2{font-size:16px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-admin-basic-info p{font-size:12px}.superadmin-admin-tile .superadmin-admin-id-section{margin:5px 0}.superadmin-admin-tile .superadmin-admin-created-date{font-size:12px}}@media (min-width: 601px) and (max-width: 992px){.superadmin-admins-page{margin-top:50px;padding:15px}.superadmin-admin-tile{padding:10px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-profile-image{width:55px;height:55px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-admin-basic-info h2{font-size:17px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-admin-basic-info p,.superadmin-admin-tile .superadmin-admin-created-date{font-size:13px}}@media (min-width: 993px){.superadmin-admins-page{margin-top:50px;padding:20px;width:1000px;position:relative;left:100px}.superadmin-admin-tile{padding:10px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-profile-image{width:60px;height:60px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-admin-basic-info h2{font-size:18px}.superadmin-admin-tile .superadmin-admin-profile .superadmin-admin-basic-info p,.superadmin-admin-tile .superadmin-admin-created-date{font-size:14px}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;top:0;right:0;bottom:0;left:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.chatbot-wrapper{position:fixed;bottom:20px;right:20px;z-index:1000}.chatbot-wrapper.closed .chatbot-container{display:none}.chatbot-toggle{background-color:#00d2ff;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0003;transition:background-color .3s}.chatbot-toggle:hover{background-color:#00b0d2}.chatbot-container{width:300px;height:400px;background-color:#121212;border-radius:10px;box-shadow:0 4px 16px #0000004d;display:flex;flex-direction:column;overflow:hidden;margin-bottom:10px;margin-right:10px}.chatbot-header{background-color:#1e1e1e;padding:10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #333}.chatbot-header .header-left{display:flex;align-items:center}.chatbot-header .header-left h3{margin:0 5px 0 0;font-size:18px;color:#fff}.chatbot-header .header-left .insights-icon{font-size:30px;display:inline-block;color:#fe5829}.chatbot-header .close-button{background:none;border:none;cursor:pointer;color:#fff;font-size:20px}.chatbot-header .close-button :hover{color:red}.chatbot-log{flex:1;padding:10px;overflow-y:auto;background-color:#121212;scrollbar-width:none;-ms-overflow-style:none}.chatbot-log::-webkit-scrollbar{display:none}.chatbot-log .chat-message{margin-bottom:10px}.chatbot-log .chat-message .message-text{display:inline-block;background-color:#fff;color:#000;padding:8px 12px;border-radius:15px}.chatbot-log .chat-message .message-time{font-size:10px;color:#888;margin-top:2px}.chatbot-log .chat-message.user{text-align:right}.chatbot-log .chat-message.bot{text-align:left}.chatbot-input-form{display:flex;padding:10px;border-top:1px solid #333;background-color:#1e1e1e}.chatbot-input-form input{flex:1;padding:8px;border:none;border-radius:20px;outline:none;font-size:14px}.chatbot-input-form .send-button{background:none;border:1px solid #fff;margin-left:10px;padding:8px 12px;border-radius:50%;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.chatbot-input-form .send-button:hover{background-color:#fff3}:root{--primary-color: #1e88e5;--secondary-color: #fe5829;--background-color: #000;--card-bg: #ffffff;--border-color: #e0e0e0;--text-color: #fff;--text-light: #777;--shadow-light: 0px 2px 5px rgba(255, 255, 255, .1);--shadow-medium: 0px 4px 10px rgba(255, 255, 255, .15);--radius-small: 6px;--radius-medium: 12px;--radius-large: 18px;--m3-ui-family: "Overpass Mono", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-default: 16px;--font-weight-default: 400;--line-height-default: 24px;--letter-spacing-default: normal}body,html{font-family:Overpass Mono;background-color:var(--background-color);background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:10px 10px;color:var(--text-color);height:100%}.admin-container{background-color:var(--background-color);background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:10px 10px;color:var(--text-color);font-family:Overpass Mono;min-height:100vh;min-width:100vw;padding:20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:none;border-radius:var(--radius-small);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{opacity:.9}.btn-secondary{background:var(--secondary-color);color:#fff}.btn-secondary:hover{opacity:.9}.btn-outline{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.btn-danger{background:#d32f2f;color:#fff}.btn-danger:hover{opacity:.9}.card,.sales-metrics-slider .story-metric-card{background-color:var(--card-bg);border-radius:8px;padding:1rem;box-shadow:0 2px 4px #00000080;transition:border-bottom .3s ease-in-out;text-align:center;color:var(--text-color);position:relative;overflow:hidden;font-family:Overpass Mono}.card-actions{margin-top:1rem;display:flex;justify-content:center;gap:1rem}.card img,.sales-metrics-slider .story-metric-card img{width:100%;height:250px;object-fit:cover}.icon-overlay{position:absolute;top:5px;right:5px;display:flex;gap:5px;z-index:4}.icon-overlay button{background:#fffc;border:none;padding:4px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.input-field{width:500px;font-family:Overpass Mono;height:40px;padding:10px;border:1px solid var(--border-color);border-radius:var(--radius-small);font-size:14px;background-color:#fff;color:#000;transition:border-color .2s ease-in-out}.input-field:focus{border-color:var(--secondary-color);outline:2px solid var(--secondary-color);outline-offset:4px}.input-field::placeholder{color:#000;opacity:1}textarea.input-field{resize:vertical}.ad-upload-form{display:flex;flex-direction:column;align-items:center;max-width:500px;margin:0 auto}.form-group{width:100%;margin-bottom:1.5rem}.date-inputs{display:flex;gap:1rem}.label{display:none}.sidebar{width:250px;height:100vh;background:var(--card-bg);box-shadow:var(--shadow-light);padding:20px;font-family:Overpass Mono}.sidebar-links{list-style:none;margin:0;padding:0}.sidebar-item{display:flex;align-items:center;padding:12px;border-radius:var(--radius-small);cursor:pointer;transition:background .2s ease-in-out;color:var(--text-color)}.sidebar-item:hover{background:#fe5829;color:#fff}.sidebar-item.active{background:var(--primary-color);color:#fff}.admin-tabs{background-color:#121212;display:flex;list-style:none;padding:0;margin:0;font-family:Overpass Mono;border-bottom:1px solid var(--border-color)}.admin-tabs .admin-tab-item{padding:12px 20px;font-size:14px;cursor:pointer;color:var(--text-light);border-bottom:2px solid transparent;position:relative;transition:border-bottom .3s ease-in-out}.admin-tabs .admin-tab-item:hover{color:var(--primary-color)}.admin-tabs .admin-tab-item.active{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.admin-tabs .admin-tab-item.active:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:var(--primary-color);animation:underlineGrow .3s ease-in-out}@keyframes underlineGrow{0%{width:0}to{width:100%}}@keyframes admin-expand{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.admin-expandable{animation:admin-expand .3s ease}.admin-analytics-page{width:100%;min-height:100%;display:flex;flex-direction:column;margin-top:200px;font-family:Overpass Mono}.top-bar{display:flex;flex-direction:column;padding:1rem;background-color:var(--background-color);border-bottom:1px solid rgba(255,255,255,.1)}.top-bar .logo{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.top-bar .tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch}.top-bar .tabs .tab-item{margin:0 .5rem;padding:.5rem 1rem;cursor:pointer;color:var(--text-light);transition:color .3s,border-bottom .3s;border-bottom:2px solid transparent}.top-bar .tabs .tab-item:hover{color:var(--primary-color)}.top-bar .tabs .tab-item.active{color:var(--text-color);border-bottom:2px solid var(--accent-color)}.content{flex:1;overflow-y:auto;padding:1rem}.live-metrics-row,.kpi-row,.charts-row{display:flex;flex-wrap:wrap;margin-bottom:1.5rem}.live-metrics-row .live-metric,.live-metrics-row .card,.live-metrics-row .sales-metrics-slider .story-metric-card,.sales-metrics-slider .live-metrics-row .story-metric-card,.kpi-row .live-metric,.kpi-row .card,.kpi-row .sales-metrics-slider .story-metric-card,.sales-metrics-slider .kpi-row .story-metric-card,.charts-row .live-metric,.charts-row .card,.charts-row .sales-metrics-slider .story-metric-card,.sales-metrics-slider .charts-row .story-metric-card{background-color:var(--card-bg);border-radius:8px;padding:1rem;margin:.5rem;flex:1 1 100%;box-shadow:0 2px 4px #00000080;transition:transform .3s,box-shadow .3s;text-align:center;color:var(--text-color)}.live-metrics-row .chart-card,.kpi-row .chart-card,.charts-row .chart-card{background-color:#ffffff26}.live-metrics-row .card-header,.kpi-row .card-header,.charts-row .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.live-metrics-row .date-picker,.kpi-row .date-picker,.charts-row .date-picker{font-size:.8rem;color:var(--text-light)}.live-metrics-row .metric-title,.kpi-row .metric-title,.charts-row .metric-title{font-size:.9rem;margin-bottom:.5rem;color:var(--text-light)}.live-metrics-row .metric-value,.kpi-row .metric-value,.charts-row .metric-value{font-size:1.5rem;font-weight:700}.live-metrics-row .metric-change,.kpi-row .metric-change,.charts-row .metric-change{font-size:.9rem;margin-top:.5rem}.live-metrics-row .metric-change.positive,.kpi-row .metric-change.positive,.charts-row .metric-change.positive{color:var(--accent-color)}.live-metrics-row .metric-change.negative,.kpi-row .metric-change.negative,.charts-row .metric-change.negative{color:tomato}@media (min-width: 768px){.top-bar{flex-direction:row;justify-content:space-between;align-items:center}.top-bar .logo{margin-bottom:0}.content{padding:2rem}.live-metrics-row .live-metric,.kpi-row .card,.kpi-row .sales-metrics-slider .story-metric-card,.sales-metrics-slider .kpi-row .story-metric-card{flex:1 1 calc(20% - 1rem);min-width:150px}.charts-row .chart-card{flex:1 1 calc(33.33% - 1rem);min-width:250px}}.geo-map-container{width:100%;height:300px}.location-analytics-slide{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;background-color:#ffffff0d;padding:1rem;box-sizing:border-box}.region-dots{display:flex;justify-content:center;margin-bottom:.5rem}.region-dots .region-dot{display:flex;flex-direction:column;align-items:center;margin:0 .5rem}.region-dots .region-dot .dot{width:10px;height:10px;border-radius:50%;margin-bottom:.2rem}.region-dots .region-dot .region-name{font-size:.8rem;color:#fff}.circular-chart{margin-bottom:.5rem}.region-trends{display:flex;justify-content:center}.region-trends .trend{display:flex;align-items:center;margin:0 .5rem}.region-trends .trend .up-arrow{color:green}.region-trends .trend .down-arrow{color:red}.region-trends .trend .trend-percentage{margin-left:.2rem;font-size:.9rem;color:#fff}.prediction-widget{background-color:#ffffff26!important;padding:1rem;border-radius:8px;text-align:center;margin:.5rem;box-shadow:0 2px 4px #00000080;color:var(--text-color)}.prediction-widget h3{font-size:1.5rem;margin-bottom:.5rem}.prediction-widget p{font-size:1.2rem;margin:.5rem 0}.report-widget{background-color:#ffffff26!important;padding:1rem;border-radius:8px;text-align:left;margin:.5rem;box-shadow:0 2px 4px #00000080;color:var(--text-color)}.report-widget h3{font-size:1.5rem;margin-bottom:1rem}.report-widget ul{list-style:none}.report-widget ul li{margin-bottom:.5rem;font-size:1rem}.responsive-map-container{width:100%;height:300px}@media (max-width: 768px){.responsive-map-container{height:200px}}.slider-container{position:relative;width:100%;height:300px;overflow:hidden;border-radius:8px;background-color:#121212}.slider-wrapper{display:flex;flex-wrap:nowrap;width:200%;height:100%;transition:transform .5s ease-in-out}.slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.slider-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00d2ffcc;border:none;padding:.5rem;border-radius:50%;cursor:pointer;color:#fff;z-index:10}.slider-button:hover{background-color:#00d2ff}.slider-button.prev{left:10px}.slider-button.next{right:10px}.sales-metrics-slider h2{text-align:center;margin-bottom:1rem;color:#fff}.sales-metrics-slider .slider-container{margin:0 auto;max-width:600px}.sales-metrics-slider .slider-content{display:flex;justify-content:center;align-items:center;height:100%}.sales-metrics-slider .story-metric-card{background-color:#0000004d;border-radius:4px;padding:1rem;width:100%;height:100%;flex-shrink:0;text-align:left;position:relative;display:flex;flex-direction:column;justify-content:center}.sales-metrics-slider .story-metric-card .card-header{font-weight:700;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;position:relative}.sales-metrics-slider .story-metric-card .metric-value{font-size:1.2rem;margin-bottom:.5rem;text-align:center}.sales-metrics-slider .story-metric-card .metric-change{font-size:.9rem;text-align:center}.sales-metrics-slider .story-metric-card .info-icon{position:absolute;top:0;right:0;margin:.3rem;cursor:pointer;font-size:1.2rem;z-index:50}.sales-metrics-slider .story-metric-card .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;border-radius:4px;z-index:40}.chatbot-toggle-icon{margin-left:1rem;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .3s,-webkit-background-clip .3s,-webkit-text-fill-color .3s}.chatbot-toggle-icon:hover{background:linear-gradient(45deg,#9b59b6,#8e44ad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.image-preview{min-width:300px;max-width:400px;width:100%;min-height:300px;max-height:300px;border:2px solid black;object-fit:cover;display:block;margin:0 auto}.admin-footer{font-family:Overpass Mono}.custom-color-picker .color-picker-button:hover .color-picker-icon{color:red;transform:scale(1.2);transition:transform .2s ease}.selected-colors{margin-top:.5rem;display:flex;flex-wrap:nowrap}.color-box{position:relative;cursor:pointer;margin-left:.5rem;background-color:var(--box-color);width:30px;height:30px;border:1px solid #ccc;border-radius:3px}.delete-color-btn{position:absolute;top:-5px;right:-5px;background:#fff;border:1px solid #ccc;border-radius:50%;width:16px;height:16px;font-size:10px;line-height:14px;padding:0;cursor:pointer;color:red;box-sizing:border-box}@media screen and (max-width: 480px){.main-container{padding:0 6px}.admin-products-page{width:100%}.form-container{width:100%;max-width:100%;margin:0 auto;padding:10px;display:flex;flex-direction:column;align-items:center}.form-container form{width:100%;display:flex;flex-direction:column;align-items:center}.form-group{width:100%;margin-bottom:10px;text-align:center}.form-group label{font-size:14px;margin-bottom:4px;display:block}.form-group input,.form-group select,.form-group button{font-size:14px;padding:8px;width:300px!important;box-sizing:border-box;margin:0 auto}.color-picker-section{width:100%;display:flex;flex-direction:column;align-items:center}.selected-colors{width:100%;margin-top:10px;display:flex;justify-content:center}.admin-toggle-buttons{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:10px}.admin-toggle-button{width:90%;font-size:14px;padding:8px}.products-container{padding:10px}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product-card{padding:5px;font-size:12px}.delete-color-btn{width:2px!important}}.admin-reports-page{padding:20px;font-family:Roboto,sans-serif;color:#333;background-color:#f7f7f7}.admin-reports-page .reports-header{text-align:center;margin-bottom:20px}.admin-reports-page .tabs{display:flex;justify-content:center;margin-bottom:20px}.admin-reports-page .tabs .tab{background:#fff;border:1px solid #ddd;padding:10px 20px;margin:0 5px;cursor:pointer;transition:background .3s}.admin-reports-page .tabs .tab.active{background:#007bff;color:#fff}.admin-reports-page .filters{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.admin-reports-page .filters input{padding:8px;border:1px solid #ddd;border-radius:4px}.admin-reports-page .filters button{padding:8px 12px;border:none;background:#007bff;color:#fff;border-radius:4px;cursor:pointer}.admin-reports-page .reports-feed{display:flex;flex-direction:column;gap:15px}.admin-reports-page .reports-feed .report-tile{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:15px;display:flex;flex-direction:column}.admin-reports-page .reports-feed .report-tile .report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.admin-reports-page .reports-feed .report-tile .report-header .user-info{display:flex;align-items:center}.admin-reports-page .reports-feed .report-tile .report-header .user-info img{width:50px;height:50px;border-radius:50%;margin-right:10px}.admin-reports-page .reports-feed .report-tile .report-header .user-info .user-details .user-name{font-weight:700;margin:0}.admin-reports-page .reports-feed .report-tile .report-header .user-info .user-details .user-email{margin:0;font-size:.875rem;color:#777}.admin-reports-page .reports-feed .report-tile .report-header .report-subject{flex-grow:1;text-align:center}.admin-reports-page .reports-feed .report-tile .report-header .report-subject h2{margin:0;font-size:1.25rem}.admin-reports-page .reports-feed .report-tile .report-header .report-status{display:flex;align-items:center}.admin-reports-page .reports-feed .report-tile .report-header .report-status span{margin-right:5px;text-transform:capitalize}.admin-reports-page .reports-feed .report-tile .report-header .report-status .status-indicator{width:12px;height:12px;border-radius:50%}.admin-reports-page .reports-feed .report-tile .report-body p{margin:0 0 10px}.admin-reports-page .reports-feed .report-tile .report-body .admin-quote{background:#f1f1f1;border-left:4px solid #007bff;padding:8px;margin-top:10px}.admin-reports-page .reports-feed .report-tile .report-actions button.quote-button{background:#28a745;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer}.admin-reports-page .reports-feed .report-tile .report-actions .quote-form{display:flex;flex-direction:column;gap:10px}.admin-reports-page .reports-feed .report-tile .report-actions .quote-form textarea{resize:vertical;padding:8px;border:1px solid #ddd;border-radius:4px;min-height:60px}.admin-reports-page .reports-feed .report-tile .report-actions .quote-form button{padding:8px 12px;border:none;border-radius:4px;cursor:pointer}.admin-reports-page .reports-feed .report-tile .report-actions .quote-form button:first-of-type{background:#007bff;color:#fff}.admin-reports-page .reports-feed .report-tile .report-actions .quote-form button:last-of-type{background:#dc3545;color:#fff}.admin-reports-page .reports-feed .no-reports{text-align:center;color:#777}.admin-panel{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f4f4f4;margin:0;padding:0;font-family:Overpass Mono}.sidebar.open~.main-content{margin-left:300px}.admin-panel-header{display:flex;align-items:center;justify-content:flex-end;padding:10px;gap:15px}.admin-panel-header .profile-info{display:flex;align-items:center;cursor:pointer}.admin-panel-header .profile-image{width:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid #007bff}.admin-panel-header .user-details{margin-left:10px}.admin-panel-header .user-name{font-weight:700;margin:0;font-size:16px;color:#333}.admin-panel-header .user-role{margin:0;font-size:16px;color:#333}.approval-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;width:24px;height:24px;z-index:999;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23000'%3E%3Cpath d='M234-276q51-39 114-61.5T480-360q69 0 132 22.5T726-276q35-41 54.5-93T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 59 19.5 111t54.5 93Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.approval-btn:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007bff'%3E%3Cpath d='M234-276q51-39 114-61.5T480-360q69 0 132 22.5T726-276q35-41 54.5-93T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 59 19.5 111t54.5 93Z'/%3E%3C/svg%3E")}.admin-panel-title{position:relative;margin:20px;font-size:2rem;font-weight:700;background-color:#000;color:#fff;padding:5px 10px;z-index:10}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;width:100%;max-width:1200px;padding:10px}.sidebar{position:fixed;top:0;left:-300px;width:300px;height:100vh;background-color:#121212;border-right:1px solid gray;overflow-y:auto;transition:left .3s ease;scrollbar-width:none;z-index:999}.sidebar::-webkit-scrollbar{display:none}.sidebar.open{left:0}.sidebar .sidebar-content{display:flex;flex-direction:column;height:100%;padding:20px}.sidebar-profile{display:flex;align-items:center;cursor:pointer;margin-bottom:20px}.sidebar-profile img{width:50px;height:50px;border-radius:50%;margin-right:10px}.sidebar-profile span{color:#fff;font-weight:700}.sidebar-links{flex:1;list-style:none;padding:0;margin:0}.sidebar-links .sidebar-item .sidebar-link{display:flex;align-items:center;justify-content:space-between;padding:10px;cursor:pointer;color:#fff}.sidebar-links .sidebar-item .sidebar-link:hover{background-color:#ffffff1a}.sidebar-links .sidebar-item .sidebar-link .link-icon{margin-right:10px}.sidebar-links .sidebar-item .sidebar-link .link-title{flex:1}.sidebar-links .sidebar-item .sidebar-link .dropdown-icon{margin-left:auto}.sidebar-links .sidebar-item .dropdown-links{list-style:none;padding-left:20px}.sidebar-links .sidebar-item .dropdown-links li{padding:8px;color:#fff;cursor:pointer}.sidebar-links .sidebar-item .dropdown-links li:hover{background-color:#ffffff1a}.sidebar-links .sidebar-item .dropdown-links li.active{background-color:green}.sidebar-links .sidebar-item.active>.sidebar-link{background-color:green}.sidebar-links .sidebar-item .divider{border:none;border-bottom:1px solid gray;margin:5px 0}.sidebar-logout{display:flex;align-items:center;cursor:pointer;padding:10px;color:#fff}.sidebar-logout:hover{background-color:#ffffff1a}.sidebar-logout .logout-icon{margin-right:10px}.adminregister-page{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:ivory;font-family:Overpass Mono}.adminregister-main-box{position:relative;width:500px;height:520px;background-color:#fe5829;border:2px solid black;box-shadow:0 4px 20px #0003;overflow:hidden;margin-top:100px!important}.adminregister-main-box .adminregister-toggle-buttons{position:absolute;top:10px;left:105px;transform:translate(-50%);display:flex;gap:5px;font-family:Overpass Mono}.adminregister-main-box .adminregister-toggle-button{background-color:#000;color:#fff;padding:5px 10px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Overpass Mono;font-size:15px}.adminregister-main-box .adminregister-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.adminregister-main-box .adminregister-toggle-button:hover{background-color:#e24f22;color:#fff}.adminregister-main-box .adminregister-inner-box{position:absolute;top:53%;left:50%;transform:translate(-50%,-50%);width:80%;height:85%;background-color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Overpass Mono}.adminregister-main-box .adminregister-welcome-message{text-align:center;font-family:Overpass Mono}.adminregister-form-heading{font-size:20px;text-align:center;margin-bottom:20px;color:#000}.adminregister-login-form{width:100%;display:flex;flex-direction:column;gap:15px;align-items:center}.adminregister-login-form .adminregister-input-field{width:300px;padding:10px;border:1px solid #ccc;font-family:Caveat,cursive;font-size:16px}.adminregister-action-button{width:322px;padding:10px;background-color:#fe5829;color:#fff;border:none;font-family:Overpass Mono;font-size:18px;cursor:pointer;transition:background-color .3s ease}.adminregister-options{display:flex;justify-content:space-between;align-items:center;width:300px;color:#000;font-family:Overpass Mono;font-size:14px}.adminregister-remember-me{display:flex;align-items:center;gap:5px;color:#000;font-size:13px;font-family:Overpass Mono}.adminregister-forgot-password{color:#000;text-decoration:none;font-size:13px;font-family:Overpass Mono}.adminregister-login-form,.adminregister-form-heading{font-family:Overpass Mono}.adminregister-password-container{width:320px;position:relative;display:flex;align-items:center;font-family:Overpass Mono}.adminregister-password-container .adminregister-input-field{width:100%;padding-right:40px;font-family:Overpass Mono}.adminregister-password-container .adminregister-password-toggle{position:absolute;right:10px;cursor:pointer;font-size:18px;font-family:Overpass Mono}.adminregister-google-button{margin-top:30px;width:322px;padding:10px;background-color:#fff;color:#000;border:2px solid #fe5829;font-family:Overpass Mono;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background-color .3s ease,transform .3s ease}.adminregister-google-button:hover{background-color:#fe5829;color:#fff;transform:scale(1.05)}.adminregister-google-icon{font-size:24px}.consent-container{width:100%;display:flex;flex-direction:column;align-items:center}.welcome-message{margin-bottom:10px;text-align:center;color:#333}.terms-container{width:320px;height:100px;overflow-y:auto;padding:10px;border:1px solid #ccc;margin-bottom:10px;font-size:14px;color:#555}.terms-checkbox{margin-bottom:15px;font-size:14px;color:#333}.form-animation{animation:slideIn .6s ease-out;width:100%}.admin-approval-page{padding:20px;text-align:center}.pending-admins-list{list-style:none;padding:0}.pending-admin-item{border:1px solid #ccc;margin:10px auto;padding:10px;max-width:600px;display:flex;justify-content:space-between;align-items:center}.pending-admin-item button{padding:5px 10px;background-color:#28a745;color:#fff;border:none;cursor:pointer}.pending-admin-item button:hover{background-color:#218838}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}.superadminregister-page{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:ivory;font-family:Overpass Mono}.superadminregister-main-box{position:relative;width:500px;height:520px;background-color:#fe5829;border:2px solid black;box-shadow:0 4px 20px #0003;overflow:hidden;margin-top:100px!important}.superadminregister-main-box .superadminregister-toggle-buttons{position:absolute;top:10px;left:105px;transform:translate(-50%);display:flex;gap:5px;font-family:Caveat,cursive}.superadminregister-main-box .superadminregister-toggle-button{background-color:#000;color:#fff;padding:5px 10px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Caveat,cursive;font-size:15px}.superadminregister-main-box .superadminregister-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.superadminregister-main-box .superadminregister-toggle-button:hover{background-color:#e24f22;color:#fff}.superadminregister-main-box .superadminregister-inner-box{position:absolute;top:53%;left:50%;transform:translate(-50%,-50%);width:80%;height:85%;background-color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.superadminregister-main-box .superadminregister-welcome-message{text-align:center}.superadminregister-form-heading{font-size:20px;text-align:center;margin-bottom:20px;color:#000}.superadminregister-login-form{width:100%;display:flex;flex-direction:column;gap:15px;align-items:center}.superadminregister-login-form .superadminregister-input-field{width:300px;padding:10px;border:1px solid #ccc;font-family:Caveat,cursive;font-size:16px}.superadminregister-action-button{width:322px;padding:10px;background-color:#fe5829;color:#fff;border:none;font-family:Caveat,cursive;font-size:18px;cursor:pointer;transition:background-color .3s ease}.superadminregister-options{display:flex;justify-content:space-between;align-items:center;width:300px;color:#000;font-family:Caveat,cursive;font-size:14px}.superadminregister-remember-me{display:flex;align-items:center;gap:5px;color:#000}.superadminregister-forgot-password{color:#000;text-decoration:none}.superadminregister-password-container{width:320px;position:relative;display:flex;align-items:center}.superadminregister-password-container .superadminregister-input-field{width:100%;padding-right:40px}.superadminregister-password-container .superadminregister-password-toggle{position:absolute;right:10px;cursor:pointer;font-size:18px}.superadminregister-google-button{margin-top:30px;width:322px;padding:10px;background-color:#fff;color:#000;border:2px solid #fe5829;font-family:Caveat,cursive;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background-color .3s ease,transform .3s ease}.superadminregister-google-button:hover{background-color:#fe5829;color:#fff;transform:scale(1.05)}.superadminregister-google-icon{font-size:24px}.superadminregister-form-animation{animation:slideIn .6s ease-out;width:100%}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}:root{--m3-ui-family: "Overpass Mono", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-default: 16px;--font-weight-default: 400;--line-height-default: 24px;--letter-spacing-default: normal}.admin-panel{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f4f4f4;margin:0;padding:0;font-family:Overpass Mono;overflow:auto}.hamburger{position:fixed;top:15px;left:15px;z-index:1000;color:#121212;font-size:1.5rem;cursor:pointer}.main-content{transition:margin-left .3s ease;width:100%}.profile-section{display:flex;align-items:center;justify-content:flex-end;padding:10px;gap:15px}.profile-info{display:flex;align-items:center;cursor:pointer}.profile-image{width:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid #007bff}.user-details{margin-left:10px}.user-name{font-weight:700;margin:0;font-size:16px;color:#333}.user-role{margin:0;font-size:16px;color:#333}.approval-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;width:24px;height:24px;z-index:999;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23000'%3E%3Cpath d='M234-276q51-39 114-61.5T480-360q69 0 132 22.5T726-276q35-41 54.5-93T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 59 19.5 111t54.5 93Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.approval-btn:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23007bff'%3E%3Cpath d='M234-276q51-39 114-61.5T480-360q69 0 132 22.5T726-276q35-41 54.5-93T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 59 19.5 111t54.5 93Z'/%3E%3C/svg%3E")}.signout-btn{padding:8px 16px;background-color:#fe5829;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;transition:background-color .3s}.signout-btn:hover{background-color:#e23d10}.inner-box{width:100%;padding:20px;display:flex;flex-direction:column;align-items:center}.superadmin-sidebar{position:fixed;top:0;left:-300px;width:300px;height:100vh;background-color:#121212;border-right:1px solid gray;overflow-y:auto;transition:left .3s ease;scrollbar-width:none;z-index:999}.superadmin-sidebar::-webkit-scrollbar{display:none}.superadmin-sidebar.open{left:0}.superadmin-sidebar .superadmin-sidebar-content{display:flex;flex-direction:column;height:100%;padding:20px}.superadmin-sidebar .superadmin-sidebar-profile{display:flex;align-items:center;cursor:pointer;margin-bottom:20px}.superadmin-sidebar .superadmin-sidebar-profile img{width:50px;height:50px;border-radius:50%;margin-right:10px}.superadmin-sidebar .superadmin-sidebar-profile span{color:#fff;font-weight:700}.superadmin-sidebar .superadmin-sidebar-links{flex:1;list-style:none;padding:0;margin:0}.superadmin-sidebar .superadmin-sidebar-links .superadmin-sidebar-item{display:flex;align-items:center;padding:10px;cursor:pointer;color:#fff}.superadmin-sidebar .superadmin-sidebar-links .superadmin-sidebar-item:hover{background-color:#ffffff1a}.superadmin-sidebar .superadmin-sidebar-links .superadmin-sidebar-item .superadmin-link-icon{margin-right:10px}.superadmin-sidebar .superadmin-sidebar-links .superadmin-sidebar-item .superadmin-link-title{flex:1}.superadmin-sidebar .superadmin-sidebar-logout{display:flex;align-items:center;cursor:pointer;padding:10px;color:#fff}.superadmin-sidebar .superadmin-sidebar-logout:hover{background-color:#ffffff1a}.superadmin-sidebar .superadmin-sidebar-logout .superadmin-logout-icon{margin-right:10px}:root{--sup-admin-primary-color: #fe5829;--sup-admin-secondary-color: #f5f5f5;--sup-admin-bg-color: #ffffff;--sup-admin-text-color: #333333;--sup-admin-border-radius: 4px}.sup-admin-main-container{position:relative;background:var(--sup-admin-bg-color);min-height:100vh}.sup-admin-main-container:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:10px 10px;z-index:-1}.sup-admin-container{max-width:1200px;margin:0 auto;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--sup-admin-text-color)}.sup-admin-content-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:50px}.sup-admin-products-page{width:100%}.sup-admin-toggle-buttons{display:flex;gap:10px;margin-bottom:20px}.sup-admin-toggle-button{background-color:var(--sup-admin-primary-color);color:var(--sup-admin-bg-color);border:none;padding:10px 20px;cursor:pointer;border-radius:var(--sup-admin-border-radius);transition:background-color .2s ease}.sup-admin-toggle-button.active,.sup-admin-toggle-button:hover{background-color:#e04e1f}.sup-admin-form-container{width:100%;max-width:600px;margin-bottom:40px}.sup-admin-form-group{margin-bottom:15px;display:flex;flex-direction:column}.sup-admin-form-group label{margin-bottom:5px;font-weight:700}.sup-admin-form-group input,.sup-admin-form-group select{padding:10px;border:1px solid #ccc;border-radius:var(--sup-admin-border-radius)}.sup-admin-selected-images-wrapper{margin-bottom:15px}.sup-admin-selected-images-preview{display:flex;gap:10px;flex-wrap:wrap}.sup-admin-selected-image-box{position:relative}.sup-admin-selected-image-box img{width:100px;height:100px;object-fit:cover;border:1px solid #ccc}.sup-admin-remove-btn{position:absolute;top:0;right:0;background:#ff0000b3;border:none;color:#fff;cursor:pointer;padding:2px 5px}.sup-admin-products-container{width:100%;margin-top:20px}.sup-admin-products-wrapper{width:100%}.sup-admin-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.sup-admin-product-card{border:2px solid #ccc;border-radius:var(--sup-admin-border-radius);overflow:hidden;background:var(--sup-admin-bg-color);position:relative}.sup-admin-image-container{position:relative}.sup-admin-slider img{width:100%;display:block}.sup-admin-edit-btn,.sup-admin-delete-btn,.sup-admin-info-btn{position:absolute;top:5px;background:#0009;color:#fff;border:none;padding:5px;cursor:pointer}.sup-admin-edit-btn{left:5px}.sup-admin-delete-btn{left:45px}.sup-admin-info-btn{right:5px}.sup-admin-product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.sup-admin-close-overlay{position:absolute;top:5px;right:5px;background:none;border:none;font-size:20px;color:#fff;cursor:pointer}.sup-admin-product-details{padding:10px;text-align:center}.sup-admin-product-name{font-weight:700;margin-bottom:5px}.sup-admin-product-price{color:var(--sup-admin-primary-color);margin-bottom:5px}.sup-admin-product-stock{font-size:.9rem;color:#555}@media (max-width: 785px){.sup-admin-content-wrapper{padding-top:150px;padding-bottom:100px}.sup-admin-products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 1200px){.sup-admin-content-wrapper{padding-top:250px;position:relative}}.superadmin-invite-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:50px;padding-bottom:50px}.superadmin-invite-main-box{position:relative;background-color:#fe5829;border:2px solid black;box-shadow:0 4px 20px #0003;overflow:hidden;padding:40px 20px 20px;display:flex;flex-direction:column;align-items:center;border-radius:10px;width:600px}.superadmin-generate-btn{position:absolute;top:10px;right:10px;background-color:#000;color:#fff;border:none;padding:8px 15px;cursor:pointer;font-size:14px;border-radius:4px;transition:background-color .3s ease}.superadmin-generate-btn:hover{background-color:#b32e09}.superadmin-toggle-button{background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-size:16px}.superadmin-toggle-button:hover{background-color:#e24f22}.superadmin-users-page{margin-top:200px;padding:20px;font-family:Arial,sans-serif;background-color:#fe5829;border:2px solid black;border-radius:10px}.superadmin-users-page .superadmin-users-header{text-align:center;margin-bottom:20px}.superadmin-users-page .superadmin-users-header h1{margin-bottom:5px;font-size:2em}.superadmin-users-page .superadmin-users-header p{color:#666}.superadmin-registered-users-container{display:flex;flex-direction:column;gap:15px}.superadmin-registered-user-tile{border:2px solid black;background:#fff;padding:10px;border-radius:5px;transition:box-shadow .3s ease;cursor:pointer}.superadmin-registered-user-tile:hover{box-shadow:0 4px 12px #00000026}.superadmin-registered-user-tile .superadmin-user-summary{display:flex;align-items:center;justify-content:space-between}.superadmin-registered-user-tile .superadmin-user-profile{display:flex;align-items:center;gap:10px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-profile-image{width:60px;height:60px;border-radius:50%;object-fit:cover}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info{display:flex;flex-direction:column}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info h2{margin:0;font-size:18px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info p{margin:2px 0;font-size:14px;color:#555}.superadmin-registered-user-tile .superadmin-user-id-section{margin:0 15px}.superadmin-registered-user-tile .superadmin-user-id-section .superadmin-user-id-button{background:transparent;border:none;color:#007bff;cursor:pointer;font-size:14px;text-decoration:underline}.superadmin-registered-user-tile .superadmin-user-joined-date{font-size:14px;color:#333}.superadmin-registered-user-tile .superadmin-user-details{margin-top:10px;animation:expand .3s ease}.superadmin-registered-user-tile .superadmin-user-details .superadmin-detail-row{margin-bottom:8px;font-size:14px}.superadmin-registered-user-tile .superadmin-user-details .superadmin-detail-row strong{margin-right:5px}.superadmin-registered-user-tile .superadmin-user-details .superadmin-user-actions{margin-top:10px;display:flex;gap:10px}.superadmin-registered-user-tile .superadmin-user-details .superadmin-user-actions button{padding:8px 12px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.superadmin-registered-user-tile .superadmin-user-details .superadmin-user-actions .superadmin-suspend-button{background-color:#000;color:#fff;width:40px}.superadmin-registered-user-tile .superadmin-user-details .superadmin-user-actions .superadmin-suspend-button:hover{background-color:#e0a800}.superadmin-registered-user-tile .superadmin-user-details .superadmin-user-actions .superadmin-delete-button{background-color:#000;color:#fff;width:40px}.superadmin-registered-user-tile .superadmin-user-details .superadmin-user-actions .superadmin-delete-button:hover{background-color:red}.superadmin-guests-container{text-align:center;padding:20px;background:#fff;border:2px dashed #ccc;border-radius:5px}.superadmin-main-container{width:100%;padding:20px}.superadmin-content-wrapper{padding:20px}.superadmin-toggle-buttons{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.superadmin-toggle-buttons .superadmin-toggle-button{background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-size:16px}.superadmin-toggle-buttons .superadmin-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.superadmin-toggle-buttons .superadmin-toggle-button:hover{background-color:#e24f22}@media (max-width: 600px){.superadmin-users-page{margin-top:0;padding:10px;width:280px;position:relative;left:4px}.superadmin-toggle-buttons{flex-direction:column;gap:5px}.superadmin-registered-user-tile{padding:8px}.superadmin-registered-user-tile .superadmin-user-summary{flex-direction:column;align-items:flex-start}.superadmin-registered-user-tile .superadmin-user-profile{gap:5px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-profile-image{width:50px;height:50px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info h2{font-size:16px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info p{font-size:12px}.superadmin-registered-user-tile .superadmin-user-id-section{margin:5px 0}.superadmin-registered-user-tile .superadmin-user-joined-date{font-size:12px}}@media (min-width: 601px) and (max-width: 992px){.superadmin-users-page{margin-top:50px;padding:15px;width:500px}.superadmin-registered-user-tile{padding:10px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-profile-image{width:55px;height:55px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info h2{font-size:17px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info p,.superadmin-registered-user-tile .superadmin-user-joined-date{font-size:13px}}@media (min-width: 993px){.superadmin-users-page{margin-top:50px;padding:20px;width:1000px;position:relative;left:100px}.superadmin-registered-user-tile{padding:10px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-profile-image{width:60px;height:60px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info h2{font-size:18px}.superadmin-registered-user-tile .superadmin-user-profile .superadmin-user-basic-info p,.superadmin-registered-user-tile .superadmin-user-joined-date{font-size:14px}}.superadmin-orders-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:0;padding-top:50px;padding-bottom:50px}.superadmin-order-tab{width:80%;background-color:#fff;border:2px solid #000;height:110px;margin-bottom:20px;box-shadow:0 4px 20px #0003;padding:15px;font-family:Caveat,cursive}.superadmin-order-tab .status{font-size:18px;color:#000;font-weight:700}.superadmin-order-tab .order-details{margin-top:10px;display:flex;justify-content:space-between;font-size:16px}.superadmin-order-tab .order-details .order-number{color:#333}.superadmin-order-tab .order-details .order-date{color:#888}.superadmin-order-tab .order-details .order-total{color:#fe5829}.superadmin-order-tab .superadmin-see-details-button{margin-top:15px;padding:10px 15px;background-color:#fe5829;color:#fff;border:none;height:30px;font-family:Caveat,cursive;font-size:16px;cursor:pointer;position:relative;top:-10px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.superadmin-order-tab .superadmin-see-details-button:hover{background-color:#e24f22}.superadmin-order-full-details{width:80%;background-color:#f9f9f9;border:1px solid #ddd;padding:10px;margin-top:10px;font-family:Caveat,cursive}.superadmin-order-full-details h4{margin-bottom:10px}.superadmin-order-full-details p{margin:5px 0}.superadmin-order-items ul{list-style-type:none;padding:0;margin:0}.superadmin-order-items ul li{margin:5px 0}@media (max-width: 600px){.superadmin-main-box{width:95%;height:auto;padding:20px 10px}.superadmin-toggle-button{font-size:14px;padding:5px 10px;left:0}.superadmin-inner-box{padding:10px}.superadmin-order-tab{width:100%;padding:10px;height:auto}.superadmin-order-full-details{width:100%}}@media (min-width: 601px) and (max-width: 1024px){.superadmin-main-box{width:500px;height:auto;padding:30px 15px;position:relative;margin-top:-50px}.superadmin-toggle-button{font-size:15px;padding:5px 12px}.superadmin-order-tab{width:90%;height:auto}.superadmin-order-full-details{width:90%}}@media (min-width: 958px){.superadmin-main-box{width:1000px;height:auto;padding:30px 15px;position:relative;left:-63px;margin-top:-350px}.superadmin-toggle-button{font-size:15px;padding:5px 12px}.superadmin-order-tab{width:90%;height:auto}.superadmin-order-full-details{width:90%}}.superadmin-main-container{width:100%;padding:20px;margin-top:100px}.superadmin-container{max-width:1200px;margin:0 auto}.superadmin-analytics-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%;margin:0;padding-top:50px;padding-bottom:50px}.superadmin-toggle-buttons{position:relative;display:flex;justify-content:center;gap:10px;margin-bottom:20px;font-family:Caveat,cursive;top:0;left:0}.superadmin-toggle-button{position:relative;background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Caveat,cursive;font-size:16px;top:0;left:25px}.superadmin-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.superadmin-toggle-button:hover{background-color:#e24f22;color:#fff}.superadmin-top-bar{width:100%;margin-bottom:20px}.content{width:100%}.card{background:#fff;border:1px solid #ddd;padding:15px;border-radius:5px;margin:10px}.date-picker{float:right;font-size:14px;color:#666}@media (max-width: 600px){.superadmin-main-box{width:95%;height:auto;padding:20px 10px}.superadmin-toggle-button{font-size:14px;padding:5px 10px;left:0}}@media (min-width: 601px) and (max-width: 1024px){.superadmin-main-box{width:90%;height:auto;padding:30px 15px}.superadmin-toggle-button{font-size:15px;padding:5px 12px}}@media (min-width: 958px){.superadmin-main-box{width:1000px;height:auto;padding:30px 15px}.superadmin-toggle-button{font-size:15px;padding:5px 12px}}.superadmin-settings-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:0;padding-top:50px;padding-bottom:50px}.superadmin-main-box{position:relative;width:800px;height:700px;background-color:#fe5829;border:2px solid black;box-shadow:0 4px 20px #0003;overflow:hidden;padding:40px 20px 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:10px}.superadmin-settings-tabs-wrapper{position:relative;width:100%;padding:0 40px}.superadmin-settings-toggle-buttons{display:flex;gap:10px;font-family:Caveat,cursive;overflow-x:auto;white-space:nowrap;padding:0}.superadmin-settings-toggle-buttons::-webkit-scrollbar{display:none}.superadmin-settings-toggle-button{position:relative;background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Caveat,cursive;font-size:16px}.superadmin-settings-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.superadmin-settings-toggle-button:hover{background-color:#e24f22;color:#fff}.superadmin-inner-box{width:100%;height:100%;background-color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;overflow:visible}.superadmin-inner-box h3,.superadmin-inner-box p,.superadmin-inner-box label,.superadmin-inner-box li{color:#000}@media (max-width: 1200px){.superadmin-main-box{width:750px;height:650px;padding:35px 18px 18px}.superadmin-settings-toggle-button{padding:5px 13px;font-size:15px}}@media (max-width: 992px){.superadmin-main-box{width:600px;height:550px;padding:30px 15px 15px;position:relative;left:9px!important;top:150px}.superadmin-settings-toggle-button{padding:4px 12px;font-size:14px}}@media (max-width: 600px){.superadmin-main-box{width:100%;max-width:350px;height:auto;padding:20px 10px 10px}.superadmin-settings-toggle-buttons{flex-wrap:wrap;gap:5px}.superadmin-settings-toggle-button{padding:3px 8px;font-size:12px}}.superadmin-admin-container{padding:20px;margin-top:50px}.superadmin-container{width:500px!important;margin:0 auto}.superadmin-analytics-page{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin:900px 0 0;padding-top:50px;padding-bottom:50px;min-height:calc(100vh - 150px)}.superadmin-main-box{position:relative;width:800px;height:800px;background-color:#fe5829;border:2px solid black;box-shadow:0 4px 20px #0003;overflow:hidden;padding:40px 20px 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:10px}.superadmin-admins-tabs-wrapper{display:flex;justify-content:center;gap:10px;margin-bottom:20px;font-family:Caveat,cursive}.superadmin-admins-toggle-buttons{display:flex;gap:10px;font-family:Caveat,cursive;padding:0}.superadmin-admins-toggle-button{background-color:#000;color:#fff;padding:5px 15px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:Caveat,cursive;font-size:16px}.superadmin-admins-toggle-button.active{background-color:#fe5829;color:#fff;border-bottom:2px solid white}.superadmin-admins-toggle-button:hover{background-color:#e24f22;color:#fff}.superadmin-admins-page{width:550px!important}.superadmin-admin-tile{border:2px solid black;background:#fff;padding:10px;border-radius:5px;transition:box-shadow .3s ease;cursor:pointer;margin-bottom:10px}.superadmin-admin-tile:hover{box-shadow:0 4px 12px #00000026}.superadmin-admin-summary{display:flex;align-items:center;justify-content:space-between}.superadmin-admin-profile{display:flex;align-items:center;gap:10px}.superadmin-profile-image{width:60px;height:60px;border-radius:50%;object-fit:cover}.superadmin-admin-basic-info{display:flex;flex-direction:column}.superadmin-admin-id-section{margin:0 15px}.superadmin-admin-id-button{background:transparent;border:none;color:#007bff;cursor:pointer;font-size:14px;text-decoration:underline}.superadmin-admin-created-date{font-size:14px;color:#333}.superadmin-admin-details{margin-top:10px;animation:expand .3s ease}.superadmin-detail-row{margin-bottom:8px;font-size:14px}.superadmin-admin-actions{margin-top:10px;display:flex;gap:10px}@media (max-width: 600px){.superadmin-main-box{width:95%;height:auto;padding:20px 10px}.superadmin-admins-toggle-button{font-size:14px;padding:5px 10px}}@media (min-width: 601px) and (max-width: 1024px){.superadmin-main-box{width:500px!important;height:auto;padding:30px 15px}.superadmin-admins-toggle-button{font-size:15px;padding:5px 12px}}@media (min-width: 958px){.superadmin-main-box{width:1000px;height:auto;padding:30px 15px}.superadmin-admins-toggle-button{font-size:15px;padding:5px 12px}}@keyframes expand{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}:root{--primary-color: #1e88e5;--secondary-color: #fe5829;--background-color: #000;--card-bg: #ffffff;--border-color: #e0e0e0;--text-color: #fff;--text-light: #777;--shadow-light: 0px 2px 5px rgba(255, 255, 255, .1);--radius-small: 6px;--radius-medium: 12px;--radius-large: 18px;--m3-ui-family: "Overpass Mono", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-default: 16px;--font-weight-default: 400;--line-height-default: 24px;--letter-spacing-default: normal}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:var(--m3-ui-family);background-color:var(--background-color);color:var(--text-color)}.navbar{position:sticky;top:0;left:0;right:0;height:60px;z-index:10001}.product-footer{position:fixed;bottom:0;left:0;right:0;height:60px;z-index:10000}.admin-contain{padding:20px;margin-top:60px;margin-bottom:60px}.admin-content{display:grid;grid-template-columns:1fr 1fr;gap:20px;min-height:calc(100vh - 120px)}.left-column{background-color:var(--card-bg);padding:20px;border-radius:var(--radius-small);box-shadow:var(--shadow-light)}.form-container{max-width:100%;margin:0 auto}.form-group{margin-bottom:1.5rem;width:100%}.form-group label{margin-bottom:4px;display:block;color:#000}.form-group input,.form-group select,.form-group button{width:100%;padding:8px;border:1px solid var(--border-color);border-radius:var(--radius-small);font-size:14px}.custom-color-picker{display:inline-block;position:relative;margin-right:1rem}.custom-color-picker .color-picker-button{display:flex;align-items:center;background-color:#000!important;border:1px solid #ccc;border-radius:4px;padding:.4rem .8rem;cursor:pointer;transition:background .2s ease}.custom-color-picker .color-picker-button:hover{background:red!important}.custom-color-picker .hidden-color-input{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.selected-colors{display:flex;margin-top:.5rem;flex-wrap:wrap}.color-box{position:relative;width:30px;height:30px;border:1px solid #ccc;border-radius:3px;background-color:var(--box-color);margin-right:8px;cursor:pointer}.delete-color-btn{position:absolute;top:0;right:0;background:none;border:none;color:red;font-size:10px;line-height:14px;padding:0;cursor:pointer}.right-column{background-color:var(--card-bg);padding:20px;border-radius:var(--radius-small);box-shadow:var(--shadow-light)}.products-container h3{text-align:center;margin-bottom:20px;color:#000}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.product-card{background-color:var(--background-color);padding:10px;border-radius:var(--radius-small);text-align:center;color:var(--text-color);position:relative}.image-container{position:relative}.slider img{width:100%;height:auto;display:block}.edit-btn,.delete-btn,.info-btn{margin:5px;cursor:pointer}@media screen and (max-width: 786px){.admin-content{grid-template-columns:1fr}}@media screen and (max-width: 480px){.admin-contain{padding:10px}.form-group input,.form-group select,.form-group button{font-size:14px;padding:8px}.products-grid{grid-template-columns:1fr}}
