@tailwind base;@tailwind components;@tailwind utilities;body{background:#fff!important;background-attachment:fixed;background-size:cover;font-family:Poppins,Roboto,Helvetica Neue,Arial,sans-serif;margin:0!important;min-height:100vh;overflow-x:hidden;padding:0!important;width:100vw}@keyframes gradientMove{0%{filter:blur(0)}to{filter:blur(8px)}}.MuiCard-root,form{border-radius:18px!important;box-shadow:0 8px 32px 0 #1f26872e}input:focus,select:focus,textarea:focus{border-color:#8ec5fc;box-shadow:0 0 0 2px #8ec5fc;outline:none}.MuiButton-root,button{transition:background .2s,color .2s,box-shadow .2s}.MuiButton-root:hover,button:hover{box-shadow:0 4px 16px 0 #9c27b026}.max-w-2xl,.max-w-3xl,.max-w-4xl,.max-w-5xl,.max-w-6xl,.max-w-lg,.max-w-md,.max-w-xl{background:#ffffffd9;border-radius:18px;box-shadow:0 8px 32px 0 #1f26872e;margin-bottom:2rem;margin-top:2rem}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.responsive-container{margin:0 auto;max-width:100%;padding:0 1rem;width:100%}@media (min-width:768px){.responsive-container{padding:0 2rem}}@media (min-width:1024px){.responsive-container{padding:0 3rem}}@media (min-width:1200px){.responsive-container{padding:0 4rem}}.responsive-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.responsive-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.responsive-grid{grid-template-columns:repeat(4,1fr)}}.responsive-sidebar{transition:transform .3s ease-in-out}.responsive-sidebar.closed{transform:translateX(-100%)}@media (max-width:767px){.MuiAppBar-root,.MuiBox-root footer,.footer,.header,.mobile-header,footer,header{display:none!important}.mobile-content,body{padding-top:0!important}.mobile-content{margin-top:0!important;min-height:100vh}.mobile-bottom-nav{display:block!important;z-index:1201!important}}@media (min-width:768px) and (max-width:1199px){.responsive-layout{padding-top:64px}.responsive-sidebar{position:fixed;z-index:1200}.responsive-content{margin-top:64px}}@media (min-width:1200px){.responsive-layout{padding-top:0}.responsive-sidebar{position:relative}}.mobile-layout{background-color:#f7f9fc;display:flex;flex-direction:column;min-height:100vh;padding-bottom:80px}.mobile-content{box-sizing:border-box;flex:1 1;max-width:100vw;overflow-x:hidden;padding:0;width:100vw}.mobile-layout .MuiAppBar-root{display:block!important;position:sticky!important;top:0;z-index:1200}.mobile-bottom-nav{background-color:#fff;border-radius:0;border-top:1px solid #e3e7ef;bottom:0;box-shadow:0 -2px 10px #0000001a;left:0;position:fixed;right:0;z-index:1201}.mobile-drawer{background-color:#fff;box-sizing:border-box;width:280px}@media (max-width:767px){.MuiBox-root footer,.desktop-header,.desktop-only,.footer,.mobile-hidden,footer{display:none!important}.mobile-content{margin-top:0!important;padding-top:0!important}.mobile-bottom-nav{bottom:0!important;display:block!important;left:0!important;position:fixed!important;right:0!important;z-index:1201!important}.mobile-layout .MuiAppBar-root{display:block!important;position:sticky!important;top:0!important;z-index:1200!important}}@media (min-width:768px){.mobile-only{display:none!important}}.mobile-bottom-nav .MuiBottomNavigation-root{height:70px}.mobile-bottom-nav .MuiBottomNavigationAction-root{min-width:auto;padding:6px 8px}.mobile-bottom-nav .MuiBottomNavigationAction-label{font-size:.75rem;font-weight:500;margin-top:2px}.mobile-bottom-nav .MuiBottomNavigationAction-root.Mui-selected{color:#1976d2}.mobile-bottom-nav .MuiBottomNavigationAction-root.Mui-selected .MuiBottomNavigationAction-label{font-weight:600}.mobile-layout .MuiAppBar-root .MuiToolbar-root{min-height:56px!important;padding-left:16px!important;padding-right:16px!important}.mobile-layout .location-button{background:#2186eb0f;border-radius:8px;cursor:pointer;padding:4px 8px;transition:background-color .2s}.mobile-layout .location-button:hover{background:#2186eb1a}.profile-popup-enter{opacity:0;transform:scale(.9) translateY(-10px)}.profile-popup-enter-active{transition:opacity .3s ease-out,transform .3s ease-out}.profile-popup-enter-active,.profile-popup-exit{opacity:1;transform:scale(1) translateY(0)}.profile-popup-exit-active{opacity:0;transform:scale(.9) translateY(-10px);transition:opacity .2s ease-in,transform .2s ease-in}.address-suggestions::-webkit-scrollbar{width:6px}.address-suggestions::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.address-suggestions::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.address-suggestions::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.profile-avatar-hover{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.profile-avatar-hover:hover{box-shadow:0 8px 24px #1976d266;transform:scale(1.05)}.photo-upload-button{transition:all .2s ease-in-out}.photo-upload-button:hover{box-shadow:0 4px 12px #1976d24d;transform:scale(1.1)}.photo-preview-container{background:#1976d20d;border:1px dashed #1976d24d;border-radius:8px;margin-bottom:8px;padding:8px}.photo-preview-container:hover{background:#1976d214;border-color:#1976d280}.profile-button{transition:all .2s ease-in-out}.profile-button:hover{transform:translateY(-1px)}.role-chip{transition:all .2s ease-in-out}.role-chip:hover{transform:scale(1.05)}.profile-field{transition:all .2s ease-in-out}.profile-field:focus-within{transform:translateY(-2px)}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.success-animation{animation:successPulse .6s ease-in-out}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1976d2,#42a5f5);-webkit-background-clip:text;background-clip:text}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border:1px solid #ffffff2e}@media (max-width:600px){.profile-popup-content{padding:16px!important}.profile-avatar{font-size:20px!important;height:48px!important;width:48px!important}.profile-title{font-size:1.25rem!important}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mobile-cart-item{align-items:flex-start;background:#fff;border:1px solid #f1f3f4;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:16px;margin-bottom:12px;padding:16px}.mobile-cart-item-image{border:1px solid #f1f3f4;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.mobile-cart-item-image img{height:100%;object-fit:cover;width:100%}.mobile-cart-item-details{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.mobile-cart-item-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#212529;display:-webkit-box;font-size:16px;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis}.mobile-cart-item-specs{color:#6c757d;font-size:14px;line-height:1.3}.mobile-cart-item-pricing{display:flex;flex-direction:column;gap:4px}.mobile-cart-item-price{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.mobile-current-price{color:#212529;font-size:18px;font-weight:700}.mobile-original-price{color:#6c757d;font-size:14px;text-decoration:line-through}.mobile-discount-badge{background:#10b981;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:2px 6px}.mobile-alternative-payment{color:#6c757d;font-size:13px}.mobile-alternative-payment,.mobile-alternative-payment span{align-items:center;display:flex;gap:4px}.mobile-cart-item-quantity{align-items:center;display:flex;flex-shrink:0}.mobile-quantity-controls{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:6px;display:flex;overflow:hidden}.mobile-quantity-btn{align-items:center;background:#0d6efd;border:none;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.mobile-quantity-btn:hover:not(:disabled){background:#0b5ed7}.mobile-quantity-btn:disabled{background:#6c757d;cursor:not-allowed}.mobile-quantity-display{align-items:center;background:#fff;border-left:1px solid #e9ecef;border-right:1px solid #e9ecef;color:#212529;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:center;width:40px}.cart-item-component{grid-gap:20px;align-items:center;border-bottom:1px solid #e9ecef;display:grid;gap:20px;grid-template-columns:2fr 1fr 1fr 1fr 1fr;padding:20px;transition:background-color .3s ease}.cart-item-component:hover{background:#f8f9fa}.cart-item-component:last-child{border-bottom:none}@media (max-width:768px){.cart-item-component{gap:15px;grid-template-columns:1fr;padding:15px}.item-info{text-align:center}.item-action,.item-info,.item-price,.item-quantity,.item-total{justify-content:center}}@media (max-width:480px){.item-image{height:60px;width:60px}.item-details h3{font-size:1rem}.quantity-controls{border:none;flex-direction:column}.quantity-btn,.quantity-display{border:1px solid #e9ecef;border-radius:4px;margin:2px 0}}.cart-container{background:#e6ecf5;margin-top:80px;min-height:calc(100vh - 100px);padding:0}.cart-main-box{background:#fff;border-radius:24px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;margin:0 auto;max-width:1300px;padding:0}.cart-content{padding:0 40px 40px;width:100%}.cart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px 0}.cart-header h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin:0}.clear-cart-btn{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.clear-cart-btn:hover{background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-2px)}.empty-cart{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;margin-top:80px;padding:60px 20px;text-align:center}.empty-cart-icon{display:block;font-size:4rem;margin-bottom:20px}.empty-cart h2{color:#2c3e50;font-size:2rem;margin-bottom:10px}.empty-cart p{color:#7f8c8d;font-size:1.1rem;margin-bottom:30px}.continue-shopping-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;display:inline-block;font-size:1.1rem;padding:15px 30px;text-decoration:none}.continue-shopping-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-3px)}.continue-shopping-btn.secondary{background:#95a5a6;margin-top:15px;width:100%}.continue-shopping-btn.secondary:hover{background:#7f8c8d;box-shadow:0 8px 25px #95a5a666}.mobile-cart-container{background:#f8f9fa;min-height:100vh;padding-bottom:80px}.mobile-cart-header{background:#fff;border-bottom:1px solid #e9ecef;padding:20px 16px;text-align:center}.mobile-cart-header h1{color:#212529;font-size:24px;font-weight:700;margin:0 0 4px}.mobile-cart-header p{color:#6c757d;font-size:14px;margin:0}.mobile-cart-items{padding:16px}.mobile-cart-summary{background:#fff;border-radius:12px 12px 0 0;box-shadow:0 -2px 8px #0000000f;margin-top:16px;padding:20px 16px}.mobile-cart-summary h2{color:#212529;font-size:20px;font-weight:600;margin:0 0 16px}.mobile-summary-item{align-items:center;color:#6c757d;display:flex;font-size:14px;justify-content:space-between;margin-bottom:12px}.mobile-summary-divider{background:#e9ecef;height:1px;margin:16px 0}.mobile-summary-total{align-items:center;color:#212529;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-bottom:20px}.mobile-checkout-btn{background:#0d6efd;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:12px;padding:16px;transition:all .2s ease;width:100%}.mobile-checkout-btn:hover:not(:disabled){background:#0b5ed7;transform:translateY(-1px)}.mobile-checkout-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.mobile-continue-shopping-btn{background:#fff;border:1px solid #0d6efd;border-radius:12px;color:#0d6efd;cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:all .2s ease;width:100%}.mobile-continue-shopping-btn:hover{background:#f8f9fa;transform:translateY(-1px)}.cart-layout{grid-gap:30px;align-items:start;background:none;border-radius:0;box-shadow:none;display:grid;gap:30px;grid-template-columns:1fr 350px;margin:0 auto;max-width:1400px;min-height:calc(100vh - 100px);padding:20px}.cart-items{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;overflow:hidden;padding:0}.cart-items-header{background:#f8f9fa;color:#495057;font-weight:600}.cart-item,.cart-items-header{grid-gap:20px;border-bottom:1px solid #e9ecef;display:grid;gap:20px;grid-template-columns:2fr 1fr 1fr 1fr 1fr;padding:20px}.cart-item{align-items:center;transition:background-color .3s ease}.cart-item:hover{background:#f8f9fa}.cart-item:last-child{border-bottom:none}.item-image{height:80px;overflow:hidden;width:80px}.item-details h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 5px}.item-category{color:#3498db;font-size:.9rem}.item-description{color:#7f8c8d;font-size:.9rem;line-height:1.4;margin:0}.item-price{align-items:center;display:flex;flex-direction:column}.price-amount{color:#27ae60;font-size:1.2rem;font-weight:700}.original-price{color:#95a5a6;font-size:.9rem;margin-top:2px;text-decoration:line-through}.item-quantity{display:flex;justify-content:center}.quantity-controls{align-items:center;border:2px solid #e9ecef;border-radius:8px;display:flex;overflow:hidden}.quantity-btn{background:#f8f9fa;border:none;color:#495057;cursor:pointer;font-size:1rem;font-weight:600;padding:8px 12px;transition:background-color .2s ease}.quantity-btn:hover:not(:disabled){background:#e9ecef}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-display{background:#fff;border-left:1px solid #e9ecef;border-right:1px solid #e9ecef;color:#495057;font-weight:600;min-width:40px;padding:8px 12px;text-align:center}.item-total{display:flex;justify-content:center}.total-amount{color:#2c3e50;font-size:1.2rem;font-weight:700}.item-action{display:flex;justify-content:center}.remove-btn{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.remove-btn:hover:not(:disabled){background:#c0392b}.remove-btn:disabled{cursor:not-allowed;opacity:.5}.cart-summary{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;height:fit-content;max-height:calc(100vh - 120px);overflow-y:auto;padding:30px;position:sticky;top:100px}.cart-summary h2{color:#2c3e50;font-size:1.5rem;font-weight:700;margin:0 0 20px}.summary-item{align-items:center;color:#7f8c8d;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:15px}.summary-divider{background:#ecf0f1;height:1px;margin:20px 0}.summary-total{align-items:center;color:#2c3e50;display:flex;font-size:1.3rem;font-weight:700;justify-content:space-between;margin-bottom:25px}.checkout-btn{background:linear-gradient(135deg,#27ae60,#2ecc71);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:15px;padding:15px 30px;transition:all .3s ease;width:100%}.checkout-btn:hover:not(:disabled){box-shadow:0 8px 25px #27ae6066;transform:translateY(-3px)}.checkout-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.continue-shopping-btn{background:#0000;border:2px solid #3498db;border-radius:12px;color:#3498db;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:15px;padding:12px 25px;transition:all .3s ease;width:100%}.continue-shopping-btn:hover{background:#3498db;box-shadow:0 6px 20px #3498db4d;color:#fff;transform:translateY(-2px)}.continue-shopping-btn.secondary{background:#f8f9fa;border-color:#dee2e6;color:#6c757d}.continue-shopping-btn.secondary:hover{background:#e9ecef;border-color:#adb5bd;color:#495057}.cart-loading{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#3498db}.cart-loading p{color:#7f8c8d;font-size:1.1rem;margin:0}@media (max-width:1024px){.cart-layout{gap:20px;grid-template-columns:1fr;padding:15px}.cart-summary{position:static}.cart-main-box{padding:0}.cart-content{padding:0 10px 30px}}@media (max-width:768px){.cart-header{flex-direction:column;gap:15px;text-align:center}.cart-header h1{font-size:2rem}.cart-items-header{display:none}.cart-item{gap:15px;grid-template-columns:1fr;padding:15px}.item-info{text-align:center}.item-action,.item-info,.item-price,.item-quantity,.item-total{justify-content:center}.cart-content{padding:0 15px}.cart-summary{padding:20px}.cart-main-box{border-radius:0;box-shadow:none}}@media (max-width:480px){.cart-container{padding:10px 0}.cart-content{padding:0 10px}.cart-header h1{font-size:1.8rem}.item-image{height:60px;width:60px}.item-details h3{font-size:1rem}.quantity-controls{border:none;flex-direction:column}.quantity-btn,.quantity-display{border:1px solid #e9ecef;border-radius:4px;margin:2px 0}.cart-main-box{border-radius:0;box-shadow:none}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shop-categories-container{display:flex}.shop-categories-container.mobile-view{border-radius:16px;flex-direction:column;overflow:hidden}.sidebar{background:#eaf8fd;border-radius:16px;box-shadow:0 2px 8px #00000008;display:flex;flex-direction:column;gap:0;padding:18px 0;width:220px}.mobile-view .sidebar{border-radius:12px 12px 0 0;margin-bottom:0;padding:16px;width:100%}.sidebar-category{align-items:center;background:#0000;border-radius:12px;color:#222;cursor:pointer;display:flex;flex-direction:column;font-size:1.05rem;font-weight:500;gap:0;justify-content:center;margin-bottom:0;padding:12px 0 8px;text-align:center;transition:background .2s,color .2s}.mobile-view .sidebar-category{background:#ffffffe6;border-radius:12px;box-shadow:0 2px 8px #0000000d;flex-direction:column;margin-bottom:8px;min-height:48px;padding:12px 8px}.sidebar-category.active,.sidebar-category:hover{background:#fff;box-shadow:0 2px 8px #0000000a;color:#007bff}.mobile-view .sidebar-category.active,.mobile-view .sidebar-category:hover{background:#fff;box-shadow:0 4px 16px #1976d221;color:#1976d2;transform:scale(1.02)}.sidebar-category img{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000a;height:54px;margin-bottom:6px;object-fit:contain;width:54px}.sidebar-category span{color:#222;font-size:1.01rem;font-weight:500;line-height:1.2;margin-top:0}.mobile-view .sidebar-category span{font-size:14px;margin-top:4px;text-align:center}.sidebar .divider{align-self:center;background:#d0e7f7;height:1px;margin:8px 0;width:80%}.main-content{flex:1 1;min-width:0;padding:32px}.mobile-view .main-content{background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #1976d21a;padding:20px 16px}.header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.header-row h2{color:#222;font-size:2.1rem;font-weight:700;letter-spacing:-1px;margin:0}.view-all-link{color:#007bff;font-size:1.08rem;font-weight:500;text-decoration:none;transition:color .2s}.view-all-link:hover{color:#0056b3;text-decoration:underline}.products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(5,1fr);margin-top:24px;width:100%}.product-card{background:#fff;border:1px solid #f0f0f0;border-radius:18px;box-shadow:0 2px 12px #00000014;cursor:pointer;padding:16px;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.product-card img{background:#f6fdff;border-radius:12px;box-shadow:0 1px 6px #1976d20f;height:100px!important;margin-bottom:3px;object-fit:contain;width:180px!important}.product-card div{font-family:Inter,Segoe UI,Arial,sans-serif;text-align:center}.product-card button{background:#1976d2;border:none;border-radius:8px;box-shadow:0 2px 8px #1976d214;color:#fff;cursor:pointer;font-size:15px;font-weight:500;margin-top:18px;padding:7px 18px;transition:background .18s}.product-card button:hover{background:#125ea7}.view-all-bottom-link{align-self:flex-end;color:#007bff;font-size:1.08rem;font-weight:500;margin-top:18px;text-decoration:none;transition:color .2s}.view-all-bottom-link:hover{color:#0056b3;text-decoration:underline}.hide-horizontal-scrollbar{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.hide-horizontal-scrollbar::-webkit-scrollbar{display:none}.desktop-category-card{align-items:center;background:#ffffffe6;border:1px solid #1976d21a;border-radius:16px;box-shadow:0 4px 12px #00000014;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;padding:20px 16px;text-align:center;transform:translateY(0);transition:all .3s ease}.desktop-category-card:hover{box-shadow:0 6px 20px #1976d21f;transform:translateY(-2px)}.desktop-category-card.active{background:#fff;border:2px solid #1976d2;box-shadow:0 8px 24px #1976d226;transform:translateY(-4px)}.desktop-category-card .category-icon{align-items:center;border-radius:50%;box-shadow:0 4px 12px #1976d233;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;letter-spacing:1px;margin-bottom:12px;width:60px}.desktop-category-card .category-name{color:#333;font-size:16px;font-weight:600;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-category-card.active .category-name{color:#1976d2;font-weight:700}@media (min-width:768px){.shop-categories-container:not(.mobile-view){flex-direction:column}.shop-categories-container:not(.mobile-view) .main-content{padding:32px}}@media (min-width:1200px){.desktop-category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (min-width:1400px){.desktop-category-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.shop-categories-container{border-radius:16px;flex-direction:column;margin:0 8px}.sidebar{border-radius:12px 12px 0 0;padding:16px 12px;width:100%}.main-content{background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #1976d21a;flex:1 1;padding:16px 12px}.products-grid{gap:5px;grid-template-columns:repeat(2,1fr)}.product-card{border-radius:12px;padding:12px}}@media (hover:none) and (pointer:coarse){.sidebar-category{min-height:48px;padding:12px 8px}.product-card{min-height:120px}.mobile-product-card{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-product-card:active{transform:scale(.98)}}.mobile-view .products-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-top:16px;width:100%}.mobile-view .products-grid>*{justify-self:stretch;max-width:none;min-width:150px}.mobile-view .categories-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.mobile-view .filter-bar{-webkit-overflow-scrolling:touch;display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:4px}.mobile-view .filter-bar button{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;flex-shrink:0;font-size:13px;font-weight:500;padding:8px 12px;transition:all .2s ease;white-space:nowrap}.mobile-view .filter-bar button:hover{background:#f5f5f5;border-color:#ccc}.mobile-subcategory-section{border:1px solid #1976d214;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:16px}.mobile-subcategory-header{border-bottom:2px solid #e3f0ff;margin-bottom:16px;padding-bottom:12px}.mobile-subcategory-title{color:#1976d2;font-size:18px;font-weight:700;gap:8px}.mobile-subcategory-icon{box-shadow:0 2px 4px #1976d233;font-size:12px;height:24px;width:24px}.mobile-subcategory-count{background:#f5f5f5;color:#666;font-size:14px;font-weight:500}.mobile-subcategory-products{background-color:#fafafa;height:260px;max-height:260px;min-height:260px}.mobile-subcategory-grid{height:100%;max-height:100%}.mobile-subcategory-grid::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.mobile-product-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;height:110px;max-height:110px;min-height:110px;padding:12px;position:relative;transition:transform .2s,box-shadow .2s}.mobile-product-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.mobile-view .mobile-product-card .product-name{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;align-items:flex-start;color:#333;display:flex;display:-webkit-box;flex:1 1;font-size:14px;font-weight:600;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;margin-bottom:8px;max-height:40px;min-height:40px;overflow:hidden;overflow-wrap:break-word;text-align:left}@media (max-width:480px){.mobile-view .products-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.mobile-view .main-content{padding:16px 8px}.mobile-view .sidebar{padding:12px 8px}.mobile-view .mobile-product-card{height:300px;padding:10px}.mobile-view .products-grid>*{min-width:140px}.mobile-subcategory-section{margin-bottom:12px;padding:12px}}@media (max-width:768px){.mobile-subcategory-products{height:auto;max-height:none;min-height:0;overflow:visible}.mobile-subcategory-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);max-height:260px;overflow-y:auto;padding:12px;position:relative;scroll-behavior:smooth}}.mobile-category-list{-webkit-overflow-scrolling:touch;height:100%;scroll-behavior:smooth}.mobile-category-sidebar{height:100%;overflow-y:auto;position:relative;scrollbar-width:thin;width:30%}.mobile-category-item{border-left:4px solid #0000;border-radius:0;margin-bottom:0;transition:all .2s ease}.mobile-category-item:hover{background-color:#f5f5f5;transform:translateX(2px)}.mobile-category-item.active{background-color:#e3f2fd!important;border-left:4px solid #1976d2!important;color:#1976d2}.mobile-category-item:active{transform:scale(.98)}.mobile-subcategory-header{transition:background-color .2s ease}.mobile-subcategory-header:hover{background-color:#f5f5f5}.mobile-product-grid{grid-gap:8px;gap:8px;grid-template-columns:repeat(3,1fr);padding:12px}.mobile-product-grid-2-columns{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(2,1fr);padding:2px;width:100%}.mobile-compact-card{align-items:center;background:#fff;border:1px solid #f8f9fa;border-radius:12px;box-shadow:0 3px 12px #0000000f;cursor:pointer;display:flex;flex-direction:column;height:160px;justify-content:space-between;min-width:0;overflow:hidden;padding:4px;position:relative;transition:all .2s ease;width:100%}.mobile-compact-card:hover{border-color:#e3f2fd;box-shadow:0 8px 25px #0000001f;transform:translateY(-3px) scale(1.03)}.mobile-compact-card:active{transform:scale(.98)}.mobile-category-icon{align-items:center;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.mobile-product-image{border-radius:8px;max-height:60px;max-width:70px;object-fit:contain}.mobile-products-content{height:100%;overflow-y:auto;padding:16px;scrollbar-width:thin;width:70%}.mobile-filter-bar{-ms-overflow-style:none;background:#f8f9fa;overflow-x:auto;padding:8px;scrollbar-width:none;white-space:nowrap;z-index:10}.mobile-filter-bar::-webkit-scrollbar{display:none}.mobile-subcategories-container{margin-top:16px}.mobile-subcategory-section{box-shadow:0 2px 8px #0000000d}.mobile-subcategory-header{padding:12px}.mobile-subcategory-title{flex:1 1}.mobile-subcategory-count{height:24px;min-width:24px;padding:0 8px}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:600px){.mobile-category-sidebar{width:40%}.mobile-products-content{margin-left:40%;padding:12px;width:60%}.mobile-product-grid-2-columns{grid-template-columns:1fr}.mobile-compact-card{height:140px}.mobile-category-icon{font-size:16px;height:32px;width:32px}}.mobile-category-product-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:12px;font-weight:600;letter-spacing:.2px;line-height:1.3;max-height:35px;min-height:28px;overflow:hidden;text-align:center;text-overflow:ellipsis;word-break:break-word}.mobile-product-price{color:#1976d2;font-size:13px;font-weight:700;letter-spacing:.3px;margin:2px 0}.mobile-product-discount{background:#e74c3c1c;border-radius:10px;color:#e74c3c;font-size:8px;font-weight:600;letter-spacing:.2px;margin:1px 0;padding:0 3px;position:absolute;right:0;top:0}.mobile-add-button{background:linear-gradient(135deg,#19b6c9,#16a5b8);border:none;border-radius:8px;box-shadow:0 2px 8px #19b6c94d;color:#fff;cursor:pointer;font-size:11px;font-weight:600;letter-spacing:.5px;margin-top:2px;overflow:hidden;padding:3px 0;position:relative;transition:all .2s ease;width:100%}.mobile-add-button:hover{background:linear-gradient(135deg,#16a5b8,#149aa8);box-shadow:0 4px 12px #19b6c966;transform:translateY(-1px)}.mobile-add-button:active{box-shadow:0 1px 4px #19b6c94d;transform:scale(.96)}.mobile-category-sidebar{background:#fff;border-right:1px solid #e0e0e0;bottom:0;box-shadow:2px 0 4px #0000000d;left:0;overflow:hidden;position:fixed;top:56px;width:35%;z-index:10}.mobile-categories-list{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:8px 0}.mobile-products-content{background:#f8f9fa;display:flex;flex:1 1;flex-direction:column;margin-left:35%;min-height:calc(100vh - 56px);position:relative}.mobile-products-content>div{display:flex;flex-direction:column;height:100%;overflow:hidden}.mobile-products-content .mobile-filter-bar{background:#fff;box-shadow:0 2px 4px #0000000d;flex-shrink:0;position:sticky;top:0;z-index:10}.mobile-subcategories-container{background:#f8f9fa;height:calc(100vh - 112px);margin:0}.mobile-subcategory-section{overflow:visible;position:relative}.mobile-subcategory-header{background:#fff;border-bottom:1px solid #e0e0e0;border-radius:8px 8px 0 0;justify-content:space-between;margin:0;padding:12px 16px;position:sticky;top:0;z-index:5}.mobile-products-content.css-19midj6{padding:0}.mobile-filter-bar{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 4px #0000001a;display:flex;gap:8px;overflow-x:hidden;padding:12px;position:sticky;top:0;z-index:5}.mobile-filter-bar button{flex-shrink:0;transition:all .2s ease;white-space:nowrap}.mobile-filter-bar .MuiFormControl-root{flex-shrink:0}.mobile-subcategory-section{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a;height:auto;margin-bottom:16px;overflow:hidden}.mobile-subcategories-container{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;padding:16px}.mobile-subcategory-title{align-items:center;background:#f5f5f5;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:12px 16px}@media (max-width:480px){.mobile-category-sidebar{width:40%}.mobile-product-grid,.mobile-product-grid-2-columns{grid-template-columns:repeat(2,1fr)}.mobile-product-grid-2-columns{gap:10px;padding:10px}.mobile-compact-card{height:150px;padding:8px}.mobile-category-product-name{font-size:11px;max-height:26px;min-height:26px}.mobile-product-price{font-size:12px}.mobile-filter-bar{gap:6px;padding:8px}}@media (max-width:360px){.mobile-category-sidebar{width:45%}.mobile-product-grid,.mobile-product-grid-2-columns{gap:6px;grid-template-columns:repeat(2,1fr);padding:6px}.mobile-compact-card{height:140px;padding:6px}.mobile-category-product-name{font-size:10px;max-height:24px;min-height:24px}.mobile-product-price{font-size:11px}.mobile-filter-bar{gap:4px;padding:6px}}@media (min-width:768px){.mobile-product-grid{grid-template-columns:repeat(4,1fr)}.mobile-product-grid-2-columns{grid-template-columns:repeat(3,1fr)}.mobile-compact-card{border-radius:8px;box-shadow:0 1px 4px #0000001a;height:140px;padding:8px}.mobile-product-image{border-radius:4px;max-height:50px;max-width:60px}.mobile-category-product-name{font-size:11px;line-height:1.2;margin:0;max-height:24px;min-height:24px}.mobile-product-price{font-size:12px;margin:0}.mobile-add-button{border-radius:4px;box-shadow:0 1px 3px #0000001a;font-size:10px;letter-spacing:.3;margin-top:0;padding:4px 0}}.mobile-filter-dialog .MuiDialog-paper{border-radius:12px}.mobile-filter-dialog .MuiDialogTitle-root{border-bottom:1px solid #e0e0e0;padding-bottom:16px}.mobile-filter-dialog .MuiDialogContent-root{padding-top:16px}.mobile-subcategory-products{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000000d;overflow:hidden;position:relative;width:100%}.mobile-subcategory-grid{grid-gap:12px;-webkit-overflow-scrolling:touch;background:#fff;border-radius:0 0 8px 8px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);height:260px;overflow-y:auto;padding:12px;position:relative;scroll-behavior:smooth}.mobile-subcategory-grid::-webkit-scrollbar{width:4px}.mobile-subcategory-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.mobile-subcategory-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.mobile-subcategory-grid.expanded{height:auto}.mobile-subcategory-grid.collapsed{height:260px;max-height:260px;overflow-y:hidden}.mobile-view-more-button{background:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:8px;padding:8px 16px;transition:background .2s;width:100%}.mobile-view-more-button:hover{background:#1565c0}.mobile-view-more-button:active{transform:scale(.98)}.mobile-subcategory-header{align-items:center;display:flex;gap:8px;margin-bottom:12px}.mobile-subcategory-icon{align-items:center;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;font-size:16px;font-weight:700;height:32px;justify-content:center;width:32px}.mobile-subcategory-title{color:#333;font-size:16px;font-weight:600;margin:0}.mobile-subcategory-count{background:#e3f2fd;border-radius:12px;color:#1976d2;font-size:12px;font-weight:600;padding:4px 8px}@media (max-width:480px){.mobile-subcategory-grid{gap:10px;grid-template-columns:repeat(2,1fr);padding:10px}.mobile-subcategory-grid.collapsed{height:240px;max-height:240px}.mobile-subcategory-header{margin-bottom:10px}.mobile-subcategory-icon{font-size:14px;height:28px;width:28px}.mobile-subcategory-title{font-size:14px}}@media (max-width:360px){.mobile-subcategory-grid{gap:8px;grid-template-columns:repeat(2,1fr);padding:8px}.mobile-subcategory-grid.collapsed{height:220px;max-height:220px}.mobile-subcategory-header{margin-bottom:8px}.mobile-subcategory-icon{font-size:12px;height:24px;width:24px}.mobile-subcategory-title{font-size:13px}}.order-card.modern{background:#fff;border:none;border-radius:18px;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;min-height:260px;min-width:0;overflow:visible;padding:0;width:100%}.orders-list{grid-gap:32px;align-content:start;box-sizing:border-box;display:grid;gap:32px;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:start;padding:40px 32px;width:100%}@media (max-width:1200px){.orders-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.orders-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.orders-header{padding:18px 8px;text-align:left}.orders-header h1{font-size:1.3rem}.orders-controls{flex-direction:column;gap:10px;padding:12px 8px}.search-box{max-width:100%;width:100%}.filter-buttons{flex-wrap:wrap;gap:8px;justify-content:flex-start}.filter-btn{font-size:.95rem;padding:7px 12px}.orders-list{gap:18px;grid-template-columns:1fr;min-height:0;min-height:auto;padding:10px 0}.order-card.modern{border-radius:12px;max-width:100vw;min-height:180px;min-width:0;min-width:auto;padding:0;width:98vw}.order-card-actions,.order-card-top{padding-left:10px;padding-right:10px}.order-card-top{padding-bottom:0;padding-top:16px}.order-card-actions{padding-bottom:16px;padding-top:12px}.order-again-btn.filled,.rate-delivery-btn,.rate-order-btn.outlined{font-size:.95rem;padding:8px 10px}.order-card-total{font-size:1.1rem;margin-right:8px}}.mobile-orders-container{background:#f8f9fa;min-height:100vh;padding-bottom:80px}.mobile-orders-header{background:#fff;border-bottom:1px solid #e9ecef;padding:16px;position:sticky;top:0;z-index:100}.mobile-search-container{align-items:center;display:flex;gap:12px}.mobile-search-box{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex:1 1;padding:0 12px;position:relative}.mobile-search-box .search-icon{color:#6c757d;font-size:20px;margin-right:8px}.mobile-search-input{background:#0000;border:none;color:#212529;flex:1 1;font-size:16px;outline:none;padding:12px 0}.mobile-search-input::placeholder{color:#6c757d}.mobile-filters-btn{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;color:#212529;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:12px 16px;transition:all .2s ease}.mobile-filters-btn:hover{background:#f8f9fa;border-color:#dee2e6}.mobile-filter-options{border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px}.mobile-filter-option{background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;color:#6c757d;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s ease}.mobile-filter-option.active{background:#0d6efd;border-color:#0d6efd;color:#fff}.mobile-filter-option:hover{background:#e9ecef}.mobile-filter-option.active:hover{background:#0b5ed7}.mobile-orders-list{padding:16px}.mobile-no-orders{color:#6c757d;padding:40px 20px;text-align:center}.mobile-order-item{align-items:center;background:#fff;border:1px solid #f1f3f4;border-radius:12px;box-shadow:0 2px 8px #0000000f;cursor:pointer;display:flex;margin-bottom:12px;padding:16px;transition:all .2s ease}.mobile-order-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.mobile-order-images{flex-shrink:0;margin-right:16px}.mobile-product-grid{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(2,1fr);height:60px;width:60px}.mobile-product-thumbnail{border:1px solid #f1f3f4;border-radius:6px;height:100%;object-fit:cover;width:100%}.mobile-single-product{border:1px solid #f1f3f4;border-radius:8px;height:60px;object-fit:cover;width:60px}.mobile-more-items{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#6c757d;display:flex;font-size:12px;font-weight:600;justify-content:center}.mobile-order-details{flex:1 1;min-width:0}.mobile-delivery-status{font-size:15px;font-weight:500;line-height:1.3;margin-bottom:4px}.mobile-order-product-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;font-size:14px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.mobile-order-arrow{color:#6c757d;flex-shrink:0;margin-left:12px}.mobile-continue-shopping{padding:20px 16px;text-align:center}.mobile-shop-now-btn{background:#0d6efd;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;max-width:300px;padding:16px 32px;transition:all .2s ease;width:100%}.mobile-shop-now-btn:hover{background:#0b5ed7;transform:translateY(-1px)}.mobile-order-detail-content{padding:16px 0}.mobile-order-timeline{align-items:center;background:#f8f9fa;display:flex;justify-content:space-between;margin-bottom:24px;padding:16px}.mobile-timeline-step{flex:1 1;flex-direction:column}.mobile-timeline-step:not(:last-child):after{background:#e9ecef;height:2px;left:50%;top:20px;width:100%;z-index:1}.mobile-timeline-step.completed:not(:last-child):after{background:#0d6efd}.mobile-timeline-icon{background:#fff;border:2px solid #e9ecef;color:#6c757d;font-size:18px;height:40px;position:relative;width:40px;z-index:2}.mobile-timeline-step.completed .mobile-timeline-icon{background:#0d6efd;border-color:#0d6efd}.mobile-timeline-step.current .mobile-timeline-icon{background:#fff;border-color:#0d6efd;color:#0d6efd}.mobile-timeline-label{color:#6c757d;font-size:12px;margin-top:8px;text-align:center}.mobile-timeline-step.completed .mobile-timeline-label,.mobile-timeline-step.current .mobile-timeline-label{color:#0d6efd;font-weight:600}.mobile-order-items{margin-bottom:24px}.mobile-order-items h4{color:#212529;font-size:18px;margin-bottom:16px}.mobile-order-item-detail{align-items:center;border-bottom:1px solid #f1f3f4}.mobile-order-item-detail img{border:1px solid #f1f3f4;height:50px;margin-right:12px;width:50px}.mobile-order-item-detail p{line-height:1.4}.mobile-order-item-detail p:first-child{color:#212529;font-weight:500}.mobile-order-item-detail p:not(:first-child){color:#6c757d;font-size:14px}.mobile-order-summary{background:#f8f9fa;padding:16px}.mobile-order-summary h4{color:#212529;font-size:18px;margin-bottom:16px}.mobile-summary-row{font-size:14px;margin-bottom:8px}.mobile-summary-row:last-child{margin-bottom:0}.mobile-summary-row.total{border-top:1px solid #e9ecef;color:#212529;font-size:16px;margin-top:12px}.orders-container{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}@media (min-width:769px){.orders-container{padding-top:128px}}.orders-main-box{box-sizing:border-box;flex:1 1;margin:0 auto;max-width:1400px;padding:0 32px;width:100%}.orders-content{padding:40px 0}.orders-header{margin-bottom:40px;padding:40px 0;text-align:center}.orders-header-row h1{color:#1e293b;font-size:3rem;font-weight:800;letter-spacing:-.025em;margin:0 0 12px}.orders-header-row p{color:#64748b;font-size:1.25rem;font-weight:500;margin:0}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-weight:500;margin-bottom:24px;padding:16px}.orders-controls{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000000f;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:32px;padding:24px}.search-box{flex:1 1;min-width:300px;position:relative}.search-input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;outline:none;padding:14px 20px 14px 50px;transition:all .2s ease;width:100%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{color:#64748b;font-size:1.2rem;left:18px;position:absolute;top:50%;transform:translateY(-50%)}.mobile-filter-toggle{background:none;border:none;border-radius:8px;cursor:pointer;display:none;padding:8px;transition:background .2s}.mobile-filter-toggle:hover{background:#f1f5f9}.hamburger-icon{display:flex;flex-direction:column;gap:4px}.hamburger-icon span{background:#64748b;border-radius:2px;height:3px;transition:all .2s;width:24px}.filter-buttons{display:flex;flex-wrap:wrap;gap:12px;transition:all .3s ease}.filter-btn{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 20px;transition:all .2s ease;white-space:nowrap}.filter-btn:hover{background:#f0f9ff;border-color:#3b82f6;color:#3b82f6}.filter-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.orders-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;min-height:400px}.loading-spinner{border:4px solid #e2e8f0}.continue-shopping{margin-top:40px;padding:40px 0;text-align:center}.shop-now-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:16px;box-shadow:0 8px 24px #3b82f64d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:16px 32px;transition:all .3s ease}.shop-now-btn:hover{box-shadow:0 12px 32px #3b82f666;transform:translateY(-2px)}.shop-now-btn.large{font-size:1.2rem;padding:20px 40px}.previous-orders-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.previous-orders-btn:hover{box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.order-card-top{align-items:flex-start;display:flex;flex:1 1;padding:28px 28px 0}.order-card-imgbox{align-items:center;background:#f5f6fa;border-radius:10px;display:flex;flex:0 0 64px;height:64px;justify-content:center;margin-right:24px;overflow:hidden;width:64px}.order-card-img{border-radius:8px;height:48px;object-fit:contain;width:48px}.order-card-main{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-height:120px;position:relative}.order-card-header-row{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:16px}.order-card-status-block{flex:1 1}.order-card-status{align-items:center;display:flex;gap:8px;margin-bottom:8px}.status-icon{font-size:1.2rem}.status-text{font-size:1.1rem}.order-card-date{color:#64748b;font-size:.95rem;margin-bottom:4px}.order-card-id{color:#94a3b8;font-family:Courier New,monospace;font-size:.9rem}.order-card-total{color:#1e293b;font-size:1.3rem;font-weight:700;text-align:right}.rate-delivery-btn{align-self:flex-start;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;color:#0369a1;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:8px;padding:8px 16px;transition:all .2s ease}.rate-delivery-btn:hover{background:#e0f2fe;border-color:#0284c7}.order-card-divider{background:#e2e8f0;border:none;height:1px;margin:0}.order-card-actions{display:flex;gap:12px;padding:20px 28px 28px}.rate-order-btn{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .2s ease}.rate-order-btn.outlined{border-color:#e2e8f0;color:#64748b}.rate-order-btn.outlined:hover{background:#f0f9ff;border-color:#3b82f6;color:#3b82f6}.order-again-btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .2s ease}.order-again-btn.filled{background:#3b82f6;color:#fff}.order-again-btn.filled:hover{background:#2563eb;transform:translateY(-1px)}.order-detail-modal-content{padding:20px 0}.order-timeline{background:#f8fafc;border-radius:12px;justify-content:space-between;margin-bottom:32px;padding:24px}.order-timeline,.timeline-step{align-items:center;display:flex}.timeline-step{flex:1 1;flex-direction:column;position:relative}.timeline-step:not(:last-child):after{background:#e2e8f0;content:"";height:2px;left:50%;position:absolute;top:24px;width:100%;z-index:1}.timeline-step.completed:not(:last-child):after{background:#3b82f6}.timeline-icon{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50%;color:#64748b;display:flex;font-size:20px;font-weight:700;height:48px;justify-content:center;position:relative;width:48px;z-index:2}.timeline-step.completed .timeline-icon{background:#3b82f6;border-color:#3b82f6;color:#fff}.timeline-step.current .timeline-icon{background:#fff;border-color:#3b82f6;color:#3b82f6}.timeline-label{color:#64748b;font-size:14px;font-weight:500;margin-top:12px;text-align:center}.timeline-step.completed .timeline-label,.timeline-step.current .timeline-label{color:#3b82f6;font-weight:600}.order-items{margin-bottom:32px}.order-items h4{color:#1e293b;font-size:20px;font-weight:600;margin-bottom:20px}.order-item-detail{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;padding:16px 0}.order-item-detail:last-child{border-bottom:none}.order-item-detail img{border:1px solid #f1f5f9;border-radius:8px;height:60px;margin-right:16px;object-fit:cover;width:60px}.order-item-detail div{flex:1 1}.order-item-detail p{line-height:1.5;margin:0}.order-item-detail p:first-child{color:#1e293b;font-weight:600;margin-bottom:6px}.order-item-detail p:not(:first-child){color:#64748b;font-size:14px}.order-summary{background:#f8fafc;border-radius:12px;padding:24px}.order-summary h4{color:#1e293b;font-size:20px;font-weight:600;margin-bottom:20px}.summary-row{font-size:16px;margin-bottom:12px}.summary-row:last-child{margin-bottom:0}.summary-row.total{color:#1e293b;font-size:18px;margin-top:16px;padding-top:16px}@media (max-width:768px){.orders-header{padding:30px 20px}.header-content{flex-direction:column;gap:20px}.header-content,.header-content>div{text-align:center}.orders-header h1{font-size:2rem}.refresh-btn{align-self:center}.orders-controls{padding:20px}.search-box{max-width:100%}.filter-buttons{justify-content:center}.orders-list{padding:20px}.order-header{align-items:flex-start;flex-direction:column}.order-summary{grid-template-columns:1fr}.order-actions{justify-content:center}.continue-shopping{padding:20px}}@media (max-width:480px){.orders-main-box{padding:0 10px}.orders-header{padding:25px 15px}.orders-header h1{font-size:1.8rem}.orders-controls,.orders-list{padding:15px}.order-card{padding:20px}.filter-buttons{gap:8px}.filter-btn{font-size:.8rem;padding:6px 12px}}.order-detail-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px 0}.order-detail-main-box{margin:0 auto;max-width:1200px;padding:0 20px}.order-detail-content{background:#fff;border-radius:12px;box-shadow:0 10px 20px #00000014;overflow:hidden}.order-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:20px}.order-header-left h1{font-size:1.5rem;font-weight:700;margin:0 0 10px}.order-header-left p{font-size:1rem;margin:0;opacity:.9}.order-status{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;display:flex;gap:10px;padding:8px 14px}.status-icon{font-size:1.1rem}.status-text{font-size:1rem;font-weight:600}.order-progress{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:15px 20px}.progress-steps{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:500px;position:relative}.progress-steps:before{background:#e2e8f0;content:"";height:2px;left:0;position:absolute;right:0;top:25px;z-index:1}.progress-step{flex:1 1;flex-direction:column;gap:10px;position:relative;z-index:2}.progress-step,.step-icon{align-items:center;display:flex}.step-icon{background:#fff;border:2px solid #e2e8f0;border-radius:50%;font-size:1rem;height:32px;justify-content:center;transition:all .3s ease;width:32px}.progress-step.completed .step-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;transform:scale(1.1)}.step-label{color:#4a5568;font-size:.8rem;font-weight:500;max-width:60px;text-align:center}.progress-step.completed .step-label{color:#2d3748;font-weight:600}.order-detail-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:20px}.order-info-section{gap:30px}.order-info-section,.order-items-section{display:flex;flex-direction:column}.info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.info-card h3{align-items:center;color:#2d3748;display:flex;font-size:1.1rem;font-weight:600;gap:10px;margin:0 0 15px}.info-card h3:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:20px;width:4px}.info-grid{display:flex;flex-direction:column;gap:8px}.info-item{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;justify-content:space-between;padding:8px}.info-label{color:#4a5568;font-size:.95rem;font-weight:600;min-width:90px}.info-value{color:#2d3748;flex:1 1;font-size:.95rem;margin-left:20px;text-align:right;word-break:break-word}.order-items{gap:8px;max-height:250px}.order-item{border-radius:8px;gap:8px;padding:10px;transition:all .3s ease}.order-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.item-image{flex-shrink:0;height:40px;width:40px}.item-image img{border:1px solid #e2e8f0;border-radius:8px;height:100%;object-fit:cover;width:100%}.item-details{flex:1 1;min-width:0}.item-details h4{font-weight:600}.item-category{color:#667eea;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin:0 0 5px;text-transform:uppercase}.item-quantity{color:#718096;font-size:.8rem;margin:0}.item-price{flex-shrink:0;font-weight:700}.order-summary{border-top:2px solid #e2e8f0;margin-top:10px;padding-top:10px}.summary-row{align-items:center;color:#4a5568;display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:6px}.summary-row.total{border-top:1px solid #e2e8f0;color:#2d3748;font-size:1.05rem;font-weight:700;margin-top:6px;padding-top:6px}.order-actions{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:center;padding:15px 20px}.action-btn{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:600;min-width:90px;padding:8px 16px;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-btn.primary:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.action-btn.secondary{background:#0000;border:2px solid #667eea;color:#667eea}.action-btn.secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.order-detail-error,.order-detail-loading{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.loading-spinner{border:4px solid #ffffff4d;height:50px;margin-bottom:20px;width:50px}.order-detail-error h2{font-size:2rem;font-weight:700;margin:0 0 15px}.order-detail-error p{font-size:1.1rem;margin:0 0 25px;opacity:.9}.back-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 25px;transition:all .3s ease}.back-btn:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}@media (max-width:1024px){.order-detail-layout{gap:30px;grid-template-columns:1fr}.progress-steps{flex-wrap:wrap;gap:20px}.progress-steps:before{display:none}.progress-step{flex:none;width:calc(50% - 10px)}}@media (max-width:768px){.order-header{flex-direction:column;padding:30px 20px;text-align:center}.order-header-left h1{font-size:2rem}.info-card,.order-detail-layout,.order-progress{padding:20px}.info-item{align-items:flex-start;flex-direction:column;gap:8px}.info-value{margin-left:0;text-align:left}.order-item{align-items:flex-start;flex-direction:column;gap:15px}.item-price{align-self:flex-end}.order-actions{flex-direction:column;padding:20px}.action-btn{width:100%}}@media (max-width:480px){.order-detail-main-box{padding:0 10px}.order-header{padding:25px 15px}.order-header-left h1{font-size:1.8rem}.info-card,.order-detail-layout{padding:15px}.progress-step{width:100%}}.mobile-order-detail-container{background:#f8fafc;min-height:100vh;padding-bottom:20px}.mobile-order-detail-error,.mobile-order-detail-loading{align-items:center;background:#f8fafc;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-top-color:#3b82f6;height:40px;margin-bottom:16px;width:40px}.mobile-order-detail-error button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:16px;padding:12px 24px}.mobile-order-detail-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;padding:16px;position:sticky;top:0;z-index:10}.mobile-back-button{align-items:center;background:none;border:none;border-radius:50%;color:#374151;cursor:pointer;display:flex;justify-content:center;padding:8px}.mobile-back-button:hover{background:#f3f4f6}.mobile-order-detail-title{align-items:center;display:flex;flex:1 1;justify-content:space-between}.mobile-order-detail-title h2{color:#111827;font-size:1.25rem;font-weight:700;margin:0}.mobile-help-button{align-items:center;background:#3b82f6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:8px;width:36px}.mobile-help-button:hover{background:#2563eb}.mobile-order-detail-content{padding:20px 16px}.mobile-order-timeline{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:20px}.mobile-timeline-step{align-items:center;display:flex;gap:12px;margin-bottom:16px;position:relative}.mobile-timeline-step:not(:last-child):after{background:#e5e7eb;content:"";height:20px;left:12px;position:absolute;top:32px;width:2px}.mobile-timeline-step.completed:not(:last-child):after{background:#10b981}.mobile-timeline-icon{align-items:center;background:#e5e7eb;border-radius:50%;color:#6b7280;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:24px;justify-content:center;width:24px}.mobile-timeline-step.completed .mobile-timeline-icon{background:#10b981;color:#fff}.mobile-timeline-step.current .mobile-timeline-icon{background:#3b82f6;color:#fff}.mobile-timeline-label{color:#374151;font-weight:500}.mobile-timeline-step.completed .mobile-timeline-label{color:#10b981;font-weight:600}.mobile-timeline-step.current .mobile-timeline-label{color:#3b82f6;font-weight:600}.mobile-order-items{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:20px}.mobile-order-items h4{color:#111827;font-size:1.1rem;font-weight:600;margin:0 0 16px}.mobile-order-item-detail{border-bottom:1px solid #f3f4f6;display:flex;gap:12px;padding:12px 0}.mobile-order-item-detail:last-child{border-bottom:none}.mobile-order-item-detail img{border-radius:8px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.mobile-order-item-detail div{display:flex;flex:1 1;flex-direction:column;justify-content:center}.mobile-order-item-detail p{color:#374151;font-size:.9rem;margin:0}.mobile-order-item-detail p:first-child{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-weight:600;line-height:1.3;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.mobile-order-summary{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:20px}.mobile-order-summary h4{color:#111827;font-size:1.1rem;font-weight:600;margin:0 0 16px}.mobile-summary-row{align-items:center;color:#374151;display:flex;font-size:.95rem;justify-content:space-between;padding:8px 0}.mobile-summary-row.total{border-top:1px solid #e5e7eb;color:#111827;font-size:1.1rem;font-weight:600;margin-top:8px;padding-top:12px}.mobile-order-actions{padding:0 16px}.mobile-order-again-btn{background:#3b82f6;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:16px;transition:background-color .2s;width:100%}.mobile-order-again-btn:hover{background:#2563eb}@media (max-width:480px){.mobile-order-detail-content{padding:16px 12px}.mobile-order-detail-header{padding:12px}.mobile-order-detail-title h2{font-size:1.1rem}.mobile-order-items,.mobile-order-summary,.mobile-order-timeline{padding:16px}}.checkout-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px 0}.checkout-main-box{margin:0 auto;max-width:1200px;padding:0 20px}.checkout-content{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.checkout-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;text-align:center}.checkout-header h1{font-size:2.5rem;font-weight:700;margin:0 0 10px}.checkout-header p{font-size:1.1rem;margin:0;opacity:.9}.error-message{background:#fee;border:1px solid #feb2b2;border-radius:10px;color:#c53030;margin:20px;padding:15px 20px;text-align:center}.checkout-layout{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 400px;padding:40px}.checkout-form-section{display:flex;flex-direction:column;gap:30px}.checkout-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;padding:30px}.checkout-section h2{align-items:center;color:#2d3748;display:flex;font-size:1.5rem;font-weight:600;gap:10px;margin:0 0 25px}.checkout-section h2:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:24px;width:4px}.checkout-section h3{color:#4a5568;font-size:1.2rem;font-weight:500;margin:0 0 20px}.saved-addresses{display:flex;flex-direction:column;gap:15px}.address-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:20px;position:relative;transition:all .3s ease}.address-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.address-card.selected{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-color:#667eea;box-shadow:0 8px 25px #667eea33}.address-content p{color:#4a5568;margin:5px 0}.address-content p:first-child{color:#2d3748;font-weight:500}.default-badge{background:#48bb78;border-radius:6px;color:#fff;font-size:.75rem;font-weight:500;padding:4px 8px;position:absolute;right:15px;top:15px}.add-new-address-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;box-shadow:0 1px 4px #667eea33;color:#fff;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:500;gap:4px;margin-top:8px;padding:6px 12px;transition:all .3s ease}.add-new-address-btn:before{content:"+";font-size:1rem;font-weight:600}.add-new-address-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.address-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:25px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.form-row:first-child{grid-template-columns:1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:#4a5568;font-size:.9rem;font-weight:500;margin-bottom:8px}.form-group input,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:12px 15px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input.error,.form-group textarea.error{border-color:#e53e3e}.form-group textarea{min-height:80px;resize:vertical}.error-text{color:#e53e3e;font-size:.8rem;margin-top:5px}.form-actions{display:flex;gap:15px;margin-top:25px}.save-address-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:12px 25px;transition:all .3s ease}.save-address-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.save-address-btn:disabled{cursor:not-allowed;opacity:.6}.cancel-btn{background:#e2e8f0;border:none;border-radius:8px;color:#4a5568;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:12px 25px;transition:all .3s ease}.cancel-btn:hover:not(:disabled){background:#cbd5e0}.cancel-btn:disabled{cursor:not-allowed;opacity:.6}.payment-methods{display:flex;flex-direction:column;gap:15px}.payment-option{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;padding:20px;transition:all .3s ease}.payment-option:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.payment-option input[type=radio]{accent-color:#667eea;margin-right:15px;transform:scale(1.2)}.payment-label{align-items:center;color:#2d3748;display:flex;font-size:1rem;font-weight:500;gap:12px}.payment-icon{font-size:1.2rem}.checkout-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;height:fit-content;padding:30px;position:sticky;top:20px}.checkout-summary h2{align-items:center;color:#2d3748;display:flex;font-size:1.5rem;font-weight:600;gap:10px;margin:0 0 25px}.checkout-summary h2:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:24px;width:4px}.order-items{display:flex;flex-direction:column;gap:15px;margin-bottom:25px;max-height:300px;overflow-y:auto}.order-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;padding:15px}.item-info,.order-item{align-items:center;display:flex}.item-info{flex:1 1;gap:15px}.item-image{border:1px solid #e2e8f0;border-radius:8px;height:50px;object-fit:cover;width:50px}.item-details h4{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#2d3748;display:-webkit-box;font-size:.95rem;font-weight:500;line-height:1.3;margin:0 0 5px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.item-details p{color:#718096;font-size:.85rem;margin:0}.item-price{color:#2d3748;font-size:1rem;font-weight:600}.order-totals{border-top:2px solid #e2e8f0;margin-bottom:25px;padding-top:20px}.total-row{align-items:center;color:#4a5568;display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:12px}.total-row.total{border-top:1px solid #e2e8f0;color:#2d3748;font-size:1.2rem;font-weight:600;margin-top:12px;padding-top:12px}.place-order-btn{background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:15px;padding:15px 25px;transition:all .3s ease;width:100%}.place-order-btn:hover:not(:disabled){box-shadow:0 8px 25px #48bb784d;transform:translateY(-2px)}.place-order-btn:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}.back-to-cart-btn{background:#0000;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 25px;transition:all .3s ease;width:100%}.back-to-cart-btn:hover:not(:disabled){background:#667eea;color:#fff;transform:translateY(-2px)}.back-to-cart-btn:disabled{cursor:not-allowed;opacity:.6}.checkout-loading{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin-right:8px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.success-message{background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 10px 25px #10b9814d;color:#fff;margin:2rem auto;max-width:600px;padding:2rem;text-align:center}.success-icon{font-size:3rem;margin-bottom:1rem}.success-message h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.success-message p{font-size:1rem;margin:.5rem 0;opacity:.9}@media (max-width:1024px){.checkout-layout{gap:30px;grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width:768px){.checkout-header{padding:30px 20px}.checkout-header h1{font-size:2rem}.checkout-layout,.checkout-section{padding:20px}.form-row{gap:15px;grid-template-columns:1fr}.form-actions,.order-item{flex-direction:column}.order-item{align-items:flex-start;gap:10px}.item-price{align-self:flex-end}}@media (max-width:480px){.checkout-main-box{padding:0 10px}.checkout-header{padding:25px 15px}.checkout-header h1{font-size:1.8rem}.checkout-layout,.checkout-section{padding:15px}}.order-chat-container{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1200px;min-height:calc(100vh - 128px);padding:20px}.order-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 6px 32px #3b82f614;cursor:pointer;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.order-summary-card:hover{box-shadow:0 12px 36px #3b82f629;transform:translateY(-2px) scale(1.02)}.order-summary-card ul{list-style:none;margin:0;padding:0}.order-summary-card li{border-bottom:1px solid #f3f4f6;padding:4px 0}.order-summary-card li:last-child{border-bottom:none}@media (max-width:768px){.order-chat-container{gap:15px;padding:10px}.order-summary-card{padding:15px}}.loading-container{align-items:center;color:#6b7280;display:flex;font-size:16px;justify-content:center;min-height:200px}.error-container{font-size:16px}.closed-container,.error-container{align-items:center;color:#ef4444;display:flex;justify-content:center;min-height:200px;padding:20px;text-align:center}.closed-container{font-size:18px;font-weight:600}
/*# sourceMappingURL=main.4135f628.css.map*/