.fab-dpe {
	--fab-dpe-purple: #65328f;
	--fab-dpe-navy: #101828;
	--fab-dpe-muted: #667085;
	--fab-dpe-line: #d9dee8;
	--fab-dpe-button-duration: 220ms;
	--fab-dpe-card-grayscale: 100%;
	--fab-dpe-card-opacity: .65;
	background: #fff;
	color: var(--fab-dpe-navy);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: clip;
}

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

.fab-dpe__inner {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.fab-dpe__header {
	text-align: center;
	margin-bottom: 36px;
}

.fab-dpe__eyebrow {
	margin: 0 0 12px;
	color: var(--fab-dpe-purple);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fab-dpe__heading {
	margin: 0;
	color: var(--fab-dpe-navy);
	font-size: 52px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.fab-dpe__category-tabs,
.fab-dpe__product-row {
	display: flex;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.fab-dpe__category-tabs {
	justify-content: center;
	gap: 12px;
	margin: 0 auto 26px;
	overflow-x: auto;
	padding: 2px 2px 10px;
}

.fab-dpe__category-tab,
.fab-dpe__product-card {
	appearance: none;
	background: #fff;
	border: 1px solid var(--fab-dpe-line);
	color: #344054;
	cursor: pointer;
	font: inherit;
}

.fab-dpe__category-tab {
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	padding: 12px 20px;
	white-space: nowrap;
}

.fab-dpe__category-tab[aria-selected="true"] {
	background: var(--fab-dpe-purple);
	border-color: var(--fab-dpe-purple);
	color: #fff;
}

.fab-dpe__product-panels {
	margin-bottom: 28px;
}

.fab-dpe__product-panel[hidden] {
	display: none;
}

.fab-dpe__product-strip {
	min-width: 0;
}

.fab-dpe__product-row {
	gap: 14px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 4px 3px 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.fab-dpe__product-row::-webkit-scrollbar {
	display: none;
}

.fab-dpe__product-card {
	align-items: center;
	border-radius: 8px;
	display: flex;
	flex: 0 0 178px;
	flex-direction: column;
	gap: 11px;
	justify-content: center;
	min-height: 142px;
	padding: 14px 12px;
	text-align: center;
	transition: filter 220ms ease, opacity 220ms ease, border-color 220ms ease, transform 220ms ease, background-color 220ms ease;
	width: 178px;
}

.fab-dpe__product-card:hover,
.fab-dpe__product-card:focus-visible {
	border-color: #65328f;
}

.fab-dpe__product-card[aria-selected="true"] {
	border-color: var(--fab-dpe-purple);
	box-shadow: inset 0 0 0 1px var(--fab-dpe-purple);
}

.fab-dpe__thumb {
	align-items: center;
	display: flex;
	height: 78px;
	justify-content: center;
	width: 100%;
}

.fab-dpe__thumb img {
	display: block;
	filter: grayscale(var(--fab-dpe-card-grayscale));
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	opacity: var(--fab-dpe-card-opacity);
	transition: filter 220ms ease, opacity 220ms ease;
	width: 100%;
}

.fab-dpe__product-card:hover .fab-dpe__thumb img,
.fab-dpe__product-card:focus-visible .fab-dpe__thumb img,
.fab-dpe__product-card[aria-selected="true"] .fab-dpe__thumb img {
	filter: grayscale(0%);
	opacity: 1;
}

.fab-dpe__placeholder,
.fab-dpe__large-placeholder {
	align-items: center;
	background: linear-gradient(180deg, #f9fafb 0%, #f1f3f7 100%);
	border: 1px dashed #c7cfdb;
	color: var(--fab-dpe-purple);
	display: flex;
	font-weight: 900;
	justify-content: center;
}

.fab-dpe__placeholder {
	border-radius: 8px;
	font-size: 20px;
	height: 100%;
	width: 100%;
}

.fab-dpe__product-name {
	color: var(--fab-dpe-navy);
	display: -webkit-box;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fab-dpe__product-card[aria-selected="true"] .fab-dpe__product-name {
	color: var(--fab-dpe-purple);
}

.fab-dpe__detail {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: center;
}

.fab-dpe__media {
	align-items: center;
	background: #fff;
	border: none;
	display: flex;
	justify-content: center;
	min-height: clamp(560px, 52vw, 680px);
	padding: 18px 72px;
	position: relative;
	width: 100%;
}

.fab-dpe__detail-image {
	display: block;
	height: auto;
	max-height: clamp(440px, 48vw, 640px);
	max-width: 1180px;
	object-fit: contain;
	opacity: 1;
	transition: opacity 220ms ease, transform 220ms ease;
	width: min(90%, 1180px);
}

.fab-dpe__detail-image[hidden],
.fab-dpe__large-placeholder[hidden] {
	display: none;
}

.fab-dpe__large-placeholder {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	font-size: 56px;
	min-height: 300px;
	width: min(100%, 980px);
}

.fab-dpe__copy {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 0;
	width: min(100%, 820px);
}

.fab-dpe__detail-title {
	color: var(--fab-dpe-navy);
	font-size: 34px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	overflow-wrap: anywhere;
}

.fab-dpe__descriptor {
	color: var(--fab-dpe-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 14px 0 0;
	max-width: 700px;
}

.fab-dpe__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 28px;
}

.fab-dpe__link {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	overflow: hidden;
	padding: 14px 20px;
	position: relative;
	text-decoration: none;
	transition: background-color var(--fab-dpe-button-duration) ease, border-color var(--fab-dpe-button-duration) ease, color var(--fab-dpe-button-duration) ease, transform var(--fab-dpe-button-duration) ease, background-position var(--fab-dpe-button-duration) ease;
}

.fab-dpe__link span {
	position: relative;
	z-index: 2;
}

.fab-dpe__link--primary {
	background: var(--fab-dpe-purple);
	border-color: var(--fab-dpe-purple);
	color: #fff;
}

.fab-dpe__link--secondary {
	background: #fff;
	border-color: #d5c6e4;
	color: var(--fab-dpe-purple);
}

.fab-dpe__link--lift:hover,
.fab-dpe__link--lift:focus-visible {
	transform: translateY(-2px);
}

.fab-dpe__link--soft-scale:hover,
.fab-dpe__link--soft-scale:focus-visible {
	transform: scale(1.02);
}

.fab-dpe__link--slide-fill {
	background-image: linear-gradient(90deg, transparent 0 50%, rgba(255, 255, 255, .14) 50% 100%);
	background-position: 0 0;
	background-size: 220% 100%;
}

.fab-dpe__link--slide-fill:hover,
.fab-dpe__link--slide-fill:focus-visible {
	background-position: -92% 0;
}

.fab-dpe__link--shine-sweep::before {
	background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .42) 50%, transparent 100%);
	content: "";
	inset: 0 auto 0 -55%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: skewX(-18deg);
	transition: transform var(--fab-dpe-button-duration) ease, opacity var(--fab-dpe-button-duration) ease;
	width: 42%;
	z-index: 1;
}

.fab-dpe__link--shine-sweep:hover::before,
.fab-dpe__link--shine-sweep:focus-visible::before {
	opacity: .42;
	transform: translateX(360%) skewX(-18deg);
}

.fab-dpe__stage-arrow {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid rgba(7, 59, 136, .12);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgb(16 24 40 / 10%);
	color: var(--fab-dpe-purple);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 34px;
	font-weight: 700;
	height: 52px;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	min-width: 44px;
	padding: 0 0 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
	width: 52px;
	z-index: 3;
}

.fab-dpe__stage-arrow--prev {
	left: 12px;
}

.fab-dpe__stage-arrow--next {
	right: 12px;
}

.fab-dpe__stage-arrow:hover,
.fab-dpe__stage-arrow:focus-visible {
	background: var(--fab-dpe-purple);
	border-color: var(--fab-dpe-purple);
	color: #fff;
	transform: translateY(-50%) scale(1.03);
}

.fab-dpe__dots {
	margin-top: 20px;
}

.fab-dpe__dots-panel {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.fab-dpe__dots-panel[hidden] {
	display: none;
}

.fab-dpe__dot {
	appearance: none;
	background: #d9dee8;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: block;
	height: 8px;
	padding: 0;
	transition: background-color 220ms ease, transform 220ms ease, width 220ms ease;
	width: 8px;
}

.fab-dpe__dot[aria-selected="true"] {
	background: var(--fab-dpe-purple);
	transform: scaleX(1.65);
}

.fab-dpe__category-tab:focus-visible,
.fab-dpe__product-card:focus-visible,
.fab-dpe__stage-arrow:focus-visible,
.fab-dpe__dot:focus-visible,
.fab-dpe__link:focus-visible {
	outline: 3px solid rgba(101, 50, 143, .28);
	outline-offset: 3px;
}

.fab-dpe--is-updating .fab-dpe__detail-image,
.fab-dpe--is-updating .fab-dpe__copy {
	opacity: .76;
	transform: translateY(4px);
}

@media (max-width: 1024px) {
	.fab-dpe__heading {
		font-size: 42px;
	}

	.fab-dpe__category-tabs {
		justify-content: flex-start;
	}

	.fab-dpe__media {
		min-height: clamp(420px, 58vw, 540px);
		padding-left: 58px;
		padding-right: 58px;
	}

	.fab-dpe__detail-image {
		max-height: clamp(360px, 54vw, 500px);
		max-width: 94%;
		width: 94%;
	}

	.fab-dpe__actions {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.fab-dpe {
		overflow-x: hidden;
	}

	.fab-dpe__heading {
		font-size: 32px;
	}

	.fab-dpe__category-tabs {
		margin-left: -2px;
		margin-right: -2px;
	}

	.fab-dpe__product-card {
		flex-basis: 152px;
		width: 152px;
	}

	.fab-dpe__media {
		min-height: clamp(300px, 80vw, 400px);
		padding: 14px 46px;
	}

	.fab-dpe__detail-image {
		max-height: clamp(250px, 72vw, 360px);
		max-width: 100%;
		width: 100%;
	}

	.fab-dpe__large-placeholder {
		font-size: 42px;
		min-height: 190px;
	}

	.fab-dpe__stage-arrow {
		box-shadow: 0 8px 18px rgb(16 24 40 / 10%);
		font-size: 28px;
		height: 44px;
		width: 44px;
	}

	.fab-dpe__stage-arrow--prev {
		left: 0;
	}

	.fab-dpe__stage-arrow--next {
		right: 0;
	}

	.fab-dpe__detail-title {
		font-size: 28px;
	}

	.fab-dpe__actions {
		flex-direction: column;
	}

	.fab-dpe__link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fab-dpe *,
	.fab-dpe *::before,
	.fab-dpe *::after {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}

	.fab-dpe__link:hover,
	.fab-dpe__link:focus-visible,
	.fab-dpe__stage-arrow:hover,
	.fab-dpe__stage-arrow:focus-visible,
	.fab-dpe--is-updating .fab-dpe__detail-image,
	.fab-dpe--is-updating .fab-dpe__copy {
		transform: none !important;
	}

	.fab-dpe__link--shine-sweep::before {
		display: none;
	}
}
