.product-card__inner .product-counter-info{
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-black-55, #737373);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.product-card__inner .product-counter-info__icon{
    display: flex;
    align-items: center;
}
.product-card__inner .product-counter-info__icon svg{
     width: 14px;
     height: 20px;
}
.product-card__inner .product-counter-info__text{
    color: var(--color-black-55, #737373);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-left: 0;
}
@media (max-width: 510px) {
    .product-card__inner .product-counter-info__text{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }

}