.single-product form.cart button.roxpay-express-checkout {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	flex: 0 0 280px !important;
	align-self: flex-start;
	width: 280px !important;
	max-width: 100%;
	min-width: 0;
	min-height: 52px;
	margin: 18px 0 12px !important;
	padding: 12px 22px;
	border: 0;
	border-radius: 4px;
	background: linear-gradient(135deg, #007da8 0%, #009ac7 100%);
	box-shadow: 0 3px 8px rgba(0, 103, 145, 0.22);
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.single-product form.cart button.roxpay-express-checkout:hover,
.single-product form.cart button.roxpay-express-checkout:focus {
	background: linear-gradient(135deg, #006b91 0%, #0087b0 100%);
	box-shadow: 0 5px 12px rgba(0, 103, 145, 0.3);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.single-product form.cart button.roxpay-express-checkout:focus-visible {
	outline: 3px solid rgba(0, 154, 199, 0.35);
	outline-offset: 3px;
}

.single-product form.cart button.roxpay-express-checkout:active {
	transform: translateY(0);
}

.roxpay-express-checkout__text {
	line-height: 1.2;
}

.roxpay-express-checkout__subtitle {
	font-size: 0.82em;
	font-weight: 400;
	line-height: 1.2;
	opacity: 0.9;
}

@media (max-width: 480px) {
	.single-product form.cart button.roxpay-express-checkout {
		flex-basis: 100% !important;
		width: 100% !important;
		min-width: 0;
	}
}
