.restaurants{margin-top:8rem}@media (max-width:767px){.restaurants{margin-top:2rem}}.restaurants__title{color:#1f2937;max-width:80rem;margin:0 auto 2rem;padding:0 1rem;font-size:2rem;font-weight:700}.restaurants__container{flex-direction:column;gap:2rem;max-width:80rem;margin:0 auto;padding:0;display:flex}@media (max-width:767px){.restaurants__container{padding:0 1rem}}.restaurants__content{flex:1;min-width:0}@media (min-width:1024px){.restaurants__content{padding:0 1rem}}@media (min-width:1400px){.restaurants__content{padding:0}}.restaurants__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:640px){.restaurants__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:1024px){.restaurants__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1400px){.restaurants__grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.restaurants__grid--skeleton{grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:640px){.restaurants__grid--skeleton{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:1024px){.restaurants__grid--skeleton{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1400px){.restaurants__grid--skeleton{grid-template-columns:repeat(4,1fr);gap:1rem}}.restaurants__grid--profile{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:768px){.restaurants__grid--profile{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.restaurants__grid--profile{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1200px){.restaurants__grid--profile{gap:1rem}}.restaurants__observer{margin-top:2rem}.restaurants__observer .restaurants__grid--skeleton{margin-top:0}.restaurant-card{background-color:#0000;border-radius:.5rem;padding-bottom:1rem;font-family:Neusans,sans-serif;transition:transform .2s;overflow:hidden}.restaurant-card:hover{transform:translateY(-4px)}.restaurant-card__image{height:222px;position:relative}@media (max-width:767px){.restaurant-card__image{height:180px}}.restaurant-card__img{object-fit:cover;width:100%;height:100%}.restaurant-card__price{color:#1f2937;background-color:#fff;border-radius:.25rem;padding:.25rem .5rem;font-weight:500;position:absolute;top:1rem;right:1rem}.restaurant-card__content{padding:1rem 0 0}@media (max-width:767px){.restaurant-card__content{padding:.75rem .75em .75em}}.restaurant-card__header{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.restaurant-card__name{color:#31343f;font-family:Neusans,sans-serif;font-size:1rem;font-weight:400}@media (max-width:767px){.restaurant-card__name{font-size:12px;font-weight:400;line-height:1.3}}.restaurant-card__rating{color:#31343f;align-items:center;gap:.25rem;font-family:Neusans,sans-serif;font-size:14px;font-weight:400;display:flex}@media (max-width:767px){.restaurant-card__rating{gap:.125rem;font-size:12px;line-height:1.3}}.restaurant-card__cuisine{color:#6b7280;margin-bottom:1rem;font-family:Neusans,sans-serif}.restaurant-card__info{color:#4b5563;gap:1rem;font-family:Neusans,sans-serif;font-size:.875rem;display:flex}@media (max-width:767px){.restaurant-card__info{gap:.5rem;font-size:11px;line-height:1.4}}.restaurant-card__delivery,.restaurant-card__location{align-items:center;gap:.25rem;font-family:Neusans,sans-serif;display:flex}.restaurant-card__delivery span,.restaurant-card__location span{font-family:Neusans,sans-serif}@media (max-width:767px){.restaurant-card__delivery,.restaurant-card__location{gap:.25rem}}.restaurant-card__icon{width:1rem;height:1rem}@media (max-width:767px){.restaurant-card__icon{width:.875rem;height:.875rem}}.search-bar{margin:20px 0;position:relative}.search-bar .search-bar__input{color:#1f2937;text-align:center;border:1px solid #494d5d;border-radius:50px;width:100%;padding:.75rem 1.5rem}.cuisine-dropdown{color:#1f2937;z-index:1000;background-color:#fff;border:1px solid #ccc;border-radius:4px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.cuisine-dropdown__item{cursor:pointer;padding:10px}.cuisine-dropdown__item:hover{background-color:#f0f0f0}.restaurant-list__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.restaurants__no-results{justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex}.restaurants__no-results .text-center{max-width:400px}.restaurants__no-results .text-center h3{color:#374151;margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.restaurants__no-results .text-center p{color:#6b7280;font-size:.875rem;line-height:1.5}.restaurants__grid--profile .restaurant-card{background-color:#0000;border-radius:.5rem;width:100%;max-width:none;padding-bottom:1rem;font-family:Neusans,sans-serif;transition:transform .2s;overflow:hidden}.restaurants__grid--profile .restaurant-card:hover{transform:translateY(-4px)}.restaurants__grid--profile .restaurant-card__image{width:100%;height:200px;position:relative}@media (min-width:768px){.restaurants__grid--profile .restaurant-card__image{height:220px}}.restaurants__grid--profile .restaurant-card__img{object-fit:cover;border-radius:16px;width:100%;height:100%}.restaurants__grid--profile .restaurant-card__content{padding:1rem 0 0}@media (max-width:767px){.restaurants__grid--profile .restaurant-card__content{padding:.75rem 0 0}}.restaurants__grid--profile .restaurant-card__header{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.restaurants__grid--profile .restaurant-card__name{color:#31343f;font-family:Neusans,sans-serif;font-size:1rem;font-weight:400}@media (max-width:767px){.restaurants__grid--profile .restaurant-card__name{font-size:12px;font-weight:500;line-height:1.3}}.restaurants__grid--profile .restaurant-card__rating{color:#31343f;align-items:center;gap:.25rem;font-weight:400;display:flex}@media (max-width:767px){.restaurants__grid--profile .restaurant-card__rating{gap:.125rem;font-size:12px;line-height:1.3}}.restaurants__grid--profile .restaurant-card__info{color:#4b5563;gap:1rem;font-family:Neusans,sans-serif;font-size:.875rem;display:flex}@media (max-width:767px){.restaurants__grid--profile .restaurant-card__info{gap:.5rem;font-size:11px;line-height:1.4}}.restaurants__grid--profile .restaurant-card__tags{align-items:center;gap:.5rem;font-family:Neusans,sans-serif;display:flex}.restaurants__grid--profile .restaurant-card__tags span{font-family:Neusans,sans-serif}@media (max-width:767px){.restaurants__grid--profile .restaurant-card__tags{font-size:10px}}.restaurants__grid--profile .restaurant-card__tag{color:#31343f;white-space:nowrap;text-align:center;text-transform:none;letter-spacing:.025em;background-color:#0000;border-radius:.25rem;font-family:Neusans,sans-serif;font-size:.9rem;font-weight:400}.restaurants__grid--profile .restaurant-card__tag span{font-family:Neusans,sans-serif!important;font-size:14px!important}@media (max-width:767px){.restaurants__grid--profile .restaurant-card__tag{font-size:10px}}
