/**
 * WooCommerce product category catalog — Industrial Precision layout (P1).
 * Loaded on body.oemitra-product-catalog (product_cat archives only).
 */

body.oemitra-product-catalog {
	--cat-max: var(--oemitra-max, 1280px);
	--cat-pad: var(--oemitra-section-y, clamp(3rem, 6vw, 4.5rem));
	--cat-gap: var(--oemitra-gap, 1.25rem);
	--cat-radius: var(--oemitra-radius-card, 16px);
	--cat-shadow: var(--oemitra-shadow-card);
	--cat-shadow-hover: var(--oemitra-shadow-hover);
	--cat-primary: var(--oemitra-primary, #0f2b5b);
	--cat-primary-light: var(--oemitra-primary-light, #1a3f7a);
	--cat-accent: var(--oemitra-accent, #f59e0b);
	--cat-surface: var(--oemitra-surface-alt, #f8fafc);
	--cat-border: var(--oemitra-border, #e2e8f0);
	--cat-muted: var(--oemitra-muted, #64748b);
	--cat-card-img-min: 11.5rem;
}

body.oemitra-product-catalog #content,
body.oemitra-product-catalog .site-main,
body.oemitra-product-catalog .oemitra-catalog-main {
	overflow-x: clip;
}

body.oemitra-product-catalog #secondary,
body.oemitra-product-catalog .widget-area,
body.oemitra-product-catalog .woocommerce-sidebar {
	display: none !important;
}

body.oemitra-product-catalog .oemitra-wrap {
	width: min(100%, var(--cat-max));
	max-width: var(--cat-max);
	margin-inline: auto;
	padding-inline: clamp(1rem, 3vw, 1.5rem);
	box-sizing: border-box;
}

/* =========================================================================
   Hero
   ========================================================================= */
body.oemitra-product-catalog .sec-catalog-hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(2.75rem, 5.5vw, 4rem);
	background:
		radial-gradient(ellipse 80% 60% at 100% 0%, rgba(245, 158, 11, 0.14), transparent 55%),
		linear-gradient(135deg, #081a38 0%, #0f2b5b 45%, #1a3f7a 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.oemitra-product-catalog .sec-catalog-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.04) 1px, transparent 0);
	background-size: 24px 24px;
	pointer-events: none;
}

body.oemitra-product-catalog .sec-catalog-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	max-width: 46rem;
}

body.oemitra-product-catalog .sec-catalog-hero__breadcrumb .woocommerce-breadcrumb {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.75);
}

body.oemitra-product-catalog .sec-catalog-hero__breadcrumb .woocommerce-breadcrumb a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

body.oemitra-product-catalog .sec-catalog-hero__breadcrumb .woocommerce-breadcrumb a:hover {
	color: var(--cat-accent);
}

body.oemitra-product-catalog .sec-catalog-hero__title {
	margin: 0;
	font-family: "Hanken Grotesk", "DM Sans", system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 2.875rem);
	line-height: 1.08;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
}

body.oemitra-product-catalog .sec-catalog-hero__intro,
body.oemitra-product-catalog .sec-catalog-hero__intro p {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

body.oemitra-product-catalog .sec-catalog-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.25rem;
}

body.oemitra-product-catalog .sec-catalog-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.75rem 1.25rem;
	font-weight: 700;
	font-size: 0.9375rem;
	text-decoration: none;
	border-radius: 10px;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.oemitra-product-catalog .sec-catalog-hero__cta--primary {
	color: #1b1c1c;
	background: var(--cat-accent);
	border: 2px solid var(--cat-accent);
}

body.oemitra-product-catalog .sec-catalog-hero__cta--primary:hover {
	transform: translateY(-1px);
	color: #1b1c1c;
}

body.oemitra-product-catalog .sec-catalog-hero__cta--secondary {
	color: #fff;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.35);
}

body.oemitra-product-catalog .sec-catalog-hero__cta--secondary:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

/* Pilot — slightly wider hero rhythm */
body.oemitra-product-catalog.oemitra-catalog-pilot .sec-catalog-hero__inner {
	max-width: 52rem;
}

/* =========================================================================
   Trust strip
   ========================================================================= */
body.oemitra-product-catalog .sec-catalog-trust {
	padding-block: 1.25rem;
	background: var(--cat-surface);
	border-bottom: 1px solid var(--cat-border);
}

body.oemitra-product-catalog .sec-catalog-trust__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.oemitra-product-catalog .sec-catalog-trust__item {
	padding: 0.75rem 1rem;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--cat-primary);
	text-align: center;
	background: #fff;
	border: 1px solid var(--cat-border);
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

body.oemitra-product-catalog .sec-catalog-trust__item::before {
	content: "✓ ";
	color: var(--cat-accent);
	font-weight: 800;
}

/* =========================================================================
   Grid toolbar
   ========================================================================= */
body.oemitra-product-catalog .sec-catalog-grid {
	padding-block: var(--cat-pad);
	background: #fff;
}

body.oemitra-product-catalog .sec-catalog-grid__inner > .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

body.oemitra-product-catalog .sec-catalog-grid__inner > .woocommerce-result-count,
body.oemitra-product-catalog .sec-catalog-grid__inner > .woocommerce-ordering {
	margin: 0 0 1.5rem;
}

body.oemitra-product-catalog .sec-catalog-grid__inner:has(.woocommerce-result-count):has(.woocommerce-ordering) {
	display: block;
}

body.oemitra-product-catalog .sec-catalog-grid__inner .woocommerce-result-count {
	float: left;
	font-size: 0.9375rem;
	color: var(--cat-muted);
	line-height: 2.75rem;
}

body.oemitra-product-catalog .sec-catalog-grid__inner .woocommerce-ordering {
	float: right;
}

body.oemitra-product-catalog .sec-catalog-grid__inner .woocommerce-ordering select {
	min-height: 2.75rem;
	padding: 0.5rem 2rem 0.5rem 0.75rem;
	font-size: 0.9375rem;
	border: 1px solid var(--cat-border);
	border-radius: 10px;
	background: #fff;
	color: var(--cat-primary);
}

body.oemitra-product-catalog .sec-catalog-grid__inner::after {
	content: "";
	display: table;
	clear: both;
}

/* =========================================================================
   Product grid
   ========================================================================= */
body.oemitra-product-catalog .sec-catalog-grid__inner {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: var(--cat-gap);
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	clear: both;
	float: none !important;
	box-sizing: border-box;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products::before,
body.oemitra-product-catalog .sec-catalog-grid ul.products::after {
	display: none !important;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products[class*="columns-"] li.product,
body.oemitra-product-catalog .sec-catalog-grid ul.products li.product {
	display: flex;
	flex-direction: column;
	height: 100%;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 1rem 1rem 1.125rem;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--cat-border);
	border-radius: var(--cat-radius);
	box-shadow: var(--cat-shadow);
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products li.product:hover {
	border-color: rgba(15, 43, 91, 0.2);
	box-shadow: var(--cat-shadow-hover);
	transform: translateY(-4px);
}

body.oemitra-product-catalog .sec-catalog-grid ul.products li.product a.woocommerce-loop-product__link {
	display: flex !important;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

body.oemitra-product-catalog .oemitra-catalog-card__model {
	display: inline-flex;
	align-self: flex-start;
	margin: 0 0 0.5rem;
	padding: 0.25rem 0.625rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--cat-primary);
	background: var(--cat-surface);
	border: 1px solid var(--cat-border);
	border-radius: 999px;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products li.product a img {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: var(--cat-card-img-min);
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
	margin: 0 0 0.75rem !important;
	padding: 0.75rem;
	background: linear-gradient(160deg, #f8fafc 0%, #f1f5f9 100%);
	border-radius: 12px;
	border: 1px solid var(--cat-border);
	box-sizing: border-box;
	box-shadow: none !important;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products li.product .woocommerce-loop-product__title {
	font-family: "Hanken Grotesk", "DM Sans", system-ui, sans-serif;
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	color: #0f172a !important;
	padding: 0 !important;
	margin: 0 0 0.75rem !important;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products li.product:has(.request-quote-wrapper) a.button.product_type_simple {
	display: none !important;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products li.product .request-quote-wrapper {
	width: 100%;
	margin-top: auto !important;
	margin-bottom: 0 !important;
	padding-top: 0.25rem;
	text-align: center;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products li.product .request-quote-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 2.75rem;
	margin: 0 !important;
	padding: 0.75rem 0.625rem !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	border-radius: 10px !important;
	background: var(--cat-primary) !important;
	border: 0 !important;
	color: #fff !important;
	cursor: pointer;
	box-sizing: border-box;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products li.product .request-quote-btn:hover {
	background: var(--cat-primary-light) !important;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products .price {
	display: none;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products .button,
body.oemitra-product-catalog .sec-catalog-grid ul.products a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 2.75rem;
	box-sizing: border-box;
	margin-top: auto;
	padding: 0.75rem 1rem !important;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 10px;
	background: var(--cat-primary) !important;
	border: 0 !important;
	color: #fff !important;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

body.oemitra-product-catalog .sec-catalog-grid ul.products .button:hover,
body.oemitra-product-catalog .sec-catalog-grid ul.products a.button:hover {
	background: var(--cat-primary-light) !important;
	transform: translateY(-1px);
	color: #fff !important;
}

/* Pilot — larger card images */
body.oemitra-product-catalog.oemitra-catalog-pilot {
	--cat-card-img-min: 12.5rem;
}

body.oemitra-product-catalog.oemitra-catalog-pilot .sec-catalog-grid ul.products li.product {
	padding: 1.125rem 1.125rem 1.25rem;
}

/* =========================================================================
   Empty state (smartwatches)
   ========================================================================= */
body.oemitra-product-catalog .oemitra-catalog-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
	padding: clamp(2rem, 5vw, 3rem);
	background: var(--cat-surface);
	border: 1px dashed var(--cat-border);
	border-radius: var(--cat-radius);
}

body.oemitra-product-catalog .oemitra-catalog-empty__icon {
	font-size: 2.5rem;
	line-height: 1;
	opacity: 0.85;
}

body.oemitra-product-catalog .oemitra-catalog-empty__title {
	margin: 0;
	font-family: "Hanken Grotesk", "DM Sans", system-ui, sans-serif;
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	color: var(--cat-primary);
}

body.oemitra-product-catalog .oemitra-catalog-empty__text {
	margin: 0;
	max-width: 32rem;
	font-size: 0.975rem;
	line-height: 1.6;
	color: var(--cat-muted);
}

body.oemitra-product-catalog .oemitra-catalog-empty__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

body.oemitra-product-catalog .oemitra-catalog-empty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.75rem 1.25rem;
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	border: 2px solid transparent;
}

body.oemitra-product-catalog .oemitra-catalog-empty__btn--primary {
	background: var(--cat-primary);
	color: #fff;
}

body.oemitra-product-catalog .oemitra-catalog-empty__btn--secondary {
	background: var(--cat-accent);
	color: #1b1c1c;
}

body.oemitra-product-catalog .oemitra-catalog-empty__btn--ghost {
	background: #fff;
	color: var(--cat-primary);
	border-color: var(--cat-border);
}

/* =========================================================================
   Mid CTA band
   ========================================================================= */
body.oemitra-product-catalog .sec-catalog-mid-cta {
	padding-block: 1.5rem;
	background: var(--cat-surface);
	border-block: 1px solid var(--cat-border);
}

body.oemitra-product-catalog .sec-catalog-mid-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

body.oemitra-product-catalog .sec-catalog-mid-cta__text {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: var(--cat-primary);
}

body.oemitra-product-catalog .sec-catalog-mid-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

body.oemitra-product-catalog .sec-catalog-mid-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.65rem 1.125rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	border: 2px solid transparent;
	white-space: nowrap;
}

body.oemitra-product-catalog .sec-catalog-mid-cta__btn--primary {
	background: var(--cat-primary);
	color: #fff;
}

body.oemitra-product-catalog .sec-catalog-mid-cta__btn--secondary {
	background: #fff;
	color: var(--cat-primary);
	border-color: var(--cat-border);
}

body.oemitra-product-catalog .sec-catalog-mid-cta__btn--ghost {
	background: transparent;
	color: var(--cat-primary);
	border-color: var(--cat-primary);
}

/* =========================================================================
   Bottom CTA
   ========================================================================= */
body.oemitra-product-catalog .sec-catalog-cta {
	padding-block: clamp(3rem, 6vw, 4rem);
	background:
		radial-gradient(ellipse 70% 80% at 100% 0%, rgba(245, 158, 11, 0.12), transparent 50%),
		linear-gradient(145deg, #0a1f42, #0f2b5b 55%, #1e3a6e);
}

body.oemitra-product-catalog .sec-catalog-cta__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
	max-width: 40rem;
}

body.oemitra-product-catalog .sec-catalog-cta__title {
	margin: 0;
	font-family: "Hanken Grotesk", "DM Sans", system-ui, sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.2;
	color: #fff;
}

body.oemitra-product-catalog .sec-catalog-cta__text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

body.oemitra-product-catalog .sec-catalog-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.25rem;
}

body.oemitra-product-catalog .sec-catalog-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.85rem 1.5rem;
	font-weight: 700;
	font-size: 0.9375rem;
	text-decoration: none;
	border-radius: 12px;
	border: 2px solid transparent;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.oemitra-product-catalog .sec-catalog-cta__button--primary {
	color: #1b1c1c;
	background: var(--cat-accent);
}

body.oemitra-product-catalog .sec-catalog-cta__button--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35);
	color: #1b1c1c;
}

body.oemitra-product-catalog .sec-catalog-cta__button--secondary {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
}

body.oemitra-product-catalog .sec-catalog-cta__button--ghost {
	color: #fff;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.5);
}

/* =========================================================================
   Pagination
   ========================================================================= */
body.oemitra-product-catalog .sec-catalog-grid nav.woocommerce-pagination {
	margin-top: 2.5rem;
	text-align: center;
	clear: both;
}

body.oemitra-product-catalog .sec-catalog-grid nav.woocommerce-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

body.oemitra-product-catalog .sec-catalog-grid nav.woocommerce-pagination ul li {
	border: 0;
}

body.oemitra-product-catalog .sec-catalog-grid nav.woocommerce-pagination ul li a,
body.oemitra-product-catalog .sec-catalog-grid nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0 0.75rem;
	font-weight: 600;
	font-size: 0.9375rem;
	color: var(--cat-primary);
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--cat-border);
	border-radius: 10px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body.oemitra-product-catalog .sec-catalog-grid nav.woocommerce-pagination ul li a:hover,
body.oemitra-product-catalog .sec-catalog-grid nav.woocommerce-pagination ul li span.current {
	background: var(--cat-primary);
	border-color: var(--cat-primary);
	color: #fff;
}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1024px) {
	body.oemitra-product-catalog .sec-catalog-trust__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.oemitra-product-catalog .sec-catalog-grid ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	body.oemitra-product-catalog {
		--cat-card-img-min: 7.5rem;
	}

	body.oemitra-product-catalog .sec-catalog-hero {
		padding-block: 2rem;
	}

	body.oemitra-product-catalog .sec-catalog-hero__title {
		font-size: clamp(1.75rem, 6vw, 2.25rem);
	}

	body.oemitra-product-catalog .sec-catalog-hero__actions {
		flex-direction: column;
		width: 100%;
	}

	body.oemitra-product-catalog .sec-catalog-hero__cta {
		width: 100%;
		justify-content: center;
	}

	body.oemitra-product-catalog .sec-catalog-trust__list {
		grid-template-columns: 1fr;
	}

	body.oemitra-product-catalog .sec-catalog-grid {
		padding-block: 2.5rem;
	}

	body.oemitra-product-catalog .oemitra-wrap {
		padding-inline: 1rem;
	}

	body.oemitra-product-catalog .sec-catalog-grid ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.75rem;
	}

	body.oemitra-product-catalog .sec-catalog-grid ul.products li.product {
		padding: 0.75rem 0.75rem 0.875rem;
	}

	body.oemitra-product-catalog .sec-catalog-grid ul.products li.product a img {
		min-height: var(--cat-card-img-min);
		padding: 0.5rem;
		margin-bottom: 0.625rem !important;
		border-radius: 10px;
	}

	body.oemitra-product-catalog .sec-catalog-grid ul.products li.product .woocommerce-loop-product__title {
		font-size: 0.8125rem !important;
		line-height: 1.35 !important;
		margin-bottom: 0.625rem !important;
	}

	body.oemitra-product-catalog .sec-catalog-grid ul.products li.product .request-quote-btn,
	body.oemitra-product-catalog .sec-catalog-grid ul.products .button,
	body.oemitra-product-catalog .sec-catalog-grid ul.products a.button {
		min-height: 2.75rem;
		padding: 0.75rem 0.5rem !important;
		font-size: 0.8125rem !important;
	}

	body.oemitra-product-catalog .sec-catalog-grid__inner .woocommerce-result-count,
	body.oemitra-product-catalog .sec-catalog-grid__inner .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	body.oemitra-product-catalog .sec-catalog-grid__inner .woocommerce-ordering select {
		width: 100%;
	}

	body.oemitra-product-catalog .sec-catalog-mid-cta__inner {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	body.oemitra-product-catalog .sec-catalog-mid-cta__actions {
		flex-direction: column;
		width: 100%;
	}

	body.oemitra-product-catalog .sec-catalog-mid-cta__btn {
		width: 100%;
		justify-content: center;
	}

	body.oemitra-product-catalog .sec-catalog-cta {
		padding-block: 2.5rem;
	}

	body.oemitra-product-catalog .sec-catalog-cta__actions {
		flex-direction: column;
		width: 100%;
	}

	body.oemitra-product-catalog .sec-catalog-cta__button {
		width: 100%;
		max-width: 20rem;
	}

	body.oemitra-product-catalog .oemitra-catalog-empty {
		scroll-margin-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
	}

	body.oemitra-product-catalog .sec-catalog-grid:has(.oemitra-catalog-empty) {
		padding-bottom: 2.5rem;
	}

	body.oemitra-product-catalog .oemitra-catalog-empty__actions {
		flex-direction: column;
		width: 100%;
		margin-bottom: calc(3.5rem + env(safe-area-inset-bottom, 0px));
	}

	body.oemitra-product-catalog .oemitra-catalog-empty__btn {
		width: 100%;
		max-width: 20rem;
		scroll-margin-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
	}
}
