.cart_separation__purchase_endpoint {
  display: grid;
  grid-template-columns: auto auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: var(--SN-Space-16) 2rem;
}
.cart_separation__purchase_endpoint a {
  font-weight: 500;
  text-decoration: none;
}
.cart_separation__purchase_endpoint a::before {
  content: "";
  display: inline-block;
  background-image: url(/~/media/img/common/icon/icon_lisence_fill.svg);
  background-size: cover;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: text-bottom;
  margin-right: var(--SN-Space-4);
}

.cart_separation__purchase_bottom .cart_separation__purchase_bottom_inner .cart_separation__purchase_bottom_title {
  background-color: #39ab80;
}

#ss_experiment__cart--set:empty {
  display: block;
  background: url(/~/media/img/common/icon/icon_cart_loader.png);
  width: 18rem;
  height: 15rem;
  background-size: 6rem;
  background-repeat: no-repeat;
  background-position: center;
}

#ss_experiment__cart--01:empty,
#ss_experiment__cart--02:empty,
#ss_experiment__cart--03:empty {
  display: block;
  background: url(/~/media/img/common/icon/icon_loader.png);
  width: 100%;
  height: 9.4rem;
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--SN-Radius-8);
  border: 0.1rem solid var(--SN-Color-Border-subtle);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 1px rgba(0, 0, 0, 0.16);
}

#ss_experiment__cart--01__option:empty,
#ss_experiment__cart--02__option:empty,
#ss_experiment__cart--03__option:empty {
  display: block;
  background: url(/~/media/img/common/icon/icon_loader.png);
  width: 100%;
  height: 6rem;
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: center left;
}

#ss_experiment__cart--01__purchase:empty,
#ss_experiment__cart--02__purchase:empty,
#ss_experiment__cart--03__purchase:empty,
#ss_experiment__cart--01__purchase_bottom:empty,
#ss_experiment__cart--02__purchase_bottom:empty,
#ss_experiment__cart--03__purchase_bottom:empty {
  display: block;
  background: url(/~/media/img/common/icon/icon_loader.png);
  width: 3rem;
  height: 3rem;
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: center;
}