#yastore-checkout-button,
#yastore-mini-checkout-button,
.yastore-checkout-button
{
  border: none;
  outline: none;
  border-radius: 13px;
  background: linear-gradient(77deg, rgba(255, 192, 2, .5) .5%, rgba(255, 99, 41, .18) 24%), radial-gradient(57% 134.79% at 0% 0%, #FF27F5 0%, #FF6329 100%);
  color: #ffffff;
  padding: 0;
  margin: 12px 0 0 10px;
  width: 100%;
  min-height: 50px;
  font-family: 'YS Text', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .12s ease-out, filter .12s ease-out;
  cursor: pointer;
  box-sizing: border-box;
}

#yastore-checkout-button:hover,
#yastore-checkout-button:focus,
#yastore-checkout-button:visited,
#yastore-mini-checkout-button:hover,
#yastore-mini-checkout-button:focus,
#yastore-mini-checkout-button:visited,
.yastore-checkout-button:hover,
.yastore-checkout-button:focus,
.yastore-checkout-button:visited
{
  color: #ffffff;
  text-decoration: none;
}

#yastore-checkout-button *,
#yastore-checkout-button *:hover,
#yastore-mini-checkout-button *,
#yastore-mini-checkout-button *:hover,
.yastore-checkout-button *,
.yastore-checkout-button *:hover
{
  text-decoration: none;
  color: inherit;
}

.yastore-checkout-button__main
{
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 26px;
  padding: 0 16px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

#yastore-checkout-button:active,
#yastore-mini-checkout-button:active,
.yastore-checkout-button:active
{
  transform: scale(.97);
  filter: brightness(0.9);
}

.yastore-checkout-button--loading
{
  pointer-events: none;
  opacity: 0.5;
}

.yastore-checkout-error
{
  width: 100%;
  margin: 8px 0 0 10px;
  color: #b42318;
  font-family: 'YS Text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  box-sizing: border-box;
}

.yastore-checkout-promo,
.yastore-checkout-promo .pay-button__additional
{
  width: 100%;
  min-height: 13px;
  padding: 0 16px;
  margin-top: -2px;
  font-size: 10px;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.2;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  text-decoration: none;
  font-variant-numeric: lining-nums proportional-nums;
}

.yastore-checkout-promo:empty
{
  display: none;
}
