.products_grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px 25px;display:grid}@media screen and (width<=850px){.products_grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:25px 20px}}.products_item{flex-direction:column;justify-content:space-between;gap:10px;display:flex;position:relative}.products_item__like{z-index:1;cursor:pointer;box-sizing:content-box;width:20px;height:20px;padding:10px;display:none;position:absolute;top:0;right:0}@media screen and (width<=850px){.products_item__like{display:block}}.products_item__like.active{display:block}.products_item__like svg{fill:red}.products_item:hover .products_item__like{display:block}.products_item__main{flex-direction:column;gap:10px;display:flex}.products_item__buy{justify-content:space-between;align-items:center;display:flex}.products_item__price{font-size:1.2rem;font-weight:var(--font-medium)}.products_item__img{box-sizing:border-box;border-radius:var(--radius);background-color:#fff;justify-content:center;align-items:center;width:100%;padding-top:100%;display:flex;position:relative}.products_item__img img{-o-object-fit:contain;object-fit:contain;border-radius:var(--radius);max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.products_item__name{font-weight:var(--font-medium);text-decoration:none}.products_item__term:before{content:"";background-color:#ffbe00;border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.products_item__term{color:#666;font-size:.9rem}.products_empty{text-align:center}
