:root {
	--oop-navy: #09264c;
	--oop-blue: #123f73;
	--oop-orange: #ff6500;
	--oop-ink: #0b2445;
	--oop-muted: #60738f;
	--oop-line: #d9e4ef;
	--oop-soft: #f5f8fc;
}

.oop-finder,
.oop-finder * {
	box-sizing: border-box;
}

.oop-finder {
	color: var(--oop-ink);
	font-family: inherit;
	margin: 0 auto;
	max-width: 1600px;
}

.oop-popular,
.oop-category-finder {
	padding: clamp(34px, 5vw, 74px) clamp(20px, 4vw, 62px);
}

.oop-popular {
	background: linear-gradient(135deg, var(--oop-navy), #164e86);
	border-radius: 28px;
	color: #fff;
	margin-bottom: 26px;
	overflow: hidden;
	position: relative;
}

.oop-popular::after {
	background: rgba(255, 255, 255, .055);
	border-radius: 50%;
	content: "";
	height: 360px;
	position: absolute;
	right: -120px;
	top: -180px;
	width: 360px;
}

.oop-section-heading {
	max-width: 830px;
	position: relative;
	z-index: 1;
}

.oop-section-heading h2 {
	color: inherit;
	font-size: clamp(32px, 4.6vw, 62px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.05;
	margin: 6px 0 14px;
}

.oop-section-heading p:not(.oop-eyebrow) {
	color: inherit;
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.65;
	margin: 0;
	opacity: .75;
}

.oop-eyebrow {
	color: var(--oop-orange) !important;
	font-size: 13px !important;
	font-weight: 750;
	letter-spacing: .15em;
	margin: 0;
	opacity: 1 !important;
	text-transform: uppercase;
}

.oop-popular-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 34px;
	position: relative;
	z-index: 1;
}

.oop-popular-brand,
.oop-brand-choice {
	align-items: center;
	border-radius: 14px;
	display: flex;
	font-size: 16px;
	font-weight: 650;
	gap: 12px;
	line-height: 1.25;
	text-decoration: none !important;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.oop-popular-brand {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .16);
	color: #fff !important;
	min-height: 72px;
	padding: 12px 16px;
}

.oop-popular-brand:hover {
	background: rgba(255, 255, 255, .16);
	transform: translateY(-2px);
}

.oop-brand-mark {
	align-items: center;
	background: #fff;
	border-radius: 11px;
	color: var(--oop-blue);
	display: inline-flex;
	flex: 0 0 44px;
	font-size: 13px;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	overflow: hidden;
}

.oop-brand-mark img {
	height: 100%;
	object-fit: contain;
	padding: 5px;
	width: 100%;
}

.oop-category-finder {
	background: #fff;
	border: 1px solid var(--oop-line);
	border-radius: 28px;
	overflow: hidden;
}

.oop-category-heading {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.oop-category-heading > div:first-child {
	max-width: 900px;
}

.oop-scroll-controls {
	display: flex;
	gap: 10px;
	margin-left: 20px;
}

.oop-scroll-controls button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--oop-line);
	border-radius: 50%;
	color: var(--oop-blue);
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.oop-scroll-controls button:hover {
	background: var(--oop-soft);
	border-color: #b6c9dc;
}

.oop-category-track {
	display: flex;
	gap: 16px;
	margin: 34px -62px 0 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 2px 62px 20px 2px;
	scrollbar-color: #c7d5e5 transparent;
	scroll-snap-type: x proximity;
}

.oop-category-card {
	background: var(--oop-soft);
	border: 1px solid var(--oop-line);
	border-radius: 18px;
	color: var(--oop-ink);
	cursor: pointer;
	display: flex;
	flex: 0 0 290px;
	flex-direction: column;
	font: inherit;
	min-height: 210px;
	padding: 22px;
	scroll-snap-align: start;
	text-align: left;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.oop-category-card:hover,
.oop-category-card.is-selected {
	background: #fff;
	border-color: #8fb1d3;
	box-shadow: 0 16px 32px rgba(8, 38, 76, .09);
	transform: translateY(-3px);
}

.oop-category-card.is-selected {
	box-shadow: inset 0 4px 0 var(--oop-orange), 0 16px 32px rgba(8, 38, 76, .09);
}

.oop-category-number {
	align-items: center;
	background: #e7eef7;
	border-radius: 10px;
	color: var(--oop-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	width: 46px;
}

.oop-category-name {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.28;
	margin: 22px 0;
}

.oop-category-action {
	color: var(--oop-orange);
	font-size: 14px;
	font-weight: 750;
	margin-top: auto;
}

.oop-mobile-label,
.oop-category-select {
	display: none;
}

.oop-brand-panel {
	background: var(--oop-soft);
	border-radius: 20px;
	margin-top: 24px;
	padding: clamp(24px, 4vw, 44px);
}

.oop-brand-panel[hidden] {
	display: none;
}

.oop-brand-panel-heading h3 {
	font-size: clamp(25px, 3vw, 38px);
	letter-spacing: -.025em;
	line-height: 1.15;
	margin: 6px 0 10px;
}

.oop-brand-panel-heading p:not(.oop-eyebrow) {
	color: var(--oop-muted);
	font-size: 16px;
	margin: 0 0 9px;
}

.oop-view-category {
	color: var(--oop-orange) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.oop-brand-groups {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 32px;
}

.oop-brand-group {
	background: #fff;
	border: 1px solid var(--oop-line);
	border-radius: 16px;
	padding: 20px;
}

.oop-brand-group h4 {
	font-size: 16px;
	margin: 0 0 15px;
}

.oop-brand-options {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.oop-brand-choice {
	background: var(--oop-soft);
	border: 1px solid var(--oop-line);
	color: var(--oop-ink) !important;
	font-size: 14px;
	min-height: 48px;
	padding: 7px 11px;
}

.oop-brand-choice .oop-brand-mark {
	border: 1px solid var(--oop-line);
	border-radius: 8px;
	flex-basis: 32px;
	font-size: 10px;
	height: 32px;
}

.oop-brand-choice:hover {
	background: #fff;
	border-color: var(--oop-orange);
	transform: translateY(-1px);
}

.oop-active-filter {
	align-items: center;
	background: #eef5fc;
	border: 1px solid #cfdeed;
	border-left: 4px solid var(--oop-orange);
	border-radius: 10px;
	color: var(--oop-ink);
	display: flex;
	font-size: 15px;
	font-weight: 650;
	justify-content: space-between;
	margin: 0 0 24px;
	padding: 14px 17px;
}

.oop-active-filter a {
	color: var(--oop-orange) !important;
	font-size: 14px;
	margin-left: 18px;
}

.oop-archive-filters,
.oop-archive-filters * {
	box-sizing: border-box;
}

.oop-archive-filters {
	align-items: end;
	background: var(--oop-soft);
	border: 1px solid var(--oop-line);
	border-left: 4px solid var(--oop-orange);
	border-radius: 16px;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(210px, .8fr) minmax(360px, 1.4fr) minmax(250px, 1fr);
	margin: 0 0 32px;
	padding: 22px;
}

.oop-archive-filter-copy span,
.oop-archive-filters label {
	color: var(--oop-muted);
	display: block;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .08em;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.oop-archive-filter-copy strong {
	color: var(--oop-ink);
	display: block;
	font-size: 21px;
	line-height: 1.25;
}

.oop-archive-category-form {
	align-items: end;
	display: grid;
	gap: 9px;
	grid-template-columns: minmax(180px, 1fr) auto auto;
}

.oop-archive-category-form label {
	grid-column: 1 / -1;
}

.oop-archive-filters select,
.oop-archive-category-form button {
	background: #fff;
	border: 1px solid #b9cadc;
	border-radius: 9px;
	color: var(--oop-ink);
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.oop-archive-category-form button {
	background: var(--oop-orange);
	border-color: var(--oop-orange);
	color: #fff;
	cursor: pointer;
	font-weight: 750;
	padding-inline: 17px;
	white-space: nowrap;
}

.oop-archive-category-form a {
	align-items: center;
	color: var(--oop-orange) !important;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	min-height: 46px;
}

@media (max-width: 980px) {
	.oop-popular-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oop-brand-groups {
		grid-template-columns: 1fr;
	}

	.oop-archive-filters {
		grid-template-columns: 1fr 1fr;
	}

	.oop-archive-filter-copy {
		grid-column: 1 / -1;
	}
}

@media (max-width: 780px) {
	.oop-popular,
	.oop-category-finder {
		border-radius: 20px;
		padding: 30px 18px;
	}

	.oop-popular-grid {
		grid-template-columns: 1fr 1fr;
		margin-top: 25px;
	}

	.oop-popular-brand {
		font-size: 14px;
		min-height: 64px;
		padding: 9px;
	}

	.oop-section-heading h2 {
		font-size: 36px;
	}

	.oop-scroll-controls,
	.oop-category-track {
		display: none;
	}

	.oop-mobile-label {
		display: block;
		font-size: 14px;
		font-weight: 750;
		margin: 28px 0 8px;
	}

	.oop-category-select {
		appearance: none;
		background: #fff;
		border: 1px solid #b7c9dc;
		border-radius: 12px;
		color: var(--oop-ink);
		display: block;
		font: inherit;
		font-size: 15px;
		padding: 15px 42px 15px 14px;
		width: 100%;
	}

	.oop-brand-panel {
		padding: 22px 14px;
	}

	.oop-active-filter {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.oop-active-filter a {
		margin-left: 0;
	}

	.oop-archive-filters {
		align-items: stretch;
		grid-template-columns: 1fr;
		padding: 17px;
	}

	.oop-archive-filter-copy {
		grid-column: auto;
	}

	.oop-archive-category-form {
		grid-template-columns: 1fr;
	}

	.oop-archive-category-form label {
		grid-column: auto;
	}
}

@media (max-width: 480px) {
	.oop-popular-grid {
		grid-template-columns: 1fr;
	}
}
