:root {
	--c36-ink: #121212;
	--c36-muted: #737373;
	--c36-line: rgba(18, 18, 18, 0.10);
	--c36-surface: rgba(255, 255, 255, 0.72);
	--c36-soft: #f5f5f7;
	--c36-radius: 18px;
}

.c36-product-catalog .site-main {
	max-width: 1480px;
	margin-inline: auto;
	padding-inline: clamp(18px, 4vw, 64px);
}

.c36-product-catalog .woocommerce-products-header {
	margin-bottom: 28px;
}

.c36-product-catalog .woocommerce-products-header__title {
	font-size: clamp(2.2rem, 4vw, 4.5rem);
	letter-spacing: -0.045em;
	line-height: 0.95;
}

.c36-shop-featured {
	position: relative;
	display: block;
	height: clamp(480px, 38vw, 600px);
	min-height: 0;
	margin: 0 0 clamp(24px, 3vw, 38px);
	overflow: hidden;
	border-radius: clamp(22px, 3vw, 36px);
	background:
		radial-gradient(circle at 82% 42%, rgba(255, 255, 255, 0.15), transparent 28%),
		linear-gradient(125deg, #0a0a0b 0%, #1a1a1d 58%, #29292d 100%);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
	color: #fff;
}

.c36-shop-featured__track {
	position: relative;
	height: 100%;
}

.c36-shop-featured__slide {
	position: absolute;
	inset: 0;
	display: grid;
	height: 100%;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	visibility: hidden;
	opacity: 0;
	transform: translateX(24px);
	transition: opacity 420ms ease, transform 520ms cubic-bezier(.2,.8,.2,1), visibility 420ms;
}

.c36-shop-featured__slide.is-active {
	position: relative;
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

.c36-shop-featured::before {
	content: "36";
	position: absolute;
	right: -0.03em;
	bottom: -0.28em;
	color: rgba(255, 255, 255, 0.035);
	font-size: clamp(15rem, 32vw, 34rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.12em;
	pointer-events: none;
}

.c36-shop-featured__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(30px, 4vw, 58px);
}

.c36-shop-featured__eyebrow {
	margin: 0 0 12px;
	color: #f5c66d;
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.c36-shop-featured h2 {
	display: -webkit-box;
	overflow: hidden;
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 3.4vw, 4rem);
	font-weight: 650;
	line-height: 0.96;
	letter-spacing: -0.055em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.c36-shop-featured__description {
	display: -webkit-box;
	overflow: hidden;
	max-width: 570px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.70);
	font-size: clamp(0.95rem, 1.2vw, 1.08rem);
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.c36-shop-featured__price {
	margin-top: 16px;
	color: #fff;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 750;
}

.c36-shop-featured__price del {
	margin-right: 8px;
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.72em;
}

.c36-shop-featured__price ins {
	color: #fff;
	text-decoration: none;
}

.c36-shop-featured__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.c36-shop-featured__primary,
.c36-shop-featured__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 700;
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.c36-shop-featured__primary {
	background: #fff;
	color: #111 !important;
}

.c36-shop-featured__secondary {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

.c36-shop-featured__primary:hover,
.c36-shop-featured__secondary:hover {
	transform: translateY(-2px);
}

.c36-shop-featured__secondary:hover {
	border-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.15);
}

.c36-shop-featured__visual {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-width: 0;
	padding: clamp(22px, 3vw, 44px);
}

.c36-shop-featured__glow {
	position: absolute;
	width: min(25vw, 350px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	filter: blur(3px);
}

.c36-shop-featured__image {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 330px;
	height: clamp(220px, 23vw, 320px);
	border-radius: clamp(16px, 2vw, 24px);
	object-fit: contain;
	filter: drop-shadow(0 30px 32px rgba(0, 0, 0, 0.34));
	transition: transform 520ms cubic-bezier(.2,.8,.2,1);
}

.c36-shop-featured__visual:hover .c36-shop-featured__image {
	transform: translateY(-7px) scale(1.025);
}

.c36-shop-featured__navigation {
	position: absolute;
	z-index: 5;
	right: clamp(22px, 3vw, 44px);
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.c36-shop-featured__arrow,
.c36-shop-featured__dot {
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.c36-shop-featured__arrow {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	font-size: 1rem;
}

.c36-shop-featured__arrow:hover {
	background: rgba(255, 255, 255, 0.12);
}

.c36-shop-featured__dots {
	display: flex;
	gap: 7px;
}

.c36-shop-featured__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
	transition: width 220ms ease, background 220ms ease;
}

.c36-shop-featured__dot.is-active {
	width: 22px;
	background: #fff;
}

.c36-shop-layout {
	display: grid;
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 64px);
	align-items: start;
}

.c36-shop-sidebar {
	position: sticky;
	top: 110px;
	max-height: calc(100vh - 130px);
	overflow: auto;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: var(--c36-radius);
	background: var(--c36-surface);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(18px) saturate(160%);
}

.c36-shop-sidebar__header,
.c36-shop-toolbar,
.c36-filter-actions,
.c36-price-fields,
.c36-filter-options label {
	display: flex;
	align-items: center;
}

.c36-shop-sidebar__header {
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 1.25rem;
}

.c36-filter-close {
	display: none;
	border: 0;
	background: transparent;
	font-size: 2rem;
	line-height: 1;
}

.c36-filter-search {
	position: relative;
	margin-bottom: 12px;
}

.c36-filter-search input,
.c36-price-fields input {
	width: 100%;
	border: 1px solid var(--c36-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--c36-ink);
}

.c36-filter-search input {
	padding: 12px 42px 12px 14px;
}

.c36-filter-search button {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	font-size: 1.4rem;
}

.c36-filter-group {
	border-bottom: 1px solid var(--c36-line);
}

.c36-filter-group summary {
	padding: 18px 0;
	cursor: pointer;
	font-weight: 650;
	letter-spacing: -0.01em;
}

.c36-filter-group summary::marker {
	color: var(--c36-muted);
}

.c36-filter-options,
.c36-price-slider,
.c36-filter-group p {
	padding: 0 0 18px;
}

.c36-filter-options {
	display: grid;
	gap: 10px;
	max-height: 280px;
	overflow: auto;
}

.c36-filter-options label {
	gap: 10px;
	cursor: pointer;
	color: #3a3a3c;
}

.c36-filter-options input {
	width: 18px;
	height: 18px;
	accent-color: var(--c36-ink);
}

.c36-filter-options small {
	margin-left: auto;
	color: #9a9a9e;
}

.c36-price-slider__values {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
	font-size: 0.88rem;
	font-weight: 650;
	color: var(--c36-ink);
}

.c36-price-slider__track {
	position: relative;
	height: 24px;
}

.c36-price-slider__track::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(to right, #d7d7dc 0 var(--c36-min), var(--c36-ink) var(--c36-min) var(--c36-max), #d7d7dc var(--c36-max) 100%);
}

.c36-price-range {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}

.c36-price-range::-webkit-slider-runnable-track {
	height: 4px;
	background: transparent;
}

.c36-price-range::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	margin-top: -8px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--c36-ink);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
	pointer-events: auto;
	cursor: grab;
	-webkit-appearance: none;
}

.c36-price-range::-moz-range-track {
	height: 4px;
	background: transparent;
}

.c36-price-range::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--c36-ink);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
	pointer-events: auto;
	cursor: grab;
}

.c36-filter-group--future p {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.5;
	color: var(--c36-muted);
}

.c36-filter-actions {
	gap: 14px;
	margin-top: 20px;
}

.c36-filter-submit {
	flex: 1;
	padding: 12px 16px;
	border: 1px solid var(--c36-ink);
	border-radius: 999px;
	background: var(--c36-ink);
	color: #fff;
	font-weight: 650;
}

.c36-filter-actions a {
	font-size: 0.85rem;
	color: var(--c36-muted);
}

.c36-shop-content {
	min-width: 0;
}

.c36-shop-toolbar {
	min-height: 68px;
	gap: 18px;
	margin-bottom: 28px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	background: rgba(245, 245, 247, 0.78);
	backdrop-filter: blur(18px) saturate(160%);
}

.c36-filter-toggle {
	display: none;
}

.c36-shop-toolbar__result {
	margin-right: auto;
	color: var(--c36-muted);
}

.c36-shop-toolbar__result .woocommerce-result-count,
.c36-shop-toolbar__ordering .woocommerce-ordering {
	float: none;
	margin: 0;
}

.c36-shop-toolbar select {
	max-width: 230px;
	padding: 10px 36px 10px 12px;
	border: 0;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.88);
}

.c36-shop-toolbar__per-page,
.c36-shop-view {
	display: flex;
	align-items: center;
	gap: 8px;
}

.c36-shop-toolbar__search {
	display: none;
}

.c36-shop-toolbar__per-page span {
	font-weight: 650;
}

.c36-shop-toolbar__per-page a {
	color: var(--c36-muted);
}

.c36-shop-toolbar__per-page a.is-active {
	color: var(--c36-ink);
	font-weight: 700;
}

.c36-view-button {
	min-width: 38px;
	height: 38px;
	padding: 4px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--c36-muted);
	line-height: 0.72;
}

.c36-view-button.is-active {
	background: #fff;
	color: var(--c36-ink);
}

.c36-product-catalog ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(28px, 3vw, 48px) clamp(16px, 2.2vw, 32px);
	margin: 0 !important;
}

.c36-product-catalog ul.products::before,
.c36-product-catalog ul.products::after {
	display: none !important;
}

.c36-product-catalog ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 16px;
	transition: transform 520ms cubic-bezier(.2,.8,.2,1);
}

.c36-product-catalog ul.products li.product:hover {
	transform: translateY(-5px);
}

.c36-product-catalog ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1.15;
	margin-bottom: 18px;
	border-radius: 16px;
	background: var(--c36-soft);
	object-fit: contain;
	transition: transform 520ms cubic-bezier(.2,.8,.2,1);
}

.c36-product-catalog ul.products li.product:hover img {
	transform: scale(1.018);
}

.c36-product-catalog ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.8em;
	padding: 0;
	font-size: 1rem;
	font-weight: 580;
	line-height: 1.4;
	letter-spacing: -0.015em;
	color: var(--c36-ink);
}

.c36-product-catalog ul.products li.product .price {
	margin: 8px 0 14px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--c36-ink);
}

.c36-product-catalog ul.products li.product .button {
	width: 100%;
	margin-top: 4px;
	padding: 12px 16px;
	border: 1px solid var(--c36-line);
	border-radius: 999px;
	background: transparent;
	color: var(--c36-ink);
	text-align: center;
	transition: background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.c36-product-catalog ul.products li.product .button:hover {
	border-color: var(--c36-ink);
	background: var(--c36-ink);
	color: #fff;
}

.c36-view-list ul.products {
	grid-template-columns: 1fr !important;
	gap: 18px;
}

.c36-view-list ul.products li.product {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) minmax(150px, 190px);
	gap: 24px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--c36-line);
	border-radius: var(--c36-radius);
}

.c36-view-list ul.products li.product > a.woocommerce-LoopProduct-link {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

.c36-view-list ul.products li.product img {
	grid-row: 1 / span 3;
	margin: 0;
}

.c36-filter-overlay {
	display: none;
}

.c36-no-results {
	min-height: 430px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(32px, 7vw, 96px);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 24px;
	background: rgba(245, 245, 247, 0.72);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(18px) saturate(160%);
}

.c36-no-results__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 24px;
	border-radius: 50%;
	background: #fff;
	font-size: 2rem;
}

.c36-no-results h2 {
	margin: 0 0 12px;
	font-size: clamp(1.8rem, 3vw, 3rem);
	letter-spacing: -0.035em;
}

.c36-no-results p {
	max-width: 590px;
	margin: 0 0 28px;
	color: var(--c36-muted);
	font-size: 1.05rem;
	line-height: 1.65;
}

.c36-no-results__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-radius: 999px;
	background: var(--c36-ink);
	color: #fff !important;
	font-weight: 650;
}

@media (max-width: 1180px) {
	.c36-product-catalog ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.c36-shop-toolbar__per-page {
		display: none;
	}
}

@media (max-width: 900px) {
	.c36-shop-featured {
		height: 480px;
	}

	.c36-shop-featured__slide {
		grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
	}

	.c36-shop-featured__content {
		padding: 30px 34px;
	}

	.c36-shop-layout {
		display: block;
	}

	.c36-shop-sidebar {
		position: fixed;
		z-index: 100002;
		top: 0;
		left: 0;
		width: min(88vw, 380px);
		height: 100dvh;
		max-height: none;
		border-radius: 0 22px 22px 0;
		transform: translateX(-105%);
		transition: transform 360ms cubic-bezier(.2,.8,.2,1);
	}

	.c36-filters-open {
		overflow: hidden;
	}

	.c36-filters-open .c36-shop-sidebar {
		transform: translateX(0);
	}

	.c36-filter-close,
	.c36-filter-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.c36-filter-toggle {
		padding: 10px 16px;
		border: 0;
		border-radius: 999px;
		background: var(--c36-ink);
		color: #fff;
	}

	.c36-filter-overlay {
		position: fixed;
		z-index: 100001;
		inset: 0;
		display: block;
		visibility: hidden;
		border: 0;
		background: rgba(0, 0, 0, 0.42);
		opacity: 0;
		transition: opacity 240ms ease, visibility 240ms ease;
	}

	.c36-filters-open .c36-filter-overlay {
		visibility: visible;
		opacity: 1;
	}

	.c36-shop-toolbar__result {
		display: none;
	}
}

@media (max-width: 640px) {
	.c36-product-catalog .site-main {
		padding-inline: 10px;
	}

	.c36-shop-featured {
		height: clamp(630px, 165vw, 680px);
		min-height: clamp(630px, 165vw, 680px);
		max-height: 680px;
		border-radius: 22px;
	}

	.c36-shop-featured__track {
		height: 100%;
		min-height: 100%;
	}

	.c36-shop-featured__slide {
		height: 100%;
		grid-template-columns: 1fr;
		grid-template-rows: minmax(360px, 1fr) 230px;
	}

	.c36-shop-featured__content {
		min-height: 0;
		padding: 28px 24px 12px;
		overflow: hidden;
	}

	.c36-shop-featured h2 {
		font-size: clamp(2rem, 11vw, 3.4rem);
		-webkit-line-clamp: 2;
	}

	.c36-shop-featured__description {
		display: none;
	}

	.c36-shop-featured__price {
		margin-top: 18px;
	}

	.c36-shop-featured__actions {
		width: 100%;
		margin-top: 20px;
	}

	.c36-shop-featured__primary,
	.c36-shop-featured__secondary {
		flex: 1 1 150px;
		padding-inline: 14px;
	}

	.c36-shop-featured__visual {
		height: 230px;
		min-height: 230px;
		padding: 8px 34px 22px;
		overflow: hidden;
	}

	.c36-shop-featured__glow {
		width: 200px;
	}

	.c36-shop-featured__image {
		width: 100%;
		height: 200px;
		max-height: 200px;
		object-fit: contain;
	}

	.c36-shop-featured__navigation {
		right: 18px;
		bottom: 14px;
	}

	.c36-product-catalog .woocommerce-products-header {
		padding-inline: 4px;
	}

	.c36-shop-toolbar {
		position: sticky;
		z-index: 20;
		top: var(--c36-shop-toolbar-top, 66px);
		flex-wrap: wrap;
		gap: 8px;
		padding: 8px;
	}

	.c36-shop-toolbar__search {
		position: relative;
		order: 10;
		display: flex;
		flex: 1 0 100%;
		min-width: 0;
		height: 36px;
		margin-top: 1px;
	}

	.c36-shop-toolbar__search input {
		width: 100%;
		height: 36px;
		padding: 7px 40px 7px 13px;
		border: 1px solid rgba(18, 18, 18, 0.08);
		border-radius: 10px;
		outline: none;
		background: rgba(255, 255, 255, 0.92);
		color: var(--c36-ink);
		font-size: 0.82rem;
	}

	.c36-shop-toolbar__search input:focus {
		border-color: rgba(18, 18, 18, 0.28);
		box-shadow: 0 0 0 2px rgba(18, 18, 18, 0.06);
	}

	.c36-shop-toolbar__search button {
		position: absolute;
		top: 50%;
		right: 5px;
		display: grid;
		place-items: center;
		width: 30px;
		height: 30px;
		padding: 0;
		transform: translateY(-50%);
		border: 0;
		border-radius: 8px;
		background: transparent;
		color: var(--c36-ink);
		font-size: 1.15rem;
	}

	.c36-shop-toolbar__ordering {
		min-width: 0;
		flex: 1;
	}

	.c36-shop-toolbar select {
		width: 100%;
		max-width: none;
		font-size: 0.85rem;
	}

	.c36-shop-view {
		display: none;
	}

	.c36-product-catalog ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 14px;
	}

	.c36-product-catalog ul.products li.product img {
		border-radius: 12px;
	}

	.c36-product-catalog ul.products li.product .woocommerce-loop-product__title {
		font-size: 0.9rem;
	}

	.c36-product-catalog ul.products li.product .button {
		padding-inline: 8px;
		font-size: 0.82rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.c36-product-catalog *,
	.c36-product-catalog *::before,
	.c36-product-catalog *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
