:root {
	--pcu-search-blue: #1467f3;
	--pcu-search-blue-dark: #0b4fca;
	--pcu-search-cyan: #08ade4;
	--pcu-search-navy: #061b43;
	--pcu-search-text: #17233b;
	--pcu-search-muted: #65728a;
	--pcu-search-line: #dce4ef;
	--pcu-search-soft: #f4f8fd;
	--pcu-search-white: #fff;
	--pcu-search-orange: #ff9900;
}

.pcu-advanced-search-page {
	background: #fff;
}

.pcu-search,
.pcu-search * {
	box-sizing: border-box;
}

.pcu-search {
	width: 100%;
	margin: 0;
	color: var(--pcu-search-text);
	font-family: inherit;
}

.pcu-search__container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.pcu-search__hero {
	position: relative;
	overflow: visible;
	padding: 58px 0 62px;
	background:
		radial-gradient(circle at 88% 16%, rgba(8, 173, 228, .13), transparent 28%),
		linear-gradient(135deg, #f7faff 0%, #edf5ff 100%);
	border-bottom: 1px solid #dbe9fa;
}

.pcu-search__hero::after {
	position: absolute;
	right: 7%;
	bottom: -48px;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(20, 103, 243, .09);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.pcu-search__eyebrow,
.pcu-search__overline {
	margin: 0 0 10px;
	color: var(--pcu-search-blue);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pcu-search__hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--pcu-search-navy);
	font-size: clamp(34px, 4.4vw, 54px);
	font-weight: 780;
	letter-spacing: -.035em;
	line-height: 1.05;
}

.pcu-search__lead {
	max-width: 700px;
	margin: 16px 0 28px;
	color: var(--pcu-search-muted);
	font-size: 17px;
	line-height: 1.65;
}

.pcu-search__form {
	position: relative;
	display: flex;
	align-items: center;
	width: min(820px, 100%);
	min-height: 58px;
	padding: 6px;
	background: #fff;
	border: 1px solid #cbd9eb;
	border-radius: 14px;
	box-shadow: 0 16px 35px rgba(17, 67, 126, .12);
}

.pcu-search__form:focus-within {
	border-color: var(--pcu-search-blue);
	box-shadow: 0 0 0 4px rgba(20, 103, 243, .12), 0 16px 35px rgba(17, 67, 126, .12);
}

.pcu-search__form-icon {
	display: grid;
	flex: 0 0 42px;
	place-items: center;
	color: #718099;
}

.pcu-search__form-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pcu-search__form input[type="search"] {
	min-width: 0;
	flex: 1;
	height: 46px;
	padding: 0 12px 0 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--pcu-search-text);
	font: inherit;
	font-size: 15px;
	outline: 0;
}

.pcu-search__form input[type="search"]::placeholder {
	color: #8a96a9;
}

.pcu-search__form button {
	min-height: 46px;
	padding: 0 25px;
	background: var(--pcu-search-blue);
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 720;
	transition: background .18s ease, transform .18s ease;
}

.pcu-search__form button:hover {
	background: var(--pcu-search-blue-dark);
	transform: translateY(-1px);
}

.pcu-search__results {
	padding: 48px 0 76px;
}

.pcu-search__summary {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 25px;
}

.pcu-search__summary h2 {
	margin: 0;
	color: var(--pcu-search-navy);
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.pcu-search__summary h2 span {
	color: var(--pcu-search-blue);
}

.pcu-search__total {
	flex: 0 0 auto;
	margin: 0 0 4px;
	color: var(--pcu-search-muted);
	font-size: 14px;
}

.pcu-search__tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	margin: 0 0 18px;
	padding: 0 0 5px;
	scrollbar-width: thin;
}

.pcu-search__tabs a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid var(--pcu-search-line);
	border-radius: 10px;
	color: #47546b;
	font-size: 13px;
	font-weight: 670;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.pcu-search__tabs a:hover {
	border-color: #9bbcf0;
	color: var(--pcu-search-blue);
}

.pcu-search__tabs a.is-active {
	background: var(--pcu-search-navy);
	border-color: var(--pcu-search-navy);
	color: #fff;
}

.pcu-search__tabs small {
	display: inline-grid;
	min-width: 23px;
	height: 23px;
	padding: 0 5px;
	place-items: center;
	background: #edf2f8;
	border-radius: 7px;
	color: #56647a;
	font-size: 11px;
	line-height: 1;
}

.pcu-search__tabs a.is-active small {
	background: rgba(255, 255, 255, .15);
	color: #fff;
}

.pcu-search__category-filter {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin: 0 0 25px;
}

.pcu-search__category-filter label {
	color: #526078;
	font-size: 13px;
	font-weight: 650;
}

.pcu-search__select-wrap {
	position: relative;
	width: min(290px, 100%);
}

.pcu-search__select-wrap select {
	width: 100%;
	height: 42px;
	padding: 0 40px 0 13px;
	appearance: none;
	background: #fff;
	border: 1px solid var(--pcu-search-line);
	border-radius: 10px;
	color: var(--pcu-search-text);
	font: inherit;
	font-size: 13px;
	cursor: pointer;
}

.pcu-search__select-wrap select:focus {
	border-color: var(--pcu-search-blue);
	box-shadow: 0 0 0 3px rgba(20, 103, 243, .1);
	outline: 0;
}

.pcu-search__select-wrap svg {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	fill: none;
	stroke: #65728a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	pointer-events: none;
}

.pcu-search__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.pcu-result-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--pcu-search-line);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(25, 55, 98, .055);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pcu-result-card:hover {
	border-color: #b8cae2;
	box-shadow: 0 14px 32px rgba(25, 55, 98, .1);
	transform: translateY(-2px);
}

.pcu-result-card__media {
	position: relative;
	display: grid;
	flex: 0 0 165px;
	min-height: 235px;
	overflow: hidden;
	place-items: center;
	background: linear-gradient(145deg, #f6f9fd, #eaf1fa);
	text-decoration: none;
}

.pcu-result-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 18px;
	transition: transform .25s ease;
}

.pcu-result-card--guias .pcu-result-card__media img,
.pcu-result-card--configuraciones .pcu-result-card__media img,
.pcu-result-card--paginas .pcu-result-card__media img {
	padding: 0;
	object-fit: cover;
}

.pcu-result-card:hover .pcu-result-card__media img {
	transform: scale(1.025);
}

.pcu-result-card__placeholder {
	display: grid;
	width: 80px;
	height: 80px;
	place-items: center;
	background: linear-gradient(135deg, var(--pcu-search-navy), var(--pcu-search-blue));
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(20, 103, 243, .2);
	color: #fff;
	font-size: 24px;
	font-weight: 780;
	letter-spacing: -.03em;
}

.pcu-result-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 21px;
}

.pcu-result-card__meta {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	margin-bottom: 9px;
}

.pcu-result-card__badge {
	flex: 0 0 auto;
	padding: 5px 8px;
	background: #eaf3ff;
	border-radius: 7px;
	color: var(--pcu-search-blue-dark);
	font-size: 10px;
	font-weight: 760;
	letter-spacing: .045em;
	line-height: 1;
	text-transform: uppercase;
}

.pcu-result-card__subtitle {
	overflow: hidden;
	color: #7a8799;
	font-size: 11px;
	font-weight: 580;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcu-result-card h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 740;
	letter-spacing: -.018em;
	line-height: 1.28;
}

.pcu-result-card h3 a {
	color: var(--pcu-search-navy);
	text-decoration: none;
}

.pcu-result-card h3 a:hover {
	color: var(--pcu-search-blue);
}

.pcu-result-card__classification {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 8px;
}

.pcu-result-card__classification > span {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: 22px;
	overflow: hidden;
	padding: 4px 7px;
	border-radius: 6px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcu-result-card__classification .is-range {
	background: #eaf3ff;
	color: #1357b8;
}

.pcu-result-card__classification .is-use {
	background: #edf8f2;
	color: #14704a;
}

.pcu-result-card mark {
	padding: 0 1px;
	background: #fff1a8;
	border-radius: 2px;
	color: inherit;
}

.pcu-result-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 10px 0 15px;
	color: var(--pcu-search-muted);
	font-size: 13px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pcu-result-card__specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin: 0 0 16px;
}

.pcu-result-card__specs div {
	min-width: 0;
	padding: 8px;
	background: var(--pcu-search-soft);
	border: 1px solid #e7edf5;
	border-radius: 8px;
}

.pcu-result-card__specs dt,
.pcu-result-card__specs dd {
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcu-result-card__specs dt {
	margin-bottom: 3px;
	color: #78869a;
	font-size: 9px;
	font-weight: 620;
	text-transform: uppercase;
}

.pcu-result-card__specs dd {
	color: #28364d;
	font-size: 11px;
	font-weight: 710;
}

.pcu-result-card__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

.pcu-result-card__actions a,
.pcu-result-card__actions > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 34px;
	padding: 7px 10px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.pcu-result-card__actions button {
	font-family: inherit;
	cursor: pointer;
}

.pcu-result-card__primary {
	background: var(--pcu-search-blue);
	border: 1px solid var(--pcu-search-blue);
	color: #fff;
}

.pcu-result-card__primary:hover {
	background: var(--pcu-search-blue-dark);
	border-color: var(--pcu-search-blue-dark);
	color: #fff;
}

.pcu-result-card__secondary {
	background: #fff;
	border: 1px solid #ced8e6;
	color: #40516b;
}

.pcu-result-card__secondary:hover {
	border-color: #9eb6d6;
	color: var(--pcu-search-blue);
}

.pcu-result-card__component-actions {
	display: grid;
	gap: 9px;
	margin-top: auto;
}

.pcu-result-card__action-top,
.pcu-result-card__action-bottom {
	display: flex;
	align-items: center;
	gap: 7px;
}

.pcu-result-card__action-top {
	flex-wrap: wrap;
}

.pcu-result-card__configuration,
.pcu-result-card__detail,
.pcu-result-card__action-bottom .pcu-result-card__primary,
.pcu-result-card__action-bottom .pcu-result-card__amazon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 36px;
	padding: 7px 11px;
	border-radius: 8px;
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.pcu-result-card__configuration {
	flex: 1 1 150px;
	background: #168347;
	border: 1px solid #168347;
	color: #fff;
}

.pcu-result-card__configuration:hover,
.pcu-result-card__configuration:focus-visible {
	background: #106b39;
	border-color: #106b39;
	color: #fff;
	outline: 0;
	transform: translateY(-1px);
}

.pcu-result-card__configuration svg,
.pcu-result-card__detail svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.pcu-result-card__tool-buttons {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-left: auto;
}

.pcu-result-card__tool-button {
	display: inline-grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	background: #eaf3ff;
	border: 1px solid #cfe0f6;
	border-radius: 9px;
	color: var(--pcu-search-blue);
	font-family: inherit;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pcu-result-card__tool-button.is-cooling {
	background: #ecf8f5;
	border-color: #cce9e1;
	color: #087968;
}

.pcu-result-card__tool-button.is-compatibility {
	background: #f0edff;
	border-color: #ddd5ff;
	color: #6046bc;
}

.pcu-result-card__tool-button:hover,
.pcu-result-card__tool-button:focus-visible {
	border-color: currentColor;
	box-shadow: 0 5px 14px rgba(25, 72, 136, .12);
	outline: 0;
	transform: translateY(-1px);
}

.pcu-result-card__tool-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.pcu-result-card__action-bottom {
	flex-wrap: wrap;
}

.pcu-result-card__detail {
	background: #fff;
	border: 1px solid #ced8e6;
	color: #40516b;
}

.pcu-result-card__detail:hover,
.pcu-result-card__detail:focus-visible {
	border-color: #9eb6d6;
	color: var(--pcu-search-blue);
	outline: 0;
}

.pcu-result-card__action-bottom .pcu-result-card__amazon {
	margin-left: auto;
}

.pcu-result-card__amazon {
	background: #fff5e5;
	border: 1px solid #ffd18a;
	color: #8f5000;
}

.pcu-result-card__amazon span {
	display: inline-grid;
	width: 17px;
	height: 17px;
	place-items: center;
	background: var(--pcu-search-orange);
	border-radius: 5px;
	color: #111;
	font-size: 11px;
	font-weight: 800;
}

.pcu-result-card__amazon:hover {
	background: #ffebca;
	border-color: #ffb23d;
	color: #6f3e00;
}

body.pcu-component-detail-open {
	overflow: hidden;
}

.pcu-component-detail[hidden] {
	display: none !important;
}

.pcu-component-detail {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	padding: 28px;
	place-items: center;
}

.pcu-component-detail__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 20, 45, .72);
	backdrop-filter: blur(3px);
}

.pcu-component-detail__dialog {
	position: relative;
	z-index: 1;
	width: min(980px, 100%);
	max-height: min(880px, calc(100vh - 56px));
	overflow: auto;
	padding: 28px;
	background: #fff;
	border: 1px solid #d7e1ee;
	border-radius: 18px;
	box-shadow: 0 28px 80px rgba(3, 21, 50, .3);
}

.pcu-component-detail__close {
	position: sticky;
	z-index: 3;
	top: 0;
	float: right;
	display: grid;
	width: 38px;
	height: 38px;
	margin: -8px -8px 0 16px;
	padding: 0;
	place-items: center;
	background: #f2f6fb;
	border: 1px solid #d8e1ed;
	border-radius: 10px;
	color: #43516a;
	font: inherit;
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
}

.pcu-component-detail__hero {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	align-items: center;
	gap: 27px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e8f1;
}

.pcu-component-detail__media {
	display: grid;
	min-height: 190px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(145deg, #f5f8fc, #eaf1fa);
	border-radius: 14px;
}

.pcu-component-detail__media img {
	width: 100%;
	height: 190px;
	padding: 15px;
	object-fit: contain;
}

.pcu-component-detail__media > span {
	display: grid;
	width: 78px;
	height: 78px;
	place-items: center;
	background: linear-gradient(135deg, var(--pcu-search-navy), var(--pcu-search-blue));
	border-radius: 18px;
	color: #fff;
	font-size: 22px;
	font-weight: 780;
}

.pcu-component-detail__hero h3 {
	margin: 0;
	color: var(--pcu-search-navy);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 760;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.pcu-component-detail__description {
	margin: 14px 0 0;
	color: var(--pcu-search-muted);
	font-size: 13px;
	line-height: 1.65;
}

.pcu-component-detail__groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.pcu-component-detail__groups section {
	padding: 16px;
	background: #f7f9fc;
	border: 1px solid #e0e7f0;
	border-radius: 12px;
}

.pcu-component-detail__groups h4 {
	margin: 0 0 10px;
	color: var(--pcu-search-navy);
	font-size: 14px;
}

.pcu-component-detail__groups dl,
.pcu-component-detail__groups dt,
.pcu-component-detail__groups dd {
	margin: 0;
}

.pcu-component-detail__groups dl > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
	border-top: 1px solid #e4eaf2;
}

.pcu-component-detail__groups dt {
	color: #6c798c;
	font-size: 11px;
}

.pcu-component-detail__groups dd {
	color: #26364e;
	font-size: 11px;
	font-weight: 700;
	text-align: right;
}

.pcu-component-detail__groups a {
	color: var(--pcu-search-blue-dark);
}

.pcu-search__affiliate {
	margin: 18px 0 0;
	color: #7b8798;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

.pcu-search__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 38px 0 0;
}

.pcu-search__pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--pcu-search-line);
	border-radius: 9px;
	color: #536177;
	font-size: 12px;
	font-weight: 680;
	text-decoration: none;
}

.pcu-search__pagination a:hover,
.pcu-search__pagination a.is-current {
	background: var(--pcu-search-navy);
	border-color: var(--pcu-search-navy);
	color: #fff;
}

.pcu-search__page-numbers {
	display: flex;
	gap: 6px;
}

.pcu-search__empty {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 58px 30px;
	background: var(--pcu-search-soft);
	border: 1px solid #dfe8f4;
	border-radius: 18px;
	text-align: center;
}

.pcu-search__empty-icon {
	display: grid;
	width: 62px;
	height: 62px;
	margin-bottom: 17px;
	place-items: center;
	background: #e3efff;
	border-radius: 18px;
	color: var(--pcu-search-blue);
}

.pcu-search__empty-icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.pcu-search__empty h3 {
	margin: 0;
	color: var(--pcu-search-navy);
	font-size: 24px;
	font-weight: 740;
}

.pcu-search__empty p {
	max-width: 620px;
	margin: 12px auto 0;
	color: var(--pcu-search-muted);
	font-size: 14px;
	line-height: 1.65;
}

.pcu-search__empty-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 23px;
}

.pcu-search__empty-actions a {
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #cbd8e8;
	border-radius: 9px;
	color: var(--pcu-search-blue-dark);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

/* Sugerencias instantáneas del buscador global. */
.pcu-autocomplete-host {
	position: relative !important;
	overflow: visible !important;
}

.pcu-autocomplete {
	position: absolute;
	z-index: 99999;
	top: calc(100% + 8px);
	left: 0;
	width: min(540px, 96vw);
	max-height: min(470px, 70vh);
	overflow: auto;
	padding: 7px;
	background: #fff;
	border: 1px solid #cfd9e7;
	border-radius: 13px;
	box-shadow: 0 20px 48px rgba(8, 35, 76, .2);
	color: var(--pcu-search-text);
	font-family: inherit;
	text-align: left;
}

.pcu-search__form .pcu-autocomplete {
	top: calc(100% + 10px);
	width: 100%;
}

.pcu-autocomplete[hidden] {
	display: none !important;
}

.pcu-autocomplete__status {
	padding: 12px 13px;
	color: #6f7d91;
	font-size: 12px;
}

.pcu-autocomplete__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 60px;
	padding: 5px;
	border-radius: 9px;
	color: inherit;
	transition: background .14s ease;
}

.pcu-autocomplete__item:hover,
.pcu-autocomplete__item:focus-within {
	background: #eef5ff;
	color: inherit;
	outline: 0;
}

.pcu-autocomplete__main {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 2px 4px;
	border-radius: 8px;
	color: inherit;
	text-decoration: none;
}

.pcu-autocomplete__main.is-active {
	box-shadow: 0 0 0 2px rgba(20, 103, 243, .22);
	outline: 0;
}

.pcu-autocomplete__image,
.pcu-autocomplete__initials {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	background: #f0f4f9;
	border-radius: 8px;
	object-fit: contain;
}

.pcu-autocomplete__initials {
	background: linear-gradient(135deg, var(--pcu-search-navy), var(--pcu-search-blue));
	color: #fff;
	font-size: 13px;
	font-weight: 760;
}

.pcu-autocomplete__copy {
	display: block;
	min-width: 0;
}

.pcu-autocomplete__copy strong,
.pcu-autocomplete__copy small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcu-autocomplete__badges {
	display: flex !important;
	align-items: center;
	gap: 4px;
	margin-top: 5px;
}

.pcu-autocomplete__badges > span {
	display: inline-block;
	max-width: 150px;
	overflow: hidden;
	padding: 3px 5px;
	background: #eaf3ff;
	border-radius: 5px;
	color: #1555b4;
	font-size: 8px;
	font-weight: 680;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcu-autocomplete__badges > .is-use {
	background: #edf8f2;
	color: #14704a;
}

.pcu-autocomplete__side {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 6px;
	min-width: 120px;
}

.pcu-autocomplete__copy strong {
	color: var(--pcu-search-navy);
	font-size: 13px;
	font-weight: 710;
	line-height: 1.35;
}

.pcu-autocomplete__copy small {
	margin-top: 3px;
	color: #7b8799;
	font-size: 10px;
	line-height: 1.3;
}

.pcu-autocomplete__type {
	padding: 5px 7px;
	background: #eaf3ff;
	border-radius: 6px;
	color: #1555b4;
	font-size: 9px;
	font-weight: 730;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.pcu-autocomplete__configure {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-height: 28px;
	padding: 5px 7px;
	background: #168347;
	border: 1px solid #168347;
	border-radius: 7px;
	color: #fff;
	font: inherit;
	font-size: 9px;
	font-weight: 710;
	line-height: 1.15;
	cursor: pointer;
}

.pcu-autocomplete__configure:hover,
.pcu-autocomplete__configure.is-active {
	background: #106b39;
	border-color: #106b39;
	box-shadow: 0 0 0 2px rgba(22, 131, 71, .18);
	color: #fff;
	outline: 0;
}

.pcu-autocomplete__all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 5px;
	padding: 11px 12px;
	background: var(--pcu-search-navy);
	border-radius: 9px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

.pcu-autocomplete__all:hover,
.pcu-autocomplete__all.is-active {
	background: var(--pcu-search-blue);
	color: #fff;
}

@media (max-width: 1040px) {
	.pcu-search__grid {
		grid-template-columns: 1fr;
	}

	.pcu-result-card__media {
		flex-basis: 205px;
	}
}

@media (max-width: 720px) {
	.pcu-search__container {
		width: min(100% - 30px, 1180px);
	}

	.pcu-search__hero {
		padding: 40px 0 43px;
	}

	.pcu-search__lead {
		font-size: 15px;
	}

	.pcu-search__form {
		min-height: 54px;
	}

	.pcu-search__form button {
		padding: 0 17px;
	}

	.pcu-search__results {
		padding: 36px 0 56px;
	}

	.pcu-search__summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.pcu-search__category-filter {
		align-items: stretch;
		flex-direction: column;
		gap: 6px;
	}

	.pcu-search__select-wrap {
		width: 100%;
	}

	.pcu-result-card__media {
		flex-basis: 155px;
		min-height: 255px;
	}

	.pcu-result-card__specs {
		grid-template-columns: 1fr;
	}

	.pcu-component-detail {
		padding: 15px;
	}

	.pcu-component-detail__dialog {
		max-height: calc(100vh - 30px);
		padding: 21px;
	}

	.pcu-component-detail__hero,
	.pcu-component-detail__groups {
		grid-template-columns: 1fr;
	}

	.pcu-component-detail__media {
		min-height: 155px;
	}

}

@media (max-width: 520px) {
	.pcu-search__form-icon {
		flex-basis: 34px;
	}

	.pcu-search__form input[type="search"] {
		font-size: 14px;
	}

	.pcu-search__form button {
		min-height: 42px;
		padding: 0 13px;
		font-size: 12px;
	}

	.pcu-result-card {
		flex-direction: column;
	}

	.pcu-result-card__media {
		flex-basis: auto;
		width: 100%;
		min-height: 175px;
		max-height: 215px;
	}

	.pcu-result-card__media img {
		aspect-ratio: 16 / 8;
	}

	.pcu-result-card__body {
		padding: 18px;
	}

	.pcu-result-card__specs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pcu-result-card__actions a,
	.pcu-result-card__actions > button {
		flex: 1 1 auto;
	}

	.pcu-result-card__action-bottom .pcu-result-card__amazon {
		margin-left: 0;
	}

	.pcu-result-card__detail,
	.pcu-result-card__action-bottom .pcu-result-card__primary,
	.pcu-result-card__action-bottom .pcu-result-card__amazon {
		flex: 1 1 auto;
	}

	.pcu-search__pagination {
		gap: 8px;
	}

	.pcu-search__page-arrow {
		font-size: 0 !important;
	}

	.pcu-search__page-arrow span {
		font-size: 14px;
	}

	.pcu-autocomplete {
		position: fixed;
		top: 76px;
		left: 10px;
		width: calc(100vw - 20px);
		max-height: min(520px, calc(100vh - 95px));
	}

	.pcu-autocomplete__item {
		grid-template-columns: 1fr;
	}

	.pcu-autocomplete__side {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		padding: 0 4px 4px 63px;
	}

	.pcu-autocomplete__badges > span {
		max-width: 115px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pcu-search *,
	.pcu-autocomplete * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
