
.emcor-cat-panel button,
.emcor-cat-panel button:hover,
.emcor-cat-panel button:focus,
.emcor-cat-panel button:active {
	box-sizing: border-box;
	font-family: inherit;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	min-width: 0;
	min-height: 0;
	max-width: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#category-container.emcor-cat-ready {
	position: relative;
	scroll-padding: 0 1rem;
}

#category-container .emcor-cat-tile {
	position: relative;
	cursor: pointer;
	padding-bottom: 0.75rem;
	transition: filter 180ms ease;
}

#category-container .emcor-cat-tile:hover .elementor-image-box-img img {
	filter: brightness(1.05) saturate(1.08);
}

#category-container .emcor-cat-tile .elementor-animation-grow {
	transition: filter 180ms ease;
}

#category-container .emcor-cat-tile .elementor-animation-grow:hover,
#category-container .emcor-cat-tile .elementor-animation-grow:focus,
#category-container .emcor-cat-tile .elementor-animation-grow:active {
	transform: none;
}

#category-container .emcor-cat-tile[aria-expanded="true"] .elementor-image-box-img img {
	filter: brightness(0.96);
	outline: 2px solid var(--emcor-cat-accent, #0067A0);
	outline-offset: -2px;
	border-radius: 50%;
}

#category-container .emcor-cat-tile[aria-expanded="true"] .elementor-image-box-title {
	color: var(--emcor-cat-accent, #0067A0);
}

#category-container .emcor-cat-tile.emcor-cat-has-menu::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateX(-50%) rotate(45deg);
	transform-origin: center;
	color: var(--emcor-cat-accent, #536480);
	opacity: 0.65;
	transition: transform 200ms ease, opacity 200ms ease;
	pointer-events: none;
}

#category-container .emcor-cat-tile.emcor-cat-has-menu[aria-expanded="true"]::after {
	transform: translateX(-50%) rotate(-135deg);
	opacity: 1;
}

.emcor-cat-panel {
	--emcor-pad-x: clamp(1.25rem, 4vw, 3rem);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 24px 56px -12px rgba(224, 43, 32, 0.12), 0 12px 32px rgba(10, 30, 60, 0.08);
	padding: 0 var(--emcor-pad-x) 1.75rem;
	z-index: 100000;
	opacity: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transform: translateY(-8px);
	pointer-events: none;
	transition: opacity 200ms ease, transform 200ms ease;

	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #0A1E3C;
	letter-spacing: normal;
	text-transform: none;
}

.emcor-cat-panel ul,
.emcor-cat-panel ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.emcor-cat-panel__brandbar {
	position: sticky;
	top: 0;
	height: 3px;
	margin: 0 calc(-1 * var(--emcor-pad-x));
	background: linear-gradient(90deg, #E02B20 0%, #FF6A5F 50%, #E02B20 100%);
	opacity: 0.95;
	z-index: 40;
	flex: 0 0 auto;
}

.emcor-cat-panel[data-open="true"] {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.emcor-cat-panel__body {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: minmax(180px, 210px) minmax(240px, 290px) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: stretch;
	min-height: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.emcor-cat-panel__body {
		grid-template-columns: minmax(160px, 190px) minmax(220px, 260px) minmax(0, 1fr);
		gap: 1.25rem;
	}
}

.emcor-cat-panel__body:not(:has(.emcor-cat-panel__feature)) {
	grid-template-columns: 1fr;
}

.emcor-cat-panel__body:not(:has(.emcor-cat-panel__subs)) {
	grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
}

.emcor-cat-panel__body[data-filters="hidden"] {
	grid-template-columns: minmax(180px, 210px) minmax(0, 1fr);
}

.emcor-cat-panel__body[data-filters="hidden"] .emcor-cat-panel__filters {
	display: none;
}

.emcor-cat-panel__body:not(:has(.emcor-cat-panel__subs))[data-filters="hidden"] {
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.emcor-cat-panel__body[data-filters="hidden"] {
		grid-template-columns: minmax(160px, 190px) minmax(0, 1fr);
	}
	.emcor-cat-panel__body:not(:has(.emcor-cat-panel__subs)) {
		grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	}
}

.emcor-cat-panel__subs {
	min-width: 0;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.emcor-cat-panel__subs .emcor-cat-panel__inner {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 4px;
	scrollbar-width: thin;
	scrollbar-color: #E02B20 transparent;
}

.emcor-cat-panel__subs .emcor-cat-panel__inner::-webkit-scrollbar       { width: 4px; }
.emcor-cat-panel__subs .emcor-cat-panel__inner::-webkit-scrollbar-track { background: transparent; }
.emcor-cat-panel__subs .emcor-cat-panel__inner::-webkit-scrollbar-thumb { background-color: #E02B20; border-radius: 2px; }
.emcor-cat-panel__subs .emcor-cat-panel__inner::-webkit-scrollbar-thumb:hover { background-color: #B71810; }

.emcor-cat-panel__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2px;
	align-content: start;
	flex: 0 0 auto;
}

.emcor-cat-panel__filters {
	min-width: 0;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0 1rem;
	border-left: 1px solid #F4E7E5;
	border-right: 1px solid #F4E7E5;
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #E02B20 transparent;
}

.emcor-cat-panel__filters::-webkit-scrollbar       { width: 4px; }
.emcor-cat-panel__filters::-webkit-scrollbar-track { background: transparent; }
.emcor-cat-panel__filters::-webkit-scrollbar-thumb { background-color: #E02B20; border-radius: 2px; }

.emcor-cat-panel__filters-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.emcor-cat-filter-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.emcor-cat-filter-label {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #536480;
	text-transform: uppercase;
}

.emcor-cat-filter-radios {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.emcor-cat-panel button.emcor-cat-filter-chip {
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
	border-radius: 8px;
	background: #FFF4F3;
	border: 1px solid transparent;
	color: #536480;
	font-size: 0.8125rem;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
	white-space: nowrap;
}

.emcor-cat-panel button.emcor-cat-filter-chip:hover {
	background: #FEE0DD;
	color: #0A1E3C;
}

.emcor-cat-panel button.emcor-cat-filter-chip[aria-pressed="true"] {
	background: linear-gradient(135deg, #E02B20 0%, #FF5A4E 100%);
	color: #fff;
	font-weight: 600;
	box-shadow: 0 4px 10px -4px rgba(224, 43, 32, 0.5);
}

.emcor-cat-panel__facets {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.emcor-cat-facet {
	border-top: 1px solid #F4E7E5;
	padding-top: 0.75rem;
}

.emcor-cat-facet[open] + .emcor-cat-facet {

}

.emcor-cat-facet__title {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #0A1E3C;
	letter-spacing: 0.01em;
	padding: 2px 0;
	user-select: none;
}

.emcor-cat-facet__title::-webkit-details-marker { display: none; }
.emcor-cat-facet__title::marker                 { content: ""; }

.emcor-cat-facet__caret {
	width: 8px;
	height: 8px;
	border-right: 2px solid #8A97A8;
	border-bottom: 2px solid #8A97A8;
	transform: rotate(45deg);
	transition: transform 180ms ease, border-color 180ms ease;
}

.emcor-cat-facet[open] .emcor-cat-facet__caret {
	transform: rotate(-135deg);
	border-color: #E02B20;
}

.emcor-cat-facet__list {
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1px;
	max-height: 180px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #E02B20 transparent;
}

.emcor-cat-facet__list::-webkit-scrollbar       { width: 3px; }
.emcor-cat-facet__list::-webkit-scrollbar-track { background: transparent; }
.emcor-cat-facet__list::-webkit-scrollbar-thumb { background-color: #E02B20; border-radius: 2px; }

.emcor-cat-facet-opt {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 5px 6px;
	border-radius: 6px;
	font-size: 0.8125rem;
	color: #1D2B45;
	cursor: pointer;
	transition: background-color 140ms ease;
}

.emcor-cat-facet-opt:hover {
	background: #FFF4F3;
}

.emcor-cat-facet-opt input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	border: 1.5px solid #F4E7E5;
	background: #fff;
	cursor: pointer;
	position: relative;
	flex: 0 0 auto;
	transition: background-color 140ms ease, border-color 140ms ease;
}

.emcor-cat-facet-opt input[type="checkbox"]:checked {
	background: #E02B20;
	border-color: #E02B20;
}

.emcor-cat-facet-opt input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 4px;
	width: 3px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.emcor-cat-facet-opt__label {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.emcor-cat-facet-opt__count {
	color: #8A97A8;
	font-size: 0.75rem;
	font-variant-numeric: tabular-nums;
}

.emcor-cat-facet-skeleton {
	height: 18px;
	border-radius: 4px;
	background: linear-gradient(90deg, #F7F3F2 25%, #FBEBEA 50%, #F7F3F2 75%);
	background-size: 200% 100%;
	animation: emcor-skel 1.4s ease-in-out infinite;
	margin-bottom: 8px;
}
.emcor-cat-facet-skeleton:nth-child(2) { width: 80%; }
.emcor-cat-facet-skeleton:nth-child(3) { width: 60%; }

@keyframes emcor-skel {
	0%   { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

.emcor-cat-filter-toggle {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	cursor: pointer;
	font-size: 0.875rem;
	color: #0A1E3C;
	font-weight: 500;
	padding: 4px 0;
	user-select: none;
}

.emcor-cat-filter-toggle input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1.5px solid #F4E7E5;
	background: #fff;
	cursor: pointer;
	position: relative;
	flex: 0 0 auto;
	transition: background-color 150ms ease, border-color 150ms ease;
}

.emcor-cat-filter-toggle input[type="checkbox"]:checked {
	background: #E02B20;
	border-color: #E02B20;
}

.emcor-cat-filter-toggle input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 6px;
	width: 4px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.emcor-cat-panel button.emcor-cat-filter-clear {
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid #F4E7E5;
	background: #fff;
	color: #E02B20;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.emcor-cat-panel button.emcor-cat-filter-clear[hidden] {
	display: none !important;
}

.emcor-cat-panel button.emcor-cat-filter-clear:hover {
	background: #E02B20;
	border-color: #E02B20;
	color: #fff;
}

.emcor-cat-panel__feature {
	min-width: 0;
	min-height: 0;
	padding-left: 1.5rem;
	border-left: 1px solid #F4E7E5;
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.emcor-cat-panel__feature {
		padding-left: 1.25rem;
	}
	.emcor-cat-panel__filters {
		padding: 0 0.75rem;
	}
}

.emcor-cat-panel__feature-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.emcor-cat-panel__feature-title {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	min-width: 0;
	flex-wrap: wrap;
}

.emcor-cat-panel__feature-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.75rem 0.35rem 0.6rem;
	background: linear-gradient(135deg, #E02B20 0%, #FF5A4E 100%);
	color: #fff;
	border-radius: 999px;
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 4px 14px -4px rgba(224, 43, 32, 0.45);
}

.emcor-cat-panel__feature-flame {
	display: inline-flex;
	width: 16px;
	height: 16px;
	color: #fff;
	animation: emcor-flame-pulse 2.4s ease-in-out infinite;
}

.emcor-cat-panel__feature-flame svg {
	width: 100%;
	height: 100%;
}

.emcor-cat-panel__feature-for {
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.9375rem;
	color: #536480;
	font-weight: 500;
	transition: font-size 200ms ease, color 200ms ease;
}

.emcor-cat-panel__feature-termlabel {
	color: #0A1E3C;
	font-weight: 700;
	transition: color 200ms ease, font-size 200ms ease;
}

.emcor-cat-panel__feature-head[data-mode="category"] .emcor-cat-panel__feature-badge {
	display: none;
}

.emcor-cat-panel__feature-head[data-mode="category"] .emcor-cat-panel__feature-for {
	font-size: 0.8125rem;
	color: #8A97A8;
}

.emcor-cat-panel__feature-head[data-mode="category"] .emcor-cat-panel__feature-termlabel {
	font-size: 1.25rem;
	color: #E02B20;
}

.emcor-cat-panel button.emcor-cat-panel__filter-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 8px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #E02B20 0%, #FF5A4E 100%);
	border: 0;
	color: #fff;
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	box-shadow: 0 6px 14px -4px rgba(224, 43, 32, 0.5);
	transition: filter 180ms ease, transform 180ms ease, box-shadow 200ms ease;
	flex: 0 0 auto;
	align-self: flex-start;
	width: auto !important;
	height: auto !important;
}

.emcor-cat-panel button.emcor-cat-panel__filter-toggle:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
	box-shadow: 0 8px 20px -4px rgba(224, 43, 32, 0.6);
}

.emcor-cat-panel button.emcor-cat-panel__filter-toggle:active {
	transform: translateY(0);
}

.emcor-cat-panel button.emcor-cat-panel__filter-toggle:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(224, 43, 32, 0.35);
}

.emcor-cat-filter-toggle__filter,
.emcor-cat-filter-toggle__chevron {
	display: inline-flex;
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.emcor-cat-filter-toggle__filter svg,
.emcor-cat-filter-toggle__chevron svg {
	width: 100%;
	height: 100%;
}

.emcor-cat-filter-toggle__chevron {
	transition: transform 240ms cubic-bezier(0.4, 0, 0.2, 1);
}

.emcor-cat-panel__filter-toggle--collapsed .emcor-cat-filter-toggle__chevron {
	transform: rotate(180deg);
}

.emcor-cat-panel__body[data-filters="shown"] .emcor-cat-panel__filter-toggle--collapsed {
	display: none;
}

.emcor-cat-panel__subs > .emcor-cat-panel__filter-toggle--collapsed {
	align-self: flex-end;
	margin-bottom: 2px;
}

@media (max-width: 991.98px) {
	.emcor-cat-panel__filter-toggle { display: none !important; }
}

.emcor-cat-panel__feature-seeall {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: transparent;
	border: 1px solid #F4E7E5;
	color: #E02B20;
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.emcor-cat-panel__feature-seeall:hover {
	background: #E02B20;
	border-color: #E02B20;
	color: #fff;
	transform: translateX(2px);
}

.emcor-cat-panel__feature-seeall svg {
	width: 14px;
	height: 14px;
}

@keyframes emcor-flame-pulse {
	0%, 100% { transform: translateY(0) rotate(-2deg); opacity: 0.9; }
	50%      { transform: translateY(-2px) rotate(2deg); opacity: 1; }
}

.emcor-cat-panel__products {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
	scrollbar-width: thin;
	scrollbar-color: #E02B20 transparent;
}

.emcor-cat-panel__products::-webkit-scrollbar       { width: 6px; }
.emcor-cat-panel__products::-webkit-scrollbar-track { background: transparent; }
.emcor-cat-panel__products::-webkit-scrollbar-thumb { background-color: #E02B20; border-radius: 3px; }
.emcor-cat-panel__products::-webkit-scrollbar-thumb:hover { background-color: #B71810; }

.emcor-cat-panel__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem 0.75rem;
	width: 100%;
	align-content: start;
}

.emcor-cat-panel__grid > .e-loop-item,
.emcor-cat-panel__grid > .elementor {
	min-width: 0;
	max-width: 100%;
}

.emcor-cat-panel__grid img {
	max-width: 100%;
	height: auto;
}

.emcor-cat-panel__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	min-height: 200px;
	color: #536480;
	font-size: 0.875rem;
}

@keyframes emcor-spin {
	to { transform: rotate(360deg); }
}

.emcor-cat-panel__products[data-state="ready"] {
	animation: emcor-fade-in 300ms ease-out;
}

@keyframes emcor-fade-in {
	from { opacity: 0; transform: translateY(4px); }
	to   { opacity: 1; transform: translateY(0); }
}

.emcor-cat-panel__header {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem 3.5rem 0.9rem 0;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #F4E7E5;
	position: sticky;
	top: 3px;
	background: #fff;
	z-index: 20;
	flex: 0 0 auto;
}

.emcor-cat-panel__search-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.emcor-cat-panel__search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #8A97A8;
	pointer-events: none;
	width: 16px;
	height: 16px;
	display: inline-flex;
}

.emcor-cat-panel__search-icon svg {
	width: 100%;
	height: 100%;
}

.emcor-cat-panel input.emcor-cat-panel__search {
	flex: 1 1 auto;
	width: 100%;
	padding: 10px 36px 10px 36px;
	border-radius: 999px;
	border: 1px solid #F4E7E5;
	background: #FFF4F3;
	font-size: 0.9375rem;
	font-family: inherit;
	color: #0A1E3C;
	-webkit-appearance: none;
	appearance: none;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.emcor-cat-panel input.emcor-cat-panel__search::placeholder {
	color: #8A97A8;
}

.emcor-cat-panel input.emcor-cat-panel__search:focus {
	outline: none;
	border-color: #E02B20;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(224, 43, 32, 0.12);
}

.emcor-cat-panel input.emcor-cat-panel__search::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}

.emcor-cat-panel button.emcor-cat-panel__search-clear {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px !important;
	height: 22px !important;
	border-radius: 50%;
	background: #FEE0DD;
	color: #E02B20;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	border: 0;
	transition: background-color 150ms ease;
}

.emcor-cat-panel button.emcor-cat-panel__search-clear:hover {
	background: #E02B20;
	color: #fff;
}

.emcor-cat-panel button.emcor-cat-panel__search-clear[hidden] {
	display: none !important;
}

.emcor-cat-panel button.emcor-cat-panel__search-clear svg {
	width: 12px;
	height: 12px;
}

.emcor-cat-panel__header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 44px;
	height: 3px;
	background: #E02B20;
	border-radius: 2px;
}

.emcor-cat-panel__headline {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.emcor-cat-panel__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: linear-gradient(135deg, #FFF4F3 0%, #FEE0DD 100%);
	color: #E02B20;
	flex: 0 0 auto;
	box-shadow: inset 0 0 0 1px rgba(224, 43, 32, 0.08);
}

.emcor-cat-panel__icon svg {
	width: 22px;
	height: 22px;
}

.emcor-cat-panel__title {
	margin: 0;
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #0A1E3C;
	letter-spacing: -0.01em;
}

.emcor-cat-panel__loader {
	position: absolute;
	inset: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	z-index: 20;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 280ms ease, visibility 0s linear 0s;
}

.emcor-cat-panel[data-ready="true"] .emcor-cat-panel__loader {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 280ms ease, visibility 0s linear 280ms;
}

.emcor-cat-loader-orb {
	position: relative;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, #FFF4F3 0%, #FEE0DD 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #E02B20;
	box-shadow: 0 10px 32px -8px rgba(224, 43, 32, 0.35),
	            inset 0 0 0 1px rgba(224, 43, 32, 0.1);
	animation: emcor-loader-breathe 1.6s ease-in-out infinite;
}

.emcor-cat-loader-orb::before {
	content: "";
	position: absolute;
	inset: -8px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #E02B20;
	border-right-color: #E02B20;
	animation: emcor-spin 900ms linear infinite;
}

.emcor-cat-loader-ghost {
	display: inline-flex;
	width: 30px;
	height: 30px;
}

.emcor-cat-loader-ghost svg {
	width: 100%;
	height: 100%;
}

.emcor-cat-loader-text {
	margin: 0;
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: #536480;
	letter-spacing: 0.02em;
}

@keyframes emcor-loader-breathe {
	0%, 100% { transform: scale(1);    box-shadow: 0 10px 32px -8px rgba(224, 43, 32, 0.35), inset 0 0 0 1px rgba(224, 43, 32, 0.1); }
	50%      { transform: scale(1.06); box-shadow: 0 14px 40px -6px rgba(224, 43, 32, 0.45), inset 0 0 0 1px rgba(224, 43, 32, 0.18); }
}

.emcor-cat-item[data-active="true"] {
	background: linear-gradient(135deg, #FFF4F3 0%, #FFECEA 100%);
	box-shadow: inset 0 0 0 1px rgba(224, 43, 32, 0.15);
}

.emcor-cat-item[data-active="true"] .emcor-cat-item__icon {
	background: linear-gradient(135deg, #E02B20 0%, #FF5A4E 100%);
	color: #fff;
	box-shadow: 0 6px 14px -4px rgba(224, 43, 32, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.emcor-cat-item[data-active="true"] .emcor-cat-item__label {
	color: #E02B20;
}

.emcor-cat-item[data-active="true"] .emcor-cat-item__chevron {
	opacity: 1;
	transform: translateX(0);
}

.emcor-cat-panel__watermark {
	position: absolute;
	right: -16px;
	bottom: -16px;
	width: 220px;
	height: 220px;
	color: #E02B20;
	opacity: 0.045;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.emcor-cat-panel__watermark svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.2;
}

.emcor-cat-panel button.emcor-cat-panel__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 2.5rem !important;
	height: 2.5rem !important;
	border-radius: 50%;
	background: #FFF4F3;
	border: 1px solid #F4E7E5;
	color: #E02B20;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	box-shadow: 0 2px 8px -2px rgba(10, 30, 60, 0.05);
	transition: background-color 180ms ease, border-color 180ms ease,
	            color 180ms ease, transform 180ms ease,
	            box-shadow 180ms ease;
	z-index: 30;
	flex: 0 0 auto;
}

.emcor-cat-panel__close svg {
	width: 18px;
	height: 18px;
	display: block;
}

.emcor-cat-panel__close:hover {
	background: #E02B20;
	border-color: #E02B20;
	color: #fff;
	transform: scale(1.06) rotate(90deg);
	box-shadow: 0 8px 20px -6px rgba(224, 43, 32, 0.5);
}

.emcor-cat-panel__close:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(224, 43, 32, 0.35);
}

.emcor-cat-panel__close:active {
	transform: scale(0.96) rotate(90deg);
}

.emcor-cat-group__title {
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #536480;
	margin: 0 0 0.75rem 0;
}

.emcor-cat-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 4px 12px;
}

.emcor-cat-list li {
	margin: 0;
}

.emcor-cat-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 8px;
	border-radius: 10px;
	text-decoration: none;
	color: #0A1E3C;
	transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),
	            transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
	min-height: 44px;
	overflow: hidden;
}

.emcor-cat-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 30%, rgba(224, 43, 32, 0.06) 50%, transparent 70%);
	transform: translateX(-100%);
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.emcor-cat-item:hover,
.emcor-cat-item:focus-visible {
	background: #FFF4F3;
	color: #0A1E3C;
	outline: none;
}

.emcor-cat-item:hover::before,
.emcor-cat-item:focus-visible::before {
	transform: translateX(100%);
}

.emcor-cat-item:focus-visible {
	box-shadow: 0 0 0 2px #E02B20;
}

.emcor-cat-item__icon {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 9px;
	background: linear-gradient(135deg, #FFF4F3 0%, #FEE0DD 100%);
	color: #E02B20;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 0 1px rgba(224, 43, 32, 0.08);
	transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1),
	            transform 200ms cubic-bezier(0.4, 0, 0.2, 1),
	            box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.emcor-cat-item:hover .emcor-cat-item__icon {
	background: linear-gradient(135deg, #E02B20 0%, #FF5A4E 100%);
	color: #fff;
	transform: scale(1.06);
	box-shadow: 0 6px 16px -4px rgba(224, 43, 32, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.emcor-cat-item__mono {
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1;
}

.emcor-cat-item__label {
	font-family: "Urbane Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.3;
	color: #1D2B45;
	transition: color 200ms ease, transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1 1 auto;
	min-width: 0;
}

.emcor-cat-item:hover .emcor-cat-item__label {
	color: #E02B20;
	transform: translateX(2px);
}

.emcor-cat-item__chevron {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #E02B20;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 200ms ease, transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.emcor-cat-item__chevron svg {
	width: 16px;
	height: 16px;
}

.emcor-cat-item:hover .emcor-cat-item__chevron,
.emcor-cat-item:focus-visible .emcor-cat-item__chevron {
	opacity: 1;
	transform: translateX(0);
}

.emcor-cat-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(10, 30, 60, 0);
	pointer-events: none;
	transition: background-color 200ms ease;
	z-index: 99998;
}

.emcor-cat-backdrop[data-open="true"] {
	background: rgba(10, 30, 60, 0.25);
	pointer-events: auto;
}

body.emcor-cat-panel-open {
	overflow: hidden;
}

@media (max-width: 991.98px) {

	.emcor-cat-panel {
		--emcor-pad-x: 1rem;
		position: fixed;
		left: 0 !important;
		right: 0;
		top: auto !important;
		bottom: 0;
		width: 100% !important;
		margin: 0;
		max-height: 82vh;
		overflow-y: auto;
		border-radius: 18px 18px 0 0;
		padding: 2.5rem 1rem 1.5rem;
		transform: translateY(100%);
		box-shadow: 0 -8px 32px rgba(10, 30, 60, 0.2);
		-webkit-overflow-scrolling: touch;
		touch-action: pan-y;
	}

	.emcor-cat-panel[data-open="true"] {
		transform: translateY(0);
	}

	.emcor-cat-panel__inner {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.emcor-cat-panel__header {
		padding: 0.5rem 3rem 0.75rem 0;
		margin-bottom: 0.5rem;
	}

	.emcor-cat-panel__header::before {
		content: "";
		position: absolute;
		top: 0.6rem;
		left: 50%;
		transform: translateX(-50%);
		width: 48px;
		height: 5px;
		background: #CBD5E1;
		border-radius: 3px;
	}

	.emcor-cat-panel__search-wrap {
		margin-top: 0.25rem;
	}

	.emcor-cat-panel__body {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.emcor-cat-panel__feature,
	.emcor-cat-panel__filters {
		display: none;
	}

	.emcor-cat-panel__subs {
		overflow: visible;
		padding-right: 0;
	}

	.emcor-cat-panel button.emcor-cat-panel__close {
		top: 0.75rem;
		right: 0.75rem;
		width: 2.125rem !important;
		height: 2.125rem !important;
	}

	.emcor-cat-panel button.emcor-cat-panel__close svg {
		width: 16px;
		height: 16px;
	}

	.emcor-cat-panel button.emcor-cat-panel__close:hover {
		transform: none;
	}

	.emcor-cat-panel button.emcor-cat-panel__close:active {
		transform: scale(0.94);
	}

	.emcor-cat-list {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.emcor-cat-item {
		padding: 10px 8px;
		min-height: 52px;
	}

	.emcor-cat-item__icon {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.emcor-cat-item__mono {
		font-size: 1rem;
	}

	.emcor-cat-item__label {
		font-size: 0.9375rem;
	}

	.emcor-cat-panel__icon {
		width: 36px;
		height: 36px;
		border-radius: 10px;
	}

	.emcor-cat-panel__icon svg {
		width: 20px;
		height: 20px;
	}

	.emcor-cat-panel__watermark {
		width: 140px;
		height: 140px;
		right: -12px;
		bottom: -12px;
		opacity: 0.05;
	}

	.emcor-cat-item__chevron {
		display: none;
	}

}

@media (prefers-reduced-motion: reduce) {
	.emcor-cat-panel,
	.emcor-cat-backdrop,
	#category-container .emcor-cat-tile,
	.emcor-cat-item,
	.emcor-cat-item::before,
	.emcor-cat-item__icon,
	.emcor-cat-item__label,
	.emcor-cat-item__chevron {
		transition: none;
	}

	.emcor-cat-item:hover .emcor-cat-item__icon,
	.emcor-cat-item:hover .emcor-cat-item__label {
		transform: none;
	}
}
