@charset "UTF-8";.content{height:auto;--grid-cols-desktop: 4;--grid-cols-mobile: 2}.favorites-page{padding:24px 16px;flex-grow:1}.favorites-page__header{margin-bottom:16px}.favorites-page__products{display:grid;gap:8px;grid-template-columns:1fr;position:relative}@media screen and (min-width: 769px){.favorites-page__products{grid-template-columns:1fr 1fr;gap:16px}}@media screen and (min-width: 1025px){.favorites-page{max-width:1224px;margin:0 auto 24px;padding:36px 24px}.favorites-page__products{grid-template-columns:1fr 1fr 1fr;gap:24px}}@media screen and (min-width: 1281px){.favorites-page{padding:36px 0}.favorites-page__products{grid-template-columns:1fr 1fr 1fr 1fr}}
