.yep-products-mega-menu-item {
	position: relative;
}

.yep-products-mega-menu-item > a.yep-products-mega-trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.yep-products-mega-menu-item > a.yep-products-mega-trigger::after {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	opacity: 0.6;
	transition: transform 160ms ease, opacity 160ms ease;
}

.yep-products-mega-menu-item.is-open > a.yep-products-mega-trigger::after,
.yep-products-mega-menu-item:focus-within > a.yep-products-mega-trigger::after {
	transform: rotate(225deg) translateY(-1px);
	opacity: 1;
}

.yep-products-mega-panel {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 999;
	width: min(1260px, calc(100vw - 48px));
	background: #ffffff;
	border: 1px solid #dfe2e2;
	border-radius: 4px;
	box-shadow: 0 18px 42px rgba(24, 48, 48, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	overflow: hidden;
}

.yep-products-mega-menu-item.is-open > .yep-products-mega-panel,
.yep-products-mega-menu-item:focus-within > .yep-products-mega-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.yep-products-mega-shell {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: stretch;
	min-height: 520px;
}

.yep-products-mega-nav {
	padding: 12px 0 18px;
	background: #f3faf6;
	border-right: 1px solid #dfe2e2;
}

.yep-products-mega-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.yep-products-mega-nav-button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 22px;
	border: none;
	border-left: 3px solid transparent;
	background: transparent;
	color: #526354;
	cursor: pointer;
	font: 600 0.94rem/1.35 "Helvetica Neue", Arial, sans-serif;
	text-align: left;
	transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.yep-products-mega-nav-button:hover,
.yep-products-mega-nav-button:focus-visible {
	background: rgba(235, 211, 91, 0.12);
	color: #183030;
}

.yep-products-mega-nav-button.is-active {
	background: rgba(235, 211, 91, 0.16);
	border-left-color: #e3bd2c;
	color: #183030;
	font-weight: 700;
}

.yep-products-mega-nav-arrow {
	color: #526354;
	font-size: 1rem;
	line-height: 1;
}

.yep-products-mega-stage {
	padding: 12px 22px 24px;
	background: #ffffff;
}

.yep-products-mega-pane {
	display: none;
}

.yep-products-mega-pane.is-active {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
	gap: 28px;
	align-items: start;
}

.yep-products-mega-pane-main {
	padding: 8px 6px 0;
}

.yep-products-mega-pane-header {
	margin-bottom: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5ebf0;
}

.yep-products-mega-pane-kicker,
.yep-products-mega-promo-label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 8px;
	color: #526354;
	font: 700 0.72rem/1 "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.yep-products-mega-pane-header h3,
.yep-products-mega-pane-section h4,
.yep-products-mega-promo h4 {
	margin: 0;
	color: #183030;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.yep-products-mega-pane-header h3 {
	font-size: 1.4rem;
	line-height: 1.18;
}

.yep-products-mega-pane-header p,
.yep-products-mega-promo p {
	margin: 8px 0 0;
	color: #526354;
	font: 400 0.95rem/1.6 "Helvetica Neue", Arial, sans-serif;
}

.yep-products-mega-pane-sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 34px;
}

.yep-products-mega-pane-section h4 {
	margin-bottom: 12px;
	color: #526354;
	font: 700 0.76rem/1.2 "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.yep-products-mega-pane-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.yep-products-mega-pane-links a,
.yep-products-mega-all-link {
	color: #183030;
	font: 500 0.94rem/1.45 "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
}

.yep-products-mega-pane-links a:hover,
.yep-products-mega-pane-links a:focus-visible,
.yep-products-mega-all-link:hover,
.yep-products-mega-all-link:focus-visible {
	color: #e3bd2c;
	text-decoration: underline;
}

.yep-products-mega-all-link {
	display: inline-flex;
	margin-top: 22px;
	color: #183030;
	font-weight: 700;
}

.yep-products-mega-promo {
	padding: 12px 0 0;
}

.yep-products-mega-promo-media {
	margin-bottom: 16px;
	overflow: hidden;
	border: 1px solid #dfe2e2;
	border-radius: 4px;
	background: #f3faf6;
	aspect-ratio: 4 / 3;
}

.yep-products-mega-promo-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yep-products-mega-promo h4 {
	font-size: 1.06rem;
	line-height: 1.3;
}

.yep-products-mega-promo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 16px;
	padding: 0 18px;
	border-radius: 4px;
	background: #ebd35b;
	color: #183030;
	font: 700 0.88rem/1 "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	transition: background 150ms ease, transform 150ms ease;
}

.yep-products-mega-promo-link:hover,
.yep-products-mega-promo-link:focus-visible {
	background: #e3bd2c;
	transform: translateY(-1px);
}

@media (max-width: 1180px) {
	.yep-products-mega-pane.is-active {
		grid-template-columns: 1fr;
	}

	.yep-products-mega-promo {
		padding-top: 6px;
		border-top: 1px solid #e5ebf0;
	}
}

@media (max-width: 1040px) {
	.yep-products-mega-shell {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.yep-products-mega-pane-sections {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 921px) {
	.yep-products-mega-menu-item > a.yep-products-mega-trigger::after,
	.yep-products-mega-panel {
		display: none;
	}
}
