/**
 * PumpkinDP elevated checkout experience v13.
 */

body.woocommerce-checkout {
	background:
		radial-gradient(circle at 8% 4%, rgba(244,122,31,.075), transparent 28rem),
		linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
}

.woocommerce-checkout .site-content > .ast-container {
	max-width: 1180px !important;
	padding-top: 48px !important;
}

.woocommerce-checkout .entry-header {
	margin-bottom: 26px;
}

.woocommerce-checkout .entry-title {
	color: #15181e;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4vw, 52px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.05;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin-bottom: 22px;
}

.woocommerce-checkout .woocommerce-info {
	background: #fff !important;
	border: 1px solid rgba(244,122,31,.34) !important;
	border-radius: 14px !important;
	box-shadow: 0 8px 24px rgba(17,19,24,.045);
	color: #515762;
	padding: 15px 18px !important;
}

.woocommerce-checkout .woocommerce-info::before {
	color: #f47a1f !important;
}

.woocommerce-checkout form.checkout_coupon {
	background: #fff;
	border: 1px solid #e6e8ed;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(17,19,24,.05);
	margin: -10px 0 22px;
	padding: 16px;
}

.woocommerce-checkout #wc-stripe-express-checkout-element {
	background: #fff;
	border: 1px solid #e6e8ed;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(17,19,24,.055);
	padding: 16px;
}

.woocommerce-checkout #wc-stripe-express-checkout-button-separator {
	color: #858b95;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 4px 0 !important;
	text-transform: uppercase;
}

.woocommerce-checkout form.checkout > #customer_details,
.woocommerce-checkout form.checkout > #order_review {
	border: 1px solid #e3e6eb !important;
	border-radius: 22px !important;
	box-shadow: 0 18px 52px rgba(20,24,32,.075) !important;
}

.woocommerce-checkout form.checkout > #customer_details {
	background: linear-gradient(180deg, #fff 0%, #fffdfb 100%);
	padding: 30px !important;
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
	color: #171a20;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.02em;
	margin: 0 0 22px;
	padding-bottom: 16px;
	position: relative;
}

.woocommerce-checkout #customer_details h3::after {
	background: linear-gradient(90deg, #f47a1f, rgba(244,122,31,.08));
	border-radius: 99px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 54px;
}

.woocommerce-checkout #customer_details .form-row {
	margin-bottom: 17px;
}

.woocommerce-checkout #customer_details label {
	color: #424751;
	font-size: 13px;
	font-weight: 750;
	margin-bottom: 7px;
}

.woocommerce-checkout #customer_details abbr.required {
	color: #f47a1f;
	text-decoration: none;
}

.woocommerce-checkout #customer_details input.input-text,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details .select2-selection {
	background: #fff !important;
	border: 1px solid #dfe3e8 !important;
	border-radius: 12px !important;
	box-shadow: 0 2px 8px rgba(17,19,24,.025);
	box-sizing: border-box;
	color: #171a20;
	font-size: 15px;
	min-height: 50px;
	padding: 12px 14px !important;
	transition: border-color .18s ease, box-shadow .18s ease;
	width: 100%;
}

.woocommerce-checkout #customer_details input.input-text:focus,
.woocommerce-checkout #customer_details select:focus {
	border-color: #f47a1f !important;
	box-shadow: 0 0 0 3px rgba(244,122,31,.14) !important;
	outline: 0;
}

.woocommerce-checkout #customer_details::after {
	background: #fff8f2;
	border: 1px solid #f7dcc8;
	border-radius: 13px;
	color: #5a493e;
	content: "✓ Secure checkout  ·  ✓ Instant email delivery  ·  ✓ Human support";
	display: block;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.6;
	margin-top: 10px;
	padding: 12px 14px;
}

.woocommerce-checkout form.checkout > #order_review {
	background: #fff;
	padding: 28px !important;
}

.woocommerce-checkout #order_review table.shop_table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 22px;
	width: 100%;
}

.woocommerce-checkout #order_review table.shop_table th {
	color: #7a808a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .075em;
	padding: 12px 10px !important;
	text-transform: uppercase;
}

.woocommerce-checkout #order_review table.shop_table td {
	color: #343942;
	font-size: 14px;
	line-height: 1.55;
	padding: 15px 10px !important;
}

.woocommerce-checkout #order_review table.shop_table .product-name {
	font-weight: 650;
}

.woocommerce-checkout #order_review table.shop_table .product-total,
.woocommerce-checkout #order_review table.shop_table th.product-total {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th,
.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td {
	border-top: 2px solid #1c2027;
	color: #171a20;
	font-size: 18px;
	font-weight: 850;
	padding-top: 18px !important;
}

.woocommerce-checkout #payment .payment_box.payment_method_stripe::before {
	font-size: 15px;
	padding-block: 16px;
}

.woocommerce-checkout #payment #wc-stripe-upe-form {
	padding: 20px !important;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	background: #f8f9fb;
	border-radius: 10px;
	margin-top: 14px;
	padding: 11px 12px;
}

@media (min-width: 922px) {
	.woocommerce-checkout form.checkout {
		grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.18fr) !important;
		gap: 28px !important;
	}

	.woocommerce-checkout form.checkout > #customer_details {
		position: sticky;
		top: 118px;
	}
}

@media (max-width: 921px) {
	.woocommerce-checkout .site-content > .ast-container {
		padding-top: 28px !important;
	}

	.woocommerce-checkout .entry-header {
		margin-bottom: 18px;
	}

	.woocommerce-checkout .entry-title {
		font-size: 38px;
	}

	.woocommerce-checkout #wc-stripe-express-checkout-element {
		border-radius: 15px;
		padding: 10px;
	}

	.woocommerce-checkout form.checkout > #customer_details,
	.woocommerce-checkout form.checkout > #order_review {
		border-radius: 18px !important;
		padding: 18px !important;
	}

	.woocommerce-checkout #customer_details h3 {
		font-size: 19px;
		margin-bottom: 18px;
	}

	.woocommerce-checkout #customer_details::after {
		content: "✓ Secure checkout  ·  ✓ Instant delivery";
	}

	.woocommerce-checkout #order_review table.shop_table td {
		font-size: 13px;
		padding-inline: 6px !important;
	}

	.woocommerce-checkout #payment #wc-stripe-upe-form {
		padding: 10px !important;
	}
}

@media (max-width: 480px) {
	.woocommerce-checkout .site-content > .ast-container {
		width: min(100% - 18px, 720px) !important;
	}

	.woocommerce-checkout form.checkout > #customer_details,
	.woocommerce-checkout form.checkout > #order_review {
		padding: 14px !important;
	}

	.woocommerce-checkout #customer_details .form-row-first,
	.woocommerce-checkout #customer_details .form-row-last {
		float: none !important;
		width: 100% !important;
	}

	.woocommerce-checkout #customer_details input.input-text {
		min-height: 48px;
	}

	.woocommerce-checkout #payment #wc-stripe-upe-form {
		padding: 6px !important;
	}
}
