.exam_product__action {
  display: none;
}
.exam_product.is-in-cart .exam_product__add {
  display: none;
}
.exam_product.is-in-cart .exam_product__action {
  display: flex;
}
.exam_product .added_to_cart {
  display: none;
}