.product-like {
    display: flex;
    flex-direction: row;
    gap: 4px;
    background-color: #7A4D89;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    align-items: center;
}

.icon {
    width: 20px;
    height: 20px;
    color: #fff;
}

.like-count {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}