.site-shell-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #ffd502;
	border-bottom: 2px solid rgba(23, 23, 23, 0.18);
}

.site-shell-header--checkout {
	background: #ffffff;
	border-bottom: 1px solid rgba(23, 23, 23, 0.12);
}

.site-shell-header__checkout-bar {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
	min-height: 60px;
}

.site-shell-brand--checkout {
	display: inline-flex;
	align-items: center;
	grid-column: 2;
	justify-self: center;
}

.site-shell-brand--checkout .custom-logo-link,
.site-shell-brand--checkout .site-shell-brand__asset {
	display: inline-flex;
	align-items: center;
}

.site-shell-brand--checkout .custom-logo,
.site-shell-brand--checkout .site-shell-brand__asset-image {
	max-height: 46px;
	width: auto;
}

.site-shell-header__checkout-actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	grid-column: 3;
	justify-self: end;
}

@media (max-width: 768px) {
	.site-shell-header__checkout-bar {
		min-height: 60px;
	}

	.site-shell-brand--checkout .custom-logo,
	.site-shell-brand--checkout .site-shell-brand__asset-image {
		max-height: 42px;
	}
}

.site-shell-header__utility {
	border-bottom: 1px solid rgba(23, 23, 23, 0.12);
	background: rgba(255, 255, 255, 0.22);
}

.site-shell-header__utility .site-shell-container {
	width: min(1176px, calc(100% - 28px));
}

.site-shell-header__utility-bar {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
	grid-template-rows: auto;
	grid-auto-rows: 0;
	grid-auto-flow: column;
	align-items: center;
	gap: 16px;
	min-height: 46px;
}

.site-shell-header__spacer {
	min-height: 1px;
}

.site-shell-brand--utility {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
}

.site-shell-utility-links {
	display: inline-flex;
	grid-column: 3;
	grid-row: 1;
	align-items: center;
	justify-content: flex-end;
	justify-self: end;
	gap: 10px;
}

.site-shell-language-switcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.site-shell-language-switcher__select {
	min-width: 104px;
	height: 34px;
	padding: 0 34px 0 12px;
	border: 1px solid rgba(23, 23, 23, 0.12);
	border-radius: 999px;
	background:
		linear-gradient(45deg, transparent 50%, rgba(23, 23, 23, 0.52) 50%) calc(100% - 16px) 15px / 6px 6px no-repeat,
		linear-gradient(135deg, rgba(23, 23, 23, 0.52) 50%, transparent 50%) calc(100% - 11px) 15px / 6px 6px no-repeat,
		#fffdf8;
	color: var(--site-ink);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.site-shell-language-switcher__select:focus {
	outline: 2px solid rgba(247, 127, 0, 0.34);
	outline-offset: 2px;
}

.site-shell-utility-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: var(--site-ink);
	text-decoration: none;
}

.site-shell-utility-link:hover {
	color: var(--site-accent-strong);
}

.site-shell-utility-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.site-shell-utility-link__icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.site-shell-utility-link__count {
	position: absolute;
	top: 2px;
	right: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	background: var(--site-accent);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 800;
	line-height: 1;
}

.has-cart-drawer-open {
	overflow: hidden;
}

body.has-site-nav-open {
	position: fixed;
	inset: 0;
	width: 100%;
	overflow: hidden;
}

.site-shell-cart-drawer__overlay {
	position: fixed;
	inset: 0;
	background: rgba(23, 23, 23, 0.42);
	backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 220ms ease;
	z-index: 190;
}

.site-shell-cart-drawer__overlay.is-open {
	opacity: 1;
}

.site-shell-cart-drawer {
	position: fixed;
	inset: 0 0 0 auto;
	width: 100%;
	pointer-events: none;
	z-index: 200;
}

.site-shell-cart-drawer.is-open {
	pointer-events: auto;
}

.site-shell-cart-drawer__panel {
	position: absolute;
	top: 20px;
	right: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	width: min(420px, calc(100vw - 16px));
	height: calc(100% - 20px);
	background: #fffdf8;
	box-shadow: -18px 0 48px rgba(23, 23, 23, 0.18);
	transform: translateX(100%);
	transition: transform 240ms ease;
}

@media (max-width: 480px) {
	.site-shell-cart-drawer__panel {
		top: 0;
		width: 100vw;
		height: 100%;
	}

	.site-shell-cart-drawer__header {
		padding: 16px 16px 12px;
	}

	.site-shell-cart-drawer__content {
		padding: 0 16px 16px;
	}

	.site-shell-cart-item {
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 10px;
		padding: 12px 0;
	}

	.site-shell-cart-item__media {
		width: 68px;
		height: 68px;
		border-radius: 12px;
	}
}

.site-shell-cart-drawer.is-open .site-shell-cart-drawer__panel {
	transform: translateX(0);
}

.site-shell-cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px 18px;
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.site-shell-cart-drawer__title {
	margin: 0;
	color: var(--site-ink);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.site-shell-cart-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(23, 23, 23, 0.12);
	border-radius: 999px;
	background: #ffffff;
	color: var(--site-ink);
	cursor: pointer;
}

.site-shell-cart-drawer__close:hover,
.site-shell-cart-drawer__close:focus {
	color: var(--site-accent-strong);
}

.site-shell-cart-drawer__close span {
	font-size: 1.5rem;
	line-height: 1;
}

.site-shell-cart-drawer__content {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
	padding: 0 24px 24px;
}

.site-shell-cart-drawer__items {
	flex: 1 1 auto;
	display: grid;
	align-content: start;
	overflow: auto;
	padding: 14px 0 18px;
}

.site-shell-cart-item {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.site-shell-cart-item__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border-radius: 14px;
	background: #ffffff;
	text-decoration: none;
	overflow: hidden;
}

.site-shell-cart-item__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-shell-cart-item__body {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.site-shell-cart-item__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 10px;
}

.site-shell-cart-item__title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--site-ink);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.site-shell-cart-item__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 8px;
	color: rgba(23, 23, 23, 0.52) !important;
	text-decoration: none;
	flex: 0 0 24px;
}

.site-shell-cart-item__remove:hover,
.site-shell-cart-item__remove:focus {
	background: rgba(23, 23, 23, 0.06);
	color: var(--site-accent-strong) !important;
}

.site-shell-cart-item__remove svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.site-shell-cart-item__meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.site-shell-cart-item__price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 6px;
	color: var(--site-accent-strong);
	font-size: 0.98rem;
	font-weight: 800;
}

.site-shell-cart-item__price del {
	color: rgba(23, 23, 23, 0.42);
	font-size: 0.9rem;
	font-weight: 700;
}

.site-shell-cart-item__price ins {
	text-decoration: none;
}

.woocommerce .quantity,
.site-shell-cart-item__quantity {
	display: inline-flex;
	align-items: center;
	width: auto;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(23, 23, 23, 0.14);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
	gap: 0;
}

.site-shell-cart-item__quantity {
	flex: 0 0 auto;
}

.site-shell-cart-item__quantity.is-updating {
	opacity: 0.6;
}

.site-quantity-button,
.site-shell-cart-item__qty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 38px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--site-ink);
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
}

.site-quantity-button:hover,
.site-quantity-button:focus,
.site-shell-cart-item__qty-button:hover,
.site-shell-cart-item__qty-button:focus {
	background: rgba(23, 23, 23, 0.06);
}

.site-quantity-button:disabled,
.site-shell-cart-item__qty-button:disabled {
	cursor: wait;
	opacity: 0.6;
}

.woocommerce .quantity .qty {
	width: 44px;
	height: 38px;
	padding: 0;
	border: 0;
	border-left: 1px solid rgba(23, 23, 23, 0.1);
	border-right: 1px solid rgba(23, 23, 23, 0.1);
	background: transparent;
	color: var(--site-ink);
	font-size: 0.96rem;
	font-weight: 700;
	text-align: center;
}

.site-shell-cart-item__qty-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 38px;
	padding: 0 8px;
	border-left: 1px solid rgba(23, 23, 23, 0.1);
	border-right: 1px solid rgba(23, 23, 23, 0.1);
	color: var(--site-ink);
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1;
}

.site-shell-cart-drawer__footer {
	display: block;
	width: 100%;
	padding-top: 16px;
	border-top: 1px solid rgba(23, 23, 23, 0.08);
	box-sizing: border-box;
}

.site-shell-cart-drawer__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	color: var(--site-ink);
	font-size: 0.95rem;
	font-weight: 800;
}

.site-shell-cart-drawer__actions {
	margin: 0;
	display: block;
	width: 100%;
}

.site-shell-cart-drawer__checkout-link,
.site-shell-cart-drawer__actions .button.checkout.wc-forward {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	height: 56px;
	padding: 0 16px;
	border-radius: 999px;
	background: var(--site-accent);
	border: 1px solid var(--site-accent);
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0;
	box-shadow: 0 10px 20px rgba(218, 41, 28, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.site-shell-cart-drawer__action-label {
	display: block;
	line-height: 1;
	transform: translateY(3px);
	transition: transform 180ms ease, font-size 180ms ease;
}

.site-shell-cart-drawer__checkout-link:hover,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:hover {
	background: var(--site-accent-strong);
	border-color: var(--site-accent-strong);
	box-shadow: 0 14px 26px rgba(183, 28, 18, 0.24);
	transform: translateY(-1px);
}

.site-shell-cart-drawer__checkout-link:hover .site-shell-cart-drawer__action-label,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:hover .site-shell-cart-drawer__action-label {
	transform: translateY(3px) scale(1.06);
}

.site-shell-cart-drawer__checkout-link:active,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:active {
	transform: translateY(1px);
	box-shadow: 0 8px 16px rgba(183, 28, 18, 0.18);
}

.site-shell-cart-drawer__checkout-link:focus-visible,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:focus-visible {
	outline: 3px solid rgba(255, 213, 2, 0.55);
	outline-offset: 3px;
}

.site-shell-cart-drawer__empty-message {
	margin: auto 0;
	padding: 24px 0;
	color: rgba(23, 23, 23, 0.62);
	font-size: 0.94rem;
	font-weight: 600;
	text-align: center;
}

.site-shell-header__bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-height: 52px;
}

.site-shell-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.site-shell-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border: 0;
	background: transparent;
}

.site-shell-brand .custom-logo {
	max-height: 100px;
	width: auto;
}

.site-shell-brand__asset {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border: 0;
	background: transparent;
	text-decoration: none;
}

.site-shell-brand__asset-image {
	display: block;
	max-height: 100px;
	width: auto;
}

.site-shell-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(23, 23, 23, 0.18);
	background: linear-gradient(180deg, var(--site-accent), var(--site-accent-strong));
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.site-shell-brand__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	color: var(--site-ink);
	text-decoration: none;
}

.site-shell-brand__name {
	font-size: 0.94rem;
	line-height: 1.1;
}

.site-shell-brand__tagline {
	color: var(--site-muted);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.site-shell-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	width: 100%;
}

.site-shell-nav__overlay,
.site-shell-nav__mobile-header,
.site-shell-menu__submenu-header,
.site-shell-menu__submenu-back,
.site-shell-menu__submenu-title,
.site-shell-menu__submenu-overview {
	display: none;
}

.site-shell-nav__drawer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.site-shell-nav__drawer-body {
	width: 100%;
}

.site-shell-nav__mobile-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(23, 23, 23, 0.14);
	border-radius: 999px;
	background: #ffffff;
	color: var(--site-ink);
	cursor: pointer;
}

.site-shell-nav__mobile-close span {
	font-size: 1.5rem;
	line-height: 1;
}

.site-shell-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.site-shell-actions__currency-mobile {
	display: none;
}

.site-shell-search {
	position: relative;
	display: flex;
	grid-column: 1;
	grid-row: 1;
	align-items: center;
	justify-self: start;
	gap: 10px;
	width: min(100%, 260px);
	min-width: 160px;
	height: 38px;
	padding: 0 18px;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 14px;
	background: #fffdf8;
	box-sizing: border-box;
	overflow: visible;
	box-shadow: 0 10px 24px rgba(23, 23, 23, 0.08);
	z-index: 20;
}

.site-shell-search::before,
.site-shell-search::after {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 4px;
	width: 10px;
	border-radius: 999px;
}

.site-shell-search::before {
	left: 0;
	background: var(--site-accent);
}

.site-shell-search::after {
	right: 0;
	background: var(--site-highlight);
}

.site-shell-search:focus-within {
	border-color: rgba(23, 23, 23, 0.14);
	box-shadow: 0 14px 28px rgba(23, 23, 23, 0.12);
}

.site-shell-search.is-active {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.site-shell-search__input {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--site-ink);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	box-sizing: border-box;
	min-width: 0;
	appearance: none;
	-webkit-appearance: none;
}

.site-shell-search__input:focus {
	outline: none;
}

.site-shell-search__input::placeholder {
	color: rgba(23, 23, 23, 0.28);
	font-weight: 600;
	letter-spacing: 0.01em;
}

.site-shell-search__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	order: -1;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(23, 23, 23, 0.34);
	cursor: pointer;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

.site-shell-search__submit svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.site-shell-search__submit:hover {
	color: rgba(23, 23, 23, 0.56);
}

.site-shell-search__input::-webkit-search-decoration,
.site-shell-search__input::-webkit-search-cancel-button,
.site-shell-search__input::-webkit-search-results-button,
.site-shell-search__input::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.site-shell-search__results {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	padding: 10px;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 18px 40px rgba(23, 23, 23, 0.14);
}

.site-shell-search__result-list {
	display: grid;
	gap: 6px;
}

.site-shell-search__result {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 8px;
	border-radius: 14px;
	color: inherit;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.site-shell-search__result:hover,
.site-shell-search__result:focus {
	background: rgba(255, 213, 2, 0.14);
	transform: translateY(-1px);
}

.site-shell-search__result-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
}

.site-shell-search__result-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-shell-search__result-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.site-shell-search__result-title {
	color: var(--site-ink);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
}

.site-shell-search__result-price {
	color: var(--site-accent-strong);
	font-size: 0.84rem;
	font-weight: 700;
}

.site-shell-search__result-price .amount,
.site-shell-search__result-price .woocommerce-Price-amount {
	color: inherit;
}

.site-shell-search__empty {
	padding: 12px 10px 6px;
	color: rgba(23, 23, 23, 0.58);
	font-size: 0.84rem;
	font-weight: 600;
}

.site-shell-search__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(218, 41, 28, 0.08);
	color: var(--site-accent-strong);
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
}

.site-shell-search__view-all:hover,
.site-shell-search__view-all:focus {
	background: rgba(218, 41, 28, 0.14);
}

.site-shell-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid rgba(23, 23, 23, 0.18);
	background: #fff;
	color: var(--site-ink);
	box-sizing: border-box;
}

.site-shell-toggle__icon,
.site-shell-toggle__icon::before,
.site-shell-toggle__icon::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
	content: "";
}

.site-shell-toggle__icon {
	position: relative;
	margin: 0 auto;
}

.site-shell-toggle__icon::before {
	position: absolute;
	top: -6px;
	left: 0;
}

.site-shell-toggle__icon::after {
	position: absolute;
	top: 6px;
	left: 0;
}

.site-shell-toggle[aria-expanded="true"] .site-shell-toggle__icon {
	background: transparent;
}

.site-shell-toggle[aria-expanded="true"] .site-shell-toggle__icon::before {
	transform: translateY(6px) rotate(45deg);
}

.site-shell-toggle[aria-expanded="true"] .site-shell-toggle__icon::after {
	transform: translateY(-6px) rotate(-45deg);
}

.site-shell-menu,
.site-shell-menu ul,
.site-shell-fallback-menu,
.site-shell-footer-menu,
.site-shell-footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-shell-menu {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(84px, 1fr);
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: min(100%, 820px);
	margin: 0 auto;
}

.site-shell-menu li {
	position: relative;
}

.site-shell-menu > li {
	padding-bottom: 0;
	margin-bottom: 0;
}

.site-shell-menu > li > a,
.site-shell-fallback-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 0 10px;
	border: 1px solid transparent;
	color: var(--site-ink);
	font-weight: 800;
	font-size: 0.74rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-shell-menu .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 3px;
	min-width: 420px;
	max-height: min(520px, calc(100vh - 180px));
	padding: 10px;
	border: 1px solid rgba(23, 23, 23, 0.18);
	background: #fffdf2;
	box-shadow: 0 18px 36px rgba(23, 23, 23, 0.12);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-gutter: stable;
}

.site-shell-menu .sub-menu::-webkit-scrollbar {
	width: 10px;
}

.site-shell-menu .sub-menu::-webkit-scrollbar-track {
	background: rgba(23, 23, 23, 0.06);
}

.site-shell-menu .sub-menu::-webkit-scrollbar-thumb {
	background: rgba(23, 23, 23, 0.24);
	border-radius: 999px;
	border: 2px solid rgba(255, 253, 242, 0.96);
}

.site-shell-menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
}

@media (min-width: 921px) {
	.site-shell-menu > li.site-shell-menu__item--submenu-reverse > .sub-menu {
		right: 0;
		left: auto;
		direction: rtl;
	}

	.site-shell-menu > li.site-shell-menu__item--submenu-reverse > .sub-menu > li {
		direction: ltr;
	}
}

.site-shell-menu .sub-menu a {
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: 2px solid transparent;
	color: var(--site-ink);
	font-weight: 700;
	font-size: 0.74rem;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
}

.site-shell-menu .sub-menu a:hover {
	background: var(--site-highlight);
	color: var(--site-ink);
	border-color: rgba(23, 23, 23, 0.14);
}

.site-shell-menu li:hover > .sub-menu,
.site-shell-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.site-shell-menu > li.current-menu-item > a,
.site-shell-menu > li > a:hover,
.site-shell-fallback-menu a:hover {
	background: var(--site-accent);
	border-color: rgba(23, 23, 23, 0.18);
	color: #fff;
}

.site-shell-menu__submenu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	min-height: 42px;
	padding: 0;
	border: 1px solid transparent;
	background: transparent;
	color: var(--site-ink);
	cursor: pointer;
}

.site-shell-menu__submenu-toggle-icon {
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translate(-1px, -1px);
	transition: transform 180ms ease;
}

.site-shell-menu__submenu-toggle[aria-expanded="true"] .site-shell-menu__submenu-toggle-icon {
	transform: rotate(-135deg) translate(-1px, -1px);
}

.site-shell-nav--submenu-ready .dropdown-menu-toggle.ast-header-navigation-arrow,
.site-shell-nav--submenu-ready .ast-menu-toggle {
	display: none !important;
}

.site-shell-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
	border: 1px solid rgba(23, 23, 23, 0.18);
	background: var(--site-highlight);
	color: var(--site-ink);
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: transform 180ms ease, background-color 180ms ease;
}

.site-shell-cta:hover {
	background: #fff;
	color: var(--site-accent-strong);
}

.site-content {
	background: #ffffff;
}

.site-shell-footer {
	margin-top: 64px;
	padding: 0 0 32px;
	color: var(--site-footer-ink);
}

body.single-product .site-shell-footer,
body.post-type-archive-product .site-shell-footer,
body.tax-product_cat .site-shell-footer,
body.tax-product_tag .site-shell-footer {
	margin-top: 28px;
}

.site-shell-footer__panel {
	background: #201d48;
	padding: 40px 0 22px;
	box-shadow: none;
}

.site-shell-footer .site-shell-container {
	width: min(1056px, calc(100% - 32px));
}

.site-shell-footer__grid {
	display: grid;
	grid-template-columns: auto repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.site-shell-footer__brand-rail {
	display: flex;
	align-items: flex-start;
	flex: 0 0 auto;
}

.site-shell-footer__brand-link {
	display: inline-flex;
	align-items: flex-start;
	text-decoration: none;
}

.site-shell-footer__brand-link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.82);
	outline-offset: 4px;
}

.site-shell-footer__brand-column {
	display: grid;
	align-items: start;
}

.site-shell-footer__brand-rail .site-shell-footer__brand-image {
	display: block;
	width: auto;
	height: 60px;
	max-height: 60px;
	max-width: 100%;
	object-fit: contain;
	flex: 0 0 auto;
}

.site-shell-footer__title {
	margin: 0 0 14px;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-shell-footer__lead,
.site-shell-footer__meta {
	margin: 0;
	color: var(--site-footer-muted);
	line-height: 1.8;
}

.site-shell-footer__meta a,
.site-shell-footer__links a {
	color: var(--site-footer-ink);
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-transform: none;
}

.site-shell-footer__meta a:hover,
.site-shell-footer__links a:hover {
	color: var(--site-highlight);
}

.site-shell-footer__contact-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.site-shell-footer__contact-icon {
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.site-shell-footer__subtitle {
	margin: 16px 0 10px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.site-shell-footer__social-list {
	margin-top: 2px;
}

.site-shell-footer__links,
.site-shell-footer__meta-list {
	display: grid;
	gap: 10px;
}

.site-shell-footer__links li,
.site-shell-footer__meta-list li {
	margin: 0;
}

.site-shell-footer__company-line {
	margin: 0;
	color: var(--site-footer-ink);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.45;
}

.site-shell-footer__payments-image {
	display: block;
	max-width: min(100%, 420px);
	height: auto;
}

.site-shell-footer__bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--site-footer-muted);
	font-size: 0.94rem;
}

.site-shell-footer__bottom-copy {
	display: grid;
	gap: 10px;
	max-width: 760px;
	padding-top: 2px;
}

.site-shell-footer__copyright {
	margin: 0;
	color: var(--site-footer-ink);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

.site-shell-footer-bottom-menu {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-shell-footer-bottom-menu li {
	margin: 0;
}

.site-shell-footer-bottom-menu a {
	color: var(--site-footer-ink);
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.site-shell-footer-bottom-menu a:hover {
	color: var(--site-highlight);
}

.site-shell-footer__bottom-side {
	display: grid;
	justify-items: end;
	gap: 10px;
	padding-top: 2px;
}
