:root {
	--outlet-store-black: #000;
	--outlet-store-white: #fff;
	--outlet-store-ink: #111;
	--outlet-store-muted: #666;
	--outlet-store-rule: #d7d7d7;
	--outlet-store-space: clamp(1rem, 2vw, 2rem);
	--outlet-store-header-height: 100px;
	--outlet-store-container: 1440px;
	--outlet-store-body-font: Inter, "Helvetica Neue", Arial, sans-serif;
	--outlet-store-display-font: "Arial Narrow", Impact, sans-serif;
}

html,
body {
	margin: 0;
}

body {
	background: var(--outlet-store-white);
	color: var(--outlet-store-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a {
	color: inherit;
}

.outlet-store-site {
	min-width: 0;
	overflow-wrap: anywhere;
}

.outlet-store-site :is(img, svg, video, iframe) {
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	background: var(--outlet-store-black);
	clip: auto;
	clip-path: none;
	color: var(--outlet-store-white);
	height: auto;
	left: 0.5rem;
	padding: 0.75rem 1rem;
	text-decoration: none;
	top: 0.5rem;
	width: auto;
	z-index: 100000;
}

.outlet-store-container {
	margin-inline: auto;
	max-width: var(--outlet-store-container);
	padding-inline: var(--outlet-store-space);
}

.outlet-store-announcement {
	background: var(--outlet-store-black);
	color: var(--outlet-store-white);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0.625rem var(--outlet-store-space);
	text-align: center;
}

.outlet-store-header {
	background: var(--outlet-store-white);
	border-bottom: 1px solid var(--outlet-store-rule);
}

.outlet-store-header__inner {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto 1fr auto;
	min-height: var(--outlet-store-header-height);
	align-items: center;
}

.outlet-store-header__inner > * {
	min-width: 0;
}

.outlet-store-wordmark {
	font-family: var(--outlet-store-display-font);
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.outlet-store-menu,
.outlet-store-benefits__inner {
	display: flex;
	gap: clamp(0.75rem, 1.75vw, 2rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.outlet-store-menu a,
.outlet-store-header__actions a,
.outlet-store-footer a {
	align-items: center;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	min-height: 44px;
	text-decoration: none;
	text-transform: uppercase;
}

.outlet-store-primary-nav {
	justify-self: center;
}

.outlet-store-header__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.outlet-store-search-form {
	display: flex;
	align-items: center;
	border-bottom: 1px solid currentColor;
}

.outlet-store-search-form__field {
	background: transparent;
	border: 0;
	min-height: 44px;
	min-width: 120px;
	padding: 0 0.25rem;
}

.outlet-store-search-form button,
.outlet-store-menu-toggle {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	min-height: 44px;
	padding: 0.25rem;
	text-transform: uppercase;
}

.outlet-store-cart {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	justify-content: center;
	min-width: 44px;
}

.outlet-store-cart__summary {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.outlet-store-cart__count {
	border: 1px solid currentColor;
	border-radius: 50%;
	display: inline-grid;
	font-size: 0.6875rem;
	min-height: 1.25rem;
	min-width: 1.25rem;
	place-items: center;
}

.outlet-store-cart__total {
	font-size: 0.75rem;
	font-weight: 700;
	white-space: nowrap;
}

.outlet-store-menu-toggle,
.outlet-store-mobile-nav {
	display: none;
}

.site-main {
	min-height: 40vh;
}

.outlet-store-editorial-heading {
	font-family: var(--outlet-store-display-font);
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.92;
	text-transform: uppercase;
}

.outlet-store-benefits {
	border-block: 1px solid var(--outlet-store-rule);
}

.outlet-store-benefits__inner {
	justify-content: space-between;
	padding-block: 1.25rem;
}

.outlet-store-benefits p {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.outlet-store-footer {
	background: var(--outlet-store-black);
	color: var(--outlet-store-white);
	padding-block: clamp(2.5rem, 7vw, 6rem);
}

.outlet-store-footer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr));
}

.outlet-store-footer h2 {
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	margin: 0 0 0.875rem;
	text-transform: uppercase;
}

.outlet-store-footer p {
	color: #c7c7c7;
	font-size: 0.9rem;
	margin: 1rem 0 0;
}

.outlet-store-footer .outlet-store-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.625rem;
}

.outlet-store-footer__newsletter,
.outlet-store-footer__social {
	grid-column: 1 / -1;
}

.outlet-store-footer__social {
	display: flex;
	gap: 1rem;
}

.outlet-store-menu a:focus-visible,
.outlet-store-header__actions a:focus-visible,
.outlet-store-footer a:focus-visible,
.outlet-store-menu-toggle:focus-visible,
.outlet-store-search-form__field:focus-visible,
.outlet-store-search-form button:focus-visible,
.outlet-store-site :is(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	box-shadow: 0 0 0 2px var(--outlet-store-white), 0 0 0 4px var(--outlet-store-black);
	outline: 2px solid transparent;
	outline-offset: 2px;
}

@media (max-width: 899px) {
	.outlet-store-header__inner {
		gap: 0.75rem;
		grid-template-columns: auto 1fr auto;
		min-height: 68px;
	}

	.outlet-store-menu-toggle {
		display: inline-grid;
		gap: 4px;
		place-content: center;
		width: 44px;
	}

	.outlet-store-menu-toggle span[aria-hidden="true"] {
		background: currentColor;
		display: block;
		height: 2px;
		width: 18px;
	}

	.outlet-store-primary-nav,
	.outlet-store-header__search,
	.outlet-store-account {
		display: none;
	}

	.outlet-store-mobile-nav {
		border-top: 1px solid var(--outlet-store-rule);
		display: block;
		padding: 1rem var(--outlet-store-space) 1.5rem;
	}

	.outlet-store-mobile-nav[hidden] {
		display: none;
	}

	.outlet-store-mobile-nav .outlet-store-menu {
		align-items: flex-start;
		flex-direction: column;
	}

	.outlet-store-mobile-nav .outlet-store-search-form {
		margin-bottom: 1rem;
		max-width: 34rem;
	}

	.outlet-store-mobile-nav .outlet-store-search-form label,
	.outlet-store-mobile-nav .outlet-store-search-form__field {
		min-width: 0;
		width: 100%;
	}

	.outlet-store-editorial-heading {
		font-size: clamp(2.75rem, 15vw, 4.25rem);
	}

	.outlet-store-benefits__inner {
		align-items: center;
		flex-direction: column;
		gap: 0.75rem;
	}

	.outlet-store-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.outlet-store-footer__identity,
	.outlet-store-footer__newsletter,
	.outlet-store-footer__social {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
