.offer-cards{flex-direction:column;justify-content:space-between;gap:2rem;height:100%;display:flex}.offer-cards__main{flex-direction:column;gap:2rem;display:flex}.offer-cards__header{flex-direction:column-reverse;align-items:center;gap:1rem;display:flex}@media screen and (min-width:540px){.offer-cards__header{flex-direction:row;justify-content:space-between}}.offer-cards__cards{flex-direction:column;gap:2rem;display:flex}@media screen and (min-width:620px){.offer-cards__cards{grid-template-columns:repeat(2,1fr);display:grid}}@media screen and (min-width:1024px){.offer-cards__cards{grid-template-columns:repeat(3,1fr)}}.offer-cards__count{font-size:1.75rem}@media screen and (min-width:768px){.offer-cards__count{font-size:2rem}}
.offer-empty-list{flex-direction:column;align-items:center;gap:2rem;margin-top:2rem;padding-left:1rem;padding-right:1rem;font-size:1.75rem;display:flex}@media screen and (min-width:540px){.offer-empty-list{padding-left:2rem;padding-right:2rem}}@media screen and (min-width:768px){.offer-empty-list{padding-left:3rem;padding-right:3rem;font-size:2rem}}@media screen and (min-width:540px){.offer-empty-list__image-container{align-items:center;display:flex}}.offer-empty-list__image{width:auto;height:20rem}@media screen and (min-width:768px){.offer-empty-list__image{height:25rem}}.offer-empty-list__copy{font-style:italic}.offer-empty-list__add-offers{text-align:center;font-weight:700}
.top{color:#000;background-color:#fff;border:1px solid #000;border-radius:5px;width:5rem;height:5rem;font-size:3.5rem;position:fixed;bottom:2rem;right:2rem;overflow:hidden}
.sort{background-color:#f5f5f5;border:1px solid #000;border-radius:5px;padding:1rem;overflow:hidden}@media screen and (min-width:540px){.sort{width:unset}}.sort__dropdown{font-size:1.75rem}.sort:before{content:"Sort: ";font-size:1.75rem}
