.app{display:flex;flex-direction:column;min-height:100vh;font-family:Arial,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.navbar__logo{font-size:24px;font-weight:700;color:#0056b8}.navbar__links{display:flex;list-style:none;margin:0;padding:0}.navbar__links li{margin-left:20px}.navbar__links li a{text-decoration:none;color:#333;font-weight:500;transition:color .2s ease}.navbar__links li a:hover{color:#0056b8}.main-content{flex:1;padding:30px;background-color:#f5f5f5}@media (max-width: 768px){.main-content{padding:5px}}.footer{padding:20px;background-color:#333;color:#fff;text-align:center}.product-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px;width:100%;margin:0 auto}.welcome-section{text-align:center;padding:40px 20px;max-width:800px;margin:0 auto}.welcome-section h1{font-size:2.5rem;margin-bottom:20px;color:#333}.welcome-section p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:30px}.welcome-section .cta-button{display:inline-block;padding:12px 30px;background-color:#cf2e2e;color:#fff;text-decoration:none;border-radius:30px;font-weight:700;transition:background-color .2s ease}.welcome-section .cta-button:hover{background-color:#a52525}.product-card{display:flex;flex-direction:column;width:100%;max-width:350px;border-radius:6px;box-shadow:0 2px 8px #0000001a;overflow:hidden;background-color:#fff;transition:transform .2s ease,box-shadow .2s ease;margin:15px;height:100%;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.product-card__image-container{position:relative;width:100%;padding-top:75%;overflow:hidden}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__image:hover{transform:scale(1.05)}.product-card__tags{position:absolute;top:10px;left:10px;display:flex;gap:5px}.product-card__tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:15px;font-size:12px;font-weight:700;color:#fff}.product-card__tag--appetizer{background-color:#4caf50}.product-card__tag--new{background-color:#00bcd4}.product-card__tag--first{background-color:#9c27b0}.product-card__tag--popular{background-color:red}.product-card__tag--desert{background-color:#d5bc3f}.product-card__tag-icon{margin-right:4px}.product-card__info-icon{position:absolute;bottom:10px;right:10px;width:20px;height:20px;border-radius:50%;background-color:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;cursor:pointer}.product-card__content{padding:15px;flex-grow:1}.product-card__title{margin:0 0 10px;font-size:16px;font-weight:700;text-transform:uppercase}.product-card__description{margin:0 0 8px;font-size:14px;color:#777;line-height:1.4;height:60px;overflow:hidden;text-overflow:ellipsis}.product-card__footer{display:flex;justify-content:space-between;align-items:center;padding:15px;border-top:1px solid #eee}.product-card__price{font-size:20px;font-weight:700}.product-card__button{background-color:transparent;color:#0056b8;border:1px solid #ffd800;border-radius:20px;padding:8px 22px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.product-card__button:hover{background-color:#0056b8;color:#ffd800}.product-card__button .desktop-label{display:inline}.product-card__floating-plus{display:none}@media (max-width: 768px){.product-card{flex-direction:row;max-width:100%;height:auto;margin:10px}.product-card__image-container{width:120px;padding-top:0;height:120px;flex-shrink:0}.product-card__image-container .product-card__image{height:100%;width:100%;object-fit:cover;position:static}.product-card__content{padding:10px;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.product-card__title{font-size:14px;margin:0 0 5px}.product-card__description{font-size:12px;height:auto;margin:0 0 5px;line-height:1.2}.product-card__footer{padding:10px;border-top:none;justify-content:flex-start;align-items:center}.product-card__footer .product-card__price{font-size:14px}.product-card__footer .product-card__button{display:none}.product-card__tags{display:none!important}.product-card__info-icon{display:none}.product-card__floating-plus{display:flex;position:absolute;bottom:10px;right:10px;width:36px;height:36px;border-radius:50%;background-color:#0056b8;color:#fff;font-size:22px;font-weight:700;border:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #0003}.product-card__floating-plus:hover{background-color:#003f91}}.desktop-only{display:block}.mobile-only{display:none}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:block}}.menu-page{display:flex;flex-direction:column;align-items:center}.menu-page h1{font-size:2.2rem;margin-bottom:1.5rem;color:#333;text-align:center}.menu-page .menu-categories{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:30px;width:100%;max-width:800px}.menu-page .menu-categories .category-button{padding:8px 16px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:20px;font-size:14px;cursor:pointer;transition:all .2s ease}.menu-page .menu-categories .category-button:hover{background-color:#e0e0e0}.menu-page .menu-categories .category-button.active{background-color:#0056b8;color:#ffd800;border-color:#0056b8}.menu-page .no-products{text-align:center;color:#777;font-size:18px;margin-top:30px}.cart-page{display:flex;flex-direction:column;align-items:center}.cart-page h1{font-size:2.2rem;margin-bottom:1.5rem;color:#333;text-align:center}.cart-page .empty-cart{text-align:center;padding:40px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:600px}.cart-page .empty-cart p{font-size:1.2rem;color:#777;margin-bottom:20px}.cart-page .empty-cart .continue-shopping{display:inline-block;padding:12px 24px;background-color:#0056b8;color:#ffd800;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .2s ease}.cart-page .empty-cart .continue-shopping:hover{background-color:#ffd800;color:#0056b8}.cart-page .cart-container{display:flex;flex-wrap:wrap;gap:30px;width:100%;max-width:1200px}@media (max-width: 900px){.cart-page .cart-container{flex-direction:column}}.cart-page .cart-items{flex:1 1 60%;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.cart-page .cart-item{display:flex;align-items:center;padding:15px 0;border-bottom:1px solid #eee;position:relative}.cart-page .cart-item:last-child{border-bottom:none}.cart-page .cart-item__image{width:80px;height:80px;overflow:hidden;border-radius:4px;margin-right:15px}.cart-page .cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-page .cart-item__details{flex:1}.cart-page .cart-item__details h3{margin:0 0 5px;font-size:16px}.cart-page .cart-item__details .item-price{color:#777;font-size:14px;margin:0}.cart-page .cart-item__quantity{display:flex;align-items:center;margin:0 20px}.cart-page .cart-item__quantity .quantity-btn{width:30px;height:30px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s ease}.cart-page .cart-item__quantity .quantity-btn:hover:not(:disabled){background-color:#e0e0e0}.cart-page .cart-item__quantity .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-page .cart-item__quantity .quantity{margin:0 10px;width:30px;text-align:center;font-weight:500}.cart-page .cart-item__subtotal{font-weight:600;width:80px;text-align:right}.cart-page .cart-item__remove{background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:5px;margin-left:10px;transition:color .2s ease}.cart-page .cart-item__remove:hover{color:#cf2e2e}.cart-page .cart-summary{flex:1 1 30%;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;align-self:flex-start}@media (max-width: 768px){.cart-page .cart-summary{align-self:flex-end}}.cart-page .cart-summary h2{font-size:1.5rem;margin-bottom:20px;color:#333;border-bottom:1px solid #eee;padding-bottom:15px}.cart-page .cart-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:15px;font-size:16px;color:#555}.cart-page .cart-summary .summary-row.total{border-top:1px solid #eee;margin-top:15px;padding-top:15px;font-weight:700;font-size:18px;color:#333}.cart-page .cart-summary .cart-actions{margin-top:30px;display:flex;flex-direction:column;gap:15px}.cart-page .cart-summary .cart-actions .clear-cart{padding:12px;background-color:transparent;border:1px solid #0056b8;color:#0056b8;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease}.cart-page .cart-summary .cart-actions .clear-cart:hover{background-color:#a7e5ff1a}.cart-page .cart-summary .cart-actions .checkout-btn{padding:12px;background-color:#0056b8;color:#ffd800;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.cart-page .cart-summary .cart-actions .checkout-btn:hover{background-color:#ffd800;color:#0056b8}@media (max-width: 768px){.cart-page .cart-item{flex-wrap:wrap}.cart-page .cart-item__details{width:calc(100% - 95px)}.cart-page .cart-item__quantity{margin:15px 0 0 95px}.cart-page .cart-item__subtotal{margin-left:auto;margin-top:15px}.cart-page .cart-item__remove{position:absolute;top:15px;right:0}}body{margin:0;font-family:Arial,sans-serif}
