.shop-card{background-color:var(--bg);border:3px solid var(--border);border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:30px;height:100%;justify-content:space-between;padding:12px 10px;transition:.5s;width:100%}.shop-card.active{border:3px solid var(--accent)}.shop-card:hover{border:3px solid var(--border)}.shop-card-logo{align-items:center;display:flex;height:44px;justify-content:center}.shop-card-logo img{border-radius:8px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.shop-card__footer{align-items:flex-end;display:flex;justify-content:space-between}.shop-card__footer-left{align-items:center;display:flex;gap:8px}.shop-card__footer-left-price{color:var(--sub-text);font-size:14px;font-weight:600;line-height:120%}.shop-card__footer-right{align-items:center;display:flex;gap:8px}.shop-card__footer-right svg{color:var(--sub-text)}.shop-card__footer-right svg.active{color:var(--accent)}.shop-card__footer-right>*{cursor:pointer}
