:root {
	--rs-header-layer-offset: 84px;
	--rs-header-layer-z: 2147483200;
	--rs-header-surface: #fcfcfc;
	--rs-header-surface-soft: #f4f1ea;
	--rs-header-ink: #375125;
	--rs-header-ink-muted: #563d23;
	--rs-header-line: #dfd4c4;
	--rs-header-danger: #8f3b36;
	--rs-header-motion: 220ms cubic-bezier(.22, .8, .3, 1);
	scrollbar-gutter: stable;
}

body.rs-header-layer-open {
	overflow: hidden;
}

.rs-commerce-header:has(.rs-header-nav__toggle:focus-visible),
.rs-commerce-header:has(.rs-header-cart-toggle:focus-visible) {
	z-index: 2147483300 !important;
}

.rs-commerce-header__menu .rs-header-nav,
.rs-commerce-header__cart .rs-header-cart-toggle {
	font-family: "Quicksand", var(--e-global-typography-text-font-family), sans-serif;
}

.rs-header-nav {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.rs-header-nav__desktop {
	display: block;
	width: 100%;
}

.rs-header-nav__list,
.rs-header-nav__submenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rs-header-nav__desktop > .rs-header-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
}

.rs-header-nav__item {
	position: relative;
	min-width: 0;
}

.rs-header-nav__link {
	box-sizing: border-box;
	display: flex;
	min-height: 44px;
	padding: 10px 12px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 13px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-family: "Quicksand", var(--e-global-typography-text-font-family), sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none !important;
	white-space: nowrap;
	touch-action: manipulation;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.rs-header-nav__desktop .rs-header-nav__link {
	color: #fff !important;
}

.rs-header-mega-trigger {
	background: transparent !important;
}

.rs-header-mega-trigger[aria-expanded="true"] {
	background: #375125 !important;
	color: #fff !important;
}

.rs-header-mega-trigger:hover,
.rs-header-mega-trigger:focus-visible {
	background: rgba(255, 255, 255, .16) !important;
}

.rs-header-mega-trigger[aria-expanded="true"]:hover,
.rs-header-mega-trigger[aria-expanded="true"]:focus-visible {
	background: #375125 !important;
}

.rs-header-mega {
	position: fixed;
	z-index: calc(var(--rs-header-layer-z) - 10);
	top: var(--rs-header-layer-offset);
	right: 0;
	bottom: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.rs-header-mega[aria-hidden="true"] {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.rs-header-mega__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(35, 50, 25, .38);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.rs-header-mega__surface {
	box-sizing: border-box;
	position: relative;
	width: min(1260px, calc(100vw - 36px));
	max-height: calc(100dvh - var(--rs-header-layer-offset) - 22px);
	margin: 10px auto 0;
	padding: 24px 26px 27px;
	border: 1px solid rgba(86, 61, 35, .15);
	border-radius: 0 0 28px 28px;
	background: var(--rs-header-surface);
	box-shadow: 0 26px 65px rgba(35, 50, 25, .2);
	overflow: auto;
	transform: translateY(-9px);
	transition: transform var(--rs-header-motion);
}

.rs-header-mega.is-open .rs-header-mega__surface {
	transform: translateY(0);
}

.rs-header-mega__heading {
	display: flex;
	min-height: 58px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	align-items: center;
	gap: 13px;
	border-bottom: 1px solid var(--rs-header-line);
}

.rs-header-mega__mark {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border-radius: 15px;
	background: var(--rs-header-surface-soft);
	color: #73973d;
}

.rs-header-mega__mark svg,
.rs-header-mega__close svg,
.rs-header-ecosystem a svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.rs-header-mega__heading > div {
	min-width: 0;
	flex: 1;
}

.rs-header-mega__heading > div > span,
.rs-header-ecosystem__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: #73973d;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.25;
	text-transform: uppercase;
}

.rs-header-mega__heading h2,
.rs-header-ecosystem__group h3,
.rs-header-ecosystem__feature strong {
	font-family: "Cal Sans", var(--e-global-typography-primary-font-family), sans-serif;
	font-weight: 500;
}

.rs-header-mega__heading h2 {
	margin: 0;
	color: var(--rs-header-ink);
	font-size: clamp(20px, 2vw, 27px);
	letter-spacing: -.025em;
	line-height: 1.08;
}

.rs-header-mega__close {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--rs-header-line);
	border-radius: 999px;
	background: #fff;
	color: var(--rs-header-ink);
	cursor: pointer;
}

.rs-header-mega__close:hover,
.rs-header-mega__close:focus-visible {
	border-color: #73973d;
	background: var(--rs-header-surface-soft);
	outline: 3px solid rgba(115, 151, 61, .22);
	outline-offset: 2px;
}

.rs-header-ecosystem {
	display: grid;
	grid-template-columns: 1.14fr 1fr 1fr 1.2fr;
	gap: clamp(18px, 2.3vw, 34px);
}

.rs-header-ecosystem__group {
	min-width: 0;
}

.rs-header-ecosystem__group h3 {
	min-height: 42px;
	margin: 0 0 11px;
	color: #563d23;
	font-size: 18px;
	letter-spacing: -.015em;
	line-height: 1.15;
}

.rs-header-ecosystem__group ul {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 1px;
	list-style: none;
}

.rs-header-ecosystem__group li {
	margin: 0;
	padding: 0;
}

.rs-header-ecosystem__group a {
	display: flex;
	min-height: 38px;
	padding: 7px 9px;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border-radius: 11px;
	color: var(--rs-header-ink-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.rs-header-ecosystem__group a svg {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.rs-header-ecosystem__group a:hover,
.rs-header-ecosystem__group a:focus-visible {
	background: var(--rs-header-surface-soft);
	color: var(--rs-header-ink);
	outline: none;
	transform: translateX(2px);
}

.rs-header-ecosystem__group a:hover svg,
.rs-header-ecosystem__group a:focus-visible svg {
	opacity: 1;
	transform: translateX(0);
}

.rs-header-ecosystem__feature {
	position: relative;
	display: flex;
	min-height: 292px;
	padding: 22px;
	align-items: flex-end;
	border-radius: 22px;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	isolation: isolate;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rs-header-ecosystem__feature > img,
.rs-header-ecosystem__feature-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.rs-header-ecosystem__feature > img {
	z-index: -2;
	object-fit: cover;
}

.rs-header-ecosystem__feature-shade {
	z-index: -1;
	background: linear-gradient(180deg, rgba(33, 48, 24, .04) 12%, rgba(33, 48, 24, .9) 100%);
}

.rs-header-ecosystem__feature-copy {
	display: grid;
	gap: 6px;
}

.rs-header-ecosystem__feature,
.rs-header-ecosystem__feature:hover,
.rs-header-ecosystem__feature:focus-visible,
.rs-header-ecosystem__feature * {
	color: #fff !important;
}

.rs-header-ecosystem__feature-copy small {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rs-header-ecosystem__feature strong {
	font-size: clamp(22px, 2.1vw, 29px);
	letter-spacing: -.025em;
	line-height: 1.04;
}

.rs-header-ecosystem__feature-copy > span {
	display: flex;
	margin-top: 5px;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 800;
}

.rs-header-ecosystem__feature-copy > span svg {
	width: 16px;
	height: 16px;
}

.rs-header-ecosystem__feature:hover,
.rs-header-ecosystem__feature:focus-visible {
	color: #fff;
	outline: 3px solid rgba(115, 151, 61, .34);
	outline-offset: 3px;
	box-shadow: 0 18px 34px rgba(55, 81, 37, .2);
	transform: translateY(-2px);
}

.rs-header-compact-primary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 18px;
	padding-bottom: 18px;
	gap: 7px;
	border-bottom: 1px solid var(--rs-header-line);
}

.rs-header-compact-primary a {
	display: flex;
	min-height: 44px;
	padding: 8px 10px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--rs-header-line);
	border-radius: 13px;
	color: var(--rs-header-ink);
	font-size: 12px;
	font-weight: 750;
	text-align: center;
	text-decoration: none;
}

.rs-header-ecosystem--compact {
	grid-template-columns: 1fr;
	gap: 24px;
}

.rs-header-ecosystem--compact .rs-header-ecosystem__group h3 {
	min-height: 0;
}

.rs-header-ecosystem--compact .rs-header-ecosystem__feature {
	min-height: 210px;
}

.rs-header-nav__link:hover,
.rs-header-nav__link:focus-visible,
.rs-header-nav__item.current-menu-item > .rs-header-nav__link,
.rs-header-nav__item.current-menu-ancestor > .rs-header-nav__link {
	background: rgba(255, 255, 255, .16);
	color: #fff;
}

.rs-header-nav__link:focus-visible,
.rs-header-nav__toggle:focus-visible,
.rs-header-cart-toggle:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .92);
	outline-offset: 2px;
	box-shadow: 0 0 0 5px rgba(55, 81, 37, .28);
}

.rs-header-nav__link-caret {
	display: inline-grid;
	width: 16px;
	height: 16px;
	place-items: center;
}

.rs-header-nav__link-caret svg,
.rs-header-nav__submenu-toggle svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.rs-header-nav__submenu-toggle {
	display: none;
}

.rs-header-nav__desktop .rs-header-nav__submenu {
	position: absolute;
	z-index: 20;
	top: calc(100% + 10px);
	left: 50%;
	display: grid;
	width: max-content;
	min-width: 238px;
	max-width: min(320px, calc(100vw - 32px));
	padding: 8px;
	gap: 2px;
	visibility: hidden;
	border: 1px solid rgba(86, 61, 35, .13);
	border-radius: 18px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 20px 55px rgba(33, 47, 24, .18);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -6px);
	transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.rs-header-nav__desktop .rs-header-nav__item:hover > .rs-header-nav__submenu,
.rs-header-nav__desktop .rs-header-nav__item:focus-within > .rs-header-nav__submenu {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.rs-header-nav__desktop .rs-header-nav__submenu .rs-header-nav__link {
	justify-content: flex-start;
	min-height: 44px;
	padding: 10px 12px;
	color: var(--rs-header-ink);
	font-size: 14px;
	white-space: normal;
}

.rs-header-nav__desktop .rs-header-nav__submenu .rs-header-nav__link:hover,
.rs-header-nav__desktop .rs-header-nav__submenu .rs-header-nav__link:focus-visible,
.rs-header-nav__desktop .rs-header-nav__submenu .current-menu-item > .rs-header-nav__link {
	background: var(--rs-header-surface-soft);
	color: var(--rs-header-ink);
	outline-color: var(--rs-commerce-accent);
	box-shadow: none;
}

.rs-header-nav__toggle,
.rs-header-cart-toggle {
	box-sizing: border-box;
	position: relative;
	display: none;
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 14px;
	background: transparent !important;
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	touch-action: manipulation;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.rs-header-cart-toggle {
	display: grid;
}

.rs-header-nav__toggle:hover,
.rs-header-nav__toggle:active,
.rs-header-cart-toggle:hover,
.rs-header-cart-toggle:active {
	background: rgba(255, 255, 255, .15) !important;
	color: #fff;
}

.rs-header-nav__toggle:active,
.rs-header-cart-toggle:active {
	transform: scale(.96);
}

.rs-header-nav__toggle > svg,
.rs-header-cart-toggle__icon > svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.rs-header-cart-toggle__icon {
	display: grid;
	place-items: center;
}

.rs-header-cart-toggle__count {
	position: absolute;
	top: 2px;
	right: 1px;
	display: grid;
	min-width: 18px;
	height: 18px;
	padding-inline: 4px;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, .9);
	border-radius: 999px;
	background: var(--rs-commerce-accent);
	color: #fff;
	font-size: 10px;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	line-height: 1;
	transition: opacity 160ms ease, transform 160ms ease;
}

.rs-header-cart-toggle__count.is-empty {
	opacity: 0;
	transform: scale(.6);
}

.rs-commerce-header.rs-header-scrolled .rs-header-nav__link,
.rs-commerce-header.rs-header-scrolled .rs-header-nav__toggle,
.rs-commerce-header.rs-header-scrolled .rs-header-cart-toggle,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-nav__link,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-nav__toggle,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-cart-toggle {
	color: var(--rs-header-ink) !important;
}

.rs-commerce-header.rs-header-scrolled .rs-header-mega-trigger[aria-expanded="true"],
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-mega-trigger[aria-expanded="true"] {
	color: #fff !important;
}

.rs-commerce-header.rs-header-scrolled .rs-header-nav__link:hover,
.rs-commerce-header.rs-header-scrolled .rs-header-nav__link:focus-visible,
.rs-commerce-header.rs-header-scrolled .rs-header-nav__item.current-menu-item > .rs-header-nav__link,
.rs-commerce-header.rs-header-scrolled .rs-header-nav__item.current-menu-ancestor > .rs-header-nav__link,
.rs-commerce-header.rs-header-scrolled .rs-header-nav__toggle:hover,
.rs-commerce-header.rs-header-scrolled .rs-header-cart-toggle:hover,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-nav__link:hover,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-nav__link:focus-visible,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-nav__item.current-menu-item > .rs-header-nav__link,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-nav__toggle:hover,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-cart-toggle:hover {
	background: rgba(55, 81, 37, .1);
	color: var(--rs-header-ink);
}

.rs-commerce-header.rs-header-scrolled .rs-header-nav__link:focus-visible,
.rs-commerce-header.rs-header-scrolled .rs-header-nav__toggle:focus-visible,
.rs-commerce-header.rs-header-scrolled .rs-header-cart-toggle:focus-visible,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-nav__link:focus-visible,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-nav__toggle:focus-visible,
body:not(.home):not(.woocommerce-shop):not(.page-id-53):not(.page-id-49) .rs-commerce-header .rs-header-cart-toggle:focus-visible {
	outline-color: var(--rs-commerce-accent);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .72);
}

.rs-header-layer {
	position: fixed;
	z-index: var(--rs-header-layer-z);
	top: var(--rs-header-layer-offset);
	right: 0;
	bottom: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 170ms ease, visibility 170ms ease;
}

.rs-header-layer[aria-hidden="true"] {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.rs-header-layer__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(22, 31, 17, .48);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	cursor: default;
}

.rs-header-layer__panel {
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	right: 12px;
	bottom: 12px;
	display: flex;
	width: min(420px, calc(100vw - 24px));
	min-height: 0;
	flex-direction: column;
	border: 1px solid rgba(86, 61, 35, .14);
	border-radius: 26px;
	background: var(--rs-header-surface);
	box-shadow: -16px 20px 64px rgba(33, 47, 24, .22);
	color: var(--rs-header-ink);
	overflow: hidden;
	transform: translateX(24px);
	transition: transform var(--rs-header-motion);
}

.rs-header-layer.is-open .rs-header-layer__panel {
	transform: translateX(0);
}

.rs-header-layer__header {
	display: flex;
	min-height: 88px;
	padding: 20px 18px 16px 22px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 1px solid var(--rs-header-line);
	background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.rs-header-layer__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: var(--rs-commerce-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rs-header-layer__header h2 {
	margin: 0;
	color: var(--rs-header-ink);
	font-size: clamp(21px, 2.4vw, 25px);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.1;
}

.rs-header-layer__close {
	box-sizing: border-box;
	display: grid;
	width: 44px;
	min-width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--rs-header-line);
	border-radius: 999px;
	background: #fff;
	color: var(--rs-header-ink);
	cursor: pointer;
	touch-action: manipulation;
	transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.rs-header-layer__close:hover,
.rs-header-layer__close:focus-visible {
	border-color: var(--rs-commerce-accent);
	background: var(--rs-header-surface-soft);
	outline: 3px solid rgba(115, 151, 61, .24);
	outline-offset: 2px;
}

.rs-header-layer__close:active {
	transform: scale(.96);
}

.rs-header-layer__close svg,
.rs-header-cart-empty__icon svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.rs-header-nav__compact {
	min-height: 0;
	padding: 14px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: rgba(55, 81, 37, .3) transparent;
	scrollbar-width: thin;
}

.rs-header-nav__compact > .rs-header-nav__list {
	display: grid;
	gap: 5px;
}

.rs-header-nav__compact .rs-header-nav__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	align-items: center;
	border-radius: 16px;
}

.rs-header-nav__compact .rs-header-nav__item:not(.menu-item-has-children) > .rs-header-nav__link {
	grid-column: 1 / -1;
}

.rs-header-nav__compact .rs-header-nav__link {
	justify-content: flex-start;
	min-height: 52px;
	padding: 13px 15px;
	color: var(--rs-header-ink);
	font-size: 16px;
	font-weight: 700;
	white-space: normal;
}

.rs-header-nav__compact .rs-header-nav__link-caret {
	display: none;
}

.rs-header-nav__compact .rs-header-nav__link:hover,
.rs-header-nav__compact .rs-header-nav__link:focus-visible,
.rs-header-nav__compact .current-menu-item > .rs-header-nav__link,
.rs-header-nav__compact .current-menu-ancestor > .rs-header-nav__link {
	background: var(--rs-header-surface-soft);
	color: var(--rs-header-ink);
	outline-color: var(--rs-commerce-accent);
	box-shadow: none;
}

.rs-header-nav__compact .current-menu-item > .rs-header-nav__link::before,
.rs-header-nav__compact .current-menu-ancestor > .rs-header-nav__link::before {
	width: 6px;
	height: 6px;
	margin-right: 4px;
	content: "";
	border-radius: 999px;
	background: var(--rs-commerce-accent);
}

.rs-header-nav__compact .rs-header-nav__submenu-toggle {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 13px;
	background: transparent;
	color: var(--rs-header-ink);
	cursor: pointer;
	touch-action: manipulation;
}

.rs-header-nav__compact .rs-header-nav__submenu-toggle:hover,
.rs-header-nav__compact .rs-header-nav__submenu-toggle:focus-visible {
	background: var(--rs-header-surface-soft);
	outline: 3px solid rgba(115, 151, 61, .24);
	outline-offset: 1px;
}

.rs-header-nav__compact .rs-header-nav__submenu-toggle svg {
	transition: transform 180ms ease;
}

.rs-header-nav__compact .is-expanded > .rs-header-nav__submenu-toggle svg {
	transform: rotate(180deg);
}

.rs-header-nav__compact .rs-header-nav__submenu {
	grid-column: 1 / -1;
	display: none;
	margin: 2px 0 7px 14px;
	padding: 6px 0 6px 12px;
	gap: 2px;
	border-left: 1px solid var(--rs-header-line);
}

.rs-header-nav__compact .is-expanded > .rs-header-nav__submenu {
	display: grid;
}

.rs-header-nav__compact .rs-header-nav__submenu .rs-header-nav__item {
	display: block;
}

.rs-header-nav__compact .rs-header-nav__submenu .rs-header-nav__link {
	min-height: 46px;
	padding: 11px 13px;
	font-size: 14px;
	font-weight: 650;
}

.rs-header-cart-layer__panel {
	width: min(440px, calc(100vw - 24px));
}

.rs-header-cart-layer__content,
.rs-header-cart-layer__content .widget_shopping_cart_content {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
}

.rs-header-cart-layer__content {
	padding: 6px 20px max(18px, env(safe-area-inset-bottom));
}

.rs-header-cart-layer .woocommerce-mini-cart {
	min-height: 0;
	margin: 0;
	padding: 0 5px 0 0;
	flex: 1 1 auto;
	list-style: none;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: rgba(55, 81, 37, .32) transparent;
	scrollbar-width: thin;
}

.rs-header-cart-layer .woocommerce-mini-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	grid-template-rows: auto auto;
	min-height: 96px;
	padding: 13px 0;
	border-bottom: 1px solid var(--rs-header-line);
}

.rs-header-cart-layer .woocommerce-mini-cart-item > a:not(.remove) {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	color: var(--rs-header-ink);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
}

.rs-header-cart-layer .woocommerce-mini-cart-item > a:not(.remove):hover,
.rs-header-cart-layer .woocommerce-mini-cart-item > a:not(.remove):focus-visible {
	color: var(--rs-commerce-accent);
	outline: none;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rs-header-cart-layer .woocommerce-mini-cart-item img {
	float: none;
	width: 72px;
	height: 72px;
	margin: 0;
	border: 1px solid rgba(55, 81, 37, .09);
	border-radius: 15px;
	object-fit: cover;
}

.rs-header-cart-layer .woocommerce-mini-cart-item .quantity {
	grid-column: 1;
	grid-row: 2;
	margin: -22px 0 0 85px;
	color: #786b60;
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	line-height: 1.35;
}

.rs-header-cart-layer .woocommerce-mini-cart-item .remove {
	position: relative;
	display: grid;
	grid-column: 2;
	grid-row: 1 / 3;
	width: 44px;
	height: 44px;
	align-self: center;
	place-items: center;
	border: 1px solid rgba(143, 59, 54, .24);
	border-radius: 999px;
	background: #fff8f6;
	color: transparent !important;
	font-size: 0;
	text-decoration: none;
}

.rs-header-cart-layer .woocommerce-mini-cart-item .remove::before,
.rs-header-cart-layer .woocommerce-mini-cart-item .remove::after {
	position: absolute;
	width: 17px;
	height: 1.5px;
	content: "";
	background: var(--rs-header-danger);
}

.rs-header-cart-layer .woocommerce-mini-cart-item .remove::before {
	transform: rotate(45deg);
}

.rs-header-cart-layer .woocommerce-mini-cart-item .remove::after {
	transform: rotate(-45deg);
}

.rs-header-cart-layer .woocommerce-mini-cart-item .remove:hover,
.rs-header-cart-layer .woocommerce-mini-cart-item .remove:focus-visible {
	border-color: var(--rs-header-danger);
	background: #fff1ee;
	outline: 3px solid rgba(143, 59, 54, .16);
	outline-offset: 2px;
}

.rs-header-cart-layer .woocommerce-mini-cart__total {
	display: flex;
	margin: 14px 0 12px;
	padding: 15px 0 0;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid var(--rs-header-line);
	color: var(--rs-header-ink-muted);
	font-size: 14px;
}

.rs-header-cart-layer .woocommerce-mini-cart__total strong {
	font-weight: 650;
}

.rs-header-cart-layer .woocommerce-mini-cart__total .amount {
	color: var(--rs-header-ink);
	font-size: 18px;
	font-variant-numeric: tabular-nums;
	font-weight: 850;
}

.rs-header-cart-layer .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.rs-header-cart-layer .woocommerce-mini-cart__buttons .button {
	display: inline-flex;
	min-height: 50px;
	padding: 12px 14px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--rs-header-ink);
	border-radius: 999px;
	background: #fff;
	color: var(--rs-header-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.rs-header-cart-layer .woocommerce-mini-cart__buttons .checkout {
	background: var(--rs-header-ink);
	color: #fff;
}

.rs-header-cart-layer .woocommerce-mini-cart__buttons .button:hover,
.rs-header-cart-layer .woocommerce-mini-cart__buttons .button:focus-visible {
	background: var(--rs-header-surface-soft);
	color: var(--rs-header-ink);
	outline: 3px solid rgba(115, 151, 61, .22);
	outline-offset: 2px;
}

.rs-header-cart-layer .woocommerce-mini-cart__buttons .checkout:hover,
.rs-header-cart-layer .woocommerce-mini-cart__buttons .checkout:focus-visible {
	background: var(--rs-commerce-accent);
	color: #fff;
}

.rs-header-cart-layer .woocommerce-mini-cart__empty-message,
.rs-header-cart-empty {
	margin: auto 0;
	padding: 40px 24px;
	border: 1px dashed var(--rs-header-line);
	border-radius: 20px;
	background: var(--rs-header-surface-soft);
	color: var(--rs-header-ink-muted);
	text-align: center;
}

.rs-header-cart-empty__icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin: 0 auto 14px;
	place-items: center;
	border-radius: 18px;
	background: #fff;
	color: var(--rs-header-ink);
	box-shadow: 0 8px 24px rgba(55, 81, 37, .09);
}

.rs-header-cart-empty h3 {
	margin: 0;
	color: var(--rs-header-ink);
	font-size: 18px;
}

.rs-header-cart-empty__action {
	display: inline-flex;
	min-height: 46px;
	margin-top: 16px;
	padding: 10px 18px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--rs-header-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.rs-header-cart-empty__action:hover,
.rs-header-cart-empty__action:focus-visible {
	background: var(--rs-commerce-accent);
	color: #fff;
	outline: 3px solid rgba(115, 151, 61, .22);
	outline-offset: 2px;
}

@media (min-width: 1281px) {
	.rs-commerce-header__menu {
		width: auto !important;
		max-width: none !important;
		--container-widget-width: auto !important;
	}

	.rs-header-nav__toggle {
		display: none;
	}
}

@media (max-width: 1280px) {
	.rs-header-mega {
		display: none;
	}

	.rs-header-nav__desktop {
		display: none;
	}

	.rs-header-nav__toggle {
		display: grid;
	}
}

@media (max-width: 600px) {
	.rs-header-layer__panel,
	.rs-header-cart-layer__panel {
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 0;
	}

	.rs-header-layer__header {
		min-height: 80px;
		padding: 16px 14px 14px 18px;
	}

	.rs-header-nav__compact {
		padding: 10px;
	}

	.rs-header-compact-primary {
		grid-template-columns: 1fr;
	}

	.rs-header-ecosystem--compact .rs-header-ecosystem__feature {
		min-height: 185px;
	}

	.rs-header-cart-layer__content {
		padding: 4px 16px max(14px, env(safe-area-inset-bottom));
	}

	.rs-header-cart-layer .woocommerce-mini-cart-item > a:not(.remove) {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 11px;
	}

	.rs-header-cart-layer .woocommerce-mini-cart-item img {
		width: 64px;
		height: 64px;
	}

	.rs-header-cart-layer .woocommerce-mini-cart-item .quantity {
		margin: -18px 0 0 75px;
	}

	.rs-header-cart-layer .woocommerce-mini-cart__buttons {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rs-header-mega,
	.rs-header-mega__surface,
	.rs-header-ecosystem__group a,
	.rs-header-ecosystem__group a svg,
	.rs-header-ecosystem__feature,
	.rs-header-layer,
	.rs-header-layer__panel,
	.rs-header-nav__link,
	.rs-header-nav__toggle,
	.rs-header-cart-toggle,
	.rs-header-layer__close,
	.rs-header-nav__submenu,
	.rs-header-nav__submenu-toggle svg {
		transition-duration: .01ms !important;
	}
}
