/*!/wp-content/plugins/foodmaster-plugin//templates/menu-layouts/base.css*/.foodmaster-menu-container{box-sizing:border-box;width:100%;margin:0;padding:0}.foodmaster-menu-container *,.foodmaster-menu-container *:before,.foodmaster-menu-container *:after{box-sizing:inherit}.foodmaster-products-grid{display:grid;gap:20px;margin:20px 0;width:100%}.foodmaster-columns-1{grid-template-columns:1fr}.foodmaster-columns-2{grid-template-columns:repeat(2,1fr)}.foodmaster-columns-3{grid-template-columns:repeat(3,1fr)}.foodmaster-columns-4{grid-template-columns:repeat(4,1fr)}.foodmaster-columns-5{grid-template-columns:repeat(5,1fr)}.foodmaster-columns-6{grid-template-columns:repeat(6,1fr)}.foodmaster-product-card{background:#fff;border:1px solid #e1e1e1;border-radius:8px;overflow:hidden;transition:all 0.3s ease;position:relative;display:flex;flex-direction:column;height:100%}.foodmaster-product-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .1);transform:translateY(-2px);border-color:#c00}.foodmaster-product-card.out-of-stock{opacity:.7}.foodmaster-product-image{position:relative;overflow:hidden;background:#f8f8f8;padding-bottom:60%}.foodmaster-product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.foodmaster-product-card:hover .foodmaster-product-image img{transform:scale(1.05)}.foodmaster-product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);display:flex;align-items:center;justify-content:center}.foodmaster-out-of-stock{color:#fff;font-weight:700;text-transform:uppercase;background:rgb(204 0 0 / .9);padding:5px 10px;border-radius:4px}.foodmaster-product-details{padding:15px;flex:1;display:flex;flex-direction:column}.foodmaster-product-title{margin:0 0 10px 0;font-size:16px;line-height:1.4;font-weight:600}.foodmaster-product-title a{color:#333;text-decoration:none;transition:color 0.3s ease}.foodmaster-product-title a:hover{color:#c00}.foodmaster-product-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:15px;flex:1}.foodmaster-product-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.foodmaster-product-price{font-weight:700;color:#c00;font-size:16px}.foodmaster-product-price .woocommerce-Price-amount{font-weight:inherit}.foodmaster-add-to-cart{background:#c00;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;text-decoration:none;transition:all 0.3s ease;cursor:pointer;white-space:nowrap}.foodmaster-add-to-cart:hover{background:#a00;color:#fff;text-decoration:none;transform:translateY(-1px)}.foodmaster-add-to-cart.disabled{background:#ccc;cursor:not-allowed;transform:none}.foodmaster-add-to-cart.disabled:hover{background:#ccc;transform:none}.foodmaster-loading-placeholder{text-align:center;padding:60px 20px;color:#666}.foodmaster-loading-spinner{margin:0 auto 20px;width:40px;height:40px}.foodmaster-spinner{animation:foodmaster-spin 1s linear infinite}@keyframes foodmaster-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.foodmaster-loading-text{margin:0;font-size:16px}.foodmaster-error-placeholder{text-align:center;padding:40px 20px;color:#c00}.foodmaster-error-text{margin:0 0 20px 0;font-size:16px}.foodmaster-retry-button{background:#c00;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background 0.3s ease}.foodmaster-retry-button:hover{background:#a00}.foodmaster-no-products{text-align:center;padding:40px 20px;color:#666}.foodmaster-no-products p{margin:0;font-size:16px}.foodmaster-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.foodmaster-sr-live-region{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media screen and (max-width:1200px){.foodmaster-columns-6{grid-template-columns:repeat(4,1fr)}.foodmaster-columns-5{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:992px){.foodmaster-columns-6,.foodmaster-columns-5,.foodmaster-columns-4{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.foodmaster-products-grid{gap:15px}.foodmaster-columns-6,.foodmaster-columns-5,.foodmaster-columns-4,.foodmaster-columns-3{grid-template-columns:repeat(2,1fr)}.foodmaster-product-details{padding:12px}.foodmaster-product-title{font-size:15px}.foodmaster-product-description{font-size:13px;margin-bottom:12px}.foodmaster-add-to-cart{padding:6px 12px;font-size:13px}}@media screen and (max-width:480px){.foodmaster-products-grid{gap:10px}.foodmaster-columns-6,.foodmaster-columns-5,.foodmaster-columns-4,.foodmaster-columns-3,.foodmaster-columns-2{grid-template-columns:1fr}.foodmaster-product-footer{flex-direction:column;gap:8px;align-items:stretch}.foodmaster-add-to-cart{width:100%;text-align:center}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.foodmaster-product-image img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.foodmaster-add-to-cart,.foodmaster-loading-spinner{display:none!important}.foodmaster-product-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc}.foodmaster-product-title a{color:#000!important;text-decoration:none!important}}@media (prefers-color-scheme:dark){.foodmaster-product-card{background:#2a2a2a;border-color:#444;color:#e1e1e1}.foodmaster-product-title a{color:#e1e1e1}.foodmaster-product-title a:hover{color:#f44}.foodmaster-product-description{color:#ccc}.foodmaster-loading-placeholder,.foodmaster-no-products{color:#ccc}.foodmaster-product-image{background:#1a1a1a}}@media (prefers-reduced-motion:reduce){.foodmaster-product-card,.foodmaster-product-image img,.foodmaster-add-to-cart,.foodmaster-product-title a{transition:none}.foodmaster-product-card:hover{transform:none}.foodmaster-product-card:hover .foodmaster-product-image img{transform:none}.foodmaster-spinner{animation:none}}