:root {
	--sr-shop-ivory: #f8f2e9;
	--sr-shop-paper: #fffdf9;
	--sr-shop-beige: #f1e7da;
	--sr-shop-ink: #2d1c15;
	--sr-shop-muted: #75665e;
	--sr-shop-accent: #b33e4e;
	--sr-shop-caramel: #c9873f;
	--sr-shop-line: rgba(86, 50, 34, 0.14);
	--sr-shop-shadow: 0 18px 45px rgba(70, 42, 28, 0.08);
}

body.sr-shop-archive-active,
body.sr-shop-archive-active .neve-main {
	background: var(--sr-shop-ivory);
	color: var(--sr-shop-ink);
}

body.sr-shop-archive-active .shop-container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}

body.sr-shop-archive-active .shop-container > .row {
	display: block !important;
	margin: 0 !important;
}

body.sr-shop-archive-active .shop-container > .row > .col {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}

body.sr-shop-archive-active .sr-shop-archive,
body.sr-shop-archive-active .sr-shop-archive p,
body.sr-shop-archive-active .sr-shop-archive label,
body.sr-shop-archive-active .sr-shop-archive input,
body.sr-shop-archive-active .sr-shop-archive select,
body.sr-shop-archive-active .sr-shop-archive button {
	-webkit-font-smoothing: antialiased;
	color: var(--sr-shop-ink);
	opacity: 1;
}

body.sr-shop-archive-active .sr-shop-archive input::placeholder {
	color: #705e54;
	opacity: 1;
}

.sr-shop-archive,
.sr-shop-archive * {
	box-sizing: border-box;
}

.sr-shop-container {
	width: min(100% - 48px, 1360px);
	margin-inline: auto;
}

.sr-shop-hero {
	position: relative;
	overflow: hidden;
	padding: 14px 0 6px;
	background:
		radial-gradient(circle at 88% 20%, rgba(201, 135, 63, 0.1), transparent 30%),
		linear-gradient(135deg, #fffdf9, #f4eadf);
	border-bottom: 0;
}

.sr-shop-hero::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -170px;
	width: 440px;
	height: 440px;
	border: 34px solid rgba(179, 62, 78, 0.035);
	border-radius: 50%;
	pointer-events: none;
}

.sr-shop-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	color: var(--sr-shop-muted);
	font-size: 13px;
}

.sr-shop-breadcrumbs a {
	color: var(--sr-shop-accent);
	text-decoration: none;
}

.sr-shop-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--sr-shop-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.sr-shop-hero h1 {
	max-width: 830px;
	margin: 0;
	color: var(--sr-shop-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.sr-shop-hero p {
	max-width: 780px;
	margin: 18px 0 0;
	color: var(--sr-shop-muted);
	font-size: 17px;
	line-height: 1.7;
}

.sr-shop-category-chips {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 22px 1px 14px;
	scrollbar-width: thin;
}

.sr-shop-category-chips a {
	flex: 0 0 auto;
	padding: 10px 16px;
	border: 1px solid var(--sr-shop-line);
	border-radius: 999px;
	background: var(--sr-shop-paper);
	color: var(--sr-shop-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sr-shop-category-chips a:hover,
.sr-shop-category-chips a.is-active {
	border-color: var(--sr-shop-accent);
	background: var(--sr-shop-accent);
	color: #fff;
	transform: translateY(-1px);
}

.sr-shop-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
	padding: 12px 0 54px;
}

.sr-shop-sidebar {
	position: sticky;
	top: 170px;
	padding: 20px;
	border: 1px solid var(--sr-shop-line);
	border-radius: 4px;
	background: var(--sr-shop-paper);
	box-shadow: none;
}

.sr-shop-sidebar__head,
.sr-mobile-filters__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--sr-shop-line);
}

.sr-shop-sidebar__head h2,
.sr-mobile-filters__head h2 {
	margin: 0;
	color: var(--sr-shop-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
}

.sr-shop-sidebar__head a {
	color: var(--sr-shop-accent);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.sr-filter-block {
	padding: 20px 0;
	border-bottom: 1px solid var(--sr-shop-line);
}

.sr-filter-block h3 {
	margin: 0 0 13px;
	color: var(--sr-shop-ink);
	font-size: 14px;
	font-weight: 800;
}

.sr-filter-search,
.sr-shop-toolbar-search {
	display: grid;
	grid-template-columns: 1fr 42px;
	overflow: hidden;
	border: 1px solid var(--sr-shop-line);
	border-radius: 3px;
	background: #fff;
}

.sr-filter-search input,
.sr-shop-toolbar-search input {
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border: 0 !important;
	background: transparent;
	color: var(--sr-shop-ink);
	font-size: 13px;
	box-shadow: none !important;
}

.sr-filter-search button,
.sr-shop-toolbar-search button {
	border: 0;
	background: transparent;
	color: var(--sr-shop-accent);
	font-size: 23px;
	cursor: pointer;
}

.sr-filter-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-filter-categories li + li {
	margin-top: 3px;
}

.sr-filter-categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 0;
	color: #49372e;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.sr-filter-categories a:hover,
.sr-filter-categories a.is-active {
	background: rgba(179, 62, 78, 0.08);
	color: var(--sr-shop-accent);
}

.sr-filter-categories small {
	color: inherit;
	opacity: 1;
}

.sr-filter-radio {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 9px 0;
	color: #49372e;
	font-size: 13px;
	cursor: pointer;
}

.sr-filter-radio input {
	width: 16px;
	height: 16px;
	accent-color: var(--sr-shop-accent);
}

.sr-price-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.sr-price-fields label span {
	display: block;
	margin-bottom: 5px;
	color: #49372e;
	font-size: 11px;
	font-weight: 700;
}

.sr-price-fields input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(86, 50, 34, .28);
	border-radius: 3px;
	background: #fff;
	font-size: 13px;
}

.sr-filter-actions {
	display: grid;
	gap: 10px;
	padding-top: 20px;
}

.sr-filter-apply {
	min-height: 44px;
	border: 0;
	border-radius: 3px;
	background: var(--sr-shop-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.sr-filter-actions > a {
	color: var(--sr-shop-accent);
	font-size: 12px;
	font-weight: 750;
	text-align: center;
	text-decoration: none;
}

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

.sr-shop-toolbar {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(200px, 290px) auto;
	gap: 12px;
	align-items: center;
	min-height: 68px;
	padding: 11px 14px;
	border: 1px solid var(--sr-shop-line);
	border-radius: 3px;
	background: var(--sr-shop-paper);
}

.sr-shop-result-count {
	margin: 0;
	color: #46342b;
	font-size: 13px;
	font-weight: 750;
}

.sr-shop-ordering .woocommerce-ordering {
	float: none !important;
	margin: 0 !important;
}

.sr-shop-ordering select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	padding: 0 34px 0 12px;
	border: 1px solid var(--sr-shop-line);
	border-radius: 3px;
	background-color: #fbf5ed;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--sr-shop-accent) 50%),
		linear-gradient(135deg, var(--sr-shop-accent) 50%, transparent 50%);
	background-position:
		calc(100% - 17px) 18px,
		calc(100% - 12px) 18px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	color: var(--sr-shop-ink);
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.sr-grid-switcher {
	display: flex;
	gap: 5px;
}

.sr-grid-switcher button,
.sr-filter-open {
	width: 42px;
	height: 42px;
	border: 1px solid var(--sr-shop-line);
	border-radius: 3px;
	background: #fff;
	color: var(--sr-shop-ink);
	font-weight: 800;
	cursor: pointer;
}

.sr-grid-switcher button {
	display: inline-grid;
	place-items: center;
	padding: 0;
}

.sr-grid-switcher .sr-grid-icon {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.55;
}

.sr-grid-switcher button.is-active {
	border-color: var(--sr-shop-ink);
	background: var(--sr-shop-ink);
	color: #fff;
}

.sr-filter-open {
	display: none;
	width: auto;
	padding: 0 16px;
}

.sr-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 0 2px;
}

.sr-active-filters a {
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(179, 62, 78, 0.08);
	color: var(--sr-shop-accent);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.sr-active-filters .sr-active-filters__clear {
	background: transparent;
	text-decoration: underline;
}

.sr-shop-results .woocommerce-notices-wrapper:not(:empty) {
	margin-top: 18px;
}

.sr-shop-results ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

.sr-shop-results.sr-grid-4 ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px !important;
}

.sr-shop-results ul.products::before,
.sr-shop-results ul.products::after {
	display: none !important;
}

.sr-shop-results ul.products li.product {
	position: relative;
	display: flex !important;
	flex-direction: column;
	float: none !important;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	overflow: visible;
	border: 1px solid var(--sr-shop-line);
	border-radius: 18px;
	background: var(--sr-shop-paper);
	box-shadow: 0 12px 30px rgba(70, 42, 28, 0.055);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sr-shop-motion-enabled .sr-shop-results ul.products li.product,
.sr-shop-motion-enabled .sr-shop-trust,
.sr-shop-motion-enabled .sr-shop-seo {
	opacity: 0;
	transform: translateY(14px);
	transition:
		opacity 0.48s ease,
		transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.28s ease,
		border-color 0.28s ease;
}

.sr-shop-motion-enabled .sr-shop-results ul.products li.product.is-visible,
.sr-shop-motion-enabled .sr-shop-trust.is-visible,
.sr-shop-motion-enabled .sr-shop-seo.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sr-shop-results ul.products li.product:hover {
	z-index: 4;
	border-color: rgba(179, 62, 78, 0.32);
	box-shadow: var(--sr-shop-shadow);
	transform: translateY(-5px);
}

.sr-shop-motion-enabled .sr-shop-results ul.products li.product.is-visible:hover {
	transform: translateY(-5px);
}

.sr-shop-results li.product .woocommerce-LoopProduct-link {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: var(--sr-shop-ink);
	text-decoration: none;
}

.sr-shop-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	margin: 10px 10px 0;
	overflow: hidden;
	border-radius: 13px;
	background: #fff;
}

.sr-shop-results li.product .sr-shop-card__image,
.sr-shop-results li.product img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 12px;
	object-fit: contain !important;
	object-position: center !important;
	transform: scale(0.96);
	transition: transform 0.35s ease;
}

.sr-shop-results li.product:hover .sr-shop-card__image {
	transform: scale(1);
}

.sr-shop-card__badge {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--sr-shop-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sr-shop-card__badge.is-new {
	background: var(--sr-shop-caramel);
}

.sr-shop-card__badge.is-out {
	background: var(--sr-shop-ink);
}

.sr-shop-card__meta {
	display: block;
	margin: 16px 18px 7px;
	color: var(--sr-shop-caramel);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sr-shop-results .woocommerce-loop-product__title {
	min-height: 2.75em;
	margin: 0 18px !important;
	padding: 0 !important;
	color: var(--sr-shop-ink);
	font-size: clamp(16px, 1.25vw, 19px) !important;
	font-weight: 800;
	line-height: 1.35;
}

.sr-shop-card__excerpt {
	display: -webkit-box;
	min-height: 2.8em;
	margin: 10px 18px 0;
	overflow: hidden;
	color: #58463c;
	font-size: 12px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sr-shop-card__rating {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 10px 18px 0;
}

.sr-shop-card__rating .star-rating {
	float: none;
	margin: 0;
	color: var(--sr-shop-caramel);
	font-size: 12px;
}

.sr-shop-card__rating small {
	color: #59473d;
	font-size: 10px;
}

.sr-shop-results li.product .price {
	margin: auto 18px 0 !important;
	padding-top: 14px;
	color: var(--sr-shop-accent) !important;
	font-size: 18px !important;
	font-weight: 850 !important;
	line-height: 1.25;
}

.sr-shop-results li.product .price del {
	color: #655248;
	font-size: 12px;
	opacity: 1;
}

.sr-shop-results li.product .price ins {
	color: var(--sr-shop-accent);
	text-decoration: none;
}

.sr-shop-results li.product .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 16px 18px 18px !important;
	padding: 10px 14px !important;
	border-radius: 999px !important;
	background: var(--sr-shop-ink) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-align: center;
}

.sr-shop-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 16px 18px 18px;
}

.sr-shop-results li.product .sr-shop-card__actions .button {
	min-width: 0;
	min-height: 42px;
	margin: 0 !important;
	padding: 8px 10px !important;
}

.sr-shop-results li.product .sr-shop-card__details {
	border: 1px solid var(--sr-shop-ink) !important;
	background: transparent !important;
	color: var(--sr-shop-ink) !important;
}

.sr-shop-results li.product .added_to_cart {
	margin: -8px 18px 15px;
	color: var(--sr-shop-accent);
	font-size: 11px;
	font-weight: 800;
	text-align: center;
}

.sr-shop-results .woocommerce-pagination {
	margin-top: 38px;
}

.sr-shop-results .woocommerce-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	gap: 7px;
	border: 0 !important;
}

.sr-shop-results .woocommerce-pagination ul.page-numbers li {
	border: 0 !important;
}

.sr-shop-results .woocommerce-pagination .page-numbers a,
.sr-shop-results .woocommerce-pagination .page-numbers span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--sr-shop-line);
	border-radius: 50%;
	background: var(--sr-shop-paper);
	color: var(--sr-shop-ink);
}

.sr-shop-results .woocommerce-pagination .page-numbers .current {
	border-color: var(--sr-shop-accent);
	background: var(--sr-shop-accent);
	color: #fff;
}

.sr-shop-trust {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 0 0 48px;
	overflow: hidden;
	border: 1px solid var(--sr-shop-line);
	border-radius: 18px;
	background: var(--sr-shop-paper);
}

.sr-shop-trust article {
	display: flex;
	gap: 12px;
	align-items: center;
	min-width: 0;
	padding: 22px;
}

.sr-shop-trust article + article {
	border-left: 1px solid var(--sr-shop-line);
}

.sr-shop-trust__icon {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(179, 62, 78, 0.25);
	border-radius: 11px;
	background: rgba(179, 62, 78, 0.06);
	color: var(--sr-shop-accent);
	font-size: 12px;
	font-weight: 900;
}

.sr-shop-trust__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sr-shop-trust h3 {
	margin: 0 0 4px;
	color: var(--sr-shop-ink);
	font-size: 13px;
	line-height: 1.3;
}

.sr-shop-trust p {
	margin: 0;
	color: var(--sr-shop-muted);
	font-size: 11px;
	line-height: 1.45;
}

.sr-shop-seo {
	margin: 0 0 64px;
	padding: 34px 38px;
	border-top: 1px solid var(--sr-shop-line);
	border-bottom: 1px solid var(--sr-shop-line);
}

.sr-shop-seo h2,
.sr-shop-empty h2 {
	margin: 0 0 14px;
	color: var(--sr-shop-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3vw, 46px);
}

.sr-shop-seo div {
	max-width: 900px;
	color: var(--sr-shop-muted);
	font-size: 15px;
	line-height: 1.8;
}

.sr-shop-empty {
	margin-top: 22px;
	padding: 70px 30px;
	border: 1px solid var(--sr-shop-line);
	border-radius: 20px;
	background: var(--sr-shop-paper);
	text-align: center;
}

.sr-shop-empty > span {
	color: var(--sr-shop-accent);
	font-size: 52px;
}

.sr-shop-empty p {
	margin: 0 auto 22px;
	color: var(--sr-shop-muted);
}

.sr-shop-empty > div {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.sr-shop-empty .button {
	border-radius: 999px;
}

.sr-filter-backdrop,
.sr-mobile-filters {
	display: none;
}

@media (max-width: 1180px) {
	.sr-shop-layout {
		grid-template-columns: 230px minmax(0, 1fr);
		gap: 20px;
	}

	.sr-shop-toolbar {
		grid-template-columns: 1fr minmax(180px, 240px) auto;
	}

	.sr-shop-toolbar-search {
		display: none;
	}

	.sr-shop-trust {
		grid-template-columns: repeat(2, 1fr);
	}

	.sr-shop-trust article:nth-child(2n + 1) {
		border-left: 0;
	}

	.sr-shop-trust article:nth-child(n + 3) {
		border-top: 1px solid var(--sr-shop-line);
	}

	.sr-shop-trust article:nth-child(2) {
		border-left: 1px solid var(--sr-shop-line);
	}
}

@media (max-width: 960px) {
	.sr-shop-container {
		width: min(100% - 32px, 1360px);
	}

	.sr-shop-layout {
		display: block;
		padding-top: 12px;
	}

	.sr-shop-sidebar {
		display: none;
	}

	.sr-shop-toolbar {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.sr-shop-toolbar-search {
		display: none;
	}

	.sr-shop-ordering {
		grid-column: 1 / 2;
		grid-row: 1;
	}

	.sr-shop-result-count {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.sr-grid-switcher {
		display: none;
	}

	.sr-filter-open {
		display: block;
		grid-column: 2;
		grid-row: 1;
	}

	.sr-shop-results ul.products,
	.sr-shop-results.sr-grid-4 ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-filter-backdrop {
		position: fixed;
		z-index: 99998;
		inset: 0;
		display: block;
		background: rgba(45, 28, 21, 0.48);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}

	.sr-mobile-filters {
		position: fixed;
		z-index: 99999;
		top: 0;
		right: 0;
		display: block;
		width: min(88vw, 390px);
		height: 100dvh;
		overflow-y: auto;
		padding: 22px;
		background: var(--sr-shop-paper);
		box-shadow: -20px 0 60px rgba(45, 28, 21, 0.18);
		transform: translateX(105%);
		transition: transform 0.3s ease;
	}

	body.sr-filters-open {
		overflow: hidden;
	}

	body.sr-filters-open .sr-filter-backdrop {
		opacity: 1;
		visibility: visible;
	}

	body.sr-filters-open .sr-mobile-filters {
		transform: translateX(0);
	}

	.sr-mobile-filters__head {
		position: sticky;
		z-index: 2;
		top: -22px;
		margin: -22px -22px 0;
		padding: 20px 22px;
		background: var(--sr-shop-paper);
	}

	.sr-filter-close {
		display: grid;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--sr-shop-ink);
		font-size: 31px;
		line-height: 1;
		place-items: center;
		cursor: pointer;
	}

	.sr-filter-close:hover,
	.sr-filter-close:focus-visible {
		color: var(--sr-shop-accent);
	}
}

@media (max-width: 620px) {
	.sr-shop-container {
		width: min(100% - 22px, 1360px);
	}

	.sr-shop-hero {
		padding: 8px 0 4px;
	}

	.sr-shop-breadcrumbs {
		margin-bottom: 0;
		font-size: 11px;
	}

	.sr-shop-hero h1 {
		font-size: clamp(34px, 11vw, 48px);
		line-height: 1.02;
	}

	.sr-shop-hero p {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.6;
	}

	.sr-shop-category-chips {
		margin-inline: -11px;
		padding-inline: 11px;
	}

	.sr-shop-toolbar {
		min-height: 58px;
		padding: 8px 0 10px;
		border-width: 1px 0;
		border-radius: 0;
		background: transparent;
	}

	.sr-shop-ordering select {
		max-width: 220px;
		border-radius: 2px;
		background-color: var(--sr-shop-paper);
	}

	.sr-filter-open {
		border-radius: 2px;
		background: var(--sr-shop-paper);
	}

	.sr-shop-results ul.products,
	.sr-shop-results.sr-grid-4 ul.products {
		gap: 10px !important;
		margin-top: 14px !important;
	}

	.sr-shop-results ul.products li.product {
		border-radius: 3px;
		box-shadow: none;
	}

	.sr-shop-card__media {
		margin: 6px 6px 0;
		border-radius: 1px;
	}

	.sr-shop-results li.product .sr-shop-card__image,
	.sr-shop-results li.product img {
		padding: 7px;
	}

	.sr-shop-card__badge {
		top: 6px;
		left: 6px;
		padding: 5px 7px;
		font-size: 8px;
	}

	.sr-shop-card__meta {
		margin: 10px 10px 4px;
		font-size: 8px;
	}

	.sr-shop-results .woocommerce-loop-product__title {
		min-height: 3.7em;
		margin-inline: 10px !important;
		font-size: 13px !important;
		line-height: 1.23;
	}

	.sr-shop-card__excerpt,
	.sr-shop-card__rating {
		display: none;
	}

	.sr-shop-results li.product .price {
		margin-inline: 10px !important;
		padding-top: 9px;
		font-size: 14px !important;
	}

	.sr-shop-results li.product .button {
		min-height: 38px;
		margin: 11px 8px 9px !important;
		padding: 8px 5px !important;
		font-size: 10px !important;
		line-height: 1.15;
	}

	.sr-shop-card__actions {
		grid-template-columns: 1fr;
		gap: 6px;
		margin: 11px 8px 9px;
	}

	.sr-shop-results li.product .sr-shop-card__actions .button {
		margin: 0 !important;
	}

	.sr-shop-trust {
		grid-template-columns: 1fr;
		margin-bottom: 34px;
	}

	.sr-shop-trust article {
		padding: 16px;
	}

	.sr-shop-trust article + article {
		border-top: 1px solid var(--sr-shop-line);
		border-left: 0;
	}

	.sr-shop-seo {
		margin-bottom: 42px;
		padding: 26px 4px;
	}

	.sr-shop-empty {
		padding: 50px 18px;
	}

	.sr-shop-empty > div {
		flex-direction: column;
	}
}

@media (max-width: 359px) {
	.sr-shop-results ul.products,
	.sr-shop-results.sr-grid-4 ul.products {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sr-shop-archive *,
	.sr-shop-archive *::before,
	.sr-shop-archive *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
