.s-header-menu__children {
	background: var(--neutral-background);
}

.s-header-shop-megamenu__children {
	left: 0;
	right: 0;
	width: 100vw;
}

.s-header-shop-megamenu__wrapper {
	margin-inline: auto;
	padding-block: 1rem 1.25rem;
	padding-inline: var(--container-horizontal-padding-percent);
	width: 100%;
}

.s-header-shop-megamenu__wrapper--full {
	max-width: none;
}

.s-header-shop-megamenu__wrapper--wide {
	max-width: calc(var(--container-large) + var(--container-horizontal-padding-percent) * 2);
}

.s-header-shop-megamenu__wrapper--default {
	max-width: calc(var(--container-content) + var(--container-horizontal-padding-percent) * 2);
}

.s-header-shop-megamenu__wrapper--medium {
	max-width: calc(var(--container-medium) + var(--container-horizontal-padding-percent) * 2);
}

.s-header-shop-megamenu__wrapper--narrow {
	max-width: 72rem;
}

.s-header-shop-megamenu__heading {
	border-bottom: .0625rem solid var(--neutral-border);
	grid-column: 1;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.s-header-shop-megamenu__breadcrumb {
	font-size: .875rem;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

.s-header-shop-megamenu__heading h2 {
	color: var(--primary-base);
	font-family: var(--font-display);
	font-size: var(--font-responsive-heading-lg);
	font-weight: 700;
	line-height: .9;
}

.s-header-shop-megamenu__inner {
	display: grid;
	grid-template-columns: 11rem minmax(0, 1fr);
	gap: .5rem 2rem;
	min-height: 24rem;
}

.s-header-shop-megamenu__item {
	display: contents;
}

.s-header-shop-megamenu__nav-link {
	align-items: center;
	display: flex;
	font-size: 1.05rem;
	gap: .5rem;
	justify-content: space-between;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.s-header-shop-megamenu__item:hover .s-header-shop-megamenu__nav-link,
.s-header-shop-megamenu__item.is-active .s-header-shop-megamenu__nav-link {
	font-family: var(--font-body);
	font-weight: 700;
}

.s-header-shop-megamenu__nav-arrow {
	font-size: 1.25rem;
	line-height: 1;
}

.s-header-shop-megamenu__panel {
	display: none;
	grid-column: 2;
	grid-row: 1 / span 20;
	gap: 2rem 1rem;
	padding-block-start: 2rem;
}

.s-header-shop-megamenu__item:hover .s-header-shop-megamenu__panel,
.s-header-shop-megamenu__item.is-active .s-header-shop-megamenu__panel {
	display: grid;
}

.s-header-shop-megamenu__panel--shop-all {
	grid-template-columns: minmax(0, 1.55fr) minmax(17rem, .85fr);
	align-items: start;
}

.s-header-shop-megamenu__default-feature {
	background: white;
	align-items: center;
	border: .0625rem solid var(--neutral-border);
	border-radius: .375rem;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(12rem, .95fr);
	gap: 1rem;
	padding: 1rem;
}

.s-header-shop-megamenu__feature-image {
	border-radius: .25rem;
	height: auto;
	width: 100%;
}

.s-header-shop-megamenu__default-feature-content {
	min-width: 0;
}

.s-header-shop-megamenu__feature-eyebrow {
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
}

.s-header-shop-megamenu__feature-title {
	font-family: var(--font-display);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: .95;
	margin-top: .25rem;
}

.s-header-shop-megamenu__feature-text {
	font-size: 1rem;
	line-height: 1.25;
	margin-top: .75rem;
	max-width: 15rem;
}

.s-header-shop-megamenu__feature-button {
	margin-top: 1rem;
	font-size: 1.25rem;
	width: 100%;
}

.s-header-shop-megamenu__default-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .75rem;
}

.s-header-shop-megamenu__card {
	background: white;
	border: .0625rem solid var(--neutral-border);
	border-radius: .375rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 10.5rem;
	padding: 2rem .75rem .75rem;
	position: relative;
	text-align: center;
}

.s-header-shop-megamenu__card-image {
	height: 6.5rem;
	margin-inline: auto;
	object-fit: contain;
	width: 6.5rem;
}

.s-header-shop-megamenu__card-title {
	display: block;
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.15;
	margin-top: .5rem;
	padding-block: .5rem 1rem;
}

.s-header-shop-megamenu__badge {
	background: var(--tertiary-base);
	border-radius: 999px;
	font-family: var(--font-display);
	font-size: .875rem;
	font-weight: 700;
	line-height: 1;
	padding: .25rem .45rem;
	position: absolute;
	right: .5rem;
	top: .5rem;
	text-transform: uppercase;
}

.s-header-shop-megamenu__quiz-card {
	align-items: center;
	border: .0625rem solid var(--neutral-border);
	border-radius: .375rem;
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: auto 1fr auto;
	gap: .75rem;
	min-height: 4.25rem;
	padding: .75rem 1rem;
	background: white;
}

.s-header-shop-megamenu__quiz-card strong {
	display: block;
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
}

.s-header-shop-megamenu__quiz-card small {
	display: block;
	font-size: .8125rem;
	line-height: 1.1;
	margin-top: .25rem;
}

.s-header-shop-megamenu__quiz-icon,
.s-header-shop-megamenu__quiz-arrow {
	font-size: 1.5rem;
	line-height: 1;
}

.s-header-shop-megamenu__quiz-icon {
	height: 2.5rem;
	object-fit: contain;
	width: 2.5rem;
}

.s-header-shop-megamenu__footer-links {
	border-top: .0625rem solid var(--neutral-border);
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 1rem;
}

.s-header-shop-megamenu__footer-links a {
	font-family: var(--font-body);
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.s-header-shop-megamenu__panel:not(.s-header-shop-megamenu__panel--shop-all) {
	grid-template-columns: minmax(0, 1fr) 20rem;
}

.s-header-shop-megamenu__panel-title {
	font-family: var(--font-display);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.75rem;
}

.s-header-shop-megamenu__panel-header {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.75rem;
}

.s-header-shop-megamenu__panel-title {
	margin-bottom: 0;
}

.s-header-shop-megamenu__panel-top-link {
	color: var(--primary-base);
	font-family: var(--font-body);
	font-weight: 700;
	line-height: 1.2;
}

.s-header-shop-megamenu__panel-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.s-header-shop-megamenu__panel-side video,
.s-header-shop-megamenu__side-image {
	border-radius: .375rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.s-header-shop-megamenu__side-media-link {
	display: block;
}

.s-header-shop-megamenu__footer-links a {
	align-items: center;
	display: inline-flex;
	gap: .4rem;
}

.s-header-shop-megamenu__side-links-heading {
	font-family: var(--font-body);
	font-size: .75rem;
	font-weight: 700;
	margin-top: 1.5rem;
	text-transform: uppercase;
}

.s-header-shop-megamenu__side-links {
	margin-top: .5rem;
}

.s-header-shop-megamenu__side-link {
	align-items: center;
	border-bottom: .0625rem solid var(--neutral-border);
	display: grid;
	gap: .75rem;
	grid-template-columns: 2rem 1fr auto;
	padding-block: 1.25rem;
}

.s-header-shop-megamenu__side-link:last-child {
	border-bottom: 0;
}

.s-header-shop-megamenu__side-link strong {
	display: block;
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.1;
}

.s-header-shop-megamenu__side-link span small {
	display: block;
	font-size: .875rem;
	line-height: 1.1;
	margin-top: .25rem !important;
}

.s-header-shop-megamenu__footer-icon {
	height: 1rem;
	object-fit: contain;
	width: 1rem;
}

.s-header-shop-megamenu__side-link-icon {
	display: block;
	height: 1.75rem;
	margin-inline: auto;
	object-fit: contain;
	width: 1.75rem;
}

.s-header-shop-megamenu__side-link-arrow {
	font-size: 1.25rem;
	line-height: 1;
}