.single-product .summary .yxe-restricted-actions,
.woocommerce div.product .summary .yxe-restricted-actions,
.yxe-restricted-actions--single {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	max-width: 580px;
	margin: 18px 0 0;
}

.single-product .summary .yxe-restricted-button,
.woocommerce div.product .summary .yxe-restricted-button,
.yxe-restricted-actions--single .yxe-restricted-button,
.single-product .summary .yxe-restricted-button:visited,
.woocommerce div.product .summary .yxe-restricted-button:visited,
.yxe-restricted-actions--single .yxe-restricted-button:visited {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 42px;
	padding: 12px 18px !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .04em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.single-product .summary .yxe-restricted-button--no-card,
.woocommerce div.product .summary .yxe-restricted-button--no-card,
.yxe-restricted-actions--single .yxe-restricted-button--no-card,
.single-product .summary .yxe-restricted-button--no-card:visited,
.woocommerce div.product .summary .yxe-restricted-button--no-card:visited,
.yxe-restricted-actions--single .yxe-restricted-button--no-card:visited {
	background: linear-gradient(90deg, #b68437 0%, #d7bd99 100%) !important;
	color: #fff !important;
}

.single-product .summary .yxe-restricted-button--line,
.woocommerce div.product .summary .yxe-restricted-button--line,
.yxe-restricted-actions--single .yxe-restricted-button--line,
.single-product .summary .yxe-restricted-button--line:visited,
.woocommerce div.product .summary .yxe-restricted-button--line:visited,
.yxe-restricted-actions--single .yxe-restricted-button--line:visited {
	background: #06c755 !important;
	color: #fff !important;
}

.single-product .summary .yxe-restricted-button:hover,
.single-product .summary .yxe-restricted-button:focus,
.woocommerce div.product .summary .yxe-restricted-button:hover,
.woocommerce div.product .summary .yxe-restricted-button:focus,
.yxe-restricted-actions--single .yxe-restricted-button:hover,
.yxe-restricted-actions--single .yxe-restricted-button:focus {
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px -18px rgba(0, 0, 0, .5) !important;
}

.single-product .summary .yxe-restricted-button--no-card:hover,
.single-product .summary .yxe-restricted-button--no-card:focus,
.woocommerce div.product .summary .yxe-restricted-button--no-card:hover,
.woocommerce div.product .summary .yxe-restricted-button--no-card:focus,
.yxe-restricted-actions--single .yxe-restricted-button--no-card:hover,
.yxe-restricted-actions--single .yxe-restricted-button--no-card:focus {
	background: linear-gradient(90deg, #a9782f 0%, #ccb087 100%) !important;
}

.single-product .summary .yxe-restricted-button--line:hover,
.single-product .summary .yxe-restricted-button--line:focus,
.woocommerce div.product .summary .yxe-restricted-button--line:hover,
.woocommerce div.product .summary .yxe-restricted-button--line:focus,
.yxe-restricted-actions--single .yxe-restricted-button--line:hover,
.yxe-restricted-actions--single .yxe-restricted-button--line:focus {
	background: #05b84f !important;
}

.single-product .summary .yxe-restricted-button:focus-visible,
.woocommerce div.product .summary .yxe-restricted-button:focus-visible,
.yxe-restricted-actions--single .yxe-restricted-button:focus-visible {
	outline: 2px solid #c2a06b;
	outline-offset: 3px;
}

@media (max-width: 480px) {
	.single-product .summary .yxe-restricted-actions,
	.woocommerce div.product .summary .yxe-restricted-actions,
	.yxe-restricted-actions--single {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}
