.restaurants-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem;display:grid}@media (min-width:640px){.restaurants-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.restaurants-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.deals-strip{padding-block:1rem}.deals-strip__scroll{scrollbar-width:thin;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.deal-chip{width:200px;color:inherit;flex:none;text-decoration:none}.deal-chip__image-wrap{aspect-ratio:16/10;background:#1a1a1a;border-radius:.75rem;width:100%;position:relative;overflow:hidden}.deal-chip__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.deal-chip__image--placeholder{background:#262626;width:100%;height:100%}.deal-chip__badge{color:#fff;background:#ff7a1a;border-radius:9999px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.deal-chip__title{color:inherit;white-space:nowrap;text-overflow:ellipsis;margin-top:.5rem;font-size:.9rem;font-weight:600;overflow:hidden}.deal-chip__meta{opacity:.6;font-size:.75rem}.deal-chip--view-all{color:#ff7a1a;text-align:center;border:1px dashed #ff7a1a80;border-radius:.75rem;justify-content:center;align-items:center;width:120px;font-size:.85rem;font-weight:600;display:flex}.featured-products-section__view-all{justify-content:center;margin-top:2rem;display:flex}
