.page-template-product-first-level-category .site.grid-container,
.page-template-product-first-level-category .site-content {
	max-width: none;
	padding: 0;
}

.page-template-product-first-level-category #primary.bp-product-category {
	flex: 1 1 100%;
	width: 100%;
	max-width: none;
}

.bp-product-category {
	color: var(--bp-color-text);
	background: var(--bp-color-surface);
}

.bp-product-category :is(h1, h2, h3, p, figure, ul, ol, dl) {
	margin-top: 0;
}

.bp-product-category h1 {
	max-width: 47.5rem;
	margin-bottom: var(--bp-space-6);
	color: var(--bp-color-text-inverse);
	font-size: clamp(2.5rem, 4vw, 4.5rem);
	line-height: var(--bp-line-height-tight);
}

.bp-product-category h2 {
	margin-bottom: var(--bp-space-5);
	font-size: var(--bp-font-size-h2);
	line-height: var(--bp-line-height-heading);
}

.bp-product-category h3 {
	margin-bottom: var(--bp-space-3);
	font-size: var(--bp-font-size-h4);
	line-height: var(--bp-line-height-heading);
}

.bp-product-category__eyebrow {
	margin-bottom: var(--bp-space-4);
	color: var(--bp-color-accent);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-bold);
	letter-spacing: var(--bp-letter-spacing-eyebrow);
	text-transform: uppercase;
}

.bp-product-category__hero {
	padding-block: var(--bp-space-16);
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
}

.bp-product-category__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(22rem, 5fr);
	align-items: center;
	gap: var(--bp-space-12);
}

.bp-product-category__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: var(--bp-space-2);
	margin-bottom: var(--bp-space-10);
	font-size: var(--bp-font-size-caption);
}

.bp-product-category__breadcrumb a {
	color: var(--bp-color-text-inverse);
}

.bp-product-category__lead {
	max-width: 42rem;
	margin-bottom: var(--bp-space-5);
	color: var(--bp-color-surface-subtle);
	font-size: var(--bp-font-size-body-large);
}

.bp-product-category__trust {
	margin-bottom: var(--bp-space-6);
	font-size: var(--bp-font-size-small);
	font-weight: var(--bp-font-weight-semibold);
}

.bp-product-category__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--bp-space-3);
}

.bp-product-category__actions .bp-button[disabled] {
	opacity: 1;
	cursor: not-allowed;
}

.bp-product-category__hero .bp-button--outline,
.bp-product-category__final .bp-button--outline {
	border-color: var(--bp-color-text-inverse);
	color: var(--bp-color-text-inverse);
}

.bp-product-category__hero-media {
	display: grid;
	place-items: center;
	margin: 0;
	padding: var(--bp-space-6);
	border-radius: var(--bp-radius-lg);
	background: var(--bp-color-surface);
	box-shadow: var(--bp-shadow-elevated);
}

.bp-product-category__hero-image {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}

.bp-product-category__overview,
.bp-product-category__manufacturing,
.bp-product-category__faq {
	padding-block: var(--bp-space-section);
}

.bp-product-category__overview,
.bp-product-category__collection {
	padding-block: max(var(--bp-space-8), calc(var(--bp-space-section) / 2));
}

.bp-product-category__overview-grid,
.bp-product-category__faq-grid {
	display: grid;
	grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
	gap: var(--bp-space-16);
}

.bp-product-category__section-header {
	max-width: 45rem;
}

.bp-product-category__section-header--center {
	margin-inline: auto;
	text-align: center;
}

.bp-product-category__routes,
.bp-product-category__products,
.bp-product-category__proof,
.bp-product-category__evidence,
.bp-product-category__capabilities,
.bp-product-category__tags {
	padding: 0;
	list-style: none;
}

.bp-product-category__routes {
	display: grid;
	gap: var(--bp-space-4);
}

.bp-product-category__route {
	position: relative;
	display: grid;
	grid-template-columns: 2.75rem minmax(0, 1fr);
	align-items: center;
	column-gap: var(--bp-space-4);
	row-gap: var(--bp-space-3);
	padding: var(--bp-space-6);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-background);
	transition: transform var(--bp-transition-fast), box-shadow var(--bp-transition-fast);
}

.bp-product-category__route:hover,
.bp-product-category__route:focus-within {
	transform: translateY(-0.25rem);
	box-shadow: var(--bp-shadow-card);
}

.bp-product-category__route > .bp-product-category__number {
	grid-column: 1;
	grid-row: 1;
	margin-bottom: 0;
}

.bp-product-category__route > h3 {
	grid-column: 2;
	grid-row: 1;
	margin-bottom: 0;
}

.bp-product-category__route > :is(p, ul) {
	grid-column: 1 / -1;
}

.bp-product-category__route > p {
	margin-bottom: 0;
}

.bp-product-category__number {
	display: inline-grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: var(--bp-space-4);
	border: 1px solid var(--bp-color-accent);
	border-radius: var(--bp-radius-pill);
	color: var(--bp-color-accent);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-bold);
}

.bp-product-category__route ul {
	display: flex;
	flex-wrap: wrap;
	gap: var(--bp-space-2);
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	color: var(--bp-color-text-muted);
	font-size: var(--bp-font-size-small);
}

.bp-product-category__route ul li + li::before {
	margin-right: var(--bp-space-2);
	content: "\00b7";
}

.bp-product-category__collection,
.bp-product-category__faq {
	background: var(--bp-color-background);
}

.bp-product-category__collection .bp-product-category__section-header--center {
	max-width: none;
}

.bp-product-category__proof {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-block: var(--bp-space-10) var(--bp-space-6);
	border-radius: var(--bp-radius-md);
	overflow: hidden;
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
}

.bp-product-category__proof li {
	padding: var(--bp-space-5);
	border-inline-end: 1px solid var(--bp-color-secondary);
	text-align: center;
	font-size: var(--bp-font-size-small);
	font-weight: var(--bp-font-weight-semibold);
}

.bp-product-category__catalog-layout {
	display: grid;
	grid-template-columns: minmax(13rem, 16rem) minmax(0, 1fr);
	align-items: start;
	gap: var(--bp-space-6);
}

.bp-product-category__catalog-results {
	min-width: 0;
}

.bp-product-category__product-types-rail {
	min-width: 0;
}

.bp-product-category__product-types {
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface);
}

.bp-product-category__product-types > summary {
	min-height: var(--bp-target-min);
	padding: var(--bp-space-4) var(--bp-space-5);
	color: var(--bp-color-text);
	font-weight: var(--bp-font-weight-bold);
	cursor: pointer;
}

.bp-product-category__product-types nav {
	padding: 0 var(--bp-space-3) var(--bp-space-4);
}

.bp-product-category__product-types ul {
	display: grid;
	gap: var(--bp-space-1);
	margin: 0;
	padding: 0;
	list-style: none;
}

.bp-product-category__product-types li {
	min-width: 0;
}

.bp-product-category__product-types :is(a, li > span) {
	display: flex;
	align-items: center;
	min-height: var(--bp-target-min);
	padding: var(--bp-space-2) var(--bp-space-3);
	border-radius: var(--bp-radius-sm);
	overflow-wrap: anywhere;
}

.bp-product-category__product-types a {
	color: var(--bp-color-link);
	font-weight: var(--bp-font-weight-semibold);
	text-decoration: none;
}

.bp-product-category__product-types a:hover {
	background: var(--bp-color-surface-subtle);
	text-decoration: underline;
}

.bp-product-category__product-types li[data-state="active"] > span {
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
	font-weight: var(--bp-font-weight-bold);
}

.bp-product-category__product-types li:is([data-state="unavailable"], [data-state="empty"]) > span {
	color: var(--bp-color-text-muted);
}

.bp-product-category__filter-shell {
	margin-bottom: var(--bp-space-3);
}

.bp-product-category__filter-shell > summary {
	display: none;
}

.bp-product-category__filters {
	padding: var(--bp-space-4);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface);
}

.bp-product-category__filters fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.bp-product-category__filter-controls {
	display: grid;
	grid-template-columns: auto repeat(4, minmax(0, 1fr));
	align-items: end;
	gap: var(--bp-space-3);
}

.bp-product-category__filters label {
	display: grid;
	min-width: 0;
	gap: var(--bp-space-1);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-semibold);
}

.bp-product-category__select-wrap {
	position: relative;
	display: block;
}

.bp-product-category__select-wrap::after {
	position: absolute;
	top: 50%;
	right: var(--bp-space-3);
	color: var(--bp-color-text-muted);
	content: "⌄";
	pointer-events: none;
	transform: translateY(-55%);
}

.bp-product-category__filters select {
	width: 100%;
	min-height: var(--bp-target-min);
	padding-inline: var(--bp-space-3) var(--bp-space-8);
	border: 1px solid var(--bp-color-border-strong);
	border-radius: var(--bp-radius-sm);
	appearance: none;
	background: var(--bp-color-surface-subtle);
	color: var(--bp-color-text);
	text-overflow: ellipsis;
}

.bp-product-category__hot-filter,
.bp-product-category__clear {
	min-height: var(--bp-target-min);
	padding-inline: var(--bp-space-4);
	border: 1px solid var(--bp-color-accent);
	border-radius: var(--bp-radius-pill);
	background: var(--bp-color-surface);
	color: var(--bp-color-accent);
	font-weight: var(--bp-font-weight-semibold);
}

.bp-product-category__hot-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--bp-space-2);
	border-color: var(--bp-color-accent);
	background: var(--bp-color-accent);
	color: var(--bp-color-text-inverse);
	opacity: 1;
}

.bp-product-category__filter-actions {
	display: flex;
	justify-content: flex-end;
	gap: var(--bp-space-3);
	margin-top: var(--bp-space-3);
}

.bp-product-category__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bp-product-category__helper {
	margin-bottom: var(--bp-space-3);
	color: var(--bp-color-text-muted);
	font-size: var(--bp-font-size-small);
}

.bp-product-category__products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: auto;
	gap: var(--bp-space-6);
	margin-inline: 0;
}

.bp-product-category__product {
	display: grid;
	grid-template-rows: auto auto;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface);
	box-shadow: var(--bp-shadow-sm);
}

.bp-product-category__product-media {
	min-width: 0;
	padding: var(--bp-space-4);
	background: var(--bp-color-surface);
}

.bp-product-category__product-image {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}

.bp-product-category__product-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: var(--bp-space-5);
}

.bp-product-category__product dl {
	display: grid;
	gap: var(--bp-space-2);
	margin-bottom: var(--bp-space-4);
	font-size: var(--bp-font-size-small);
}

.bp-product-category__product dl div {
	display: flex;
	justify-content: space-between;
	gap: var(--bp-space-3);
}

.bp-product-category__product dt {
	font-weight: var(--bp-font-weight-semibold);
}

.bp-product-category__product dd {
	margin: 0;
	color: var(--bp-color-text-muted);
	text-align: right;
}

.bp-product-category__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: var(--bp-space-2);
	margin-inline: 0;
	margin-bottom: var(--bp-space-4);
}

.bp-product-category__tags li {
	min-width: 0;
	padding: var(--bp-space-1) var(--bp-space-2);
	border-radius: var(--bp-radius-pill);
	background: var(--bp-color-surface-subtle);
	color: var(--bp-color-link);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-semibold);
}

.bp-product-category__benefit {
	margin-bottom: var(--bp-space-4);
	color: var(--bp-color-text-muted);
	font-size: var(--bp-font-size-small);
}

.bp-product-category__product .bp-button {
	width: 100%;
	margin-top: var(--bp-space-4);
	opacity: 1;
}

.bp-product-category__view-more {
	display: flex;
	justify-content: center;
	margin-top: var(--bp-space-8);
}

.bp-product-category__empty {
	padding: var(--bp-space-8);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface);
	text-align: center;
}

.bp-product-category__oem {
	padding-block: var(--bp-space-section);
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
}

.bp-product-category__oem h2,
.bp-product-category__oem h3 {
	color: inherit;
}

.bp-product-category__oem-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 1fr);
	align-items: center;
	gap: var(--bp-space-16);
}

.bp-product-category__oem-content {
	display: grid;
	gap: var(--bp-space-8);
}

.bp-product-category__oem-media,
.bp-product-category__manufacturing-media {
	margin: 0;
	overflow: hidden;
	border-radius: var(--bp-radius-lg);
}

.bp-product-category__media-placeholder {
	min-height: clamp(16rem, 32vw, 34rem);
	place-content: center;
	padding: var(--bp-space-6);
	background: linear-gradient(135deg, var(--bp-color-surface) 0%, var(--bp-color-background) 100%);
	border: 1px solid var(--bp-color-border);
	color: var(--bp-color-text-muted);
	text-align: center;
}

.bp-product-category__media-placeholder figcaption {
	max-width: 18rem;
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-semibold);
}

.bp-product-category__oem-image {
	display: block;
	width: 100%;
	aspect-ratio: 5 / 4;
	object-fit: cover;
}

.bp-product-category__evidence {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--bp-space-3);
	margin-top: var(--bp-space-4);
}

.bp-product-category__evidence figure {
	margin: 0;
}

.bp-product-category__evidence-image {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.bp-product-category__evidence figcaption {
	padding-top: var(--bp-space-2);
	font-size: var(--bp-font-size-caption);
}

.bp-product-category__steps {
	display: grid;
	gap: var(--bp-space-8);
	padding: 0;
	list-style: none;
}

.bp-product-category__steps li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: var(--bp-space-5);
	align-items: start;
}

.bp-product-category__manufacturing-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	gap: var(--bp-space-8);
	margin-top: var(--bp-space-8);
}

.bp-product-category__manufacturing-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 28rem;
	object-fit: cover;
}

.bp-product-category__capabilities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--bp-space-5);
}

.bp-product-category__capabilities article {
	height: 100%;
	padding: var(--bp-space-6);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-background);
}

.bp-product-category__capabilities article > span {
	display: block;
	margin-bottom: var(--bp-space-5);
	color: var(--bp-color-accent);
	font-weight: var(--bp-font-weight-bold);
}

.bp-product-category__faq-items {
	display: grid;
	gap: var(--bp-space-3);
}

.bp-product-category__faq-items details {
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface);
}

.bp-product-category__faq-items summary {
	min-height: var(--bp-target-min);
	padding: var(--bp-space-5);
	cursor: pointer;
	font-weight: var(--bp-font-weight-semibold);
}

.bp-product-category__faq-items details p {
	padding: 0 var(--bp-space-5) var(--bp-space-5);
}

.bp-product-category__final {
	padding-block: var(--bp-space-section-compact);
	background: var(--bp-color-primary-hover);
	color: var(--bp-color-text-inverse);
	text-align: center;
}

.bp-product-category__final h2 {
	max-width: 48rem;
	margin-inline: auto;
	color: inherit;
}

.bp-product-category__final > .bp-container > p:not(.bp-product-category__eyebrow) {
	max-width: 45rem;
	margin-inline: auto;
}

.bp-product-category__final .bp-product-category__actions {
	justify-content: center;
}

.bp-product-category__whatsapp {
	position: fixed;
	right: var(--bp-space-5);
	bottom: var(--bp-space-6);
	z-index: var(--bp-z-sticky);
	min-height: var(--bp-target-min);
	padding: var(--bp-space-3) var(--bp-space-5);
	border: 0;
	border-radius: var(--bp-radius-pill);
	background: var(--bp-color-accent);
	color: var(--bp-color-text-inverse);
	font-weight: var(--bp-font-weight-bold);
	box-shadow: var(--bp-shadow-elevated);
	opacity: 1;
}

.bp-product-category__mobile-actions {
	display: none;
}

@media (max-width: 79.9375rem) {
	.bp-product-category__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-product-category__filter-controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-product-category__hot-filter {
		grid-column: 1 / -1;
	}

	.bp-product-category__hot-filter,
	.bp-product-category__filters .bp-button,
	.bp-product-category__clear {
		width: 100%;
	}
}

@media (min-width: 80rem) {
	.page-template-product-first-level-category .bp-home-header__inner {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		min-height: 5rem;
		column-gap: var(--bp-space-6);
	}

	.page-template-product-first-level-category .bp-home-header__brand {
		font-size: 1.5rem;
	}

	.page-template-product-first-level-category .bp-home-header__nav {
		display: flex;
		justify-self: center;
		width: auto;
		margin: 0;
		gap: var(--bp-space-4);
		font-size: 0.875rem;
		font-weight: var(--bp-font-weight-semibold);
	}

	.page-template-product-first-level-category .bp-home-header__actions {
		display: flex;
		justify-self: end;
		width: auto;
	}

	.bp-product-category__collection .bp-product-category__section-header--center h2 {
		white-space: nowrap;
	}

	.bp-product-category__tags {
		flex-wrap: nowrap;
		gap: var(--bp-space-2);
	}

	.bp-product-category__tags li {
		padding-inline: var(--bp-space-1);
		font-size: 0.6875rem;
		white-space: nowrap;
	}
}

@media (max-width: 63.9375rem) {
	.bp-product-category__hero-grid,
	.bp-product-category__overview-grid,
	.bp-product-category__oem-grid,
	.bp-product-category__manufacturing-grid,
	.bp-product-category__faq-grid {
		grid-template-columns: 1fr;
	}

	.bp-product-category__hero-media {
		max-width: 34rem;
		margin-inline: auto;
	}

	.bp-product-category__proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 64rem) {
	.bp-product-category__catalog-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.bp-product-category__product-types-rail {
		position: static;
	}

	.bp-product-category__product-types > summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.bp-product-category__capabilities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 64.0625rem) {
	.bp-product-category__product-types-rail {
		position: sticky;
		top: var(--bp-space-6);
	}
}

@media (max-width: 47.9375rem) {
	.bp-product-category h1 {
		font-size: clamp(2.25rem, 10vw, 3.25rem);
	}

	.bp-product-category__hero,
	.bp-product-category__oem,
	.bp-product-category__manufacturing,
	.bp-product-category__faq {
		padding-block: var(--bp-space-section-compact);
	}

	.bp-product-category__overview,
	.bp-product-category__collection {
		padding-block: max(var(--bp-space-8), calc(var(--bp-space-section-compact) / 2));
	}

	.bp-product-category__hero-grid {
		gap: var(--bp-space-8);
	}

	.bp-product-category__filter-shell > summary {
		display: flex;
		align-items: center;
		min-height: var(--bp-target-min);
		padding: var(--bp-space-3) var(--bp-space-4);
		border: 1px solid var(--bp-color-accent);
		border-radius: var(--bp-radius-md);
		background: var(--bp-color-surface);
		color: var(--bp-color-link);
		font-weight: var(--bp-font-weight-semibold);
		cursor: pointer;
	}

	.bp-product-category__filter-shell:not([open]) .bp-product-category__filters {
		display: none;
	}

	.bp-product-category__filters {
		margin-top: var(--bp-space-3);
	}

	.bp-product-category__filter-controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-product-category__products {
		gap: var(--bp-space-3);
	}

	.bp-product-category__product-body {
		padding: var(--bp-space-3);
	}

	.bp-product-category__product h3 {
		font-size: var(--bp-font-size-small);
	}

	.bp-product-category__product dl,
	.bp-product-category__benefit,
	.bp-product-category__product .bp-button {
		font-size: var(--bp-font-size-caption);
	}

	.bp-product-category__product dl div {
		display: grid;
		gap: 0;
	}

	.bp-product-category__product dd {
		text-align: left;
	}

	.bp-product-category__tags li {
		font-size: 0.6875rem;
	}

	.bp-product-category__evidence {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-product-category__capabilities {
		grid-template-columns: minmax(0, 1fr);
	}

	.bp-product-category__whatsapp {
		display: none;
	}

	.bp-product-category__mobile-actions {
		position: sticky;
		bottom: 0;
		z-index: var(--bp-z-sticky);
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--bp-space-2);
		padding: var(--bp-space-2);
		background: var(--bp-color-surface);
		box-shadow: var(--bp-shadow-elevated);
	}

	.bp-product-category__mobile-actions button {
		min-height: var(--bp-target-min);
		border: 0;
		border-radius: var(--bp-radius-sm);
		background: var(--bp-color-primary);
		color: var(--bp-color-text-inverse);
		font-weight: var(--bp-font-weight-bold);
		opacity: 1;
	}
}

@media (max-width: 22rem) {
	.bp-product-category__filter-controls {
		grid-template-columns: 1fr;
	}

	.bp-product-category__products {
		gap: var(--bp-space-2);
	}

	.bp-product-category__product-media,
	.bp-product-category__product-body {
		padding: var(--bp-space-2);
	}

	.bp-product-category__tags {
		gap: var(--bp-space-1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bp-product-category__route {
		transition: none;
	}
}

.bp-product-category--placeholder .bp-product-category__products--placeholder {
	margin-bottom: var(--bp-space-6);
}

.bp-product-category--placeholder .bp-product-category__product--placeholder {
	min-height: 100%;
}

.bp-product-category--placeholder .bp-product-category__product--placeholder .bp-product-category__product-media {
	min-height: 10rem;
	background: var(--bp-color-surface-subtle);
}

.bp-product-category--placeholder .bp-product-category__product--placeholder .bp-product-category__product-body {
	display: grid;
	gap: var(--bp-space-3);
}

.bp-product-category--placeholder .bp-product-category__product--placeholder span {
	display: block;
	min-height: var(--bp-space-3);
	border-radius: var(--bp-radius-sm);
	background: var(--bp-color-surface-subtle);
}

.bp-product-category--placeholder .bp-product-category__product--placeholder span:nth-child(2) {
	width: 80%;
}

.bp-product-category--placeholder .bp-product-category__product--placeholder span:nth-child(3) {
	width: 60%;
}
