/*
Theme Name: MERO Papegaaienwereld
Theme URI: https://meropapegaaienwereld.nl/
Author: Share Your Vision
Description: Custom block theme for the MERO Papegaaienwereld webshop homepage.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: mero-papegaaienwereld
*/

:root {
	--mero-green: #243f1c;
	--mero-green-2: #173113;
	--mero-olive: #5c6f2f;
	--mero-orange: #ee930d;
	--mero-orange-dark: #d87900;
	--mero-cream: #f7f6f0;
	--mero-card: #fbfaf5;
	--mero-border: #e8e4d8;
	--mero-text: #172012;
	--mero-muted: #62695c;
	--mero-shadow: 0 18px 45px rgba(28, 44, 21, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #fff;
	color: var(--mero-text);
	font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-block-image,
.wp-block-columns,
.wp-block-group,
.wp-block-button {
	margin: 0;
}

.wp-site-blocks > .wp-block-template-part + *,
.wp-site-blocks > .wp-block-template-part + main {
	margin-block-start: 0 !important;
}

.wp-block-button.mero-button {
	display: inline-flex;
	min-height: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.wp-block-button.mero-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: var(--mero-orange);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(238, 147, 13, 0.28);
	transition: transform 160ms ease, background 160ms ease;
}

.wp-block-button.mero-button .wp-block-button__link:hover {
	background: var(--mero-orange-dark);
	transform: translateY(-1px);
}

.wp-block-button.mero-button:hover {
	background: transparent;
	transform: none;
}

.mero-checkout-header {
	background: #fff;
	border-bottom: 1px solid var(--mero-border);
}

.mero-checkout-header__inner {
	min-height: 92px;
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
}

.mero-checkout-header__logo img {
	width: 210px;
	height: auto;
}

.mero-checkout-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: var(--mero-muted);
	font-size: 13px;
	font-weight: 900;
}

.mero-checkout-step {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.mero-checkout-step::after {
	content: "";
	width: 34px;
	height: 1px;
	background: var(--mero-border);
}

.mero-checkout-step:last-child::after {
	display: none;
}

.mero-checkout-step span {
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #f5f3ec;
	color: var(--mero-muted);
	font-size: 12px;
	font-weight: 950;
}

.mero-checkout-step.is-active,
.mero-checkout-step.is-complete {
	color: var(--mero-green);
}

.mero-checkout-step.is-active span,
.mero-checkout-step.is-complete span {
	background: var(--mero-green);
	color: #fff;
}

.mero-checkout-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

.mero-checkout-service {
	display: grid;
	gap: 1px;
	padding-left: 18px;
	border-left: 1px solid var(--mero-border);
	color: var(--mero-green);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 850;
}

.mero-checkout-service strong {
	font-size: 16px;
	font-weight: 950;
}

.mero-checkout-cart {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid var(--mero-border);
	border-radius: 999px;
	background: #fff;
	color: var(--mero-green);
	font-size: 18px;
	box-shadow: 0 4px 14px rgba(24, 31, 19, 0.05);
}

.mero-checkout-page {
	padding-top: 38px;
	padding-bottom: 72px;
}

.mero-page {
	background: #fff;
	overflow: hidden;
}

.mero-container {
	width: min(100% - 48px, 1240px);
	margin-inline: auto;
}

.mero-topbar {
	background: var(--mero-green-2);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.mero-topbar__inner {
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mero-topbar__group {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.mero-icon-text {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.mero-icon {
	width: 20px;
	height: 20px;
	display: inline-grid;
	place-items: center;
	color: currentColor;
}

.mero-icon svg {
	width: 19px;
	height: 19px;
	display: block;
}

.mero-header-action {
	position: relative;
}

.mero-header-action__button {
	position: relative;
	min-height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.mero-header-action__button:hover,
.mero-header-action__button[aria-expanded="true"] {
	color: #fff;
}

.mero-action-badge {
	position: absolute;
	top: -6px;
	right: -11px;
	min-width: 18px;
	height: 18px;
	display: inline-grid;
	place-items: center;
	padding: 0 5px;
	border: 2px solid var(--mero-green-2);
	border-radius: 999px;
	background: var(--mero-orange);
	color: #fff;
	font-size: 10px;
	font-weight: 950;
	line-height: 1;
}

.mero-action-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.9;
}

.mero-header-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 100;
	width: min(330px, calc(100vw - 32px));
	padding: 16px;
	border: 1px solid var(--mero-border);
	border-radius: 8px;
	background: #fff;
	color: var(--mero-text);
	box-shadow: 0 18px 44px rgba(18, 31, 13, 0.18);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.mero-header-dropdown::before {
	content: "";
	position: absolute;
	top: -6px;
	right: 20px;
	width: 12px;
	height: 12px;
	border-left: 1px solid var(--mero-border);
	border-top: 1px solid var(--mero-border);
	background: #fff;
	transform: rotate(45deg);
}

.mero-header-action.is-open .mero-header-dropdown,
.mero-header-action:focus-within .mero-header-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mero-header-dropdown__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--mero-border);
}

.mero-header-dropdown__head strong {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 950;
}

.mero-header-dropdown__head span {
	color: var(--mero-muted);
	font-size: 12px;
	font-weight: 750;
	text-align: right;
}

.mero-account-links {
	display: grid;
	gap: 0;
	padding-top: 8px;
}

.mero-account-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	border-bottom: 1px solid #f0ede4;
	color: #30382b;
	font-size: 13px;
	font-weight: 850;
}

.mero-account-links a:last-child {
	border-bottom: 0;
}

.mero-account-links a::after {
	content: "›";
	color: var(--mero-orange);
	font-size: 17px;
	line-height: 1;
}

.mero-mini-cart-list {
	display: grid;
	gap: 10px;
	padding: 13px 0;
}

.mero-mini-cart-item {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 10px;
	align-items: center;
	color: var(--mero-text);
}

.mero-mini-cart-item__thumb {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: var(--mero-cream);
	overflow: hidden;
}

.mero-mini-cart-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mero-mini-cart-item strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 900;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mero-mini-cart-item small {
	display: block;
	margin-top: 3px;
	color: var(--mero-muted);
	font-size: 12px;
	font-weight: 750;
}

.mero-header-dropdown__empty {
	margin: 14px 0;
	color: var(--mero-muted);
	font-size: 13px;
	font-weight: 750;
}

.mero-header-dropdown__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-top: 1px solid var(--mero-border);
	color: var(--mero-text);
	font-size: 13px;
	font-weight: 850;
}

.mero-header-dropdown__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.mero-mini-button {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--mero-green);
	color: #fff;
	font-size: 11px;
	font-weight: 950;
	text-align: center;
	text-transform: uppercase;
}

.mero-mini-button--secondary {
	background: #eee9da;
	color: var(--mero-green);
}

.mero-main-header {
	background: #fff;
	border-bottom: 1px solid var(--mero-border);
}

.mero-main-header__inner {
	min-height: 128px;
	display: grid;
	grid-template-columns: auto minmax(230px, 280px) minmax(0, 1fr);
	align-items: center;
	gap: 34px;
}

.mero-brand {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 296px;
}

.mero-brand img {
	width: 96px;
	height: 96px;
	object-fit: contain;
}

.mero-main-header .mero-brand img {
	width: 230px;
	height: auto;
}

.mero-main-header .mero-brand {
	min-width: 230px;
}

.mero-brand__name {
	font-size: 44px;
	line-height: 0.9;
	letter-spacing: 0.19em;
	font-weight: 400;
}

.mero-brand__sub {
	margin-top: 7px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: #303226;
}

.mero-menu-toggle,
.mero-menu-close,
.mero-nav__mobile-head {
	display: none;
}

.mero-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.mero-nav__menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
}

.mero-nav__panel {
	display: contents;
}

.mero-nav .menu-item {
	position: relative;
}

.mero-nav a {
	position: relative;
	padding: 16px 0;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.mero-nav .menu-item-has-children > a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	flex: 0 0 auto;
}

.mero-nav .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 20;
	min-width: 190px;
	list-style: none;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--mero-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 32px rgba(24, 31, 19, 0.12);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.mero-nav .menu-item-has-children:hover > .sub-menu,
.mero-nav .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mero-nav .sub-menu a {
	width: 100%;
	padding: 9px 10px;
	white-space: nowrap;
	text-transform: none;
	font-weight: 700;
}

.mero-nav a[aria-current="page"],
.mero-nav .current-menu-item > a,
.mero-nav .current_page_item > a {
	color: var(--mero-orange);
}

.mero-nav a[aria-current="page"]::before,
.mero-nav .current-menu-item > a::before,
.mero-nav .current_page_item > a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 3px;
	background: var(--mero-orange);
	border-radius: 3px;
}

.mero-search {
	width: 100%;
	height: 46px;
	border: 1px solid var(--mero-border);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 14px;
	color: #a0a092;
	font-size: 14px;
	box-shadow: 0 4px 14px rgba(24, 31, 19, 0.05);
}

.mero-search__input {
	min-width: 0;
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--mero-text);
	font: inherit;
	font-weight: 750;
	outline: 0;
}

.mero-search__input::placeholder {
	color: #a0a092;
	opacity: 1;
}

.mero-search__button {
	width: 26px;
	height: 26px;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mero-green);
	font: inherit;
	font-size: 18px;
	font-weight: 950;
	line-height: 1;
	cursor: pointer;
}

.mero-hero {
	position: relative;
	min-height: 470px;
	background: var(--mero-cream);
}

.mero-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mero-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mero-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(244, 240, 210, 0.93) 0%, rgba(244, 240, 210, 0.82) 36%, rgba(244, 240, 210, 0.12) 64%, rgba(244, 240, 210, 0) 100%);
}

.mero-hero__content {
	position: relative;
	z-index: 1;
	min-height: 470px;
	display: flex;
	align-items: center;
}

.mero-hero__copy {
	max-width: 430px;
	margin-left: 92px;
}

.mero-hero h1 {
	margin: 0 0 22px;
	color: var(--mero-green);
	font-size: clamp(42px, 5vw, 66px);
	line-height: 1.06;
	font-weight: 900;
}

.mero-hero p {
	margin: 0 0 26px;
	max-width: 360px;
	font-size: 18px;
	font-weight: 700;
	color: #1c2418;
}

.mero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--mero-orange);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(238, 147, 13, 0.28);
	transition: transform 160ms ease, background 160ms ease;
}

.mero-button:hover {
	background: var(--mero-orange-dark);
	transform: translateY(-1px);
}

.mero-slider-btn {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	display: grid;
	place-items: center;
	box-shadow: 0 10px 24px rgba(24, 31, 19, 0.13);
}

.mero-slider-btn--prev {
	left: 36px;
}

.mero-slider-btn--next {
	right: 36px;
}

.mero-hero__dots {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 46px;
	transform: translateX(-50%);
	display: flex;
	gap: 18px;
}

.mero-hero__dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 0 1px rgba(39, 45, 30, 0.08);
}

.mero-hero__dot:first-child {
	background: var(--mero-orange);
}

.mero-benefits {
	position: relative;
	z-index: 3;
	margin-top: -28px;
}

.mero-benefits__grid {
	background: rgba(255,255,255,0.94);
	border: 1px solid var(--mero-border);
	border-radius: 8px;
	box-shadow: var(--mero-shadow);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
}

.mero-benefit {
	min-height: 140px;
	padding: 24px 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-right: 1px solid var(--mero-border);
}

.mero-benefit:last-child {
	border-right: 0;
}

.mero-benefit svg {
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	color: var(--mero-green);
	stroke-width: 1.6;
}

.mero-benefit h3,
.mero-card h3,
.mero-news-card h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 900;
}

.mero-benefit p {
	margin: 4px 0 0;
	color: #242b20;
	font-size: 14px;
	line-height: 1.35;
}

.mero-categories {
	padding: clamp(72px, 7vw, 104px) 0 clamp(76px, 7vw, 112px);
	background: #fff;
}

.mero-category-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 34px 28px;
}

.mero-category {
	text-align: center;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mero-category__image {
	width: clamp(140px, 13vw, 168px);
	height: clamp(140px, 13vw, 168px);
	margin: 0 auto 22px;
	border-radius: 50%;
	background: var(--mero-cream);
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(22, 31, 16, 0.11);
	transition: transform 180ms ease, box-shadow 180ms ease;
	flex: 0 0 auto;
}

.mero-category__image:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(22, 31, 16, 0.15);
}

.mero-category__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.mero-category__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mero-category h3 {
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 900;
}

.mero-category__count {
	margin: 0 0 13px;
	color: var(--mero-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.mero-category--fallback .mero-category__count {
	display: none;
}

.mero-mini-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 30px;
	padding: 0 16px;
	background: var(--mero-cream);
	border-radius: 999px;
	color: #1f291b;
	font-size: 12px;
	font-weight: 800;
}

.mero-category p:has(.mero-mini-link),
.mero-section-heading p:has(.mero-text-link),
.mero-card p:has(.mero-text-link),
.mero-news-card p:has(.mero-text-link) {
	margin: 0;
}

.mero-about {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
	background: var(--mero-green);
	color: #fff;
}

.mero-about__copy {
	padding: 78px clamp(28px, 7vw, 92px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mero-section-title {
	margin: 0 0 18px;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.15;
	font-weight: 900;
}

.mero-about p {
	margin: 0 0 16px;
	max-width: 520px;
	font-size: 17px;
	line-height: 1.55;
	font-weight: 600;
}

.mero-about__image img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.mero-about__image .wp-block-image {
	height: 100%;
}

.mero-info-cards {
	padding: 18px 0 32px;
	background: #fff;
}

.mero-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border: 1px solid var(--mero-border);
	border-radius: 8px;
	background: var(--mero-card);
	overflow: hidden;
}

.mero-card {
	min-height: 184px;
	padding: 24px 26px;
	display: grid;
	grid-template-columns: 122px 1fr;
	gap: 22px;
	align-items: center;
	border-right: 1px solid var(--mero-border);
}

.mero-card:last-child {
	border-right: 0;
}

.mero-card img {
	width: 122px;
	height: 138px;
	object-fit: contain;
	align-self: end;
}

.mero-card .wp-block-image {
	width: 122px;
	align-self: end;
}

.mero-card p {
	margin: 9px 0 16px;
	color: #1c2418;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 650;
}

.mero-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	font-weight: 900;
}

.mero-news {
	padding: 0 0 58px;
	background: #fff;
}

.mero-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.mero-section-heading h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
}

.mero-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.mero-news-card {
	border: 1px solid var(--mero-border);
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.mero-news-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.mero-news-card__body {
	padding: 16px 18px 18px;
}

.mero-date {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	color: #85877e;
	font-size: 12px;
	font-weight: 800;
}

.mero-news-card h3 {
	margin-bottom: 14px;
	font-size: 21px;
}

.mero-newsletter {
	background: var(--mero-green-2);
	color: #fff;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.mero-newsletter::before {
	content: "";
	position: absolute;
	left: 52px;
	top: -20px;
	width: 140px;
	height: 140px;
	border: 2px solid rgba(255,255,255,0.07);
	border-radius: 50%;
}

.mero-newsletter__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr minmax(280px, 380px) auto;
	align-items: center;
	gap: 26px;
}

.mero-newsletter h2 {
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
}

.mero-newsletter p {
	margin: 5px 0 0;
	color: rgba(255,255,255,0.78);
	font-size: 15px;
	font-weight: 600;
}

.mero-input {
	height: 52px;
	width: 100%;
	border: 0;
	border-radius: 7px;
	background: #fff;
	padding: 0 20px;
	color: #8b8b83;
	font-size: 15px;
}

.mero-footer {
	background: var(--mero-cream);
}

.mero-footer__main {
	padding: 48px 0 42px;
	display: grid;
	grid-template-columns: 1.45fr repeat(4, 1fr);
	gap: 42px;
}

.mero-footer .mero-brand {
	min-width: 0;
	margin-bottom: 18px;
}

.mero-footer .mero-brand img {
	width: 74px;
	height: 74px;
}

.mero-footer .mero-brand__name {
	font-size: 32px;
}

.mero-footer .mero-brand__sub {
	font-size: 10px;
}

.mero-footer h3 {
	margin: 0 0 16px;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.mero-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 7px;
	color: #404738;
	font-size: 14px;
}

.mero-footer .sub-menu {
	display: none;
}

.mero-contact-list {
	display: grid;
	gap: 9px;
	color: #404738;
	font-size: 14px;
}

.mero-socials {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.mero-socials a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--mero-green);
	color: #fff;
	display: grid;
	place-items: center;
	transition: background 0.18s ease, transform 0.18s ease;
}

.mero-socials a:hover,
.mero-socials a:focus-visible {
	background: var(--mero-orange);
	transform: translateY(-1px);
}

.mero-socials svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.mero-payments {
	display: grid;
	grid-template-columns: repeat(2, 72px);
	gap: 12px;
}

.mero-payments img {
	width: 72px;
	height: auto;
}

.mero-footer__bar {
	background: var(--mero-green-2);
	color: rgba(255,255,255,0.9);
	font-size: 12px;
	font-weight: 700;
}

.mero-footer__bar-inner {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.mero-legal {
	display: flex;
}

.mero-legal-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 28px;
}

.mero-shop-category {
	background: #fff;
}

.mero-category-hero {
	background: linear-gradient(90deg, #f5f1e4 0%, #f8f5eb 100%);
	border-bottom: 1px solid var(--mero-border);
	margin-top: 0;
	overflow: hidden;
}

.mero-breadcrumb {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 40px;
	color: #66705e;
	font-size: 13px;
	font-weight: 750;
}

.mero-breadcrumb span:last-child {
	color: var(--mero-text);
}

.mero-category-hero__content {
	min-height: 236px;
	display: grid;
	grid-template-columns: minmax(0, 0.74fr) minmax(440px, 1fr);
	align-items: center;
	gap: 28px;
}

.mero-category-hero h1 {
	margin: 0 0 10px;
	color: var(--mero-green);
	font-size: clamp(38px, 4.2vw, 52px);
	line-height: 1.04;
	font-weight: 950;
}

.mero-category-hero h1:last-child {
	margin-bottom: 0;
}

.mero-category-hero p {
	max-width: 430px;
	margin: 0;
	color: #202719;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}

.mero-category-hero img {
	width: 100%;
	height: 236px;
	object-fit: cover;
	object-position: center;
	align-self: end;
	mix-blend-mode: multiply;
}

.mero-category-benefits {
	background: var(--mero-cream);
	border-bottom: 1px solid var(--mero-border);
}

.mero-category-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	min-height: 104px;
}

.mero-category-benefits__grid div {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-content: center;
	gap: 0 14px;
	padding: 20px 24px;
	border-right: 1px solid rgba(232, 228, 216, 0.72);
}

.mero-category-benefits__grid div:last-child {
	border-right: 0;
}

.mero-category-benefits span {
	grid-row: span 2;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	color: var(--mero-green);
	font-size: 26px;
}

.mero-category-benefits strong {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 950;
}

.mero-category-benefits small {
	color: var(--mero-muted);
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
}

.mero-category-layout {
	display: grid;
	grid-template-columns: 238px minmax(0, 1fr);
	gap: 36px;
	padding-top: 36px;
	padding-bottom: 34px;
}

.mero-category-layout--searchanise {
	display: block;
}

.mero-category-filters {
	align-self: start;
	background: var(--mero-card);
	border: 1px solid var(--mero-border);
	border-radius: 6px;
	padding: 22px 20px 20px;
}

.mero-filter-group {
	padding-bottom: 23px;
	margin-bottom: 22px;
	border-bottom: 1px solid var(--mero-border);
}

.mero-filter-group:last-of-type {
	margin-bottom: 18px;
}

.mero-filter-group h3 {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 950;
}

.mero-filter-links,
.mero-filter-checks {
	display: grid;
	gap: 8px;
}

.mero-filter-links button {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #30382b;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	text-align: left;
	cursor: pointer;
}

.mero-filter-links button:hover,
.mero-filter-links button.is-active {
	color: var(--mero-orange);
}

.mero-filter-checks label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #444d3d;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.mero-filter-checks input {
	width: 15px;
	height: 15px;
	margin: 0;
	accent-color: var(--mero-green);
	flex: 0 0 auto;
}

.mero-price-range {
	width: 100%;
	accent-color: var(--mero-green);
}

.mero-price-labels {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333c2e;
	font-size: 12px;
	font-weight: 850;
}

.mero-clear-filters {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border: 0;
	border-radius: 999px;
	background: #eee9da;
	color: var(--mero-green);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	cursor: pointer;
}

.mero-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 24px;
}

.mero-results-toolbar p {
	margin: 0;
	color: #3f4838;
	font-size: 14px;
	font-weight: 750;
}

.mero-results-toolbar select {
	height: 48px;
	min-width: 208px;
	padding: 0 42px 0 16px;
	border: 1px solid var(--mero-border);
	border-radius: 8px;
	background: #fff;
	color: #62695c;
	font-size: 13px;
	font-weight: 800;
}

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

.mero-product-results--searchanise #snize_results {
	min-height: 420px;
}

.mero-product-results--searchanise #snize_results.snize-search-results {
	display: grid !important;
	grid-template-columns: 238px minmax(0, 1fr);
	grid-template-areas:
		"panel panel"
		"filters results"
		"filters pagination";
	gap: 24px 36px;
	align-items: start;
}

.mero-product-results--searchanise div.snize {
	color: var(--mero-text);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.45;
}

.mero-product-results--searchanise .snize-search-results-main-content {
	grid-area: results;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
}

.mero-product-results--searchanise .snize-horizontal-filters {
	display: none !important;
}

.mero-product-results--searchanise .snize-filters-sidebar {
	grid-area: filters;
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 22px 20px 20px !important;
	border: 1px solid var(--mero-border) !important;
	border-radius: 6px;
	background: var(--mero-card);
	box-shadow: none;
}

.mero-product-results--searchanise .snize-product-filters-block {
	padding: 0 0 23px !important;
	margin: 0 0 22px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--mero-border) !important;
	background: transparent !important;
	box-shadow: none !important;
}

.mero-product-results--searchanise .snize-product-filters-block:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.mero-product-results--searchanise .snize-product-filters-title,
.mero-product-results--searchanise .snize-product-filters-block-title,
.mero-product-results--searchanise .snize-product-filters-header {
	margin: 0 0 14px !important;
	color: var(--mero-text) !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	font-weight: 950 !important;
	text-transform: none !important;
}

.mero-product-results--searchanise ul.snize-product-filters-list {
	display: grid !important;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mero-product-results--searchanise ul.snize-product-filters-list li,
.mero-product-results--searchanise ul.snize-product-filters-list li label,
.mero-product-results--searchanise ul.snize-product-filters-list li a {
	color: #444d3d !important;
	font-size: 13px !important;
	font-weight: 750 !important;
	line-height: 1.35 !important;
}

.mero-product-results--searchanise ul.snize-product-filters-list li label {
	display: flex !important;
	align-items: center;
	gap: 10px;
}

.mero-product-results--searchanise .snize-filter-checkbox,
.mero-product-results--searchanise input[type="checkbox"] {
	width: 15px !important;
	height: 15px !important;
	margin: 0 !important;
	flex: 0 0 auto;
	accent-color: var(--mero-green);
}

.mero-product-results--searchanise .snize-filter-variant-count {
	color: var(--mero-muted) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
}

.mero-product-results--searchanise .snize-main-panel,
.mero-product-results--searchanise .snize-search-results-header {
	grid-area: panel;
	align-items: center;
	gap: 14px;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.mero-product-results--searchanise .snize-main-panel {
	display: grid !important;
	grid-template-columns: 1fr auto auto;
	justify-content: end;
}

.mero-product-results--searchanise .snize-main-panel > *:not(.snize-search-results-header):not(.snize-main-panel-collection-results-found) {
	justify-self: end;
}

.mero-product-results--searchanise .snize-search-results-header,
.mero-product-results--searchanise .snize-main-panel-collection-results-found {
	display: block !important;
	justify-self: start;
	text-align: left !important;
}

.mero-product-results--searchanise .snize-search-results-header {
	margin-right: 0 !important;
}

.mero-product-results--searchanise .snize-main-panel-controls {
	margin-left: 0 !important;
}

.mero-product-results--searchanise .snize-pagination {
	grid-area: pagination;
	width: 100% !important;
	margin-left: 0 !important;
}

.mero-product-results--searchanise .snize-search-results-header,
.mero-product-results--searchanise .snize-search-results-header span {
	color: #3f4838 !important;
	font-size: 14px !important;
	font-weight: 750 !important;
}

.mero-product-results--searchanise .snize-main-panel-dropdown > a,
.mero-product-results--searchanise .snize-main-panel-dropdown select {
	min-width: 208px;
	height: 48px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px !important;
	border: 1px solid var(--mero-border) !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #62695c !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.mero-product-results--searchanise #snize-search-results-grid-mode ul {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mero-product-results--searchanise #snize-search-results-grid-mode ul::before,
.mero-product-results--searchanise #snize-search-results-grid-mode ul::after {
	display: none !important;
	content: none !important;
}

.mero-product-results--searchanise #snize-search-results-grid-mode,
.mero-product-results--searchanise .snize-search-results-content {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
}

.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product {
	position: relative;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--mero-border) !important;
	border-radius: 6px !important;
	background: var(--mero-card) !important;
	overflow: hidden;
	box-shadow: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(28, 44, 21, 0.12) !important;
}

.mero-product-results--searchanise li.snize-product a.snize-item {
	display: flex !important;
	height: 100%;
	flex-direction: column;
	color: inherit !important;
	text-decoration: none !important;
}

.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product .snize-thumbnail-wrapper {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	display: block !important;
	background: #fff !important;
	overflow: hidden !important;
}

.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product .snize-thumbnail {
	box-sizing: border-box;
	width: 100% !important;
	height: 100% !important;
	display: grid !important;
	place-items: center;
	overflow: hidden !important;
	padding: 18px !important;
	background: #fff !important;
}

.mero-product-results--searchanise li.snize-product .snize-thumbnail img,
.mero-product-results--searchanise li.snize-product img.snize-item-image {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	border-radius: 4px;
}

.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product .snize-overhidden,
.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product .snize-product-info {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px 16px 18px !important;
	background: var(--mero-card) !important;
	text-align: left !important;
}

.mero-product-results--searchanise li.snize-product span.snize-title {
	min-height: 42px;
	margin: 0 0 8px !important;
	color: var(--mero-text) !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	font-weight: 950 !important;
	text-align: left !important;
}

.mero-product-results--searchanise li.snize-product span.snize-description {
	display: -webkit-box !important;
	margin: 0 0 10px !important;
	overflow: hidden;
	color: var(--mero-muted) !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	text-align: left !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mero-product-results--searchanise li.snize-product div.snize-price-list,
.mero-product-results--searchanise li.snize-product .snize-price,
.mero-product-results--searchanise li.snize-product .snize-price-with-discount {
	margin: auto 0 14px !important;
	color: #1d2818 !important;
	font-size: 17px !important;
	font-weight: 950 !important;
	line-height: 1.25 !important;
	text-align: left !important;
}

.mero-product-results--searchanise li.snize-product .snize-button,
.mero-product-results--searchanise li.snize-product .snize-add-to-cart-button {
	position: static !important;
	width: auto !important;
	min-height: 38px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--mero-green) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	opacity: 1 !important;
	visibility: visible !important;
	box-shadow: none !important;
}

.mero-product-results--searchanise li.snize-product .snize-button:hover,
.mero-product-results--searchanise li.snize-product .snize-button:focus,
.mero-product-results--searchanise li.snize-product .snize-add-to-cart-button:hover,
.mero-product-results--searchanise li.snize-product .snize-add-to-cart-button:focus {
	background: #EE930D !important;
}

.mero-product-results--searchanise .snize-product-label,
.mero-product-results--searchanise .snize-labels-wrapper span {
	border-radius: 3px !important;
	background: var(--mero-green) !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 950 !important;
	text-transform: uppercase !important;
}

.mero-product-card {
	position: relative;
	min-width: 0;
	border: 1px solid var(--mero-border);
	border-radius: 6px;
	background: var(--mero-card);
	overflow: hidden;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.mero-product-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(28, 44, 21, 0.12);
}

.mero-product-card[hidden] {
	display: none;
}

.mero-product-badge {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	min-height: 24px;
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	border-radius: 3px;
	background: var(--mero-green);
	color: #fff;
	font-size: 10px;
	font-weight: 950;
	text-transform: uppercase;
}

.mero-product-badge--new {
	background: var(--mero-orange);
}

.mero-product-card__image {
	height: 284px;
	display: grid;
	place-items: center;
	padding: 16px;
	background: #f4f2ea;
}

.mero-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.mero-product-card__body {
	padding: 16px 16px 18px;
}

.mero-product-card h2 {
	min-height: 42px;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 950;
}

.mero-rating {
	margin-bottom: 8px;
	color: var(--mero-orange);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0;
}

.mero-rating span {
	color: var(--mero-muted);
	font-size: 12px;
}

.mero-price {
	display: block;
	margin-bottom: 14px;
	color: #1d2818;
	font-size: 17px;
	font-weight: 950;
}

.mero-product-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 16px;
	border-radius: 999px;
	background: var(--mero-green);
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	white-space: nowrap;
}

.mero-no-results {
	margin: 24px 0 0;
	padding: 18px 20px;
	border: 1px solid var(--mero-border);
	border-radius: 6px;
	background: var(--mero-card);
	color: var(--mero-muted);
	font-weight: 800;
}

.mero-category-story {
	background: linear-gradient(90deg, #fbfaf4 0%, #f4f0e4 100%);
	overflow: hidden;
}

.mero-category-story__inner {
	min-height: 384px;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.95fr);
	align-items: center;
	gap: 54px;
}

.mero-category-story h2 {
	margin: 0 0 16px;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.15;
	font-weight: 950;
}

.mero-category-story p {
	max-width: 630px;
	margin: 0 0 18px;
	color: #30382b;
	font-size: 16px;
	font-weight: 700;
}

.mero-category-story ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 9px;
	font-size: 14px;
	font-weight: 850;
}

.mero-category-story li::before {
	content: "✓";
	margin-right: 10px;
	color: var(--mero-green);
	font-weight: 950;
}

.mero-category-story img {
	width: 100%;
	height: 384px;
	object-fit: cover;
	object-position: center;
	align-self: end;
	mix-blend-mode: multiply;
}

.mero-shop-promises {
	background: #fff;
	border-top: 1px solid var(--mero-border);
	border-bottom: 1px solid var(--mero-border);
}

.mero-shop-promises__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.mero-shop-promises__grid div {
	min-height: 82px;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-content: center;
	gap: 2px 12px;
	padding: 14px 22px;
	border-right: 1px solid var(--mero-border);
}

.mero-shop-promises__grid div:first-child {
	border-left: 1px solid var(--mero-border);
}

.mero-shop-promises__icon {
	grid-row: span 2;
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	align-self: center;
	border-radius: 999px;
	background: #f5f3ec;
	color: var(--mero-green);
	font-size: 15px;
	line-height: 1;
	font-weight: 950;
}

.mero-shop-promises strong {
	font-size: 13px;
	line-height: 1.25;
	font-weight: 950;
}

.mero-shop-promises span {
	color: var(--mero-muted);
	font-size: 12px;
	line-height: 1.25;
	font-weight: 750;
}

.mero-product-page {
	background: #fff;
	overflow: hidden;
}

.mero-product-breadcrumb {
	background: #f5f3ec;
	border-bottom: 1px solid var(--mero-border);
}

.mero-product-breadcrumb .woocommerce-breadcrumb,
.mero-product-breadcrumb .wp-block-woocommerce-breadcrumbs {
	width: min(100% - 48px, 1240px);
	min-height: 48px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	color: var(--mero-muted);
	font-size: 13px;
	font-weight: 750;
}

.mero-product-breadcrumb a {
	color: var(--mero-muted);
}

.mero-product-page .wc-block-store-notices {
	width: min(100% - 48px, 1240px);
	margin: 0 auto;
}

.mero-product-page .wc-block-store-notices:has(.wc-block-components-notice-banner) {
	margin-top: 24px;
}

.mero-product-page .wc-block-store-notices .woocommerce-notices-wrapper,
.mero-product-page .wc-block-store-notices .wc-block-components-notice-banner {
	box-sizing: border-box;
	width: 100%;
}

.mero-product-page .wc-block-store-notices .wc-block-components-notice-banner {
	margin-inline: 0;
}

.mero-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
	gap: 42px;
	padding-top: 42px;
	padding-bottom: 38px;
}

.mero-product-gallery-panel {
	min-width: 0;
}

.mero-product-gallery-panel .wp-block-woocommerce-product-image-gallery,
.mero-product-gallery-panel .wc-block-product-gallery {
	background: #fff;
}

.mero-product-gallery-panel img {
	border-radius: 6px;
}

.mero-product-gallery-panel .woocommerce-product-gallery__wrapper {
	margin-bottom: 18px;
}

.mero-product-gallery-panel .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 22px;
}

.mero-product-gallery-panel .flex-control-thumbs {
	display: flex;
	gap: 14px;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

.mero-product-gallery-panel .flex-control-thumbs li {
	width: 112px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mero-product-gallery-panel .flex-control-thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.mero-product-summary-panel {
	align-self: start;
	display: grid;
	gap: 15px;
	min-width: 0;
	padding-top: 2px;
}

.mero-product-label {
	width: fit-content;
	min-height: 28px;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border-radius: 4px;
	background: var(--mero-green);
	color: #fff;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0;
}

.mero-product-summary-panel h1 {
	margin: 0;
	color: var(--mero-green);
	font-size: clamp(32px, 3vw, 44px);
	line-height: 1.08;
	font-weight: 950;
}

.mero-product-short-summary,
.mero-product-summary-panel .wp-block-post-excerpt {
	margin: 0;
	color: #202719;
	font-size: 17px;
	line-height: 1.45;
	font-weight: 750;
}

.mero-product-summary-panel .wp-block-post-excerpt__excerpt {
	margin: 0;
}

.mero-product-rating-row {
	gap: 18px 28px;
	margin: 2px 0 0;
}

.mero-product-rating-row .wc-block-components-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--mero-orange);
	font-weight: 900;
}

.mero-product-rating-row .wp-block-woocommerce-product-meta {
	color: #1f2719;
	font-size: 14px;
	font-weight: 800;
}

.mero-product-summary-panel .wp-block-woocommerce-product-price {
	margin: 4px 0 0;
}

.mero-product-summary-panel .wc-block-components-product-price,
.mero-product-summary-panel .price {
	color: #11180f;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 950;
}

.mero-product-summary-panel .wp-block-woocommerce-product-stock-indicator {
	margin: 0;
	color: var(--mero-green);
	font-size: 14px;
	font-weight: 850;
}

.mero-product-bullets {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 9px;
	color: #283222;
	font-size: 14px;
	font-weight: 750;
}

.mero-product-bullets li {
	position: relative;
	padding-left: 24px;
}

.mero-product-bullets li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--mero-green);
	font-weight: 950;
}

.mero-product-summary-panel .wp-block-woocommerce-add-to-cart-form form.cart,
.mero-product-summary-panel form.cart {
	display: grid;
	grid-template-columns: 124px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin: 10px 0 0;
}

.mero-product-summary-panel .wp-block-woocommerce-add-to-cart-form > p.stock,
.mero-product-summary-panel .wc-block-add-to-cart-form > p.stock {
	display: none;
}

.mero-product-summary-panel form.cart .quantity,
.mero-product-summary-panel .quantity {
	min-width: 0;
}

.mero-product-summary-panel .wc-block-components-quantity-selector.quantity {
	min-height: 46px;
	height: 46px;
}

.mero-product-summary-panel .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	min-height: 44px;
}

.mero-product-summary-panel .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.mero-product-summary-panel div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number].input-text.qty.text {
	min-height: 44px;
	padding: 0;
}

.mero-product-summary-panel form.cart input.qty {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--mero-border);
	border-radius: 6px;
	background: #fff;
	color: var(--mero-text);
	font-size: 15px;
	font-weight: 900;
	text-align: center;
}

.mero-product-summary-panel form.cart .button,
.mero-product-summary-panel .single_add_to_cart_button,
.mero-product-summary-panel .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border: 0;
	border-radius: 6px;
	background: var(--mero-green);
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
	box-shadow: 0 9px 20px rgba(36, 63, 28, 0.18);
}

.mero-product-save-row {
	display: block;
}

.mero-product-save-button,
.mero-product-save-button .wp-block-button__link {
	width: 100%;
}

.mero-product-save-button .wp-block-button__link {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a7aa9e;
	border-radius: 6px;
	background: #fff;
	color: var(--mero-green);
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
	box-shadow: none;
}

.mero-product-service-card {
	display: grid;
	gap: 14px;
	margin-top: 4px;
	padding: 22px 24px;
	border-radius: 6px;
	background: #f3efe6;
	color: #343c2d;
}

.mero-product-service-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 750;
}

.mero-product-service-card strong {
	color: var(--mero-text);
	font-weight: 950;
}

.mero-product-trust {
	background: #fff;
	border-top: 1px solid var(--mero-border);
	border-bottom: 1px solid var(--mero-border);
}

.mero-product-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mero-product-trust__grid > div {
	min-height: 92px;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-content: center;
	column-gap: 14px;
	row-gap: 3px;
	padding: 16px 28px;
	border-right: 1px solid var(--mero-border);
}

.mero-product-trust__grid > div:first-child {
	border-left: 1px solid var(--mero-border);
}

.mero-product-trust__icon {
	grid-row: 1 / span 2;
	align-self: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #eef4e7;
	color: var(--mero-green);
	display: grid;
	place-items: center;
	font-size: 16px;
	font-weight: 950;
}

.mero-product-trust strong {
	font-size: 14px;
	line-height: 1.25;
	font-weight: 950;
}

.mero-product-trust__grid > div > span:not(.mero-product-trust__icon) {
	color: var(--mero-muted);
	font-size: 13px;
	font-weight: 750;
}

.mero-product-details-wrap {
	padding-top: 52px;
	padding-bottom: 26px;
}

.mero-product-details {
	margin: 0;
}

.mero-product-details .wc-block-components-tabs,
.mero-product-details .woocommerce-tabs {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 36px;
	align-items: start;
}

.mero-product-details .wc-block-components-tabs__list,
.mero-product-details .tabs {
	margin: 0;
	padding: 0;
	border: 1px solid var(--mero-border);
	border-radius: 6px;
	background: var(--mero-card);
	overflow: hidden;
}

.mero-product-details .wc-block-components-tabs__item,
.mero-product-details .tabs li {
	border-bottom: 1px solid var(--mero-border);
}

.mero-product-details .wc-block-components-tabs__item:last-child,
.mero-product-details .tabs li:last-child {
	border-bottom: 0;
}

.mero-product-details .wc-block-components-tabs__item a,
.mero-product-details .tabs a {
	display: block;
	padding: 18px 20px;
	color: var(--mero-text);
	font-size: 14px;
	font-weight: 850;
}

.mero-product-details .wc-block-components-tabs__item.active a,
.mero-product-details .tabs li.active a,
.mero-product-details .tabs li:first-child a {
	background: #eee9da;
	color: var(--mero-green);
}

.mero-product-details .wc-block-components-tab-panel,
.mero-product-details .woocommerce-Tabs-panel {
	min-width: 0;
	color: #30382b;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 650;
}

.mero-product-details .woocommerce-product-attributes {
	width: 100%;
	max-width: 420px;
	border-collapse: collapse;
	border: 1px solid var(--mero-border);
	border-radius: 6px;
	background: var(--mero-card);
	overflow: hidden;
}

.mero-product-details .woocommerce-product-attributes th,
.mero-product-details .woocommerce-product-attributes td {
	padding: 13px 18px;
	border-bottom: 1px solid var(--mero-border);
	text-align: left;
	font-size: 14px;
}

.mero-product-related {
	padding-top: 18px;
	padding-bottom: 64px;
}

.mero-product-related h2,
.mero-product-page .upsells.products > h2,
.mero-product-page .related.products > h2 {
	margin: 0 0 26px;
	color: var(--mero-green);
	font-size: 28px;
	line-height: 1.2;
	font-weight: 950;
}

.mero-product-related .wp-block-woocommerce-related-products,
.mero-product-related .products {
	margin: 0;
}

.mero-product-related ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	padding: 0;
	list-style: none;
}

.mero-product-related ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	border: 1px solid var(--mero-border);
	border-radius: 6px;
	background: var(--mero-card);
	overflow: hidden;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.mero-product-related ul.products li.product:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(28, 44, 21, 0.12);
}

.mero-product-related ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #f4f2ea;
}

.mero-product-related ul.products li.product .woocommerce-loop-product__title,
.mero-product-related ul.products li.product .price,
.mero-product-related ul.products li.product .star-rating,
.mero-product-related ul.products li.product .button {
	margin-left: 16px;
	margin-right: 16px;
}

.mero-product-related ul.products li.product .woocommerce-loop-product__title {
	min-height: 42px;
	margin-top: 16px;
	margin-bottom: 8px;
	color: var(--mero-text);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 950;
}

.mero-product-related ul.products li.product .price {
	display: block;
	margin-bottom: 16px;
	color: var(--mero-text);
	font-size: 16px;
	font-weight: 950;
}

.mero-product-related ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin-bottom: 16px;
	border-radius: 6px;
	background: var(--mero-green);
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

@media (max-width: 1120px) {
	.mero-main-header__inner {
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"brand search"
			"nav nav";
		align-items: center;
		gap: 18px 28px;
		padding: 18px 0 22px;
	}

	.mero-brand {
		grid-area: brand;
		min-width: 0;
	}

	.mero-brand img {
		width: 78px;
		height: 78px;
	}

	.mero-main-header .mero-brand img {
		width: 132px;
		height: auto;
	}

	.mero-nav {
		grid-area: nav;
		justify-content: center;
	}

	.mero-nav__menu {
		gap: clamp(18px, 4vw, 34px);
	}

	.mero-search {
		grid-area: search;
		width: min(100%, 300px);
		justify-self: end;
	}

	.mero-category-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 42px 24px;
	}

	.mero-footer__main {
		grid-template-columns: repeat(3, 1fr);
	}

	.mero-category-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 24px;
	}

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

	.mero-product-results--searchanise #snize_results.snize-search-results {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 24px;
	}

	.mero-product-results--searchanise #snize-search-results-grid-mode ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mero-category-benefits__grid,
	.mero-shop-promises__grid,
	.mero-product-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mero-category-benefits__grid div:nth-child(2n),
	.mero-shop-promises__grid div:nth-child(2n),
	.mero-product-trust__grid > div:nth-child(2n) {
		border-right: 0;
	}

	.mero-product-hero {
		grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1fr);
		gap: 28px;
	}

	.mero-product-related ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.mero-container {
		width: min(100% - 32px, 1240px);
	}

	.mero-checkout-header__inner {
		grid-template-columns: 1fr auto;
		gap: 14px 18px;
		padding: 16px 0;
	}

	.mero-checkout-header__logo img {
		width: 150px;
	}

	.mero-checkout-steps {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.mero-checkout-step::after {
		width: 24px;
	}

	.mero-checkout-service {
		padding-left: 0;
		border-left: 0;
	}

	.mero-topbar__inner {
		justify-content: center;
	}

	.mero-topbar__group--contact {
		display: none;
	}

	.mero-topbar__group--actions {
		justify-content: center;
		gap: 16px;
	}

	.mero-header-action__label {
		display: none;
	}

	.mero-header-dropdown {
		position: fixed;
		top: 48px;
		right: 16px;
		left: 16px;
		width: auto;
	}

	.mero-header-dropdown::before {
		display: none;
	}

	.mero-main-header__inner {
		grid-template-columns: minmax(0, 1fr) 44px;
		grid-template-areas:
			"brand menu"
			"search search";
		justify-items: stretch;
		gap: 10px 16px;
		min-height: 0;
		padding: 10px 0 0;
	}

	.mero-brand img {
		width: 96px;
		height: 96px;
	}

	.mero-main-header .mero-brand img {
		width: 148px;
		height: auto;
	}

	.mero-menu-toggle {
		grid-area: menu;
		width: 44px;
		height: 44px;
		display: grid;
		place-content: center;
		gap: 5px;
		justify-self: end;
		align-self: start;
		border: 1px solid var(--mero-border);
		border-radius: 8px;
		background: #fff;
		color: var(--mero-green);
		box-shadow: 0 4px 14px rgba(24, 31, 19, 0.05);
	}

	.mero-menu-toggle span:not(.screen-reader-text) {
		width: 18px;
		height: 2px;
		display: block;
		border-radius: 2px;
		background: currentColor;
	}

	.mero-nav {
		grid-area: auto;
		display: contents;
	}

	.mero-nav__panel {
		position: fixed;
		inset: 0;
		z-index: 9999;
		display: flex;
		flex-direction: column;
		gap: 24px;
		padding: max(18px, env(safe-area-inset-top)) 24px 28px;
		background: #fff;
		opacity: 0;
		pointer-events: none;
		transform: translateX(100%);
		transition: opacity 180ms ease, transform 180ms ease;
		overflow-y: auto;
	}

	.mero-menu-is-open .mero-nav__panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	body.mero-menu-is-open {
		overflow: hidden;
	}

	.mero-nav__mobile-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		padding-bottom: 18px;
		border-bottom: 1px solid var(--mero-border);
	}

	.mero-nav__mobile-head img {
		width: 128px;
		height: auto;
	}

	.mero-menu-close {
		min-height: 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0 14px;
		border: 1px solid var(--mero-border);
		border-radius: 8px;
		background: var(--mero-cream);
		color: var(--mero-green);
		font-size: 12px;
		font-weight: 950;
		text-transform: uppercase;
	}

	.mero-nav__menu {
		display: grid;
		justify-content: stretch;
		align-items: stretch;
		gap: 0;
	}

	.mero-nav a {
		width: 100%;
		min-height: 54px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		border-bottom: 1px solid var(--mero-border);
		color: var(--mero-text);
		font-size: 20px;
		line-height: 1.2;
		font-weight: 950;
	}

	.mero-nav .sub-menu {
		position: static;
		display: grid;
		gap: 0;
		min-width: 0;
		padding: 0 0 0 16px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.mero-nav .sub-menu a {
		min-height: 44px;
		padding: 0;
		color: #4f5a49;
		font-size: 15px;
		font-weight: 850;
		text-transform: none;
	}

	.mero-search {
		grid-area: search;
		height: 48px;
		justify-self: start;
		width: 100vw;
		margin: 0 0 0 -16px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		font-size: 15px;
	}

	.mero-hero,
	.mero-hero__content {
		min-height: 560px;
	}

	.mero-hero::after {
		background: linear-gradient(180deg, rgba(244, 240, 210, 0.96) 0%, rgba(244, 240, 210, 0.83) 48%, rgba(244, 240, 210, 0.12) 100%);
	}

	.mero-hero__image {
		object-position: 62% center;
	}

	.mero-hero__copy {
		margin: 0;
		padding: 40px 0 180px;
	}

	.mero-slider-btn {
		display: none;
	}

	.mero-benefits {
		margin-top: 0;
	}

	.mero-benefits__grid,
	.mero-card-grid,
	.mero-news-grid,
	.mero-about,
	.mero-newsletter__inner {
		grid-template-columns: 1fr;
	}

	.mero-benefit,
	.mero-card {
		border-right: 0;
		border-bottom: 1px solid var(--mero-border);
	}

	.mero-benefit:last-child,
	.mero-card:last-child {
		border-bottom: 0;
	}

	.mero-about__image img {
		min-height: 310px;
	}

	.mero-newsletter__inner {
		align-items: stretch;
	}

	.mero-footer__main {
		grid-template-columns: 1fr 1fr;
	}

	.mero-category-hero__content,
	.mero-category-story__inner,
	.mero-category-layout,
	.mero-product-hero,
	.mero-product-details .wc-block-components-tabs,
	.mero-product-details .woocommerce-tabs {
		grid-template-columns: 1fr;
	}

	.mero-category-hero__content {
		gap: 24px;
		padding-bottom: 18px;
	}

	.mero-category-hero img,
	.mero-category-story img {
		height: 220px;
	}

	.mero-category-benefits {
		overflow: hidden;
	}

	.mero-category-benefits__grid {
		width: 100%;
		display: flex;
		grid-template-columns: none;
		min-height: 82px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.mero-category-benefits__grid::-webkit-scrollbar {
		display: none;
	}

	.mero-category-benefits__grid div,
	.mero-category-benefits__grid div:nth-child(2n) {
		flex: 0 0 100%;
		scroll-snap-align: start;
		border-right: 1px solid rgba(232, 228, 216, 0.72);
		padding: 16px max(24px, calc((100vw - 540px) / 2));
	}

	.mero-category-filters {
		position: static;
	}

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

	.mero-product-results--searchanise #snize_results.snize-search-results {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.mero-product-results--searchanise .snize-filters-sidebar {
		display: none !important;
	}

	.mero-product-results--searchanise .snize-main-panel,
	.mero-product-results--searchanise .snize-search-results-header {
		display: flex !important;
		align-items: stretch;
		flex-direction: column;
	}

	.mero-product-results--searchanise .snize-search-results-header,
	.mero-product-results--searchanise .snize-main-panel-controls {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mero-product-results--searchanise .snize-main-panel-controls,
	.mero-product-results--searchanise .snize-main-panel-dropdown,
	.mero-product-results--searchanise .snize-main-panel-mobile-filters,
	.mero-product-results--searchanise .snize-main-panel-dropdown > a,
	.mero-product-results--searchanise .snize-main-panel-dropdown select {
		width: 100%;
	}

	.mero-product-results--searchanise .snize-search-results-main-content,
	.mero-product-results--searchanise #snize-search-results-grid-mode,
	.mero-product-results--searchanise .snize-search-results-content {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		float: none !important;
		clear: none !important;
	}

	.mero-product-results--searchanise #snize-search-results-grid-mode ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100% !important;
		max-width: 100% !important;
	}

	.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product .snize-thumbnail,
	.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product .snize-thumbnail-wrapper {
		height: auto !important;
		aspect-ratio: 1 / 1;
	}

	.mero-shop-promises__grid {
		grid-template-columns: 1fr;
	}

	.mero-shop-promises__grid div,
	.mero-shop-promises__grid div:first-child,
	.mero-product-trust__grid > div,
	.mero-product-trust__grid > div:first-child {
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid var(--mero-border);
	}

	.mero-product-breadcrumb .woocommerce-breadcrumb,
	.mero-product-breadcrumb .wp-block-woocommerce-breadcrumbs,
	.mero-product-page .wc-block-store-notices {
		width: min(100% - 32px, 1240px);
	}

	.mero-product-hero {
		padding-top: 28px;
		padding-bottom: 30px;
	}

	.mero-product-summary-panel .wp-block-woocommerce-add-to-cart-form form.cart,
	.mero-product-summary-panel form.cart {
		grid-template-columns: 1fr;
	}

	.mero-product-trust__grid,
	.mero-product-related ul.products {
		grid-template-columns: 1fr;
	}

	.mero-product-details-wrap {
		padding-top: 38px;
	}
}

@media (max-width: 560px) {
	.mero-topbar__group {
		gap: 12px;
		justify-content: center;
	}

	.mero-checkout-header__inner {
		grid-template-columns: 1fr 40px;
	}

	.mero-checkout-service {
		grid-column: 1 / -1;
		grid-row: 3;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.mero-checkout-cart {
		width: 40px;
		height: 40px;
	}

	.mero-main-header__inner {
		min-height: 0;
		grid-template-columns: minmax(0, 1fr) 44px;
		gap: 8px 12px;
		padding-top: 8px;
	}

	.mero-brand {
		gap: 10px;
	}

	.mero-brand img {
		width: 86px;
		height: 86px;
	}

	.mero-main-header .mero-brand img {
		width: 132px;
		height: auto;
	}

	.mero-nav a {
		min-height: 52px;
		font-size: 18px;
	}

	.mero-nav .sub-menu a {
		min-height: 42px;
		font-size: 14px;
	}

	.mero-search {
		height: 46px;
		padding-inline: 16px;
		font-size: 14px;
	}

	.mero-hero h1 {
		font-size: 40px;
	}

	.mero-categories {
		padding: 64px 0 72px;
	}

	.mero-category-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 36px 18px;
	}

	.mero-category__image {
		width: 128px;
		height: 128px;
	}

	.mero-card {
		grid-template-columns: 96px 1fr;
		padding: 20px 18px;
	}

	.mero-card img {
		width: 96px;
		height: 116px;
	}

	.mero-news-card img {
		height: 170px;
	}

	.mero-footer__main,
	.mero-footer__bar-inner {
		grid-template-columns: 1fr;
		display: grid;
	}

	.mero-footer__bar-inner {
		justify-items: start;
		padding: 12px 0;
	}

	.mero-category-benefits__grid,
	.mero-product-grid {
		grid-template-columns: 1fr;
	}

	.mero-product-results--searchanise #snize-search-results-grid-mode ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100% !important;
		max-width: 100% !important;
	}

	.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product .snize-thumbnail,
	.mero-product-results--searchanise #snize-search-results-grid-mode li.snize-product .snize-thumbnail-wrapper {
		height: auto !important;
		aspect-ratio: 1 / 1;
	}

	.mero-category-hero h1 {
		font-size: 34px;
	}

	.mero-results-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.mero-results-toolbar select {
		width: 100%;
	}

	.mero-product-card__image {
		height: 260px;
	}

	.mero-product-summary-panel h1 {
		font-size: 30px;
	}

	.mero-product-summary-panel .wc-block-components-product-price,
	.mero-product-summary-panel .price {
		font-size: 27px;
	}

	.mero-product-service-card {
		padding: 18px;
	}
}
