
#yastore-checkout-button {
  border: none;
  outline: none;
  border-radius: 4px;
  background-color: rgb(255, 99, 41);
  color: #ffffff;
  padding: 0px 12px;
  margin: 12px 0;
  height: 42px;
  width: 100%;
  font-family: inherit;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.12s ease-out;
}
#yastore-checkout-button:active {
  transform: scale(0.97);
  filter: brightness(0.9);
}
#yastore-checkout-button:hover {
  background: rgb(235, 80, 25);
}
</style>