.apc-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 24px 0;
}

.apc-filter-bar {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 24px;
	padding: 16px;
}

.apc-filter-bar__field {
	min-width: 0;
}

.apc-filter-bar label {
	color: #334155;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
}

.apc-filter-bar input,
.apc-filter-bar select {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	color: #172033;
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

.apc-filter-bar__actions {
	align-items: end;
	display: flex;
	gap: 10px;
}

.apc-product-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.apc-product-card:hover {
	border-color: #9aa8b8;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.apc-product-card__image {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f4f7f9;
	display: flex;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
}

.apc-product-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.apc-product-card__placeholder,
.apc-single__placeholder {
	color: #64748b;
	font-size: 14px;
}

.apc-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
}

.apc-product-card__category,
.apc-eyebrow {
	color: #25615f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.apc-product-card__title {
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
}

.apc-product-card__title a {
	color: #172033;
	text-decoration: none;
}

.apc-product-card__description {
	color: #475569;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 8px;
}

.apc-product-card__code {
	color: #334155;
	font-size: 14px;
	font-weight: 700;
	margin: -2px 0 0;
}

.apc-featured-products {
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.apc-featured-products .apc-product-card__body {
	gap: 8px;
	padding: 12px;
}

.apc-featured-products .apc-product-card__image {
	aspect-ratio: 1 / 1;
}

.apc-featured-products .apc-product-card__category,
.apc-featured-products .apc-product-card__description {
	display: none;
}

.apc-featured-products .apc-product-card__title {
	font-size: 16px;
}

.apc-featured-products .apc-button {
	font-size: 13px;
	min-height: 36px;
	padding: 8px 12px;
}

.apc-button {
	align-items: center;
	background: #194b55;
	border: 1px solid #194b55;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	margin-top: auto;
	min-height: 42px;
	padding: 10px 16px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.apc-button:hover,
.apc-button:focus {
	background: #0f3239;
	border-color: #0f3239;
	color: #fff;
}

.apc-button--secondary {
	background: transparent;
	color: #194b55;
}

.apc-button--secondary:hover,
.apc-button--secondary:focus {
	background: #194b55;
	color: #fff;
}

.apc-button--whatsapp {
	background: #1f8f54;
	border-color: #1f8f54;
}

.apc-button--whatsapp:hover,
.apc-button--whatsapp:focus {
	background: #14683d;
	border-color: #14683d;
}

.apc-empty {
	color: #64748b;
}

.apc-single {
	background: #fff;
	color: #172033;
}

.apc-single__wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 48px 20px;
}

.apc-single__hero {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	margin-bottom: 42px;
}

.apc-single__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f4f7f9;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.apc-single__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.apc-single__title {
	font-size: clamp(32px, 5vw, 54px);
	line-height: 1.05;
	margin: 10px 0 18px;
}

.apc-meta-row {
	color: #334155;
	margin: 8px 0;
}

.apc-single__short {
	color: #475569;
	font-size: 18px;
	line-height: 1.7;
	margin: 22px 0;
}

.apc-single__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.apc-single__content {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr);
}

.apc-content-block {
	border-top: 1px solid #e2e8f0;
	padding-top: 28px;
}

.apc-content-block h2,
.apc-related h2 {
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 16px;
}

.apc-rich-text {
	color: #334155;
	line-height: 1.75;
}

.apc-file-list {
	margin: 0;
	padding-left: 20px;
}

.apc-file-list a {
	color: #194b55;
	font-weight: 700;
}

.apc-related {
	margin-top: 42px;
}

@media (max-width: 760px) {
	.apc-product-grid {
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.apc-filter-bar {
		grid-template-columns: 1fr;
	}

	.apc-filter-bar__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.apc-single__wrap {
		padding: 28px 16px;
	}

	.apc-single__hero {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.apc-single__title {
		font-size: 34px;
	}

	.apc-single__actions {
		align-items: stretch;
		flex-direction: column;
	}
}
