.favorites-list{display:grid;gap:40px;grid-template-columns:repeat(5,1fr)}.favorites-list .catalog-card{max-width:unset;min-width:unset}.favorites-empty{font-size:20px;min-height:calc(100vh - 645px);text-align:center}@media screen and (max-width:1700px){.favorites-list{gap:30px;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1199px){.favorites-list{gap:20px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:900px){.favorites-list{gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:639px){.favorites-list{gap:20px 10px;transform:translate(-20px);width:calc(100% + 40px)}}
