.order-module__LeWAWa__container{background:#87ceeb;min-height:100vh;font-family:Arial,sans-serif}.order-module__LeWAWa__navbar{z-index:100;background:#fff;border-bottom:2px solid #87ceeb;justify-content:space-between;align-items:center;padding:15px 20px;display:flex;position:fixed;top:0;left:0;right:0}.order-module__LeWAWa__title{color:#333;margin:0;font-size:24px}.order-module__LeWAWa__navRight{align-items:center;gap:15px;display:flex}.order-module__LeWAWa__langSwitcher{background:#f5f5f5;border-radius:15px;display:flex;overflow:hidden}.order-module__LeWAWa__langBtn{cursor:pointer;color:#666;background:0 0;border:none;padding:6px 12px;font-size:12px;font-weight:700;transition:all .3s}.order-module__LeWAWa__activeLang{color:#fff!important;background:#87ceeb!important}.order-module__LeWAWa__mainContent{padding:80px 20px 20px}.order-module__LeWAWa__productSection{border:2px solid #ddd;border-radius:8px;overflow:hidden}.order-module__LeWAWa__tabs{background:#f5f5f5;display:flex}.order-module__LeWAWa__tab{cursor:pointer;color:#333;background:#f5f5f5;border:none;border-bottom:3px solid #0000;flex:1;padding:15px 20px;font-size:16px;font-weight:700;transition:all .3s}.order-module__LeWAWa__tab:hover{background:#e9e9e9}.order-module__LeWAWa__activeTab{color:#87ceeb;background:#fff!important;border-bottom:3px solid #87ceeb!important}.order-module__LeWAWa__tabContent{background:#fff;padding:20px}.order-module__LeWAWa__productGrid{grid-template-columns:1fr 1fr;gap:15px;padding:10px 0;display:grid}.order-module__LeWAWa__productCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.order-module__LeWAWa__productImage{width:100%;height:120px;position:relative;overflow:hidden}.order-module__LeWAWa__productImg{object-fit:cover}.order-module__LeWAWa__productInfo{padding:12px}.order-module__LeWAWa__productName{color:#333;margin:0 0 5px;font-size:14px;font-weight:700}.order-module__LeWAWa__productDescription{color:#666;margin:0 0 5px;font-size:11px;line-height:1.3}.order-module__LeWAWa__priceRow{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.order-module__LeWAWa__productPrice{color:#87ceeb;margin:0;font-size:16px;font-weight:700}.order-module__LeWAWa__quantityControls{align-items:center;gap:1px;display:flex}.order-module__LeWAWa__qtyBtn{color:#fff!important;cursor:pointer!important;box-sizing:border-box!important;background:#87ceeb!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;padding:0!important;font-size:12px!important;font-weight:700!important;display:flex!important}.order-module__LeWAWa__qtyBtn:hover:not(:disabled){background:#6bb6d6}.order-module__LeWAWa__qtyBtn:disabled{cursor:not-allowed;background:#ccc}.order-module__LeWAWa__quantity{text-align:center;min-width:20px;font-size:16px;font-weight:700}.order-module__LeWAWa__basket{background:#f8f9fa;border:2px solid #87ceeb;border-radius:8px;margin-bottom:20px;padding:20px}.order-module__LeWAWa__basket h3{margin:0 0 15px;font-size:20px}.order-module__LeWAWa__emptyBasket{color:#666;font-style:italic}.order-module__LeWAWa__basketItem{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.order-module__LeWAWa__basketItem:last-child{border-bottom:none}.order-module__LeWAWa__basketItemInfo{color:#333;flex-direction:column;flex:1;gap:5px;display:flex}.order-module__LeWAWa__basketQuantityControls{gap:5px;display:flex}.order-module__LeWAWa__basketQuantityControls button{color:#fff!important;cursor:pointer!important;box-sizing:border-box!important;background:#87ceeb!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;padding:0!important;font-size:12px!important;font-weight:700!important;display:flex!important}.order-module__LeWAWa__basketQuantityControls button:hover{background:#6bb6d6!important}.order-module__LeWAWa__total{text-align:right;color:#666;border-top:2px solid #87ceeb;margin-top:15px;padding-top:15px;font-size:18px}.order-module__LeWAWa__nameInput{box-sizing:border-box;border:2px solid #ddd;border-radius:8px;width:100%;margin-bottom:20px;padding:15px;font-size:16px}.order-module__LeWAWa__confirmBtn{color:#fff;cursor:pointer;background:#87ceeb;border:none;border-radius:8px;width:100%;padding:15px;font-size:16px}.order-module__LeWAWa__confirmBtn:hover:not(:disabled){background:#6bb6d6}.order-module__LeWAWa__confirmBtn:disabled{cursor:not-allowed;background:#ccc}.order-module__LeWAWa__basketBtn{color:#fff;cursor:pointer;background:#87ceeb;border:none;border-radius:20px;min-width:100px;padding:8px 15px;font-size:14px;font-weight:700}.order-module__LeWAWa__basketBtn:hover{background:#6bb6d6}.order-module__LeWAWa__overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.order-module__LeWAWa__basketPopup{background:#fff;border-radius:15px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;box-shadow:0 10px 30px #0000004d}.order-module__LeWAWa__basketHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.order-module__LeWAWa__basketHeader h3{color:#666;margin:0;font-size:20px}.order-module__LeWAWa__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:24px;display:flex}.order-module__LeWAWa__basketContent{flex:1;padding:20px;overflow-y:auto}.order-module__LeWAWa__basketFooter{background:#f9f9f9;border-top:1px solid #eee;padding:20px}.order-module__LeWAWa__basket,.order-module__LeWAWa__rightSection,.order-module__LeWAWa__customerInfo{display:none}
.Basket-module__1SfEKG__overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Basket-module__1SfEKG__basketPopup{background:#fff;border-radius:15px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;box-shadow:0 10px 30px #0000004d}.Basket-module__1SfEKG__basketHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.Basket-module__1SfEKG__basketHeader h3{color:#666;margin:0;font-size:20px}.Basket-module__1SfEKG__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:24px;display:flex}.Basket-module__1SfEKG__basketContent{flex:1;padding:20px;overflow-y:auto}.Basket-module__1SfEKG__emptyBasket{color:#666;font-style:italic}.Basket-module__1SfEKG__basketItem{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.Basket-module__1SfEKG__basketItem:last-child{border-bottom:none}.Basket-module__1SfEKG__basketItemInfo{color:#333;flex-direction:column;flex:1;gap:5px;display:flex}.Basket-module__1SfEKG__itemOptions{color:#87ceeb;font-size:12px;font-style:italic}.Basket-module__1SfEKG__basketQuantityControls{gap:5px;display:flex}.Basket-module__1SfEKG__basketQuantityControls button{color:#fff!important;cursor:pointer!important;box-sizing:border-box!important;background:#87ceeb!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;padding:0!important;font-size:12px!important;font-weight:700!important;display:flex!important}.Basket-module__1SfEKG__basketQuantityControls button:hover{background:#6bb6d6!important}.Basket-module__1SfEKG__total{text-align:right;color:#666;border-top:2px solid #87ceeb;margin-top:15px;padding-top:15px;font-size:18px}.Basket-module__1SfEKG__thankyouSection{border-top:1px solid #eee;margin-top:20px;padding-top:20px}.Basket-module__1SfEKG__thankyouMessage{color:#333;text-align:center;background:#f0f8ff;border-radius:8px;margin-bottom:15px;padding:15px;font-weight:700}.Basket-module__1SfEKG__noteTextarea{resize:vertical;box-sizing:border-box;border:2px solid #ddd;border-radius:8px;width:100%;min-height:80px;padding:10px;font-family:inherit;font-size:14px}.Basket-module__1SfEKG__basketFooter{background:#f9f9f9;border-top:1px solid #eee;padding:15px 20px}.Basket-module__1SfEKG__thankyouTitle{box-sizing:border-box;width:100%;margin-bottom:20px;padding:15px;font-size:16px}.Basket-module__1SfEKG__confirmBtn{color:#fff;cursor:pointer;background:#87ceeb;border:none;border-radius:8px;width:100%;padding:15px;font-size:16px}.Basket-module__1SfEKG__confirmBtn:hover:not(:disabled){background:#6bb6d6}.Basket-module__1SfEKG__confirmBtn:disabled{cursor:not-allowed;background:#ccc}.Basket-module__1SfEKG__noteTitle{color:#333;margin:15px 0 5px;font-size:16px;font-weight:700}
.DrinkOptions-module__Fx989a__overlay{z-index:300;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.DrinkOptions-module__Fx989a__optionsModal{background:#fff;border-radius:15px;flex-direction:column;width:100%;max-width:400px;display:flex;box-shadow:0 10px 30px #0000004d}.DrinkOptions-module__Fx989a__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.DrinkOptions-module__Fx989a__header h3{color:#333;margin:0;font-size:20px}.DrinkOptions-module__Fx989a__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:24px;display:flex}.DrinkOptions-module__Fx989a__content{padding:20px}.DrinkOptions-module__Fx989a__drinkName{color:#87ceeb;text-align:center;margin:0 0 20px;font-size:18px;font-weight:700}.DrinkOptions-module__Fx989a__optionGroup{margin-bottom:25px}.DrinkOptions-module__Fx989a__optionGroup h4{color:#333;margin:0 0 10px;font-size:16px}.DrinkOptions-module__Fx989a__optionButtons{flex-wrap:wrap;gap:10px;display:flex}.DrinkOptions-module__Fx989a__optionBtn{cursor:pointer;color:#666;background:#fff;border:2px solid #ddd;border-radius:8px;flex:1;min-width:80px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s}.DrinkOptions-module__Fx989a__optionBtn:hover{background:#f0f8ff;border-color:#87ceeb}.DrinkOptions-module__Fx989a__optionBtn.DrinkOptions-module__Fx989a__selected{color:#fff;background:#87ceeb;border-color:#87ceeb}.DrinkOptions-module__Fx989a__footer{border-top:1px solid #eee;padding:20px}.DrinkOptions-module__Fx989a__confirmBtn{color:#fff;cursor:pointer;background:#87ceeb;border:none;border-radius:8px;width:100%;padding:15px;font-size:16px;font-weight:700}.DrinkOptions-module__Fx989a__confirmBtn:hover{background:#6bb6d6}
