:root {
	--mif-lounge-ink: #151616;
	--mif-lounge-muted: #65605b;
	--mif-lounge-paper: #fffdfa;
	--mif-lounge-warm: #eee8de;
	--mif-lounge-line: #d9d3ca;
	--mif-lounge-focus: #8f5f24;
}

body.mif-customer-lounge,
body.mif-customer-lounge-wishlist {
	background: #f6f6f6;
}

body.mif-customer-lounge #primary,
body.mif-customer-lounge .site-content .ast-container {
	width: 100%;
	max-width: 100%;
}

body.mif-customer-lounge #primary {
	margin: 0;
	padding: 0;
}

body.mif-customer-lounge #secondary {
	display: none;
}

body.mif-customer-lounge .site-content > .ast-container {
	padding-inline: clamp(18px, 4vw, 72px);
}

body.mif-customer-lounge .site-main,
body.mif-customer-lounge .entry-content,
body.mif-customer-lounge .woocommerce {
	width: 100%;
}

body.mif-customer-lounge .entry-header {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.mif-customer-lounge .entry-content {
	margin: 0;
}

body.mif-customer-lounge .woocommerce {
	display: flow-root;
	padding-block: clamp(24px, 4vw, 56px) clamp(54px, 7vw, 96px);
}

body.mif-customer-lounge .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
	margin: 0 0 clamp(30px, 4vw, 56px);
	border-bottom: 1px solid var(--mif-lounge-line);
}

body.mif-customer-lounge .woocommerce-MyAccount-navigation ul {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.25vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
}

body.mif-customer-lounge .woocommerce-MyAccount-navigation li {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	border: 0;
}

body.mif-customer-lounge .woocommerce-MyAccount-navigation a {
	display: block;
	min-height: 46px;
	padding: 13px 0 12px;
	border-bottom: 2px solid transparent;
	color: #45413d;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .075em;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}

body.mif-customer-lounge .woocommerce-MyAccount-navigation li.is-active a {
	border-bottom-color: var(--mif-lounge-ink);
	color: var(--mif-lounge-ink);
}

body.mif-customer-lounge .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-left: auto;
}

body.mif-customer-lounge .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #77716a;
	font-weight: 500;
}

body.mif-customer-lounge .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
}

.mif-lounge-eyebrow,
.mif-lounge-kicker {
	margin: 0 0 12px;
	color: var(--mif-lounge-muted);
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mif-lounge-welcome {
	max-width: 790px;
	margin-bottom: clamp(34px, 5vw, 66px);
}

.mif-lounge-welcome h1 {
	margin: 0;
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: clamp(42px, 7vw, 86px);
	font-weight: 350;
	letter-spacing: -.045em;
	line-height: .98;
}

.mif-lounge-lede {
	margin: 21px 0 4px;
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.35;
}

.mif-lounge-appreciation {
	max-width: 660px;
	margin: 8px 0 0;
	color: var(--mif-lounge-muted);
	font-size: 17px;
	line-height: 1.65;
}

.mif-lounge-destinations {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
	gap: clamp(14px, 2vw, 28px);
	margin-bottom: clamp(18px, 2.4vw, 32px);
}

.mif-lounge-feature {
	display: flex;
	min-height: clamp(330px, 34vw, 440px);
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(28px, 4.4vw, 64px);
	border: 1px solid transparent;
}

.mif-lounge-feature--orders {
	background: var(--mif-lounge-ink);
	color: #f8f5ef;
}

.mif-lounge-feature--orders .mif-lounge-kicker,
.mif-lounge-feature--orders p {
	color: #cfcac2;
}

.mif-lounge-feature--wishlist {
	border-color: #ddd4c7;
	background: var(--mif-lounge-warm);
	color: var(--mif-lounge-ink);
}

.mif-lounge-feature h2 {
	max-width: 570px;
	margin: 0 0 18px;
	color: inherit;
	font-family: Montserrat, sans-serif;
	font-size: clamp(30px, 3.8vw, 53px);
	font-weight: 350;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.mif-lounge-feature p:not(.mif-lounge-kicker) {
	max-width: 500px;
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
}

.mif-lounge-action,
.mif-lounge-text-link {
	align-self: flex-start;
	color: inherit;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .1em;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}

.mif-lounge-action {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
	border-bottom: 1px solid currentColor;
}

.mif-lounge-action span,
.mif-lounge-text-link span {
	transition: transform .18s ease;
}

.mif-lounge-action:hover span,
.mif-lounge-text-link:hover span {
	transform: translateX(4px);
}

.mif-lounge-feature--orders a,
.mif-lounge-feature--orders a:hover,
.mif-lounge-feature--orders a:focus {
	color: #fff;
}

.mif-lounge-recent,
.mif-lounge-empty {
	display: grid;
	grid-template-columns: minmax(190px, .75fr) minmax(280px, 1.5fr) minmax(150px, .55fr);
	gap: clamp(24px, 4vw, 58px);
	align-items: center;
	margin-bottom: clamp(58px, 7vw, 94px);
	padding: clamp(28px, 4vw, 50px) 0;
	border-block: 1px solid var(--mif-lounge-line);
}

.mif-lounge-empty {
	grid-template-columns: 1fr auto;
}

.mif-lounge-recent h2,
.mif-lounge-empty h2,
.mif-lounge-settings h2 {
	margin: 0;
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-weight: 450;
	letter-spacing: -.02em;
}

.mif-lounge-recent h2 {
	font-size: clamp(28px, 3vw, 42px);
}

.mif-lounge-recent p,
.mif-lounge-empty p {
	margin: 7px 0 0;
	color: var(--mif-lounge-muted);
	line-height: 1.55;
}

.mif-lounge-recent-summary p {
	overflow-wrap: anywhere;
}

.mif-lounge-status {
	display: inline-block;
	margin-bottom: 7px;
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mif-lounge-recent-total {
	display: grid;
	justify-items: end;
	gap: 18px;
	text-align: right;
}

.mif-lounge-track-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 13px 18px;
	border: 1px solid var(--mif-lounge-ink);
	border-radius: 2px;
	background: var(--mif-lounge-ink);
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .09em;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

.mif-lounge-track-button:hover,
.mif-lounge-track-button:focus {
	background: #343434;
	border-color: #343434;
	color: #fff;
}

.mif-lounge-tracking-meta {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .035em;
}

.mif-lounge-recent-total strong {
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 500;
}

.mif-lounge-settings {
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(400px, 1.28fr);
	gap: clamp(38px, 7vw, 110px);
}

.mif-lounge-settings h2 {
	max-width: 430px;
	font-size: clamp(27px, 3vw, 40px);
	line-height: 1.2;
}

.mif-lounge-settings-links {
	border-top: 1px solid var(--mif-lounge-line);
}

.mif-lounge-settings-links a {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 2px;
	border-bottom: 1px solid var(--mif-lounge-line);
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 550;
	text-decoration: none;
}

.mif-lounge-settings-links .mif-lounge-logout {
	color: #77716a;
	font-weight: 450;
}

.mif-account-intro {
	max-width: 780px;
	margin: 0 0 clamp(34px, 5vw, 62px);
}

.mif-account-intro h1 {
	margin: 0 0 12px;
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 350;
	letter-spacing: -.04em;
	line-height: 1.05;
}

.mif-account-intro > p:last-child {
	max-width: 620px;
	margin: 0;
	color: var(--mif-lounge-muted);
	font-size: 18px;
	line-height: 1.6;
}

/* Refined desktop order list; the mobile contract becomes labeled cards. */
body.mif-customer-lounge table.shop_table {
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

body.mif-customer-lounge table.shop_table th,
body.mif-customer-lounge table.shop_table td {
	padding: 19px 16px;
	border: 0;
	border-bottom: 1px solid var(--mif-lounge-line);
	background: transparent;
	text-align: left;
}

body.mif-customer-lounge table.shop_table th {
	color: var(--mif-lounge-muted);
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.mif-customer-lounge table.shop_table td {
	color: var(--mif-lounge-ink);
	font-size: 16px;
}

body.mif-customer-lounge .woocommerce-orders-table__cell-order-number {
	color: var(--mif-lounge-ink);
	font-size: 16px;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
}

body.mif-customer-lounge table.shop_table .button,
body.mif-customer-lounge .woocommerce-Button,
body.mif-customer-lounge button.button,
body.mif-customer-lounge input.button {
	min-height: 44px;
	padding: 13px 20px;
	border: 1px solid var(--mif-lounge-ink);
	border-radius: 2px;
	background: var(--mif-lounge-ink);
	box-shadow: none;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.mif-customer-lounge table.shop_table .button:hover,
body.mif-customer-lounge .woocommerce-Button:hover,
body.mif-customer-lounge button.button:hover,
body.mif-customer-lounge input.button:hover {
	background: #343434;
	border-color: #343434;
	color: #fff;
}

body.mif-customer-lounge .woocommerce-orders-table__cell-order-actions .mif_track {
	background: var(--mif-lounge-ink);
	border-color: var(--mif-lounge-ink);
}

body.mif-customer-lounge .woocommerce-order-details tfoot .order-actions--heading + td {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.mif-customer-lounge .woocommerce-order-details tfoot .order-actions--heading + td .order-actions-button {
	width: auto;
	margin: 0 !important;
}

body.mif-customer-lounge .woocommerce-view-order .fluid_section {
	max-width: 860px;
	margin-bottom: clamp(34px, 5vw, 62px);
}

body.mif-customer-lounge .woocommerce-view-order .woocommerce-MyAccount-content > h2 {
	margin: clamp(28px, 4vw, 46px) 0 18px;
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 450;
	letter-spacing: -.02em;
}

body.mif-customer-lounge .woocommerce-view-order .fluid_container,
body.mif-customer-lounge .woocommerce-view-order .fluid_container table,
body.mif-customer-lounge .woocommerce-view-order .fluid_container td {
	max-width: 100%;
}

body.mif-customer-lounge .woocommerce-order-details,
body.mif-customer-lounge .woocommerce-customer-details {
	margin-top: clamp(34px, 5vw, 64px);
}

body.mif-customer-lounge .woocommerce-order-details__title,
body.mif-customer-lounge .woocommerce-column__title,
body.mif-customer-lounge .woocommerce-Address-title h2,
body.mif-customer-lounge fieldset legend {
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: clamp(21px, 2.5vw, 30px);
	font-weight: 450;
}

body.mif-customer-lounge .woocommerce-columns--addresses,
body.mif-customer-lounge .u-columns.woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 42px);
}

body.mif-customer-lounge .woocommerce-Address,
body.mif-customer-lounge .woocommerce-customer-details address {
	width: auto;
	min-width: 0;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid var(--mif-lounge-line);
	border-radius: 0;
	background: var(--mif-lounge-paper);
	font-style: normal;
	line-height: 1.75;
	overflow-wrap: anywhere;
}

body.mif-customer-lounge form .form-row {
	margin: 0 0 21px;
}

body.mif-customer-lounge form label {
	margin-bottom: 8px;
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .04em;
}

body.mif-customer-lounge form input.input-text,
body.mif-customer-lounge form textarea,
body.mif-customer-lounge form select {
	min-height: 49px;
	padding: 11px 13px;
	border: 1px solid #bbb4aa;
	border-radius: 2px;
	background: #fff;
	box-shadow: none;
	font-size: 16px;
}

body.mif-customer-lounge form fieldset {
	margin: 38px 0 24px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid var(--mif-lounge-line);
}

body.mif-customer-lounge .woocommerce-message,
body.mif-customer-lounge .woocommerce-info,
body.mif-customer-lounge .woocommerce-error {
	margin: 0 0 30px;
	padding: 20px 22px 20px 52px;
	border: 0;
	border-left: 4px solid var(--mif-lounge-ink);
	background: #fff;
	box-shadow: none;
	color: var(--mif-lounge-ink);
	line-height: 1.55;
}

body.mif-customer-lounge .woocommerce-error {
	border-left-color: #a33a32;
}

body.mif-customer-lounge .woocommerce-info {
	border-left-color: #8f7956;
}

body.mif-customer-lounge :where(a, button, input, select, textarea):focus-visible,
body.mif-customer-lounge-wishlist :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--mif-lounge-focus);
	outline-offset: 3px;
}

.mif-wishlist-context {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 clamp(24px, 4vw, 42px);
	padding-bottom: 16px;
	border-bottom: 1px solid var(--mif-lounge-line);
}

.mif-wishlist-context > span {
	width: 1px;
	height: 20px;
	background: var(--mif-lounge-line);
}

.mif-wishlist-context a {
	color: var(--mif-lounge-ink);
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

body.mif-customer-lounge-wishlist #primary {
	width: 100%;
}

body.mif-customer-lounge-wishlist #secondary {
	display: none;
}

/* MI Wish List continues to own storage and commands. These are strictly
 * scoped presentation corrections for its customer-lounge page. */
body.mif-customer-lounge-wishlist .miwl-list-commandbar {
	box-sizing: border-box;
	max-width: 100%;
}

body.mif-customer-lounge-wishlist .mihn-wishlist-size-picker,
body.mif-customer-lounge-wishlist .mihn-wishlist-size-panel,
body.mif-customer-lounge-wishlist .mihn-wishlist-size-options,
body.mif-customer-lounge-wishlist .mihn-wishlist-size-option {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
}

body.mif-customer-lounge-wishlist .mihn-wishlist-size-picker {
	display: block;
	position: static !important;
	width: 100%;
}

body.mif-customer-lounge-wishlist .mihn-wishlist-size-panel {
	display: block;
	position: static !important;
	inset: auto;
	width: 100% !important;
	margin: 0;
	transform: none;
}

body.mif-customer-lounge-wishlist .mihn-wishlist-size-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

body.mif-customer-lounge-wishlist .mihn-wishlist-size-options label,
body.mif-customer-lounge-wishlist .mihn-wishlist-size-options label > span,
body.mif-customer-lounge-wishlist .mihn-wishlist-add-size {
	max-width: 100%;
	min-width: 0;
	width: 100% !important;
}

body.mif-customer-lounge-wishlist.mihn-wishlist-native-date .mihn-wishlist-size-picker .mihn-wishlist-add-size {
	display: flex !important;
	inline-size: 100% !important;
	min-inline-size: 100% !important;
	max-inline-size: none !important;
	justify-content: center;
}

@media (max-width: 920px) {
	body.mif-customer-lounge .site-content > .ast-container {
		padding-inline: clamp(18px, 3.5vw, 34px);
	}

	body.mif-customer-lounge .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-left: 0;
	}

	.mif-lounge-destinations,
	.mif-lounge-settings {
		grid-template-columns: 1fr;
	}

	.mif-lounge-feature {
		min-height: 330px;
	}

	.mif-lounge-feature--wishlist {
		min-height: 300px;
	}

	.mif-lounge-recent {
		grid-template-columns: minmax(180px, .8fr) minmax(260px, 1.2fr);
	}

	.mif-lounge-recent-total {
		grid-column: 1 / -1;
		grid-template-columns: 1fr auto;
		align-items: center;
		justify-items: start;
		text-align: left;
	}

	.mif-lounge-recent-total .mif-lounge-text-link {
		justify-self: end;
	}
}

@media (max-width: 680px) {
	body.mif-customer-lounge .woocommerce {
		padding-top: 12px;
	}

	body.mif-customer-lounge .woocommerce-MyAccount-navigation {
		max-width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
	}

	body.mif-customer-lounge .woocommerce-MyAccount-navigation ul {
		max-width: 100%;
		gap: 22px;
		padding-inline: 1px;
	}

	body.mif-customer-lounge-wishlist .miwl-list-commandbar {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 8px;
		text-align: center;
	}

	body.mif-customer-lounge-wishlist .miwl-list-commandbar > *,
	body.mif-customer-lounge-wishlist .miwl-list-commandbar .tinv-create-list {
		flex: 0 0 auto;
		margin: 0;
	}

	body.mif-customer-lounge-wishlist .miwl-list-commandbar > .miwl-reorder-start {
		width: auto !important;
	}

	body.mif-customer-lounge-wishlist .miwl-list-commandbar .tinvwl-create-wishlist-button,
	body.mif-customer-lounge-wishlist .miwl-list-commandbar > .miwl-reorder-start {
		display: inline-flex !important;
		min-height: 44px !important;
		align-items: center;
		justify-content: center;
		padding-block: 10px !important;
		line-height: 1.2;
		text-align: center;
	}

	body.mif-customer-lounge-wishlist .miwl-list-commandbar :where(.button, summary) {
		margin: 0 !important;
	}

	body.mif-customer-lounge-wishlist .miwl-card-primary-action {
		min-width: 0;
		width: 100%;
	}

	body.mif-customer-lounge-wishlist .miwl-card-commerce:has(.mihn-wishlist-size-picker) {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 10px;
	}

	body.mif-customer-lounge-wishlist .miwl-card-commerce:has(.mihn-wishlist-size-picker) .miwl-card-price-status,
	body.mif-customer-lounge-wishlist .miwl-card-commerce:has(.mihn-wishlist-size-picker) .miwl-card-primary-action {
		grid-column: 1 / -1 !important;
		justify-self: stretch;
		width: 100% !important;
	}

	body.mif-customer-lounge-wishlist .mihn-wishlist-size-picker[open] {
		margin-top: 0;
	}

	body.mif-customer-lounge .woocommerce-MyAccount-navigation a {
		min-height: 44px;
		padding-block: 12px 10px;
		font-size: 10px;
	}

	.mif-lounge-welcome {
		margin-bottom: 32px;
	}

	.mif-lounge-welcome h1 {
		font-size: clamp(39px, 14vw, 59px);
	}

	.mif-lounge-appreciation {
		font-size: 16px;
	}

	.mif-lounge-destinations {
		gap: 12px;
	}

	.mif-lounge-feature,
	.mif-lounge-feature--wishlist {
		min-height: 280px;
		padding: 27px 24px;
	}

	.mif-lounge-feature h2 {
		font-size: clamp(29px, 9vw, 39px);
	}

	.mif-lounge-recent,
	.mif-lounge-empty {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 52px;
		padding-block: 32px;
	}

	.mif-lounge-recent-total {
		grid-column: auto;
		grid-template-columns: 1fr;
		justify-items: stretch;
		text-align: left;
	}

	.mif-lounge-recent-total .mif-lounge-track-button {
		justify-self: stretch;
	}

	.mif-lounge-recent-total .mif-lounge-text-link {
		justify-self: start;
	}

	.mif-lounge-empty .mif-lounge-text-link {
		justify-self: start;
	}

	.mif-lounge-settings {
		gap: 30px;
	}

	.mif-account-intro {
		margin-bottom: 34px;
	}

	.mif-account-intro h1 {
		font-size: clamp(36px, 12vw, 50px);
	}

	body.mif-customer-lounge table.shop_table_responsive thead {
		display: none;
	}

	body.mif-customer-lounge table.shop_table_responsive,
	body.mif-customer-lounge table.shop_table_responsive tbody {
		display: block;
	}

	body.mif-customer-lounge table.shop_table_responsive tr {
		display: block;
		margin: 0 0 18px;
		padding: 17px 20px;
		border: 1px solid var(--mif-lounge-line);
		background: var(--mif-lounge-paper);
	}

	body.mif-customer-lounge table.shop_table_responsive td,
	body.mif-customer-lounge table.shop_table_responsive th.woocommerce-orders-table__cell-order-number {
		display: grid;
		grid-template-columns: minmax(92px, .7fr) minmax(0, 1.3fr);
		gap: 14px;
		align-items: baseline;
		padding: 12px 0;
		border-bottom: 1px solid #e4ded5;
		text-align: right !important;
		overflow-wrap: anywhere;
	}

	body.mif-customer-lounge table.shop_table_responsive td:last-child {
		border-bottom: 0;
	}

	body.mif-customer-lounge table.shop_table_responsive td::before,
	body.mif-customer-lounge table.shop_table_responsive th.woocommerce-orders-table__cell-order-number::before {
		content: attr(data-title);
		color: var(--mif-lounge-muted);
		font-family: Montserrat, sans-serif;
		font-size: 10px;
		font-weight: 750;
		letter-spacing: .09em;
		text-align: left;
		text-transform: uppercase;
	}

	body.mif-customer-lounge table.shop_table_responsive th.woocommerce-orders-table__cell-order-number a {
		color: var(--mif-lounge-ink);
		text-align: right;
		text-decoration: none;
	}

	body.mif-customer-lounge table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 8px;
	}

	body.mif-customer-lounge table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions::before {
		width: 100%;
	}

	body.mif-customer-lounge .woocommerce-order-details tfoot .order-actions--heading + td {
		flex-direction: column;
		align-items: flex-start;
	}

	body.mif-customer-lounge .woocommerce-order-details + .order-again,
	body.mif-customer-lounge .woocommerce-order-details .order-again {
		margin-top: 26px;
	}

	body.mif-customer-lounge .woocommerce-columns--addresses,
	body.mif-customer-lounge .u-columns.woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	.mif-wishlist-context {
		flex-wrap: wrap;
	}
}

@media (max-width: 360px) {
	body.mif-customer-lounge .site-content > .ast-container {
		padding-inline: 15px;
	}

	.mif-lounge-feature {
		padding-inline: 20px;
	}

	.mif-lounge-feature p:not(.mif-lounge-kicker) {
		font-size: 16px;
	}

	.mif-lounge-settings-links a {
		font-size: 13px;
	}

	body.mif-customer-lounge table.shop_table_responsive tr {
		padding-inline: 16px;
	}

	body.mif-customer-lounge table.shop_table_responsive td,
	body.mif-customer-lounge table.shop_table_responsive th.woocommerce-orders-table__cell-order-number {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 10px;
	}

	body.mif-customer-lounge form .form-row-first,
	body.mif-customer-lounge form .form-row-last {
		float: none;
		width: 100%;
	}

	body.mif-customer-lounge-wishlist .miwl-list-commandbar {
		gap: 7px;
	}

	body.mif-customer-lounge-wishlist .miwl-list-commandbar :where(.button, summary) {
		min-height: 42px;
		padding-inline: 10px !important;
		font-size: 10px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mif-lounge-action span,
	.mif-lounge-text-link span {
		transition: none;
	}
}
