.restaurant-popular-dishes{position:relative}.popular-dishes-container{max-width:var(--restaurant-container-max-width);margin:0 auto;padding:0 var(--restaurant-container-padding)}.popular-dishes-header{text-align:center;margin-bottom:var(--restaurant-spacing-3xl)}.section-title{font-family:var(--restaurant-font-heading);font-size:var(--restaurant-font-size-4xl);font-weight:var(--restaurant-font-weight-bold);line-height:var(--restaurant-line-height-tight);margin:0 0 var(--restaurant-spacing-md) 0}.section-subtitle{font-family:var(--restaurant-font-body);font-size:var(--restaurant-font-size-lg);line-height:var(--restaurant-line-height-normal);margin:0}.dishes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--restaurant-spacing-xl);margin-bottom:var(--restaurant-spacing-2xl)}.dish-card{background:var(--restaurant-gradient-card);border-radius:var(--restaurant-radius-xl);overflow:hidden;box-shadow:var(--restaurant-shadow-soft);border:1px solid var(--restaurant-color-border-soft);-webkit-backdrop-filter:var(--restaurant-glass-blur);backdrop-filter:var(--restaurant-glass-blur);transition:all var(--restaurant-transition-base);display:flex;flex-direction:column}.dish-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:var(--restaurant-shadow-soft-lg);border-color:var(--restaurant-color-border-light)}.dish-image-container{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.dish-image{width:100%;height:100%;object-fit:cover;display:block}.placeholder-svg{width:100%;height:100%;background-color:var(--restaurant-color-bg-secondary)}.price-badge{position:absolute;top:var(--restaurant-spacing-md);right:var(--restaurant-spacing-md);padding:var(--restaurant-spacing-sm) var(--restaurant-spacing-md);border-radius:var(--restaurant-radius-full);font-family:var(--restaurant-font-body);font-size:var(--restaurant-font-size-base);font-weight:var(--restaurant-font-weight-semibold);box-shadow:var(--restaurant-shadow-soft)}.original-price{text-decoration:line-through;opacity:.7;margin-right:var(--restaurant-spacing-xs)}.sale-price{font-weight:var(--restaurant-font-weight-bold)}.dish-content{padding:var(--restaurant-spacing-lg);display:flex;flex-direction:column;gap:var(--restaurant-spacing-sm);flex:1}.dish-title{font-family:var(--restaurant-font-heading);font-size:var(--restaurant-font-size-xl);font-weight:var(--restaurant-font-weight-semibold);line-height:var(--restaurant-line-height-tight);margin:0}.restaurant-name{font-family:var(--restaurant-font-body);font-size:var(--restaurant-font-size-sm);line-height:var(--restaurant-line-height-normal);color:var(--restaurant-color-text-secondary);margin:0}.dish-meta{display:flex;align-items:center;gap:var(--restaurant-spacing-sm);margin-top:auto}.delivery-time{font-family:var(--restaurant-font-body);font-size:var(--restaurant-font-size-sm);color:var(--restaurant-color-text-secondary)}.popular-dishes-footer{text-align:center;margin-top:var(--restaurant-spacing-2xl)}.cta-button{display:inline-block}@media (max-width: 1024px){.dishes-grid{grid-template-columns:repeat(3,1fr);gap:var(--restaurant-spacing-lg)}}@media (max-width: 768px){.dishes-grid{grid-template-columns:repeat(2,1fr);gap:var(--restaurant-spacing-md)}.dish-content{padding:var(--restaurant-spacing-md)}}@media (max-width: 480px){.dishes-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/restaurant-popular-dishes.css.map */
