:root {
	--rpct-orange: #f05a28;
	--rpct-orange-dark: #c94116;
	--rpct-ink: #252526;
	--rpct-gray: #5d6063;
	--rpct-line: #dfe2e5;
	--rpct-soft: #f4f5f6;
	--rpct-white: #ffffff;
}

/* El catálogo usa el ancho completo aunque el tema Storefront tenga widgets activos. */
body.rpct-catalog-page .content-area {
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
}

body.rpct-catalog-page .widget-area {
	display: none !important;
}

body.rpct-catalog-page.page .site-main > article.page > .entry-header {
	display: none;
}

body.rpct-catalog-page.page .site-main > article.page > .entry-content {
	margin: 0;
}

/* Compacta únicamente el encabezado de las páginas del catálogo en escritorio. */
@media (min-width: 768px) {
	body.rpct-catalog-page .site-header {
		padding-top: 30px !important;
	}

	body.rpct-catalog-page .site-header .site-branding,
	body.rpct-catalog-page .site-header .site-search,
	body.rpct-catalog-page .site-header .site-header-cart {
		margin-bottom: 18px !important;
	}

	body.rpct-catalog-page .main-navigation ul.menu > li > a,
	body.rpct-catalog-page .main-navigation ul.nav-menu > li > a,
	body.rpct-catalog-page .site-header-cart .cart-contents {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
}

.rpct-page-shell,
.rpct-catalog {
	box-sizing: border-box;
}

.rpct-page-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 38px 0 72px;
	color: var(--rpct-ink);
}

.rpct-page-shell *,
.rpct-catalog * {
	box-sizing: border-box;
}

.rpct-catalog {
	width: min(1180px, 100%);
	margin: 0 auto;
	color: var(--rpct-ink);
	font-size: 1rem;
	line-height: 1.62;
}

.rpct-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin: 0 0 28px;
	color: #6b6e72;
	font-size: .875rem;
}

.rpct-breadcrumbs a {
	color: #575a5d;
	text-decoration: none;
}

.rpct-breadcrumbs a:hover,
.rpct-breadcrumbs a:focus-visible {
	color: var(--rpct-orange-dark);
	text-decoration: underline;
}

.rpct-directory-header {
	position: relative;
	max-width: 880px;
	padding: 0 0 24px 22px;
	border-left: 5px solid var(--rpct-orange);
}

.rpct-directory-header h1,
.rpct-equipment-intro h1 {
	margin: 0;
	color: var(--rpct-ink);
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.04;
}

.rpct-eyebrow {
	margin: 0 0 8px;
	color: var(--rpct-orange-dark);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.rpct-lead {
	max-width: 780px;
	margin: 16px 0 0;
	color: #4d5053;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.58;
}

.rpct-directory-links {
	display: flex;
	gap: 18px;
	align-items: center;
	margin: 25px 0 0;
	padding: 14px 0;
	border-top: 1px solid var(--rpct-line);
	border-bottom: 1px solid var(--rpct-line);
}

.rpct-directory-links > strong {
	flex: 0 0 auto;
	font-size: .86rem;
	letter-spacing: .025em;
}

.rpct-directory-links > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rpct-directory-links a {
	padding: 6px 10px;
	border: 1px solid #c8cccf;
	border-radius: 3px;
	color: #3e4143;
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
}

.rpct-directory-links a:hover,
.rpct-directory-links a:focus-visible {
	border-color: var(--rpct-orange);
	color: var(--rpct-orange-dark);
}

.rpct-toolbar {
	display: grid;
	grid-template-columns: minmax(240px, .75fr) 1.6fr;
	gap: 24px;
	align-items: end;
	margin: 34px 0 18px;
	padding: 20px;
	border: 1px solid var(--rpct-line);
	background: var(--rpct-soft);
}

.rpct-search span {
	display: block;
	margin-bottom: 7px;
	font-size: .88rem;
	font-weight: 750;
}

.rpct-search input {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 9px 13px;
	border: 1px solid #b7bcc0;
	border-radius: 4px;
	background: var(--rpct-white);
	color: var(--rpct-ink);
	font-size: 1rem;
}

.rpct-search input:focus,
.rpct-filter-buttons button:focus-visible,
.rpct-button:focus-visible,
.rpct-text-link:focus-visible {
	outline: 3px solid rgba(240, 90, 40, .28);
	outline-offset: 2px;
}

.rpct-filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rpct-filter-buttons button {
	min-height: 42px;
	margin: 0;
	padding: 8px 13px;
	border: 1px solid #b7bcc0;
	border-radius: 4px;
	background: var(--rpct-white);
	color: #3d4042;
	font-size: .9rem;
	font-weight: 700;
	cursor: pointer;
}

.rpct-filter-buttons button:hover,
.rpct-filter-buttons button.is-active {
	border-color: var(--rpct-ink);
	background: var(--rpct-ink);
	color: var(--rpct-white);
}

.rpct-count {
	margin: 0 0 16px;
	color: #65686b;
	font-size: .9rem;
}

.rpct-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
	gap: 22px;
	align-items: stretch;
}

.rpct-card {
	display: flex;
	overflow: hidden;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--rpct-line);
	border-radius: 8px;
	background: var(--rpct-white);
	box-shadow: 0 10px 28px rgba(23, 25, 27, .06);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.rpct-card:hover {
	border-color: #c5c9cc;
	box-shadow: 0 16px 36px rgba(23, 25, 27, .11);
}

.rpct-card[hidden] {
	display: none !important;
}

.rpct-card-image {
	position: relative;
	display: block;
	height: 215px;
	overflow: hidden;
	border-bottom: 1px solid var(--rpct-line);
	background: #f7f7f7;
	text-decoration: none !important;
}

.rpct-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 12px;
	object-fit: contain;
}

.rpct-image-placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 24px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(145deg, #f7f7f7 0%, #e9ebed 100%);
	color: var(--rpct-ink);
	text-align: center;
	text-decoration: none !important;
}

.rpct-image-placeholder small,
.rpct-image-placeholder strong,
.rpct-image-placeholder em {
	text-decoration: none !important;
}

.rpct-image-placeholder::before {
	width: 42px;
	height: 5px;
	margin-bottom: 18px;
	background: var(--rpct-orange);
	content: '';
}

.rpct-image-placeholder small {
	color: #727578;
	font-size: .72rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.rpct-image-placeholder strong {
	margin: 6px 0;
	font-size: 1.45rem;
	line-height: 1.15;
}

.rpct-image-placeholder em {
	color: #737679;
	font-size: .82rem;
	font-style: normal;
}

.rpct-image-placeholder-large {
	min-height: 100%;
}

.rpct-image-placeholder-large strong {
	font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.rpct-card-tag {
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 5px 9px;
	border-radius: 3px;
	background: rgba(37, 37, 38, .92);
	color: #fff;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.rpct-card-body {
	display: flex;
	min-height: 0;
	flex: 1;
	padding: 22px;
	flex-direction: column;
}

.rpct-card-body h2 {
	margin: 0 0 10px;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.2;
}

.rpct-card-body h2 a {
	color: var(--rpct-ink);
	text-decoration: none;
}

.rpct-card-body h2 a:hover {
	color: var(--rpct-orange-dark);
}

.rpct-card-body > p {
	margin: 0 0 18px;
	color: #595c60;
}

.rpct-card-specs {
	margin: 0 0 18px;
	border-top: 1px solid var(--rpct-line);
}

.rpct-card-specs > div {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid var(--rpct-line);
	font-size: .84rem;
}

.rpct-card-specs dt {
	min-width: 0;
	color: #696c6f;
	overflow-wrap: anywhere;
}

.rpct-card-specs dd {
	min-width: 0;
	margin: 0;
	color: var(--rpct-ink);
	font-weight: 750;
	text-align: right;
	overflow-wrap: anywhere;
}

.rpct-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	width: fit-content;
	color: var(--rpct-orange-dark);
	font-weight: 800;
	text-decoration: none;
}

.rpct-card-body > .rpct-text-link {
	margin-top: auto;
}

.rpct-text-link:hover {
	color: var(--rpct-ink);
	text-decoration: underline;
}

.rpct-empty,
.rpct-empty-state {
	padding: 28px;
	border: 1px dashed #b9bdc0;
	background: var(--rpct-soft);
	text-align: center;
}

.rpct-catalog-note {
	margin-top: 30px;
	padding: 18px 20px;
	border-left: 4px solid var(--rpct-orange);
	background: #fff5f1;
	color: #4d4f51;
}

.rpct-catalog-note p {
	margin: 0;
}

.rpct-equipment-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	gap: clamp(30px, 5vw, 64px);
	align-items: center;
	margin-bottom: 52px;
}

.rpct-equipment-photo {
	height: clamp(360px, 42vw, 510px);
	overflow: hidden;
	border: 1px solid var(--rpct-line);
	background: #f5f5f5;
	box-shadow: 0 16px 40px rgba(23, 25, 27, .09);
}

.rpct-equipment-photo img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 18px;
	object-fit: contain;
}

.rpct-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 18px;
}

.rpct-badges span {
	padding: 5px 9px;
	border: 1px solid #cfd2d5;
	border-radius: 3px;
	background: var(--rpct-soft);
	color: #484b4e;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.rpct-badges .is-current {
	border-color: #acd1bb;
	background: #edf8f1;
	color: #22683e;
}

.rpct-badges .is-discontinued {
	border-color: #d4b4b0;
	background: #fff1ef;
	color: #963528;
}

.rpct-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 28px;
}

.rpct-button {
	display: inline-flex;
	min-height: 48px;
	padding: 11px 17px;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 4px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.rpct-button-primary {
	border-color: var(--rpct-orange);
	background: var(--rpct-orange);
	color: #fff;
}

.rpct-button-primary:hover {
	border-color: var(--rpct-orange-dark);
	background: var(--rpct-orange-dark);
	color: #fff;
}

.rpct-button-secondary {
	border-color: var(--rpct-ink);
	background: transparent;
	color: var(--rpct-ink);
}

.rpct-button-secondary:hover {
	background: var(--rpct-ink);
	color: #fff;
}

.rpct-availability-note {
	margin: 13px 0 0;
	color: #717477;
	font-size: .86rem;
}

.rpct-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: clamp(28px, 5vw, 62px);
	align-items: start;
}

.rpct-section {
	margin-bottom: 42px;
}

.rpct-section h2,
.rpct-side-card h2 {
	margin: 0 0 16px;
	color: var(--rpct-ink);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
}

.rpct-prose p {
	margin: 0 0 1em;
	color: #474a4d;
	font-size: 1.04rem;
}

.rpct-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--rpct-line);
}

.rpct-spec-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: .98rem;
}

.rpct-spec-table th,
.rpct-spec-table td {
	padding: 13px 16px;
	border: 0;
	border-bottom: 1px solid var(--rpct-line);
	vertical-align: top;
	text-align: left;
}

.rpct-spec-table tr:last-child th,
.rpct-spec-table tr:last-child td {
	border-bottom: 0;
}

.rpct-spec-table th {
	width: 42%;
	background: var(--rpct-soft);
	color: #45484a;
	font-weight: 750;
}

.rpct-spec-table td {
	background: var(--rpct-white);
	color: #27292b;
}

.rpct-document-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.rpct-document-link {
	display: flex;
	gap: 14px;
	min-width: 0;
	padding: 16px;
	align-items: center;
	border: 1px solid var(--rpct-line);
	border-radius: 5px;
	background: var(--rpct-white);
	color: var(--rpct-ink);
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.rpct-document-link:hover,
.rpct-document-link:focus-visible {
	border-color: var(--rpct-orange);
	box-shadow: 0 8px 22px rgba(23, 25, 27, .08);
	color: var(--rpct-orange-dark);
}

.rpct-document-format {
	display: inline-flex;
	min-width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: var(--rpct-orange);
	color: #fff;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .06em;
}

.rpct-document-link > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rpct-document-link strong {
	font-size: .98rem;
	line-height: 1.25;
}

.rpct-document-link small {
	margin-top: 3px;
	color: #6c6f72;
	font-size: .78rem;
}

.rpct-side-column {
	position: sticky;
	top: 30px;
}

.rpct-side-card {
	margin-bottom: 18px;
	padding: 23px;
	border: 1px solid var(--rpct-line);
	background: var(--rpct-white);
}

.rpct-side-card h2 {
	font-size: 1.24rem;
}

.rpct-side-card ul {
	margin: 0;
	padding-left: 19px;
}

.rpct-side-card li {
	margin-bottom: 8px;
	color: #4e5154;
}

.rpct-side-card li::marker {
	color: var(--rpct-orange);
}

.rpct-parts-card {
	border-top: 5px solid var(--rpct-orange);
	background: #fff8f5;
}

.rpct-parts-card p:not(.rpct-eyebrow) {
	color: #55585b;
}

.rpct-source-sheet {
	display: block;
	max-width: 820px;
	padding: 12px;
	border: 1px solid var(--rpct-line);
	background: #fafafa;
}

.rpct-source-sheet img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.rpct-equipment-footer {
	margin-top: 46px;
	padding: 22px 24px;
	border-top: 1px solid var(--rpct-line);
	background: var(--rpct-soft);
	color: #66696c;
	font-size: .87rem;
}

.rpct-equipment-footer p {
	margin: 0 0 8px;
}

.rpct-equipment-footer p:last-child {
	margin-bottom: 0;
}

.rpct-equipment-footer .rpct-review-date {
	margin-top: 12px;
	color: #898c8f;
	font-size: .75rem;
	line-height: 1.4;
	text-align: right;
}

@media (max-width: 920px) {
	.rpct-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rpct-equipment-hero,
	.rpct-single-grid {
		grid-template-columns: 1fr;
	}

	.rpct-equipment-intro {
		max-width: 760px;
	}

	.rpct-side-column {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.rpct-equipment-footer .rpct-review-date {
		margin-top: 11px;
		font-size: .75rem;
	}
}

@media (max-width: 680px) {
	.rpct-page-shell {
		width: min(100% - 28px, 1180px);
		padding: 25px 0 52px;
	}

	.rpct-equipment-footer .rpct-review-date {
		margin-top: 10px;
		font-size: .75rem;
		text-align: left;
	}

	.rpct-directory-header {
		padding-left: 15px;
	}

	.rpct-toolbar {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 26px;
		padding: 15px;
	}

	.rpct-directory-links {
		align-items: flex-start;
		flex-direction: column;
	}

	.rpct-filter-buttons {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rpct-filter-buttons button {
		width: 100%;
	}

	.rpct-grid,
	.rpct-side-column,
	.rpct-document-grid {
		grid-template-columns: 1fr;
	}

	.rpct-card-body {
		min-height: 0;
	}

	.rpct-card-image {
		height: 215px;
	}

	.rpct-equipment-hero {
		gap: 27px;
		margin-bottom: 38px;
	}

	.rpct-equipment-photo {
		height: 340px;
	}

	.rpct-actions {
		display: grid;
	}

	.rpct-button {
		width: 100%;
	}

	.rpct-spec-table th,
	.rpct-spec-table td {
		padding: 11px 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rpct-card,
	.rpct-card-image img {
		transition: none;
	}
}
