/* Sotufinds shop and product taxonomy archives. */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body[class*="tax-pa_"] {
	background: #080a0b;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.es-shop-main {
	min-height: 70vh;
	background:
		radial-gradient(circle at 80% 12%, rgba(240, 74, 22, 0.06), transparent 27%),
		#080a0b;
}

.es-shop-hero {
	position: relative;
	min-height: 182px;
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid var(--line);
	background:
		linear-gradient(90deg, #080a0b 0%, rgba(8, 10, 11, 0.93) 35%, rgba(8, 10, 11, 0.4) 70%, rgba(8, 10, 11, 0.78) 100%),
		var(--es-shop-hero, none) center 34% / cover no-repeat,
		#111517;
	overflow: hidden;
}

.es-shop-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	background-image:
		linear-gradient(110deg, transparent 0 45%, rgba(240, 74, 22, 0.08) 45.2% 45.45%, transparent 45.65%),
		radial-gradient(circle at 70% 25%, rgba(255, 95, 27, 0.18) 0 1px, transparent 2px);
	background-size: auto, 85px 75px;
	pointer-events: none;
}

.es-shop-hero-inner {
	position: relative;
	z-index: 1;
	align-self: center;
	padding: 24px 0 28px;
}

.es-shop-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	color: #9da1a2;
	font-size:12px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.es-shop-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.es-shop-hero h1 {
	margin: 0;
	font-family: Teko, "Arial Narrow", sans-serif;
	font-size: clamp(58px, 5.5vw, 78px);
	font-weight: 600;
	line-height: 0.9;
	letter-spacing: 0.025em;
}

.es-shop-hero p {
	margin: 8px 0 0;
	color: #b9bdbe;
	font-size:15px;
}

.es-shop-content {
	padding: 20px 0 24px;
}

.es-shop-content .woocommerce-notices-wrapper:empty {
	display: none;
}

.es-shop-content .woocommerce-message,
.es-shop-content .woocommerce-info,
.es-shop-content .woocommerce-error {
	margin: 0 0 16px;
	padding: 12px 16px;
	border: 1px solid #343a3c;
	background: #101416;
	color: #f4f3f1;
	list-style: none;
}

.es-shop-layout {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.es-shop-filters {
	border: 1px solid #303638;
	border-radius: 4px;
	background: rgba(13, 17, 19, 0.96);
}

.es-filter-drawer-head {
	display: none;
}

.es-filter-form {
	margin: 0;
}

.es-filter-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 0 12px;
	border-bottom: 1px solid #303638;
}

.es-filter-title span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size:13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.es-filter-title svg,
.es-filter-toggle svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
}

.es-filter-title a {
	color: #aeb2b3;
	font-size:11px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.es-filter-group {
	margin: 0;
	padding: 11px 12px 13px;
	border: 0;
	border-bottom: 1px solid #303638;
}

.es-filter-group legend {
	width: 100%;
	margin: 0 0 9px;
	padding: 0;
	color: #d9dcdb;
	font-size:11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.es-filter-options {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.es-filter-check {
	min-height: 22px;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #b8bcbd;
	font-size:12px;
	cursor: pointer;
}

.es-filter-check + .es-filter-check {
	margin-top: 3px;
}

.es-filter-check input,
.es-filter-size input,
.es-filter-color input {
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.es-filter-check > span:first-of-type {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	border: 1px solid #5b6264;
	border-radius: 2px;
	background: transparent;
}

.es-filter-check input:checked + span:first-of-type {
	border-color: var(--orange);
	background: var(--orange);
	box-shadow: inset 0 0 0 3px #101416;
}

.es-filter-check input:focus-visible + span:first-of-type,
.es-filter-size input:focus-visible + span,
.es-filter-color input:focus-visible + span:first-of-type {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.es-filter-size {
	cursor: pointer;
}

.es-filter-size > span {
	min-width: 31px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 7px;
	border: 1px solid #3d4446;
	border-radius: 3px;
	color: #d5d8d7;
	font-size:11px;
}

.es-filter-size input:checked + span {
	border-color: var(--orange);
	background: var(--orange);
	color: #fff;
}

.es-filter-color {
	cursor: pointer;
}

.es-filter-color > span:first-of-type {
	width: 21px;
	height: 21px;
	display: block;
	border: 1px solid #6c7374;
	border-radius: 50%;
	background: var(--es-filter-color);
	box-shadow: inset 0 0 0 2px #101416;
}

.es-filter-color input:checked + span:first-of-type {
	outline: 2px solid var(--orange);
	outline-offset: 2px;
}

.es-price-fields {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 6px;
	align-items: end;
}

.es-price-fields label span {
	display: block;
	margin-bottom: 4px;
	color: #888e90;
	font-size:10px;
}

.es-price-fields > span {
	padding-bottom: 8px;
	color: #777d7f;
}

.es-price-fields input {
	width: 100%;
	height: 30px;
	padding: 0 7px;
	border: 1px solid #3d4446;
	border-radius: 3px;
	background: #0b0e0f;
	color: #fff;
	font-size:12px;
	box-sizing: border-box;
}

.es-filter-actions {
	display: grid;
	grid-template-columns: 0.8fr 1.4fr;
	gap: 7px;
	padding: 12px;
}

.es-filter-actions a,
.es-filter-actions button {
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3c4345;
	border-radius: 2px;
	font-size:11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	cursor: pointer;
}

.es-filter-actions a {
	color: #d6d9d8;
}

.es-filter-actions button {
	border-color: var(--orange);
	background: var(--orange);
	color: #fff;
}

.es-shop-results {
	min-width: 0;
}

.es-shop-toolbar {
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 12px;
	border: 1px solid #303638;
	border-radius: 4px;
	background: rgba(13, 17, 19, 0.92);
}

.es-shop-result-copy strong,
.es-shop-result-copy span {
	display: block;
}

.es-shop-result-copy strong {
	font-size:13px;
	letter-spacing: 0.08em;
}

.es-shop-result-copy span {
	margin-top: 3px;
	color: #9fa4a5;
	font-size:12px;
}

.es-shop-sort {
	display: flex;
	align-items: center;
	gap: 10px;
}

.es-shop-sort > span {
	color: #d4d7d6;
	font-size:11px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.es-shop-sort .woocommerce-ordering,
.es-shop-mobile-sort .woocommerce-ordering {
	margin: 0;
}

.es-shop-sort select,
.es-shop-mobile-sort select {
	height: 34px;
	min-width: 135px;
	padding: 0 31px 0 10px;
	border: 1px solid #41484a;
	border-radius: 3px;
	background: #0d1113;
	color: #e6e8e7;
	font-size:12px;
	appearance: auto;
}

.es-active-filters {
	min-height: 42px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: -1px;
	padding: 8px 12px;
	border: 1px solid #303638;
	border-radius: 0 0 4px 4px;
	background: rgba(13, 17, 19, 0.92);
}

.es-active-filters > span {
	margin-right: 3px;
	color: #9ea3a4;
	font-size:11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.es-active-filters a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 25px;
	padding: 0 8px;
	border: 1px solid #41484a;
	border-radius: 3px;
	color: #cfd2d1;
	font-size:12px;
	text-decoration: none;
}

.es-active-filters a b {
	font-size:14px;
	font-weight:500;
}

.es-active-filters .es-active-clear {
	border: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.es-shop-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 11px;
	margin-top: 11px;
}

.es-shop-card {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #3a3f40;
	border-radius: 4px;
	background: #e5ded3;
	color: #0b0d0e;
	overflow: hidden;
	transition: transform 0.18s ease, border-color 0.18s ease;
}

.es-shop-card:hover {
	transform: translateY(-2px);
	border-color: #747a7b;
}

.es-shop-card-media {
	position: relative;
	aspect-ratio: 0.94;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 46%),
		#ddd5c9;
	overflow: hidden;
}

.es-shop-card-media > a {
	width: 100%;
	height: 100%;
	display: block;
}

.es-shop-card-image,
.es-shop-card-media .woocommerce-placeholder {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	object-fit: contain;
	transition: transform 0.24s ease;
}

.es-shop-card:hover .es-shop-card-image {
	transform: scale(1.025);
}

.es-product-badge {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 0 6px;
	border-radius: 2px;
	background: var(--orange);
	color: #fff;
	font-size:10px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.es-product-save {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 3;
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1c2021;
	cursor: pointer;
}

.es-product-save svg {
	width: 20px;
	height: 20px;
	fill: transparent;
	stroke: currentColor;
	stroke-width: 1.6;
	transition: fill 0.15s ease, color 0.15s ease;
}

.es-product-save[aria-pressed="true"] {
	color: var(--orange);
}

.es-product-save[aria-pressed="true"] svg {
	fill: currentColor;
}

.es-shop-card-body {
	padding: 8px 9px 9px;
}

.es-shop-card h2 {
	margin: 0;
	font-size:14px;
	font-weight: 700;
	line-height: 1.3;
}

.es-shop-card h2 a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.es-shop-card-meta {
	min-height: 24px;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 8px;
	margin-top: 4px;
}

.es-shop-card-price {
	font-size:13px;
	font-weight: 700;
	white-space: nowrap;
}

.es-shop-card-price del {
	margin-right: 3px;
	color: #787d7c;
	font-weight: 500;
}

.es-shop-card-price ins {
	color: #b52e13;
	text-decoration: none;
}

.es-product-swatches {
	display: flex;
	align-items: center;
	gap: 4px;
}

.es-product-swatch {
	width: 13px;
	height: 13px;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.45);
	border-radius: 50%;
	background: var(--es-swatch);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.es-shop-pagination {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.es-shop-pagination .woocommerce-pagination {
	margin: 0;
}

.es-shop-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 5px;
	border: 1px solid #303638;
	border-radius: 4px;
	list-style: none;
}

.es-shop-pagination li {
	margin: 0;
}

.es-shop-pagination a,
.es-shop-pagination span {
	min-width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: #c5c9c8;
	font-size:11px;
	text-decoration: none;
}

.es-shop-pagination .current {
	border: 1px solid #535a5c;
	background: #171c1e;
	color: #fff;
}

.es-shop-empty {
	margin-top: 12px;
	padding: 40px 20px;
	border: 1px solid #303638;
	text-align: center;
}

.es-shop-empty .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 12px;
	padding: 0 18px;
	background: var(--orange);
	color: #fff;
	text-decoration: none;
}

.es-shop-mobile-toolbar {
	display: none;
}

.es-filter-overlay {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: rgba(0, 0, 0, 0.72);
}

.es-shop-trust {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.es-shop-trust .es-feature-icon {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.4;
}

@media (min-width: 1280px) {
	.es-shop-layout {
		grid-template-columns: 200px minmax(0, 1fr);
		gap: 14px;
	}

	.es-shop-grid {
		gap: 12px;
	}
}

@media (max-width: 1050px) and (min-width: 801px) {
	.es-shop-layout {
		grid-template-columns: 178px minmax(0, 1fr);
	}

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

@media (max-width: 800px) {
	body.is-filter-open {
		overflow: hidden;
	}

	.es-shop-hero {
		min-height: 132px;
		background-position: center;
	}

	.es-shop-hero-inner {
		padding: 22px 0 20px;
	}

	.es-shop-breadcrumb {
		display: none;
	}

	.es-shop-hero h1 {
		font-size: 44px;
	}

	.es-shop-hero p {
		margin-top: 4px;
		font-size:12px;
	}

	.es-shop-content {
		padding: 12px 0 18px;
	}

	.es-shop-mobile-toolbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		margin-bottom: 10px;
	}

	.es-filter-toggle {
		height: 36px;
		display: inline-flex;
		align-items: center;
		gap: 7px;
		padding: 0 11px;
		border: 1px solid #41484a;
		border-radius: 3px;
		background: #0d1113;
		color: #fff;
		font-size:11px;
		font-weight: 700;
		letter-spacing: 0.06em;
	}

	.es-shop-mobile-sort {
		margin-left: auto;
	}

	.es-shop-mobile-sort select {
		height: 36px;
		min-width: 92px;
		max-width: 126px;
		font-size:11px;
	}

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

	.es-shop-filters {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: min(330px, calc(100vw - 42px));
		height: 100dvh;
		overflow-y: auto;
		border: 0;
		border-right: 1px solid #3a4042;
		border-radius: 0;
		background: #0b0e0f;
		transform: translateX(-103%);
		transition: transform 0.2s ease;
	}

	.es-shop-filters.is-open {
		transform: translateX(0);
	}

	.es-filter-drawer-head {
		position: sticky;
		top: 0;
		z-index: 2;
		height: 54px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
		border-bottom: 1px solid #303638;
		background: #0b0e0f;
		font-size:14px;
		letter-spacing: 0.08em;
	}

	.es-filter-drawer-head button {
		width: 42px;
		height: 42px;
		border: 0;
		background: transparent;
		color: #fff;
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
	}

	.es-filter-title {
		display: none;
	}

	.es-filter-group {
		padding: 15px;
	}

	.es-filter-group legend {
		font-size:12px;
	}

	.es-filter-check {
		min-height: 32px;
		font-size:13px;
	}

	.es-filter-actions {
		position: sticky;
		bottom: 0;
		grid-template-columns: 1fr 1.4fr;
		padding: 12px 15px;
		border-top: 1px solid #303638;
		background: #0b0e0f;
	}

	.es-filter-actions a,
	.es-filter-actions button {
		height: 42px;
		font-size:12px;
	}

	.es-shop-toolbar {
		display: none;
	}

	.es-active-filters {
		margin: 0 0 10px;
		border-radius: 3px;
	}

	.es-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 0;
	}

	.es-shop-card {
		border: 0;
		background: transparent;
		color: #f3f2ef;
	}

	.es-shop-card:hover {
		transform: none;
	}

	.es-shop-card-media {
		aspect-ratio: 0.91;
		border: 1px solid #3c4243;
		border-radius: 4px;
	}

	.es-shop-card-body {
		padding: 7px 1px 3px;
	}

	.es-shop-card h2 {
		font-size:13px;
	}

	.es-shop-card-meta {
		align-items: start;
		margin-top: 3px;
	}

	.es-shop-card-price {
		font-size:12px;
	}

	.es-product-swatches {
		display: none;
	}

	.es-product-badge {
		top: 5px;
		left: 5px;
		min-height: 18px;
		padding: 0 5px;
		font-size:10px;
	}

	.es-product-save {
		top: 4px;
		right: 4px;
		width: 27px;
		height: 27px;
	}

	.es-shop-pagination {
		margin-top: 18px;
	}

	.es-shop-trust {
		display: none;
	}
}

@media (max-width: 380px) {
	.es-shop-grid {
		gap: 8px;
	}

	.es-shop-card h2 {
		font-size:12px;
	}
}
