.restaurant-module___ywefa__restaurant_container{color:#2b2b2b;background-color:#505723;flex-direction:column;min-height:100vh;padding-top:80px;display:flex}.restaurant-module___ywefa__categoryBar{scrollbar-width:none;background-color:#fff;border-bottom:1px solid #c9bba8;gap:10px;padding:16px 24px;display:flex;overflow-x:auto}.restaurant-module___ywefa__categoryBar::-webkit-scrollbar{display:none}.restaurant-module___ywefa__catButton{color:#000;cursor:pointer;white-space:nowrap;background:#efe9e1;border:1px solid #0000;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.restaurant-module___ywefa__catButton:hover{background-color:#faf7f2;border-color:#c9bba8}.restaurant-module___ywefa__catActive{color:#000;background-color:#8b935b}.restaurant-module___ywefa__mainLayout{box-sizing:border-box;grid-template-columns:1fr 380px;align-items:start;gap:32px;width:100%;max-width:1400px;margin:0 auto;padding:32px 24px;display:grid}.restaurant-module___ywefa__menu{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.restaurant-module___ywefa__productCard{background-color:#fff;border:1px solid #c9bba8;border-radius:12px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px #4a443805}.restaurant-module___ywefa__productCard:hover{transform:translateY(-2px);box-shadow:0 6px 12px #4a44380f}.restaurant-module___ywefa__productImg{object-fit:cover;background-color:#efe9e1;width:100%;height:180px}.restaurant-module___ywefa__productDetails{flex-direction:column;flex-grow:1;padding:20px;display:flex}.restaurant-module___ywefa__productName{color:#2b2b2b;margin:0 0 6px;font-size:18px;font-weight:600}.restaurant-module___ywefa__productDescription{color:#6b6357;flex-grow:1;margin:0 0 16px;font-size:13px;line-height:1.5}.restaurant-module___ywefa__variantsContainer{border-top:1px solid #efe9e1;flex-direction:column;gap:10px;padding-top:14px;display:flex}.restaurant-module___ywefa__variantRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.restaurant-module___ywefa__variantLabel{color:#4a4438;font-size:13px;font-weight:500}.restaurant-module___ywefa__addCartBtn{color:#505723;cursor:pointer;white-space:nowrap;background-color:#faf7f2;border:1px solid #c9bba8;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .15s}.restaurant-module___ywefa__addCartBtn:not(:disabled):hover{color:#fff;background-color:#505723;border-color:#505723}.restaurant-module___ywefa__addCartBtn:disabled{color:#948c7e;cursor:not-allowed;background-color:#efe9e1;border-color:#0000}.restaurant-module___ywefa__cartSticky{background-color:#fff;border:1px solid #c9bba8;border-radius:12px;flex-direction:column;height:fit-content;max-height:calc(100vh - 48px);padding:24px;display:flex;position:sticky;top:24px;box-shadow:0 4px 6px #4a443805}.restaurant-module___ywefa__cartTitle{color:#2b2b2b;border-bottom:1px solid #efe9e1;margin:0 0 16px;padding-bottom:12px;font-size:18px;font-weight:600}.restaurant-module___ywefa__emptyCart{color:#948c7e;text-align:center;margin:0;padding:32px 0;font-size:14px}.restaurant-module___ywefa__cartItemsList{flex-grow:1;margin-bottom:16px;overflow-y:auto}.restaurant-module___ywefa__cartItemsList::-webkit-scrollbar{width:4px}.restaurant-module___ywefa__cartItemsList::-webkit-scrollbar-thumb{background:#c9bba8;border-radius:2px}.restaurant-module___ywefa__cartItemRow{border-bottom:1px solid #efe9e1;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.restaurant-module___ywefa__cartItemName{color:#2b2b2b;font-size:14px;font-weight:600}.restaurant-module___ywefa__cartItemLabel{color:#6b6357;font-size:12px}.restaurant-module___ywefa__cartQtyControls{background-color:#faf7f2;border:1px solid #c9bba8;border-radius:6px;align-items:center;padding:2px;display:flex}.restaurant-module___ywefa__cartQtyControls button{color:#4a4438;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:600;display:flex}.restaurant-module___ywefa__cartQtyControls button:hover{background-color:#efe9e1}.restaurant-module___ywefa__cartQtyControls span{text-align:center;color:#2b2b2b;min-width:24px;font-size:13px;font-weight:600}.restaurant-module___ywefa__cartItemPrice{color:#2b2b2b;text-align:right;min-width:70px;font-size:14px;font-weight:600}.restaurant-module___ywefa__cartSummary{border-top:1px solid #efe9e1;padding-top:16px}.restaurant-module___ywefa__totalRow{color:#4a4438;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px;display:flex}.restaurant-module___ywefa__totalRow strong{color:#505723;font-size:20px;font-weight:700}.restaurant-module___ywefa__checkoutBtn{color:#fff;cursor:pointer;background-color:#505723;border:none;border-radius:8px;width:100%;padding:14px;font-size:14px;font-weight:600;transition:opacity .15s}.restaurant-module___ywefa__checkoutBtn:hover{opacity:.9}.restaurant-module___ywefa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#2b2b2b66;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.restaurant-module___ywefa__modalBody{background-color:#fff;border:1px solid #c9bba8;border-radius:12px;width:100%;max-width:480px;padding:32px;box-shadow:0 20px 25px -5px #4a44381a}.restaurant-module___ywefa__modalTitle{color:#2b2b2b;margin:0 0 20px;font-size:18px;font-weight:600}.restaurant-module___ywefa__checkoutForm{flex-direction:column;gap:16px;display:flex}.restaurant-module___ywefa__formGroup{flex-direction:column;gap:6px;display:flex}.restaurant-module___ywefa__formGroup label{color:#4a4438;font-size:13px;font-weight:600}.restaurant-module___ywefa__formGroup input{color:#2b2b2b;box-sizing:border-box;background-color:#faf7f2;border:1px solid #c9bba8;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.restaurant-module___ywefa__formGroup input:focus{border-color:#505723}.restaurant-module___ywefa__formRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.restaurant-module___ywefa__modalActions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.restaurant-module___ywefa__cancelBtn{color:#4a4438;cursor:pointer;background-color:#efe9e1;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:600;transition:background-color .15s}.restaurant-module___ywefa__cancelBtn:hover{background-color:#c9bba8}.restaurant-module___ywefa__submitOrderBtn{color:#fff;cursor:pointer;background-color:#505723;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:opacity .15s}.restaurant-module___ywefa__submitOrderBtn:hover:not(:disabled){opacity:.9}.restaurant-module___ywefa__submitOrderBtn:disabled{color:#948c7e;cursor:not-allowed;background-color:#efe9e1}.restaurant-module___ywefa__loadingState{color:#6b6357;background-color:#faf7f2;justify-content:center;align-items:center;min-height:100vh;font-size:15px;display:flex}@media (max-width:1024px){.restaurant-module___ywefa__mainLayout{grid-template-columns:1fr;gap:24px;padding:20px 16px}.restaurant-module___ywefa__cartSticky{box-sizing:border-box;width:100%;max-height:none;position:static}}
