/*!/wp-content/plugins/foodmaster-plugin/css/foodmaster-modern-ajax.css*/.foodmaster-modern-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .75);display:flex;justify-content:center;align-items:center;z-index:999999;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;width:100vw;overflow:auto;-webkit-overflow-scrolling:touch;pointer-events:none}.foodmaster-modern-modal[aria-hidden="false"]{opacity:1;visibility:visible;pointer-events:auto}.foodmaster-modern-modal-overlay{width:100%;height:100%;display:flex;justify-content:center;align-items:center}body.foodmaster-modal-open{overflow:hidden;touch-action:none}.foodmaster-modern-modal-container{background:var(--foodmaster-background-color,#ffffff);color:var(--foodmaster-text-color,#333333);width:100%;max-width:800px;max-height:83vh;border-radius:16px;overflow:hidden;position:relative;transform:scale(.95);transition:transform 0.3s ease;box-shadow:0 20px 60px rgb(0 0 0 / .3);display:flex;flex-direction:column;margin:auto}.foodmaster-modern-modal[aria-hidden="false"] .foodmaster-modern-modal-container{transform:scale(1)}.foodmaster-modern-modal-header{background:var(--foodmaster-primary-color,#ff6b35);width:100%;position:relative;justify-content:flex-end;display:flex;margin:auto;flex-direction:row;padding:10px}.foodmaster-modern-modal-close{position:relative;background:rgb(255 255 255 / .2);border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:var(--foodmaster-button-text-color,#ffffff);transition:background-color 0.2s ease,transform 0.2s ease;will-change:transform}.foodmaster-modern-modal-close:hover{background:rgb(255 255 255 / .3);transform:scale(1.05)}.foodmaster-modern-modal-close:active{transform:scale(.95)}.foodmaster-modern-modal-content{padding:0;flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}.foodmaster-modern-popup-container{display:flex;gap:2rem;padding:2rem;flex:1}.foodmaster-modern-image-section{flex:0 0 250px;position:relative;width:250px;max-width:250px}.foodmaster-modern-image-section img{width:100%;height:auto;border-radius:5px;object-fit:cover;box-shadow:0 10px 30px rgb(0 0 0 / .1);display:block}.foodmaster-modern-content-section{flex:1;min-width:300px}.foodmaster-modern-title{margin:0 0 1rem 0;font-size:1.8rem;font-weight:700;color:var(--foodmaster-text-color,#2c3e50);line-height:1.3}.foodmaster-modern-content-section .price{font-size:1.4rem;font-weight:700;color:var(--foodmaster-secondary-color,#ff8c00);margin:1rem 0}.foodmaster-modern-content-section .woocommerce-product-details__short-description{color:var(--foodmaster-text-color,#7f8c8d);line-height:1.6;margin:1rem 0;opacity:.8}.foodmaster-modern-rating{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.foodmaster-rating-stars{display:flex;gap:2px}.foodmaster-star{font-size:1.2rem;color:#ddd;transition:color 0.2s ease}.foodmaster-star-filled{color:#ffc107}.foodmaster-star-half{color:#ffc107}.foodmaster-rating-text{font-size:.9rem;color:var(--foodmaster-text-color,#7f8c8d)}.foodmaster-modern-price{font-size:1.5rem;font-weight:700;color:var(--foodmaster-secondary-color,#ff8c00);margin:1rem 0}.foodmaster-modern-description{margin:1rem 0;color:var(--foodmaster-text-color,#7f8c8d);line-height:1.6}.foodmaster-modern-variations{margin:1.5rem 0}.foodmaster-modern-variations h4{margin:0 0 1rem 0;font-size:1.1rem;color:var(--foodmaster-text-color,#2c3e50)}.foodmaster-variation-group{margin-bottom:1rem}.foodmaster-variation-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--foodmaster-text-color,#2c3e50)}.foodmaster-variation-select{width:100%;padding:.75rem;border:2px solid rgb(128 128 128 / .2);border-radius:8px;background:var(--foodmaster-background-color,#ffffff);color:var(--foodmaster-text-color,#333333);font-size:1rem;transition:border-color 0.3s ease}.foodmaster-variation-select:focus{outline:none;border-color:var(--foodmaster-primary-color,#ff6b35)}.foodmaster-modern-add-to-cart{margin-top:2rem}.foodmaster-cart-form{display:flex;flex-direction:column;gap:1rem}.foodmaster-quantity-group{display:flex;flex-direction:column;gap:.5rem}.foodmaster-quantity-group label{font-weight:600;color:var(--foodmaster-text-color,#2c3e50)}.foodmaster-quantity-controls{display:flex;align-items:center;gap:.5rem;width:fit-content}.foodmaster-qty-btn{width:44px;height:44px;border:2px solid rgb(128 128 128 / .2);background:var(--foodmaster-background-color,#ffffff);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;cursor:pointer;transition:border-color 0.2s ease,background-color 0.2s ease,color 0.2s ease,transform 0.15s ease;user-select:none;-webkit-tap-highlight-color:#fff0}.foodmaster-qty-btn:hover{border-color:var(--foodmaster-primary-color,#ff6b35);background:var(--foodmaster-primary-color,#ff6b35);color:var(--foodmaster-button-text-color,#ffffff)}.foodmaster-qty-btn:active{transform:scale(.95)}.foodmaster-quantity-input{width:80px;height:40px;border:2px solid rgb(128 128 128 / .2);border-radius:8px;text-align:center;font-size:1rem;font-weight:600;background:var(--foodmaster-background-color,#ffffff);color:var(--foodmaster-text-color,#333333)}.foodmaster-quantity-input:focus{outline:none;border-color:var(--foodmaster-primary-color,#ff6b35)}.modern-quantity-wrapper{display:flex;align-items:center;background:rgb(128 128 128 / .06);border-radius:12px;border:2px solid rgb(128 128 128 / .15);overflow:hidden;transition:border-color 0.3s ease}.modern-quantity-wrapper:hover{border-color:var(--foodmaster-primary-color,#ff6b35)}.modern-quantity-wrapper .qty-btn{background:none;border:none;width:44px;height:56px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:var(--foodmaster-text-color,#333);cursor:pointer;transition:background-color 0.3s ease,color 0.3s ease,transform 0.15s ease;line-height:1;user-select:none;-webkit-tap-highlight-color:#fff0}.modern-quantity-wrapper .qty-btn:hover{background:var(--foodmaster-primary-color,#ff6b35);color:var(--foodmaster-button-text-color,#ffffff)}.modern-quantity-wrapper .qty-btn:active{transform:scale(.95)}.modern-quantity-wrapper input.qty{background:#fff0;border:none;border-radius:0;padding:15px;font-size:18px;text-align:center;width:80px;height:56px;font-weight:600;color:var(--foodmaster-text-color,#333);-webkit-appearance:none;-moz-appearance:textfield}.modern-quantity-wrapper input.qty:focus{outline:none}.modern-quantity-wrapper input.qty::-webkit-outer-spin-button,.modern-quantity-wrapper input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.modern-quantity-wrapper+input.qty{display:none}.modern-quantity-wrapper.focused{border-color:var(--foodmaster-primary-color,#ff6b35);box-shadow:0 0 0 3px rgb(255 107 53 / .1)}.foodmaster-add-to-cart-btn{background:var(--foodmaster-primary-color,#ff6b35);color:var(--foodmaster-button-text-color,#ffffff);border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;will-change:transform}.foodmaster-add-to-cart-btn:hover:not(:disabled){background:var(--foodmaster-accent-color,#e74c3c);transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.foodmaster-add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.foodmaster-add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.foodmaster-variable-btn:not(:disabled){background:var(--foodmaster-secondary-color,#ff8c00)}.foodmaster-btn-loading{display:none}.foodmaster-add-to-cart-btn.loading .foodmaster-btn-text{display:none}.foodmaster-add-to-cart-btn.loading .foodmaster-btn-loading{display:inline}@media (max-width:768px){.foodmaster-modern-modal{align-items:flex-end;padding:0;justify-content:flex-end}.foodmaster-modern-modal-overlay{width:100%;height:100%;min-height:100vh;min-height:-webkit-fill-available;align-items:flex-end;justify-content:flex-end}.foodmaster-modern-modal-container{width:100%;height:auto;max-width:100%;max-height:83vh;border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform 0.3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;margin:0;touch-action:pan-y;user-select:none;-webkit-user-select:none}.foodmaster-modern-modal[aria-hidden="false"] .foodmaster-modern-modal-container{transform:translateY(0)}.foodmaster-modern-modal-container::before{content:'';position:absolute;top:8px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:rgb(0 0 0 / .2);border-radius:2px;z-index:1001}.foodmaster-modern-modal-header{border-radius:20px 20px 0 0}.foodmaster-modern-popup-container{flex-direction:column;padding:1rem;padding-bottom:100px;gap:1rem;position:relative}.foodmaster-modern-image-section{flex:none;width:100%;max-width:100%}.foodmaster-modern-image-section img{width:100%;height:auto;border-radius:5px}.foodmaster-modern-title{font-size:1.4rem}.foodmaster-cart-row{position:fixed!important;bottom:0!important;left:0!important;right:0!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:0.75rem!important;flex-wrap:nowrap!important;background:var(--foodmaster-background-color,#ffffff)!important;padding:1rem!important;border-top:1px solid rgb(128 128 128 / .15)!important;box-shadow:0 -4px 12px rgb(0 0 0 / .1)!important;z-index:1000!important;margin:0!important}.foodmaster-cart-row .quantity{flex:0 0 auto!important;margin:0!important}.foodmaster-cart-row .single_add_to_cart_button{flex:1!important;min-width:0!important;margin:0!important}.foodmaster-modern-content-section{padding-bottom:100px}.foodmaster-mobile-sticky-footer{display:none!important}.foodmaster-modern-content-section .cart{position:relative}.foodmaster-modern-content-section .cart{position:relative}.foodmaster-mobile-sticky-footer{position:absolute;bottom:0;left:0;right:0;background:var(--foodmaster-background-color,#ffffff);padding:1rem;border-top:1px solid rgb(128 128 128 / .15);box-shadow:0 -10px 30px rgb(0 0 0 / .1);display:block;z-index:1000}.foodmaster-mobile-sticky-footer .cart{display:flex!important;align-items:center!important;gap:1rem!important;flex-wrap:wrap!important}.foodmaster-mobile-sticky-footer .quantity{flex:0 0 auto!important;margin:0!important}.foodmaster-mobile-sticky-footer .single_add_to_cart_button{flex:1!important;margin:0!important;padding:1rem 2rem!important;background:var(--foodmaster-primary-color,#ff6b35)!important;color:var(--foodmaster-button-text-color,#ffffff)!important;border:none!important;border-radius:50px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:0.5px!important;min-height:48px!important;font-size:1rem!important}.foodmaster-mobile-sticky-footer .single_add_to_cart_button.success{background:var(--foodmaster-secondary-color,#27ae60)!important}.foodmaster-mobile-sticky-footer .single_add_to_cart_button.error{background:var(--foodmaster-accent-color,#e74c3c)!important}}.foodmaster-notification{position:fixed;top:20px;right:20px;background:var(--foodmaster-primary-color,#27ae60);color:var(--foodmaster-button-text-color,#ffffff);padding:1rem 1.5rem;border-radius:8px;font-weight:600;z-index:1000000;transform:translateX(400px);transition:transform 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px rgb(0 0 0 / .2);max-width:90%;will-change:transform}.foodmaster-notification.show{transform:translateX(0)}.foodmaster-notification.error{background:var(--foodmaster-accent-color,#e74c3c)}@media (max-width:768px){.foodmaster-notification{right:10px;top:10px;max-width:calc(100% - 20px);font-size:.9rem;padding:.75rem 1rem}}.foodmaster-modern-content-section .single_add_to_cart_button,.foodmaster-modern-content-section .button{background:var(--foodmaster-primary-color,#ff6b35);border:none;color:var(--foodmaster-button-text-color,#ffffff);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease;text-transform:uppercase;letter-spacing:.5px;will-change:transform}.foodmaster-modern-content-section .single_add_to_cart_button:hover:not(:disabled),.foodmaster-modern-content-section .button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 15px rgb(0 0 0 / .2);filter:brightness(1.05)}.foodmaster-modern-content-section .single_add_to_cart_button:active:not(:disabled),.foodmaster-modern-content-section .button:active:not(:disabled){transform:translateY(0)}.foodmaster-modern-content-section .single_add_to_cart_button.success{background:var(--foodmaster-secondary-color,#27ae60)!important}.foodmaster-modern-content-section .single_add_to_cart_button.error{background:var(--foodmaster-accent-color,#e74c3c)!important}.foodmaster-modern-content-section .quantity input{border:2px solid #eee;border-radius:8px;padding:.5rem;font-size:1rem;text-align:center;max-width:70px}.foodmaster-modern-content-section .variations select{border:2px solid #eee;border-radius:8px;padding:.7rem;font-size:1rem;width:100%;margin-bottom:1rem}.foodmaster-modern-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.foodmaster-modern-spinner{width:60px;height:60px;border:4px solid rgb(255 255 255 / .3);border-top:4px solid var(--foodmaster-primary-color,#ff6b35);border-radius:50%;animation:foodmasterSpin 1s linear infinite;margin-bottom:1.5rem}@keyframes foodmasterSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.foodmaster-modern-loading-text{color:var(--foodmaster-text-color,#666);font-size:1.1rem;font-weight:500;margin:0}.foodmaster-modern-loading-subtext{color:var(--foodmaster-text-color,#999);font-size:.9rem;margin:.5rem 0 0 0;opacity:.8}.wf_requiremnts_error{background:var(--foodmaster-accent-color,#e74c3c);color:var(--foodmaster-button-text-color,#ffffff);padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:block;box-shadow:0 4px 12px rgb(231 76 60 / .2)}.foodmaster-modern-content-section [id^="extra_option_category_id"].error{border:2px solid var(--foodmaster-accent-color,#e74c3c)!important;border-radius:8px;padding:.5rem;background:rgb(231 76 60 / .05)}