/* MooGold checkout bundle. Generated from moogold-modern-home.css; do not edit this file directly. */

body.woocommerce-cart {
	background: #f4f5f7;
}

body.woocommerce-cart #content > .col-full {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart #primary,
body.woocommerce-cart .content-area,
body.woocommerce-cart .site-main,
body.woocommerce-cart article,
body.woocommerce-cart .entry-content {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-cart .entry-header,
body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart .return-to-shop {
	display: none;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
	width: min(1280px, calc(100% - 40px));
	margin: 22px auto 0;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info {
	margin: 0 0 16px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(17, 24, 39, .07);
}

.mg-cart-page {
	width: min(1180px, calc(100% - 40px));
	margin: 24px auto 72px;
	color: #121722;
}

.mg-cart-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	min-height: 168px;
	margin-bottom: 18px;
	padding: 32px 42px;
	overflow: hidden;
	border: 1px solid rgba(245, 166, 0, .5);
	border-radius: 24px;
	background: linear-gradient(120deg, #ffd56f 0%, #ffbd24 55%, #f5a600 100%);
	box-shadow: 0 22px 55px rgba(188, 126, 0, .18);
}

.mg-cart-hero::before,
.mg-cart-hero::after {
	position: absolute;
	border: 48px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.mg-cart-hero::before {
	top: -170px;
	right: 24px;
	width: 310px;
	height: 310px;
}

.mg-cart-hero::after {
	right: 205px;
	bottom: -315px;
	width: 390px;
	height: 390px;
}

.mg-cart-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 600px;
}

.mg-cart-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #8b5a00;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.mg-cart-hero h1 {
	margin: 0;
	color: #10141e;
	font-size: clamp(40px, 4.2vw, 54px);
	font-weight: 900 !important;
	letter-spacing: -.045em;
	line-height: .98;
}

.mg-cart-hero p {
	max-width: 540px;
	margin: 10px 0 0;
	color: #5c410e;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.mg-cart-steps {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 999px;
	background: rgba(255, 255, 255, .48);
	backdrop-filter: blur(10px);
}

.mg-cart-steps li {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 0 10px 0 0;
	color: #6c5324;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.mg-cart-steps li + li::before {
	width: 18px;
	height: 1px;
	margin-right: 2px;
	background: rgba(18, 23, 34, .22);
	content: "";
}

.mg-cart-steps span {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid rgba(18, 23, 34, .14);
	border-radius: 50%;
	background: rgba(255, 255, 255, .74);
}

.mg-cart-steps .is-current {
	color: #10141e;
}

.mg-cart-steps .is-current span {
	border-color: #10141e;
	background: #10141e;
	color: #fff;
}

.mg-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	align-items: start;
	gap: 18px;
}

.mg-cart-items-panel,
.mg-cart-summary .cart_totals {
	border: 1px solid #e2e5eb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(17, 24, 39, .07);
}

.mg-cart-items-panel {
	padding: 24px;
}

.mg-cart-panel-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.mg-cart-panel-heading h2,
.mg-cart-summary__heading h2 {
	margin: 0;
	color: #121722;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.mg-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	border: 1px solid #ffe3a1;
	border-radius: 999px;
	background: #fff7df;
	color: #805400;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.mg-cart-items {
	display: grid;
	gap: 12px;
}

.mg-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr) 132px;
	align-items: center;
	gap: 18px;
	min-height: 138px;
	padding: 16px !important;
	border: 1px solid #e4e6eb;
	border-radius: 20px;
	background: linear-gradient(135deg, #fffdfa 0%, #ffffff 68%);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.mg-cart-item:hover {
	border-color: #edc76d;
	box-shadow: 0 12px 28px rgba(17, 24, 39, .07);
}

.mg-cart-item__media {
	display: grid;
	width: 104px;
	height: 104px;
	overflow: hidden;
	place-items: center;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #f5f6f8;
}

.mg-cart-item__media a {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.mg-cart-item__media img {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	transition: none !important;
	transform: none !important;
}

.mg-cart-item__details {
	min-width: 0;
	padding-right: 4px;
}

.mg-cart-item__details h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -.015em;
	line-height: 1.35;
}

.mg-cart-item__details h3 a {
	color: #151a25;
}

.mg-cart-item__details h3 a:hover {
	color: #9a6500;
}

.mg-cart-item__details dl.variation {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 4px 8px;
	margin: 9px 0 0;
	padding: 9px 11px;
	border-radius: 12px;
	background: #f6f7f9;
	color: #596273;
	font-size: 12px;
	line-height: 1.4;
}

.mg-cart-item__details dl.variation dt,
.mg-cart-item__details dl.variation dd,
.mg-cart-item__details dl.variation p {
	float: none;
	margin: 0;
	padding: 0;
}

.mg-cart-item__details dl.variation dt {
	color: #343b49;
	font-weight: 800;
}

.mg-cart-item__controls {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	min-width: 132px;
	padding-top: 22px;
}

.mg-cart-quantity,
.mg-cart-item__price {
	display: grid;
	justify-items: end;
	gap: 5px;
}

.mg-cart-quantity > span,
.mg-cart-item__price > span {
	color: #737c8e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.mg-cart-quantity--fixed strong,
.mg-cart-item__price strong {
	color: #111722;
	font-size: 19px;
	font-weight: 900;
}

.mg-cart-item__price {
	order: -1;
}

.mg-cart-quantity--fixed {
	display: inline-grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 6px;
	padding: 5px 9px;
	border: 1px solid #e2e5eb;
	border-radius: 999px;
	background: #f7f8fa;
}

.mg-cart-quantity--fixed > span {
	font-size: 9px;
}

.mg-cart-quantity--fixed strong {
	font-size: 12px;
}

.mg-cart-item__price small {
	color: #747d8e;
	font-size: 11px;
}

.mg-cart-quantity__stepper {
	display: grid;
	grid-template-columns: 34px 44px 34px;
	align-items: center;
	overflow: hidden;
	border: 1px solid #d9dde5;
	border-radius: 11px;
	background: #fff;
}

.mg-cart-quantity__stepper .quantity {
	display: block !important;
	margin: 0 !important;
}

.mg-cart-quantity__stepper input.qty {
	width: 44px !important;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-weight: 900;
	text-align: center;
	-moz-appearance: textfield;
}

.mg-cart-quantity__stepper input.qty::-webkit-outer-spin-button,
.mg-cart-quantity__stepper input.qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.mg-cart-remove.remove {
	position: absolute;
	top: 15px;
	right: 17px;
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	width: auto !important;
	height: 28px !important;
	padding: 4px 7px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: #7b8494 !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

.mg-cart-remove.remove::before {
	display: none !important;
}

.mg-cart-remove svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mg-cart-remove:hover {
	background: #fff0ed !important;
	color: #c43a28 !important;
}

.mg-cart-actions {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #eceef2;
}

.mg-cart-coupon {
	max-width: 430px;
}

.mg-cart-coupon summary {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #596273;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.mg-cart-coupon summary::marker {
	color: #f5a600;
}

.mg-cart-coupon[open] summary {
	margin-bottom: 12px;
	color: #121722;
}

.mg-cart-coupon__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.mg-cart-coupon__fields input {
	min-width: 220px;
	height: 44px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #d9dde5;
	border-radius: 11px;
	background: #fff;
}

.mg-cart-coupon__fields .button,
.mg-cart-update.button {
	min-height: 44px;
	margin: 0;
	padding: 0 17px;
	border: 1px solid #d9dde5;
	border-radius: 11px;
	background: #f6f7f9;
	color: #161b26;
	font-size: 12px;
	font-weight: 900;
}

.mg-cart-coupon__fields .button:hover,
.mg-cart-update.button:hover:not(:disabled) {
	border-color: #f5a600;
	background: #fff6dc;
	color: #111722;
}

.mg-cart-update.button:disabled {
	display: none;
}

.mg-cart-continue {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 0 auto;
	color: #555e6f;
	font-size: 13px;
	font-weight: 800;
}

.mg-cart-continue:hover {
	color: #9a6500;
}

.mg-cart-summary {
	position: sticky;
	top: 24px;
}

.mg-cart-summary .cart-collaterals,
body.woocommerce-cart .mg-cart-summary .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
	margin: 0;
}

body.woocommerce-cart .mg-cart-summary .cart-collaterals .cart_totals {
	padding: 24px !important;
}

.mg-cart-summary__heading {
	margin-bottom: 12px;
}

.mg-cart-summary .shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

.mg-cart-summary .shop_table tr,
.mg-cart-summary .shop_table th,
.mg-cart-summary .shop_table td {
	border: 0;
	background: transparent;
}

.mg-cart-summary .shop_table th,
.mg-cart-summary .shop_table td {
	padding: 11px 0;
	color: #5c6576;
	font-size: 14px;
}

.mg-cart-summary .shop_table th {
	font-weight: 700;
	text-align: left;
}

.mg-cart-summary .shop_table td {
	font-weight: 800;
	text-align: right;
}

.mg-cart-summary .shop_table .order-total th,
.mg-cart-summary .shop_table .order-total td {
	padding-top: 18px;
	border-top: 1px solid #e3e6eb;
	color: #111722;
	font-size: 16px;
}

.mg-cart-summary .shop_table .order-total strong,
.mg-cart-summary .shop_table .order-total .amount {
	font-size: 25px;
	font-weight: 900;
}

.mg-cart-delivery-note {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 11px;
	margin-top: 10px;
	padding: 11px;
	border: 1px solid #ffe0a0;
	border-radius: 14px;
	background: #fff8e6;
}

.mg-cart-delivery-note svg {
	width: 38px;
	height: 38px;
	padding: 9px;
	border-radius: 11px;
	background: #ffb000;
	fill: #161b26;
}

.mg-cart-delivery-note div {
	display: grid;
	gap: 2px;
}

.mg-cart-delivery-note strong {
	color: #1c2029;
	font-size: 13px;
}

.mg-cart-delivery-note span {
	color: #6f5b31;
	font-size: 11px;
	line-height: 1.45;
}

.mg-cart-summary .wc-proceed-to-checkout {
	padding: 0;
}

body.woocommerce-cart .mg-cart-summary .checkout-button.button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 56px;
	margin: 14px 0 0;
	padding: 13px 18px !important;
	border: 1px solid #efa100;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #ffbd1d, #f5a600);
	box-shadow: 0 12px 24px rgba(245, 166, 0, .24);
	color: #111722;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: -.01em;
	text-align: center;
}

body.woocommerce-cart .mg-cart-summary .checkout-button.button:hover,
body.woocommerce-cart .mg-cart-summary .checkout-button.button:focus {
	border-color: #111722;
	background: #111722;
	box-shadow: 0 14px 28px rgba(17, 23, 34, .18);
	color: #fff;
	transform: translateY(-1px);
}

.mg-cart-trust {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 13px 0 0;
	padding: 0;
	list-style: none;
}

.mg-cart-trust li {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #626b7b;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
}

.mg-cart-trust svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #af7400;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

@media (max-width: 980px) {
	.mg-cart-hero {
		align-items: flex-start;
		flex-direction: column;
		gap: 28px;
	}

	.mg-cart-layout {
		grid-template-columns: 1fr;
	}

	.mg-cart-summary {
		position: static;
	}
}

@media (max-width: 700px) {
	body.woocommerce-cart .woocommerce-notices-wrapper,
	.mg-cart-page {
		width: min(100% - 24px, 1280px);
	}

	.mg-cart-page {
		margin-top: 16px;
		margin-bottom: 52px;
	}

	.mg-cart-hero {
		min-height: 0;
		padding: 30px 24px;
		border-radius: 22px;
	}

	.mg-cart-hero::before {
		top: -120px;
		right: -62px;
		width: 220px;
		height: 220px;
		border-width: 34px;
	}

	.mg-cart-hero::after {
		right: 72px;
		bottom: -235px;
		width: 290px;
		height: 290px;
		border-width: 38px;
	}

	.mg-cart-hero h1 {
		font-size: 43px;
	}

	.mg-cart-hero p {
		font-size: 14px;
	}

	.mg-cart-steps {
		width: 100%;
		justify-content: space-between;
		gap: 4px;
		padding: 8px;
	}

	.mg-cart-steps li {
		gap: 5px;
		padding: 0;
		font-size: 10px;
	}

	.mg-cart-steps li + li::before {
		width: 7px;
		margin-right: 0;
	}

	.mg-cart-steps span {
		width: 26px;
		height: 26px;
	}

	.mg-cart-items-panel,
	body.woocommerce-cart .mg-cart-summary .cart-collaterals .cart_totals {
		padding: 20px !important;
		border-radius: 20px;
	}

	.mg-cart-panel-heading h2,
	.mg-cart-summary__heading h2 {
		font-size: 22px;
	}

	.mg-cart-count {
		min-height: 32px;
		padding: 6px 10px;
		font-size: 11px;
	}

	.mg-cart-item {
		grid-template-columns: 92px minmax(0, 1fr);
		align-items: start;
		gap: 14px;
		min-height: 0;
		padding: 14px !important;
		border-radius: 17px;
	}

	.mg-cart-item__media {
		width: 92px;
		height: 92px;
		border-radius: 13px;
	}

	.mg-cart-item__details {
		padding: 3px 28px 0 0;
	}

	.mg-cart-item__details h3 {
		font-size: 15px;
	}

	.mg-cart-item__details dl.variation {
		grid-template-columns: 1fr;
		gap: 1px;
		margin-top: 9px;
		padding: 9px 10px;
		font-size: 11px;
	}

	.mg-cart-item__details dl.variation dd + dt {
		margin-top: 4px;
	}

	.mg-cart-item__controls {
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: 1fr 1fr;
		align-items: end;
		justify-items: start;
		width: 100%;
		min-width: 0;
		padding: 2px 2px 0;
	}

	.mg-cart-quantity,
	.mg-cart-item__price {
		justify-items: start;
	}

	.mg-cart-item__price {
		order: 0;
		justify-self: end;
		justify-items: end;
	}

	.mg-cart-remove.remove {
		top: 12px;
		right: 12px;
		width: 30px !important;
		height: 30px !important;
		justify-content: center;
		padding: 0 !important;
		background: #f4f5f7 !important;
	}

	.mg-cart-remove span {
		display: none;
	}

	.mg-cart-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mg-cart-continue {
		margin-left: 0;
	}

	.mg-cart-coupon,
	.mg-cart-coupon__fields {
		width: 100%;
	}

	.mg-cart-coupon__fields {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.mg-cart-coupon__fields input {
		min-width: 0;
		width: 100%;
	}

	.mg-cart-update.button {
		width: 100%;
	}

	.mg-cart-trust {
		grid-template-columns: 1fr;
	}
}
body.woocommerce-checkout:not(.woocommerce-order-received) {
	background: #f3f3f2;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .storefront-breadcrumb,
body.woocommerce-checkout:not(.woocommerce-order-received) #primary > .site-main > article > .entry-header,
body.woocommerce-checkout:not(.woocommerce-order-received) #primary > .site-main > article > .edit-link {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .site-content > .col-full {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #primary,
body.woocommerce-checkout:not(.woocommerce-order-received) .site-main,
body.woocommerce-checkout:not(.woocommerce-order-received) .site-main > article,
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mg-checkout-page {
	width: min(calc(100% - 40px), 1280px);
	margin: 44px auto 76px;
}

.mg-checkout-hero {
	margin-bottom: 18px;
}

.mg-checkout-hero h1 {
	font-size: clamp(37px, 4.4vw, 58px);
}

.mg-checkout-page .woocommerce-error,
.mg-checkout-page .woocommerce-info,
.mg-checkout-page .woocommerce-message {
	border: 1px solid #e7dfd0;
	border-radius: 16px;
	background: #fffefa;
	box-shadow: 0 10px 28px rgba(25, 28, 36, .06);
}

.mg-checkout-page .woocommerce-form-coupon-toggle {
	margin: 0 0 20px;
}

.mg-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 58px;
	margin: 0;
	padding: 10px 12px 10px 20px;
	color: #4d5360;
	font-weight: 700;
}

.mg-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info::before {
	display: none;
}

.mg-checkout-page .woocommerce-form-coupon-toggle .showcoupon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid #f0ca62;
	border-radius: 11px;
	background: #fff3ce;
	color: #8b5a00;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

.mg-checkout-page .woocommerce-form-coupon-toggle .showcoupon:hover,
.mg-checkout-page .woocommerce-form-coupon-toggle .showcoupon:focus {
	border-color: #f2ad00;
	background: #ffe6a1;
	color: #151821;
}

.mg-checkout-page form.checkout_coupon {
	max-width: 620px;
	margin: -8px 0 22px;
	padding: 16px;
	border: 1px solid #e7dfd0;
	border-radius: 16px;
	background: #fffefa;
	box-shadow: 0 10px 28px rgba(25, 28, 36, .06);
}

.mg-checkout-coupon-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.mg-checkout-page .mg-checkout-coupon-fields > p {
	float: none;
	width: auto;
	margin: 0;
}

.mg-checkout-page form.checkout_coupon input.input-text {
	width: 100%;
	height: 46px;
	padding: 0 14px;
	border: 1px solid #d8dce4;
	border-radius: 11px;
	background: #fff;
	box-shadow: none;
}

.mg-checkout-page form.checkout_coupon button.button {
	height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 11px;
	background: #f8aa00;
	color: #11151e;
	font-weight: 900;
}

.mg-checkout-form {
	margin: 0;
}

.mg-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
	align-items: start;
	gap: 24px;
}

.mg-checkout-panel {
	min-width: 0;
	padding: 30px;
	border: 1px solid #e4e1da;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(27, 30, 38, .08);
}

.mg-checkout-order {
	position: sticky;
	top: 22px;
}

.mg-checkout-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 8px;
}

.mg-checkout-section-heading h2 {
	margin: 4px 0 0;
	color: #151821;
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.05;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order h2#order_review_heading {
	float: none !important;
	position: static !important;
	width: auto !important;
	margin: 4px 0 0 !important;
	padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order h2#order_review_heading::before,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order h2#order_review_heading::after {
	display: none !important;
}

.mg-checkout-secure-note,
.mg-checkout-edit-cart {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid #eadba8;
	border-radius: 999px;
	background: #fff8df;
	color: #7f5700;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
}

.mg-checkout-secure-note svg,
.mg-checkout-assurance svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mg-checkout-edit-cart:hover,
.mg-checkout-edit-cart:focus {
	border-color: #f0b31d;
	background: #ffedb5;
	color: #151821;
}

.mg-checkout-helper {
	margin: 0 0 22px;
	color: #6d7483;
	font-size: 13px;
	line-height: 1.5;
}

body.woocommerce-checkout .mg-checkout-form #customer_details,
body.woocommerce-checkout .mg-checkout-form #customer_details .col-1,
body.woocommerce-checkout .mg-checkout-form #customer_details .col-2,
body.woocommerce-checkout .mg-checkout-order #order_review {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0 !important;
}

.mg-checkout-form #customer_details .col-2:empty {
	display: none;
}

.mg-checkout-details .woocommerce-billing-fields > h3,
.mg-checkout-details .woocommerce-shipping-fields > h3 {
	display: none;
}

.mg-checkout-details .woocommerce-billing-fields__field-wrapper,
.mg-checkout-details .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.mg-checkout-details .form-row {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-details p.form-row,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-details p.form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-details p.form-row-last {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mg-checkout-details .form-row-wide,
.mg-checkout-details .create-account {
	grid-column: 1 / -1;
}

.mg-checkout-details .form-row label {
	display: block;
	margin-bottom: 7px;
	color: #353a46;
	font-size: 12px;
	font-weight: 800;
}

.mg-checkout-details .required {
	color: #c17900;
}

.mg-checkout-details .input-text,
.mg-checkout-details select,
.mg-checkout-details .select2-selection {
	min-height: 50px;
	width: 100%;
	padding: 0 14px;
	border: 1px solid #d8dce4;
	border-radius: 12px;
	background: #fbfbfc;
	box-shadow: none;
	color: #151821;
	font-size: 14px;
}

.mg-checkout-details .input-text:focus,
.mg-checkout-details select:focus,
.mg-checkout-details .select2-selection:focus {
	border-color: #efa900;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(248, 170, 0, .12);
	outline: 0;
}

.mg-checkout-details .woocommerce-invalid .input-text {
	border-color: #c94949;
	box-shadow: 0 0 0 3px rgba(201, 73, 73, .1);
}

.mg-checkout-order .woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 22px 0 18px;
	border: 1px solid #e6e2da;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 16px;
	background: #fffefa;
	overflow: hidden;
}

.mg-checkout-order .shop_table thead {
	display: none;
}

.mg-checkout-order .shop_table th,
.mg-checkout-order .shop_table td {
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid #ece8e0;
	background: transparent;
	color: #303541;
	vertical-align: top;
}

.mg-checkout-order .shop_table td.product-name {
	font-weight: 800;
	line-height: 1.45;
}

.mg-checkout-order .shop_table td.product-total,
.mg-checkout-order .shop_table tfoot td {
	text-align: right;
	white-space: nowrap;
}

.mg-checkout-order .shop_table dl.variation {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 3px 8px;
	margin: 9px 0 0;
	padding: 9px 10px;
	border-radius: 10px;
	background: #f3f4f6;
	color: #626a79;
	font-size: 11px;
	font-weight: 500;
}

.mg-checkout-order .shop_table dl.variation dt,
.mg-checkout-order .shop_table dl.variation dd,
.mg-checkout-order .shop_table dl.variation p {
	float: none;
	margin: 0;
	padding: 0;
}

.mg-checkout-order .shop_table tfoot tr:last-child th,
.mg-checkout-order .shop_table tfoot tr:last-child td {
	border-bottom: 0;
}

.mg-checkout-order .shop_table .order-total th,
.mg-checkout-order .shop_table .order-total td {
	padding-top: 18px;
	padding-bottom: 18px;
	color: #151821;
	font-size: 17px;
	font-weight: 900;
}

.mg-checkout-order .shop_table .order-total .amount {
	font-size: 22px;
}

body.woocommerce-checkout .mg-checkout-order #payment {
	margin: 0;
	border: 0;
	border-radius: 16px;
	background: #fff;
}

.mg-checkout-order #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border: 0;
}

.mg-checkout-order #payment ul.payment_methods li {
	margin: 0 0 12px;
	padding: 15px;
	border: 1px solid #ead79f;
	border-radius: 14px;
	background: #fffaf0;
	color: #262b36;
}

.mg-checkout-order #payment ul.payment_methods li > label {
	font-weight: 800;
}

.mg-checkout-order #payment div.payment_box {
	margin: 12px 0 0;
	padding: 12px;
	border-radius: 10px;
	background: #f5f4f1;
	color: #565d6b;
	font-size: 12px;
}

.mg-checkout-order #payment div.payment_box::before {
	border-bottom-color: #f5f4f1;
}

.mg-checkout-order #payment .place-order {
	margin: 0;
	padding: 16px 0 0;
}

.mg-checkout-order #payment .woocommerce-privacy-policy-text {
	margin-bottom: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #f6f7f8;
	color: #666e7c;
	font-size: 11px;
	line-height: 1.55;
}

.mg-checkout-order #payment .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 12px;
}

.mg-checkout-order #payment .validate-required {
	margin: 0;
	padding: 13px 14px;
	border: 1px solid #e1e3e8;
	border-radius: 12px;
	background: #fafafa;
	font-size: 12px;
	line-height: 1.45;
}

.mg-checkout-order #payment .validate-required label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.mg-checkout-order #payment .validate-required input[type="checkbox"] {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	accent-color: #f8aa00;
}

body.woocommerce-checkout .mg-checkout-order #payment #place_order {
	float: none;
	width: 100%;
	min-height: 54px;
	margin: 14px 0 0;
	padding: 12px 20px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #ffbd20 0%, #f2a000 100%);
	box-shadow: 0 12px 24px rgba(214, 145, 0, .2);
	color: #11151e;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-checkout .mg-checkout-order #payment #place_order:hover,
body.woocommerce-checkout .mg-checkout-order #payment #place_order:focus {
	background: linear-gradient(135deg, #ffc83e 0%, #eca000 100%);
	box-shadow: 0 15px 28px rgba(214, 145, 0, .27);
	transform: translateY(-1px);
}

.mg-checkout-assurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
	padding: 15px 20px;
	border: 1px solid #e5e2db;
	border-radius: 18px;
	background: #171a22;
	box-shadow: 0 14px 34px rgba(20, 22, 29, .12);
	color: #fff;
}

.mg-checkout-assurance span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 800;
}

.mg-checkout-assurance svg {
	color: #ffb400;
}

@media (max-width: 980px) {
	.mg-checkout-layout {
		grid-template-columns: 1fr;
	}
	body.woocommerce-checkout .mg-checkout-order .woocommerce-checkout-review-order-table,
	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr,
	body.woocommerce-checkout .mg-checkout-order .shop_table tbody td,
	body.woocommerce-checkout .mg-checkout-order .shop_table tfoot th,
	body.woocommerce-checkout .mg-checkout-order .shop_table tfoot td {
		background: #fff !important;
	}

	body.woocommerce-checkout .mg-checkout-order .woocommerce-checkout-review-order-table {
		border: 1px solid #e7e9ed;
		border-radius: 16px;
		box-shadow: 0 8px 24px rgba(24, 29, 39, .035);
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody td.product-name {
		padding-left: 16px !important;
		padding-right: 14px !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody td.product-total {
		padding-right: 16px !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tfoot th {
		padding-left: 16px !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tfoot td {
		padding-right: 16px !important;
	}
}

@media (max-width: 700px) {
	.mg-checkout-page {
		width: min(calc(100% - 24px), 1280px);
		margin: 24px auto 54px;
	}

	.mg-checkout-hero h1 {
		font-size: 33px;
	}

	.mg-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
		padding: 14px;
	}

	.mg-checkout-page .woocommerce-form-coupon-toggle .showcoupon {
		width: 100%;
	}

	.mg-checkout-page form.checkout_coupon {
		max-width: none;
	}

	.mg-checkout-coupon-fields {
		grid-template-columns: 1fr;
	}

	.mg-checkout-page form.checkout_coupon button.button {
		width: 100%;
	}

	.mg-checkout-panel {
		padding: 20px 16px;
		border-radius: 20px;
	}

	.mg-checkout-section-heading {
		align-items: flex-start;
	}

	.mg-checkout-section-heading h2 {
		font-size: 25px;
	}

	.mg-checkout-secure-note,
	.mg-checkout-edit-cart {
		min-height: 31px;
		padding: 6px 9px;
	}

	.mg-checkout-details .woocommerce-billing-fields__field-wrapper,
	.mg-checkout-details .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.mg-checkout-details .form-row-wide,
	.mg-checkout-details .create-account {
		grid-column: auto;
	}

	.mg-checkout-order .shop_table th,
	.mg-checkout-order .shop_table td {
		padding: 12px 10px;
	}

	.mg-checkout-order .shop_table td.product-total,
	.mg-checkout-order .shop_table tfoot td {
		white-space: normal;
	}

	.mg-checkout-assurance {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 14px 16px;
	}

	.mg-checkout-assurance span {
		justify-content: flex-start;
	}
}
.mg-checkout-page {
	width: min(calc(100% - 40px), 1320px);
	margin: 32px auto 72px;
}

.mg-checkout-hero {
	min-height: 174px;
	margin-bottom: 14px;
	padding: 30px 40px;
}

.mg-checkout-hero h1 {
	font-size: clamp(38px, 4vw, 52px);
}

.mg-checkout-hero .mg-cart-hero__copy > p:last-child {
	margin-top: 10px;
}

.mg-checkout-page .woocommerce-form-coupon-toggle {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 14px;
}

.mg-checkout-promo-toggle {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	width: min(100%, 410px);
	padding: 9px 10px 9px 12px;
	border: 1px solid #ecd99f;
	border-radius: 16px;
	background: linear-gradient(135deg, #fffdf8 0%, #fff6df 100%);
	box-shadow: 0 10px 26px rgba(114, 78, 0, .07);
}

.mg-checkout-promo-toggle__icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	color: #151922;
	background: linear-gradient(145deg, #ffc83d, #f2a400);
	border-radius: 12px;
	box-shadow: 0 7px 16px rgba(215, 145, 0, .18);
}

.mg-checkout-promo-toggle__icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mg-checkout-promo-toggle__copy strong,
.mg-checkout-promo-toggle__copy small {
	display: block;
}

.mg-checkout-promo-toggle__copy strong {
	color: #171b24;
	font-size: 12px;
	font-weight: 900;
}

.mg-checkout-promo-toggle__copy small {
	margin-top: 1px;
	color: #747c8a;
	font-size: 10px;
}

.mg-checkout-page .woocommerce-form-coupon-toggle .showcoupon {
	display: inline-flex !important;
	box-sizing: border-box;
	height: 36px;
	min-height: 36px;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 24px !important;
	border: 1px solid #171b24 !important;
	border-radius: 11px;
	background: #171b24 !important;
	color: #fff !important;
	font-size: 11px;
	font-weight: 900;
	line-height: 1 !important;
	white-space: nowrap;
}

.mg-checkout-page .woocommerce-form-coupon-toggle .showcoupon:hover,
.mg-checkout-page .woocommerce-form-coupon-toggle .showcoupon:focus {
	border-color: #2b3240 !important;
	background: #2b3240 !important;
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(23, 27, 36, .16);
}

.mg-checkout-page form.checkout_coupon {
	max-width: 410px;
	margin: 0 0 16px auto;
	padding: 12px;
	border-radius: 16px;
}

.mg-checkout-layout {
	display: grid;
	grid-template-columns: minmax(440px, .9fr) minmax(0, 1.1fr);
	grid-template-areas:
		"details summary"
		". payment";
	align-items: start;
	gap: 20px 22px;
}

.mg-checkout-details {
	grid-area: details;
}

.mg-checkout-payment-panel {
	grid-area: payment;
}

.mg-checkout-order {
	position: static;
	top: auto;
	grid-area: summary;
	align-self: start;
}

.mg-checkout-panel {
	padding: 26px;
	border: 1px solid #e2e4e9;
	border-radius: 24px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 16px 42px rgba(27, 31, 42, .075);
}

.mg-checkout-section-heading {
	margin-bottom: 10px;
}

.mg-checkout-section-heading__main {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
}

.mg-checkout-section-heading__main > div {
	min-width: 0;
}

.mg-checkout-step-mark,
.mg-checkout-summary-mark {
	display: grid;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 15px;
}

.mg-checkout-step-mark {
	color: #151922;
	background: linear-gradient(145deg, #ffc533, #f5a600);
	box-shadow: 0 8px 20px rgba(215, 146, 0, .2);
	font-size: 17px;
	font-weight: 950;
}

.mg-checkout-summary-mark {
	color: #8a5d00;
	background: #fff0c4;
}

.mg-checkout-summary-mark svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mg-checkout-section-heading h2 {
	margin-top: 2px;
	font-size: clamp(25px, 2.2vw, 31px);
}

.mg-checkout-helper {
	margin: 0 0 20px 59px;
}

.mg-checkout-details .woocommerce-billing-fields__field-wrapper,
.mg-checkout-details .woocommerce-shipping-fields__field-wrapper {
	gap: 15px;
	padding: 18px;
	border: 1px solid #e9eaee;
	border-radius: 18px;
	background: #fbfbfc;
}

.mg-checkout-details .input-text,
.mg-checkout-details select,
.mg-checkout-details .select2-selection {
	min-height: 52px;
	background: #fff;
	border-color: #dfe2e8;
	border-radius: 13px;
}

.mg-checkout-edit-cart {
	background: #fff9e9;
}

.mg-checkout-order .woocommerce-checkout-review-order-table {
	margin: 18px 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	table-layout: fixed;
}

.mg-checkout-order .shop_table tbody tr {
	border-bottom: 1px solid #eceef2;
}

.mg-checkout-order .shop_table tbody td {
	padding: 16px 0;
	background: transparent;
	vertical-align: middle;
}

.mg-checkout-order .shop_table tbody td.product-name {
	width: auto;
	padding-right: 12px;
}

.mg-checkout-order .shop_table tbody td.product-total {
	width: 92px;
	color: #151922;
	font-size: 13px;
	font-weight: 900;
	text-align: right;
}

.mg-checkout-product {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
}

.mg-checkout-product__media,
.mg-checkout-product__media a {
	display: block;
}

.mg-checkout-product__media img {
	display: block;
	width: 68px;
	height: 68px;
	margin: 0;
	border: 1px solid #e2e4e9;
	border-radius: 14px;
	background: #f5f6f8;
	object-fit: cover;
}

.mg-checkout-product__copy {
	min-width: 0;
}

.mg-checkout-product__title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.mg-checkout-product__title {
	color: #151922;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
}

.mg-checkout-product__quantity {
	flex: 0 0 auto;
	padding: 4px 7px;
	border-radius: 999px;
	background: #fff0c4;
	color: #805700;
	font-size: 9px;
	font-weight: 900;
}

.mg-checkout-product__copy dl.variation {
	margin-top: 8px;
	padding: 8px 10px;
	border-radius: 10px;
	background: #f5f6f8;
	font-size: 10px;
}

.mg-checkout-order .shop_table tfoot th,
.mg-checkout-order .shop_table tfoot td {
	padding: 12px 0;
	background: transparent;
	border-bottom: 1px solid #eceef2;
	font-size: 12px;
}

.mg-checkout-order .shop_table tfoot td {
	text-align: right;
}

.mg-checkout-order .shop_table .order-total th,
.mg-checkout-order .shop_table .order-total td {
	padding: 16px 0 10px;
	border-bottom: 0;
	font-size: 17px;
}

.mg-checkout-order .shop_table .order-total .amount {
	font-size: 24px;
}
body.woocommerce-checkout .mg-checkout-order .woocommerce-checkout-review-order-table .woocommerce-Price-amount,
body.woocommerce-checkout .mg-checkout-order .woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
	display: inline-flex !important;
	align-items: baseline;
	direction: ltr;
	unicode-bidi: isolate;
	white-space: nowrap;
}

body.woocommerce-checkout .mg-checkout-order .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol {
	direction: rtl;
	unicode-bidi: isolate;
	margin-right: 3px;
}

.mg-checkout-payment-target:empty {
	display: none;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.mg-checkout-payment-panel #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border: 0;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment ul.payment_methods li {
	position: relative;
	min-height: 56px;
	margin: 0 0 10px;
	padding: 13px 15px;
	border: 1px solid #dfe2e8 !important;
	border-radius: 14px;
	background: #fff;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment ul.payment_methods li:has(input:checked) {
	border-color: #efa900 !important;
	background: #fffbef;
	box-shadow: 0 0 0 2px rgba(242, 168, 0, .1);
}

.mg-checkout-payment-panel #payment ul.payment_methods li > input[type="radio"] {
	accent-color: #f2a800;
}

.mg-checkout-payment-panel #payment ul.payment_methods li > label {
	display: inline-flex;
	width: calc(100% - 30px);
	min-height: 28px;
	align-items: center;
	gap: 6px;
	vertical-align: middle;
	color: #171b24;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
}

.mg-checkout-payment-panel #payment ul.payment_methods li > label img {
	float: none;
	width: auto;
	max-width: 110px;
	max-height: 24px;
	margin: 0 0 0 6px;
	object-fit: contain;
}

.mg-checkout-payment-panel #payment ul.payment_methods li > label img:first-of-type {
	margin-left: auto;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment div.payment_box {
	margin: 13px 0 0;
	padding: 13px 14px;
	border: 0 !important;
	border-radius: 11px;
	background: #f6f7f9;
	color: #646d7c;
	font-size: 11px;
	line-height: 1.55;
}

.mg-checkout-payment-panel #payment div.payment_box::before {
	display: none;
}

.mg-checkout-payment-panel #payment .place-order {
	margin: 0;
	padding: 8px 0 0;
}

.mg-checkout-payment-panel #payment .woocommerce-privacy-policy-text {
	margin: 0 0 10px;
	padding: 11px 13px;
	border-radius: 11px;
	background: #f6f7f9;
	color: #6c7482;
	font-size: 10px;
	line-height: 1.5;
}

.mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 12px;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions {
	max-height: 210px;
	margin: 0 0 12px;
	padding: 16px 18px;
	border: 1px solid #dfe3e9;
	border-radius: 14px;
	background: linear-gradient(180deg, #fbfcfd 0%, #f6f7f9 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
	color: #525b6a;
	font-size: 13px;
	line-height: 1.65;
	scrollbar-color: #c7a037 #edf0f3;
	scrollbar-width: thin;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions::-webkit-scrollbar {
	width: 8px;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions::-webkit-scrollbar-track {
	border-radius: 999px;
	background: #edf0f3;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions::-webkit-scrollbar-thumb {
	border: 2px solid #edf0f3;
	border-radius: 999px;
	background: #c7a037;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h1,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h2,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h3,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h4 {
	margin: 16px 0 8px;
	color: #171b24;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: -.01em;
	line-height: 1.35;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h1:first-child,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h2:first-child,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h3:first-child,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h4:first-child {
	margin-top: 0;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions p,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions li {
	color: #525b6a;
	font-size: 13px !important;
	line-height: 1.65 !important;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions p {
	margin: 0 0 10px;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions ul,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions ol {
	margin: 0 0 12px;
	padding-left: 20px;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions a {
	color: #895b00;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mg-checkout-payment-panel #payment .validate-required {
	margin: 0;
	padding: 14px 15px;
	border: 1px solid #eadba8;
	border-radius: 14px;
	background: #fffaf0;
	font-size: 11px;
	line-height: 1.45;
}

.mg-checkout-payment-panel #payment .validate-required label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.mg-checkout-payment-panel #payment .validate-required input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: #f2a800;
}

.mg-checkout-payment-panel #payment .validate-required .woocommerce-terms-and-conditions-checkbox-text {
	color: #303744;
	font-size: 12px;
	line-height: 1.55;
}

.mg-checkout-payment-panel #payment .validate-required .required {
	margin-left: 2px;
	border: 0;
	color: #b94035;
	text-decoration: none;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment #place_order {
	float: none;
	width: 100%;
	min-height: 56px;
	margin-top: 14px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #ffc236 0%, #f4a600 100%);
	box-shadow: 0 12px 25px rgba(210, 142, 0, .2);
	color: #11151e;
	font-size: 14px;
	font-weight: 950;
}

body.woocommerce-checkout .mg-checkout-payment-panel #payment #place_order:hover,
body.woocommerce-checkout .mg-checkout-payment-panel #payment #place_order:focus {
	background: linear-gradient(135deg, #ffd060 0%, #f7ae00 100%);
	box-shadow: 0 15px 28px rgba(210, 142, 0, .25);
	transform: translateY(-1px);
}

.mg-checkout-assurance--summary {
	grid-template-columns: 1fr;
	gap: 0;
	margin-top: 14px;
	padding: 7px 13px;
	border-color: #e7e9ed;
	border-radius: 14px;
	background: #f7f8fa;
	box-shadow: none;
	color: #333a47;
}

.mg-checkout-assurance--summary span {
	justify-content: flex-start;
	min-height: 32px;
	font-size: 10px;
}

.mg-checkout-assurance--summary span + span {
	border-top: 1px solid #e7e9ed;
}

@media (max-width: 980px) {
	.mg-checkout-layout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"details"
			"summary"
			"payment";
		gap: 18px;
	}

	.mg-checkout-order {
		position: static;
	}

	.mg-checkout-details,
	.mg-checkout-order,
	.mg-checkout-payment-panel {
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 700px) {
	.mg-checkout-page {
		width: min(calc(100% - 24px), 1320px);
		margin-top: 18px;
	}

	.mg-checkout-hero {
		min-height: 0;
		padding: 24px 20px;
	}

	.mg-checkout-page .woocommerce-form-coupon-toggle {
		justify-content: stretch;
	}

	.mg-checkout-promo-toggle {
		width: 100%;
	}

	.mg-checkout-promo-toggle__copy small {
		display: none;
	}

	.mg-checkout-promo-toggle__copy {
		display: flex;
		align-self: stretch;
		align-items: center;
		min-width: 0;
	}

	.mg-checkout-promo-toggle__copy strong {
		margin: 0;
		line-height: 1.2;
	}

	.mg-checkout-page .woocommerce-form-coupon-toggle .showcoupon {
		display: flex !important;
		width: auto;
		align-self: center;
		align-items: center !important;
		justify-content: center !important;
		line-height: 1 !important;
	}

	.mg-checkout-panel {
		padding: 18px 15px;
		border-radius: 20px;
	}

	.mg-checkout-section-heading {
		gap: 10px;
	}

	.mg-checkout-step-mark,
	.mg-checkout-summary-mark {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		border-radius: 13px;
	}

	.mg-checkout-section-heading h2 {
		font-size: 23px;
	}

	.mg-checkout-helper {
		margin: 0 0 16px;
	}

	.mg-checkout-details .woocommerce-billing-fields__field-wrapper,
	.mg-checkout-details .woocommerce-shipping-fields__field-wrapper {
		padding: 14px;
	}

	.mg-checkout-product {
		grid-template-columns: 52px minmax(0, 1fr);
		align-items: start;
		gap: 10px;
	}

	.mg-checkout-product__media img {
		width: 52px;
		height: 52px;
		border-radius: 12px;
	}

	.mg-checkout-product__copy {
		display: block;
		min-width: 0;
	}

	.mg-checkout-product__title-row {
		min-width: 0;
	}

	.mg-checkout-product__title {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	body.woocommerce-checkout .mg-checkout-order .mg-checkout-product__copy dl.variation {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr,
	body.woocommerce-checkout .mg-checkout-order .shop_table tbody td {
		background: #fff !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody td.product-name {
		padding-left: 10px !important;
		padding-right: 8px !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody td.product-total {
		box-sizing: border-box;
		width: 82px !important;
		padding-right: 10px !important;
		font-size: 12px;
		text-align: right;
		white-space: nowrap;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tfoot td {
		box-sizing: border-box;
		padding-right: 4px !important;
		white-space: nowrap;
	}
}

@media (max-width: 360px) {
	.mg-checkout-product {
		grid-template-columns: 46px minmax(0, 1fr);
	}

	.mg-checkout-product__media img {
		width: 46px;
		height: 46px;
	}

	.mg-checkout-product__title-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	body.woocommerce-checkout .mg-checkout-order .mg-checkout-product__copy dl.variation {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 2px;
	}

	body.woocommerce-checkout .mg-checkout-order .mg-checkout-product__copy dl.variation dd + dt {
		margin-top: 4px;
	}
}

@media (max-width: 700px) {
	body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions {
		max-height: 175px;
		padding: 13px 14px;
		font-size: 12px;
	}

	body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h1,
	body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h2,
	body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h3,
	body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions h4 {
		font-size: 14px;
	}

	body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions p,
body.woocommerce-checkout .mg-checkout-payment-panel #payment .woocommerce-terms-and-conditions li {
		font-size: 12px !important;
	}
}

@media (min-width: 701px) and (max-width: 980px) {
	body.woocommerce-checkout .mg-checkout-order .mg-checkout-assurance--summary {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 0 !important;
		padding: 9px 10px !important;
	}

	body.woocommerce-checkout .mg-checkout-order .mg-checkout-assurance--summary span {
		justify-content: center;
		min-width: 0;
		min-height: 42px;
		padding: 0 12px;
		text-align: center;
	}

body.woocommerce-checkout .mg-checkout-order .mg-checkout-assurance--summary span + span {
		border-top: 0 !important;
		border-left: 1px solid #e7e9ed;
	}
}
body.woocommerce-checkout .mg-checkout-order .mg-checkout-assurance--summary {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0 !important;
	padding: 8px 6px !important;
}

body.woocommerce-checkout .mg-checkout-order .mg-checkout-assurance--summary span {
	justify-content: center !important;
	min-width: 0;
	min-height: 38px;
	padding: 0 5px;
	font-size: 9px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

body.woocommerce-checkout .mg-checkout-order .mg-checkout-assurance--summary span + span {
	border-top: 0 !important;
	border-left: 1px solid #e0e3e8 !important;
}

body.woocommerce-checkout .mg-checkout-order .mg-checkout-assurance--summary svg {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
}
body.woocommerce-checkout .mg-checkout-order .woocommerce-checkout-review-order-table {
	display: block !important;
	box-sizing: border-box;
	width: 100% !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody {
	display: grid;
	box-sizing: border-box;
	gap: 12px;
	width: 100% !important;
	padding: 0;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 96px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #fff !important;
	border: 1px solid #e1e5eb !important;
	border-radius: 16px;
	box-shadow: 0 6px 18px rgba(22, 28, 39, .055);
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item:nth-child(even),
body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item:nth-child(odd),
body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item td {
	background: #fff !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item td {
	display: block;
	box-sizing: border-box;
	min-width: 0;
	border: 0 !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item td.product-name {
	width: auto !important;
	padding: 14px !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item td.product-total {
	width: auto !important;
	padding: 14px 14px 14px 10px !important;
	color: #151922;
	background: #fff !important;
	font-size: 13px;
	font-weight: 900;
	text-align: right;
	white-space: nowrap;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody + tfoot::before {
	display: block;
	height: 12px;
	content: "";
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot {
	display: table;
	box-sizing: border-box;
	width: 100% !important;
	margin-top: 12px;
	table-layout: fixed;
}

@media (max-width: 520px) {
	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item {
		grid-template-columns: minmax(0, 1fr) 76px;
		border-radius: 14px;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item td.product-name {
		padding: 12px !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item td.product-total {
		padding: 12px 10px 12px 4px !important;
		font-size: 12px;
	}

	body.woocommerce-checkout .mg-checkout-order .mg-checkout-product {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 10px;
	}

	body.woocommerce-checkout .mg-checkout-order .mg-checkout-product__media img {
		width: 52px;
		height: 52px;
		border-radius: 11px;
	}
}

/* Guest checkout: keep checkout visible and make account login an optional shortcut. */
body.woocommerce-checkout .mg-checkout-guest-login,
body.woocommerce-checkout .mg-checkout-guest-login__form {
	width: min(760px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

body.woocommerce-checkout .mg-checkout-guest-login {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
	margin-bottom: 12px;
	padding: 16px 18px;
	border: 1px solid #ead69f;
	border-radius: 18px;
	background: #fff9e9;
	box-shadow: 0 12px 28px rgba(18, 23, 34, .07);
}

body.woocommerce-checkout .mg-checkout-guest-login__icon {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 15px;
	background: #ffae00;
	color: #121722;
}

body.woocommerce-checkout .mg-checkout-guest-login__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.woocommerce-checkout .mg-checkout-guest-login__copy strong,
body.woocommerce-checkout .mg-checkout-guest-login__copy span {
	display: block;
}

body.woocommerce-checkout .mg-checkout-guest-login__copy strong {
	color: #121722;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

body.woocommerce-checkout .mg-checkout-guest-login__copy span {
	margin-top: 3px;
	color: #697181;
	font-size: 13px;
	line-height: 1.45;
}

body.woocommerce-checkout .mg-checkout-guest-login__button {
	display: inline-flex;
	min-width: 104px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border-radius: 12px;
	background: #151a24;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

body.woocommerce-checkout .mg-checkout-guest-login__button:hover,
body.woocommerce-checkout .mg-checkout-guest-login__button:focus-visible {
	background: #ffae00;
	color: #121722;
}

body.woocommerce-checkout .mg-checkout-guest-login__form {
	margin-bottom: 20px;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .woocommerce-form-login {
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	box-sizing: border-box;
	margin: 0;
	padding: 22px;
	border: 1px solid #dfe2e8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(18, 23, 34, .07);
}

body.woocommerce-checkout .mg-checkout-guest-login__form .woocommerce-form-login[style*="display: none"] {
	display: none;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .form-row-first,
body.woocommerce-checkout .mg-checkout-guest-login__form .form-row-last,
body.woocommerce-checkout .mg-checkout-guest-login__form .wc-social-login {
	float: none;
	grid-column: 1 / -1;
	width: auto;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .woocommerce-form-login > p {
	margin: 0;
}

body.woocommerce-checkout .mg-checkout-guest-login__form label {
	display: block;
	margin-bottom: 7px;
	color: #29303c;
	font-size: 13px;
	font-weight: 800;
}

body.woocommerce-checkout .mg-checkout-guest-login__form input.input-text {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid #d9dde5;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
	color: #121722;
	font-size: 15px;
}

body.woocommerce-checkout .mg-checkout-guest-login__form input.input-text:focus {
	border-color: #e5a100;
	box-shadow: 0 0 0 4px rgba(255, 176, 0, .16);
	outline: 0;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .woocommerce-form-login__submit {
	display: inline-flex;
	min-width: 120px;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
	border: 0;
	border-radius: 12px;
	background: #151a24;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .lost_password {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 10px !important;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .lost_password a {
	color: #697181;
	font-size: 13px;
	font-weight: 800;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .wc-social-login {
	margin-top: 6px;
	padding-top: 18px;
	border-top: 1px solid #e7e9ee;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .wc-social-login > p {
	margin: 0 0 10px;
	color: #697181;
	font-size: 13px;
}

body.woocommerce-checkout .mg-checkout-guest-login__form .button-social-login {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin: 0 8px 8px 0;
	padding: 0 15px;
	border: 1px solid #d9dde5;
	border-radius: 11px;
	background: #fff;
	box-shadow: none;
	color: #29303c;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 620px) {
	body.woocommerce-checkout .mg-checkout-guest-login,
	body.woocommerce-checkout .mg-checkout-guest-login__form {
		width: calc(100% - 28px);
	}

	body.woocommerce-checkout .mg-checkout-guest-login {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
	}

	body.woocommerce-checkout .mg-checkout-guest-login__icon {
		width: 46px;
		height: 46px;
	}

	body.woocommerce-checkout .mg-checkout-guest-login__button {
		grid-column: 1 / -1;
		width: 100%;
	}

	body.woocommerce-checkout .mg-checkout-guest-login__form .woocommerce-form-login {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	body.woocommerce-checkout .mg-checkout-guest-login__form .form-row,
	body.woocommerce-checkout .mg-checkout-guest-login__form .lost_password,
	body.woocommerce-checkout .mg-checkout-guest-login__form .wc-social-login {
		grid-column: 1;
	}

	body.woocommerce-checkout .mg-checkout-guest-login__form .woocommerce-form-login__submit,
	body.woocommerce-checkout .mg-checkout-guest-login__form .button-social-login {
		width: 100%;
	}

	body.woocommerce-checkout .mg-checkout-guest-login__form .lost_password {
		justify-content: flex-start;
	}
}

/* Logged-out checkout fallback when store settings explicitly require an account. */
body.woocommerce-checkout .mg-checkout-auth {
	width: min(1180px, calc(100% - 40px));
	margin: clamp(28px, 5vw, 72px) auto clamp(48px, 7vw, 96px);
}

body.woocommerce-checkout .mg-checkout-auth__card {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
	overflow: hidden;
	border: 1px solid #ead69f;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(18, 23, 34, .12);
}

body.woocommerce-checkout .mg-checkout-auth__intro {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 610px;
	padding: clamp(36px, 5vw, 68px);
	overflow: hidden;
	background: linear-gradient(135deg, #ffd66a 0%, #ffb000 100%);
	color: #151a24;
}

body.woocommerce-checkout .mg-checkout-auth__intro::before,
body.woocommerce-checkout .mg-checkout-auth__intro::after {
	position: absolute;
	content: "";
	border: clamp(34px, 5vw, 66px) solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	pointer-events: none;
}

body.woocommerce-checkout .mg-checkout-auth__intro::before {
	width: 250px;
	height: 250px;
	top: -150px;
	right: -120px;
}

body.woocommerce-checkout .mg-checkout-auth__intro::after {
	width: 320px;
	height: 320px;
	right: -195px;
	bottom: -215px;
}

body.woocommerce-checkout .mg-checkout-auth__intro > * {
	position: relative;
	z-index: 1;
}

body.woocommerce-checkout .mg-checkout-auth__eyebrow {
	display: block;
	margin: 0 0 10px;
	color: #805700;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.woocommerce-checkout .mg-checkout-auth__intro h1 {
	margin: 0;
	color: #121722;
	font-size: clamp(38px, 4.3vw, 64px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: .98;
}

body.woocommerce-checkout .mg-checkout-auth__intro > p {
	max-width: 430px;
	margin: 22px 0 0;
	color: #3e3b33;
	font-size: 18px;
	line-height: 1.6;
}

body.woocommerce-checkout .mg-checkout-auth__benefits {
	display: grid;
	gap: 14px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout .mg-checkout-auth__benefits li {
	position: relative;
	margin: 0;
	padding-left: 34px;
	color: #20242d;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

body.woocommerce-checkout .mg-checkout-auth__benefits li::before {
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: #151a24;
	color: #ffb000;
	content: "\2713";
	font-size: 13px;
	font-weight: 900;
}

body.woocommerce-checkout .mg-checkout-auth__form-wrap {
	align-self: center;
	padding: clamp(34px, 5vw, 66px);
}

body.woocommerce-checkout .mg-checkout-auth__form-heading {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}

body.woocommerce-checkout .mg-checkout-auth__icon {
	display: grid;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 18px;
	background: #fff0bd;
	color: #9a6900;
}

body.woocommerce-checkout .mg-checkout-auth__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.woocommerce-checkout .mg-checkout-auth__form-heading h2 {
	margin: 0;
	color: #121722;
	font-size: clamp(27px, 2.5vw, 38px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.08;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login > p {
	margin: 0;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login .form-row-first,
body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login .form-row-last,
body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login .form-row,
body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login .lost_password,
body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login .wc-social-login {
	float: none;
	width: auto;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login .form-row-first,
body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login .form-row-last {
	grid-column: 1 / -1;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login label {
	display: block;
	margin-bottom: 8px;
	color: #29303c;
	font-size: 14px;
	font-weight: 800;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login input.input-text {
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid #d9dde5;
	border-radius: 13px;
	background: #fff;
	box-shadow: none;
	color: #121722;
	font-size: 16px;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login input.input-text:focus {
	border-color: #e5a100;
	box-shadow: 0 0 0 4px rgba(255, 176, 0, .16);
	outline: 0;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	margin: 0 !important;
	font-weight: 700 !important;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login__rememberme input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #ffae00;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login__submit {
	display: inline-flex;
	min-width: 145px;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	margin: 14px 0 0;
	border: 0;
	border-radius: 13px;
	background: #151a24;
	box-shadow: 0 12px 24px rgba(18, 23, 34, .18);
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login__submit:hover,
body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login__submit:focus-visible {
	background: #ffae00;
	color: #121722;
}

body.woocommerce-checkout .mg-checkout-auth .lost_password {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 14px !important;
}

body.woocommerce-checkout .mg-checkout-auth .lost_password a {
	color: #6b7280;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

body.woocommerce-checkout .mg-checkout-auth .lost_password a:hover {
	color: #9a6900;
	text-decoration: underline;
}

body.woocommerce-checkout .mg-checkout-auth .wc-social-login {
	grid-column: 1 / -1;
	margin: 6px 0 0;
	padding-top: 22px;
	border-top: 1px solid #e7e9ee;
	text-align: left;
}

body.woocommerce-checkout .mg-checkout-auth .wc-social-login > p {
	margin: 0 0 12px;
	color: #697181;
	font-size: 14px;
	line-height: 1.5;
}

body.woocommerce-checkout .mg-checkout-auth .button-social-login {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin: 0 8px 8px 0;
	padding: 0 16px;
	border: 1px solid #d9dde5;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
	color: #29303c;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

body.woocommerce-checkout .mg-checkout-auth .button-social-login:hover,
body.woocommerce-checkout .mg-checkout-auth .button-social-login:focus-visible {
	border-color: #e5a100;
	background: #fff8e7;
	color: #121722;
}

body.woocommerce-checkout .mg-checkout-auth__register {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 24px;
	padding: 20px;
	border: 1px solid #ead69f;
	border-radius: 16px;
	background: #fff9e9;
}

body.woocommerce-checkout .mg-checkout-auth__register strong,
body.woocommerce-checkout .mg-checkout-auth__register span {
	display: block;
}

body.woocommerce-checkout .mg-checkout-auth__register strong {
	color: #121722;
	font-size: 15px;
	font-weight: 900;
}

body.woocommerce-checkout .mg-checkout-auth__register span {
	margin-top: 3px;
	color: #697181;
	font-size: 13px;
	line-height: 1.45;
}

body.woocommerce-checkout .mg-checkout-auth__register .mg-checkout-auth__register-button {
	display: inline-flex;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 16px;
	border: 1px solid #d79a00;
	border-radius: 12px;
	background: #ffae00;
	box-shadow: none;
	color: #121722;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

body.woocommerce-checkout .mg-checkout-auth__register .mg-checkout-auth__register-button:hover,
body.woocommerce-checkout .mg-checkout-auth__register .mg-checkout-auth__register-button:focus-visible {
	background: #151a24;
	color: #fff;
}

@media (max-width: 860px) {
	body.woocommerce-checkout .mg-checkout-auth__card {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout .mg-checkout-auth__intro {
		min-height: 0;
		padding: 36px;
	}

	body.woocommerce-checkout .mg-checkout-auth__intro h1 {
		font-size: clamp(36px, 8vw, 52px);
	}

	body.woocommerce-checkout .mg-checkout-auth__benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.woocommerce-checkout .mg-checkout-auth__benefits li {
		padding: 32px 0 0;
	}
}

@media (max-width: 620px) {
	body.woocommerce-checkout .mg-checkout-auth {
		width: calc(100% - 28px);
		margin-top: 20px;
		margin-bottom: 104px;
	}

	body.woocommerce-checkout .mg-checkout-auth__card {
		border-radius: 22px;
	}

	body.woocommerce-checkout .mg-checkout-auth__intro,
	body.woocommerce-checkout .mg-checkout-auth__form-wrap {
		padding: 28px 22px;
	}

	body.woocommerce-checkout .mg-checkout-auth__intro > p {
		margin-top: 16px;
		font-size: 16px;
	}

	body.woocommerce-checkout .mg-checkout-auth__benefits {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 22px;
	}

	body.woocommerce-checkout .mg-checkout-auth__benefits li {
		padding: 2px 0 2px 32px;
		font-size: 14px;
	}

	body.woocommerce-checkout .mg-checkout-auth__form-heading {
		margin-bottom: 22px;
	}

	body.woocommerce-checkout .mg-checkout-auth__icon {
		flex-basis: 52px;
		width: 52px;
		height: 52px;
		border-radius: 16px;
	}

	body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login .form-row,
	body.woocommerce-checkout .mg-checkout-auth .lost_password,
	body.woocommerce-checkout .mg-checkout-auth .wc-social-login {
		grid-column: 1;
	}

	body.woocommerce-checkout .mg-checkout-auth .woocommerce-form-login__submit {
		width: 100%;
		margin-top: 4px;
	}

	body.woocommerce-checkout .mg-checkout-auth .lost_password {
		justify-content: flex-start;
		margin-top: -3px !important;
	}

	body.woocommerce-checkout .mg-checkout-auth .button-social-login {
		width: 100%;
		margin-right: 0;
	}

	body.woocommerce-checkout .mg-checkout-auth__register {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	body.woocommerce-checkout .mg-checkout-auth__register .mg-checkout-auth__register-button {
		width: 100%;
	}
}
body.woocommerce-checkout .mg-checkout-order .shop_table tbody {
	gap: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e5eb;
	border-radius: 16px;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item + tr.cart_item {
	border-top: 1px solid #e5e8ed !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody + tfoot::before {
	display: none;
	content: none;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot {
	display: grid !important;
	gap: 0;
	width: 100% !important;
	margin-top: 14px;
	overflow: hidden;
	background: #fffaf0;
	border: 1px solid #eedaa6;
	border-radius: 14px;
	table-layout: auto;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot tr {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	width: 100%;
	min-height: 46px;
	background: transparent !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot tr + tr {
	border-top: 1px solid #eedaa6;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot th,
body.woocommerce-checkout .mg-checkout-order .shop_table tfoot td,
body.woocommerce-checkout .mg-checkout-order #order_review .shop_table .order-total th,
body.woocommerce-checkout .mg-checkout-order #order_review .shop_table .order-total td {
	display: block !important;
	width: auto !important;
	padding: 10px 14px !important;
	border: 0 !important;
	background: transparent !important;
	line-height: 1.25;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot td {
	justify-self: end;
	text-align: right;
	white-space: nowrap;
}

body.woocommerce-checkout .mg-checkout-order .shop_table .cart-subtotal th,
body.woocommerce-checkout .mg-checkout-order .shop_table .cart-subtotal td {
	color: #626a78;
	font-size: 13px;
	font-weight: 750;
}

body.woocommerce-checkout .mg-checkout-order #order_review .shop_table .order-total th {
	font-size: 16px;
	font-weight: 900;
}

body.woocommerce-checkout .mg-checkout-order #order_review .shop_table .order-total td {
	font-size: 22px;
	font-weight: 900;
}
body.woocommerce-checkout .mg-checkout-order .woocommerce-Price-amount > bdi {
	display: inline-flex !important;
	align-items: baseline;
	gap: .22em;
	direction: ltr !important;
	unicode-bidi: isolate !important;
	white-space: nowrap;
}

body.woocommerce-checkout .mg-checkout-order .woocommerce-Price-currencySymbol {
	display: inline-block !important;
	direction: ltr !important;
	unicode-bidi: bidi-override !important;
}

@media (max-width: 520px) {
	body.woocommerce-checkout .mg-checkout-order .shop_table tbody {
		gap: 0 !important;
		border-radius: 14px;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item {
		grid-template-columns: minmax(0, 1fr) 68px !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item + tr.cart_item {
		border-top: 1px solid #e5e8ed !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item td.product-total {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		box-sizing: border-box !important;
		width: 68px !important;
		min-width: 0 !important;
		max-width: 68px;
		padding: 12px 8px 12px 0 !important;
		overflow: visible;
		font-size: 12px !important;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tbody tr.cart_item td.product-total .woocommerce-Price-amount > bdi {
		gap: .14em;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tfoot {
		margin-top: 12px;
		border-radius: 12px;
	}
}
body.woocommerce-checkout .mg-checkout-order .shop_table tbody {
	border-bottom: 0;
	border-radius: 16px 16px 0 0;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot {
	margin-top: 0;
	border-color: #e1e5eb;
	border-top-color: #e7c76f;
	border-radius: 0 0 14px 14px;
}

@media (max-width: 520px) {
	body.woocommerce-checkout .mg-checkout-order .shop_table tbody {
		border-radius: 14px 14px 0 0;
	}

	body.woocommerce-checkout .mg-checkout-order .shop_table tfoot {
		margin-top: 0;
		border-radius: 0 0 12px 12px;
	}
}
body.woocommerce-checkout .mg-checkout-order .shop_table tfoot {
	background: #fff;
	border-color: #e1e5eb;
	box-shadow: 0 8px 22px rgba(25, 30, 42, .07);
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot tr.cart-subtotal {
	min-height: 44px;
	background: #f6f7f9 !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot tr.order-total {
	min-height: 58px;
	background: transparent !important;
	border-top: 0;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot tr + tr {
	border-top: 0;
}

body.woocommerce-checkout .mg-checkout-order .shop_table .cart-subtotal th,
body.woocommerce-checkout .mg-checkout-order .shop_table .cart-subtotal td {
	padding: 11px 16px !important;
	color: #606978 !important;
}

body.woocommerce-checkout .mg-checkout-order #order_review .shop_table .order-total th,
body.woocommerce-checkout .mg-checkout-order #order_review .shop_table .order-total td {
	display: flex !important;
	align-items: center;
	min-height: 58px;
	padding: 14px 16px !important;
	color: #fff !important;
	background: #171a22 !important;
}

body.woocommerce-checkout .mg-checkout-order #order_review .shop_table .order-total th {
	border-radius: 0;
}

body.woocommerce-checkout .mg-checkout-order #order_review .shop_table .order-total td {
	justify-content: flex-end;
	background: #202531 !important;
	border-radius: 0;
}

body.woocommerce-checkout .mg-checkout-order .shop_table .order-total .woocommerce-Price-amount,
body.woocommerce-checkout .mg-checkout-order .shop_table .order-total .woocommerce-Price-amount bdi,
body.woocommerce-checkout .mg-checkout-order .shop_table .order-total .woocommerce-Price-currencySymbol {
	color: #fff !important;
}
body.woocommerce-checkout .mg-checkout-order .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .mg-checkout-order .shop_table tbody {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tbody {
	overflow: visible;
	background: transparent;
}

body.woocommerce-checkout .mg-checkout-order .shop_table tfoot {
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
}

/* Cart order summary: group the price rows into one compact, scannable block. */
body.woocommerce-cart .mg-cart-summary .shop_table {
	border: 1px solid #ead69f !important;
	border-radius: 16px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: #fffdf8;
	box-shadow: 0 8px 22px rgba(24, 29, 39, .06);
}

body.woocommerce-cart .mg-cart-summary .shop_table th,
body.woocommerce-cart .mg-cart-summary .shop_table td {
	box-sizing: border-box;
	padding: 14px 18px;
	vertical-align: middle;
}

body.woocommerce-cart .mg-cart-summary .shop_table .cart-subtotal th,
body.woocommerce-cart .mg-cart-summary .shop_table .cart-subtotal td {
	color: #596273;
	font-size: 14px;
	font-weight: 800;
}

body.woocommerce-cart .mg-cart-summary .shop_table .cart-subtotal td {
	color: #303746;
}

body.woocommerce-cart .mg-cart-summary .shop_table .order-total th,
body.woocommerce-cart .mg-cart-summary .shop_table .order-total td {
	padding-top: 17px;
	padding-bottom: 17px;
	border-top: 1px solid #ead69f;
	background: linear-gradient(135deg, #fff5d9 0%, #ffe7a8 100%);
	color: #121722;
}

body.woocommerce-cart .mg-cart-summary .shop_table .order-total th {
	font-size: 17px;
	font-weight: 900;
}

body.woocommerce-cart .mg-cart-summary .shop_table .order-total strong,
body.woocommerce-cart .mg-cart-summary .shop_table .order-total .amount {
	color: #121722;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
}

body.woocommerce-cart .mg-cart-summary .shop_table .woocommerce-Price-amount > bdi {
	display: inline-flex;
	align-items: baseline;
	gap: .2em;
	direction: ltr;
	unicode-bidi: isolate;
	white-space: nowrap;
}

@media (max-width: 520px) {
	body.woocommerce-cart .mg-cart-summary .shop_table th,
	body.woocommerce-cart .mg-cart-summary .shop_table td {
		padding-right: 14px;
		padding-left: 14px;
	}

	body.woocommerce-cart .mg-cart-summary .shop_table .order-total strong,
	body.woocommerce-cart .mg-cart-summary .shop_table .order-total .amount {
		font-size: 22px;
	}
}

/* Checkout summary: let long titles and large converted prices reflow safely. */
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tbody tr.cart_item {
	grid-template-columns: minmax(0, 1fr) max-content !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tbody td.product-name,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product__copy,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product__title-row,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product__title {
	min-width: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product__title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product__title,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product__copy dl.variation dt,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product__copy dl.variation dd,
body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .mg-checkout-product__copy dl.variation p {
	overflow-wrap: anywhere;
	word-break: normal;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tbody td.product-total {
	box-sizing: border-box;
	width: auto !important;
	min-width: 132px;
	max-width: none;
	overflow: visible;
	white-space: nowrap;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tfoot {
	table-layout: auto;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tfoot th {
	width: 42%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tfoot td {
	width: 58%;
	overflow: visible;
	white-space: nowrap;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table .order-total .amount {
	font-size: clamp(19px, 2.1vw, 24px);
}

@media (max-width: 520px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tbody tr.cart_item {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tbody td.product-total {
		display: flex;
		width: 100% !important;
		min-width: 0;
		max-width: 100%;
		justify-content: flex-end;
		padding: 0 12px 12px !important;
		font-size: 13px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tfoot th {
		width: 38%;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table tfoot td {
		width: 62%;
		padding-right: 12px !important;
		font-size: 13px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .mg-checkout-order .shop_table .order-total .amount {
		font-size: clamp(18px, 6vw, 22px);
	}
}
