.site-block-product-actions a {
	background: transparent none;
	border-color: currentColor;
	border-width: 2px;
	border-style: solid;
	color: currentColor;
	padding-top: var(--wp--preset--spacing--06);
	padding-right: var(--wp--preset--spacing--18);
	padding-bottom: var(--wp--preset--spacing--06);
	padding-left: var(--wp--preset--spacing--18);
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: 700;
}
.site-block-product-actions a:hover {
	border-color: var(--wp--preset--color--lime);
}
.site-block-product-actions .wp-block-button:nth-child(1) a {
	color: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--blue);
	background-color: var(--wp--preset--color--blue);
}
.site-block-product-actions .wp-block-button:nth-child(1) a:hover {
	color: var(--wp--preset--color--lime);
	border-color: var(--wp--preset--color--graphite);
	background-color: var(--wp--preset--color--graphite);
}