.harus-shop-page {
	--hms-green: var(--hm-green, var(--harus-brand-green, #23ac39));
	--hms-green-deep: var(--hm-green-dark, var(--harus-dark-green, #145c24));
	--hms-green-soft: var(--hm-green-soft, var(--harus-soft-green, #eaf7ec));
	--hms-button-text: var(--hm-button-text, #ffffff);
	--hms-cream: #fbfaf3;
	--hms-bg: var(--hm-bg, #f7faf8);
	--hms-surface: var(--hm-surface, #ffffff);
	--hms-surface-soft: var(--hm-surface-soft, #eaf7ec);
	--hms-media: var(--hm-media-bg, #f5faf5);
	--hms-ink: var(--hm-text, var(--harus-text, #111827));
	--hms-muted: var(--hm-text-muted, #536056);
	--hms-line: var(--hm-border, rgba(17, 24, 39, 0.08));
	--hms-shadow: var(--hm-shadow, 0 8px 22px rgba(15, 23, 17, 0.08));
	--hms-radius: 8px;
	color: var(--hms-ink);
	font-size: 16px;
	line-height: 1.55;
}

.harus-shop-page *,
.harus-shop-page *:before,
.harus-shop-page *:after {
	box-sizing: border-box;
}

.harus-shop-page a {
	color: inherit;
	text-decoration: none;
}

.harus-shop-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.harus-shop-page svg {
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hm-shop-section {
	padding: 12px 0;
}

.hm-shop-section:first-child {
	padding-top: 24px;
}

.hm-shop-section:last-child {
	padding-bottom: 30px;
}

.hm-shop-container {
	width: min(1290px, calc(100% - 32px));
	margin-inline: auto;
}

.hm-shop-support-card,
.hm-shop-service-card,
.hm-shop-final__panel,
.hm-shop-product-card,
.hm-shop-category-card {
	border: 1px solid var(--hms-line);
	border-radius: var(--hms-radius);
	background: var(--hms-surface);
}

.hm-shop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border: 1px solid rgba(20, 92, 36, 0.45);
	border-radius: var(--hms-radius);
	background: var(--hms-surface);
	color: var(--hms-green-deep);
	font-size: 15px;
	font-weight: 760;
	line-height: 1.15;
	text-align: center;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hm-shop-button:hover,
.hm-shop-button:focus-visible {
	border-color: var(--hms-green);
	background: #f7fbf7;
	color: var(--hms-green-deep);
}

.hm-shop-button--primary {
	border-color: var(--hms-green);
	background: var(--hms-green);
	color: var(--hms-button-text);
}

.hm-shop-button--primary:hover,
.hm-shop-button--primary:focus-visible {
	border-color: var(--hms-green-deep);
	background: var(--hms-green-deep);
	color: var(--hms-button-text);
}

.hm-shop-button--light {
	border-color: rgba(255, 255, 255, 0.4);
	background: #ffffff;
	color: var(--hms-green-deep);
}

.hm-shop-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.hm-shop-pill,
.hm-shop-kicker,
.hm-shop-badge {
	display: inline-flex;
	align-items: center;
	width: max-content;
	border-radius: 999px;
	background: var(--hms-green-soft);
	color: var(--hms-green-deep);
	font-size: 13px;
	font-weight: 820;
	line-height: 1;
	letter-spacing: 0;
}

.hm-shop-pill {
	margin: 0 0 22px;
	padding: 7px 12px;
	text-transform: uppercase;
}

.hm-shop-kicker {
	margin: 0 0 8px;
	padding: 7px 11px;
}

.hm-shop-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.hm-shop-section-head h2 {
	margin: 0;
	color: var(--hms-ink);
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.08;
}

.hm-shop-section-head > a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 13px;
	border: 1px solid rgba(20, 92, 36, 0.24);
	border-radius: var(--hms-radius);
	color: var(--hms-green-deep);
	font-weight: 780;
}

.hm-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
	gap: 14px;
}

.hm-shop-category-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	place-items: center;
	min-height: 152px;
	padding: 14px 10px;
	color: var(--hms-ink);
	text-align: center;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.hm-shop-category-card:hover,
.hm-shop-category-card:focus-visible {
	border-color: rgba(35, 172, 57, 0.45);
	transform: translateY(-1px);
}

.hm-shop-category-card__media {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border-radius: var(--hms-radius);
	background: var(--hms-media);
	color: var(--hms-green-deep);
	font-size: 28px;
	overflow: hidden;
}

.hm-shop-category-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-shop-category-card__name {
	overflow-wrap: anywhere;
	color: var(--hms-ink);
	font-size: 14px;
	font-weight: 820;
	line-height: 1.18;
}

.hm-shop-category-card__count {
	color: var(--hms-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.hm-shop-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.hm-shop-weekly .hm-shop-product-grid {
	grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
	gap: 12px;
}

.hm-shop-product-card {
	position: relative;
	display: grid;
	align-content: start;
	min-width: 0;
	padding: 14px;
	color: var(--hms-ink);
	transition: border-color 0.18s ease;
}

.hm-shop-product-card:hover,
.hm-shop-product-card:focus-within {
	border-color: rgba(35, 172, 57, 0.45);
}

.hm-shop-product-card__media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border-radius: var(--hms-radius);
	background: var(--hms-media);
	overflow: hidden;
}

.hm-shop-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.hm-shop-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 7px 10px;
}

.hm-shop-product-card__body {
	display: grid;
	gap: 8px;
	padding-top: 14px;
}

.hm-shop-product-card__category {
	margin: 0;
	color: var(--hms-muted);
	font-size: 12px;
	font-weight: 760;
	line-height: 1.2;
}

.hm-shop-product-card__title {
	margin: 0;
	font-size: 15px;
	font-weight: 820;
	line-height: 1.28;
}

.hm-shop-product-card__title a {
	color: var(--hms-ink);
}

.hm-shop-product-card__price {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
	min-height: 23px;
	color: var(--hms-green-deep);
	font-size: 18px;
	font-weight: 840;
	line-height: 1.2;
}

.hm-shop-product-card__price del {
	color: #7b827d;
	font-size: 14px;
	font-weight: 500;
}

.hm-shop-product-card__price ins {
	background: transparent;
	text-decoration: none;
}

.hm-shop-product-card__action {
	margin-top: 4px;
}

.hm-shop-product-card__action .button,
.hm-shop-product-card__action a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid var(--hms-green);
	border-radius: var(--hms-radius);
	background: var(--hms-green);
	color: var(--hms-button-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
}

.hm-shop-weekly .hm-shop-product-card {
	padding: 10px;
}

.hm-shop-weekly .hm-shop-product-card__body {
	gap: 6px;
	padding-top: 10px;
}

.hm-shop-weekly .hm-shop-product-card__title {
	font-size: 13px;
	line-height: 1.24;
}

.hm-shop-weekly .hm-shop-product-card__price {
	min-height: 20px;
	font-size: 15px;
}

.hm-shop-weekly .hm-shop-product-card__action .button,
.hm-shop-weekly .hm-shop-product-card__action a.button {
	min-height: 34px;
	padding: 8px 10px;
	font-size: 12px;
}

.hm-shop-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hm-shop-support-card {
	display: grid;
	gap: 12px;
	align-content: start;
	min-height: 178px;
	padding: 22px;
}

.hm-shop-support-card h3 {
	margin: 0;
	color: var(--hms-ink);
	font-size: 21px;
	line-height: 1.18;
}

.hm-shop-support-card p {
	margin: 0;
	color: var(--hms-muted);
}

.hm-shop-support-card a {
	align-self: end;
	width: max-content;
	color: var(--hms-green-deep);
	font-size: 14px;
	font-weight: 820;
}

.hm-shop-service-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}

.hm-shop-service-card {
	display: grid;
	place-items: center;
	gap: 10px;
	min-height: 126px;
	padding: 16px 12px;
	color: var(--hms-ink);
	text-align: center;
}

.hm-shop-service-card svg {
	color: var(--hms-green-deep);
	font-size: 25px;
}

.hm-shop-service-card span {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.hm-shop-final__panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(24px, 4vw, 40px);
	border-color: rgba(20, 92, 36, 0.42);
	background-color: #145c24;
	background-image: linear-gradient(135deg, #145c24, #06712d);
	color: #ffffff;
}

.hm-shop-final__panel h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(28px, 3.3vw, 42px);
	line-height: 1.08;
}

.hm-shop-final__panel p {
	max-width: 620px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
}

.hm-shop-final__panel .hm-shop-button--light {
	color: var(--hms-green-deep);
}

.hm-shop-final__panel .hm-shop-button--light:hover,
.hm-shop-final__panel .hm-shop-button--light:focus-visible {
	background: var(--hms-green-soft);
	color: var(--hms-green-deep);
}

body.harus-shop-page-active .harus-shop-page .hm-shop-final__panel {
	background-color: #145c24;
	background-image: linear-gradient(135deg, #145c24, #06712d);
	color: #ffffff;
}

body.harus-shop-page-active {
	background-color: var(--hm-bg, #f7faf8);
}

body.harus-shop-page-active .wd-page-wrapper,
body.harus-shop-page-active .main-page-wrapper,
body.harus-shop-page-active .wd-content-layout,
body.harus-shop-page-active .wd-content-area {
	background-color: var(--hm-bg, #f7faf8) !important;
}

body.harus-shop-page-active .wd-content-area > .elementor {
	display: none;
}

body.harus-shop-page-active .wd-page-title {
	display: none;
}

body.harus-shop-page-active .woocommerce-result-count,
body.harus-shop-page-active .woocommerce-ordering {
	color: var(--hm-text-muted, #536056);
	font-size: 14px;
}

body.harus-shop-page-active .woocommerce-ordering select,
body.harus-shop-page-active select.orderby {
	min-height: 42px;
	border: 1px solid var(--hm-border, rgba(17, 24, 39, 0.12));
	border-radius: 8px;
	background-color: var(--hm-surface, #ffffff);
	color: var(--hm-text, #111827);
}

body.harus-shop-page-active .products .product-wrapper,
body.harus-shop-page-active .products .wd-product,
body.harus-shop-page-active .woocommerce ul.products li.product {
	border-radius: 8px;
}

body.harus-shop-page-active .products .product-wrapper {
	border: 1px solid var(--hm-border, rgba(17, 24, 39, 0.08));
	background: var(--hm-surface, #ffffff);
	overflow: hidden;
}

body.harus-shop-page-active .widget-area,
body.harus-shop-page-active .sidebar-container {
	border-radius: 8px;
}

body.harus-shop-page-active .woocommerce-pagination ul.page-numbers,
body.harus-shop-page-active .page-numbers {
	border-radius: 8px;
}

.hm-shop-section-head--compact {
	margin-bottom: 14px;
}

.hm-shop-archive-layout {
	display: grid;
	grid-template-columns: minmax(210px, 0.24fr) minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.hm-shop-filter-panel {
	position: sticky;
	top: 96px;
	padding: 18px;
	border: 1px solid var(--hms-line);
	border-radius: var(--hms-radius);
	background: var(--hms-surface);
}

.hm-shop-filter-panel h2,
.hm-shop-filter-panel h3 {
	margin: 0;
	color: var(--hms-ink);
	line-height: 1.2;
}

.hm-shop-filter-panel h2 {
	font-size: 18px;
}

.hm-shop-filter-panel h3 {
	margin-top: 18px;
	font-size: 13px;
	text-transform: uppercase;
}

.hm-shop-filter-panel ul {
	display: grid;
	gap: 6px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.hm-shop-filter-panel a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 38px;
	padding: 9px 10px;
	border-radius: var(--hms-radius);
	color: var(--hms-ink);
	font-size: 14px;
	font-weight: 760;
}

.hm-shop-filter-panel a:hover,
.hm-shop-filter-panel a:focus-visible {
	background: var(--hms-green-soft);
	color: var(--hms-green-deep);
}

.hm-shop-filter-panel small {
	color: var(--hms-muted);
	font-size: 12px;
	font-weight: 760;
}

.hm-shop-archive-products {
	min-width: 0;
}

.hm-shop-archive-products .products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 14px !important;
	align-items: stretch;
	margin-bottom: 0;
}

.hm-shop-archive-products .products:before,
.hm-shop-archive-products .products:after {
	display: none;
}

.hm-shop-loop-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 16px;
	padding: 14px;
	border: 1px solid var(--hms-line);
	border-radius: var(--hms-radius);
	background: var(--hms-surface);
}

.hm-shop-loop-head .woocommerce-result-count {
	float: none;
	margin: 0;
}

.hm-shop-loop-head .woocommerce-ordering {
	float: none;
	margin: 0;
}

.hm-shop-archive-products .wd-product {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0;
}

.hm-shop-archive-products .wd-product .product-wrapper {
	display: grid;
	height: 100%;
	padding: 12px;
	border: 1px solid var(--hms-line);
	border-radius: var(--hms-radius);
	background: var(--hms-surface);
}

.hm-shop-archive-products .product-element-top {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	margin-bottom: 12px;
	border-radius: var(--hms-radius);
	background: var(--hms-media);
	overflow: hidden;
}

.hm-shop-archive-products .product-element-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.hm-shop-archive-products .product-element-bottom {
	display: grid;
	gap: 7px;
	align-content: start;
}

.hm-shop-archive-products .wd-entities-title {
	margin: 0;
	color: var(--hms-ink);
	font-size: 14px;
	font-weight: 820;
	line-height: 1.28;
}

.hm-shop-archive-products .wd-entities-title a {
	color: var(--hms-ink);
}

.hm-shop-archive-products .price {
	color: var(--hms-green-deep);
	font-size: 15px;
	font-weight: 840;
	line-height: 1.25;
}

.hm-shop-archive-products .price del {
	color: var(--hms-muted);
	font-size: 13px;
	font-weight: 500;
}

.hm-shop-archive-products .price ins {
	background: transparent;
	text-decoration: none;
}

.hm-shop-archive-products .wd-add-btn a,
.hm-shop-archive-products .wd-add-btn a.button,
.hm-shop-archive-products .add-to-cart-loop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 10px;
	border: 1px solid var(--hms-green);
	border-radius: var(--hms-radius);
	background-color: var(--hms-green) !important;
	color: var(--hms-button-text) !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
}

.hm-shop-pagination {
	margin-top: 24px;
}

.hm-shop-empty {
	display: grid;
	place-items: center;
	min-height: 180px;
	padding: 24px;
	border: 1px dashed rgba(20, 92, 36, 0.28);
	border-radius: var(--hms-radius);
	background: var(--hms-surface);
	color: var(--hms-muted);
	text-align: center;
}

html[data-hm-theme-resolved="dark"] .harus-shop-page {
	--hms-bg: #0f1711;
	--hms-cream: #172019;
	--hms-surface: #162019;
	--hms-ink: #f3f4f6;
	--hms-muted: #a7b0aa;
	--hms-line: rgba(255, 255, 255, 0.1);
	--hms-green-soft: rgba(35, 172, 57, 0.16);
	--hms-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

html[data-hm-theme-resolved="dark"] .hm-shop-category-card__media,
html[data-hm-theme-resolved="dark"] .hm-shop-product-card__media {
	background: #1b291f;
}

html[data-hm-theme-resolved="dark"] body.harus-shop-page-active .woocommerce-ordering select,
html[data-hm-theme-resolved="dark"] body.harus-shop-page-active select.orderby,
html[data-hm-theme-resolved="dark"] body.harus-shop-page-active .products .product-wrapper {
	border-color: rgba(255, 255, 255, 0.1);
	background-color: #162019;
	color: #f3f4f6;
}

@media (max-width: 1180px) {
	.hm-shop-category-grid {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}

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

	.hm-shop-archive-products .products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.hm-shop-archive-layout {
		grid-template-columns: 1fr;
	}

	.hm-shop-filter-panel {
		position: static;
	}

	.hm-shop-service-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.hm-shop-container {
		width: min(100% - 24px, 1290px);
	}

	.hm-shop-section:first-child {
		padding-top: 18px;
	}

	.hm-shop-pill {
		margin-bottom: 16px;
	}

	.hm-shop-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.hm-shop-archive-products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.hm-shop-support-grid {
		grid-template-columns: 1fr;
	}

	.hm-shop-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hm-shop-final__panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.hm-shop-final__panel .hm-shop-button {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.hm-shop-actions,
	.hm-shop-button {
		width: 100%;
	}

	.hm-shop-category-card {
		grid-template-columns: 1fr;
		min-height: 136px;
		padding: 12px;
	}

	.hm-shop-category-card__media {
		width: 64px;
		height: 64px;
	}

	.hm-shop-product-card {
		padding: 12px;
	}
}

@media (max-width: 374px) {
	.hm-shop-container {
		width: min(100% - 18px, 1290px);
	}

	.hm-shop-category-grid,
	.hm-shop-product-grid,
	.hm-shop-service-grid {
		grid-template-columns: 1fr;
	}

	.hm-shop-archive-products .products {
		grid-template-columns: 1fr !important;
	}
}
