.product-category-editorial {
	clear: both;
	width: 100%;
}

.product-category-editorial__inner {
	margin-inline: auto;
	max-width: var(--doctorspy-content-width, 1200px);
}

.product-category-editorial--before-loop {
	margin-block: 0 2rem;
}

.product-category-editorial--after-loop {
	margin-block: 3rem 0;
}

.product-category-editorial :where(img, video, iframe) {
	max-width: 100%;
}

.product-category-navigation {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: .5rem;
	margin-block: 1.5rem;
}

.product-category-navigation__viewport {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
}

.product-category-navigation__viewport::-webkit-scrollbar {
	display: none;
}

.product-category-navigation__list {
	display: flex;
	gap: .75rem;
	list-style: none;
	margin: 0;
	padding: 0;
	width: max-content;
}

.product-category-navigation__list a,
.product-category-navigation__control {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 999px;
	display: inline-flex;
	justify-content: center;
	min-height: 2.75rem;
	padding: .5rem 1rem;
	text-decoration: none;
}

.product-category-navigation__control {
	background: transparent;
	min-width: 2.75rem;
	padding-inline: .5rem;
}

.product-category-navigation__control:disabled {
	opacity: .35;
}
