.prcat-category-section,
.prcat-catalog,
.prcat-related,
.prcat-product-detail {
	--prcat-ink: #102033;
	--prcat-muted: #657386;
	--prcat-line: #dce3ec;
	--prcat-soft: #f4f7fb;
	color: var(--prcat-ink);
	font-family: inherit;
}

.prcat-section-title {
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.08;
	margin: 0 0 12px;
}

.prcat-section-intro {
	color: var(--prcat-muted);
	font-size: 17px;
	margin: 0 0 28px;
	max-width: 680px;
}

.prcat-catalog-shell {
	background: #f4f7fb;
	padding: clamp(48px, 7vw, 84px) 0;
}

.prcat-catalog-shell > .prcat-catalog {
	margin: 0 auto;
	width: min(1180px, 92%);
}

.prcat-catalog-eyebrow {
	color: #1769e0;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .14em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.prcat-category-grid,
.prcat-product-grid {
	display: grid;
	gap: 18px;
}

.prcat-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prcat-category-card {
	aspect-ratio: 1 / .78;
	display: block;
	overflow: hidden;
	position: relative;
}

.prcat-category-card img {
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.prcat-category-card:hover img {
	transform: scale(1.035);
}

.prcat-category-overlay {
	background: linear-gradient(180deg, transparent 20%, rgba(7, 20, 38, .9));
	inset: 0;
	position: absolute;
}

.prcat-category-content {
	bottom: 0;
	color: #fff;
	display: grid;
	gap: 5px;
	left: 0;
	padding: 20px;
	position: absolute;
	right: 0;
}

.prcat-category-content strong {
	font-size: 20px;
	line-height: 1.1;
}

.prcat-category-content small {
	opacity: .78;
}

.prcat-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	margin: 22px 0 14px;
}

.prcat-search-field input,
.prcat-filter-grid select {
	background: #fff;
	border: 1px solid var(--prcat-line);
	border-radius: 12px;
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.prcat-search-button,
.prcat-filter-button,
.prcat-card-link {
	border: 0;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0 20px;
}

.prcat-search-button,
.prcat-card-link {
	background: #1769e0;
}

.prcat-mobile-filters {
	grid-column: 1 / -1;
}

.prcat-mobile-filters summary {
	cursor: pointer;
	font-weight: 750;
	padding: 10px 0;
}

.prcat-filter-grid {
	background: var(--prcat-soft);
	border-radius: 16px;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
	padding: 16px;
}

.prcat-filter-grid label {
	color: var(--prcat-muted);
	display: grid;
	font-size: 12px;
	font-weight: 700;
	gap: 5px;
	text-transform: uppercase;
}

.prcat-filter-button {
	align-self: end;
	background: var(--prcat-ink);
	min-height: 48px;
}

.prcat-clear-link {
	align-self: center;
	color: var(--prcat-muted);
	font-size: 14px;
}

.prcat-results-bar {
	color: var(--prcat-muted);
	font-size: 14px;
	margin: 14px 0 20px;
}

.prcat-product-card {
	border: 1px solid var(--prcat-line);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

.prcat-product-image {
	background: var(--prcat-soft);
	display: block;
	overflow: hidden;
}

.prcat-product-image img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: contain;
	transition: transform .2s ease;
	width: 100%;
}

.prcat-product-card:hover .prcat-product-image img {
	transform: scale(1.025);
}

.prcat-product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px;
}

.prcat-product-category,
.prcat-sku {
	color: var(--prcat-muted);
	font-size: 12px;
}

.prcat-product-card h3 {
	font-size: 18px;
	line-height: 1.25;
	margin: 8px 0;
}

.prcat-product-card h3 a {
	color: inherit;
}

.prcat-price {
	font-size: 14px;
	font-weight: 750;
	margin: 14px 0;
}

.prcat-card-link {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: auto;
	min-height: 42px;
}

.prcat-quote-add,
.prcat-quote-open-inline {
	background: #102033;
	border: 0;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	min-height: 44px;
	padding: 10px 16px;
	transition: background .2s ease, transform .2s ease;
	width: 100%;
}

.prcat-quote-add {
	margin-top: 9px;
}

.prcat-quote-add:hover,
.prcat-quote-open-inline:hover {
	background: #ed174c;
	transform: translateY(-1px);
}

.prcat-quote-add-single {
	background: #1769e0;
	font-size: 16px;
	margin: 6px 0 20px;
	max-width: 360px;
	min-height: 52px;
}

.woocommerce ul.products li.product .prcat-quote-add-loop {
	margin-top: 9px;
	width: 100%;
}

.single-product form.cart,
.single_add_to_cart_button,
.woocommerce ul.products li.product .add_to_cart_button {
	display: none !important;
}

.prcat-quote-locked {
	overflow: hidden;
}

.prcat-quote-overlay {
	background: rgba(5, 15, 30, .56);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity .25s ease;
	z-index: 999998;
}

.prcat-quote-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.prcat-quote-drawer {
	background: #fff;
	bottom: 0;
	box-shadow: -20px 0 60px rgba(4, 18, 39, .22);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(104%);
	transition: transform .28s ease;
	width: 520px;
	z-index: 999999;
}

.prcat-quote-drawer.is-open {
	transform: translateX(0);
}

.prcat-quote-header {
	align-items: center;
	background: #102033;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 20px 22px;
}

.prcat-quote-header small {
	color: #a9c8f0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.prcat-quote-header h2 {
	color: #fff;
	font-size: 25px;
	margin: 3px 0 0;
}

.prcat-quote-close {
	background: rgba(255, 255, 255, .12);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	height: 42px;
	line-height: 1;
	width: 42px;
}

.prcat-quote-content {
	overflow-y: auto;
	padding: 20px 22px 32px;
}

.prcat-quote-item {
	border-bottom: 1px solid #e1e7ef;
	display: grid;
	gap: 13px;
	grid-template-columns: 82px 1fr;
	padding: 14px 0;
}

.prcat-quote-item img {
	background: #f4f7fb;
	border-radius: 12px;
	height: 82px;
	object-fit: contain;
	width: 82px;
}

.prcat-quote-item-info {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.prcat-quote-item-info strong {
	color: #102033;
	font-size: 15px;
	line-height: 1.25;
}

.prcat-quote-item-info small,
.prcat-quote-item-info span {
	color: #657386;
	font-size: 12px;
}

.prcat-quote-item-controls {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 72px 1fr auto;
	margin-top: 7px;
}

.prcat-quote-item-controls input {
	border: 1px solid #dce3ec;
	border-radius: 8px;
	height: 38px;
	padding: 0 8px;
	width: 100%;
}

.prcat-quote-item-controls b {
	color: #102033;
	font-size: 14px;
}

.prcat-quote-item-controls button {
	background: transparent;
	border: 0;
	color: #b32645;
	cursor: pointer;
	font-size: 12px;
	padding: 5px;
}

.prcat-quote-empty {
	background: #f4f7fb;
	border-radius: 16px;
	padding: 28px 20px;
	text-align: center;
}

.prcat-quote-empty h3 {
	font-size: 19px;
	margin: 0 0 7px;
}

.prcat-quote-empty p {
	color: #657386;
	font-size: 14px;
	margin: 0;
}

.prcat-quote-totals {
	background: #f4f7fb;
	border-radius: 16px;
	margin: 20px 0;
	padding: 16px;
}

.prcat-quote-totals > div {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	padding: 5px 0;
}

.prcat-quote-totals .is-total {
	border-top: 1px solid #dce3ec;
	font-size: 18px;
	margin-top: 7px;
	padding-top: 12px;
}

.prcat-quote-totals p {
	color: #657386;
	font-size: 11px;
	line-height: 1.45;
	margin: 12px 0 0;
}

.prcat-quote-form h3 {
	font-size: 21px;
	margin: 0 0 14px;
}

.prcat-quote-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.prcat-quote-form-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
}

.prcat-quote-form-grid label {
	color: #425168;
	display: grid;
	font-size: 12px;
	font-weight: 750;
	gap: 5px;
}

.prcat-quote-form-grid label span {
	color: #ed174c;
}

.prcat-quote-form-grid .is-wide {
	grid-column: 1 / -1;
}

.prcat-quote-form input,
.prcat-quote-form textarea {
	background: #fff;
	border: 1px solid #dce3ec;
	border-radius: 10px;
	color: #102033;
	font: inherit;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.prcat-quote-form textarea {
	resize: vertical;
}

.prcat-quote-error {
	background: #fff0f3;
	border-radius: 10px;
	color: #a41f3a;
	display: none;
	font-size: 13px;
	margin-top: 12px;
	padding: 11px 12px;
}

.prcat-quote-error.is-visible {
	display: block;
}

.prcat-quote-submit {
	background: #1d9b50;
	border: 0;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 850;
	margin-top: 14px;
	min-height: 50px;
	padding: 10px 16px;
	width: 100%;
}

.prcat-quote-submit:disabled {
	cursor: wait;
	opacity: .65;
}

.prcat-quote-privacy {
	color: #768397;
	font-size: 11px;
	line-height: 1.4;
	margin: 8px 0 0;
	text-align: center;
}

.prcat-quote-floating {
	align-items: center;
	background: #1769e0;
	border: 0;
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 14px 34px rgba(10, 42, 86, .28);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-weight: 850;
	gap: 9px;
	min-height: 56px;
	padding: 8px 10px 8px 18px;
	position: fixed;
	right: 22px;
	z-index: 999997;
}

.prcat-quote-icon {
	font-size: 20px;
}

.prcat-quote-count {
	align-items: center;
	background: #ed174c;
	border-radius: 50%;
	display: flex;
	font-size: 12px;
	height: 34px;
	justify-content: center;
	min-width: 34px;
	padding: 0 5px;
}

.prcat-quote-floating:not(.has-items) .prcat-quote-count {
	background: rgba(255, 255, 255, .18);
}

.prcat-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 28px;
}

.prcat-pagination .page-numbers {
	border: 1px solid var(--prcat-line);
	border-radius: 9px;
	padding: 8px 12px;
}

.prcat-pagination .current {
	background: var(--prcat-ink);
	color: #fff;
}

.prcat-empty {
	background: var(--prcat-soft);
	border-radius: 18px;
	padding: 40px 24px;
	text-align: center;
}

.prcat-product-detail {
	display: grid;
	gap: clamp(26px, 5vw, 64px);
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}

.prcat-gallery {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.prcat-gallery a {
	background: var(--prcat-soft);
	border-radius: 14px;
	overflow: hidden;
}

.prcat-gallery .is-main {
	grid-column: 1 / -1;
}

.prcat-gallery img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.prcat-product-title {
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.02;
	margin: 8px 0 12px;
}

.prcat-detail-category,
.prcat-detail-sku {
	color: var(--prcat-muted);
	font-size: 13px;
}

.prcat-detail-price {
	font-size: 20px;
	font-weight: 800;
	margin: 22px 0;
}

.prcat-description {
	color: #33445a;
	line-height: 1.7;
}

.prcat-info-grid {
	border-top: 1px solid var(--prcat-line);
	display: grid;
	gap: 0;
	margin-top: 28px;
}

.prcat-info-item {
	border-bottom: 1px solid var(--prcat-line);
	display: grid;
	gap: 16px;
	grid-template-columns: 150px 1fr;
	padding: 15px 0;
}

.prcat-detail-label {
	font-size: 13px;
	font-weight: 800;
}

.prcat-related {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.prcat-category-grid,
	.prcat-product-grid {
		gap: 10px;
	}

	.prcat-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.prcat-category-card {
		aspect-ratio: 1 / 1;
	}

	.prcat-category-content {
		padding: 13px;
	}

	.prcat-category-content strong {
		font-size: 15px;
	}

	.prcat-search-form {
		grid-template-columns: 1fr;
	}

	.prcat-search-button {
		min-height: 46px;
	}

	.prcat-filter-grid {
		grid-template-columns: 1fr;
	}

	.prcat-product-body {
		padding: 12px;
	}

	.prcat-product-card h3 {
		font-size: 15px;
	}

	.prcat-card-link {
		font-size: 13px;
		padding: 8px;
	}

	.prcat-quote-add {
		font-size: 12px;
		padding: 7px;
	}

	.prcat-product-detail {
		grid-template-columns: 1fr;
	}

	.prcat-info-item {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.prcat-quote-drawer {
		border-radius: 22px 22px 0 0;
		height: min(88vh, 760px);
		top: auto;
		transform: translateY(104%);
		width: 100%;
	}

	.prcat-quote-drawer.is-open {
		transform: translateY(0);
	}

	.prcat-quote-header {
		border-radius: 22px 22px 0 0;
		padding: 16px 18px;
	}

	.prcat-quote-content {
		padding: 14px 16px 28px;
	}

	.prcat-quote-form-grid {
		grid-template-columns: 1fr;
	}

	.prcat-quote-form-grid .is-wide {
		grid-column: auto;
	}

	.prcat-quote-floating {
		bottom: 14px;
		left: 14px;
		justify-content: center;
		min-height: 54px;
		right: 14px;
	}

	.prcat-quote-floating-text {
		flex: 1;
		text-align: center;
	}
}
