:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-container{display:flex;justify-content:center;align-items:center;padding:2rem}.loader-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;z-index:9999;padding:0}.loader-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loader-spinner{position:relative;display:inline-block}.loader-small{width:40px;height:40px}.loader-medium{width:60px;height:60px}.loader-large{width:80px;height:80px}.spinner-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top-color:#667eea;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner-ring:nth-child(1){animation-delay:-.45s;border-top-color:#667eea;opacity:1}.spinner-ring:nth-child(2){animation-delay:-.3s;border-top-color:#764ba2;opacity:.8}.spinner-ring:nth-child(3){animation-delay:-.15s;border-top-color:#667eea;opacity:.6}.spinner-ring:nth-child(4){animation-delay:0s;border-top-color:#764ba2;opacity:.4}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-message{margin:0;font-size:1rem;font-weight:500;color:#4a5568;text-align:center;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.loader-simple{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.loader-message{font-size:.9rem}.loader-medium{width:50px;height:50px}.loader-large{width:60px;height:60px}}.error-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:2rem;background:radial-gradient(circle at top,#fffaf2,#fff 55%)}.error-page-content{background:#fff;border-radius:18px;padding:3rem 2.5rem;max-width:500px;width:100%;text-align:center;box-shadow:0 14px 32px #161c2d14;border:1px solid #f1e7db;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-page-icon{margin:0 auto 1.5rem;color:#8f2f16;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(180deg,#fff3e0,#ffe7c6)}.error-page-title{font-size:1.75rem;font-weight:700;color:#2b2f38;margin:0 0 1rem;line-height:1.2;font-family:Inter,sans-serif}.error-page-message{font-size:1rem;color:#5f6573;margin:0 0 2rem;line-height:1.6;font-family:Inter,sans-serif}.error-page-message p{margin:0}.error-page-cert-instructions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E0E0E0;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.error-page-cert-instructions p{margin-bottom:1rem;font-weight:600;color:#333}.error-page-cert-instructions ol{padding-left:1.5rem;line-height:1.8;color:#666}.error-page-cert-instructions ol li{margin-bottom:.5rem}.error-page-cert-instructions a{color:#007bff;text-decoration:underline;transition:color .2s}.error-page-cert-instructions a:hover{color:#0056b3}.error-page-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-page-button{padding:.875rem 1.75rem;font-size:1rem;font-weight:500;border:none;border-radius:12px;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:140px;font-family:Inter,sans-serif}.error-page-button-primary{background:#a84a00;color:#fff;box-shadow:0 8px 18px #fb8c0047}.error-page-button-primary:hover:not(:disabled){background:#923f00}.error-page-button-primary:active:not(:disabled){background:#d67000}.error-page-button-secondary{background:#fff;color:#404655;border:1px solid #e8dde0}.error-page-button-secondary:hover:not(:disabled){background:#e0e0e0}.error-page-button-secondary:active:not(:disabled){background:#d0d0d0}.error-page-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.error-page{min-height:calc(100vh - 150px);padding:1.5rem 1rem}.error-page-content{padding:2rem 1.5rem}.error-page-icon{width:64px;height:64px;margin-bottom:1.25rem}.error-page-icon svg{width:64px;height:64px}.error-page-title{font-size:1.5rem}.error-page-message{font-size:.9375rem}.error-page-actions{flex-direction:column;width:100%}.error-page-button{width:100%;min-width:unset}}.header-desktop{box-shadow:-4px 0 12px var(--tenant-shadow-color, rgba(171, 190, 209, .05)),4px 0 12px var(--tenant-shadow-color, rgba(171, 190, 209, .05)),0 4px 12px var(--tenant-shadow-color, rgba(171, 190, 209, .05));border-radius:15px;position:sticky;top:15px;z-index:1001;display:block!important;height:80px;border-bottom:1px solid var(--tenant-border-color, #E0E0E0);max-width:1440px;margin:0 auto;width:calc(100% - 2rem)}@media(max-width:1199px){.header-desktop{display:none!important}}.header-desktop-content{max-width:1440px;margin:0 auto;padding:0 1rem;height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;width:100%;position:relative;z-index:1002;background-color:var(--tenant-app-background-color);border-radius:15px;column-gap:2rem}@media(max-width:1600px){.header-desktop-content{column-gap:1.5rem}}@media(max-width:1400px){.header-desktop-content{column-gap:1rem;padding:0 .75rem}}@media(max-width:1300px){.header-desktop-content{column-gap:.75rem;padding:0 .5rem}}.header-desktop-left-section{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2rem;min-width:0;overflow:visible}@media(max-width:1600px){.header-desktop-left-section{gap:1.5rem}}@media(max-width:1400px){.header-desktop-left-section{gap:1rem}}@media(max-width:1300px){.header-desktop-left-section{gap:.75rem}}.header-desktop-right-section{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:fit-content}.header-desktop-icon-wrapper{display:flex;align-items:center;flex-shrink:0;margin-left:5px}.header-desktop-icon{width:200px;height:70px;object-fit:contain;flex-shrink:0}.header-desktop-text{font-size:1.5rem;font-weight:600;color:#333}.header-desktop-nav{display:flex;gap:66px;align-items:center;min-width:0;flex-wrap:nowrap;overflow:visible;position:relative}@media(max-width:1600px){.header-desktop-nav{gap:3rem}}@media(max-width:1400px){.header-desktop-nav{gap:2rem}}@media(max-width:1300px){.header-desktop-nav{gap:1.5rem}}@media(max-width:1200px){.header-desktop-nav{gap:1rem}}.header-desktop-nav-link{text-decoration:none;color:#333;font-family:Inter,sans-serif;font-weight:500;font-size:16px;transition:color .2s;position:relative;white-space:nowrap;flex-shrink:1;min-width:fit-content}@media(max-width:1400px){.header-desktop-nav-link{font-size:15px}}@media(max-width:1300px){.header-desktop-nav-link{font-size:14px}}@media(max-width:1200px){.header-desktop-nav-link{font-size:13px}}.header-desktop-nav-link:hover{color:#007bff}.header-desktop-address-switcher{position:relative;flex-shrink:0;margin-left:auto}.header-desktop-address-selector{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem .75rem;border-radius:4px;transition:background-color .2s}.header-desktop-location-icon{flex-shrink:0}.header-desktop-location-icon path,.header-desktop-location-icon circle{fill:var(--tenant-primary-elements-background-color, currentColor)!important;stroke:var(--tenant-primary-elements-background-color, currentColor)!important}.header-desktop-address-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#333;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.header-desktop-dropdown-arrow{flex-shrink:0;transition:transform .2s}.header-desktop-address-switcher:hover .header-desktop-dropdown-arrow{transform:rotate(180deg)}.header-desktop-address-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border:1px solid #E0E0E0;border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:250px;max-height:300px;overflow-y:auto}.header-desktop-address-option{padding:.75rem 1rem;cursor:pointer;font-size:.95rem;color:#333;transition:background-color .2s;border-bottom:1px solid #F5F5F5}.header-desktop-address-option:last-child{border-bottom:none}.header-desktop-address-option:hover{background-color:#f5f5f5}.header-desktop-address-option.active{background-color:#fff3e0;color:#ff6b35;font-weight:500}.header-desktop-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media(max-width:1400px){.header-desktop-actions{gap:.75rem}}@media(max-width:1300px){.header-desktop-actions{gap:.5rem}}.header-desktop-action-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .2s;border-radius:4px}.header-desktop-action-btn:hover{opacity:.7;transform:scale(1.05)}.header-desktop-action-btn:active{transform:scale(.95)}.header-desktop-favorite-btn{padding:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.header-desktop-favorite-btn svg rect{fill:var(--tenant-header-buttons-background-color, #F6F6F6)!important}.header-desktop-favorite-btn svg path{stroke:var(--tenant-header-buttons-icon-color, black)!important}.header-desktop-favorite-btn svg{width:56px;height:56px}.header-desktop-profile-btn{padding:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.header-desktop-profile-btn svg{width:56px;height:56px}.header-desktop-profile-btn svg rect{fill:var(--tenant-header-buttons-background-color, #F6F6F6)!important}.header-desktop-profile-btn svg path{fill:var(--tenant-header-buttons-icon-color, black)!important}.header-desktop-profile-btn-logged-in{background:var(--tenant-primary-elements-background-color, #FB8C00)!important;border-radius:8px}.header-desktop-profile-btn-logged-in:hover{background:var(--tenant-primary-elements-background-color-hover, #E67E00)!important}.header-desktop-profile-btn-logged-in:active{background:var(--tenant-primary-elements-background-color-active, #D67000)!important}.header-desktop-profile-btn-logged-in svg rect{fill:transparent!important;stroke:transparent!important}.header-desktop-profile-btn-logged-in svg path{fill:var(--tenant-primary-buttons-text-color, #FFFFFF)!important;fill-opacity:1!important}.header-desktop-hamburger-btn{padding:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.header-desktop-hamburger-btn svg{width:56px;height:56px}.header-desktop-hamburger-btn svg rect{fill:var(--tenant-header-buttons-background-color, #F6F6F6)!important}.header-desktop-hamburger-btn svg path{fill:var(--tenant-header-buttons-icon-color, black)!important}.header-desktop-cart-wrapper{position:relative}.header-desktop-cart-btn{padding:0;width:112px;height:56px;display:flex;align-items:center;justify-content:center;position:relative}.header-desktop-cart-btn svg{width:112px;height:56px}.header-desktop-cart-btn svg rect{fill:var(--tenant-header-buttons-background-color, #F6F6F6)!important}.header-desktop-cart-btn svg path{fill:var(--tenant-header-buttons-icon-color, black)!important}.header-desktop-menu-wrapper{position:relative}.header-desktop-menu-dropdown{position:fixed;top:110px;right:0;width:320px;max-height:500px;background:var(--tenant-app-background-color, #FFFFFF);box-shadow:0 8px 24px #00000026;border-radius:15px;z-index:1000;overflow:hidden;display:flex;flex-direction:column}.header-desktop-menu-content{display:flex;flex-direction:column;padding:.75rem;gap:.5rem;overflow-y:auto}.header-desktop-menu-item{padding:.875rem 1rem;background:transparent;border:none;border-radius:8px;text-align:left;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#000;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:space-between}.header-desktop-menu-item:hover{background:#f5f5f5}.header-desktop-menu-item:active{background:#e8e8e8}.header-desktop-menu-item:after{content:"›";font-size:1.25rem;color:#666;margin-left:.5rem}.header-desktop-menu-order{flex-direction:column;align-items:flex-start;gap:.5rem;text-align:center;padding:1rem;background:#f6f6f6;border-radius:8px}.header-desktop-menu-order:after{display:none}.header-desktop-menu-order:hover{background:#e8e8e8}.header-desktop-menu-phone{font-size:16px;font-weight:500;color:#000}.header-desktop-menu-divider{height:1px;background:#e0e0e0;margin:.5rem 0}.header-desktop-menu-logout{color:#d32f2f}.header-desktop-menu-logout:hover{background:#ffebee;color:#d32f2f}.header-desktop-menu-logout:after{display:none}.header-desktop-cart-badge{position:absolute;top:8px;right:8px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;min-width:24px;text-align:center;line-height:1.2}.address-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.address-modal-container{background:var(--tenant-app-background-color, #FFFFFF);border-radius:30px;width:570px;height:600px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden;position:relative}.address-modal-header{display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative}.address-modal-title{font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:#000;margin:0;text-align:center}.address-modal-close-btn{background:var(--tenant-header-buttons-background-color, transparent);border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s;position:absolute;right:1.5rem;top:1.5rem;border-radius:8px}.address-modal-close-btn:hover{opacity:.6}.address-modal-close-btn:active{opacity:.4}.address-modal-close-btn svg path{stroke:var(--tenant-header-buttons-icon-color, currentColor)!important}.address-modal-content{flex:1;overflow-y:auto;overflow-x:hidden;align-items:center;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box;padding-top:4px;max-height:380px}.address-card{background:#fff;border:1px solid #E0E0E0;border-radius:15px;width:477px;max-width:100%;height:108px;padding:1rem;cursor:pointer;transition:all .2s;box-sizing:border-box;flex-shrink:0}.address-card:hover{border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.address-card-selected{border-color:var(--tenant-primary-elements-background-color, #FB8C00);background:var(--tenant-primary-message-background-color, #FFFBF7);box-shadow:0 0 0 1px var(--tenant-primary-elements-background-color, #FB8C00)}.address-card-name{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#000;margin-bottom:.5rem;line-height:24px}.address-card-address{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#0009;margin-bottom:.25rem;line-height:18px}.address-card-hours{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#000;line-height:18px}.address-modal-footer{padding:0 1.5rem;display:flex;justify-content:center;position:absolute;bottom:40px;left:0;right:0}.address-modal-confirm-btn{width:480px;height:44px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:1px solid rgba(11,11,11,.3);border-radius:8px;padding:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;cursor:pointer;transition:background-color .2s,opacity .2s,border-color .2s;display:flex;align-items:center;justify-content:center}.address-modal-confirm-btn:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover, #E67E00)}.address-modal-confirm-btn:active:not(:disabled){background:var(--tenant-primary-elements-background-color-active, #CC6F00)}.address-modal-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.address-modal-content::-webkit-scrollbar{width:6px}.address-modal-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.address-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.address-modal-content::-webkit-scrollbar-thumb:hover{background:#999}@media(max-width:768px){.address-modal-container{width:100%;height:95vh;max-width:100%;max-height:95vh;border-radius:30px 30px 0 0;margin-top:auto}.address-modal-backdrop{align-items:flex-end;padding:0}.address-modal-header{padding:1.25rem 1.25rem 1rem}.address-modal-title{font-size:1.125rem}.address-modal-content{padding:1.25rem}.address-card{width:100%;height:auto;min-height:108px}.address-modal-footer{padding:1.25rem}.address-modal-confirm-btn{width:100%}}.address-modal-mobile-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;padding:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.address-modal-mobile-container{background:var(--tenant-app-background-color, #FFFFFF);border-radius:20px;width:98%;max-width:98%;height:75vh;max-height:75vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;overflow:hidden;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.address-modal-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #F5F5F5;position:relative;flex-shrink:0}.address-modal-mobile-title{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:#000;margin:0;text-align:center;flex:1;line-height:1.5}.address-modal-mobile-close-btn{background:var(--tenant-header-buttons-background-color, #F6F6F6);border:none;border-radius:8px;width:36px;height:36px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .2s;flex-shrink:0}.address-modal-mobile-close-btn:active{background:#e8e8e8}.address-modal-mobile-close-btn svg path{stroke:var(--tenant-header-buttons-icon-color, currentColor)!important}.address-modal-mobile-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box;-webkit-overflow-scrolling:touch}.address-card-mobile{background:#fff;border:1px solid #E0E0E0;border-radius:15px;width:100%;padding:1rem;cursor:pointer;transition:all .2s;box-sizing:border-box;flex-shrink:0;display:flex;align-items:flex-start;gap:.75rem;min-height:88px}.address-card-mobile:hover{border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.address-card-mobile-selected{border-color:var(--tenant-primary-elements-background-color, #FB8C00);background:var(--tenant-primary-message-background-color, #FFFBF7);box-shadow:0 0 0 1px var(--tenant-primary-elements-background-color, #FB8C00)}.address-card-mobile-info{flex:1;min-width:0}.address-card-mobile-name{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#000;margin-bottom:.375rem;line-height:1.5;word-wrap:break-word}.address-card-mobile-address{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#0009;margin-bottom:.25rem;line-height:1.3;word-wrap:break-word}.address-card-mobile-hours{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#000;line-height:1.3}.address-modal-mobile-footer{padding:1rem 1.25rem 1.5rem;border-top:1px solid #F5F5F5;display:flex;justify-content:center;flex-shrink:0;background:#fff}.address-modal-mobile-confirm-btn{width:100%;height:48px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:1px solid rgba(11,11,11,.3);border-radius:8px;padding:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;cursor:pointer;transition:background-color .2s,opacity .2s,border-color .2s;display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.address-modal-mobile-confirm-btn:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover, #E67E00)}.address-modal-mobile-confirm-btn:active:not(:disabled){background:var(--tenant-primary-elements-background-color-active, #CC6F00);transform:scale(.98)}.address-modal-mobile-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.address-modal-mobile-content::-webkit-scrollbar{width:4px}.address-modal-mobile-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:2px}.address-modal-mobile-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.address-modal-mobile-content::-webkit-scrollbar-thumb:hover{background:#999}@media(min-width:1200px){.address-modal-mobile-backdrop{display:none}}.phone-input-wrapper{width:100%}.phone-input-container{display:flex;align-items:center;border:1px solid var(--tenant-input-border-color, #E0E0E0);border-radius:8px;background:var(--tenant-input-background-color, #FFFFFF);overflow:hidden;transition:border-color .2s}.phone-input-container:focus-within{border-color:#ff6b35}.phone-input-container.error{border-color:#d32f2f}.phone-input-country-selector{display:flex;align-items:center;gap:.5rem;padding:.75rem;cursor:pointer;border-right:1px solid var(--tenant-input-border-color, #E0E0E0);position:relative;background:var(--tenant-input-background-color, #FFFFFF);-webkit-user-select:none;user-select:none}.phone-input-locked-prefix{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem;border-right:1px solid var(--tenant-input-border-color, #E0E0E0);background:var(--tenant-input-background-color, #F5F5F5);-webkit-user-select:none;user-select:none;min-width:100px}.phone-input-locked-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#333}.phone-input-locked-code{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#333}.phone-input-flag{font-size:1.25rem;line-height:1}.phone-input-dropdown-icon{transition:transform .2s}.phone-input-dropdown-icon.open{transform:rotate(180deg)}.phone-input-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid #E0E0E0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:150px;max-height:200px;overflow-y:auto;margin-top:.25rem}.phone-input-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;cursor:pointer;transition:background-color .2s}.phone-input-dropdown-item:hover{background-color:#f5f5f5}.phone-input-dropdown-item.selected{background-color:#fff3e0}.phone-input-country-code{font-family:Inter,sans-serif;font-size:14px;color:#333}.phone-input-field{flex:1;border:none;outline:none;padding:.75rem;font-family:Inter,sans-serif;font-size:16px;color:#333;background:transparent}.phone-input-field::placeholder{color:#0006}.phone-input-field:disabled{background-color:#f5f5f5;cursor:not-allowed}.phone-input-field.error{color:#d32f2f}.phone-input-field-locked{padding-left:.5rem}.phone-input-error{display:block;margin-top:.25rem;font-family:Inter,sans-serif;font-size:12px;color:#d32f2f}.auth-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.auth-modal-container{background:var(--tenant-app-background-color, #FFFFFF);border-radius:15px;width:100%;max-width:480px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden;position:relative;max-height:90vh}.auth-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;position:relative}.auth-modal-title{font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:#000;margin:0;text-align:center;flex:1}.auth-modal-close-btn{background:var(--tenant-header-buttons-background-color, transparent);border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s;position:absolute;right:1.5rem;top:1.5rem;border-radius:8px}.auth-modal-close-btn:hover{opacity:.6}.auth-modal-close-btn:active{opacity:.4}.auth-modal-close-btn svg path{stroke:var(--tenant-header-buttons-icon-color, currentColor)!important}.auth-modal-content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.auth-form-field{display:flex;flex-direction:column;gap:.25rem}.auth-form-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#333;display:block;margin-bottom:.25rem}.auth-required-asterisk{color:#d32f2f;margin-left:.15em}.auth-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-input{width:100%;padding:.75rem;border:1px solid var(--tenant-input-border-color, #E0E0E0);border-radius:8px;font-family:Inter,sans-serif;font-size:16px;color:#333;background:var(--tenant-input-background-color, #FFFFFF);transition:border-color .2s;box-sizing:border-box}.auth-input:focus{outline:none;border-color:#ff6b35}.auth-input::placeholder{color:#0006}.auth-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.auth-input.error{border-color:#d32f2f}.auth-field-error{font-family:Inter,sans-serif;font-size:12px;color:#d32f2f;margin-top:.25rem}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper .auth-input{padding-right:3rem}.password-toggle-btn{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#0009;transition:color .2s}.password-toggle-btn:hover{color:#000c}.password-strength-indicator{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.password-strength-bar{flex:1;height:4px;border-radius:2px;background:#e0e0e0;position:relative;overflow:hidden}.password-strength-bar:after{content:"";position:absolute;top:0;left:0;height:100%;transition:width .3s,background-color .3s}.password-strength-bar.weak:after{width:33%;background-color:#d32f2f}.password-strength-bar.medium:after{width:66%;background-color:#ff9800}.password-strength-bar.strong:after{width:100%;background-color:#4caf50}.password-strength-text{font-family:Inter,sans-serif;font-size:12px;color:#0009;white-space:nowrap}.auth-checkbox-group{display:flex;flex-direction:column;gap:.25rem}.auth-checkbox-label{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:14px;color:#333;cursor:pointer}.auth-checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--tenant-primary-elements-background-color, #FB8C00)}.auth-link-text{color:var(--tenant-primary-elements-background-color, #FB8C00);text-decoration:none;cursor:pointer}.auth-link-text:hover{text-decoration:underline}.auth-submit-button{width:100%;padding:.75rem;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:1px solid rgba(11,11,11,.3);border-radius:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;cursor:pointer;transition:background-color .2s,opacity .2s;margin-top:.5rem}.auth-submit-button:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover, #E67E00)}.auth-submit-button:active:not(:disabled){background:var(--tenant-primary-elements-background-color-active, #CC6F00)}.auth-submit-button:disabled{opacity:.5;cursor:not-allowed}.auth-submit-button.auth-submit-button--disabled-look{opacity:.5;cursor:not-allowed}.auth-submit-button.auth-submit-button--disabled-look:hover{background:var(--tenant-primary-elements-background-color, #FB8C00)}.auth-link-button{background:none;border:none;color:var(--tenant-primary-elements-background-color, #FF6B35);font-family:Inter,sans-serif;font-size:14px;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s}.auth-link-button:hover{opacity:.8;text-decoration:underline}.auth-modal-links{display:flex;justify-content:flex-end;margin-top:-.5rem}.auth-modal-footer-links{text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#333;margin-top:.5rem}.auth-modal-error{padding:.75rem;background-color:#ffebee;border:1px solid #EF5350;border-radius:8px;color:#d32f2f;font-family:Inter,sans-serif;font-size:14px;text-align:center}.auth-modal-info{padding:.75rem;background-color:#fff3e0;border:1px solid #FFB74D;border-radius:8px;color:#e65100;font-family:Inter,sans-serif;font-size:14px;text-align:center}.forgot-password-success{padding:.75rem;background-color:#e8f5e9;border:1px solid #81C784;border-radius:8px;color:#2e7d32;font-family:Inter,sans-serif;font-size:14px;text-align:center;margin-bottom:.5rem}.code-modal-container{max-width:500px}.code-modal-content{align-items:center;padding:2rem 1.5rem}.code-input-container{display:flex;gap:.75rem;justify-content:center;margin-bottom:1rem}.code-input-digit{width:60px;height:60px;border:1px solid var(--tenant-input-border-color, #E0E0E0);border-radius:8px;text-align:center;font-family:inherit;font-size:1.25rem;font-weight:600;color:#333;background:var(--tenant-input-background-color, #FFFFFF);transition:border-color .2s;box-sizing:border-box}.code-input-digit:focus{outline:none;border-color:var(--tenant-primary-elements-background-color)}.code-input-digit.error{border-color:#d32f2f}.code-input-digit:disabled{background-color:#f5f5f5;cursor:not-allowed}.code-resend-container{text-align:center;margin-top:1rem}.code-resend-text{font-family:Inter,sans-serif;font-size:14px;color:#0009}.code-resend-button{background:none;border:none;color:#ff6b35;font-family:Inter,sans-serif;font-size:14px;cursor:pointer;padding:0;text-decoration:underline;transition:opacity .2s}.code-resend-button:hover{opacity:.8}.register-modal-container{max-width:520px;max-height:94vh}.auth-modal-content.register-modal-content{max-height:82vh;gap:.5rem}.auth-modal-content.register-modal-content .auth-form-row{gap:.5rem}.forgot-password-modal-container,.login-modal-container{max-width:480px}.auth-modal-content::-webkit-scrollbar{width:6px}.auth-modal-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.auth-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.auth-modal-content::-webkit-scrollbar-thumb:hover{background:#999}@media(max-width:768px){.auth-modal-container{width:100%;max-width:100%;border-radius:15px 15px 0 0;margin-top:auto;max-height:95vh}.auth-modal-backdrop{align-items:flex-end;padding:0}.auth-form-row{grid-template-columns:1fr}.code-input-digit{width:50px;height:50px;font-size:1.1rem}}.auth-datepicker-row{display:grid;grid-template-columns:1fr 2fr 1fr;gap:.75rem;width:100%}.auth-datepicker-cell{min-width:0}.auth-datepicker-field{width:100%;box-sizing:border-box}.auth-datepicker-select{width:100%;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.auth-datepicker-select:disabled{cursor:not-allowed}.auth-datepicker-select option{font-family:Inter,sans-serif}@media(max-width:480px){.auth-datepicker-row{grid-template-columns:1fr 1.5fr 1fr;gap:.5rem}}.auth-mobile-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.auth-mobile-modal-container{background:var(--tenant-app-background-color, #FFFFFF);width:100%;max-width:480px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;border-radius:20px;box-shadow:0 20px 60px #0000004d}.auth-mobile-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;position:relative;flex-shrink:0}.auth-mobile-modal-title{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0;text-align:center;flex:1;min-height:36px;display:flex;align-items:center;justify-content:center}.auth-mobile-modal-close-btn{background:var(--tenant-header-buttons-background-color, #F6F6F6);border:none;border-radius:8px;width:36px;height:36px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .2s;flex-shrink:0}.auth-mobile-modal-close-btn:active{background:#e8e8e8}.auth-mobile-modal-close-btn svg path{stroke:var(--tenant-header-buttons-icon-color, currentColor)!important}.auth-mobile-modal-content{flex:1;overflow-y:auto;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem;-webkit-overflow-scrolling:touch}.auth-mobile-register-content,.auth-mobile-register-content .auth-mobile-form-row{gap:.7rem}.auth-mobile-form-field{display:flex;flex-direction:column;gap:.5rem}.auth-mobile-form-row{display:flex;flex-direction:column;gap:1rem}.auth-mobile-input{width:100%;padding:1rem;border:1px solid var(--tenant-input-border-color, #E0E0E0);border-radius:12px;font-family:Inter,sans-serif;font-size:16px;color:#333;background:var(--tenant-input-background-color, #FFFFFF);transition:border-color .2s;box-sizing:border-box;-webkit-appearance:none}.auth-mobile-input:focus{outline:none;border-color:#ff6b35}.auth-mobile-input::placeholder{color:#0006}.auth-mobile-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.auth-mobile-input.error{border-color:#d32f2f}.auth-mobile-field-error{font-family:Inter,sans-serif;font-size:13px;color:#d32f2f;margin-top:.25rem}.auth-mobile-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#333;margin-bottom:.25rem}.auth-mobile-required-asterisk{color:#d32f2f;margin-left:.15em}.auth-mobile-password-wrapper{position:relative;display:flex;align-items:center}.auth-mobile-password-wrapper .auth-mobile-input{padding-right:3.5rem}.auth-mobile-password-toggle-btn{position:absolute;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#0009;transition:color .2s}.auth-mobile-password-toggle-btn:active{color:#000c}.auth-mobile-password-strength{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.auth-mobile-password-strength-bar{flex:1;height:4px;border-radius:2px;background:#e0e0e0;position:relative;overflow:hidden}.auth-mobile-password-strength-bar:after{content:"";position:absolute;top:0;left:0;height:100%;transition:width .3s,background-color .3s}.auth-mobile-password-strength-bar.weak:after{width:33%;background-color:#d32f2f}.auth-mobile-password-strength-bar.medium:after{width:66%;background-color:#ff9800}.auth-mobile-password-strength-bar.strong:after{width:100%;background-color:#4caf50}.auth-mobile-password-strength-text{font-family:Inter,sans-serif;font-size:12px;color:#0009;white-space:nowrap}.auth-mobile-checkbox-group{display:flex;flex-direction:column;gap:.5rem}.auth-mobile-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;font-family:Inter,sans-serif;font-size:14px;color:#333;cursor:pointer;line-height:1.5}.auth-mobile-checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--tenant-primary-elements-background-color, #FB8C00);flex-shrink:0;margin-top:2px}.auth-mobile-link-text{color:var(--tenant-primary-elements-background-color, #FB8C00);text-decoration:none;cursor:pointer}.auth-mobile-link-text:active{opacity:.8}.auth-mobile-submit-button{width:100%;padding:1rem;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s;margin-top:.5rem}.auth-mobile-submit-button:active:not(:disabled){background:var(--tenant-primary-elements-background-color-active, #E67E00)}.auth-mobile-submit-button:disabled{opacity:.5;cursor:not-allowed}.auth-mobile-submit-button.auth-mobile-submit-button--disabled-look{opacity:.5;cursor:not-allowed}.auth-mobile-submit-button.auth-mobile-submit-button--disabled-look:active{background:var(--tenant-primary-elements-background-color, #FB8C00)}.auth-mobile-link-button{background:none;border:none;color:var(--tenant-primary-elements-background-color, #FF6B35);font-family:Inter,sans-serif;font-size:14px;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s}.auth-mobile-link-button:active{opacity:.8;text-decoration:underline}.auth-mobile-modal-links{display:flex;justify-content:flex-end;margin-top:-.5rem}.auth-mobile-modal-footer-links{text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#333;margin-top:.5rem;line-height:1.5}.auth-mobile-modal-error{padding:1rem;background-color:#ffebee;border:1px solid #EF5350;border-radius:12px;color:#d32f2f;font-family:Inter,sans-serif;font-size:14px;text-align:center;line-height:1.5}.auth-mobile-modal-info{padding:1rem;background-color:#fff3e0;border:1px solid #FFB74D;border-radius:12px;color:#e65100;font-family:Inter,sans-serif;font-size:14px;text-align:center;line-height:1.5}.auth-mobile-forgot-password-success{padding:1rem;background-color:#e8f5e9;border:1px solid #81C784;border-radius:12px;color:#2e7d32;font-family:Inter,sans-serif;font-size:14px;text-align:center;margin-bottom:.5rem;line-height:1.5}.auth-mobile-code-content{align-items:center;padding:2rem 1.25rem}.auth-mobile-code-input-container{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.auth-mobile-code-input-digit{width:56px;height:56px;border:2px solid var(--tenant-input-border-color, #E0E0E0);border-radius:12px;text-align:center;font-family:inherit;font-size:1.25rem;font-weight:600;color:#333;background:var(--tenant-input-background-color, #FFFFFF);transition:border-color .2s;box-sizing:border-box}.auth-mobile-code-input-digit:focus{outline:none;border-color:var(--tenant-primary-elements-background-color)}.auth-mobile-code-input-digit.error{border-color:#d32f2f}.auth-mobile-code-input-digit:disabled{background-color:#f5f5f5;cursor:not-allowed}.auth-mobile-code-resend-container{text-align:center;margin-top:1rem}.auth-mobile-code-resend-text{font-family:Inter,sans-serif;font-size:14px;color:#0009;line-height:1.5}.auth-mobile-code-resend-button{background:none;border:none;color:#ff6b35;font-family:Inter,sans-serif;font-size:14px;cursor:pointer;padding:0;text-decoration:underline;transition:opacity .2s}.auth-mobile-code-resend-button:active{opacity:.8}.auth-mobile-modal-content::-webkit-scrollbar{width:4px}.auth-mobile-modal-content::-webkit-scrollbar-track{background:#f5f5f5}.auth-mobile-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.auth-mobile-modal-content::-webkit-scrollbar-thumb:active{background:#999}.confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem}.confirmation-modal{background:var(--tenant-app-background-color, white);border-radius:12px;padding:1.5rem;max-width:400px;width:100%}.confirmation-modal-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#333}.confirmation-modal-message{margin:0 0 1.5rem;color:#666;font-size:.875rem;line-height:1.5}.confirmation-modal-actions{display:flex;gap:1rem}.confirmation-modal-cancel,.confirmation-modal-confirm{flex:1;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.confirmation-modal-cancel{background:#f5f5f5;color:#333}.confirmation-modal-cancel:hover:not(:disabled){background:#e0e0e0}.confirmation-modal-confirm{color:#fff}.confirmation-modal-confirm-danger{background:#d32f2f}.confirmation-modal-confirm-danger:hover:not(:disabled){background:#b71c1c}.confirmation-modal-confirm-primary{background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, white)}.confirmation-modal-confirm-primary:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover, #e67e00)}.confirmation-modal-confirm-default{background:#333}.confirmation-modal-confirm-default:hover:not(:disabled){background:#1a1a1a}.confirmation-modal-cancel:disabled,.confirmation-modal-confirm:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.confirmation-modal{padding:1.25rem}.confirmation-modal-title{font-size:1.125rem}.confirmation-modal-message{font-size:.8125rem}}.menu-item-desktop{display:flex;flex-direction:column;background:var(--tenant-app-background-color);border-radius:12px;overflow:hidden;box-shadow:0 8px 16px var(--tenant-shadow-color, rgba(171, 190, 209, .4));cursor:pointer;height:100%;transition:box-shadow .3s ease,transform .3s ease}.menu-item-desktop:hover{box-shadow:0 12px 24px var(--tenant-shadow-color, rgba(171, 190, 209, .5));transform:translateY(-2px)}.menu-item-desktop-image-wrapper{width:100%;aspect-ratio:360 / 260;overflow:hidden;background:#f5f5f5;position:relative;flex-shrink:0}.menu-item-desktop-image{width:100%;height:100%;object-fit:cover}.menu-item-desktop-content{display:flex;flex-direction:column;padding:.8rem;flex:1;gap:.65rem}.menu-item-desktop-name{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0;line-height:1.4}.menu-item-desktop-description{font-size:.875rem;color:#4a5568;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.menu-item-desktop-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:.5rem}.menu-item-desktop-price{padding:0;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#1a202c;white-space:nowrap}.menu-item-desktop-price--sale{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.menu-item-desktop-price-original{display:block;font-size:.8rem;font-weight:500;color:#a0aec0;text-decoration:line-through;text-decoration-thickness:1px}.menu-item-desktop-price-final{font-size:1rem;font-weight:700;color:inherit}.menu-item-desktop-price--sale .menu-item-desktop-price-final{color:#c53030}.menu-item-desktop-order-btn{padding:0;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, white);border:none;border-radius:8px;font-size:.875rem;font-weight:400;cursor:pointer;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 4px #fb8c0033;transition:all .2s ease;height:44px;width:105px;display:flex;align-items:center;justify-content:center}.menu-item-desktop-order-btn:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover, #e67e00);box-shadow:0 4px 12px #fb8c0066}.menu-item-desktop-order-btn:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}.free-delivery-message{display:flex;align-items:center;gap:8px}.free-delivery-icon{flex-shrink:0}.free-delivery-text{font-size:14px;line-height:1.4}.quantity-selector{display:flex;align-items:center;gap:.75rem;background:var(--tenant-pill-button-background-color, #F6F6F6);border-radius:8px;padding:.25rem}.quantity-selector-btn{background:var(--tenant-app-background-color, #FFFFFF);border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;color:#333;transition:background-color .2s,transform .1s;padding:0}@media(hover:hover){.quantity-selector-btn:hover:not(:disabled){background-color:var(--tenant-quantity-selector-hover-color, #D5D5D5)}}.quantity-selector-btn:focus-visible{outline:2px solid var(--tenant-primary-color, #333);outline-offset:2px}.quantity-selector-btn:active:not(:disabled){background-color:var(--tenant-quantity-selector-hover-color, #D5D5D5);transform:scale(.95)}.quantity-selector-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-selector-value{font-size:1rem;font-weight:500;color:#333;min-width:24px;text-align:center}.dish-detail-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center;padding:0}.dish-detail-modal-container{width:91.5vw;max-width:502px;max-height:1000px;height:98vh;display:flex;flex-direction:column;overflow:hidden;position:relative;border-radius:30px;box-shadow:0 20px 60px #0000004d;background:var(--tenant-app-background-color, #FFFFFF)}.dish-detail-modal-content::-webkit-scrollbar{width:6px}.dish-detail-modal-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.dish-detail-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.dish-detail-modal-content::-webkit-scrollbar-thumb:hover{background:#999}.dish-detail-modal-image-section{position:sticky;top:0;width:100%;aspect-ratio:4 / 3;background:#2c2c2c;overflow:hidden;flex-shrink:0;border-radius:30px 30px 0 0;z-index:10}.dish-detail-modal-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease}.dish-detail-modal-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.dish-detail-modal-carousel-btn:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:translateY(-50%) scale(1.1)}.dish-detail-modal-carousel-btn:active{transform:translateY(-50%) scale(.95)}.dish-detail-modal-carousel-btn-prev{left:16px}.dish-detail-modal-carousel-btn-next{right:16px}.dish-detail-modal-carousel-btn svg{width:24px;height:24px;stroke-width:2.5}.dish-detail-modal-carousel-indicator{position:absolute;bottom:16px;left:16px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:6px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#333;z-index:10;box-shadow:0 2px 8px #00000026;line-height:1}.dish-detail-modal-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;background:#f5f5f5}.dish-detail-modal-favorite-btn{padding:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;transition:opacity .2s,transform .2s;border-radius:4px;flex-shrink:0}.dish-detail-modal-favorite-btn:hover{opacity:.7;transform:scale(1.05)}.dish-detail-modal-favorite-btn:active{transform:scale(.95)}.dish-detail-modal-favorite-btn svg{width:56px;height:56px}.dish-detail-modal-favorite-btn svg rect.dish-detail-favorite-bg-inactive{fill:var(--tenant-favorite-button-background-color, #F6F6F6)!important}.dish-detail-modal-favorite-btn svg rect.dish-detail-favorite-bg-active{fill:var(--tenant-primary-elements-background-color, #FB8C00)!important}.dish-detail-modal-favorite-btn svg path.dish-detail-favorite-icon-inactive{stroke:var(--tenant-primary-elements-background-color, #FB8C00)!important;fill:none!important}.dish-detail-modal-favorite-btn svg path.dish-detail-favorite-icon-active{stroke:var(--tenant-primary-buttons-text-color, #FFFFFF)!important;fill:var(--tenant-primary-buttons-text-color, #FFFFFF)!important;stroke-opacity:1!important}.dish-detail-modal-close-btn{position:absolute;right:1.5rem;top:1.5rem;background:var(--tenant-header-buttons-background-color, transparent);border:none;border-radius:8px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s;z-index:10001}.dish-detail-modal-close-btn:hover{opacity:.6}.dish-detail-modal-close-btn:active{opacity:.4}.dish-detail-modal-close-btn svg path{stroke:var(--tenant-header-buttons-icon-color, currentColor)!important}.dish-detail-modal-content{flex:1;overflow-y:scroll;overflow-x:hidden;padding:24px;display:flex;flex-direction:column;gap:15px;background:var(--tenant-app-background-color, #FFFFFF)}.dish-detail-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.dish-detail-modal-name{font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:#000;margin:0;line-height:1.3;flex:1}.dish-detail-modal-quantity-selector{display:flex;align-items:center;gap:16px;flex-shrink:0;border:1px solid #E0E0E0;border-radius:8px;background:#fff;padding:8px 12px}.dish-detail-modal-quantity-btn{width:auto;height:auto;border:none;border-radius:0;background:transparent;color:#666;font-size:18px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;min-width:24px}.dish-detail-modal-quantity-btn:hover:not(:disabled){color:#000}.dish-detail-modal-quantity-btn:disabled{opacity:.3;cursor:not-allowed}.dish-detail-modal-quantity-value{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#333;min-width:24px;text-align:center}.dish-detail-modal-info-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dish-detail-modal-info-item{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#666}.dish-detail-modal-info-item svg{flex-shrink:0}.dish-detail-modal-info-item .menu-category-time-label{display:inline-block;padding:.25rem .5rem;background:#16a34a;color:#fff;font-size:12px;font-weight:600;border-radius:4px;white-space:nowrap}.dish-detail-modal-description-section{display:flex;flex-direction:column;gap:8px}.dish-detail-modal-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#333;line-height:1.6;margin:0;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dish-detail-modal-description.expanded{display:block;-webkit-line-clamp:unset;line-clamp:unset}.dish-detail-modal-read-more{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--tenant-primary-text-light-color, #FB8C00);background:none;border:none;cursor:pointer;padding:0;text-align:left;align-self:flex-start;transition:opacity .2s}.dish-detail-modal-read-more:hover{opacity:.8}.dish-detail-modal-section{display:flex;flex-direction:column;gap:12px}.dish-detail-modal-section-title{display:flex;align-items:center;gap:0;font-family:Inter,sans-serif;font-size:1.1em;font-weight:600;margin:0;color:#000}.dish-detail-modal-section-selected-option{font-weight:400;color:#666;font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0}.dish-detail-modal-disclaimer{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#999;margin:0;line-height:1.5}.dish-detail-modal-options-grid{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.dish-detail-modal-options-grid.image-options{gap:12px;align-items:center}.dish-detail-modal-option-btn{padding:12px 20px;border-radius:8px;border:none;background:#f5f5f5;color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:400;cursor:pointer;transition:all .2s;white-space:nowrap}.dish-detail-modal-option-btn:hover{background:#e8e8e8}.dish-detail-modal-option-btn.selected{background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF)}.dish-detail-modal-option-btn.selected:hover{background:var(--tenant-primary-elements-background-color-hover, #E67E00)}.dish-detail-modal-option-btn.image-option{padding:0;background:transparent;border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;width:55px;height:55px;box-sizing:border-box;overflow:hidden;transition:all .2s}.dish-detail-modal-option-btn.image-option:hover{background:transparent}.dish-detail-modal-option-btn.image-option.selected{background:transparent;border:1.5px solid var(--tenant-primary-elements-background-color, #FB8C00);width:60px;height:60px;padding:1px;box-sizing:border-box}.dish-detail-modal-option-btn.image-option.selected:hover{background:transparent;border-color:var(--tenant-primary-elements-background-color-hover, #E67E00)}.dish-detail-modal-option-image-wrapper{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:#f9f9f9;overflow:hidden;border-radius:10px;flex-shrink:0}.dish-detail-modal-option-image{width:55px;height:55px;object-fit:cover}.dish-detail-modal-option-placeholder{width:55px;height:55px;background:#e0e0e0;border-radius:10px}.dish-detail-modal-ingredients-list{display:flex;flex-direction:column;gap:12px}.dish-detail-modal-ingredient-item{display:flex;align-items:center;justify-content:space-between;gap:16px}.dish-detail-modal-ingredient-info{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.dish-detail-modal-ingredient-name{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#000}.dish-detail-modal-ingredient-price{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#666;white-space:nowrap}.dish-detail-modal-ingredient-controls{display:flex;align-items:center;gap:8px;width:120px;justify-content:flex-end;flex-shrink:0}.dish-detail-modal-ingredient-btn{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:8px;border:1px solid var(--tenant-primary-elements-background-color, #FB8C00);background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);font-size:20px;font-weight:400;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;box-sizing:border-box}.dish-detail-modal-ingredient-btn-symbol{display:block;transform:translateY(-1px)}.dish-detail-modal-ingredient-btn:not(:last-child):not(:disabled){background:#fff;color:var(--tenant-primary-elements-background-color, #FB8C00);border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.dish-detail-modal-ingredient-btn:not(:last-child):not(:disabled):hover{background:var(--tenant-primary-elements-background-color-light, #FFF5E6);border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.dish-detail-modal-ingredient-btn:last-child:not(:disabled){background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.dish-detail-modal-ingredient-btn:last-child:not(:disabled):hover{background:var(--tenant-primary-elements-background-color-hover, #E67E00);border-color:var(--tenant-primary-elements-background-color-hover, #E67E00)}.dish-detail-modal-ingredient-btn:disabled{background:#e0e0e0;color:#999;border-color:#e0e0e0;cursor:not-allowed;opacity:1}.dish-detail-modal-ingredient-quantity{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#000;min-width:24px;text-align:center}.dish-detail-modal-footer{background:var(--tenant-app-background-color, #FFFFFF);padding:18px 24px;flex-shrink:0;margin-top:auto;display:flex;align-items:center;box-shadow:0 -4px 12px var(--tenant-shadow-color, rgba(0, 0, 0, .08))}.dish-detail-modal-footer-content{display:flex;align-items:center;justify-content:space-between;gap:0;max-width:502px;margin:0 auto;width:100%}.dish-detail-modal-footer-actions{display:flex;align-items:center;gap:20px}.dish-detail-modal-footer .dish-detail-modal-quantity-selector{display:flex;align-items:center;gap:12px}.dish-detail-modal-footer-price{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#000}.dish-detail-modal-footer-price--sale{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.dish-detail-modal-footer-price-original{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#a0aec0;text-decoration:line-through;text-decoration-thickness:1px}.dish-detail-modal-footer-price-final{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#c53030}.dish-detail-modal-add-to-cart-btn{padding:14px 32px;border-radius:8px;border:none;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);font-family:Inter,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.dish-detail-modal-add-to-cart-btn:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover, #E67E00)}.dish-detail-modal-add-to-cart-btn:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}@media(max-width:1199px){.dish-detail-modal-overlay{display:none}}.menu-desktop-container{width:100%;min-height:600px}.menu-desktop-wrapper{display:flex;gap:1.6rem;max-width:1400px;margin:0 auto;padding:0 2rem}.menu-desktop-sidebar{width:220px;flex-shrink:0;border-radius:12px;padding:2rem 0;position:sticky;top:2rem;align-self:flex-start;max-height:calc(100vh - 4rem);overflow-y:auto;overflow-x:hidden}.menu-desktop-sidebar-title{font-family:Inter,sans-serif;font-size:28px;font-weight:700;color:#000;margin:50px 0 1.5rem;padding:0 1rem}.menu-desktop-categories{display:flex;flex-direction:column;gap:.25rem;padding:0 .5rem;overflow-y:auto}.menu-desktop-categories::-webkit-scrollbar{width:6px}.menu-desktop-categories::-webkit-scrollbar-track{background:transparent}.menu-desktop-categories::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.menu-desktop-categories::-webkit-scrollbar-thumb:hover{background:#a0aec0}.menu-desktop-category-item{padding:.5rem .65rem;background:transparent;border:1px solid transparent;border-radius:4px;text-align:left;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#555760;cursor:pointer;transition:all .2s ease;position:relative;text-decoration:none;display:inline-block;width:fit-content}.menu-desktop-category-item:hover{color:#555760}.menu-desktop-category-item.active{background:transparent;border:1px solid #b6b6b6;border-radius:8px;font-weight:600;line-height:24px;color:#555760}.menu-desktop-category-item.active:before{display:none}.menu-desktop-content-list{flex:1;min-width:0;display:flex;flex-direction:column;gap:3rem;margin-top:120px;overflow-y:visible}.menu-desktop-header{display:flex;align-items:center;justify-content:flex-end;gap:2rem;height:50px}.menu-desktop-content-title{font-family:Inter,sans-serif;font-size:28px;font-weight:700;color:#000;margin:0}.menu-desktop-search-wrapper{position:relative;width:315px;display:flex;align-items:center}.menu-desktop-search-input{width:100%;height:44px;padding:.75rem 2.5rem;border:none;border-radius:8px;background:#f5f5f5;font-family:Inter,sans-serif;font-size:16px;color:#333;outline:none;transition:background-color .2s ease;box-sizing:border-box}.menu-desktop-search-input::placeholder{color:#999}.menu-desktop-search-input:focus{background:#ebebeb}.menu-desktop-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.menu-desktop-search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}.menu-desktop-search-clear:hover{opacity:1}.menu-desktop-category-section{scroll-margin-top:120px}.menu-desktop-category-title{font-family:Inter,sans-serif;font-size:22px;font-weight:500;color:#1a202c;padding-bottom:1rem;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.menu-desktop-category-title .menu-category-time-label{display:inline-block;padding:.25rem .5rem;background:#16a34a;color:#fff;font-size:12px;font-weight:600;border-radius:4px;white-space:nowrap}.menu-desktop-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.568rem}.menu-desktop-error,.menu-desktop-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#718096;gap:1.5rem}.menu-desktop-empty-icon{opacity:.6}.menu-desktop-error{color:#e53e3e}@media(min-width:1600px){.menu-desktop-items-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.menu-desktop-container{display:none}}.menu-item-mobile{background:var(--tenant-app-background-color, #FFFFFF);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001f;transition:box-shadow .2s ease;width:100%;height:120px}.menu-item-mobile:active{box-shadow:0 2px 6px #00000026}.menu-item-mobile-content{display:flex;gap:0;padding:0;height:100%;align-items:stretch}.menu-item-mobile-image-wrapper{width:120px;height:120px;flex-shrink:0;border-radius:12px 0 0 12px;overflow:hidden;background:#f5f5f5;position:relative}.menu-item-mobile-image{width:100%;height:100%;object-fit:cover}.menu-item-mobile-text{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;padding:.75rem .1rem .75rem .75rem;justify-content:flex-start}.menu-item-mobile-name{font-size:1rem;font-weight:700;color:#1a202c;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.menu-item-mobile-description{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#1a202c;margin:0;line-height:18px;max-height:36px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:0 0 auto}.menu-item-mobile-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.5rem;padding:.75rem .75rem .75rem 0rem;flex-shrink:0;min-width:fit-content}.menu-item-mobile-price{font-size:1rem;font-weight:700;color:#1a202c;white-space:nowrap;text-align:right}.menu-item-mobile-price--sale{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:normal;max-width:110px}.menu-item-mobile-price-original{display:block;font-size:.72rem;font-weight:500;color:#a0aec0;text-decoration:line-through}.menu-item-mobile-price-final{font-size:1rem;font-weight:700;color:inherit}.menu-item-mobile-price--sale .menu-item-mobile-price-final{color:#c53030}.menu-item-mobile-add-btn{width:40px;height:40px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, white);border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 4px #fb8c0033;transition:all .2s ease;padding:0}.menu-item-mobile-add-btn:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover, #e67e00);box-shadow:0 4px 8px #fb8c004d}.menu-item-mobile-add-btn:active:not(:disabled){transform:scale(.95)}.menu-item-mobile-add-btn:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}.menu-item-mobile-add-btn svg{display:block}.menu-mobile-container{width:100%;min-height:100vh}.menu-mobile-categories-wrapper{position:sticky;top:58px;z-index:50;padding:0;border-bottom:1px solid var(--tenant-border-color, #E0E0E0);background:var(--tenant-app-background-color, #ffffff);-webkit-transform:translateZ(0);backface-visibility:hidden}.menu-mobile-categories{display:flex;gap:0;padding:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain}.menu-mobile-categories::-webkit-scrollbar{height:6px}.menu-mobile-categories::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.menu-mobile-categories::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.menu-mobile-categories::-webkit-scrollbar-thumb:hover{background:#a0aec0}.menu-mobile-categories{scrollbar-width:thin;scrollbar-color:#CBD5E0 #F5F5F5}.menu-mobile-category-item{padding:.5rem .75rem;background:transparent;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#555760;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s ease;position:relative}.menu-mobile-category-item:hover{background:#0000000d}.menu-mobile-category-item.active{background:transparent;color:#555760;font-weight:700;border:1px solid #b6b6b6;box-shadow:0 2px 4px #0000001a;padding:.5rem}.menu-mobile-content{padding:1rem 1rem 0rem}.menu-mobile-category-section{margin-bottom:2rem;scroll-margin-top:128px}.menu-mobile-category-title{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#555760;margin:0 0 1rem;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.menu-category-time-label{display:inline-block;padding:.25rem .5rem;background:#16a34a;color:#fff;font-size:12px;font-weight:600;border-radius:4px;white-space:nowrap}.menu-mobile-items-list{display:flex;flex-direction:column;gap:1rem}.menu-mobile-error,.menu-mobile-empty{text-align:center;padding:3rem 2rem;color:#718096}.menu-mobile-error{color:#e53e3e}@media(min-width:1200px){.menu-mobile-container{display:none}}.cart-bar-mobile{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));background-color:#fff;box-shadow:none;display:flex;justify-content:center;align-items:center}.cart-bar-mobile-button{position:absolute;bottom:calc(1rem + env(safe-area-inset-bottom));left:1rem;right:1rem;height:50px;background:var(--tenant-primary-elements-background-color, #FB8C00);border:none;border-radius:8px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0 20px;color:var(--tenant-primary-buttons-text-color, white);transition:background-color .2s,transform .1s;box-sizing:border-box;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600}.cart-bar-mobile-button:active{background:var(--tenant-primary-elements-background-color-active, #F57C00);transform:scale(.98)}.cart-bar-mobile-left{display:flex;flex-direction:row;align-items:center;gap:.5rem;min-width:0;overflow:hidden}.cart-bar-mobile-items-count{font-size:1rem;font-weight:600;color:var(--tenant-primary-buttons-text-color, white);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-bar-mobile-price{font-size:1.125rem;font-weight:700;color:var(--tenant-primary-buttons-text-color, white);line-height:1.2}.cart-bar-mobile-right{display:flex;align-items:center;position:relative;padding-left:16px;flex-shrink:0}.cart-bar-mobile-right:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#ffffff4d}.cart-bar-mobile-text{font-size:1.125rem;font-weight:600;color:var(--tenant-primary-buttons-text-color, white);white-space:nowrap}@media(min-width:1200px){.cart-bar-mobile{display:none}}.cart-item-mobile{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--tenant-shadow-color, #E0E0E0)}.cart-item-mobile:last-child{border-bottom:none}.cart-item-mobile-image{width:100px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-item-mobile-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-mobile-name{font-size:16px;font-weight:500;color:#333;margin:0;line-height:1.4}.cart-item-mobile-description{font-size:12px;font-weight:300;color:#666;margin:0;line-height:1.4}.cart-item-mobile-controls{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:1rem}.cart-item-mobile-price{font-size:15px;font-weight:600;color:#333;white-space:nowrap}.cart-desktop-overlay{position:fixed;top:100px;left:0;right:0;bottom:0;background:#00000080;z-index:999}.cart-desktop{position:fixed;top:110px;width:560px;min-height:300px;max-height:620px;background:var(--tenant-app-background-color, #FFFFFF);box-shadow:0 8px 24px #00000026;border-radius:15px;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.cart-desktop-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #E0E0E0;flex-shrink:0}.cart-desktop-title{font-size:1.5rem;font-weight:600;color:#333;margin:0}.cart-desktop-close-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s,background-color .2s;border-radius:4px}.cart-desktop-close-btn:hover{color:#333;background-color:#f5f5f5}.cart-desktop-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.cart-desktop-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-desktop-items::-webkit-scrollbar{width:6px}.cart-desktop-items::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.cart-desktop-items::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.cart-desktop-items::-webkit-scrollbar-thumb:hover{background:#999}.cart-desktop-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1.5rem;color:#999;font-size:1.125rem}.cart-desktop-empty-icon{opacity:.6}.cart-desktop-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:2px solid #F0F0F0}.cart-desktop-item:last-child{border-bottom:none}.cart-desktop-item-image{width:100px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-desktop-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem;justify-content:space-between}.cart-desktop-item-name-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.cart-desktop-item-name{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#333;margin:0;flex:1}.cart-desktop-item-size{font-family:Inter,sans-serif;font-size:12px;font-weight:300;color:#666;margin:0;margin-top:-.25rem;margin-bottom:auto}.cart-desktop-quantity-controls{display:flex;align-items:center;gap:.75rem;background:#f6f6f6;border-radius:8px;padding:.25rem}.cart-desktop-quantity-btn{background:#fff;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;color:#333;transition:background-color .2s,transform .1s}.cart-desktop-quantity-btn:hover{background-color:#e0e0e0}.cart-desktop-quantity-btn:active{transform:scale(.95)}.cart-desktop-quantity-value{font-size:1rem;font-weight:500;color:#333;min-width:24px;text-align:center}.cart-desktop-item-price{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#333;align-self:flex-end;margin-top:auto;margin-right:0;transform:translate(calc(50% - 60px))}.cart-desktop-delivery-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--tenant-primary-message-background-color, #FFF3E0);border-top:1px solid var(--tenant-primary-message-border-color, #FFE0B2);border-bottom:1px solid var(--tenant-primary-message-border-color, #FFE0B2);flex-shrink:0}.cart-desktop-delivery-icon{flex-shrink:0}.cart-desktop-delivery-icon path{stroke:var(--tenant-primary-message-text-color, #FB8C00)!important}.cart-desktop-delivery-text{font-size:.875rem;color:var(--tenant-primary-message-text-color, #E65100);line-height:1.4}.cart-desktop-order-unavailable{padding:.875rem 1rem;margin:0 1.5rem 1.25rem;background:#fff5e6;border:1px solid #FB8C00;border-radius:8px;color:#e65100;font-size:.9375rem;font-weight:500}.cart-desktop-footer{padding:1.5rem;border-top:1px solid #E0E0E0;flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.cart-desktop-total{display:flex;align-items:center;gap:.5rem}.cart-desktop-total-label{font-size:1.125rem;font-weight:500;color:#333}.cart-desktop-total-price{font-size:1.125rem;font-weight:700;color:#333}.cart-desktop-checkout-btn{width:212px;height:44px;padding:0;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;white-space:nowrap;display:flex;align-items:center;justify-content:center}.cart-desktop-checkout-btn:hover{background:var(--tenant-primary-elements-background-color-hover, #F57C00)}.cart-desktop-checkout-btn:active{transform:scale(.98)}.cart-desktop-checkout-btn:disabled{background:#ccc;cursor:not-allowed}body.cart-open{overflow-y:scroll}body.cart-open .main-content{pointer-events:none}body.cart-open .main-content .checkout-page{pointer-events:auto}body.cart-open .footer-desktop,body.cart-open .footer-mobile{pointer-events:none}.header-desktop-overlay{position:fixed;top:0;left:0;right:0;height:100px;background:#00000080;z-index:1000;pointer-events:none}body.cart-open .header-desktop{position:sticky;top:15px}body.cart-open .header-desktop .header-desktop-content{position:relative;z-index:1002}.header-mobile{background:var(--tenant-app-background-color, #fff);box-shadow:-4px 0 12px var(--tenant-shadow-color, rgba(171, 190, 209, .05)),4px 0 12px var(--tenant-shadow-color, rgba(171, 190, 209, .05)),0 4px 12px var(--tenant-shadow-color, rgba(171, 190, 209, .05));border-radius:0 0 10px 10px;position:sticky;top:0;z-index:100;display:none!important;height:58px;border-bottom:1px solid var(--tenant-border-color, #E0E0E0);-webkit-transform:translateZ(0);backface-visibility:hidden}@media(max-width:1199px){.header-mobile{display:block!important}}.header-mobile-content{padding:0 1rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.header-mobile-left-section{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.header-mobile-right-section{display:flex;align-items:center;gap:13px;flex-shrink:0}.header-mobile-icon-wrapper{display:flex;align-items:center;flex-shrink:0;margin-left:0}.header-mobile-icon{width:60px;height:37px;object-fit:contain}.header-mobile-text{font-size:1.25rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-mobile-action-btn{background:var(--tenant-header-buttons-background-color, #F6F6F6);border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s,transform .1s;flex-shrink:0}.header-mobile-action-btn:hover{background:#e8e8e8}.header-mobile-action-btn:active{transform:scale(.95);background:#ddd}.header-mobile-action-btn svg{display:block}.header-mobile-action-btn svg rect{fill:var(--tenant-header-buttons-background-color, #F6F6F6)!important}.header-mobile-action-btn svg path{fill:var(--tenant-header-buttons-icon-color, black)!important}.header-mobile-profile-btn-logged-in{background:var(--tenant-primary-elements-background-color, #FB8C00)!important}.header-mobile-profile-btn-logged-in:hover{background:var(--tenant-primary-elements-background-color-hover, #E67E00)!important}.header-mobile-profile-btn-logged-in:active{background:var(--tenant-primary-elements-background-color-active, #D67000)!important}.header-mobile-profile-btn-logged-in svg rect{fill:transparent!important;stroke:transparent!important}.header-mobile-profile-btn-logged-in svg path{fill:var(--tenant-primary-buttons-text-color, #FFFFFF)!important;fill-opacity:1!important}.header-mobile-back-btn{width:40px;height:40px;border-radius:8px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s,transform .1s;flex-shrink:0}.header-mobile-back-btn:hover{background:var(--tenant-primary-elements-background-color-hover, #E67E00)}.header-mobile-back-btn:active{transform:scale(.95);background:var(--tenant-primary-elements-background-color-active, #D67000)}.header-mobile-back-btn svg{display:block}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:mobileMenuFadeIn .3s ease-out;touch-action:none;overflow:hidden}@keyframes mobileMenuFadeIn{0%{opacity:0}to{opacity:1}}.mobile-side-menu{position:fixed;top:0;left:100%;width:100%;height:100vh;height:100dvh;max-height:-webkit-fill-available;background:var(--tenant-app-background-color, #fff);z-index:1000;display:flex;flex-direction:column;transition:left .3s ease-out;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.mobile-side-menu-open{left:0}.mobile-side-menu-header{padding:1rem;display:flex;justify-content:flex-end;align-items:flex-start;padding-top:calc(env(safe-area-inset-top,0px) + 1rem);min-height:58px}.mobile-side-menu-close-btn{width:40px;height:40px;border:none;background:var(--tenant-header-buttons-background-color, #F2F2F2);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;border-radius:8px;transition:background-color .2s}.mobile-side-menu-close-btn:hover{background:#e8e8e8}.mobile-side-menu-close-btn:active{background:#ddd}.mobile-side-menu-close-btn svg path{stroke:var(--tenant-header-buttons-icon-color, black)!important}.mobile-side-menu-content{flex:1;padding:0;display:flex;flex-direction:column;padding-top:.5rem}.mobile-side-menu-item{width:calc(100% - 2rem);height:44px;padding:0 1.5rem;background:#f2f2f2;border:none;text-align:center;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#000;cursor:pointer;transition:background-color .2s;margin:.5rem 1rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.mobile-side-menu-item:hover{background:#e8e8e8}.mobile-side-menu-item:active{background:#ddd}.mobile-side-menu-login{background:#f2f2f2!important;color:#000!important;font-family:Inter,sans-serif;font-weight:500;font-size:16px;text-align:center;height:44px;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px}.mobile-side-menu-login:hover{background:#e8e8e8!important}.mobile-side-menu-login:active{background:#ddd!important}.mobile-side-menu-order-section{padding:0 1rem;margin-top:.5rem}.mobile-side-menu-order-btn{width:100%;height:80px;padding:1rem 1.5rem;background:#f6f6f6;border:none;border-radius:8px;text-align:center;cursor:pointer;transition:background-color .2s;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-side-menu-order-btn:hover{background:#e8e8e8}.mobile-side-menu-order-btn:active{background:#ddd}.mobile-side-menu-order-text{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#000;margin-bottom:.5rem;text-align:center}.mobile-side-menu-order-phone{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#000;text-align:center}.mobile-side-menu-footer{padding:1rem 0;border-top:1px solid #E0E0E0}.mobile-side-menu-logout{margin:.5rem 1rem}.footer-desktop{color:#333;display:block!important;margin-top:4rem}@media(max-width:1199px){.footer-desktop{display:none!important}}.footer-desktop-content{max-width:1440px;margin:0 auto;padding:0 2rem}.footer-desktop-icon-container{display:flex;align-items:center;flex-shrink:0}.footer-desktop-icon{width:200px;height:70px;object-fit:contain}.footer-desktop-main{display:grid;gap:3rem;margin-bottom:0;align-items:start;width:100%}.footer-desktop-main-with-map{grid-template-columns:1fr 1fr 1fr 1.5fr}.footer-desktop-main-equal{grid-template-columns:1fr 1fr 1fr 1fr}.footer-desktop-column{display:flex;flex-direction:column}.footer-desktop-section{display:flex;flex-direction:column;width:100%;margin-top:0;padding-top:0}.footer-desktop-section-title{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#333;margin:0;padding-bottom:.5rem;min-height:1.75rem;line-height:1.75rem;height:1.75rem}.footer-desktop-address{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#333;line-height:1.6;margin:0;margin-top:.75rem}.footer-desktop-phones{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.footer-desktop-phone{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#333;text-decoration:none;transition:color .2s}.footer-desktop-phone:hover{color:#007bff}.footer-desktop-working-hours-wrapper{width:fit-content;max-width:280px;margin-top:.75rem}.footer-desktop-working-hours{display:flex;flex-direction:column;gap:.2rem}.footer-desktop-day-row{display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-weight:400;color:#333;gap:.75rem}.footer-desktop-day-current{font-weight:600}.footer-desktop-day-name{flex:0 0 auto;min-width:90px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:22px;letter-spacing:0}.footer-desktop-day-name-current{font-weight:600}.footer-desktop-day-time{flex:0 0 auto;margin-left:0;text-align:right}.footer-desktop-day-closed{color:#999;font-style:italic}.footer-desktop-social{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.footer-desktop-social-link{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#333;text-decoration:none;transition:color .2s;width:fit-content}.footer-desktop-social-link:hover{color:#007bff}.footer-desktop-social-icon{width:20px;height:20px;flex-shrink:0;display:block}.footer-desktop-nav{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.footer-desktop-nav-link{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#333;text-decoration:none;transition:color .2s;width:fit-content}.footer-desktop-nav-link:hover{color:#007bff}.footer-desktop-apps{display:flex;flex-direction:row;gap:1rem;margin-top:.75rem}.footer-desktop-app-link{display:inline-block;text-decoration:none;transition:opacity .2s;width:120px;height:40px;flex-shrink:0}.footer-desktop-app-link:hover{opacity:.8}.footer-desktop-app-badge{height:100%;width:100%;display:block;object-fit:contain}.footer-desktop-map-container{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-top:.75rem;box-shadow:0 2px 8px #0000001a}.footer-desktop-map{width:100%;height:100%;border:none}.footer-desktop-content-splitter{width:100%;height:1px;background:var(--tenant-shadow-color, #E0E0E0);margin:0 0 2rem;padding:0;display:block;flex-shrink:0}.footer-desktop-bottom{padding:1.5rem 0;margin-top:2rem;border-top:1px solid var(--tenant-shadow-color, #E0E0E0);display:flex;align-items:center}.footer-desktop-bottom-content{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem;width:100%}.footer-desktop-bottom-column{display:flex;align-items:center}.footer-desktop-bottom-column:first-child{justify-content:flex-start}.footer-desktop-bottom-column:nth-child(2){justify-content:center}.footer-desktop-bottom-column:last-child{justify-content:center}.footer-desktop-copyright{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#666;margin:0}.footer-desktop-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-desktop-link{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#666;text-decoration:none;text-underline-offset:3px;transition:color .2s,text-decoration-color .2s}.footer-desktop-link:hover{color:#333;text-decoration:underline}.footer-desktop-made-by{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#666;margin:0}.footer-desktop-made-by-link{color:#666;text-decoration:none;transition:color .2s}.footer-desktop-made-by-link:hover{color:#333}.footer-desktop-made-by-link strong{font-weight:600}@media(max-width:1400px){.footer-desktop-main{gap:2rem}}@media(max-width:1200px){.footer-desktop-main{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-desktop-map-container{height:250px}}.footer-mobile{color:#333;display:none!important;padding:0;box-shadow:0 -2px 8px #0000000d}@media(max-width:1199px){.footer-mobile{display:block!important}.main-content:has(.dish-detail-page-mobile)~.footer-mobile{display:none!important}}.footer-mobile-content{width:100%;padding:0}.footer-mobile-app-section{background:#fff;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-mobile-promo-image-wrapper{width:100%;max-width:400px;display:flex;justify-content:center;align-items:center}.footer-mobile-promo-image{width:100%;height:auto;max-width:100%;object-fit:contain;display:block}.footer-mobile-phones{position:relative;display:flex;align-items:center;justify-content:center;height:300px;width:100%;max-width:400px}.footer-mobile-phone{position:absolute;width:160px;height:320px;background:#1a1a1a;border-radius:28px;padding:6px;box-shadow:0 8px 24px #00000040;border:2px solid #2a2a2a}.footer-mobile-phone-front{z-index:2;left:50%;transform:translate(-60%)}.footer-mobile-phone-back{z-index:1;left:50%;transform:translate(-40%);opacity:.7}.footer-mobile-phone-screen{width:100%;height:100%;background:#fff;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;position:relative}.footer-mobile-phone-screen:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:20px;background:#1a1a1a;border-radius:0 0 12px 12px;z-index:1}.footer-mobile-phone-status-bar{display:flex;justify-content:space-between;align-items:center;padding:24px 12px 8px;font-size:11px;font-weight:600;color:#000;background:#fff;position:relative;z-index:2}.footer-mobile-phone-icons{display:flex;gap:6px;align-items:center}.footer-mobile-phone-wifi,.footer-mobile-phone-battery{display:inline-block;width:16px;height:10px;background:#000;border-radius:2px;position:relative}.footer-mobile-phone-wifi:before{content:"";position:absolute;top:2px;left:2px;width:8px;height:6px;border:1px solid #000000;border-top:none;border-radius:0 0 4px 4px}.footer-mobile-phone-battery{width:20px;height:10px;border:1px solid #000000;border-radius:2px;background:transparent}.footer-mobile-phone-battery:after{content:"";position:absolute;right:-3px;top:3px;width:2px;height:4px;background:#000;border-radius:0 1px 1px 0}.footer-mobile-phone-content{flex:1;padding:12px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.footer-mobile-phone-header{font-size:13px;font-weight:600;color:#333;display:flex;align-items:center;gap:4px;padding-bottom:8px;border-bottom:1px solid #E0E0E0}.footer-mobile-phone-tabs{display:flex;gap:12px;padding:8px 0}.footer-mobile-phone-tab{font-size:11px;color:#666;padding:4px 0;cursor:pointer;position:relative}.footer-mobile-phone-tab.active{color:#333;font-weight:600}.footer-mobile-phone-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#333}.footer-mobile-app-cta{text-align:center;display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:400px}.footer-mobile-app-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0;line-height:1.2}.footer-mobile-app-subtitle{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#666;margin:0;line-height:1.4}.footer-mobile-app-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-top:.5rem}.footer-mobile-app-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .2s;width:135px;height:45px;flex-shrink:0}.footer-mobile-app-button:hover{opacity:.8}.footer-mobile-app-button img{height:100%;width:auto;max-width:100%;display:block;object-fit:contain}.footer-mobile-app-button-google{height:50px;width:142px}.footer-mobile-section{padding:1.5rem 1rem;border-top:1px solid var(--tenant-shadow-color, #E0E0E0)}.footer-mobile-info-item{margin-bottom:1.5rem}.footer-mobile-info-item:last-child{margin-bottom:0}.footer-mobile-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#333;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.footer-mobile-value{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#333;margin:0;line-height:1.5}.footer-mobile-phones-list{display:flex;flex-direction:column;gap:.5rem}.footer-mobile-phone-link{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#333;text-decoration:none;transition:color .2s}.footer-mobile-phone-link:hover{color:#007bff}.footer-mobile-schedule{display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-mobile-schedule-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#333;cursor:pointer;padding:0;transition:color .2s}.footer-mobile-schedule-toggle:hover{color:#007bff}.footer-mobile-schedule-icon{transition:transform .3s;color:currentColor}.footer-mobile-schedule-icon.expanded{transform:rotate(180deg)}.footer-mobile-schedule-list{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--tenant-shadow-color, #E0E0E0);display:flex;flex-direction:column;gap:.75rem}.footer-mobile-schedule-day{display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#333;gap:1rem}.footer-mobile-schedule-day.current{font-weight:600}.footer-mobile-schedule-day-name{flex:0 0 auto;min-width:100px}.footer-mobile-schedule-day-time{flex:0 0 auto;text-align:right}.footer-mobile-schedule-day-time.closed{color:#999;font-style:italic}.footer-mobile-nav-links{display:flex;flex-direction:column;gap:.5rem}.footer-mobile-nav-link{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#333;text-decoration:none;transition:color .2s}.footer-mobile-nav-link:hover{color:#007bff}.footer-mobile-social{display:flex;gap:1rem;align-items:center}.footer-mobile-social-link{display:inline-block;width:32px;height:32px;text-decoration:none;transition:opacity .2s}.footer-mobile-social-link:hover{opacity:.7}.footer-mobile-social-link img{width:100%;height:100%;display:block;object-fit:contain}.footer-mobile-map-container{width:100%;height:250px;border-radius:8px;overflow:hidden;margin-top:.5rem;box-shadow:0 2px 8px #0000001a}.footer-mobile-map{width:100%;height:100%;border:none}.footer-mobile-links-section{padding:1.25rem 1rem;border-top:1px solid var(--tenant-shadow-color, #E0E0E0);background:var(--tenant-app-background-color, #ffffff)}.footer-mobile-links{display:flex;flex-direction:column;gap:.75rem;align-items:center}.footer-mobile-link{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#666;text-decoration:none;text-underline-offset:3px;transition:color .2s,text-decoration-color .2s}.footer-mobile-link:hover{color:#333;text-decoration:underline}.footer-mobile-made-by-section{padding:1.25rem 1rem;border-top:1px solid var(--tenant-shadow-color, #E0E0E0);text-align:center}.footer-mobile-made-by{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#666;margin:0}.footer-mobile-made-by-link{color:#666;text-decoration:none;transition:color .2s}.footer-mobile-made-by-link:hover{color:#333}.footer-mobile-made-by-link strong{font-weight:600}.footer-mobile-bottom-spacer{height:60px;width:100%}@media(max-width:480px){.footer-mobile-app-section{padding:1.5rem 1rem}.footer-mobile-phones{height:250px}.footer-mobile-phone{width:140px;height:280px}.footer-mobile-app-title{font-size:1.25rem}.footer-mobile-app-subtitle{font-size:.8125rem}.footer-mobile-app-buttons{flex-direction:row;align-items:center}.footer-mobile-app-button{width:135px;height:45px}.footer-mobile-app-button-google{height:50px;width:142px}.footer-mobile-section{padding:1.25rem 1rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.special-offers-container{width:100%;padding:1.5rem 0 0;overflow-x:hidden;overflow-y:visible}@media(min-width:1200px){.special-offers-container{max-width:1600px;margin:0 auto;padding:calc(1.5rem + 20px) 0 0 0}}.special-offers-loading{text-align:center;padding:2rem;color:#4a5568}.special-offers-swiper{width:100%;margin:0 auto;padding-bottom:0;padding-top:0;overflow-x:hidden;overflow-y:visible}.special-offers-swiper .swiper-slide{display:flex;justify-content:center;align-items:center;padding-top:0;margin-top:0}.special-offer-card{width:94%;max-width:1100px;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 4px 6px #0000001a;background:#fff;aspect-ratio:2.25 / 1}.special-offer-card:hover{transform:none;box-shadow:0 4px 6px #0000001a}.special-offer-image{width:100%;height:100%;object-fit:cover;display:block}.special-offer-background{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.special-offer-background-placeholder{background:linear-gradient(135deg,#667eea,#764ba2)}.special-offers-swiper .swiper-pagination{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);width:auto!important;display:flex;justify-content:center;align-items:center;gap:.25rem;z-index:5;padding:.25rem .4rem;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.special-offers-swiper .swiper-pagination-bullet{width:.7cm;height:6px;background:#fff;opacity:1;transition:all .3s ease;border-radius:999px;cursor:pointer;margin:0!important}.special-offers-swiper .swiper-pagination-bullet:hover{background:#00000061}.special-offers-swiper .swiper-pagination-bullet-active{background:var(--tenant-primary-elements-background-color, #ff6b35);width:2cm;height:6px;box-shadow:0 2px 4px #ff6b3566}.special-offer-item{display:flex;flex-direction:column;width:559px;aspect-ratio:600 / 300;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.special-offer-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.special-offer-item-image{position:relative;width:100%;height:100%;overflow:hidden;background:#f0f0f0}.special-offer-item-img{width:100%;height:100%;object-fit:cover;display:block}.special-offer-item-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}@media(max-width:1199px){.special-offer-item{width:100%;max-width:559px;aspect-ratio:600 / 300}}.body-desktop{display:block!important;width:100%}@media(max-width:1199px){.body-desktop{display:none!important}}.body-desktop-special-offers{width:100%}.body-desktop-special-offers .special-offers-container{border-bottom:none}.body-desktop-menu{width:100%}.body-desktop-menu .menu-container{background:transparent}.body-mobile{display:none!important;width:100%}@media(max-width:1199px){.body-mobile{display:block!important}}.body-mobile-special-offers{width:100%}.body-mobile-special-offers .special-offers-container{border-bottom:none}.body-mobile-menu{width:100%}.body-mobile-menu .menu-container{background:transparent}.app{min-height:100vh;display:flex;flex-direction:column;background-color:var(--tenant-app-background-color)}.main-content{flex:1;min-height:0;width:100%}.restaurant-address{margin:1rem 0 2rem;color:#4a5568}.address-line{margin:.5rem 0;font-size:1.1rem}.restaurant-content{padding:5rem 0;background:#fff}.restaurants-list-page{min-height:100vh;padding:2rem 1rem;background-color:#f5f5f5}.restaurants-list-container{max-width:800px;margin:0 auto}.restaurants-list-title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#333}.restaurants-list{display:flex;flex-direction:column;gap:1rem}.restaurant-card{background:#fff;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0}.restaurant-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026;border-color:#667eea}.restaurant-card-content{flex:1}.restaurant-card-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#333}.restaurant-card-address{font-size:.9rem;color:#666;margin:0}.restaurant-card-arrow{font-size:1.5rem;color:#667eea;margin-left:1rem}@media(max-width:768px){.restaurants-list-page{padding:1rem}.restaurants-list-title{font-size:1.5rem;margin-bottom:1.5rem}.restaurant-card{padding:1rem}.restaurant-card-title{font-size:1.1rem}.restaurant-card-address{font-size:.85rem}}.profile-data{max-width:48rem;width:100%}.profile-data-title{font-family:inherit;font-size:1.5rem;font-weight:700;color:#1c1917;margin:0 0 2rem;line-height:1.5}.profile-data-loading{padding:0 2rem 2rem;text-align:center;color:#57534e;margin-top:0}.profile-data-error{padding:.75rem 1rem;background:#fef2f2;color:#dc2626;border-radius:.75rem;margin-bottom:1rem;font-size:.875rem}.profile-data-success{padding:.75rem 1rem;background:#f0fdf4;color:#16a34a;border-radius:.75rem;margin-bottom:1rem;font-size:.875rem}.profile-data-form{display:flex;flex-direction:column;gap:1rem;margin-top:0}.profile-data-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.profile-data-field{display:flex;flex-direction:column}.profile-data-label{font-size:.875rem;font-weight:500;color:#1c1917;margin-bottom:.5rem}.profile-data-required{color:#dc2626;margin-left:.125rem}.profile-data-field-error{display:block;font-size:.8125rem;color:#dc2626;margin-top:.375rem}.profile-data-input-error{box-shadow:0 0 0 2px #dc2626}.profile-data-input-error:focus{box-shadow:0 0 0 2px #dc2626}.profile-data-input{width:100%;padding:.875rem 1.25rem;border:none;border-radius:.75rem;font-size:1rem;font-family:inherit;color:#1c1917;background:var(--tenant-input-background-color, #f5f5f4);transition:background .2s,box-shadow .2s;box-sizing:border-box}.profile-data-input::placeholder{color:#a8a29e}.profile-data-input:focus{outline:none;background:#fff;box-shadow:0 0 0 2px var(--tenant-primary-elements-background-color)}.profile-data-input:disabled{background:var(--tenant-input-background-color, #f5f5f4);color:#57534e;cursor:not-allowed;opacity:.85}.profile-data-input-disabled{background:var(--tenant-input-background-color, #f5f5f4);color:#57534e;cursor:not-allowed}.profile-data-submit{padding:.875rem 3rem;margin-top:1rem;background:var(--tenant-primary-elements-background-color);color:var(--tenant-primary-buttons-text-color);border:none;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;align-self:center;box-shadow:0 4px 14px 0 var(--tenant-shadow-color, rgba(0, 0, 0, .1))}.profile-data-submit:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover)}.profile-data-submit:active:not(:disabled){transform:scale(.98)}.profile-data-submit:disabled{opacity:.6;cursor:not-allowed}.profile-data-submit.profile-data-submit-looks-disabled{opacity:.6;cursor:not-allowed}.profile-data-submit.profile-data-submit-looks-disabled:hover{background:var(--tenant-primary-elements-background-color)}.profile-data-submit.profile-data-submit-looks-disabled:active{transform:none}@media(max-width:768px){.profile-data-row{grid-template-columns:1fr}.profile-data-title{font-size:1.25rem;margin-bottom:1.5rem}}.order-history{max-width:48rem;width:100%}.order-history-title{font-family:inherit;font-size:1.5rem;font-weight:700;color:#1c1917;margin:0 0 2rem;line-height:1.5}.order-history-loading,.order-history-error{padding:2rem;text-align:center}.order-history-error{color:#dc2626;background:#fef2f2;border-radius:.75rem;padding:1rem}.order-history-empty{padding:0 1rem 3rem;text-align:center;color:#57534e;margin-top:0}.order-history-empty-title{font-size:1.125rem;font-weight:500;margin:0 0 .5rem;color:#1c1917}.order-history-empty-description{font-size:.875rem;margin:0;color:#57534e}.order-history-list{display:flex;flex-direction:column;gap:0;margin-top:0}.order-history-date-header{font-size:1rem;font-weight:600;color:#1c1917;padding:0 0 .75rem;margin-bottom:.5rem;margin-top:0}.order-history-date-header:first-child{padding-top:0}.order-history-item{background:#fff;border:1px solid var(--tenant-border-color, #e7e5e4);border-radius:1rem;overflow:hidden;margin-bottom:1rem;cursor:pointer;transition:box-shadow .2s,border-color .2s}.order-history-item:hover{border-color:var(--tenant-input-border-color, #d6d3d1);box-shadow:0 1px 3px #00000014}.order-history-item-top{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem;margin-bottom:0}.order-history-item-left{flex:1;min-width:0}.order-history-item-number{font-family:inherit;font-size:1.125rem;font-weight:700;color:#1c1917;margin-bottom:.25rem}.order-history-item-status{font-family:inherit;font-size:.875rem;font-weight:400;color:#57534e;margin-bottom:.75rem}.order-history-item-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.order-history-item-reorder,.order-history-item-expand{background:transparent;border:none;cursor:pointer;padding:.5rem;color:#78716c;transition:color .2s;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem}.order-history-item-reorder svg{display:block}.order-history-item-reorder:hover:not(:disabled){color:var(--tenant-primary-elements-background-color)}.order-history-item-reorder:disabled{opacity:.5;cursor:not-allowed}.order-history-item-expand{color:inherit}.order-history-item-expand svg{transition:transform .2s ease}.order-history-item-expand.expanded svg{transform:rotate(180deg)}.order-history-item-expand:hover{color:#1c1917}.order-history-item-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;padding:0 1.25rem 1.25rem}.order-history-item-description{font-family:inherit;font-size:.875rem;font-weight:400;color:#44403c;line-height:1.5;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.order-history-item-price{font-size:1.125rem;font-weight:700;color:var(--tenant-primary-elements-background-color);white-space:nowrap;flex-shrink:0}.order-history-item-details{padding:0 1.25rem 1.25rem;border-top:1px solid var(--tenant-input-background-color, #f5f5f4);display:flex;flex-direction:column;gap:0}.order-history-item-detail{display:flex;align-items:center;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--tenant-input-background-color, #f5f5f4)}.order-history-item-detail:last-child{border-bottom:none}.order-history-item-detail-image{width:5rem;height:5rem;object-fit:cover;border-radius:.75rem;flex-shrink:0;background:var(--tenant-input-background-color, #e7e5e4)}.order-history-item-detail-info{flex:1;min-width:0}.order-history-item-detail-name{font-family:inherit;font-size:1rem;font-weight:600;color:#1c1917;margin-bottom:.25rem}.order-history-item-detail-size{font-family:inherit;font-size:.875rem;font-weight:400;color:#57534e}.order-history-item-detail-price{font-size:1rem;font-weight:700;color:#1c1917;white-space:nowrap;flex-shrink:0}.order-history-item-detail-price--sale{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.order-history-item-detail-price-original{font-size:.8125rem;font-weight:500;color:#a8a29e;text-decoration:line-through;text-decoration-thickness:1px}.order-history-item-detail-price-final{font-size:1rem;font-weight:700;color:inherit}.order-history-item-detail-price--sale .order-history-item-detail-price-final{color:#c53030}@media(max-width:768px){.order-history-title{font-size:1.25rem;margin-bottom:1.5rem}.order-history-item{padding:0}.order-history-item-top{padding:1rem}.order-history-item-bottom{flex-direction:column;align-items:flex-start;gap:.5rem;padding:0 1rem 1rem}.order-history-item-price{align-self:flex-end}.order-history-item-details{padding:0 1rem 1rem}.order-history-item-detail{gap:.75rem;padding:1rem 0}.order-history-item-detail-image{width:4.5rem;height:4.5rem}}.address-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.address-form-modal{background:var(--tenant-app-background-color, #fff);border-radius:1rem;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.address-form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;position:relative;min-height:40px}.address-form-title{margin:0;font-size:1.25rem;font-weight:600;line-height:1;color:var(--tenant-app-text-color, #1c1917);flex:1;min-width:0;text-align:center;display:flex;align-items:center;justify-content:center;height:40px}.address-form-close{background:var(--tenant-header-buttons-background-color, transparent);border:none;cursor:pointer;padding:.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#000;border-radius:8px;transition:opacity .2s}.address-form-close:hover{opacity:.6}.address-form-close:active{opacity:.4}.address-form-close svg path{stroke:var(--tenant-header-buttons-icon-color, currentColor)!important}.address-form-body{padding:1.5rem;overflow-y:auto;flex:1}.address-form-field{margin-bottom:1rem}.address-form-field label{display:block;font-size:.875rem;font-weight:500;color:var(--tenant-app-text-color, #1c1917);margin-bottom:.5rem}.address-form-field input,.address-form-field textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--tenant-input-border-color, #e7e5e4);border-radius:.75rem;font-size:16px;font-family:inherit;color:var(--tenant-app-text-color, #1c1917);background:var(--tenant-input-background-color, #fff);transition:border-color .2s;box-sizing:border-box}.address-form-field input:focus,.address-form-field textarea:focus{outline:none;border-color:var(--tenant-primary-elements-background-color);box-shadow:0 0 0 2px var(--tenant-primary-message-background-color, rgba(0, 0, 0, .05))}.address-form-field input.error,.address-form-field textarea.error{border-color:#dc2626}.address-form-error{display:block;font-size:.75rem;color:#dc2626;margin-top:.25rem}.address-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.address-form-footer{display:flex;gap:1rem;padding:1.5rem}.address-form-cancel,.address-form-save{flex:1;padding:.875rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;font-family:inherit}.address-form-cancel{background:var(--tenant-input-background-color, #f5f5f4);color:#1c1917}.address-form-cancel:hover{background:#e7e5e4}.address-form-save{background:var(--tenant-primary-elements-background-color);color:var(--tenant-primary-buttons-text-color)}.address-form-save:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover)}.address-form-save:disabled{opacity:.6;cursor:not-allowed}@media(min-width:769px){.address-form-header{justify-content:center}.address-form-close{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}}@media(max-width:768px){.address-form-row{grid-template-columns:1fr}.address-form-modal{max-height:88vh}}.addresses{max-width:48rem;width:100%}.addresses-title{font-family:inherit;font-size:1.5rem;font-weight:700;color:#1c1917;margin:0 0 2rem;line-height:1.5}.addresses-loading,.addresses-error{padding:2rem;text-align:center}.addresses-error{color:#dc2626;background:#fef2f2;border-radius:.75rem;padding:1rem}.addresses-retry{margin-top:1rem;padding:.5rem 1rem;background:var(--tenant-primary-elements-background-color);color:var(--tenant-primary-buttons-text-color);border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}.addresses-retry:hover{background:var(--tenant-primary-elements-background-color-hover)}.addresses-empty{padding:0 1rem 3rem;text-align:center;color:#57534e;margin-top:0}.addresses-empty-title{font-size:1.125rem;font-weight:500;margin:0 0 .5rem;color:#1c1917}.addresses-empty-description{font-size:.875rem;margin:0;color:#57534e}.addresses-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.address-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;background:#fff;border:1px solid var(--tenant-border-color, #e7e5e4);border-radius:1rem;padding:1.25rem;cursor:pointer;transition:border-color .2s,box-shadow .2s;outline:none}.address-item:hover{border-color:#d6d3d1}.address-item:focus-visible{box-shadow:0 0 0 2px var(--tenant-primary-elements-background-color)}.address-item.selected{border-color:var(--tenant-primary-elements-background-color);box-shadow:0 0 0 2px var(--tenant-primary-message-background-color, rgba(0, 0, 0, .08))}.address-item-content{flex:1;min-width:0}.address-item-name{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem;flex-wrap:wrap}.address-item-name-text{font-family:inherit;font-size:1rem;font-weight:600;color:#1c1917}.address-item-full{font-family:inherit;font-size:.875rem;color:#57534e;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.address-item-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.address-item-edit,.address-item-delete{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;transition:color .2s,background .2s;color:#78716c;flex-shrink:0}.address-item-edit:hover{color:#44403c;background:var(--tenant-input-background-color, #f5f5f4)}.address-item-delete:hover{color:#dc2626;background:#fef2f2}.address-item-edit svg,.address-item-delete svg{display:block;width:1.125rem;height:1.125rem}.addresses-add-button{width:max-content;margin-top:1rem;margin-left:auto;margin-right:auto;padding:.875rem 3rem;background:var(--tenant-primary-elements-background-color);color:var(--tenant-primary-buttons-text-color);border:none;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;box-shadow:0 4px 14px 0 var(--tenant-shadow-color, rgba(0, 0, 0, .1))}.addresses-add-icon{flex-shrink:0}.addresses-add-button:hover{background:var(--tenant-primary-elements-background-color-hover)}.addresses-add-button:active{transform:scale(.98)}@media(max-width:768px){.addresses-title{font-size:1.25rem;margin-bottom:1.5rem}}.favorites{max-width:600px;width:100%}.favorites-wrapper,.favorites-spacer{display:none}.favorites-content{width:100%}.favorites-title{font-family:inherit;font-size:1.5rem;font-weight:700;color:#1c1917;margin:0 0 2rem;line-height:1.5}.favorites-empty{padding:0 1rem 3rem;text-align:center;color:#57534e;margin-top:0}.favorites-grid-desktop{display:none}.favorites-grid-mobile{display:flex;flex-direction:column;gap:1rem;margin-top:0}@media(min-width:1200px){.favorites{width:100%;max-width:none}.favorites-wrapper{display:block;max-width:1400px;margin:0 auto;padding:0 2rem}.favorites-content{width:100%;display:flex;flex-direction:column;margin-top:0}.favorites-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin:0 0 2rem;line-height:1.5}.favorites-grid-desktop{display:grid;margin-top:0}.favorites-grid-mobile{display:none}}@media(min-width:1600px){.favorites-grid-desktop{grid-template-columns:repeat(3,1fr)}}.profile-page{padding:3rem 0;background:var(--tenant-app-background-color, #fff)}.profile-page-loading{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#57534e;font-size:1rem}.profile-page-container{max-width:1440px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.profile-page-container{flex-direction:row;gap:4rem;padding:0 1.5rem}}.profile-sidebar{width:100%;flex-shrink:0}@media(min-width:1024px){.profile-sidebar{width:16rem}}.profile-nav{display:flex;flex-direction:column;gap:.25rem}.profile-nav-item{padding:.75rem 1.25rem;background:transparent;border:none;border-radius:.5rem;text-align:left;font-size:.875rem;font-weight:500;color:#57534e;cursor:pointer;transition:color .2s,background .2s;font-family:inherit}.profile-nav-item:hover{background:var(--tenant-input-background-color, #f5f5f4);color:#1c1917}.profile-nav-item.active{background:var(--tenant-input-background-color, #f5f5f4);color:#1c1917;font-weight:600}.profile-nav-logout{margin-top:1rem;padding-top:.5rem;color:#dc2626}.profile-nav-logout:hover{background:#fef2f2;color:#dc2626}.profile-content{flex:1;min-width:0}@media(max-width:767px){.profile-sidebar{display:none}.profile-page-container{gap:0}}.cart-page-mobile{display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.cart-page-mobile-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding-bottom:100px}.cart-page-mobile-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0;padding:1rem 1rem .75rem;text-align:left}.cart-page-mobile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:1.5rem;color:#999;font-size:1.125rem;min-height:50vh}.cart-page-mobile-empty-icon{opacity:.6}.cart-page-mobile-items{padding:1rem;display:flex;flex-direction:column;gap:1rem}.cart-page-mobile-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #F0F0F0}.cart-page-mobile-item:last-child{border-bottom:none}.cart-page-mobile-item-image{width:100px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-page-mobile-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-page-mobile-item-name{font-size:16px;font-weight:500;color:#333;margin:0;line-height:1.4}.cart-page-mobile-item-description{font-size:12px;font-weight:300;color:#666;margin:0;line-height:1.4}.cart-page-mobile-item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:1rem}.cart-page-mobile-item-price{font-size:15px;font-weight:600;color:#333;white-space:nowrap}.cart-page-mobile-delivery-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f5f5f5;margin:0 1rem 1rem;border-radius:8px}.cart-page-mobile-delivery-icon{flex-shrink:0;width:24px;height:24px}.cart-page-mobile-delivery-text{font-size:.875rem;color:#333;line-height:1.4;flex:1}.cart-page-mobile-summary{padding:1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid var(--tenant-shadow-color, #E0E0E0);margin-top:auto}.cart-page-mobile-summary-row{display:flex;align-items:center;justify-content:space-between}.cart-page-mobile-summary-label{font-size:.9375rem;font-weight:400;color:#666}.cart-page-mobile-summary-value{font-size:.9375rem;font-weight:400;color:#333}.cart-page-mobile-summary-total{margin-top:.25rem;padding-top:.75rem;border-top:1px solid var(--tenant-shadow-color, #E0E0E0)}.cart-page-mobile-summary-total .cart-page-mobile-summary-label{font-size:1.125rem;font-weight:600;color:#333}.cart-page-mobile-summary-total-value{font-size:1.125rem;font-weight:700;color:var(--tenant-primary-elements-background-color, #FB8C00)}.cart-page-mobile-footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;z-index:1000;padding-bottom:calc(1rem + env(safe-area-inset-bottom));pointer-events:auto}.cart-page-mobile-order-unavailable{padding:.875rem 1rem;margin:0 1rem 1.5rem;background:#fff5e6;border:1px solid #FB8C00;border-radius:8px;color:#e65100;font-size:.9375rem;font-weight:500}.cart-page-mobile-checkout-btn{width:100%;height:50px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;display:flex;align-items:center;justify-content:center;pointer-events:auto;position:relative;z-index:1001}.cart-page-mobile-checkout-btn:active{background:var(--tenant-primary-elements-background-color-active, #F57C00);transform:scale(.98)}.cart-page-mobile-checkout-btn:disabled{background:#ccc;cursor:not-allowed}@media(max-width:1199px){.cart-page-mobile{display:flex}}@media(min-width:1200px){.cart-page-mobile{display:none}}.checkout-dropdown{position:relative;width:100%}.checkout-dropdown-label{display:block;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem}.checkout-dropdown-required{color:#e53935;margin-left:.25rem}.checkout-dropdown-trigger{width:100%;min-height:2.75rem;padding:.875rem 1rem;border-radius:8px;border:1px solid #E0E0E0;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;transition:border-color .2s,box-shadow .2s;font-size:1rem;line-height:1.25;text-align:left;box-sizing:border-box}.checkout-dropdown-trigger:hover:not(:disabled){border-color:#d1d5db}.checkout-dropdown-trigger:focus,.checkout-dropdown-trigger:focus-visible{outline:none;border-color:#d1d5db}.checkout-dropdown-trigger:disabled{opacity:.7;cursor:not-allowed;background:#f5f5f5}.checkout-dropdown-trigger-open{border-color:#d1d5db;box-shadow:none}.checkout-dropdown-trigger-error{border-color:#e53935}.checkout-dropdown-trigger-error.checkout-dropdown-trigger-open{border-color:var(--tenant-primary-elements-background-color, #F97316)}.checkout-dropdown-trigger-content{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.checkout-dropdown-trigger-icon{flex-shrink:0;color:#9ca3af;display:flex;align-items:center;justify-content:center}.checkout-dropdown-trigger-text{color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-dropdown-trigger-placeholder{color:#9ca3af}.checkout-dropdown-chevron-wrap{flex-shrink:0;color:#9ca3af;display:flex;align-items:center;justify-content:center}.checkout-dropdown-menu{position:absolute;left:0;right:0;top:calc(100% + .5rem);z-index:50;background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #F3F4F6;overflow:hidden}@media(max-width:1199px){.checkout-dropdown-menu.checkout-dropdown-menu-open-upward{top:auto;bottom:calc(100% + .5rem)}.checkout-dropdown-menu.checkout-dropdown-menu-open-upward .checkout-dropdown-options{max-height:min(280px,50vh)}}.checkout-dropdown-options{max-height:280px;overflow-y:auto;padding:.5rem 0}.checkout-dropdown-option{width:100%;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;text-align:left;border:none;background:transparent;cursor:pointer;transition:background-color .15s;font-size:.875rem}.checkout-dropdown-option:hover:not(.checkout-dropdown-option-placeholder){background:#f9fafb}.checkout-dropdown-option-placeholder{color:#9ca3af;cursor:default}.checkout-dropdown-option-selected{background:transparent}.checkout-dropdown-option-radio{width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid #D1D5DB;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background-color .2s}.checkout-dropdown-option-radio-selected{border-color:var(--tenant-primary-elements-background-color, #F97316);background:var(--tenant-primary-elements-background-color, #F97316)}.checkout-dropdown-option-check{color:#fff;display:flex;align-items:center;justify-content:center}.checkout-dropdown-option-spacer{width:1.25rem;flex-shrink:0}.checkout-dropdown-option-label{color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-dropdown-option-label-selected{font-weight:inherit;color:inherit}.checkout-dropdown-add-new{border-top:1px solid #F3F4F6}.checkout-dropdown-add-new-btn{width:100%;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;text-align:left;border:none;background:transparent;cursor:pointer;transition:background-color .15s;font-size:.875rem;font-weight:500}.checkout-dropdown-add-new-btn:hover{background:#fff7ed}.checkout-dropdown-add-new-icon{width:1.25rem;height:1.25rem;border-radius:50%;background:var(--tenant-primary-elements-background-color, #F97316);color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}.checkout-dropdown-add-new-text{color:var(--tenant-primary-elements-background-color, #F97316)}.checkout-number-pill{display:flex;align-items:center;gap:.3125rem;justify-content:flex-start;flex-shrink:0}.checkout-number-pill--desktop{gap:6px}.checkout-number-pill--mobile{gap:5px}.checkout-number-pill-btn{border-radius:8px;border:1px solid var(--tenant-primary-elements-background-color, #fb8c00);background:var(--tenant-primary-elements-background-color, #fb8c00);color:var(--tenant-primary-buttons-text-color, #ffffff);font-weight:400;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;box-sizing:border-box}.checkout-number-pill--desktop .checkout-number-pill-btn{width:32px;height:32px;min-width:32px;min-height:32px;font-size:20px}.checkout-number-pill--mobile .checkout-number-pill-btn{width:40px;height:40px;min-width:40px;min-height:40px;font-size:22px}.checkout-number-pill-btn-symbol{display:block;transform:translateY(-1px)}.checkout-number-pill-btn:not(:last-child):not(:disabled){background:#fff;color:var(--tenant-primary-elements-background-color, #fb8c00);border-color:var(--tenant-primary-elements-background-color, #fb8c00)}.checkout-number-pill-btn:not(:last-child):not(:disabled):hover{background:var(--tenant-primary-elements-background-color-light, #fff5e6);border-color:var(--tenant-primary-elements-background-color, #fb8c00)}.checkout-number-pill-btn:last-child:not(:disabled){background:var(--tenant-primary-elements-background-color, #fb8c00);color:var(--tenant-primary-buttons-text-color, #ffffff);border-color:var(--tenant-primary-elements-background-color, #fb8c00)}.checkout-number-pill-btn:last-child:not(:disabled):hover{background:var(--tenant-primary-elements-background-color-hover, #e67e00);border-color:var(--tenant-primary-elements-background-color-hover, #e67e00)}.checkout-number-pill-btn:disabled{background:#e0e0e0;color:#999;border-color:#e0e0e0;cursor:not-allowed;opacity:1}.checkout-number-pill-value{font-family:Inter,sans-serif;font-weight:600;color:#000;text-align:center}.checkout-number-pill--desktop .checkout-number-pill-value{font-size:16px;min-width:24px}.checkout-number-pill--mobile .checkout-number-pill-value{font-size:18px;min-width:28px}.checkout-number-pill--error .checkout-number-pill-btn:not(:disabled){border-color:#e53935}.checkout-checkbox-row{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#333;margin:0}.checkout-checkbox-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:24px;height:24px;min-width:24px;flex-shrink:0;position:relative;border:2px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer}.checkout-checkbox-input:checked{background-color:var(--tenant-primary-elements-background-color, #fb8c00);border-color:var(--tenant-primary-elements-background-color, #fb8c00)}.checkout-checkbox-input:checked:after{content:"";position:absolute;left:50%;top:45%;width:5px;height:10px;border:solid var(--tenant-primary-buttons-text-color, #ffffff);border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg);box-sizing:border-box}.checkout-checkbox-input:focus-visible{outline:2px solid var(--tenant-primary-elements-background-color, #fb8c00);outline-offset:2px}.checkout-checkbox-text{flex:1;line-height:1.4}.checkout-checkbox-input:disabled{cursor:not-allowed;opacity:.7}.checkout-checkbox-input:disabled:checked{background-color:#e0e0e0;border-color:#e0e0e0}.checkout-checkbox-input:disabled:checked:after{border-color:#999}.checkout-page-mobile-checkbox-row{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#333;margin:0}.checkout-page-mobile-checkbox-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:24px;height:24px;min-width:24px;flex-shrink:0;position:relative;border:2px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer}.checkout-page-mobile-checkbox-input:checked{background-color:var(--tenant-primary-elements-background-color, #fb8c00);border-color:var(--tenant-primary-elements-background-color, #fb8c00)}.checkout-page-mobile-checkbox-input:checked:after{content:"";position:absolute;left:50%;top:45%;width:5px;height:10px;border:solid var(--tenant-primary-buttons-text-color, #ffffff);border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg);box-sizing:border-box}.checkout-page-mobile-checkbox-input:focus-visible{outline:2px solid var(--tenant-primary-elements-background-color, #fb8c00);outline-offset:2px}.checkout-page-mobile-checkbox-text{flex:1;line-height:1.4}.checkout-page-mobile-checkbox-input:disabled{cursor:not-allowed;opacity:.7}.checkout-page-mobile-checkbox-input:disabled:checked{background-color:#e0e0e0;border-color:#e0e0e0}.checkout-page-mobile-checkbox-input:disabled:checked:after{border-color:#999}.checkout-page-mobile{min-height:100vh;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.checkout-page-mobile-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding-bottom:100px}.checkout-page-mobile-loading{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1rem;color:#666}.checkout-page-mobile-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0;padding:1rem 1rem .75rem;text-align:left}.checkout-page-mobile-items{padding:1rem;display:flex;flex-direction:column;gap:1rem}.checkout-page-mobile-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #F0F0F0}.checkout-page-mobile-item:last-child{border-bottom:none}.checkout-page-mobile-item-image{width:100px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}.checkout-page-mobile-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.checkout-page-mobile-item-name-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.checkout-page-mobile-item-name{font-size:16px;font-weight:500;color:#333;margin:0;line-height:1.4;flex:1}.checkout-page-mobile-item-description{font-size:12px;font-weight:300;color:#666;margin:0;line-height:1.4}.checkout-page-mobile-item-quantity-controls{display:flex;align-items:center;gap:.75rem;background:#f6f6f6;border-radius:8px;padding:.25rem}.checkout-page-mobile-quantity-btn{background:#fff;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;color:#333;transition:background-color .2s,transform .1s;padding:0}.checkout-page-mobile-quantity-btn:active:not(:disabled){background-color:#e0e0e0;transform:scale(.95)}.checkout-page-mobile-quantity-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-page-mobile-quantity-value{font-size:1rem;font-weight:500;color:#333;min-width:24px;text-align:center}.checkout-page-mobile-item-price{font-size:15px;font-weight:600;color:#333;white-space:nowrap}.checkout-page-mobile-delivery-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f5f5f5;margin:0 1rem 1rem;border-radius:8px}.checkout-page-mobile-delivery-icon{flex-shrink:0;width:24px;height:24px}.checkout-page-mobile-delivery-text{font-size:.875rem;color:#333;line-height:1.4;flex:1}.checkout-page-mobile-financial-summary{border:1px solid var(--tenant-shadow-color, #E0E0E0);border-radius:15px;padding:1rem;margin:0 1rem 1rem}.checkout-page-mobile-financial-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.checkout-page-mobile-financial-label,.checkout-page-mobile-financial-value{font-size:1rem;color:#333}.checkout-page-mobile-financial-total .checkout-page-mobile-financial-label,.checkout-page-mobile-financial-total .checkout-page-mobile-financial-value{font-weight:600;color:var(--tenant-primary-elements-background-color, #FB8C00);font-size:1rem}.checkout-page-mobile-financial-divider{height:1px;background-color:var(--tenant-shadow-color, #E0E0E0);margin:.5rem 0}.checkout-page-mobile-delivery-type{display:flex;gap:.75rem;padding:0 1rem 1rem}.checkout-page-mobile-delivery-btn{flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;border:1px solid #E0E0E0;background:#fff;color:#333;border-radius:8px;cursor:pointer;transition:all .2s}.checkout-page-mobile-delivery-btn:active:not(:disabled){border-color:var(--tenant-primary-elements-background-color, #FB8C00);background:var(--tenant-primary-elements-background-color-light, #FFF5E6)}.checkout-page-mobile-delivery-btn.active{background:var(--tenant-primary-elements-background-color, #FB8C00);border-color:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF)}.checkout-page-mobile-delivery-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-page-mobile-delivery-unavailable{display:block;width:100%;padding:.875rem 1rem;background:#fff5e6;border:1px solid #FB8C00;border-radius:8px;color:#e65100;font-size:1rem;font-weight:500}.checkout-page-mobile-address-section,.checkout-page-mobile-payment-section,.checkout-page-mobile-field-section,.checkout-page-mobile-comment-section{padding:0 1rem 1rem}.checkout-page-mobile-label{display:block;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem}.checkout-page-mobile-required{color:#e53935;margin-left:.25rem}.checkout-page-mobile-select,.checkout-page-mobile-input{width:100%;min-height:2.75rem;padding:.75rem 1rem;font-size:1rem;line-height:1.25;border:1px solid #E0E0E0;border-radius:8px;background:#fff;color:#333;box-sizing:border-box}.checkout-page-mobile-select:focus,.checkout-page-mobile-input:focus{outline:none;border-color:#d1d5db}.checkout-page-mobile-select:disabled,.checkout-page-mobile-input:disabled{background:#f5f5f5;cursor:not-allowed}.checkout-page-mobile-select.error,.checkout-page-mobile-input.error{border-color:red}.checkout-page-mobile-address-select-wrapper{position:relative}.checkout-page-mobile-textarea{width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.25;border:1px solid #E0E0E0;border-radius:8px;background:#fff;color:#333;font-family:inherit;resize:vertical;box-sizing:border-box;min-height:80px}.checkout-page-mobile-textarea:focus{outline:none;border-color:#d1d5db}.checkout-page-mobile-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.checkout-page-mobile-field-error{color:#e53935;font-size:.75rem;margin-top:.25rem}.checkout-dropdown-mobile .checkout-dropdown-label{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem}.checkout-dropdown-mobile .checkout-dropdown-required{color:#e53935;margin-left:.25rem}.checkout-dropdown-mobile .checkout-dropdown-trigger{min-height:2.75rem;padding:.75rem 1rem;font-size:1rem;line-height:1.25;border:1px solid #E0E0E0;border-radius:8px}.checkout-page-mobile-payment-options{background:#fff;border:1px solid #E0E0E0;border-radius:8px;overflow:hidden}.checkout-page-mobile-payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;transition:background-color .2s}.checkout-page-mobile-radio-button{width:20px;height:20px;border:2px solid #333;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-page-mobile-radio-button-inner{width:10px;height:10px;background:#333;border-radius:50%}.checkout-page-mobile-payment-option.selected .checkout-page-mobile-radio-button{border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.checkout-page-mobile-payment-option.selected .checkout-page-mobile-radio-button-inner{background:var(--tenant-primary-elements-background-color, #FB8C00)}.checkout-page-mobile-payment-label{font-size:1rem;color:#333}.checkout-page-mobile-payment-divider{height:1px;background:#e0e0e0;margin:0}.checkout-page-mobile-payment-item-with-description .checkout-page-mobile-payment-option.selected{background:transparent;border-radius:0}.checkout-page-mobile-payment-description{margin:0;padding:0 1rem .875rem;padding-left:calc(1.75rem + 20px);font-size:.9375rem;line-height:1.45;color:#555}.checkout-page-mobile-payment-description p{margin:0 0 .5em}.checkout-page-mobile-payment-description p:last-child{margin-bottom:0}.checkout-page-mobile-payment-description a{color:var(--tenant-primary-color, #FB8C00);text-decoration:underline}.checkout-page-mobile-payment-description ul,.checkout-page-mobile-payment-description ol{margin:.25em 0 .5em;padding-left:1.25em}.checkout-page-mobile-footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;z-index:10;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.checkout-page-mobile-submit-btn{width:100%;height:50px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;display:flex;align-items:center;justify-content:center}.checkout-page-mobile-submit-btn:active:not(:disabled){background:var(--tenant-primary-elements-background-color-active, #F57C00);transform:scale(.98)}.checkout-page-mobile-submit-btn:disabled{background:#ccc;cursor:not-allowed}.checkout-page-mobile-submit-btn--invalid{opacity:.6;cursor:not-allowed}.checkout-page-mobile-submit-btn--invalid:active{transform:none}.checkout-page-mobile-empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem 1.5rem}.checkout-page-mobile-empty-cart-icon{margin-bottom:1.25rem;opacity:.6}.checkout-page-mobile-empty-cart-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#333;margin:0 0 .5rem}.checkout-page-mobile-empty-cart-text{font-size:.9375rem;color:#888;margin:0 0 1.5rem}.checkout-page-mobile-empty-cart-btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .1s}.checkout-page-mobile-empty-cart-btn:active{background:var(--tenant-primary-elements-background-color-active, #F57C00);transform:scale(.98)}@media(max-width:1199px){.checkout-page-mobile{display:flex}}@media(min-width:1200px){.checkout-page-mobile{display:none}}.checkout-page{padding:2rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}@media(max-width:1199px){.checkout-page{display:none}}@media(min-width:1200px){.checkout-page{display:block}}.checkout-loading{text-align:center;padding:3rem;font-size:1.125rem;color:#666}.checkout-container{max-width:800px;margin:0 auto}.checkout-title{font-family:Inter,sans-serif;font-size:36px;font-weight:700;color:#333;margin:0 0 2rem}.checkout-items{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.checkout-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #E0E0E0}.checkout-item:last-child{border-bottom:none}.checkout-item-image{width:100px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}.checkout-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.checkout-item-name-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.checkout-item-name{font-size:1rem;font-weight:500;color:#333;margin:0;flex:1}.checkout-item-quantity-controls{display:flex;align-items:center;gap:.75rem;background:#f5f5f5;border-radius:8px;padding:.25rem}.checkout-quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#333;border-radius:4px;transition:background-color .2s}.checkout-quantity-btn:hover:not(:disabled){background:#e0e0e0}.checkout-quantity-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-quantity-value{font-size:1rem;font-weight:500;color:#333;min-width:24px;text-align:center}.checkout-item-description{font-size:.875rem;color:#666;margin:0}.checkout-item-price{font-size:1rem;font-weight:600;color:#333}.checkout-delivery-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f5f5f5;border-radius:8px;margin-bottom:1.5rem}.checkout-delivery-icon{flex-shrink:0}.checkout-delivery-icon path{stroke:var(--tenant-primary-elements-background-color, #FB8C00)!important}.checkout-delivery-text{font-size:.875rem;color:#666;flex:1}.checkout-delivery-type{display:flex;gap:1rem;margin-bottom:1.5rem}.checkout-delivery-btn{flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;border:1px solid #E0E0E0;background:#fff;color:#333;border-radius:8px;cursor:pointer;transition:all .2s}.checkout-delivery-btn.active{background:var(--tenant-primary-elements-background-color, #FB8C00);border-color:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF)}.checkout-delivery-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-delivery-type--unavailable{display:block;padding:.875rem 1rem;background:#fff5e6;border:1px solid #FB8C00;border-radius:8px}.checkout-delivery-unavailable-message{color:#e65100;font-size:1rem;font-weight:500}.checkout-financial-summary{background:#fff;border:1px solid #E0E0E0;border-radius:15px;padding:1rem;margin-bottom:1.5rem}.checkout-financial-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.checkout-financial-label,.checkout-financial-value{font-size:1rem;color:#333}.checkout-financial-total .checkout-financial-label,.checkout-financial-total .checkout-financial-value{font-weight:600;color:var(--tenant-primary-elements-background-color, #FB8C00);font-size:1rem}.checkout-financial-divider{height:1px;background-color:#e0e0e0;margin:.5rem 0}.checkout-address-section,.checkout-payment-section,.checkout-field-section,.checkout-comment-section{margin-bottom:1.5rem}.checkout-address-select-wrapper{position:relative}.checkout-label{display:block;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem}.checkout-required{color:#e53935;margin-left:.25rem}.checkout-input,.checkout-select,.checkout-textarea{width:100%;min-height:2.75rem;padding:.875rem 1rem;font-size:1rem;line-height:1.25;border:1px solid #E0E0E0;border-radius:8px;background:#fff;color:#333;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.checkout-input:focus,.checkout-select:focus,.checkout-textarea:focus{outline:none;border-color:#d1d5db}.checkout-input.error,.checkout-select.error,.checkout-textarea.error{border-color:#e53935}.checkout-field-error{font-size:.75rem;color:#e53935;margin-top:.25rem}.checkout-input:disabled,.checkout-select:disabled,.checkout-textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.checkout-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.checkout-textarea{resize:vertical;min-height:80px}.checkout-submit-btn{width:100%;padding:1rem;font-size:1.125rem;font-weight:600;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;margin-top:1rem}.checkout-submit-btn:hover:not(:disabled){background:var(--tenant-primary-elements-background-color-hover, #F57C00)}.checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-submit-btn--invalid{opacity:.6;cursor:not-allowed}.checkout-submit-btn--invalid:hover{opacity:.6}.checkout-payment-options{background:#fff;border:1px solid #E0E0E0;border-radius:8px;overflow:hidden}.checkout-payment-option{display:flex;align-items:center;padding:1rem;transition:background-color .2s}.checkout-payment-option:hover:not(.selected){background-color:#f5f5f5}.checkout-payment-option.selected{background-color:#fff}.checkout-radio-button{width:20px;height:20px;border-radius:50%;border:2px solid #E0E0E0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s;margin-right:12px}.checkout-payment-option.selected .checkout-radio-button{border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.checkout-radio-button-inner{width:10px;height:10px;border-radius:50%;background-color:#000}.checkout-payment-option.selected .checkout-radio-button-inner{background-color:var(--tenant-primary-elements-background-color, #FB8C00)}.checkout-payment-label{font-size:1rem;color:#333;flex:1}.checkout-payment-divider{height:1px;background-color:#e0e0e0;margin:0 1rem}.checkout-payment-item-with-description{background:#fff}.checkout-payment-item-with-description .checkout-payment-option.selected{background:transparent;border-radius:0}.checkout-payment-description{margin:0;padding:0 1rem .875rem;padding-left:calc(1rem + 32px);font-size:.9375rem;line-height:1.45;color:#555}.checkout-payment-description p{margin:0 0 .5em}.checkout-payment-description p:last-child{margin-bottom:0}.checkout-payment-description a{color:var(--tenant-primary-color, #FB8C00);text-decoration:underline}.checkout-payment-description ul,.checkout-payment-description ol{margin:.25em 0 .5em;padding-left:1.25em}.checkout-empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem}.checkout-empty-cart-icon{margin-bottom:1.5rem;opacity:.6}.checkout-empty-cart-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .5rem}.checkout-empty-cart-text{font-size:1rem;color:#888;margin:0 0 1.5rem}.checkout-empty-cart-btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.checkout-empty-cart-btn:hover{background:var(--tenant-primary-elements-background-color-hover, #F57C00)}@media(max-width:768px){.checkout-page{padding:1rem}.checkout-title{font-size:1.5rem}.checkout-item-image{width:80px;height:80px}.checkout-delivery-type{flex-direction:column}}.order-result-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.order-result-card{background:var(--tenant-app-background-color, #ffffff);border-radius:20px;padding:2rem 1.5rem;max-width:420px;width:100%;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 24px #00000014}.order-result-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;flex-shrink:0}.order-result-icon--success{background:#4caf50}.order-result-icon--failure{background:#e53935}.order-result-spinner{width:48px;height:48px;border:4px solid rgba(0,0,0,.1);border-top-color:var(--tenant-primary-elements-background-color, #fb8c00);border-radius:50%;animation:order-result-spin .9s linear infinite;margin-bottom:1.5rem}@keyframes order-result-spin{to{transform:rotate(360deg)}}.order-result-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:#333;text-align:center;line-height:1.4}.order-result-message{margin:0 0 1.5rem;font-size:.9375rem;color:#333333d9;text-align:center;line-height:1.5}.order-result-button{width:100%;max-width:320px;height:48px;margin-left:auto;margin-right:auto;padding:0 1.5rem;background:var(--tenant-primary-elements-background-color, #fb8c00);color:var(--tenant-primary-buttons-text-color, #ffffff);border:2px solid transparent;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;font-family:inherit;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.order-result-button:hover{background:var(--tenant-primary-elements-background-color-hover, #e67e00)}.order-result-button:active{background:var(--tenant-primary-elements-background-color-active, #cc6f00)}.order-result-button--secondary{background:transparent;color:var(--tenant-primary-elements-background-color, #fb8c00);border:2px solid var(--tenant-primary-elements-background-color, #fb8c00);margin-bottom:.75rem;height:48px;box-sizing:border-box}.order-result-button--secondary:hover{background:transparent}@media(max-width:768px){.order-result-page{padding:1.5rem 1rem}.order-result-card{padding:1.5rem 1.25rem}.order-result-title{font-size:1.125rem}.order-result-message{font-size:.875rem}}.favorites-page-mobile{display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.favorites-page-mobile-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:1rem 1rem 2rem}.favorites-page-mobile-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0;padding:0 0 1rem;text-align:left}.favorites-page-mobile-loading{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#666;font-size:1rem}.favorites-page-mobile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:1.5rem;color:#999;font-size:1rem;min-height:50vh;text-align:center}.favorites-page-mobile-empty-icon{opacity:.3;color:#999}.favorites-page-mobile-items{display:flex;flex-direction:column;gap:1rem}@media(max-width:1199px){.favorites-page-mobile{display:flex}}@media(min-width:1200px){.favorites-page-mobile{display:none}}.special-offers-page{padding-bottom:env(safe-area-inset-bottom)}.special-offers-page-content{max-width:1600px;margin:0 auto;padding:2rem 1rem}.special-offers-page-title{font-family:Inter,sans-serif;font-size:32px;font-weight:700;color:#000;margin:0 0 2rem;text-align:center}.special-offers-page-loading,.special-offers-page-error{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#666;font-size:1rem;text-align:center}.special-offers-page-empty{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#999;font-size:1rem;text-align:center}.special-offers-page-grid{display:grid;grid-template-columns:repeat(2,559px);gap:1.5rem;width:100%;justify-content:center}@media(max-width:1199px){.special-offers-page{min-height:calc(100vh - 66px)}.special-offers-page-content{padding:1rem}.special-offers-page-title{font-size:24px;font-weight:700;margin-bottom:1.5rem}.special-offers-page-grid{grid-template-columns:1fr;gap:1rem;justify-content:center}}@media(min-width:1200px){.special-offers-page-content{padding:2rem}.special-offers-page-grid{grid-template-columns:repeat(2,559px);gap:2rem;justify-content:center}}.special-offer-detail-page{padding-bottom:env(safe-area-inset-bottom)}.special-offer-detail-page-content{max-width:1600px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center}.special-offer-detail-page-title{font-family:Inter,sans-serif;font-size:32px;font-weight:700;color:#000;margin:0 0 2rem;text-align:center;width:100%}.special-offer-detail-page-loading,.special-offer-detail-page-error{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#666;font-size:1rem;text-align:center}.special-offer-detail-page-image{width:100%;max-width:900px;aspect-ratio:900 / 400;border-radius:16px;overflow:hidden;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.special-offer-detail-page-img{max-width:900px;max-height:400px;width:100%;height:100%;object-fit:cover;display:block}.special-offer-detail-page-info{width:100%;max-width:800px;display:flex;flex-direction:column;gap:1.5rem}.special-offer-detail-page-subtitle{font-family:Inter,sans-serif;font-size:28px;font-weight:700;color:#000;margin:0;text-align:left}.special-offer-detail-page-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#000;line-height:1.6;text-align:left}.special-offer-detail-page-description p{margin:0 0 1rem}.special-offer-detail-page-description p:last-child{margin-bottom:0}.special-offer-detail-page-conditions{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#000;line-height:1.6}.special-offer-detail-page-conditions ul{margin:0;padding-left:1.5rem;list-style-type:disc}.special-offer-detail-page-conditions li{margin-bottom:.5rem}.special-offer-detail-page-conditions li:last-child{margin-bottom:0}.special-offer-detail-page-menu-button{width:250px;height:44px;padding:0;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;align-self:center;display:flex;align-items:center;justify-content:center;margin-top:0}.special-offer-detail-page-actions{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-top:1rem}.special-offer-detail-page-menu-button:hover{background:var(--tenant-primary-elements-background-color-hover, #E67E00)}.special-offer-detail-page-menu-button:active{background:var(--tenant-primary-elements-background-color-active, #D67000)}@media(max-width:1199px){.special-offer-detail-page{min-height:calc(100vh - 58px)}.special-offer-detail-page-content{padding:1rem}.special-offer-detail-page-title{font-size:24px;margin-bottom:1.5rem}.special-offer-detail-page-image{margin-bottom:1.5rem;max-width:900px;max-height:400px}.special-offer-detail-page-subtitle{font-size:22px}.special-offer-detail-page-description,.special-offer-detail-page-conditions{font-size:14px}}@media(min-width:1200px){.special-offer-detail-page-content{padding:3rem}}.oferta-page{padding-bottom:env(safe-area-inset-bottom);background:var(--tenant-app-background-color, #ffffff);min-height:100vh}.oferta-page-content{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.oferta-page-title{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--tenant-text-color, #1a1a1a);margin:0 0 2rem;text-align:center;letter-spacing:-.02em;line-height:1.2}.oferta-page-text{font-family:Inter,sans-serif;font-size:1rem;line-height:1.7;color:var(--tenant-text-color, #333)}.oferta-page-text h2{font-size:1.25rem;font-weight:600;color:var(--tenant-text-color, #1a1a1a);margin:2rem 0 .75rem;padding-bottom:.25rem;border-bottom:1px solid var(--tenant-shadow-color, #e5e5e5)}.oferta-page-text h3{font-size:1.1rem;font-weight:600;color:var(--tenant-text-color, #1a1a1a);margin:1.5rem 0 .5rem}.oferta-page-text h4{font-size:1rem;font-weight:600;color:var(--tenant-text-color, #333);margin:1.25rem 0 .5rem}.oferta-page-text p{margin:0 0 1rem}.oferta-page-text ul,.oferta-page-text ol{margin:0 0 1rem;padding-left:1.5rem}.oferta-page-text ul{list-style-type:disc}.oferta-page-text ol{list-style-type:decimal}.oferta-page-text li{margin-bottom:.35rem}.oferta-page-text a{color:var(--tenant-accent-color, #2563eb);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.oferta-page-text a:hover{color:var(--tenant-accent-hover-color, #1d4ed8)}.oferta-page-text strong{font-weight:600;color:var(--tenant-text-color, #1a1a1a)}.oferta-page-text blockquote{margin:1rem 0;padding:.75rem 1rem;border-left:4px solid var(--tenant-accent-color, #2563eb);background:var(--tenant-shadow-color, #f5f5f5);border-radius:0 4px 4px 0;font-style:italic;color:#555}.oferta-page-text hr{margin:1.5rem 0;border:none;border-top:1px solid var(--tenant-shadow-color, #e5e5e5)}@media(max-width:1199px){.oferta-page-content{padding:1.5rem 1rem}.oferta-page-title{font-size:1.5rem;margin-bottom:1.5rem}.oferta-page-text{font-size:.9375rem}.oferta-page-text h2{font-size:1.125rem;margin:1.5rem 0 .6rem}.oferta-page-text h3{font-size:1rem;margin:1.25rem 0 .4rem}.oferta-page-text h4{font-size:.9375rem;margin:1rem 0 .4rem}.oferta-page-text ul,.oferta-page-text ol{padding-left:1.25rem}}.privacy-policy-page{padding-bottom:env(safe-area-inset-bottom);background:var(--tenant-app-background-color, #ffffff);min-height:100vh}.privacy-policy-page-content{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.privacy-policy-page-title{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--tenant-text-color, #1a1a1a);margin:0 0 2rem;text-align:center;letter-spacing:-.02em;line-height:1.2}.privacy-policy-page-text{font-family:Inter,sans-serif;font-size:1rem;line-height:1.7;color:var(--tenant-text-color, #333)}.privacy-policy-page-text h2{font-size:1.25rem;font-weight:600;color:var(--tenant-text-color, #1a1a1a);margin:2rem 0 .75rem;padding-bottom:.25rem;border-bottom:1px solid var(--tenant-shadow-color, #e5e5e5)}.privacy-policy-page-text h3{font-size:1.1rem;font-weight:600;color:var(--tenant-text-color, #1a1a1a);margin:1.5rem 0 .5rem}.privacy-policy-page-text h4{font-size:1rem;font-weight:600;color:var(--tenant-text-color, #333);margin:1.25rem 0 .5rem}.privacy-policy-page-text p{margin:0 0 1rem}.privacy-policy-page-text ul,.privacy-policy-page-text ol{margin:0 0 1rem;padding-left:1.5rem}.privacy-policy-page-text ul{list-style-type:disc}.privacy-policy-page-text ol{list-style-type:decimal}.privacy-policy-page-text li{margin-bottom:.35rem}.privacy-policy-page-text a{color:var(--tenant-accent-color, #2563eb);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.privacy-policy-page-text a:hover{color:var(--tenant-accent-hover-color, #1d4ed8)}.privacy-policy-page-text strong{font-weight:600;color:var(--tenant-text-color, #1a1a1a)}.privacy-policy-page-text blockquote{margin:1rem 0;padding:.75rem 1rem;border-left:4px solid var(--tenant-accent-color, #2563eb);background:var(--tenant-shadow-color, #f5f5f5);border-radius:0 4px 4px 0;font-style:italic;color:#555}.privacy-policy-page-text hr{margin:1.5rem 0;border:none;border-top:1px solid var(--tenant-shadow-color, #e5e5e5)}@media(max-width:1199px){.privacy-policy-page-content{padding:1.5rem 1rem}.privacy-policy-page-title{font-size:1.5rem;margin-bottom:1.5rem}.privacy-policy-page-text{font-size:.9375rem}.privacy-policy-page-text h2{font-size:1.125rem;margin:1.5rem 0 .6rem}.privacy-policy-page-text h3{font-size:1rem;margin:1.25rem 0 .4rem}.privacy-policy-page-text h4{font-size:.9375rem;margin:1rem 0 .4rem}.privacy-policy-page-text ul,.privacy-policy-page-text ol{padding-left:1.25rem}}.navigation-tab-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 200px)}.navigation-tab-page-content{background-color:var(--tenant-app-background-color, #ffffff);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.navigation-tab-page-title{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:#000;margin:0 0 2rem;padding-bottom:1rem;border-bottom:2px solid var(--tenant-border-color, #E0E0E0)}.navigation-tab-page-text{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:#333}.navigation-tab-page-text h1,.navigation-tab-page-text h2,.navigation-tab-page-text h3,.navigation-tab-page-text h4,.navigation-tab-page-text h5,.navigation-tab-page-text h6{font-family:Inter,sans-serif;font-weight:600;margin-top:1.5rem;margin-bottom:1rem;color:#000}.navigation-tab-page-text p{margin-bottom:1rem}.navigation-tab-page-text ul,.navigation-tab-page-text ol{margin-bottom:1rem;padding-left:2rem}.navigation-tab-page-text li{margin-bottom:.5rem}.navigation-tab-page-text a{color:var(--tenant-primary-elements-background-color, #007bff);text-decoration:underline}.navigation-tab-page-text a:hover{text-decoration:none}.navigation-tab-page-text img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}@media(max-width:768px){.navigation-tab-page{padding:1rem}.navigation-tab-page-content{padding:1.5rem}.navigation-tab-page-title{font-size:1.5rem}}.dish-detail-page-mobile{height:100vh;max-height:100vh;background:var(--tenant-app-background-color, #FFFFFF);display:flex;flex-direction:column;position:relative;overflow:hidden}body:has(.dish-detail-page-mobile),html:has(.dish-detail-page-mobile){overflow:hidden!important;height:100vh;position:fixed;width:100%}.main-content:has(.dish-detail-page-mobile){height:100vh;overflow:hidden}.dish-detail-page-mobile-loading{display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,sans-serif;font-size:16px;color:#666}.dish-detail-page-mobile-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.dish-detail-page-mobile-image-section{width:100%;aspect-ratio:4 / 3;background:#2c2c2c;overflow:hidden;flex-shrink:0;touch-action:pan-x}.dish-detail-page-mobile-image-wrapper{width:100%;height:100%;position:relative}.dish-detail-page-mobile-carousel-list{display:flex;width:100%;height:100%;will-change:transform}.dish-detail-page-mobile-carousel-item{width:100%;height:100%;flex-shrink:0;position:relative}.dish-detail-page-mobile-image{width:100%;height:100%;object-fit:cover;object-position:center;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;display:block}.dish-detail-page-mobile-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.dish-detail-page-mobile-carousel-btn:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:translateY(-50%) scale(1.1)}.dish-detail-page-mobile-carousel-btn:active{transform:translateY(-50%) scale(.95)}.dish-detail-page-mobile-carousel-btn-prev{left:16px}.dish-detail-page-mobile-carousel-btn-next{right:16px}.dish-detail-page-mobile-carousel-btn svg{width:24px;height:24px;stroke-width:2.5}.dish-detail-page-mobile-carousel-indicator{position:absolute;bottom:16px;left:16px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:6px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#333;z-index:10;box-shadow:0 2px 8px #00000026;line-height:1}.dish-detail-page-mobile-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;background:#f5f5f5}.dish-detail-page-mobile-favorite-btn{position:absolute;top:16px;right:16px;width:48px;height:48px;border-radius:8px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .1s;z-index:10;padding:0}.dish-detail-page-mobile-favorite-btn svg{width:48px;height:48px}.dish-detail-page-mobile-favorite-btn svg rect.dish-detail-favorite-bg-inactive{fill:var(--tenant-favorite-button-background-color, #F6F6F6)!important}.dish-detail-page-mobile-favorite-btn svg rect.dish-detail-favorite-bg-active{fill:var(--tenant-primary-elements-background-color, #FB8C00)!important}.dish-detail-page-mobile-favorite-btn svg path.dish-detail-favorite-icon-inactive{stroke:var(--tenant-primary-elements-background-color, #FB8C00)!important;fill:none!important}.dish-detail-page-mobile-favorite-btn svg path.dish-detail-favorite-icon-active{stroke:var(--tenant-primary-buttons-text-color, #FFFFFF)!important;fill:var(--tenant-primary-buttons-text-color, #FFFFFF)!important;stroke-opacity:1!important}.dish-detail-page-mobile-favorite-btn:active{background:transparent;transform:scale(.95)}.dish-detail-page-mobile-content{flex:1;padding:20px 16px;padding-bottom:calc(170px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:20px;background:var(--tenant-app-background-color, #FFFFFF)}.dish-detail-page-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.dish-detail-page-mobile-name{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0;line-height:1.3;flex:1}.cart-page-mobile-quantity-controls{display:flex;align-items:center;gap:.75rem;background:#f6f6f6;border-radius:8px;padding:.25rem}.cart-page-mobile-quantity-btn{background:#fff;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;color:#333;transition:background-color .2s,transform .1s;padding:0}.cart-page-mobile-quantity-btn:active{background-color:#e0e0e0;transform:scale(.95)}.cart-page-mobile-quantity-btn:disabled{opacity:.4;cursor:not-allowed}.cart-page-mobile-quantity-value{font-size:1rem;font-weight:500;color:#333;min-width:24px;text-align:center}.dish-detail-page-mobile-info-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dish-detail-page-mobile-info-item{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#666}.dish-detail-page-mobile-info-item svg{flex-shrink:0}.dish-detail-page-mobile-info-item .menu-category-time-label{display:inline-block;padding:.25rem .5rem;background:#16a34a;color:#fff;font-size:12px;font-weight:600;border-radius:4px;white-space:nowrap}.dish-detail-page-mobile-description-section{display:flex;flex-direction:column;gap:8px}.dish-detail-page-mobile-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#333;line-height:1.6;margin:0;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dish-detail-page-mobile-description.expanded{display:block;-webkit-line-clamp:unset;line-clamp:unset}.dish-detail-page-mobile-read-more{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--tenant-primary-text-light-color, #FB8C00);background:none;border:none;cursor:pointer;padding:0;text-align:left;align-self:flex-start;transition:opacity .2s}.dish-detail-page-mobile-read-more:hover{opacity:.8}.dish-detail-page-mobile-section{display:flex;flex-direction:column;gap:12px}.dish-detail-page-mobile-section-title{display:flex;align-items:center;gap:0;font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0}.dish-detail-page-mobile-section-selected-option{font-weight:400;color:#666}.dish-detail-page-mobile-disclaimer{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#999;margin:0;line-height:1.5}.dish-detail-page-mobile-options-grid{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.dish-detail-page-mobile-options-grid.image-options{gap:12px;align-items:center}.dish-detail-page-mobile-option-btn{padding:12px 20px;border-radius:8px;border:none;background:#f5f5f5;color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:400;cursor:pointer;transition:all .2s;white-space:nowrap}.dish-detail-page-mobile-option-btn:hover{background:#e8e8e8}.dish-detail-page-mobile-option-btn.selected{background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF)}.dish-detail-page-mobile-option-btn.selected:hover{background:var(--tenant-primary-elements-background-color-hover, #E67E00)}.dish-detail-page-mobile-option-btn.image-option{padding:0;background:transparent;border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;width:55px;height:55px;box-sizing:border-box;overflow:hidden;transition:all .2s}.dish-detail-page-mobile-option-btn.image-option:hover{background:transparent}.dish-detail-page-mobile-option-btn.image-option.selected{background:transparent;border:1.5px solid var(--tenant-primary-elements-background-color, #FB8C00);width:60px;height:60px;padding:1px;box-sizing:border-box}.dish-detail-page-mobile-option-btn.image-option.selected:hover{background:transparent;border-color:var(--tenant-primary-elements-background-color-hover, #E67E00)}.dish-detail-page-mobile-option-image-wrapper{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:#f9f9f9;overflow:hidden;border-radius:10px;flex-shrink:0}.dish-detail-page-mobile-option-image{width:55px;height:55px;object-fit:cover}.dish-detail-page-mobile-option-placeholder{width:55px;height:55px;background:#e0e0e0;border-radius:10px}.dish-detail-page-mobile-ingredients-list{display:flex;flex-direction:column;gap:12px}.dish-detail-page-mobile-ingredient-item{display:flex;align-items:center;justify-content:space-between;gap:1px}.dish-detail-page-mobile-ingredient-info{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.dish-detail-page-mobile-ingredient-name{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#000}.dish-detail-page-mobile-ingredient-price{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#666;white-space:nowrap}.dish-detail-page-mobile-ingredient-controls{display:flex;align-items:center;gap:5px;width:140px;justify-content:flex-end;flex-shrink:0}.dish-detail-page-mobile-ingredient-btn{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:8px;border:1px solid var(--tenant-primary-elements-background-color, #FB8C00);background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);font-size:22px;font-weight:400;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;box-sizing:border-box}.dish-detail-page-mobile-ingredient-btn-symbol{display:block;transform:translateY(-1px)}.dish-detail-page-mobile-ingredient-btn:not(:last-child):not(:disabled){background:#fff;color:var(--tenant-primary-elements-background-color, #FB8C00);border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.dish-detail-page-mobile-ingredient-btn:not(:last-child):not(:disabled):hover{background:var(--tenant-primary-elements-background-color-light, #FFF5E6);border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.dish-detail-page-mobile-ingredient-btn:last-child:not(:disabled){background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border-color:var(--tenant-primary-elements-background-color, #FB8C00)}.dish-detail-page-mobile-ingredient-btn:last-child:not(:disabled):hover{background:var(--tenant-primary-elements-background-color-hover, #E67E00);border-color:var(--tenant-primary-elements-background-color-hover, #E67E00)}.dish-detail-page-mobile-ingredient-btn:disabled{background:#e0e0e0;color:#999;border-color:#e0e0e0;cursor:not-allowed;opacity:1}.dish-detail-page-mobile-ingredient-quantity{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#000;min-width:28px;text-align:center}.dish-detail-page-mobile-bottom-spacing{height:20px}.dish-detail-page-mobile-footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;z-index:10;display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.dish-detail-page-mobile~.footer-mobile,body:has(.dish-detail-page-mobile) .footer-mobile{display:none!important}.dish-detail-page-mobile-add-to-cart-btn{width:100%;height:50px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #FFFFFF);border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;display:flex;align-items:center;justify-content:space-between;padding:0 20px;box-sizing:border-box}.dish-detail-page-mobile-add-to-cart-btn:active:not(:disabled){background:var(--tenant-primary-elements-background-color-active, #F57C00);transform:scale(.98)}.dish-detail-page-mobile-add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.dish-detail-page-mobile-add-to-cart-text{flex:1;text-align:left;font-weight:600}.dish-detail-page-mobile-add-to-cart-price{font-weight:600;font-size:1.125rem;flex-shrink:0;position:relative;padding-left:16px;color:inherit;display:flex;align-items:flex-end;justify-content:flex-end;text-align:right}.dish-detail-page-mobile-add-to-cart-price:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#ffffff4d}.dish-detail-page-mobile-add-to-cart-price--sale{flex-direction:column;align-items:flex-end;gap:2px}.dish-detail-page-mobile-add-to-cart-price-original{font-size:.8125rem;font-weight:500;color:#ffffffbf;text-decoration:line-through;text-decoration-thickness:1px}.dish-detail-page-mobile-add-to-cart-price-final{font-size:1.125rem;font-weight:700;color:#fecaca}@media(max-width:1199px){.dish-detail-page-mobile-footer{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:10!important;display:flex!important;padding:1rem!important;padding-bottom:calc(1rem + env(safe-area-inset-bottom))!important}.dish-detail-page-mobile-add-to-cart-btn{display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;height:50px!important;font-size:1.125rem!important;font-weight:600!important;border-radius:8px!important}}@media(min-width:1200px){.dish-detail-page-mobile{display:none}}@keyframes cookieSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-banner{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:10000;background:#fff;border-radius:16px 16px 0 0;padding:24px 20px;width:100%;max-width:420px;box-shadow:0 -4px 24px #0000001f;text-align:center;animation:cookieSlideUp .35s ease}.cookie-consent-text{font-size:14px;line-height:1.5;color:#555;margin:0 0 6px}.cookie-consent-link{background:none;border:none;padding:0;color:var(--tenant-primary-elements-background-color, #FB8C00);text-decoration:underline;font-size:14px;font-family:inherit;cursor:pointer}.cookie-consent-link:hover{opacity:.8}.cookie-consent-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:16px;padding:12px 24px;border:none;border-radius:10px;background:var(--tenant-primary-elements-background-color, #FB8C00);color:var(--tenant-primary-buttons-text-color, #fff);font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s;text-transform:uppercase;letter-spacing:.5px}.cookie-consent-btn:hover{opacity:.9}.cookie-consent-btn:active{transform:scale(.97)}@media(min-width:769px){.cookie-consent-banner{bottom:24px;right:24px;left:auto;transform:none;border-radius:14px;max-width:360px;box-shadow:0 8px 32px #00000026}}.app{min-height:100vh;display:flex;flex-direction:column}.error-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;color:#e53e3e;background:#fed7d7}.main{flex:1}.hero{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:5rem 0;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin:0 0 1rem;color:#2d3748}.hero-subtitle{font-size:1.25rem;color:#4a5568;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.cta-button:active{transform:translateY(0)}.cta-button-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.cta-button-secondary:hover{background:#f7fafc;box-shadow:0 10px 20px #667eea33}.features{padding:5rem 0;background:#fff}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 1rem;color:#2d3748}.section-description{text-align:center;color:#4a5568;font-size:1.1rem;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#2d3748}.feature-card p{color:#4a5568;line-height:1.6;margin:0}.footer{background:#2d3748;color:#fff;padding:2rem 0;text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.Toastify__toast-container{bottom:1rem!important;right:1rem!important;top:auto!important}@media(max-width:768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.Toastify__toast-container{left:50%!important;right:auto!important;transform:translate(-50%)!important;bottom:1rem!important;top:auto!important}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem}.error-boundary-content{text-align:center;max-width:500px}.error-boundary-content h2{color:#d32f2f;margin-bottom:1rem}.error-boundary-content p{color:#666;margin-bottom:2rem}.error-boundary-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-boundary-button{padding:.75rem 1.5rem;background-color:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.error-boundary-button:hover{background-color:#1565c0}.error-boundary-button:active{background-color:#0d47a1}.error-boundary-button-secondary{background-color:#757575}.error-boundary-button-secondary:hover{background-color:#616161}.error-boundary-button-secondary:active{background-color:#424242}.maintenance-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:10000;pointer-events:all}.maintenance-modal{background:#f8f9fa;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000001a;max-width:500px;width:calc(100% - 32px);text-align:center}.maintenance-modal-logo{display:block;max-height:48px;width:auto;margin:0 auto 24px;object-fit:contain}.maintenance-modal-title{margin:0 0 20px;font-size:1.5rem;font-weight:700;color:#1f2937;line-height:1.3}.maintenance-modal-text{margin:0;font-size:.9375rem;color:#4b5563;line-height:1.5}.theme-initializer-loader{width:100%;height:100vh}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,sans-serif;background-color:var(--tenant-app-background-color)}#root{width:100%;min-height:100vh;background-color:var(--tenant-app-background-color)}
