:root{--white:#fff;--black:#1a1a1a;--red:#c0392b;--red-dark:#a93226;--gold:#f1c40f;--gold-light:#f9e79f;--gold-dark:#d4ac0d;--bg-gray:#f8f9fa;--shadow-sm:0 2px 10px #00000014;--shadow-red:0 4px 20px #c0392b4d;--font-heading:"Georgia",serif;--font-body:"Inter",sans-serif}.cart-overlay{-webkit-backdrop-filter:blur(4px);z-index:1100;background:#0009;width:100%;height:100%;position:fixed;top:0;left:0}.order-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1200;background:#000c;width:100%;height:100%;position:fixed;top:0;left:0}.cart-drawer{background:var(--white);z-index:1101;flex-direction:column;width:100%;max-width:480px;height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #00000026}.cart-header{border-bottom:2px solid var(--gold);flex-shrink:0;justify-content:space-between;align-items:center;min-height:80px;padding:20px 24px;display:flex}.cart-title{font-size:1.6rem;font-family:var(--font-heading);color:var(--black);flex-wrap:wrap;align-items:center;gap:10px;margin:0;display:flex}.cart-count{background:var(--bg-gray);color:var(--red);font-size:.85rem;font-weight:500;font-family:var(--font-body);border-radius:30px;padding:4px 12px}.cart-close{background:var(--bg-gray);cursor:pointer;width:40px;height:40px;color:var(--black);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.cart-close:hover{background:var(--red);color:var(--white);transform:rotate(90deg)}.cart-close svg{width:22px;height:22px}.cart-content{flex:1;padding:20px 24px;overflow-y:auto}.cart-content::-webkit-scrollbar{width:4px}.cart-content::-webkit-scrollbar-track{background:var(--bg-gray)}.cart-content::-webkit-scrollbar-thumb{background:var(--gold);border-radius:2px}.cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px 0;display:flex}.empty-cart-icon{width:100px;height:100px;color:var(--gold);opacity:.4;margin-bottom:20px}.empty-cart-text{font-size:1.3rem;font-weight:600;font-family:var(--font-heading);margin-bottom:6px}.empty-cart-subtext{color:#666;margin-bottom:20px;font-size:.95rem}.empty-cart-btn{background:var(--red);color:var(--white);cursor:pointer;box-shadow:var(--shadow-red);border:none;border-radius:50px;padding:14px 36px;font-size:.95rem;font-weight:600;transition:all .3s}.empty-cart-btn:hover{background:var(--red-dark);transform:translateY(-2px)}.cart-items{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.cart-item{background:var(--bg-gray);border-radius:14px;gap:14px;padding:14px 16px;display:flex}.item-image{border:2px solid var(--gold-light);background:#f0f0f0;border-radius:10px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%;display:block}.item-details{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.item-name{color:var(--black);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 2px;font-size:.95rem;font-weight:600;display:-webkit-box;overflow:hidden}.item-price{color:var(--red);margin:0 0 8px;font-size:1rem;font-weight:700}.item-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.quantity-control{background:#fff;border:1px solid #f1c40f;border-radius:30px;align-items:center;gap:10px;padding:2px 4px;display:flex;box-shadow:0 2px 8px #0000000f}.quantity-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;line-height:1;transition:all .2s;display:flex}.quantity-btn:hover{background:#f1c40f;border-color:#f1c40f;transform:scale(1.05)}.quantity-btn:active{transform:scale(.92)}.quantity-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.quantity{text-align:center;color:#1a1a1a;background:0 0;min-width:28px;padding:0 4px;font-size:1rem;font-weight:700}.remove-item{color:#c0392b;cursor:pointer;background:#ff6b6b14;border:1px solid #ff6b6b;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.remove-item:hover{color:#fff;background:#c0392b;border-color:#c0392b;transform:rotate(90deg)}.remove-item:active{transform:rotate(90deg)scale(.9)}.remove-item svg{stroke:currentColor;stroke-width:2px;width:18px;height:18px}.cart-footer{border-top:2px solid var(--gold-light);background:var(--white);flex-shrink:0;padding-top:16px}.cart-total{justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 4px;font-size:1.2rem;font-weight:700;display:flex}.total-price{color:var(--red);font-size:1.4rem}.cart-buttons{gap:10px;display:flex}.checkout-btn{background:var(--red);color:var(--white);cursor:pointer;box-shadow:var(--shadow-red);border:none;border-radius:50px;flex:2;padding:14px 20px;font-size:1rem;font-weight:700;transition:all .3s}.checkout-btn:hover{background:var(--red-dark);transform:translateY(-2px)}.clear-cart-btn{color:var(--black);border:2px solid var(--gold-light);cursor:pointer;background:0 0;border-radius:50px;flex:1;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .3s}.clear-cart-btn:hover{background:var(--gold);border-color:var(--gold)}.cart-loading{justify-content:center;align-items:center;height:100%;display:flex}.loading-spinner{border:3px solid var(--bg-gray);border-top:3px solid var(--red);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.order-modal{z-index:1201;background:#2d2a24;border:1px solid #bc8c4c4d;border-radius:20px;width:92%;max-width:500px;max-height:85vh;position:fixed;overflow:hidden;box-shadow:0 20px 40px #00000080;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.order-modal-close{cursor:pointer;color:#fff;z-index:2;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex;position:absolute;top:12px;right:12px}.order-modal-close:hover{background:#ff4d4d;transform:rotate(90deg)}.order-modal-close svg{width:18px;height:18px}.order-modal-content{text-align:center;max-height:calc(85vh - 20px);padding:28px 24px 24px;overflow-y:auto}.order-modal-icon{background:#bc8c4c1a;border:2px solid #bc8c4c;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.order-modal-icon svg{color:#bc8c4c;width:32px;height:32px}.order-modal-title{font-size:1.5rem;font-family:var(--font-heading);color:#fff;margin-bottom:16px}.order-modal-items{background:#ffffff0d;border-radius:12px;max-height:180px;margin-bottom:14px;padding:12px;overflow-y:auto}.order-modal-items::-webkit-scrollbar{width:3px}.order-modal-items::-webkit-scrollbar-thumb{background:#bc8c4c;border-radius:2px}.order-modal-item{border-bottom:1px solid #bc8c4c1a;align-items:center;padding:8px 0;display:flex}.order-modal-item:last-child{border-bottom:none}.order-item-image{background:#1a1a1a;border:1px solid #bc8c4c33;border-radius:6px;flex-shrink:0;width:36px;height:36px;overflow:hidden}.order-item-image img{object-fit:cover;width:100%;height:100%;display:block}.order-item-name{text-align:left;color:#fff;-webkit-line-clamp:1;-webkit-box-orient:vertical;flex:1;margin:0 10px;font-size:.85rem;display:-webkit-box;overflow:hidden}.order-item-quantity{color:#bc8c4c;margin:0 6px;font-size:.85rem;font-weight:600}.order-item-price{color:#bc8c4c;text-align:right;min-width:70px;font-size:.85rem;font-weight:600}.order-modal-total{color:#fff;background:#bc8c4c1a;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;font-size:1.1rem;font-weight:600;display:flex}.order-total-price{color:#bc8c4c;font-size:1.2rem}.order-modal-text{color:#b0b0b0;margin-bottom:20px;font-size:.85rem;line-height:1.5}.order-modal-buttons{gap:10px;display:flex}.order-call-btn{color:#1a1a1a;cursor:pointer;background:#bc8c4c;border:none;border-radius:50px;flex:2;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.order-call-btn svg{width:18px;height:18px}.order-call-btn:hover{color:#fff;background:#ff4d4d;transform:translateY(-2px)}.order-cancel-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #bc8c4c4d;border-radius:50px;flex:1;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .3s}.order-cancel-btn:hover{background:#bc8c4c1a;border-color:#bc8c4c}body.no-scroll{width:100%!important;height:100%!important;position:fixed!important;overflow:hidden!important}@media (max-width:1024px){.cart-drawer{max-width:420px}}@media (max-width:768px){.cart-drawer{border-radius:0;max-width:100%}.cart-header{min-height:64px;padding:16px 18px}.cart-title{font-size:1.3rem}.cart-count{padding:3px 10px;font-size:.75rem}.cart-content{padding:16px 18px}.cart-item{border-radius:12px;gap:12px;padding:12px 14px}.item-image{border-radius:8px;width:70px;height:70px}.item-name{font-size:.85rem}.item-price{margin-bottom:6px;font-size:.9rem}.quantity-btn{width:28px;height:28px;font-size:1rem}.quantity{min-width:24px;font-size:.9rem}.remove-item{width:30px;height:30px}.remove-item svg{width:16px;height:16px}.cart-total{margin-bottom:12px;font-size:1.1rem}.total-price{font-size:1.2rem}.checkout-btn,.clear-cart-btn{padding:12px 16px;font-size:.9rem}.empty-cart-icon{width:80px;height:80px}.empty-cart-text{font-size:1.1rem}.empty-cart-subtext{font-size:.85rem}.empty-cart-btn{padding:12px 30px;font-size:.85rem}.order-modal{border-radius:16px;width:92%;max-width:400px;max-height:90vh;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.order-modal-content{padding:20px 16px 16px}.order-modal-title{font-size:1.3rem}.order-modal-icon{width:56px;height:56px}.order-modal-icon svg{width:28px;height:28px}.order-modal-items{max-height:150px;padding:10px}.order-item-image{width:32px;height:32px}.order-item-name{margin:0 8px;font-size:.8rem}.order-item-quantity{font-size:.8rem}.order-item-price{min-width:60px;font-size:.8rem}.order-modal-total{padding:10px 14px;font-size:1rem}.order-total-price{font-size:1.1rem}.order-modal-text{margin-bottom:16px;font-size:.8rem}.order-call-btn,.order-cancel-btn{padding:10px 14px;font-size:.85rem}}@media (max-width:480px){.cart-header{min-height:56px;padding:12px 14px}.cart-title{gap:6px;font-size:1.1rem}.cart-count{padding:2px 8px;font-size:.65rem}.cart-close{width:34px;height:34px}.cart-close svg{width:18px;height:18px}.cart-content{padding:12px 14px}.cart-item{border-radius:10px;gap:10px;padding:10px 12px}.item-image{border-radius:6px;width:60px;height:60px}.item-name{-webkit-line-clamp:2;font-size:.75rem}.item-price{margin-bottom:4px;font-size:.8rem}.quantity-control{gap:6px}.quantity-btn{width:24px;height:24px;font-size:.85rem}.quantity{min-width:16px;font-size:.8rem}.remove-item{width:28px;height:28px}.remove-item svg{width:14px;height:14px}.cart-total{margin-bottom:10px;font-size:1rem}.total-price{font-size:1.1rem}.cart-buttons{flex-direction:column;gap:8px}.checkout-btn,.clear-cart-btn{width:100%;padding:10px 14px;font-size:.85rem}.empty-cart-icon{width:60px;height:60px}.empty-cart-text{font-size:1rem}.empty-cart-subtext{font-size:.8rem}.empty-cart-btn{padding:10px 24px;font-size:.8rem}.order-modal{border-radius:14px;width:95%;max-width:340px;max-height:90vh;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.order-modal-content{padding:16px 12px 14px}.order-modal-title{font-size:1.1rem}.order-modal-icon{width:48px;height:48px}.order-modal-icon svg{width:24px;height:24px}.order-modal-items{max-height:120px;padding:8px}.order-modal-item{padding:6px 0}.order-item-image{width:28px;height:28px}.order-item-name{margin:0 6px;font-size:.75rem}.order-item-quantity{font-size:.75rem}.order-item-price{min-width:50px;font-size:.75rem}.order-modal-total{padding:8px 12px;font-size:.9rem}.order-total-price{font-size:1rem}.order-modal-text{margin-bottom:14px;font-size:.75rem}.order-modal-buttons{flex-direction:column;gap:8px}.order-call-btn,.order-cancel-btn{width:100%;padding:10px 12px;font-size:.8rem}}@media (max-width:360px){.cart-header{min-height:48px;padding:10px 12px}.cart-title{font-size:1rem}.cart-content{padding:10px 12px}.cart-item{gap:8px;padding:8px 10px}.item-image{width:50px;height:50px}.item-name{font-size:.7rem}.item-price{font-size:.75rem}.quantity-btn{width:22px;height:22px;font-size:.8rem}.quantity{min-width:14px;font-size:.75rem}.remove-item{width:24px;height:24px}.remove-item svg{width:12px;height:12px}.cart-total{font-size:.9rem}.total-price{font-size:1rem}.checkout-btn,.clear-cart-btn{padding:8px 12px;font-size:.8rem}.order-modal{max-width:300px}.order-modal-content{padding:14px 10px 12px}.order-modal-title{font-size:1rem}.order-modal-icon{width:40px;height:40px}.order-modal-icon svg{width:20px;height:20px}}@media (hover:none) and (pointer:coarse){.quantity-btn:active,.remove-item:active{transform:scale(.9)}.checkout-btn:active,.clear-cart-btn:active,.empty-cart-btn:active,.order-call-btn:active,.order-cancel-btn:active{transform:scale(.96)}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}button:focus-visible{outline:3px solid var(--gold);outline-offset:2px}@media (prefers-contrast:high){.cart-drawer{border-left:3px solid var(--black)}.cart-header{border-bottom:3px solid var(--black)}.cart-footer{border-top:3px solid var(--black)}.item-image{border:2px solid var(--black)}.checkout-btn{background:var(--black);color:var(--white)}.order-modal,.order-modal-icon{border:2px solid #bc8c4c}}
.order-modal-overlay{-webkit-backdrop-filter:blur(8px)!important;z-index:9999!important;background:#000c!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;position:fixed!important;inset:0!important}.order-modal-container{z-index:10000!important;box-sizing:border-box!important;background:#2d2a24!important;border:1px solid #bc8c4c4d!important;border-radius:20px!important;width:92%!important;max-width:580px!important;max-height:90vh!important;margin:0!important;padding:30px 28px 28px!important;position:fixed!important;top:50%!important;left:50%!important;overflow-y:auto!important;transform:translate(-50%,-50%)!important;box-shadow:0 20px 60px #000c!important}.order-modal-container::-webkit-scrollbar{width:4px}.order-modal-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.order-modal-container::-webkit-scrollbar-thumb{background:#bc8c4c;border-radius:2px}.order-modal-close{float:right!important;cursor:pointer!important;color:#fff!important;z-index:2!important;background:#ffffff1a!important;border:none!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;margin-bottom:10px!important;transition:all .3s!important;display:flex!important;position:sticky!important;top:0!important}.order-modal-close:hover{background:#ff4d4d!important;transform:rotate(90deg)!important}.order-modal-close svg{width:20px!important;height:20px!important}.order-modal-title{color:#fff!important;text-align:center!important;clear:both!important;margin-bottom:24px!important;font-family:Georgia,serif!important;font-size:1.6rem!important}.order-form{flex-direction:column!important;gap:18px!important;display:flex!important}.form-group{flex-direction:column!important;gap:6px!important;display:flex!important}.form-group label{color:#bc8c4c!important;font-size:.9rem!important;font-weight:600!important}.form-input{color:#fff!important;box-sizing:border-box!important;background:#ffffff0d!important;border:2px solid #bc8c4c33!important;border-radius:10px!important;width:100%!important;padding:12px 16px!important;font-size:1rem!important;transition:all .3s!important}.form-input:focus{background:#ffffff14!important;border-color:#bc8c4c!important;outline:none!important}.form-input::placeholder{color:#ffffff4d!important}.location-header{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;display:flex!important}.location-actions{gap:8px!important;display:flex!important}.locate-btn,.edit-location-btn{color:#bc8c4c!important;cursor:pointer!important;white-space:nowrap!important;background:#bc8c4c1a!important;border:1px solid #bc8c4c4d!important;border-radius:20px!important;padding:6px 14px!important;font-size:.8rem!important;transition:all .3s!important}.locate-btn:hover,.edit-location-btn:hover{background:#bc8c4c33!important}.locate-btn:disabled{opacity:.5!important;cursor:not-allowed!important}.location-error{color:#ff6b6b!important;background:#ff6b6b1a!important;border:1px solid #ff6b6b33!important;border-radius:8px!important;padding:8px 12px!important;font-size:.85rem!important}.location-display{background:#ffffff0d!important;border:2px solid #bc8c4c26!important;border-radius:10px!important;padding:12px 16px!important}.location-address{color:#fff!important;font-size:.95rem!important;display:block!important}.location-coords{color:#ffffff80!important;margin-top:4px!important;font-size:.8rem!important;display:block!important}.map-container{background:#ffffff0d!important;border:2px solid #bc8c4c33!important;border-radius:12px!important;width:100%!important;height:280px!important;position:relative!important;overflow:hidden!important}.map-wrapper{width:100%!important;height:100%!important}.map-loading{color:#fff9!important;flex-direction:column!important;align-items:center!important;gap:12px!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.loading-spinner{border:3px solid #bc8c4c33!important;border-top-color:#bc8c4c!important;border-radius:50%!important;width:30px!important;height:30px!important;animation:1s linear infinite spin!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navigation-buttons{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.nav-btn{cursor:pointer!important;color:#fff!important;border:none!important;border-radius:10px!important;flex:1!important;justify-content:center!important;align-items:center!important;gap:6px!important;min-width:100px!important;padding:10px 14px!important;font-size:.85rem!important;font-weight:600!important;transition:all .3s!important;display:flex!important}.nav-btn svg{flex-shrink:0!important;width:18px!important;height:18px!important}.nav-btn:disabled{opacity:.3!important;cursor:not-allowed!important}.taxi-btn{color:#1a1a1a!important;background:#ffe44d!important}.taxi-btn:hover:not(:disabled){background:gold!important;transform:translateY(-2px)!important}.google-btn{background:#4285f4!important}.google-btn:hover:not(:disabled){background:#3367d6!important;transform:translateY(-2px)!important}.yandex-btn{background:#f33!important}.yandex-btn:hover:not(:disabled){background:#c00!important;transform:translateY(-2px)!important}.order-summary{background:#ffffff0d!important;border:1px solid #bc8c4c1a!important;border-radius:12px!important;padding:16px!important}.order-summary h3{color:#bc8c4c!important;margin-bottom:12px!important;font-size:1rem!important}.order-item-summary{color:#fff!important;border-bottom:1px solid #bc8c4c0d!important;justify-content:space-between!important;padding:6px 0!important;font-size:.9rem!important;display:flex!important}.order-item-summary:last-of-type{border-bottom:none!important}.order-total{color:#fff!important;border-top:2px solid #bc8c4c33!important;justify-content:space-between!important;margin-top:8px!important;padding-top:12px!important;font-size:1.1rem!important;display:flex!important}.submit-order-btn{color:#1a1a1a!important;cursor:pointer!important;background:linear-gradient(135deg,#bc8c4c,#d4a059)!important;border:none!important;border-radius:50px!important;width:100%!important;padding:14px 24px!important;font-size:1.05rem!important;font-weight:700!important;transition:all .3s!important;box-shadow:0 4px 20px #bc8c4c4d!important}.submit-order-btn:hover:not(:disabled){transform:translateY(-2px)!important;box-shadow:0 6px 30px #bc8c4c66!important}.submit-order-btn:disabled{opacity:.6!important;cursor:not-allowed!important}@media (max-width:768px){.order-modal-container{width:96%!important;max-width:500px!important;max-height:85vh!important;padding:24px 20px 20px!important}.order-modal-title{font-size:1.3rem!important}.navigation-buttons{flex-direction:column!important}.nav-btn{width:100%!important}.map-container{height:220px!important}.location-header{flex-direction:column!important;align-items:stretch!important}.location-actions{justify-content:stretch!important}.locate-btn,.edit-location-btn{text-align:center!important;flex:1!important}}@media (max-width:480px){.order-modal-container{border-radius:14px!important;width:98%!important;max-width:400px!important;max-height:90vh!important;padding:18px 14px 16px!important}.order-modal-title{margin-bottom:18px!important;font-size:1.1rem!important}.form-input{padding:10px 14px!important;font-size:.9rem!important}.map-container{height:180px!important}.order-item-summary{font-size:.8rem!important}.order-total{font-size:.95rem!important}.submit-order-btn{padding:12px 20px!important;font-size:.95rem!important}.nav-btn{min-width:80px!important;padding:8px 12px!important;font-size:.8rem!important}}@media (max-width:360px){.order-modal-container{max-width:320px!important;padding:14px 10px 12px!important}.order-modal-title{font-size:1rem!important}.location-actions{flex-direction:column!important}}@media (max-height:700px){.order-modal-container{max-height:95vh!important;padding:16px 16px 14px!important}.map-container{height:120px!important}.order-summary{padding:10px!important}.order-item-summary{padding:4px 0!important;font-size:.8rem!important}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}
