.spd-child-theme .spd-header {
	position: relative;
	z-index: 80;
	background: rgba(255, 255, 255, .98);
	border-bottom: 1px solid rgba(234, 223, 206, .72);
	backdrop-filter: blur(14px);
}

.spd-child-theme .spd-header svg,
.spd-child-theme .spd-mobile-menu svg,
.spd-child-theme .spd-mobile-search svg,
.spd-child-theme .spd-mobile-bottom-nav svg {
	width: 1.35em;
	height: 1.35em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.spd-child-theme .spd-header a,
.spd-child-theme .spd-mobile-menu a,
.spd-child-theme .spd-mobile-bottom-nav a {
	text-decoration: none;
}

.spd-child-theme .spd-header__topbar {
	border-bottom: 1px solid rgba(234, 223, 206, .58);
	background: linear-gradient(180deg, #fffaf3 0%, #fff 100%);
	color: #5d675f;
	font-size: 13px;
}

.spd-child-theme .spd-header__topbar-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 4vw, 54px);
	min-height: 38px;
	overflow: hidden;
}

.spd-child-theme .spd-header__topbar-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.spd-child-theme .spd-header__topbar-icon {
	color: #bd9d6a;
}

.spd-child-theme .spd-header__main {
	background: #fff;
}

.spd-child-theme .spd-header__main-inner {
	display: grid;
	grid-template-columns: minmax(180px, auto) minmax(320px, 1fr) auto;
	align-items: center;
	gap: 26px;
	min-height: 86px;
}

.spd-child-theme .spd-header__brand,
.spd-child-theme .spd-header__actions {
	min-width: 0;
}

.spd-child-theme .spd-header__logo-link,
.spd-child-theme .spd-header__brand-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #006e39;
}

.spd-child-theme .spd-header__logo-link img,
.spd-child-theme .spd-header__logo img {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 62px;
}

.spd-child-theme .spd-header__brand-mark {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	background: rgba(0, 110, 57, .08);
}

.spd-child-theme .spd-header__brand-text {
	display: grid;
	line-height: 1.25;
}

.spd-child-theme .spd-header__brand-text strong {
	color: #006e39;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -.045em;
}

.spd-child-theme .spd-header__brand-text small {
	color: #bd9d6a;
	font-size: 13px;
	font-weight: 750;
}

.spd-child-theme .spd-header__search,
.spd-child-theme .spd-mobile-search__form {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 52px;
	border: 1px solid #e7d9c3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(1, 13, 10, .035);
	overflow: hidden;
}

.spd-child-theme .spd-header__search:focus-within,
.spd-child-theme .spd-mobile-search__form:focus-within {
	border-color: rgba(0, 110, 57, .46);
	box-shadow: 0 0 0 4px rgba(0, 110, 57, .08);
}

.spd-child-theme .spd-header__search-input,
.spd-child-theme .spd-mobile-search__input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	padding: 12px 50px 12px 16px;
	background: transparent;
	color: #010d0a;
	font: inherit;
}

.spd-child-theme .spd-header__search-input::placeholder,
.spd-child-theme .spd-mobile-search__input::placeholder {
	color: #9aa39e;
}

.spd-child-theme .spd-header__search-submit {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #010d0a;
	cursor: pointer;
}

.spd-child-theme .spd-header__actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

.spd-child-theme .spd-header__action {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	color: #010d0a;
	font-size: 14px;
	font-weight: 760;
	white-space: nowrap;
}

.spd-child-theme .spd-header__action:hover,
.spd-child-theme .spd-header__icon-btn:hover,
.spd-child-theme .spd-header__search-submit:hover {
	color: #006e39;
}

.spd-child-theme .spd-header__action--consult {
	color: #006e39;
}

.spd-child-theme .spd-header__action--cart,
.spd-child-theme .spd-header__cart-btn,
.spd-child-theme .spd-mobile-bottom-nav__icon {
	position: relative;
}

.spd-child-theme .spd-cart-count {
	position: absolute;
	top: -8px;
	right: 12px;
	display: grid;
	place-items: center;
	min-width: 19px;
	height: 19px;
	padding-inline: 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #006e39;
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
}

.spd-child-theme .spd-cart-count[data-count="0"] {
	display: none;
}

.spd-child-theme .spd-header__mobile-actions {
	display: none;
	align-items: center;
	gap: 10px;
}

.spd-child-theme .spd-header__icon-btn,
.spd-child-theme .spd-mobile-menu__close,
.spd-child-theme .spd-mobile-search__close,
.spd-child-theme .spd-mobile-menu__back,
.spd-child-theme .spd-mobile-bottom-nav__item {
	font: inherit;
}

.spd-child-theme .spd-header__icon-btn,
.spd-child-theme .spd-mobile-menu__close,
.spd-child-theme .spd-mobile-search__close {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 15px;
	background: transparent;
	color: #010d0a;
	cursor: pointer;
}

.spd-child-theme .spd-header__nav {
	border-top: 1px solid rgba(234, 223, 206, .64);
	background: #fff;
}

.spd-child-theme .spd-mega-menu__inner {
	min-height: 56px;
}

.spd-child-theme .spd-mega-menu__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.4vw, 34px);
	min-height: 56px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.spd-child-theme .spd-mega-menu__item {
	position: relative;
}

.spd-child-theme .spd-mega-menu__item > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 56px;
	color: #010d0a;
	font-size: 15px;
	font-weight: 780;
}

.spd-child-theme .spd-mega-menu__item > a:hover,
.spd-child-theme .spd-mega-menu__item > a:focus-visible,
.spd-child-theme .spd-mega-menu__item.is-spd-open > a {
	color: #006e39;
}

.spd-child-theme .spd-mega-menu__item--has-panel > a::after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: -1px;
	width: 38px;
	height: 3px;
	border-radius: 99px 99px 0 0;
	background: #006e39;
	opacity: 0;
	transform: translateX(50%) scaleX(.45);
	transition: opacity .18s ease, transform .18s ease;
}

.spd-child-theme .spd-mega-menu__item--has-panel.is-spd-open > a::after {
	opacity: 1;
	transform: translateX(50%) scaleX(1);
}

.spd-child-theme .spd-mega-menu__caret {
	color: #006e39;
	transform: rotate(90deg);
}

.spd-child-theme .spd-mega-menu__bridge {
	position: absolute;
	right: -28px;
	left: -28px;
	top: 100%;
	height: 24px;
	pointer-events: none;
}

.spd-child-theme .spd-mega-menu__item.is-spd-open .spd-mega-menu__bridge {
	pointer-events: auto;
}

.spd-child-theme .spd-mega-panel {
	position: absolute;
	top: calc(100% + 20px);
	right: 50%;
	z-index: 120;
	width: min(1220px, calc(100vw - 64px));
	padding: 28px;
	border: 1px solid #eadfce;
	border-radius: 28px;
	background: rgba(255, 255, 255, .985);
	box-shadow: 0 28px 80px rgba(1, 13, 10, .13);
	opacity: 0;
	visibility: hidden;
	transform: translate(50%, 10px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.spd-child-theme .spd-mega-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background: radial-gradient(circle at 5% 30%, rgba(189, 157, 106, .10), transparent 25%), linear-gradient(180deg, #fff 0%, #fffdf9 100%);
}

.spd-child-theme .spd-mega-panel.is-spd-open,
.spd-child-theme .spd-mega-menu__item.is-spd-open .spd-mega-panel {
	opacity: 1;
	visibility: visible;
	transform: translate(50%, 0);
}

.spd-child-theme .spd-mega-panel__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.spd-child-theme .spd-mega-panel__col {
	padding-inline: 22px;
	border-inline-start: 1px solid #f0e7d9;
}

.spd-child-theme .spd-mega-panel__col:first-child {
	border-inline-start: 0;
	padding-inline-start: 0;
}

.spd-child-theme .spd-mega-panel__col:last-child {
	padding-inline-end: 0;
}

.spd-child-theme .spd-mega-panel__title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	color: #010d0a;
	font-size: 18px;
	font-weight: 900;
}

.spd-child-theme .spd-mega-panel__title-icon,
.spd-child-theme .spd-mega-panel__icon {
	color: #006e39;
}

.spd-child-theme .spd-mega-panel__link {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 20px;
	align-items: center;
	gap: 12px;
	min-height: 66px;
	padding: 10px;
	border-radius: 16px;
	color: #010d0a;
}

.spd-child-theme .spd-mega-panel__link:hover,
.spd-child-theme .spd-mega-panel__link:focus-visible {
	background: #fbf7ef;
	color: #006e39;
}

.spd-child-theme .spd-mega-panel__link strong,
.spd-child-theme .spd-mega-panel__link small {
	display: block;
}

.spd-child-theme .spd-mega-panel__link strong {
	font-weight: 850;
}

.spd-child-theme .spd-mega-panel__link small {
	margin-top: 3px;
	color: #66726c;
	font-size: 12px;
	line-height: 1.7;
}

.spd-child-theme .spd-mega-panel__arrow {
	color: #006e39;
	transform: rotate(180deg);
}

.spd-child-theme .spd-mega-panel__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #f0e7d9;
}

.spd-child-theme .spd-mega-panel__cta {
	min-width: 210px;
}

.spd-child-theme .spd-mobile-menu,
.spd-child-theme .spd-mobile-search {
	position: fixed;
	inset: 0;
	z-index: 10020;
	pointer-events: none;
}

.spd-child-theme .spd-mobile-search {
	z-index: 10030;
}

.spd-child-theme .spd-mobile-menu__backdrop,
.spd-child-theme .spd-mobile-search__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 13, 10, .56);
	opacity: 0;
	transition: opacity .22s ease;
}

.spd-child-theme .spd-mobile-menu__panel,
.spd-child-theme .spd-mobile-search__panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(430px, 88vw);
	padding: 22px;
	background: #fff;
	box-shadow: -20px 0 70px rgba(1, 13, 10, .20);
	transform: translateX(105%);
	transition: transform .24s ease;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.spd-child-theme .spd-mobile-search__panel {
	right: auto;
	left: 0;
	width: min(460px, 92vw);
	transform: translateX(-105%);
}

body.spd-child-theme.spd-mobile-menu-open,
body.spd-child-theme.spd-mobile-search-open {
	overflow: hidden;
}

.spd-child-theme .spd-mobile-menu.is-open,
.spd-child-theme .spd-mobile-search.is-open {
	pointer-events: auto;
}

.spd-child-theme .spd-mobile-menu.is-open .spd-mobile-menu__backdrop,
.spd-child-theme .spd-mobile-search.is-open .spd-mobile-search__backdrop {
	opacity: 1;
}

.spd-child-theme .spd-mobile-menu.is-open .spd-mobile-menu__panel,
.spd-child-theme .spd-mobile-search.is-open .spd-mobile-search__panel {
	transform: translateX(0);
}

.spd-child-theme .spd-mobile-menu__head,
.spd-child-theme .spd-mobile-search__head,
.spd-child-theme .spd-mobile-menu__layer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eadfce;
}

.spd-child-theme .spd-mobile-menu__brand {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #006e39;
}

.spd-child-theme .spd-mobile-menu__brand strong,
.spd-child-theme .spd-mobile-search__head strong,
.spd-child-theme .spd-mobile-menu__layer-head strong {
	color: #010d0a;
	font-size: 20px;
	font-weight: 900;
}

.spd-child-theme .spd-mobile-menu__brand strong {
	color: #006e39;
}

.spd-child-theme .spd-mobile-menu__viewport {
	position: relative;
	min-height: 420px;
	overflow: hidden;
}

.spd-child-theme .spd-mobile-menu__panel-layer {
	display: none;
	padding-top: 8px;
}

.spd-child-theme .spd-mobile-menu__panel-layer.is-active {
	display: grid;
}

.spd-child-theme .spd-mobile-menu__link {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 17px 0;
	border: 0;
	border-bottom: 1px solid #f0e8dc;
	background: transparent;
	color: #010d0a;
	font: inherit;
	font-size: 17px;
	font-weight: 780;
	text-align: right;
	cursor: pointer;
}

.spd-child-theme .spd-mobile-menu__link:hover,
.spd-child-theme .spd-mobile-menu__link:focus-visible,
.spd-child-theme .spd-mobile-menu__back:hover,
.spd-child-theme .spd-mobile-menu__back:focus-visible {
	color: #006e39;
}

.spd-child-theme .spd-mobile-menu__icon {
	color: #006e39;
}

.spd-child-theme .spd-mobile-menu__arrow {
	color: #006e39;
	transform: rotate(180deg);
}

.spd-child-theme .spd-mobile-menu__label,
.spd-child-theme .spd-mobile-menu__link small {
	display: block;
}

.spd-child-theme .spd-mobile-menu__link small {
	margin-top: 3px;
	color: #66726c;
	font-size: 12px;
	font-weight: 500;
}

.spd-child-theme .spd-mobile-menu__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #006e39;
	font-weight: 800;
	cursor: pointer;
}

.spd-child-theme .spd-mobile-menu__back svg {
	transform: rotate(180deg);
}

.spd-child-theme .spd-mobile-menu__support {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 22px;
	padding: 18px;
}

.spd-child-theme .spd-mobile-menu__support > span {
	color: #bd9d6a;
}

.spd-child-theme .spd-mobile-menu__support strong,
.spd-child-theme .spd-mobile-menu__support a {
	display: block;
}

.spd-child-theme .spd-mobile-menu__support a {
	margin-top: 5px;
	color: #006e39;
	font-weight: 900;
}

.spd-child-theme .spd-mobile-menu__all {
	margin-top: 18px;
}

.spd-child-theme .spd-mobile-search__form {
	margin-top: 22px;
}

.spd-child-theme .spd-mobile-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 92px;
	align-self: stretch;
	margin: 5px;
	padding-inline: 14px;
	border: 0;
	border-radius: 14px;
	background: #006e39;
	color: #fff;
	font: inherit;
	font-weight: 850;
	cursor: pointer;
}

.spd-child-theme .spd-mobile-search__quick {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.spd-child-theme .spd-mobile-search__quick a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding-inline: 14px;
	border: 1px solid #eadfce;
	border-radius: 999px;
	background: #fffaf3;
	color: #006e39;
	font-size: 13px;
	font-weight: 760;
	text-decoration: none;
}

.spd-child-theme .spd-mobile-bottom-nav {
	display: none;
}

@media (max-width: 1180px) {
	.spd-child-theme .spd-header__main-inner {
		grid-template-columns: auto minmax(260px, 1fr) auto;
		gap: 18px;
	}

	.spd-child-theme .spd-header__actions {
		gap: 10px;
	}

	.spd-child-theme .spd-header__action span {
		display: none;
	}

	.spd-child-theme .spd-mega-panel {
		width: min(1040px, calc(100vw - 40px));
	}
}

@media (max-width: 980px) {
	body.spd-child-theme {
		padding-bottom: calc(74px + env(safe-area-inset-bottom));
	}

	.spd-child-theme .spd-header__nav,
	.spd-child-theme .spd-header__actions,
	.spd-child-theme .spd-header__search {
		display: none;
	}

	.spd-child-theme .spd-header__topbar {
		font-size: 12px;
	}

	.spd-child-theme .spd-header__topbar-inner {
		justify-content: flex-start;
		min-height: 34px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.spd-child-theme .spd-header__topbar-inner::-webkit-scrollbar {
		display: none;
	}

	.spd-child-theme .spd-header__main-inner {
		grid-template-columns: 1fr auto 1fr;
		min-height: 74px;
		gap: 10px;
	}

	.spd-child-theme .spd-header__mobile-actions {
		display: inline-flex;
	}

	.spd-child-theme .spd-header__mobile-actions--left {
		justify-content: flex-end;
	}

	.spd-child-theme .spd-header__brand-link {
		gap: 7px;
	}

	.spd-child-theme .spd-header__brand-mark {
		width: 40px;
		height: 40px;
		border-radius: 14px;
		background: transparent;
	}

	.spd-child-theme .spd-header__brand-text strong {
		font-size: 24px;
	}

	.spd-child-theme .spd-header__brand-text small {
		font-size: 11px;
		text-align: center;
	}

	.spd-child-theme .spd-header__logo-link img,
	.spd-child-theme .spd-header__logo img {
		max-width: 156px;
		max-height: 52px;
	}

	.spd-child-theme .spd-mobile-bottom-nav {
		position: fixed;
		right: 10px;
		bottom: 10px;
		left: 10px;
		z-index: 9998;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 2px;
		padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
		border: 1px solid rgba(234, 223, 206, .94);
		border-radius: 24px;
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 -10px 44px rgba(1, 13, 10, .11);
		backdrop-filter: blur(18px);
	}

	.spd-child-theme .spd-mobile-bottom-nav__item {
		display: grid;
		place-items: center;
		gap: 4px;
		min-width: 0;
		min-height: 54px;
		padding: 4px;
		border: 0;
		border-radius: 17px;
		background: transparent;
		color: #010d0a;
		font-size: 12px;
		font-weight: 760;
		cursor: pointer;
	}

	.spd-child-theme .spd-mobile-bottom-nav__item:hover,
	.spd-child-theme .spd-mobile-bottom-nav__item:focus-visible {
		background: #fffaf3;
		color: #006e39;
	}

	.spd-child-theme .spd-mobile-bottom-nav__icon {
		display: grid;
		place-items: center;
		font-size: 20px;
	}

	.spd-child-theme .spd-mobile-bottom-nav .spd-cart-count {
		top: -9px;
		right: -10px;
	}
}

@media (max-width: 560px) {
	.spd-child-theme .spd-header__main-inner {
		min-height: 68px;
	}

	.spd-child-theme .spd-header__icon-btn {
		width: 40px;
		height: 40px;
	}

	.spd-child-theme .spd-header__brand-text strong {
		font-size: 22px;
	}

	.spd-child-theme .spd-header__brand-mark {
		width: 34px;
		height: 34px;
	}

	.spd-child-theme .spd-mobile-menu__panel,
	.spd-child-theme .spd-mobile-search__panel {
		width: min(92vw, 430px);
		padding: 20px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.spd-child-theme .spd-mega-panel,
	.spd-child-theme .spd-mega-menu__item--has-panel > a::after,
	.spd-child-theme .spd-mobile-menu__backdrop,
	.spd-child-theme .spd-mobile-menu__panel,
	.spd-child-theme .spd-mobile-search__backdrop,
	.spd-child-theme .spd-mobile-search__panel {
		transition: none;
	}
}
