.reno-pc-archive {
	--reno-pc-accent: #006756;
	--reno-pc-text: #1c1c1c;
	--reno-pc-muted: #6a6a6a;
	--reno-pc-border: #e8e5df;
	--reno-pc-surface: #ffffff;
	--reno-pc-soft: #f7f3ee;
	color: var(--reno-pc-text);
	font-family: inherit;
	padding: clamp(24px, 4vw, 56px) clamp(16px, 4vw, 48px);
}

.reno-pc-header {
	margin: 0 auto clamp(24px, 4vw, 40px);
	max-width: 1240px;
}

.reno-pc-title {
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 500;
	line-height: 1.08;
	margin: 0;
}

.reno-pc-shell {
	align-items: start;
	display: grid;
	gap: clamp(24px, 4vw, 52px);
	grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1240px;
}

.reno-pc-sidebar,
.reno-pc-content {
	min-width: 0;
}

.reno-pc-filter-form {
	display: grid;
	gap: 22px;
}

.reno-pc-panel {
	border-bottom: 1px solid var(--reno-pc-border);
	padding-bottom: 18px;
}

.reno-pc-archive .reno-pc-panel-toggle,
.reno-pc-archive .reno-pc-order-toggle {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	color: var(--reno-pc-text) !important;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-weight: 650;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 0;
	text-align: left;
	width: 100%;
}

.reno-pc-chevron {
	border-color: currentColor;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	height: 8px;
	margin-left: 16px;
	transform: rotate(225deg);
	transition: transform 160ms ease;
	width: 8px;
}

.reno-pc-panel:not(.is-open) .reno-pc-chevron,
.reno-pc-order-panel:not(.is-open) .reno-pc-chevron {
	transform: rotate(45deg);
}

.reno-pc-panel-body {
	display: grid;
	gap: 12px;
	padding-top: 18px;
}

.reno-pc-panel:not(.is-open) .reno-pc-panel-body,
.reno-pc-order-panel:not(.is-open) .reno-pc-order-menu {
	display: none;
}

.reno-pc-range {
	height: 34px;
	margin: 0 0 12px;
	position: relative;
}

.reno-pc-range-track,
.reno-pc-range-fill {
	border-radius: 999px;
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 15px;
}

.reno-pc-range-track {
	background: #d8d3cc;
}

.reno-pc-range-fill {
	background: var(--reno-pc-accent);
	left: var(--range-left, 0%);
	right: var(--range-right, 0%);
}

.reno-pc-range input[type="range"] {
	appearance: none;
	background: transparent;
	height: 34px;
	left: 0;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.reno-pc-range input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	background: var(--reno-pc-accent);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	pointer-events: auto;
	width: 20px;
}

.reno-pc-range input[type="range"]::-moz-range-thumb {
	background: var(--reno-pc-accent);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	pointer-events: auto;
	width: 20px;
}

.reno-pc-price-fields {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.reno-pc-price-fields label {
	align-items: center;
	border: 1px solid #8b8b8b;
	border-radius: 4px;
	display: grid;
	gap: 8px;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 36px;
	padding: 0 10px;
}

.reno-pc-archive .reno-pc-price-fields input[type="number"] {
	appearance: textfield;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font: inherit;
	line-height: 1;
	min-width: 0;
	outline: none;
	padding: 0 !important;
	text-align: right;
	width: 100%;
}

.reno-pc-archive .reno-pc-price-fields input[type="number"]::-webkit-inner-spin-button,
.reno-pc-archive .reno-pc-price-fields input[type="number"]::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

.reno-pc-price-separator {
	color: var(--reno-pc-muted);
}

.reno-pc-check {
	align-items: center;
	color: #3f3f3f;
	cursor: pointer;
	display: grid;
	font-size: 14px;
	gap: 10px;
	grid-template-columns: 18px minmax(0, 1fr);
	line-height: 1.25;
}

.reno-pc-check input {
	appearance: none;
	border: 1px solid #7d7d7d;
	border-radius: 0;
	height: 16px;
	margin: 0;
	width: 16px;
}

.reno-pc-check input:checked {
	background: linear-gradient(var(--reno-pc-accent), var(--reno-pc-accent)) center / 10px 10px no-repeat;
	border-color: var(--reno-pc-accent);
}

.reno-pc-actions {
	align-items: center;
	display: flex;
	gap: 14px;
	padding-top: 2px;
}

.reno-pc-apply,
.reno-pc-reset {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 650;
	line-height: 1;
	min-height: 40px;
	padding: 12px 18px;
	text-decoration: none;
}

.reno-pc-apply {
	background: var(--reno-pc-accent);
	border: 1px solid var(--reno-pc-accent);
	color: #fff;
	cursor: pointer;
}

.reno-pc-reset {
	align-items: center;
	border: 1px solid var(--reno-pc-border);
	color: var(--reno-pc-text);
	display: inline-flex;
}

.reno-pc-order-form {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 28px;
}

.reno-pc-order-panel {
	border: 0;
	min-width: min(100%, 290px);
	position: relative;
}

.reno-pc-order-toggle {
	letter-spacing: .12em;
	min-height: 88px;
	padding: 0 30px;
	text-transform: uppercase;
}

.reno-pc-order-menu {
	background: var(--reno-pc-surface);
	border-top: 0;
	box-shadow: 0 16px 28px rgba(0, 0, 0, .08);
	display: grid;
	gap: 0;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 20;
}

.reno-pc-order-option {
	cursor: pointer;
	display: block;
	font-size: 18px;
	line-height: 1.25;
	padding: 14px 6px;
}

.reno-pc-order-option input {
	appearance: none;
	height: 0;
	margin: 0;
	position: absolute;
	width: 0;
}

.reno-pc-order-option span {
	display: block;
	padding: 0 0 0 0;
}

.reno-pc-order-option input:checked + span {
	color: var(--reno-pc-accent);
	font-weight: 650;
}

.reno-pc-grid {
	display: grid;
	gap: clamp(18px, 2.8vw, 30px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reno-pc-product-card {
	background: var(--reno-pc-surface);
	border: 1px solid var(--reno-pc-border);
	border-radius: 6px;
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	overflow: hidden;
	transition: border-color 160ms ease, transform 160ms ease;
}

.reno-pc-product-card:hover {
	border-color: #c8bda8;
	transform: translateY(-2px);
}

.reno-pc-product-image {
	aspect-ratio: 1 / 1;
	background: var(--reno-pc-soft);
	display: block;
	overflow: hidden;
	position: relative;
}

.reno-pc-product-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reno-pc-product-image.has-missing-image::after {
	align-items: center;
	color: #8a8176;
	content: "Reno Preziosi";
	display: flex;
	font-family: Georgia, serif;
	font-size: 18px;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.reno-pc-product-image.has-missing-image img {
	display: none;
}

.reno-pc-product-body {
	align-content: start;
	display: grid;
	gap: 12px;
	padding: 18px;
}

.reno-pc-product-title {
	font-size: clamp(16px, 1.7vw, 20px);
	font-weight: 500;
	line-height: 1.22;
	margin: 0;
}

.reno-pc-product-title a {
	color: inherit;
	text-decoration: none;
}

.reno-pc-product-price {
	color: var(--reno-pc-text);
	font-size: 15px;
	font-weight: 650;
}

.reno-pc-empty a {
	background: var(--reno-pc-accent);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 650;
	line-height: 1;
	min-height: 38px;
	padding: 12px 16px;
	text-decoration: none;
}

.reno-pc-pagination {
	margin-top: 34px;
}

.reno-pc-pagination ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.reno-pc-pagination a,
.reno-pc-pagination span {
	align-items: center;
	border: 1px solid var(--reno-pc-border);
	border-radius: 4px;
	color: var(--reno-pc-text);
	display: inline-flex;
	min-height: 38px;
	min-width: 38px;
	padding: 8px 12px;
	text-decoration: none;
}

.reno-pc-pagination .current {
	background: var(--reno-pc-accent);
	border-color: var(--reno-pc-accent);
	color: #fff;
}

.reno-pc-empty {
	background: var(--reno-pc-soft);
	border: 1px solid var(--reno-pc-border);
	border-radius: 6px;
	padding: 28px;
}

@media (max-width: 980px) {
	.reno-pc-shell {
		grid-template-columns: 1fr;
	}

	.reno-pc-order-form {
		justify-content: stretch;
	}

	.reno-pc-order-panel {
		width: 100%;
	}

	.reno-pc-order-toggle {
		min-height: 62px;
	}
}

@media (max-width: 720px) {
	.reno-pc-archive {
		padding: 22px 14px 36px;
	}

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

	.reno-pc-product-body {
		padding: 14px;
	}
}

@media (max-width: 520px) {
	.reno-pc-grid {
		grid-template-columns: 1fr;
	}

	.reno-pc-price-fields {
		grid-template-columns: 1fr;
	}

	.reno-pc-price-separator {
		display: none;
	}

	.reno-pc-order-option {
		font-size: 16px;
	}
}
