/**
 * STX Bullseye - request catalog styling.
 * Classes: stx-retail-* (used on catalog + homepage product grids).
 */

/* Catalog page: full light shell */
body.stx-catalog-page {
	background: #020617;
	background-image:
		radial-gradient(ellipse 70% 45% at 28% 0%, rgba(245, 158, 11, 0.12), transparent 62%),
		linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.035) 1px, transparent 1px),
		linear-gradient(145deg, #020617 0%, #0f172a 100%);
	background-size: auto, 44px 44px, 44px 44px, auto;
}

body.stx-catalog-page .site-shell {
	background: transparent;
}

body.stx-catalog-page footer {
	background: #020617;
	border-top-color: rgba(245, 158, 11, 0.2);
}

body.stx-catalog-page footer .text-slate-300,
body.stx-catalog-page footer .text-slate-200,
body.stx-catalog-page footer .text-slate-400 {
	color: #cbd5e1;
}

body.stx-catalog-page footer h2.text-amber-300 {
	color: #fbbf24;
}

.stx-retail-catalog {
	max-width: 1400px;
	margin: 0 auto;
	padding: 1.5rem 1.8rem 3rem;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	color: #e2e8f0;
}

.stx-retail-catalog * {
	box-sizing: border-box;
}

.stx-retail-top-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.stx-retail-brand {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	color: inherit;
}

.stx-retail-brand-icon {
	background: rgba(15, 23, 42, 0.86);
	border: 1px solid rgba(245, 158, 11, 0.24);
	border-radius: 14px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.15);
	flex-shrink: 0;
}

.stx-retail-brand-icon svg {
	width: 30px;
	height: 30px;
	color: #f59e0b;
}

.stx-retail-brand-text h1 {
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: -0.4px;
	margin: 0;
	background: linear-gradient(135deg, #fff7ed, #f59e0b);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.stx-retail-brand-text p {
	font-size: 0.7rem;
	font-weight: 500;
	color: #cbd5e1;
	letter-spacing: 0.3px;
	margin: 0.2rem 0 0;
	text-transform: none;
}

.stx-retail-top-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
}

.stx-retail-helper-pill {
	background: rgba(15, 23, 42, 0.75);
	padding: 0.4rem 1rem;
	border-radius: 40px;
	font-size: 0.8rem;
	font-weight: 500;
	color: #fbbf24;
	max-width: min(100%, 20rem);
	line-height: 1.35;
}

.stx-retail-results-count {
	font-size: 0.8rem;
	background: rgba(15, 23, 42, 0.75);
	padding: 0.4rem 1rem;
	border-radius: 32px;
	font-weight: 600;
	color: #cbd5e1;
}

.stx-retail-hero {
	margin-bottom: 1.5rem;
}

.stx-retail-hero-badge {
	display: inline-flex;
	border-radius: 999px;
	background: rgba(245, 158, 11, 0.12);
	padding: 0.35rem 0.85rem;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fbbf24;
	border: 1px solid rgba(245, 158, 11, 0.28);
}

.stx-retail-hero h2 {
	margin: 0.75rem 0 0;
	font-size: clamp(1.65rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
}

.stx-retail-hero p {
	margin: 0.75rem 0 0;
	max-width: 42rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #cbd5e1;
}

.stx-retail-hero .stx-retail-hero-sub {
	font-size: 0.85rem;
	color: #94a3b8;
}

.stx-retail-compliance {
	margin-top: 1.25rem;
	padding: 1rem 1.25rem;
	border-radius: 1rem;
	border: 1px solid rgba(245, 158, 11, 0.18);
	background: rgba(15, 23, 42, 0.74);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 36px rgba(0, 0, 0, 0.24);
}

.stx-retail-compliance h3 {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #f8fafc;
}

.stx-retail-compliance ul {
	margin: 0;
	padding-left: 1.1rem;
	font-size: 0.8rem;
	line-height: 1.55;
	color: #cbd5e1;
}

/* Category rail */
.stx-retail-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin: 1.8rem 0 1.5rem;
	background: rgba(15, 23, 42, 0.72);
	backdrop-filter: blur(14px);
	padding: 0.6rem 0.2rem;
	border-radius: 60px;
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.stx-retail-cat-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	padding: 0.6rem 1.4rem;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 40px;
	color: #e2e8f0;
	cursor: pointer;
	transition: all 0.2s ease;
	font-family: inherit;
	text-decoration: none;
}

a.stx-retail-cat-btn:hover {
	background: rgba(245, 158, 11, 0.12);
	color: #fbbf24;
}

.stx-retail-cat-btn.is-active {
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	color: #fff7ed;
	box-shadow: 0 10px 24px rgba(194, 65, 12, 0.24);
}

/* Controls */
.stx-retail-controls,
form.stx-retail-controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	background: rgba(15, 23, 42, 0.78);
	border-radius: 56px;
	padding: 0.4rem 0.8rem 0.4rem 1.4rem;
	margin-bottom: 2rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 36px rgba(0, 0, 0, 0.24);
	border: 1px solid rgba(148, 163, 184, 0.18);
	width: 100%;
}

.stx-retail-search-box {
	flex: 3;
	min-width: 220px;
	display: flex;
	align-items: center;
	background: rgba(2, 6, 23, 0.56);
	border-radius: 48px;
	padding: 0.3rem 1rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.stx-retail-search-box svg {
	width: 18px;
	height: 18px;
	color: #f59e0b;
	margin-right: 8px;
	flex-shrink: 0;
}

.stx-retail-search-box input[type='search'],
.stx-retail-search-box input[type='text'] {
	background: transparent;
	border: none;
	padding: 0.7rem 0;
	width: 100%;
	color: #f8fafc;
	font-size: 0.95rem;
	font-weight: 500;
	outline: none;
	font-family: inherit;
}

.stx-retail-search-box input::placeholder {
	color: #94a3b8;
	font-weight: 400;
}

.stx-retail-filter-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
}

.stx-retail-filter-select {
	background: rgba(2, 6, 23, 0.56);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 40px;
	padding: 0.55rem 1.2rem;
	color: #f8fafc;
	font-size: 0.8rem;
	font-weight: 500;
	cursor: pointer;
	font-family: inherit;
	max-width: 100%;
}

.stx-retail-controls-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.stx-retail-btn-primary {
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	color: #fff7ed;
	border: none;
	border-radius: 40px;
	padding: 0.55rem 1.25rem;
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	font-family: inherit;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.stx-retail-btn-primary:hover {
	filter: brightness(1.06);
}

.stx-retail-btn-ghost {
	background: rgba(15, 23, 42, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.2);
	color: #e2e8f0;
	border-radius: 40px;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.stx-retail-btn-ghost:hover {
	border-color: #c2410c;
	color: #c2410c;
}

.stx-retail-section-title {
	font-size: 1.35rem;
	font-weight: 800;
	color: #fff;
	margin: 0 0 1rem;
}

.stx-retail-featured {
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
}

/* Product grid */
.stx-retail-products-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 0.5rem;
}

.stx-retail-product-card {
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.72)),
		rgba(15, 23, 42, 0.66);
	border-radius: 18px;
	transition: all 0.25s ease;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(148, 163, 184, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 36px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(14px);
}

.stx-retail-product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 46px -18px rgba(0, 0, 0, 0.55);
	border-color: rgba(245, 158, 11, 0.45);
}

.stx-retail-card-img {
	height: 200px;
	background:
		linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px),
		rgba(2, 6, 23, 0.78);
	background-size: 28px 28px, 28px 28px, auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
	position: relative;
	overflow: hidden;
	color: #f59e0b;
}

.stx-retail-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stx-retail-card-img svg {
	width: 100px;
	height: 100px;
	opacity: 0.95;
}

.stx-retail-product-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.25rem 0.8rem;
	border-radius: 30px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.stx-retail-product-badge.is-in-stock {
	background: #2c7a4d;
	color: #fff;
}

.stx-retail-product-badge.is-limited {
	background: #b45309;
	color: #fff;
}

.stx-retail-product-badge.is-featured {
	background: #c2410c;
	color: #fff;
}

.stx-retail-card-content {
	padding: 1.2rem 1.2rem 1.4rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.stx-retail-product-title {
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0 0 0.2rem;
	color: #fff;
	line-height: 1.25;
}

.stx-retail-product-title a {
	color: inherit;
	text-decoration: none;
}

.stx-retail-product-title a:hover {
	color: #f59e0b;
}

.stx-retail-product-meta {
	font-size: 0.7rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #c2410c;
	margin-bottom: 0.6rem;
}

.stx-retail-product-desc {
	font-size: 0.85rem;
	color: #cbd5e1;
	margin-bottom: 1rem;
	line-height: 1.45;
	flex-grow: 1;
}

.stx-retail-price-stock {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 0.5rem;
	border-top: 1px solid rgba(148, 163, 184, 0.16);
	padding-top: 0.8rem;
}

.stx-retail-price {
	font-weight: 800;
	font-size: 1.4rem;
	color: #f59e0b;
}

.stx-retail-stock {
	font-size: 0.7rem;
	background: rgba(245, 158, 11, 0.12);
	padding: 0.2rem 0.7rem;
	border-radius: 20px;
	font-weight: 600;
	color: #fbbf24;
}

.stx-retail-inquiry-btn {
	margin-top: 0.9rem;
	background: rgba(245, 158, 11, 0.1);
	border: 1px solid rgba(245, 158, 11, 0.42);
	border-radius: 36px;
	padding: 0.55rem;
	font-weight: 700;
	font-size: 0.8rem;
	color: #fbbf24;
	cursor: pointer;
	transition: 0.2s;
	font-family: inherit;
	text-align: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
}

.stx-retail-inquiry-btn:hover {
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	color: #fff7ed;
	border-color: rgba(245, 158, 11, 0.7);
}

.stx-catalog-filter-shell {
	margin: 1.5rem 0 0;
}

.stx-catalog-simple-toolbar {
	display: grid;
	gap: 1rem;
	margin: 1.35rem 0 0;
}

.stx-catalog-simple-search {
	display: grid;
	gap: 0.45rem;
	max-width: 42rem;
}

.stx-catalog-simple-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(10rem, 12rem);
	align-items: end;
	gap: 1rem;
}

.stx-catalog-simple-categories {
	min-width: 0;
	display: grid;
	gap: 0.45rem;
}

.stx-catalog-simple-label {
	margin: 0;
	color: #cbd5e1;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-catalog-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.stx-catalog-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.68);
	color: #e2e8f0;
	padding: 0.45rem 0.9rem;
	font-family: inherit;
	font-size: 0.84rem;
	font-weight: 800;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.stx-catalog-chip:hover {
	border-color: rgba(245, 158, 11, 0.56);
	color: #fbbf24;
	transform: translateY(-1px);
}

.stx-catalog-chip.is-active {
	border-color: rgba(245, 158, 11, 0.85);
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	color: #fff7ed;
	box-shadow: 0 10px 24px rgba(194, 65, 12, 0.2);
}

.stx-catalog-simple-sort {
	display: grid;
	gap: 0.45rem;
}

.stx-catalog-simple-sort select {
	width: 100%;
	min-height: 2.65rem;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 0.85rem;
	background: rgba(2, 6, 23, 0.62);
	color: #f8fafc;
	padding: 0.62rem 0.85rem;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 750;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.stx-catalog-simple-sort select:focus {
	border-color: rgba(245, 158, 11, 0.75);
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.16);
	outline: none;
}

.stx-catalog-filter-panel {
	display: grid;
	gap: 1.25rem;
	padding: 1.25rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 1.25rem;
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.74)),
		rgba(15, 23, 42, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 36px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(14px);
}

.stx-catalog-filter-group {
	display: grid;
	gap: 0.75rem;
}

.stx-catalog-filter-title {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fbbf24;
}

.stx-catalog-checkbox-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	gap: 0.65rem;
}

.stx-catalog-checkbox-grid label {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 2.7rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 0.8rem;
	background: rgba(2, 6, 23, 0.52);
	color: #e2e8f0;
	font-size: 0.88rem;
	font-weight: 650;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.stx-catalog-checkbox-grid label:hover {
	border-color: rgba(245, 158, 11, 0.42);
	color: #fbbf24;
	transform: translateY(-1px);
}

.stx-catalog-checkbox-grid input {
	width: 1rem;
	height: 1rem;
	accent-color: #f59e0b;
	flex: 0 0 auto;
}

.stx-catalog-checkbox-grid label:has(input:checked) {
	border-color: rgba(245, 158, 11, 0.8);
	background: rgba(245, 158, 11, 0.12);
	color: #fbbf24;
	box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.08);
}

.stx-catalog-field-label {
	display: grid;
	gap: 0.45rem;
	color: #cbd5e1;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.stx-catalog-field-label input,
.stx-catalog-field-label select {
	width: 100%;
	min-height: 2.75rem;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 0.85rem;
	background: rgba(2, 6, 23, 0.58);
	color: #f8fafc;
	padding: 0.65rem 0.85rem;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.stx-catalog-field-label select {
	cursor: pointer;
}

.stx-catalog-field-label input::placeholder {
	color: #64748b;
}

.stx-catalog-field-label input:focus,
.stx-catalog-field-label select:focus,
.stx-retail-search-box:focus-within {
	border-color: rgba(245, 158, 11, 0.75);
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.16);
	outline: none;
}

.stx-price-preset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 999px;
	background: rgba(2, 6, 23, 0.52);
	color: #e2e8f0;
	padding: 0.45rem 0.85rem;
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 800;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.stx-price-preset:hover,
.stx-price-preset.is-active {
	border-color: rgba(245, 158, 11, 0.72);
	background: rgba(245, 158, 11, 0.13);
	color: #fbbf24;
	transform: translateY(-1px);
}

.stx-retail-listing-note {
	margin-top: 0.9rem;
	border: 1px solid rgba(245, 158, 11, 0.28);
	border-radius: 36px;
	padding: 0.55rem;
	font-weight: 700;
	font-size: 0.8rem;
	color: #fbbf24;
	background: rgba(245, 158, 11, 0.08);
	text-align: center;
}

.stx-catalog-category-card {
	font-family: inherit;
	cursor: pointer;
}

.stx-catalog-category-card.is-active {
	border-color: rgba(245, 158, 11, 0.85);
	background:
		linear-gradient(145deg, rgba(245, 158, 11, 0.16), rgba(15, 23, 42, 0.88)),
		rgba(15, 23, 42, 0.86);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 0 0 1px rgba(245, 158, 11, 0.12),
		0 22px 48px rgba(194, 65, 12, 0.18);
}

.stx-catalog-category-card.is-active h3,
.stx-catalog-category-card.is-active .category-count {
	color: #fbbf24;
}

.stx-catalog-category-card.is-active h3::before {
	border-color: rgba(251, 191, 36, 0.9);
	background-color: rgba(245, 158, 11, 0.2);
	box-shadow:
		0 0 0 3px rgba(245, 158, 11, 0.12),
		0 12px 24px rgba(245, 158, 11, 0.18);
}

.stx-retail-empty-state {
	text-align: center;
	padding: 3rem;
	background: #ffffffdd;
	border-radius: 2rem;
	margin-top: 2rem;
	grid-column: 1 / -1;
	border: 1px solid #e2edf7;
}

.stx-retail-empty-state h3 {
	margin: 1rem 0 0.5rem;
	color: #1e2f3e;
	font-size: 1.15rem;
}

.stx-retail-empty-state p {
	color: #5a6e84;
	margin: 0;
}

.stx-retail-catalog-footer {
	margin-top: 3.5rem;
	text-align: center;
	font-size: 0.75rem;
	color: #5a6e84;
	border-top: 1px solid #dce5ef;
	padding-top: 2rem;
	line-height: 1.6;
}

.stx-retail-pagination {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.stx-retail-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
}

.stx-retail-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	padding: 0.4rem 0.65rem;
	border-radius: 0.5rem;
	background: #fff;
	color: #2c5a7a;
	text-decoration: none;
	font-size: 0.875rem;
	border: 1px solid #d4e0ec;
}

.stx-retail-pagination .page-numbers.current {
	background: #e9f0f9;
	border-color: #c2410c;
	color: #c2410c;
	font-weight: 700;
}

.stx-retail-pagination .page-numbers:hover:not(.current) {
	border-color: #f0b429;
	color: #1e2f3e;
}

@media (max-width: 700px) {
	.stx-retail-catalog {
		padding: 1rem 0.95rem 2rem;
	}

	.stx-retail-top-bar {
		align-items: stretch;
		margin-bottom: 1.15rem;
	}

	.stx-retail-brand {
		align-items: flex-start;
		gap: 0.75rem;
	}

	.stx-retail-brand-icon {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}

	.stx-retail-brand-text h1 {
		font-size: 1.35rem;
		line-height: 1.1;
	}

	.stx-retail-top-meta,
	.stx-retail-results-count,
	.stx-retail-helper-pill {
		width: 100%;
		justify-content: flex-start;
	}

	.stx-retail-hero h2 {
		font-size: clamp(1.45rem, 8vw, 2rem);
	}

	.stx-retail-compliance,
	.stx-enthusiast-catalog .friendly-compliance {
		padding: 1rem;
		border-radius: 1rem;
	}

	.stx-retail-category-nav {
		flex-wrap: nowrap;
		margin: 1.2rem -0.95rem;
		padding: 0.55rem 0.95rem;
		overflow-x: auto;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(245, 158, 11, 0.65) rgba(15, 23, 42, 0.65);
	}

	.stx-retail-cat-btn {
		flex: 0 0 auto;
		min-height: 2.4rem;
		white-space: nowrap;
	}

	.stx-retail-cat-btn {
		padding: 0.4rem 1rem;
		font-size: 0.8rem;
	}

	.stx-retail-controls {
		flex-direction: column;
		align-items: stretch;
		border-radius: 24px;
		padding: 0.75rem;
	}

	.stx-retail-filter-group {
		width: 100%;
	}

	.stx-retail-filter-select {
		flex: 1;
		min-height: 2.75rem;
	}
}

@media (min-width: 768px) {
	.stx-retail-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1180px) {
	.stx-retail-products-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.stx-catalog-simple-toolbar {
		gap: 0.85rem;
	}

	.stx-catalog-filter-panel {
		padding: 1rem;
		border-radius: 1rem;
	}

	.stx-catalog-simple-row {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.stx-catalog-chip-row {
		flex-wrap: nowrap;
		margin: 0 -0.95rem;
		padding: 0 0.95rem 0.3rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(245, 158, 11, 0.65) rgba(15, 23, 42, 0.65);
	}

	.stx-catalog-chip-row::-webkit-scrollbar {
		height: 0.45rem;
	}

	.stx-catalog-chip-row::-webkit-scrollbar-thumb {
		background: rgba(245, 158, 11, 0.65);
		border-radius: 999px;
	}

	.stx-catalog-chip {
		flex: 0 0 auto;
		min-height: 2.5rem;
		padding: 0.48rem 0.85rem;
	}

	.stx-catalog-checkbox-grid {
		grid-template-columns: 1fr;
	}

	.stx-catalog-checkbox-grid label {
		min-height: 2.5rem;
	}

	.stx-retail-search-box {
		width: 100%;
		min-width: 0;
		padding: 0.3rem 0.85rem;
	}

	.stx-retail-card-img {
		height: 156px;
	}

	.stx-retail-card-content {
		padding: 1rem;
	}

	.stx-retail-product-card:hover {
		transform: none;
	}

	.stx-retail-product-title {
		font-size: 1.08rem;
	}

	.stx-retail-price-stock {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.45rem;
	}

	.stx-retail-price {
		font-size: 1.2rem;
	}

	.stx-retail-inquiry-btn {
		min-height: 2.75rem;
	}

	.stx-retail-empty-state,
	.stx-enthusiast-catalog .stx-retail-empty-state.friendly-empty {
		margin-top: 1rem;
		padding: 1.5rem 1rem;
		border-radius: 1rem;
	}

	.stx-enthusiast-catalog .footer-callout {
		padding: 1rem;
		border-radius: 1rem;
	}

	.stx-enthusiast-catalog .footer-action-btn {
		width: 100%;
		text-align: center;
	}

	.stx-enthusiast-catalog .grid-help-text {
		width: 100%;
	}

	.stx-retail-pagination .page-numbers {
		min-width: 2.5rem;
		min-height: 2.5rem;
	}
}

/* Catalog page: enthusiast-friendly accents (see page-catalog.php) */
.stx-enthusiast-catalog .stx-retail-helper-pill {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(245, 158, 11, 0.05));
	border-left: 3px solid #f59e0b;
	padding: 0.6rem 1rem;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	max-width: min(100%, 36rem);
}

.stx-enthusiast-catalog .helper-icon {
	font-size: 1.1rem;
	flex-shrink: 0;
}

.stx-enthusiast-catalog .stx-retail-results-count {
	background: #1e293b;
	padding: 0.4rem 1rem;
	border-radius: 40px;
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	color: #e2e8f0;
}

.stx-enthusiast-catalog .count-icon {
	flex-shrink: 0;
}

.stx-enthusiast-catalog .hero-badge-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.stx-enthusiast-catalog .stx-retail-hero-badge.secondary {
	background: rgba(56, 189, 248, 0.12);
	border-color: rgba(56, 189, 248, 0.3);
	color: #0369a1;
}

.stx-enthusiast-catalog .friendly-compliance {
	background: linear-gradient(135deg, #0f172a, #0a0f1a);
	border: 1px solid rgba(245, 158, 11, 0.2);
	border-radius: 20px;
	padding: 1rem 1.5rem;
	margin: 1.5rem 0;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	box-shadow: none;
}

.stx-enthusiast-catalog .friendly-compliance h3 {
	margin-top: 0;
}

.stx-enthusiast-catalog .compliance-icon {
	font-size: 2rem;
	line-height: 1;
	flex-shrink: 0;
}

.stx-enthusiast-catalog .compliance-content h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #facc15;
}

.stx-enthusiast-catalog .compliance-content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.stx-enthusiast-catalog .compliance-content li {
	font-size: 0.75rem;
	color: #94a3b8;
}

.stx-enthusiast-catalog .grid-intro {
	margin-bottom: 1rem;
	grid-column: 1 / -1;
}

.stx-enthusiast-catalog .grid-help-text {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.7rem;
	color: #64748b;
	background: rgba(100, 116, 139, 0.1);
	padding: 0.3rem 0.8rem;
	border-radius: 40px;
	width: fit-content;
	margin: 0;
}

.stx-enthusiast-catalog .stx-retail-empty-state.friendly-empty {
	text-align: center;
	padding: 3rem 2rem;
	background: rgba(15, 23, 42, 0.6);
	border-radius: 24px;
	border: 1px dashed rgba(245, 158, 11, 0.3);
	grid-column: 1 / -1;
}

.stx-enthusiast-catalog .empty-emoji {
	font-size: 3rem;
	display: block;
	margin-bottom: 1rem;
}

.stx-enthusiast-catalog .empty-actions {
	margin-top: 1.5rem;
}

.stx-enthusiast-catalog .empty-contact-btn {
	display: inline-block;
	background: linear-gradient(135deg, #f59e0b, #d97706);
	color: white;
	padding: 0.6rem 1.5rem;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.85rem;
	transition: transform 0.2s;
}

.stx-enthusiast-catalog .empty-contact-btn:hover {
	transform: scale(1.02);
}

.stx-enthusiast-catalog .enthusiast-pagination ul {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stx-enthusiast-catalog .enthusiast-pagination li {
	list-style: none;
}

.stx-enthusiast-catalog .enthusiast-pagination a,
.stx-enthusiast-catalog .enthusiast-pagination span {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: #1e293b;
	border-radius: 40px;
	color: #cbd5e1;
	text-decoration: none;
	transition: all 0.2s;
	border: none;
}

.stx-enthusiast-catalog .enthusiast-pagination a:hover {
	background: #f59e0b;
	color: #0f172a;
}

.stx-enthusiast-catalog .enthusiast-pagination .page-numbers.current,
.stx-enthusiast-catalog .enthusiast-pagination span.current {
	background: #f59e0b;
	color: #0f172a;
	font-weight: 700;
}

.stx-enthusiast-catalog .enthusiast-footer {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(71, 85, 105, 0.5);
	text-align: left;
}

.stx-enthusiast-catalog .footer-callout {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(245, 158, 11, 0.02));
	border-radius: 20px;
	padding: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.stx-enthusiast-catalog .footer-icon {
	font-size: 2rem;
	flex-shrink: 0;
}

.stx-enthusiast-catalog .footer-text {
	flex: 1;
	min-width: 12rem;
}

.stx-enthusiast-catalog .footer-primary {
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 0.25rem;
}

.stx-enthusiast-catalog .footer-secondary {
	font-size: 0.8rem;
	color: #64748b;
	margin: 0;
}

.stx-enthusiast-catalog .footer-action-btn {
	background: #f59e0b;
	color: #0f172a;
	padding: 0.6rem 1.2rem;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.85rem;
	transition: all 0.2s;
	white-space: nowrap;
}

.stx-enthusiast-catalog .footer-action-btn:hover {
	background: #fbbf24;
	transform: translateX(3px);
}

.stx-enthusiast-catalog .footer-legal {
	text-align: center;
	font-size: 0.7rem;
	color: #5a6e84;
}

.stx-enthusiast-catalog .footer-legal p {
	margin: 0;
}

@media (max-width: 768px) {
	.stx-enthusiast-catalog .compliance-content ul {
		flex-direction: column;
		gap: 0.5rem;
	}

	.stx-enthusiast-catalog .footer-callout {
		flex-direction: column;
		text-align: center;
	}

	.stx-enthusiast-catalog .hero-badge-group {
		flex-direction: column;
		align-items: flex-start;
	}
}
