.kw-product-buy-now__btn {
	width: 100%;
	margin-top: 0;
	text-align: center;
	background-color: var(--wp--preset--color--text);
	color: var(--wp--preset--color--surface);
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.kw-product-buy-now__btn:hover,
.kw-product-buy-now__btn:focus {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--surface);
	transform: translateY(-1px);
}

.kw-product-buy-now__btn:active {
	transform: translateY(0);
}
