.yj-pvbn-buy-button {
    height: 64px;
	padding: 0 24px;
    border-radius: 16px;
    background-image: linear-gradient(90deg, #5C3B88 40%, #FF8BEF 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-position: 0% 0%;
}
.yj-buy-text {
    margin-right: -24px;
    border-radius: 16px;
    padding: 0 16px;
	color: #5C3B88;
}
.yj-buy-text .woocommerce-Price-amount, .yj-buy-text p {
    font-size: 20px;
}

.yj-buy-btn {
    padding: 0 24px 0 0;
	gap: 10px;
}
.yj-buy-btn p {
    font-size: 20px;
}

button.yj-pvbn-variation {
    background: transparent;
    height: 64px;
    padding: 0px 12px;
    border-radius: 12px;
    width: 80px;
    border: solid 1px #fff;
}

button.yj-pvbn-variation.is-active {
    background: #fff;
    color: #000;
}