.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:#fff}.error-page-content{background:#fff;border-radius:12px;padding:3rem 2.5rem;max-width:500px;width:100%;text-align:center;box-shadow:0 2px 4px #0000001a;border:1px solid #E0E0E0;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:#d32f2f;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.error-page-title{font-size:1.75rem;font-weight:700;color:#333;margin:0 0 1rem;line-height:1.2;font-family:Inter,system-ui,sans-serif}.error-page-message{font-size:1rem;color:#666;margin:0 0 2rem;line-height:1.6;font-family:Inter,system-ui,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:8px;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:140px;font-family:Inter,system-ui,sans-serif}.error-page-button-primary{background:#fb8c00;color:#fff}.error-page-button-primary:hover:not(:disabled){background:#e67e00}.error-page-button-primary:active:not(:disabled){background:#d67000}.error-page-button-secondary{background:#f5f5f5;color:#333;border:1px solid #E0E0E0}.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{background:#fff;box-shadow:-8px 0 16px #abbed166,8px 0 16px #abbed166,0 8px 16px #abbed166;border-radius:0 0 10px 10px;position:sticky;top:0;z-index:1001;display:block!important;height:100px;border-bottom:1px solid #E0E0E0;max-width:1600px;margin:0 auto;width:calc(100% - 2rem)}@media(max-width:1199px){.header-desktop{display:none!important}}.header-desktop-content{max-width:1600px;margin:0 auto;padding:0 1rem;height:100%;display:flex;align-items:center;width:100%;position:relative;z-index:1002;background:#fff}.header-desktop-left-section{width:67%;display:flex;align-items:center;gap:2rem}.header-desktop-right-section{width:33%;display:flex;align-items:center;justify-content:flex-end}.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}.header-desktop-text{font-size:1.5rem;font-weight:600;color:#333}.header-desktop-nav{display:flex;gap:66px;align-items:center;flex:1}.header-desktop-nav-link{text-decoration:none;color:#333;font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:16px;transition:color .2s;position:relative;white-space:nowrap}.header-desktop-nav-link:hover{color:#007bff}.header-desktop-address-switcher{position:relative}.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-address-selector:hover{background-color:#f5f5f5}.header-desktop-location-icon{flex-shrink:0}.header-desktop-address-text{font-family:Inter,system-ui,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}.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{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-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-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-menu-wrapper{position:relative}.header-desktop-menu-dropdown{position:fixed;top:100px;right:0;width:320px;max-height:500px;background:#fff;box-shadow:0 8px 24px #00000026;border-radius:0 0 12px 12px;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:#fb8c00;color:#fff;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:#fff;border-radius:30px;width:650px;height:650px;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:space-between;padding:74px 1.5rem 1rem;border-bottom:1px solid #F5F5F5;position:relative}.address-modal-title{font-family:Inter,system-ui,sans-serif;font-size:32px;font-weight:700;color:#000;margin:0;text-align:center;flex:1}.address-modal-close-btn{background:none;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}.address-modal-close-btn:hover{opacity:.6}.address-modal-close-btn:active{opacity:.4}.address-modal-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem 85px 120px;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box;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:#ff6b35;box-shadow:0 2px 8px #ff6b351a}.address-card-selected{border-color:#ff6b35;background-color:#fff3e0}.address-card-name{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;color:#000;margin-bottom:.5rem;line-height:24px}.address-card-address{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:400;color:#0009;margin-bottom:.25rem;line-height:18px}.address-card-hours{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:400;color:#000;line-height:18px}.address-modal-footer{padding:0 1.5rem;border-top:1px solid #F5F5F5;display:flex;justify-content:center;position:absolute;bottom:40px;left:0;right:0}.address-modal-confirm-btn{width:480px;height:44px;background:#fb8c00;color:#fff;border:1px solid rgba(11,11,11,.3);border-radius:8px;padding:0;font-family:Inter,system-ui,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:#e67e00}.address-modal-confirm-btn:active:not(:disabled){background:#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-close-btn{right:1.25rem;top:1.25rem}.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}.address-modal-mobile-container{background:#fff;border-radius:30px;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,system-ui,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:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s;position:absolute;right:1.25rem;top:1.25rem;width:32px;height:32px;border-radius:50%;flex-shrink:0}.address-modal-mobile-close-btn:hover{background-color:#0000000d}.address-modal-mobile-close-btn:active{background-color:#0000001a}.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:#ff6b35;box-shadow:0 2px 8px #ff6b351a}.address-card-mobile-selected{border-color:#ff6b35;background-color:#fff3e0}.address-card-mobile-info{flex:1;min-width:0}.address-card-mobile-name{font-family:Inter,system-ui,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,system-ui,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,system-ui,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:#fb8c00;color:#fff;border:1px solid rgba(11,11,11,.3);border-radius:8px;padding:0;font-family:Inter,system-ui,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:#e67e00}.address-modal-mobile-confirm-btn:active:not(:disabled){background:#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 #E0E0E0;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .2s}.phone-input-container:focus-within{border-color:#ff6b35}.phone-input-country-selector{display:flex;align-items:center;gap:.5rem;padding:.75rem;cursor:pointer;border-right:1px solid #E0E0E0;position:relative;background:#fff;-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 #E0E0E0;background:#f5f5f5;-webkit-user-select:none;user-select:none;min-width:100px}.phone-input-locked-label{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;color:#333}.phone-input-locked-code{font-family:Inter,system-ui,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,system-ui,sans-serif;font-size:14px;color:#333}.phone-input-field{flex:1;border:none;outline:none;padding:.75rem;font-family:Inter,system-ui,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,system-ui,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:#fff;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;border-bottom:1px solid #F5F5F5;position:relative}.auth-modal-title{font-family:Inter,system-ui,sans-serif;font-size:24px;font-weight:700;color:#000;margin:0;text-align:center;flex:1}.auth-modal-close-btn{background:none;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}.auth-modal-close-btn:hover{opacity:.6}.auth-modal-close-btn:active{opacity:.4}.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-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-input{width:100%;padding:.75rem;border:1px solid #E0E0E0;border-radius:8px;font-family:Inter,system-ui,sans-serif;font-size:16px;color:#333;background:#fff;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,system-ui,sans-serif;font-size:12px;color:#d32f2f;margin-top:.25rem}.password-input-wrapper .auth-input{padding-right:3rem}.auth-checkbox-group{display:flex;flex-direction:column;gap:.25rem}.auth-checkbox-label{display:flex;align-items:center;gap:.5rem;font-family:Inter,system-ui,sans-serif;font-size:14px;color:#333;cursor:pointer}.auth-checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#FF6B35}.auth-link-text{color:#ff6b35;text-decoration:none;cursor:pointer}.auth-link-text:hover{text-decoration:underline}.auth-submit-button{width:100%;padding:.75rem;background:#fb8c00;color:#fff;border:1px solid rgba(11,11,11,.3);border-radius:8px;font-family:Inter,system-ui,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:#e67e00}.auth-submit-button:active:not(:disabled){background:#cc6f00}.auth-submit-button:disabled{opacity:.5;cursor:not-allowed}.auth-link-button{background:none;border:none;color:#ff6b35;font-family:Inter,system-ui,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,system-ui,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,system-ui,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,system-ui,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,system-ui,sans-serif;font-size:14px;text-align:center;margin-bottom:.5rem}.code-modal-container{max-width:400px}.code-modal-content{align-items:center;padding:2rem 1.5rem}.code-input-container{display:flex;gap:.75rem;justify-content:center;margin-bottom:1rem}.code-resend-container{text-align:center;margin-top:1rem}.code-resend-button:hover{opacity:.8}.register-modal-container{max-width:520px}.register-modal-content{max-height:70vh}.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:20px}}.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:#fff;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;border-bottom:1px solid #F5F5F5;position:relative;flex-shrink:0;background:#fff}.auth-mobile-modal-title{font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0;text-align:center;flex:1;padding:0 2.5rem}.auth-mobile-modal-close-btn{background:#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;position:absolute;right:1.25rem}.auth-mobile-modal-close-btn:active{background:#e8e8e8}.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-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 #E0E0E0;border-radius:12px;font-family:Inter,system-ui,sans-serif;font-size:16px;color:#333;background:#fff;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,system-ui,sans-serif;font-size:13px;color:#d32f2f;margin-top:.25rem}.auth-mobile-label{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;color:#333;margin-bottom:.25rem}.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,system-ui,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,system-ui,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:#FF6B35;flex-shrink:0;margin-top:2px}.auth-mobile-link-text{color:#ff6b35;text-decoration:none;cursor:pointer}.auth-mobile-link-text:active{opacity:.8}.auth-mobile-submit-button{width:100%;padding:1rem;background:#fb8c00;color:#fff;border:none;border-radius:12px;font-family:Inter,system-ui,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:#e67e00}.auth-mobile-submit-button:disabled{opacity:.5;cursor:not-allowed}.auth-mobile-link-button{background:none;border:none;color:#ff6b35;font-family:Inter,system-ui,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,system-ui,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,system-ui,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,system-ui,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,system-ui,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 #E0E0E0;border-radius:12px;text-align:center;font-family:Inter,system-ui,sans-serif;font-size:24px;font-weight:600;color:#333;background:#fff;transition:border-color .2s}.auth-mobile-code-input-digit:focus{outline:none;border-color:#ff6b35}.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,system-ui,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,system-ui,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:#fff;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:#fb8c00}.confirmation-modal-confirm-primary:hover:not(:disabled){background:#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-container{width:100%;padding:2rem 0}.menu-loading,.menu-error{text-align:center;padding:2rem;color:#4a5568}.menu-content{display:flex;flex-direction:column;gap:3rem}.menu-category{display:flex;flex-direction:column;gap:1.5rem}.menu-category-title{font-size:2rem;font-weight:700;color:#1a202c;margin:0}.menu-category-description{font-size:1rem;color:#4a5568;margin:0}.menu-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.menu-item{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.menu-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.menu-item-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.menu-item-name{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.menu-item-description{font-size:.875rem;color:#4a5568;margin:0;line-height:1.5}.menu-item-price{font-size:1.125rem;font-weight:700;color:#ff6b35;margin-top:auto}.menu-item-image-wrapper{width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden}.menu-item-image{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.menu-container{padding:1rem 0}.menu-category-title{font-size:1.5rem}.menu-items{grid-template-columns:1fr}}.menu-item-desktop{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 16px #abbed166;cursor:pointer;height:100%}.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;flex:1}.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;background:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#1a202c;white-space:nowrap}.menu-item-desktop-order-btn{padding:0;background:#fb8c00;color:#fff;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:#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:#f6f6f6;border-radius:8px;padding:.25rem}.quantity-selector-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}.quantity-selector-btn:hover:not(:disabled){background-color:#e0e0e0}.quantity-selector-btn:active:not(:disabled){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:96vh;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;position:relative;border-radius:30px;box-shadow:0 20px 60px #0000004d}.dish-detail-modal-container::-webkit-scrollbar{width:6px}.dish-detail-modal-container::-webkit-scrollbar-track{background:transparent;border-radius:10px}.dish-detail-modal-container::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:10px;transition:background .2s}.dish-detail-modal-container::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.dish-detail-modal-container{scrollbar-width:thin;scrollbar-color:#D0D0D0 transparent}.dish-detail-modal-image-section{position:relative;width:100%;aspect-ratio:1 / 1;background:#2c2c2c;overflow:hidden;flex-shrink:0;border-radius:30px 30px 0 0}.dish-detail-modal-image{width:100%;height:100%;object-fit:cover;object-position:center}.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{position:absolute;top:16px;right:64px;width:40px;height:40px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .2s;z-index:10001;overflow:visible}.dish-detail-modal-favorite-icon{font-size:24px;line-height:1;display:block;color:#000}.dish-detail-modal-favorite-btn:hover{background:#f5f5f5}.dish-detail-modal-favorite-btn:active{background:#e8e8e8}.dish-detail-modal-favorite-btn.favorite-active .dish-detail-modal-favorite-icon{color:red}.dish-detail-modal-close-btn{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .2s;z-index:10001}.dish-detail-modal-close-btn:hover{background:#f5f5f5}.dish-detail-modal-close-btn:active{background:#e8e8e8}.dish-detail-modal-content{padding:24px;display:flex;flex-direction:column;gap:24px;background:#fff}.dish-detail-modal-header{display:flex;align-items:flex-start;gap:16px}.dish-detail-modal-name{font-family:Inter,system-ui,sans-serif;font-size:28px;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,system-ui,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,system-ui,sans-serif;font-size:14px;font-weight:400;color:#666}.dish-detail-modal-info-item svg{flex-shrink:0}.dish-detail-modal-description-section{display:flex;flex-direction:column;gap:8px}.dish-detail-modal-description{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;color:#333;line-height:1.6;margin:0;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,system-ui,sans-serif;font-size:14px;font-weight:500;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{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0}.dish-detail-modal-disclaimer{font-family:Inter,system-ui,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}.dish-detail-modal-option-btn{padding:12px 20px;border-radius:8px;border:none;background:#f5f5f5;color:#000;font-family:Inter,system-ui,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:#fb8c00;color:#fff}.dish-detail-modal-option-btn.selected:hover{background:#e67e00}.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,system-ui,sans-serif;font-size:16px;font-weight:400;color:#000}.dish-detail-modal-ingredient-price{font-family:Inter,system-ui,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}.dish-detail-modal-ingredient-btn{width:32px;height:32px;border-radius:8px;border:1px solid #FB8C00;background:#fb8c00;color:#fff;font-size:20px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}.dish-detail-modal-ingredient-btn:not(:last-child):not(:disabled){background:#fff;color:#fb8c00;border-color:#fb8c00}.dish-detail-modal-ingredient-btn:not(:last-child):not(:disabled):hover{background:#fff5e6;border-color:#fb8c00}.dish-detail-modal-ingredient-btn:last-child:not(:disabled){background:#fb8c00;color:#fff;border-color:#fb8c00}.dish-detail-modal-ingredient-btn:last-child:not(:disabled):hover{background:#e67e00;border-color:#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,system-ui,sans-serif;font-size:16px;font-weight:600;color:#000;min-width:24px;text-align:center}.dish-detail-modal-footer{background:#fff;border-top:1px solid #E0E0E0;padding:16px 24px 38px;flex-shrink:0;margin-top:auto}.dish-detail-modal-footer-content{display:flex;align-items:center;justify-content:space-between;gap:0;max-width:502px;margin:0 auto}.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,system-ui,sans-serif;font-size:20px;font-weight:700;color:#000}.dish-detail-modal-add-to-cart-btn{padding:14px 32px;border-radius:8px;border:none;background:#fb8c00;color:#fff;font-family:Inter,system-ui,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:#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;background:#fff}.menu-desktop-wrapper{display:flex;gap:1.6rem;max-width:1400px;margin:0 auto;padding:0 2rem}.menu-desktop-sidebar{width:196px;flex-shrink:0;background:#fff;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:36px;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 1rem;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 1rem;background:transparent;border:none;border-radius:4px;text-align:left;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:28px;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:28px;color:#555760;padding:.5rem 1rem}.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:90px;overflow-y:visible}.menu-desktop-category-section{scroll-margin-top:120px}.menu-desktop-category-title{font-size:1.75rem;font-weight:700;color:#1a202c;padding-bottom:1rem}.menu-desktop-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.568rem}.menu-desktop-error,.menu-desktop-empty{text-align:center;padding:3rem 2rem;color:#718096}.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:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease;width:100%;height:120px}.menu-item-mobile:active{box-shadow:0 1px 4px #0000001f}.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}.menu-item-mobile-add-btn{width:40px;height:40px;background:#fb8c00;color:#fff;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:#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%;background:#fff;min-height:100vh}.menu-mobile-categories-wrapper{position:sticky;top:58px;z-index:50;background:#fff;padding:0;border-bottom:1px solid #E0E0E0}.menu-mobile-categories{display:flex;gap:0;padding:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.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}.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:10px;left:0;right:0;z-index:100;padding:.75rem 2%;background:transparent;box-shadow:none;display:flex;justify-content:center;align-items:center}.cart-bar-mobile-button{width:96%;max-width:96%;height:44px;background:#fb8c00;border:none;border-radius:8px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0 16px;color:#fff;transition:opacity .2s ease;box-sizing:border-box}.cart-bar-mobile-button:active{opacity:.8}.cart-bar-mobile-left{display:flex;flex-direction:row;align-items:center;gap:.5rem}.cart-bar-mobile-items-count{font-size:.875rem;font-weight:500;color:#fff;line-height:1.2}.cart-bar-mobile-price{font-size:1.125rem;font-weight:700;color:#fff;line-height:1.2}.cart-bar-mobile-right{display:flex;align-items:center;gap:.5rem;position:relative;padding-left:16px}.cart-bar-mobile-right:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background:#ffffff4d}.cart-bar-mobile-text{font-size:1rem;font-weight:600;color:#fff}.cart-bar-mobile-right svg{flex-shrink:0}@media(min-width:1200px){.cart-bar-mobile{display:none}}.cart-item-mobile{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #F0F0F0}.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:100px;width:560px;min-height:300px;max-height:620px;background:#fff;box-shadow:0 8px 24px #00000026;border-radius:0 0 12px 12px;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-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:#fff3e0;border-top:1px solid #FFE0B2;border-bottom:1px solid #FFE0B2;flex-shrink:0}.cart-desktop-delivery-icon{flex-shrink:0}.cart-desktop-delivery-text{font-size:.875rem;color:#e65100;line-height:1.4}.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:#fb8c00;color:#fff;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:#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:0}body.cart-open .header-desktop .header-desktop-content{position:relative;z-index:1002;background:#fff}.header-mobile{background:#fff;box-shadow:0 8px 16px #abbed166;border-radius:0 0 10px 10px;position:sticky;top:0;z-index:100;display:none!important;height:58px;border-bottom:1px solid #E0E0E0}@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:10px;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:#f6f6f6;border:none;border-radius:8px;width:36px;height:36px;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-back-btn{width:40px;height:40px;border-radius:8px;background:#fb8c00;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:#e67e00}.header-mobile-back-btn:active{transform:scale(.95);background:#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:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-side-menu{position:fixed;top:0;left:100%;width:100%;height:100vh;background:#fff;z-index:1000;display:flex;flex-direction:column;transition:left .3s ease-out;overflow-y:auto}.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:36px;height:36px;border:none;background:#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-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{background:#fff;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-main{display:grid;grid-template-columns:50% 45%;gap:3rem;padding-bottom:2rem;margin-bottom:0;align-items:start}.footer-desktop-left{display:flex;flex-direction:column}.footer-desktop-left-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:3rem;width:100%}.footer-desktop-left-grid>.footer-desktop-section:nth-child(1){grid-column:1;grid-row:1}.footer-desktop-left-grid>.footer-desktop-section:nth-child(2){grid-column:2;grid-row:1}.footer-desktop-left-grid>.footer-desktop-section:nth-child(3){grid-column:1;grid-row:2}.footer-desktop-left-grid>.footer-desktop-section:nth-child(4){grid-column:2;grid-row:2}.footer-desktop-right{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,system-ui,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,system-ui,sans-serif;font-size:.9375rem;font-weight:400;color:#333;line-height:1.6;margin:0}.footer-desktop-phones{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.footer-desktop-phone{font-family:Inter,system-ui,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}.footer-desktop-working-hours{display:flex;flex-direction:column;gap:0}.footer-desktop-day-row{display:flex;justify-content:space-between;align-items:center;font-family:Inter,system-ui,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,system-ui,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:.35rem}.footer-desktop-social-link{display:flex;align-items:center;gap:.5rem;font-family:Inter,system-ui,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-apps{display:flex;flex-direction:row;gap:1rem;margin-top:.5rem}.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:300px;border-radius:8px;overflow:hidden;margin-top:.5rem;box-shadow:0 2px 8px #0000001a}.footer-desktop-map{width:100%;height:100%;border:none}.footer-desktop-content-splitter{width:100%;height:2px;background:#e0e0e0;margin:0 0 2rem;padding:0;display:block;flex-shrink:0}.footer-desktop-bottom{padding:1.5rem 0 0;margin-top:2rem;border-top:none}.footer-desktop-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-desktop-copyright{font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;color:#666;margin:0}.footer-desktop-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-desktop-link{font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;color:#666;text-decoration:none;transition:color .2s}.footer-desktop-link:hover{color:#333}@media(max-width:1400px){.footer-desktop-main{gap:2rem}}@media(max-width:1200px){.footer-desktop-main{grid-template-columns:1fr;gap:2rem}.footer-desktop-left-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-desktop-map-container{height:250px}}.footer-mobile{background:#fff;color:#333;display:none!important;padding:0;border-top:1px solid #E0E0E0;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,system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0;line-height:1.2}.footer-mobile-app-subtitle{font-family:Inter,system-ui,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 #E0E0E0}.footer-mobile-info-item{margin-bottom:1.5rem}.footer-mobile-info-item:last-child{margin-bottom:0}.footer-mobile-label{font-family:Inter,system-ui,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,system-ui,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,system-ui,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,system-ui,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 #E0E0E0;display:flex;flex-direction:column;gap:.75rem}.footer-mobile-schedule-day{display:flex;justify-content:space-between;align-items:center;font-family:Inter,system-ui,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-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}@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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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:calc(1.5rem + 20px) 0 0 0;background:#fff;overflow-x:hidden;overflow-y:visible}@media(min-width:1200px){.special-offers-container{max-width:1600px;margin:0 auto;padding-left:1rem;padding-right:1rem}}@media(max-width:1199px){.special-offers-container{padding-left:1rem;padding-right:1rem}}.special-offers-loading{text-align:center;padding:2rem;color:#4a5568}.special-offers-swiper{width:100%;max-width:1312px;margin:0 auto;padding-bottom:2.5rem;padding-top:0;overflow-x:hidden;overflow-y:visible}.special-offers-swiper .swiper-slide{display:flex;justify-content:center;align-items:center}.special-offer-card{width:85vw;max-width:620px;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px #0000001a;background:#fff;aspect-ratio:600 / 300}.special-offer-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.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:.5rem;left:50%;transform:translate(-50%);width:auto!important;display:flex;justify-content:center;align-items:center;gap:.5rem}.special-offers-swiper .swiper-pagination-bullet{width:10px;height:10px;background:#0003;opacity:1;transition:all .3s ease;border-radius:50%;cursor:pointer;margin:0!important}.special-offers-swiper .swiper-pagination-bullet:hover{background:#0006;transform:scale(1.2)}.special-offers-swiper .swiper-pagination-bullet-active{background:#ff6b35;width:12px;height:12px;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{background-color:#fff;width:100%}.body-desktop-special-offers .special-offers-container{background:#fff;border-bottom:none}.body-desktop-menu{background-color:#fef3c7;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{background-color:#fff;width:100%}.body-mobile-special-offers .special-offers-container{background:#fff;border-bottom:none}.body-mobile-menu{background-color:#93c5fd;width:100%}.body-mobile-menu .menu-container{background:transparent}.main-content{flex:1;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:600px}.profile-data-title{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin:0 0 2rem;line-height:1.5}.profile-data-loading{padding:0 2rem 2rem;text-align:center;color:#666;margin-top:0}.profile-data-error{padding:.75rem 1rem;background:#ffebee;color:#d32f2f;border-radius:8px;margin-bottom:1rem}.profile-data-success{padding:.75rem 1rem;background:#e8f5e9;color:#2e7d32;border-radius:8px;margin-bottom:1rem}.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:#333;margin-bottom:.5rem}.profile-data-input{padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;color:#333;background:#fff;transition:border-color .2s}.profile-data-input:focus{outline:none;border-color:#ff6b35}.profile-data-input:disabled{background:#f5f5f5;color:#666;cursor:not-allowed;opacity:.7}.profile-data-input::placeholder{color:#999}.profile-data-input-disabled{background:#f5f5f5;color:#666;cursor:not-allowed}.profile-data-submit{padding:.875rem 2rem;background:#fb8c00;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;margin-top:.5rem;align-self:center;width:310px}.profile-data-submit:hover:not(:disabled){background:#e67e00}.profile-data-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.profile-data-row{grid-template-columns:1fr}}.order-history{max-width:600px;width:100%}.order-history-title{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin:0 0 2rem;line-height:1.5}.order-history-loading,.order-history-error{padding:2rem;text-align:center}.order-history-error{color:#d32f2f;background:#ffebee;border-radius:8px}.order-history-empty{padding:0 1rem 3rem;text-align:center;color:#666;margin-top:0}.order-history-empty-title{font-size:1.125rem;font-weight:500;margin:0 0 .5rem;color:#333}.order-history-empty-description{font-size:.875rem;margin:0;color:#666}.order-history-list{display:flex;flex-direction:column;gap:0;margin-top:0}.order-history-date-header{font-size:1rem;font-weight:600;color:#333;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 #808080;border-radius:15px;padding:1rem;margin-bottom:.75rem;cursor:pointer;transition:box-shadow .2s}.order-history-item:hover{box-shadow:0 2px 4px #0000001a}.order-history-item-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.order-history-item-left{flex:1;min-width:0}.order-history-item-number{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#333;margin-bottom:.25rem}.order-history-item-status{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#666}.order-history-item-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.order-history-item-reorder,.order-history-item-expand{background:transparent;border:none;cursor:pointer;padding:.25rem;color:#333;transition:opacity .2s;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.order-history-item-reorder svg{display:block}.order-history-item-reorder:hover:not(:disabled){opacity:.7}.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{opacity:.7}.order-history-item-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.order-history-item-description{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#333;line-height:1.5;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.order-history-item-price{font-size:1rem;font-weight:600;color:#333;white-space:nowrap;flex-shrink:0}.order-history-item-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.75rem}.order-history-item-detail{display:flex;align-items:center;gap:.75rem}.order-history-item-detail-image{width:90px;height:90px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#e0e0e0}.order-history-item-detail-info{flex:1;min-width:0}.order-history-item-detail-name{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#333;margin-bottom:.25rem}.order-history-item-detail-size{font-family:Inter,sans-serif;font-size:12px;font-weight:300;color:#666}.order-history-item-detail-price{font-size:.875rem;font-weight:600;color:#333;white-space:nowrap;flex-shrink:0}@media(max-width:768px){.order-history-title{font-size:1.25rem;margin-bottom:1.5rem}.order-history-item{padding:.875rem}.order-history-item-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}.order-history-item-price{align-self:flex-end}.order-history-item-detail{gap:.5rem}.order-history-item-detail-image{width:75px;height:75px}}.addresses{max-width:600px;width:100%}.addresses-title{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin:0 0 2rem;line-height:1.5}.addresses-loading,.addresses-error{padding:2rem;text-align:center}.addresses-error{color:#d32f2f;background:#ffebee;border-radius:8px;padding:1rem}.addresses-retry{margin-top:1rem;padding:.5rem 1rem;background:#ff6b35;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.875rem}.addresses-retry:hover{background:#e55a2b}.addresses-empty{padding:0 1rem 3rem;text-align:center;color:#666;margin-top:0}.addresses-empty-title{font-size:1.125rem;font-weight:500;margin:0 0 .5rem;color:#333}.addresses-empty-description{font-size:.875rem;margin:0;color:#666}.addresses-list{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:0;margin-top:0;margin-bottom:1.5rem;overflow:hidden}.address-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background .2s;gap:1rem}.address-item:last-child{border-bottom:none}.address-item:hover{background:#f5f5f5}.address-item.selected{background:#f9f9f9}.address-item-radio{flex-shrink:0}.address-item-radio input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#333}.address-item-content{flex:1;min-width:0}.address-item-name{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#333;margin-bottom:.25rem}.address-item-full{font-family:Inter,sans-serif;font-size:.75rem;color:#666;line-height:1.4;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:.5rem;flex-shrink:0}.address-item-edit,.address-item-delete{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:background .2s}.address-item-edit:hover,.address-item-delete:hover{background:#e0e0e0}.address-item-edit svg,.address-item-delete svg{display:block}.addresses-add-button{width:310px;padding:.875rem 1.5rem;background:#fb8c00;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;margin:0 auto;display:block}.addresses-add-button:hover{background:#e67e00}.address-form-overlay{position:fixed!important;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000!important;padding:1rem}.address-form-field input:focus,.address-form-field textarea:focus{outline:none;border-color:#ff6b35}.address-form-save{background:#ff6b35;color:#fff}.address-form-save:hover:not(:disabled){background:#e55a2b}@media(max-width:768px){.addresses-title{font-size:1.25rem;margin-bottom:1.5rem}.address-form-row{grid-template-columns:1fr}.address-form-modal{max-height:95vh}}.favorites{max-width:600px;width:100%}.favorites-wrapper,.favorites-spacer{display:none}.favorites-content{width:100%}.favorites-title{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin:0 0 2rem;line-height:1.5}.favorites-empty{padding:0 1rem 3rem;text-align:center;color:#666;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,system-ui,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)}}.change-password{max-width:600px}.change-password-title{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin:0 0 2rem;line-height:1.5}.change-password-error{padding:.75rem 1rem;background:#ffebee;color:#d32f2f;border-radius:8px;margin-bottom:1rem}.change-password-success{padding:.75rem 1rem;background:#e8f5e9;color:#2e7d32;border-radius:8px;margin-bottom:1rem}.change-password-form{display:flex;flex-direction:column;gap:1rem;margin-top:0}.change-password-field{display:flex;flex-direction:column}.change-password-input{padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;color:#333;background:#fff;transition:border-color .2s}.change-password-input:focus{outline:none;border-color:#ff6b35}.change-password-input:disabled{background:#f5f5f5;cursor:not-allowed}.change-password-input::placeholder{color:#999}.change-password-submit{padding:.875rem 2rem;background:#fb8c00;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;margin-top:.5rem;align-self:center;width:310px}.change-password-submit:hover:not(:disabled){background:#e67e00}.change-password-submit:disabled{opacity:.6;cursor:not-allowed}.change-password-label{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;color:#333;margin-bottom:.5rem}.change-password-field-error{font-family:Inter,system-ui,sans-serif;font-size:12px;color:#d32f2f;margin-top:.25rem}.change-password-success-message{padding:.75rem;background-color:#e8f5e9;border:1px solid #81C784;border-radius:8px;color:#2e7d32;font-family:Inter,system-ui,sans-serif;font-size:14px;text-align:center;margin-bottom:.5rem}.change-password-info{padding:.75rem;background-color:#fff3e0;border:1px solid #FFB74D;border-radius:8px;color:#e65100;font-family:Inter,system-ui,sans-serif;font-size:14px;text-align:center}.change-password-link-button{background:none;border:none;color:#ff6b35;font-family:Inter,system-ui,sans-serif;font-size:14px;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s;text-align:center;margin-top:.5rem}.change-password-link-button:hover{opacity:.8;text-decoration:underline}.code-input-container{display:flex;gap:.75rem;justify-content:center;margin-bottom:.5rem}.code-input-digit{width:60px;height:60px;border:1px solid #E0E0E0;border-radius:8px;text-align:center;font-family:Inter,system-ui,sans-serif;font-size:24px;font-weight:600;color:#333;background:#fff;transition:border-color .2s}.code-input-digit:focus{outline:none;border-color:#ff6b35}.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:.5rem}.code-resend-text{font-family:Inter,system-ui,sans-serif;font-size:14px;color:#0009}.code-resend-button{background:none;border:none;color:#ff6b35;font-family:Inter,system-ui,sans-serif;font-size:14px;cursor:pointer;padding:0;text-decoration:underline;transition:opacity .2s}.code-resend-button:hover:not(:disabled){opacity:.8}.code-resend-button:disabled{opacity:.5;cursor:not-allowed}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper .change-password-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,system-ui,sans-serif;font-size:12px;color:#0009;white-space:nowrap}.change-password-input.error{border-color:#d32f2f}.profile-page{background:#fff;padding:2rem 0}.profile-page-loading{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#666}.profile-page-container{max-width:1600px;margin:0 auto;padding:0 1rem;display:flex;gap:2rem}.profile-sidebar{width:280px;flex-shrink:0}.profile-nav{display:flex;flex-direction:column;gap:.5rem}.profile-nav-item{padding:.875rem 1rem;background:transparent;border:none;border-radius:8px;text-align:left;font-size:1rem;font-weight:500;color:#333;cursor:pointer;transition:all .2s;font-family:inherit}.profile-nav-item:hover{background:#f5f5f5}.profile-nav-item.active{background:#f0f0f0;color:#333;font-weight:600}.profile-nav-logout{margin-top:1rem;color:#d32f2f}.profile-nav-logout:hover{background:#ffebee;color:#d32f2f}.profile-content{flex:1;min-width:0}@media(max-width:768px){.profile-page-container{flex-direction:column}.profile-sidebar{display:none}.profile-content{width:100%}}.cart-page-mobile{min-height:100vh;background:#fff;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 #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 #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:#fb8c00}.cart-page-mobile-footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:#fff;border-top:1px solid #E0E0E0;z-index:1000;padding-bottom:calc(1rem + env(safe-area-inset-bottom));pointer-events:auto}.cart-page-mobile-checkout-btn{width:100%;height:50px;background:#fb8c00;color:#fff;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:#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}}.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:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.address-form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.address-form-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#333}.address-form-close{background:transparent;border:none;font-size:2rem;line-height:1;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.address-form-close:hover{background:#f5f5f5}.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:#333;margin-bottom:.5rem}.address-form-field input,.address-form-field textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#333;background:#fff;transition:border-color .2s;box-sizing:border-box}.address-form-field input:focus,.address-form-field textarea:focus{outline:none;border-color:#fb8c00}.address-form-field input.error,.address-form-field textarea.error{border-color:#d32f2f}.address-form-error{display:block;font-size:.75rem;color:#d32f2f;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;border-top:1px solid #e0e0e0}.address-form-cancel,.address-form-save{flex:1;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.address-form-cancel{background:#f5f5f5;color:#333}.address-form-cancel:hover{background:#e0e0e0}.address-form-save{background:#fb8c00;color:#fff}.address-form-save:hover:not(:disabled){background:#e67e00}.address-form-save:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.address-form-row{grid-template-columns:1fr}.address-form-modal{max-height:95vh}}.order-success-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1002;padding:1rem}.order-success-modal{background:#fff;border-radius:20px;padding:2rem 1.5rem;max-width:400px;width:100%;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 60px #0000004d}.order-success-icon-container{width:80px;height:80px;border-radius:50%;background:#4caf50;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;flex-shrink:0}.order-success-check-icon{width:50px;height:50px}.order-success-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#333;text-align:center;line-height:1.5}.order-success-subtitle{margin:0 0 2rem;font-size:.875rem;font-weight:400;color:#333333b3;text-align:center;line-height:1.5}.order-success-message{margin:0 0 2rem;font-size:.875rem;color:#333333b3;text-align:center;line-height:1.5}.order-success-button{width:100%;padding:1rem;background:#616161;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;font-family:inherit}.order-success-button:hover{background:#424242}.order-success-button:active{background:#212121}@media(max-width:768px){.order-success-modal{padding:1.5rem 1.25rem}.order-success-title{font-size:1rem}.order-success-message{font-size:.8125rem}}.checkout-page-mobile{min-height:100vh;background:#fff;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{background:#fff;border:1px solid #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:#fb8c00;font-size:1rem}.checkout-page-mobile-financial-divider{height:1px;background-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:#fb8c00;background:#fff5e6}.checkout-page-mobile-delivery-btn.active{background:#fb8c00;border-color:#fb8c00;color:#fff}.checkout-page-mobile-delivery-btn:disabled{opacity:.5;cursor:not-allowed}.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-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem}.checkout-page-mobile-required{color:#fb8c00;margin-left:.25rem}.checkout-page-mobile-select,.checkout-page-mobile-input{width:100%;padding:.75rem;font-size:1rem;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:#fb8c00}.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;font-size:1rem;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:#fb8c00}.checkout-page-mobile-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.checkout-page-mobile-field-error{color:red;font-size:.875rem;margin-top:.25rem}.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-payment-option.selected{background:#fff5e6}.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-label{font-size:1rem;color:#333}.checkout-page-mobile-payment-divider{height:1px;background:#e0e0e0;margin:0}.checkout-page-mobile-footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:#fff;border-top:1px solid #E0E0E0;z-index:10;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.checkout-page-mobile-submit-btn{width:100%;height:50px;background:#fb8c00;color:#fff;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:#f57c00;transform:scale(.98)}.checkout-page-mobile-submit-btn:disabled{background:#ccc;cursor:not-allowed}@media(max-width:1199px){.checkout-page-mobile{display:flex}}@media(min-width:1200px){.checkout-page-mobile{display:none}}.checkout-page{min-height:calc(100vh - 100px);background:#fff;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,system-ui,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-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:hover:not(:disabled){border-color:#fb8c00;background:#fff5e6}.checkout-delivery-btn.active{background:#fb8c00;border-color:#fb8c00;color:#fff}.checkout-delivery-btn:disabled{opacity:.5;cursor:not-allowed}.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:#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,system-ui,sans-serif;font-size:22px;font-weight:500;color:#333;margin-bottom:.5rem}.checkout-required{color:#e53935;margin-left:.25rem}.checkout-input,.checkout-select,.checkout-textarea{width:100%;padding:.875rem;font-size:1rem;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:#fb8c00}.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:#fb8c00;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;margin-top:1rem}.checkout-submit-btn:hover:not(:disabled){background:#f57c00}.checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed}.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:#fff3e0}.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:#000}.checkout-radio-button-inner{width:10px;height:10px;border-radius:50%;background-color:#000}.checkout-payment-label{font-size:1rem;color:#333;flex:1}.checkout-payment-divider{height:1px;background-color:#e0e0e0;margin:0 1rem}@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}}.favorites-page-mobile{background:#fff;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{background:#fff;min-height:calc(100vh - 100px);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 - 58px)}.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{background:#fff;min-height:calc(100vh - 100px);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:1200px;aspect-ratio:600 / 300;border-radius:16px;overflow:hidden;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.special-offer-detail-page-img{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:#fb8c00;color:#fff;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:1rem}.special-offer-detail-page-menu-button:hover{background:#e67e00}.special-offer-detail-page-menu-button:active{background:#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}.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:2rem}}.dish-detail-page-mobile{min-height:100vh;background:#fff;display:flex;flex-direction:column;padding-bottom:calc(100px + env(safe-area-inset-bottom));position:relative;overflow-x:hidden}.dish-detail-page-mobile-loading{display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,system-ui,sans-serif;font-size:16px;color:#666}.dish-detail-page-mobile-image-section{width:100%;aspect-ratio:1 / 1;background:#2c2c2c;overflow:hidden;flex-shrink:0;position:relative}.dish-detail-page-mobile-image{width:100%;height:100%;object-fit:cover;object-position:center}.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:40px;height:40px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .2s,transform .1s;z-index:10;padding:0}.dish-detail-page-mobile-favorite-btn svg{width:90px;height:90px}.dish-detail-page-mobile-favorite-btn:active{background:#f5f5f5;transform:scale(.95)}.dish-detail-page-mobile-favorite-btn.favorite-active{color:red}.dish-detail-page-mobile-favorite-btn.favorite-active svg{fill:red;stroke:red}.dish-detail-page-mobile-content{padding:20px 16px;display:flex;flex-direction:column;gap:20px;background:#fff;flex:1}.dish-detail-page-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.dish-detail-page-mobile-name{font-family:Inter,system-ui,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,system-ui,sans-serif;font-size:14px;font-weight:400;color:#666}.dish-detail-page-mobile-info-item svg{flex-shrink:0}.dish-detail-page-mobile-description-section{display:flex;flex-direction:column;gap:8px}.dish-detail-page-mobile-description{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;color:#333;line-height:1.6;margin:0;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,system-ui,sans-serif;font-size:14px;font-weight:500;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{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0}.dish-detail-page-mobile-disclaimer{font-family:Inter,system-ui,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}.dish-detail-page-mobile-option-btn{padding:12px 20px;border-radius:8px;border:none;background:#f5f5f5;color:#000;font-family:Inter,system-ui,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:#fb8c00;color:#fff}.dish-detail-page-mobile-option-btn.selected:hover{background:#e67e00}.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:16px}.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,system-ui,sans-serif;font-size:16px;font-weight:400;color:#000}.dish-detail-page-mobile-ingredient-price{font-family:Inter,system-ui,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:8px;width:120px;justify-content:flex-end}.dish-detail-page-mobile-ingredient-btn{width:32px;height:32px;border-radius:8px;border:1px solid #FB8C00;background:#fb8c00;color:#fff;font-size:20px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}.dish-detail-page-mobile-ingredient-btn:not(:last-child):not(:disabled){background:#fff;color:#fb8c00;border-color:#fb8c00}.dish-detail-page-mobile-ingredient-btn:not(:last-child):not(:disabled):hover{background:#fff5e6;border-color:#fb8c00}.dish-detail-page-mobile-ingredient-btn:last-child:not(:disabled){background:#fb8c00;color:#fff;border-color:#fb8c00}.dish-detail-page-mobile-ingredient-btn:last-child:not(:disabled):hover{background:#e67e00;border-color:#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,system-ui,sans-serif;font-size:16px;font-weight:600;color:#000;min-width:24px;text-align:center}.dish-detail-page-mobile-bottom-spacing{height:20px}.dish-detail-page-mobile-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1rem;border-top:1px solid #E0E0E0;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:#fb8c00;color:#fff;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:space-between;padding:0 20px;box-sizing:border-box}.dish-detail-page-mobile-add-to-cart-btn:active:not(:disabled){background:#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}.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}@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;background:#fff!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}}.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{top:100px!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{top:90px!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}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;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,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{width:100%;min-height:100vh}
