:root {
	--ekcs-ink: #1a1714;
	--ekcs-cream: #f7f4ef;
	--ekcs-paper: #fffdf9;
	--ekcs-line: #e7e1d8;
	--ekcs-muted: #6f685f;
	--ekcs-accent: #8b7658;
	--ekcs-header-h: 72px;
	--ekcs-ease: cubic-bezier(.22, 1, .36, 1);
}

.ekcs-active #site-header,
.ekcs-active #header,
.ekcs-active #campaign-bar,
.ekcs-active .smz-promobar {
	display: none !important;
}

.ekcs-skip {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	padding: 12px 18px;
	background: var(--ekcs-ink);
	color: #fff !important;
	transform: translateY(-160%);
	transition: transform .18s ease;
}

.ekcs-skip:focus { transform: translateY(0); }

.ekcs-shell,
.ekcs-shell * { box-sizing: border-box; }

.ekcs-shell {
	position: relative;
	z-index: 9990;
	width: 100%;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ekcs-ink);
}

.ekcs-shell a { text-decoration: none; }

.ekcs-shell svg {
	display: block;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.product-loop-button-atc .ecomus-svg-icon--shopping-cart > svg,
.wcboost-wishlist-button .ecomus-svg-icon--heart > svg {
	display: block;
	width: 22px;
	height: 22px;
	color: currentColor;
}

.wcboost-wishlist-button .ecomus-svg-icon--heart > svg,
.wcboost-wishlist-button .ecomus-svg-icon--heart-filled > svg,
.wcboost-wishlist-button [data-ekcs-icon="wishlist"] svg { width: 19px; height: 19px; }
.wcboost-wishlist-button .wcboost-wishlist-button__icon,
.wcboost-wishlist-button .ecomus-svg-icon--heart,
.wcboost-wishlist-button .ecomus-svg-icon--heart-filled { display: inline-grid; place-items: center; width: 19px !important; height: 19px !important; line-height: 1; }

.product-loop-button-atc .ecomus-svg-icon--shopping-cart,
.wcboost-wishlist-button .ecomus-svg-icon--heart {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
}

.wcboost-wishlist-button.is-added .ecomus-svg-icon--heart > svg,
.wcboost-wishlist-button.added .ecomus-svg-icon--heart > svg,
.wcboost-wishlist-button[aria-pressed="true"] .ecomus-svg-icon--heart > svg {
	fill: currentColor;
}

.ekcs-promo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 34px;
	padding: 7px 24px;
	background: var(--ekcs-ink);
	color: rgba(255,255,255,.92);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

.ekcs-promo a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	letter-spacing: .08em;
}

.ekcs-promo svg { width: 14px; height: 14px; }

.ekcs-header {
	position: relative;
	background: rgba(255,253,249,.98);
	border-bottom: 1px solid var(--ekcs-line);
}

.ekcs-header__inner {
	display: grid;
	grid-template-columns: minmax(120px, .75fr) minmax(680px, 3fr) minmax(156px, .75fr);
	align-items: center;
	width: min(100% - 56px, 1840px);
	height: var(--ekcs-header-h);
	margin: 0 auto;
}

.ekcs-logo {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	max-width: 150px;
	height: 52px;
	color: var(--ekcs-ink);
}

.ekcs-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 48px;
	object-fit: contain;
}

.ekcs-site-ek .ekcs-logo img { height: 54px; }

.ekcs-logo__word {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
}

.ekcs-nav {
	display: flex;
	align-items: stretch;
	justify-content: center;
	height: 100%;
}

.ekcs-nav__item {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 clamp(9px, .75vw, 16px);
}

.ekcs-nav__item > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 100%;
	color: var(--ekcs-ink);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .015em;
	white-space: nowrap;
}

.ekcs-nav__item > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	height: 1px;
	background: var(--ekcs-ink);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .22s var(--ekcs-ease);
}

.ekcs-nav__item:hover > a::after,
.ekcs-nav__item:focus-within > a::after,
.ekcs-nav__item.is-open > a::after { transform: scaleX(1); transform-origin: left; }

.ekcs-nav__item > button {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 44px;
	margin: 0 -8px 0 1px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ekcs-muted);
	cursor: pointer;
}

.ekcs-nav__item > button svg { width: 14px; height: 14px; transition: transform .2s ease; }
.ekcs-nav__item.is-open > button svg { transform: rotate(180deg); }

.ekcs-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
}

.ekcs-actions > .ekcs-icon {
	align-self: center;
	flex: 0 0 44px;
	margin: 0 !important;
	line-height: 1 !important;
	vertical-align: middle !important;
}

.ekcs-icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ekcs-ink) !important;
	cursor: pointer;
	touch-action: manipulation;
	transition: color .18s ease, background-color .18s ease;
}

.ekcs-icon:hover { color: var(--ekcs-accent) !important; background: rgba(139,118,88,.07); }

.ekcs-icon:focus-visible,
.ekcs-shell a:focus-visible,
.ekcs-shell button:focus-visible {
	outline: 2px solid var(--ekcs-accent);
	outline-offset: 3px;
}

/* Keep repaired AJAX product-card icons hollow, matching the theme original. */
.product-loop-button-atc [data-ekcs-icon] svg,
.product-loop-button-atc [data-ekcs-icon] svg *,
.wcboost-wishlist-button [data-ekcs-icon] svg,
.wcboost-wishlist-button [data-ekcs-icon] svg * {
	fill: none !important;
	stroke: currentColor !important;
}

.wcboost-wishlist-button.is-added [data-ekcs-icon="wishlist"] svg,
.wcboost-wishlist-button.is-added [data-ekcs-icon="wishlist"] svg *,
.wcboost-wishlist-button.added [data-ekcs-icon="wishlist"] svg,
.wcboost-wishlist-button.added [data-ekcs-icon="wishlist"] svg *,
.wcboost-wishlist-button[aria-pressed="true"] [data-ekcs-icon="wishlist"] svg,
.wcboost-wishlist-button[aria-pressed="true"] [data-ekcs-icon="wishlist"] svg * {
	fill: #111 !important;
	stroke: #111 !important;
}

.ekcs-wishlist-toast {
	position: fixed;
	top: max(18px, env(safe-area-inset-top));
	right: 18px;
	z-index: 100050;
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 250px;
	max-width: min(360px, calc(100vw - 28px));
	padding: 14px 17px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 3px;
	background: #171512;
	color: #fff;
	box-shadow: 0 16px 42px rgba(17,15,12,.22);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.35;
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none;
	transition: opacity .2s ease, transform .2s ease;
}
.ekcs-wishlist-toast::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 12px; }
.ekcs-wishlist-toast.is-visible { opacity: 1; transform: translateY(0); }
.wcboost-flyout-notices-container { gap: 10px !important; padding: 18px !important; }
.wcboost-flyout-notice { max-width: min(360px, calc(100vw - 28px)); padding: 14px 17px !important; border: 1px solid rgba(255,255,255,.14) !important; border-radius: 3px !important; background: #171512 !important; color: #fff !important; box-shadow: 0 16px 42px rgba(17,15,12,.22) !important; font-size: 12px; font-weight: 600; line-height: 1.45; }
.wcboost-flyout-notice .woocommerce-error,
.wcboost-flyout-notice .woocommerce-message,
.wcboost-flyout-notice .woocommerce-info { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; color: inherit !important; box-shadow: none !important; }

.ekcs-count {
	position: absolute;
	top: 3px;
	right: 1px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid var(--ekcs-paper);
	border-radius: 999px;
	background: var(--ekcs-ink);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.ekcs-menu-toggle { display: none; }
.ekcs-bottom-nav { display: none; }

.ekcs-mega {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 30;
	visibility: hidden;
	border-top: 1px solid var(--ekcs-line);
	border-bottom: 1px solid var(--ekcs-line);
	background: var(--ekcs-paper);
	opacity: 0;
	transform: translateY(-8px);
	pointer-events: none;
	transition: opacity .2s ease, transform .28s var(--ekcs-ease), visibility 0s linear .28s;
}

.ekcs-nav__item.is-open .ekcs-mega {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	transition-delay: 0s;
}

.ekcs-mega__inner {
	display: grid;
	grid-template-columns: minmax(220px, .72fr) minmax(0, 2.6fr);
	gap: clamp(36px, 4vw, 78px);
	width: min(100% - 64px, 1820px);
	max-height: calc(100vh - 160px);
	margin: 0 auto;
	padding: 36px 0 42px;
	overflow: auto;
}

.ekcs-mega__intro {
	padding-right: 34px;
	border-right: 1px solid var(--ekcs-line);
}

.ekcs-mega__intro > span {
	display: block;
	margin-bottom: 12px;
	color: var(--ekcs-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ekcs-mega__intro strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(28px, 2.25vw, 42px);
	font-weight: 500;
	letter-spacing: -.02em;
	line-height: 1.05;
}

.ekcs-mega__intro p {
	max-width: 28ch;
	margin: 18px 0 24px;
	color: var(--ekcs-muted);
	font-size: 13px;
	line-height: 1.65;
}

.ekcs-mega__intro a,
.ekcs-mobile-sub__all {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--ekcs-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ekcs-mega__intro a svg,
.ekcs-mobile-sub__all svg { width: 16px; height: 16px; transition: transform .2s ease; }
.ekcs-mega__intro a:hover svg,
.ekcs-mobile-sub__all:hover svg { transform: translateX(4px); }

.ekcs-mega__groups {
	display: grid;
	grid-template-columns: repeat(5, minmax(118px, 1fr));
	column-gap: 34px;
	row-gap: 30px;
}

.ekcs-mega__content { min-width: 0; }
.ekcs-mega--k-pop .ekcs-mega__groups { grid-template-columns: repeat(4, minmax(130px, 1fr)); gap: 12px 22px; }
.ekcs-mega--k-pop .ekcs-mega__group .ekcs-mega__heading { margin-bottom: 0; }
.ekcs-mega--life-products .ekcs-mega__inner { grid-template-columns: minmax(190px,.5fr) minmax(0,3fr); gap: clamp(30px,3vw,56px); padding-block: 30px 34px; }
.ekcs-mega--life-products .ekcs-mega__groups { grid-template-columns: repeat(7,minmax(112px,1fr)); column-gap: 24px; row-gap: 22px; }
.ekcs-mega--life-products .ekcs-mega__intro strong { font-size: clamp(25px,1.8vw,34px); }
.ekcs-mega--life-products .ekcs-mega__intro p { margin-block: 14px 18px; }

.ekcs-mega__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 16px;
	margin-top: 26px;
	padding-top: 24px;
	border-top: 1px solid var(--ekcs-line);
}

.ekcs-mega__cards > a { min-width: 0; color: var(--ekcs-ink); }
.ekcs-mega__card-image { display: block; aspect-ratio: 2 / 1; overflow: hidden; background: var(--ekcs-cream); }
.ekcs-mega__card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ekcs-ease); }
.ekcs-mega__cards > a:hover img { transform: scale(1.035); }
.ekcs-mega__cards > a > span:last-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 10px; font-family: "Playfair Display", Georgia, serif; font-size: 15px; line-height: 1.25; }
.ekcs-mega__cards > a > span:last-child svg { width: 15px; height: 15px; }

.ekcs-mega__group { min-width: 0; }

.ekcs-mega__group a {
	display: block;
	padding: 5px 0;
	color: #574f47;
	font-size: 12.5px;
	line-height: 1.35;
	transition: color .16s ease, transform .16s ease;
}

.ekcs-mega__group a:hover { color: var(--ekcs-accent); transform: translateX(3px); }

.ekcs-mega__group .ekcs-mega__heading {
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	color: var(--ekcs-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ekcs-mega__group .ekcs-mega__group-visual { padding: 0; transform: none; }
.ekcs-mega__group-visual img { display: block; width: 100%; aspect-ratio: 1.7 / 1; object-fit: cover; background: var(--ekcs-cream); }
.ekcs-mega__group-visual span { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 8px; color: var(--ekcs-muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ekcs-mega__group-visual span svg { width: 14px; height: 14px; }
.ekcs-mega__group-visual:hover span { color: var(--ekcs-accent); }

.ekcs-drawer { display: none; }

.ekcs-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	visibility: hidden;
	pointer-events: none;
}

body.admin-bar .ekcs-cart-drawer { top: 32px; }
.ekcs-cart-drawer.is-open { visibility: visible; pointer-events: auto; }

.ekcs-cart-drawer__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	backdrop-filter: none;
	opacity: 0;
	cursor: default;
	transition: opacity .24s ease;
}

.ekcs-cart-drawer.is-open .ekcs-cart-drawer__backdrop { opacity: 1; }

.ekcs-cart-drawer__panel {
	position: absolute;
	inset: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	width: min(94vw, 480px);
	background: var(--ekcs-paper);
	box-shadow: -18px 0 60px rgba(26,23,20,.12);
	transform: translateX(102%);
	overflow: hidden;
	transition: transform .34s var(--ekcs-ease);
}

.ekcs-cart-drawer.is-open .ekcs-cart-drawer__panel { transform: translateX(0); }

.ekcs-cart-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	padding: 14px 18px 14px 28px;
	border-bottom: 1px solid var(--ekcs-line);
}

body.ekcs-active .ekcs-cart-drawer .ekcs-cart-drawer__head h2 {
	margin: 0 !important;
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: 23px !important;
	font-weight: 500 !important;
	line-height: 1.12 !important;
	letter-spacing: -.02em !important;
	text-transform: none !important;
}

.ekcs-cart-fragment { display: flex; flex: 1; min-height: 0; flex-direction: column; }
.ekcs-cart-error { margin: 14px 28px 0; padding: 11px 13px; background: #fff1ef; color: #8c2921; font-size: 12px; line-height: 1.45; }
.ekcs-cart-error[hidden] { display: none; }

.ekcs-cart-items {
	flex: 1;
	min-height: 0;
	margin: 0;
	padding: 8px 28px 24px;
	list-style: none;
	overflow: auto;
	overscroll-behavior: contain;
}

.ekcs-cart-upsell { margin: 0; padding: 0; list-style: none; }
.ekcs-cart-upsell:empty { display: none; }
.ekcs-cart-upsell .aibt-cart-upsell { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--ekcs-line); list-style: none; }
.ekcs-cart-upsell .aibt-cart-upsell__eyebrow { color: var(--ekcs-accent); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.ekcs-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0,1fr);
	gap: 18px;
	padding: 22px 0;
	border-bottom: 1px solid var(--ekcs-line);
}

.ekcs-cart-item__image { display: block; aspect-ratio: 1; overflow: hidden; background: var(--ekcs-cream); }
.ekcs-cart-item__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ekcs-cart-item__body { min-width: 0; padding-right: 28px; }
.ekcs-cart-item__name { display: block; color: var(--ekcs-ink); font-family: "Playfair Display", Georgia, serif; font-size: 15px; line-height: 1.35; }
.ekcs-cart-item__variation { margin: 5px 0 0; color: var(--ekcs-muted); font-size: 11px; line-height: 1.45; }
.ekcs-cart-item__variation p { margin: 0; }
.ekcs-cart-item__price { margin-top: 8px; color: var(--ekcs-ink); font-size: 13px; font-weight: 600; }

.ekcs-cart-item__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; }
.ekcs-cart-item__save { display: inline-flex; align-items: center; gap: 6px; min-height: 24px; margin-top: 12px; padding: 0; border: 0; background: transparent; color: #746d65; font-size: 9px; font-weight: 700; letter-spacing: .11em; line-height: 24px; text-transform: uppercase; vertical-align: middle; cursor: pointer; transition: color .18s ease; }
.ekcs-cart-item__save svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.55; }
.ekcs-cart-item__save span { border-bottom: 1px solid #cfc8bf; transition: border-color .18s ease; }
.ekcs-cart-item__save:hover { color: var(--ekcs-ink); }
.ekcs-cart-item__save:hover span { border-bottom-color: var(--ekcs-ink); }
.ekcs-cart-item__save:disabled { cursor: wait; opacity: .55; }
.ekcs-cart-item__save + .ekcs-cart-item__remove { margin: 12px 0 0 14px; }
.ekcs-cart-item.is-removing,
.ekcs-cart-item.is-saving { opacity: .42; transform: translateX(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.ekcs-cart-item.is-updating { opacity: .82; transition: opacity .15s ease; }
.ekcs-qty { display: inline-grid; grid-template-columns: 34px 38px 34px; height: 34px; border: 1px solid var(--ekcs-line); }
.ekcs-qty button { display: grid !important; place-items: center; width: 100% !important; min-width: 0 !important; height: 32px !important; min-height: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--ekcs-ink); font-size: 17px; line-height: 1 !important; box-shadow: none !important; appearance: none; cursor: pointer; }
.ekcs-qty button:disabled { color: #b8b0a6; cursor: not-allowed; }
.ekcs-qty span { display: grid; place-items: center; width: 38px; height: 32px; font-size: 12px; font-weight: 600; line-height: 1; }
body.ekcs-active .ekcs-cart-drawer .ekcs-qty button { border-radius: 0 !important; }
.ekcs-cart-item__remove { display: inline-grid; place-items: center; width: 28px; min-width: 28px; height: 28px; min-height: 28px; padding: 0; border: 1px solid var(--ekcs-line); border-radius: 50%; background: transparent; color: var(--ekcs-muted); line-height: 1; vertical-align: middle; cursor: pointer; transition: border-color .18s ease, color .18s ease; }
.ekcs-cart-item__remove svg { width: 14px; height: 14px; fill: none; stroke: currentColor; }
.ekcs-cart-item__remove:hover { border-color: var(--ekcs-ink); color: var(--ekcs-ink); }

.wcboost-wishlist .product-remove .remove,
.woocommerce-wishlist .product-remove .remove { display: grid !important; place-items: center; width: 42px !important; height: 42px !important; padding: 0 !important; border: 1px solid rgba(35,31,27,.16) !important; border-radius: 50% !important; background: rgba(255,255,255,.96) !important; color: var(--ekcs-ink) !important; box-shadow: 0 6px 18px rgba(25,22,19,.08); }
.wcboost-wishlist .product-remove .remove:hover,
.woocommerce-wishlist .product-remove .remove:hover { border-color: var(--ekcs-ink) !important; background: var(--ekcs-ink) !important; color: #fff !important; }
.wcboost-wishlist .product-remove [data-ekcs-icon="trash"] svg,
.woocommerce-wishlist .product-remove [data-ekcs-icon="trash"] svg { display: block; fill: none !important; stroke: currentColor !important; }
.woocommerce-wishlist .product-remove,
.woocommerce-wishlist .product-remove .remove,
.wcboost-wishlist .product-remove,
.wcboost-wishlist .product-remove .remove { visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; transform: none !important; }

.ekcs-wishlist-intro { width: min(100%, 1280px); margin: 20px auto 34px; text-align: center; }
.ekcs-wishlist-intro > span { color: var(--ekcs-accent); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.ekcs-wishlist-intro h1 { margin: 8px 0 10px !important; font-family: "Playfair Display", Georgia, serif !important; font-size: clamp(36px,4vw,54px) !important; font-weight: 500 !important; letter-spacing: -.035em !important; line-height: 1 !important; text-transform: none !important; }
.ekcs-wishlist-intro p { margin: 0; color: var(--ekcs-muted); font-size: 12px; line-height: 1.55; }
body.ekcs-site-smz.woocommerce-wishlist .wcboost-wishlist-title { display: none !important; }
.ekcs-wishlist-share { margin: 24px 0 0; border-top: 1px solid var(--ekcs-line); border-bottom: 1px solid var(--ekcs-line); }
.ekcs-wishlist-share > summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; color: var(--ekcs-ink); font-size: 10px; font-weight: 700; letter-spacing: .13em; list-style: none; text-transform: uppercase; cursor: pointer; }
.ekcs-wishlist-share > summary::-webkit-details-marker { display: none; }
.ekcs-wishlist-share > summary::after { content: "+"; font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.ekcs-wishlist-share[open] > summary::after { transform: rotate(45deg); }
.ekcs-wishlist-share .wishlist-share { margin: 0 0 18px !important; }
.ekcs-wishlist-share .wishlist-share__title { display: none !important; }

.ekcs-cart-item > .ekcs-cart-item__remove {
	position: absolute;
	top: 18px;
	right: 0;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	font-size: 0;
}

.ekcs-cart-item > .ekcs-cart-item__remove::before,
.ekcs-cart-item > .ekcs-cart-item__remove::after { content: ""; position: absolute; top: 15px; left: 9px; width: 14px; height: 1px; background: currentColor; transform: rotate(45deg); }
.ekcs-cart-item > .ekcs-cart-item__remove::after { transform: rotate(-45deg); }

.ekcs-cart-benefits { flex: 0 0 auto; padding: 10px 28px 0; background: #fff; }
.ekcs-cart-benefits:empty { display: none; }
.ekcs-cart-benefits .smz-fsp { margin: 0; }
.ekcs-cart-benefits .smz-fsp { padding: 8px 0 10px; border: 0; border-radius: 0; background: transparent; color: var(--ekcs-ink); }
.ekcs-cart-benefits .smz-fsp__row { display: flex; align-items: center; gap: 10px; }
.ekcs-cart-benefits .smz-fsp__icon { display: inline-flex; flex: 0 0 auto; }
.ekcs-cart-benefits .smz-fsp__icon svg { width: 20px; height: 20px; }
.ekcs-cart-benefits .smz-fsp__text { font-size: 12px; line-height: 1.45; }
.ekcs-cart-benefits .smz-fsp__text span { color: var(--ekcs-muted); }
.ekcs-cart-benefits .smz-fsp__track { position: relative; height: 5px; margin-top: 9px; overflow: hidden; background: var(--ekcs-line); }
.ekcs-cart-benefits .smz-fsp__fill { position: absolute; inset: 0; transform-origin: left center; background: var(--ekcs-ink); }
.ekcs-cart-benefits .smz-fsp.is-unlocked .smz-fsp__fill { background: #416348; }
.ekcs-cart-benefits .wad-progress-bar-wrap { margin: 0; padding: 8px 0 10px; border: 0; background: transparent; }
.ekcs-cart-benefits .ek-shipdisc { margin: 0 !important; padding: 8px 0 10px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; }

.ekcs-cart-summary { flex: 0 0 auto; padding: 20px 28px 0; border-top: 1px solid var(--ekcs-line); background: #fff; }
.ekcs-cart-summary__row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 5px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ekcs-cart-summary__row strong { font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.ekcs-cart-discount { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 7px; color: #416348; font-size: 11px; line-height: 1.35; }
.ekcs-cart-discount b { letter-spacing: .05em; }
.ekcs-cart-discount button { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-left: 3px; padding: 0; border: 0; background: transparent; color: currentColor; font-size: 17px; cursor: pointer; }
.ekcs-cart-summary > p { margin: 0 0 16px; color: var(--ekcs-muted); font-size: 11px; line-height: 1.5; }

.ekcs-coupon { margin: 8px 0 14px; border-top: 1px solid var(--ekcs-line); border-bottom: 1px solid var(--ekcs-line); }
.ekcs-coupon > summary { display: flex; align-items: center; justify-content: space-between; min-height: 40px; color: var(--ekcs-ink); font-size: 10px; font-weight: 700; letter-spacing: .13em; list-style: none; text-transform: uppercase; cursor: pointer; }
.ekcs-coupon > summary::-webkit-details-marker { display: none; }
.ekcs-coupon > summary span { font-size: 17px; font-weight: 400; transition: transform .2s ease; }
.ekcs-coupon[open] > summary span { transform: rotate(45deg); }
.ekcs-coupon > summary:focus-visible { outline: 2px solid var(--ekcs-accent); outline-offset: 2px; }
.ekcs-coupon > div { display: grid; grid-template-columns: minmax(0,1fr) auto; padding-bottom: 12px; }
.ekcs-coupon input { min-width: 0; height: 42px; padding: 0 13px; border: 1px solid var(--ekcs-line); border-right: 0; border-radius: 0; background: #fff; color: var(--ekcs-ink); font: inherit; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; box-shadow: none; }
.ekcs-coupon input:focus { position: relative; z-index: 1; outline: 2px solid var(--ekcs-accent); outline-offset: -2px; }
.ekcs-coupon button { min-width: 76px; height: 42px; padding: 0 14px; border: 1px solid var(--ekcs-ink); border-radius: 0; background: #fff; color: var(--ekcs-ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.ekcs-coupon button:hover { background: var(--ekcs-ink); color: #fff; }
.ekcs-coupon > p { margin: -5px 0 10px; color: #8c2921; font-size: 11px; line-height: 1.4; }
.ekcs-coupon > p[hidden] { display: none; }
.ekcs-cart-checkout { display: flex; align-items: center; justify-content: center; width: calc(100% + 56px); min-height: calc(58px + env(safe-area-inset-bottom)); margin: 14px -28px 0; padding: 12px 18px max(12px, env(safe-area-inset-bottom)); gap: 8px; background: var(--ekcs-ink); color: #fff !important; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ekcs-cart-checkout svg { width: 16px; height: 16px; }
.ekcs-cart-checkout:hover { background: #342e28; }

.ekcs-cart-empty-wrap { flex: 1; min-height: 0; overflow: auto; overscroll-behavior: contain; }
.ekcs-cart-empty { display: grid; place-items: center; padding: 44px 28px 34px; text-align: center; }
.ekcs-cart-empty svg { width: 42px; height: 42px; margin: 0 auto 18px; color: var(--ekcs-accent); }
.ekcs-cart-empty h2 { margin: 0 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: 25px; font-weight: 500; }
.ekcs-cart-empty p { max-width: 32ch; margin: 0 0 24px; color: var(--ekcs-muted); font-size: 13px; line-height: 1.6; }
.ekcs-cart-empty a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 24px; background: var(--ekcs-ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ekcs-cart-drawer__panel.is-loading .ekcs-cart-fragment { opacity: .48; pointer-events: none; }
body.ekcs-cart-open { overflow: hidden; }
html.ekcs-cart-open-root { overflow: hidden; }
body.ekcs-cart-open .fmt-mobile-nav,
body.ekcs-cart-open .ecomus-navigation-bar { display: none !important; }

/* Theme-independent WooCommerce checkout surface */
body.woocommerce-checkout:not(.woocommerce-order-received) { background: #f6f3ee; }
body.woocommerce-checkout:not(.woocommerce-order-received) #main,
body.woocommerce-checkout:not(.woocommerce-order-received) #site-content { background: #f6f3ee; }
body.woocommerce-checkout:not(.woocommerce-order-received) .page-checkout,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce { width: min(100% - 48px, 1380px); max-width: 1380px; margin-inline: auto; }
body.woocommerce-checkout:not(.woocommerce-order-received) .page-checkout > .woocommerce { width: 100% !important; max-width: none !important; margin-inline: 0 !important; }
body.woocommerce-checkout .checkout-breadcrumbs { display: none !important; }

.ekcs-checkout-intro {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	align-items: end;
	gap: 40px;
	margin: 0 0 32px;
	padding: 54px 0 30px;
	border-bottom: 1px solid #dcd5cb;
	color: var(--ekcs-ink);
}
.ekcs-checkout-intro > div > span { display: block; margin-bottom: 10px; color: var(--ekcs-accent); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.ekcs-checkout-intro h1 { margin: 0 !important; color: var(--ekcs-ink) !important; font-family: "Playfair Display", Georgia, serif !important; font-size: clamp(38px,4vw,58px) !important; font-weight: 500 !important; letter-spacing: -.035em !important; line-height: 1 !important; text-transform: none !important; }
body.woocommerce-checkout .ekcs-checkout-intro h1#ekcs-checkout-title { color: var(--ekcs-ink) !important; font-family: "Playfair Display", Georgia, serif !important; font-size: clamp(38px,4vw,58px) !important; font-weight: 500 !important; letter-spacing: -.035em !important; line-height: 1 !important; text-transform: none !important; }
.ekcs-checkout-intro p { max-width: 58ch; margin: 15px 0 0; color: var(--ekcs-muted); font-size: 13px; line-height: 1.6; }
.ekcs-checkout-intro ol { display: flex; align-items: center; gap: 0; margin: 0; padding: 0 0 5px; list-style: none; }
.ekcs-checkout-intro li { position: relative; display: flex; align-items: center; gap: 8px; min-width: 96px; color: #aaa198; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.ekcs-checkout-intro li:not(:last-child)::after { content: ""; width: 26px; height: 1px; margin-left: 10px; background: #cbc4bb; }
.ekcs-checkout-intro li b { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #c8c0b6; border-radius: 50%; font-size: 9px; }
.ekcs-checkout-intro li.is-complete,
.ekcs-checkout-intro li.is-current { color: var(--ekcs-ink); }
.ekcs-checkout-intro li.is-complete b { border-color: var(--ekcs-ink); background: var(--ekcs-ink); color: #fff; }
.ekcs-checkout-intro li.is-current b { border-color: var(--ekcs-accent); color: var(--ekcs-accent); }

body.woocommerce-checkout .woocommerce-form-coupon-toggle { margin: 0 0 22px !important; border-top: 1px solid #dcd5cb; border-bottom: 1px solid #dcd5cb; background: transparent !important; box-shadow: none !important; }
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { min-height: 46px; margin: 0 !important; padding: 14px 0 !important; border: 0 !important; background: transparent !important; color: var(--ekcs-muted) !important; font-size: 11px; line-height: 1.5; }
body.woocommerce-checkout .page-checkout .woocommerce-form-coupon-toggle .woocommerce-info { padding: 14px 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
body.woocommerce-checkout #main .page-checkout .woocommerce-form-coupon-toggle > .woocommerce-info.message-wrapper { padding: 14px 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
body.woocommerce-checkout .woocommerce-form-coupon-toggle a { color: var(--ekcs-ink) !important; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
body.woocommerce-checkout form.checkout_coupon { margin: -10px 0 24px !important; padding: 20px !important; border: 1px solid #dcd5cb !important; background: #fff; }

body.woocommerce-checkout form.checkout > .row { display: grid !important; grid-template-columns: minmax(0,1.18fr) minmax(390px,.82fr); align-items: start; gap: clamp(30px,4vw,58px); margin: 0 !important; }
body.woocommerce-checkout form.checkout > .row > .col { width: 100% !important; max-width: none !important; flex-basis: auto !important; padding: 0 !important; }
body.woocommerce-checkout form.checkout > .row > .col:first-child { padding: clamp(24px,3vw,40px) !important; background: #fff; }
body.woocommerce-checkout form.checkout > .row > .col:last-child > .col-inner { position: sticky; top: calc(var(--ekcs-header-h) + 24px); padding: clamp(24px,2.4vw,34px) !important; border: 0 !important; background: #fff; box-shadow: 0 18px 60px rgba(31,27,23,.07); }
body.ekcs-site-ek.woocommerce-checkout form.checkout.ekcs-checkout-grid { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(390px,.82fr); align-items: start; gap: clamp(30px,4vw,58px); }
body.ekcs-site-ek.woocommerce-checkout form.checkout.ekcs-checkout-grid > .ekcs-checkout-left { display: flex; min-width: 0; flex-direction: column; gap: 24px; }
body.ekcs-site-ek.woocommerce-checkout .ekcs-checkout-left > .wc-stripe-banner-checkout { margin: 0 !important; padding: clamp(24px,3vw,40px) !important; border: 0 !important; background: #fff !important; }
body.ekcs-site-ek.woocommerce-checkout .ekcs-checkout-left > #customer_details { width: 100%; margin: 0; padding: clamp(24px,3vw,40px); background: #fff; }
body.ekcs-site-ek.woocommerce-checkout form.checkout.ekcs-checkout-grid > #order_review { position: sticky; top: calc(var(--ekcs-header-h) + 24px); width: 100%; margin: 0; padding: clamp(24px,2.4vw,34px); background: #fff; box-shadow: 0 18px 60px rgba(31,27,23,.07); }
body.woocommerce-checkout form.checkout h3,
body.woocommerce-checkout #order_review_heading { margin: 0 0 20px !important; color: var(--ekcs-ink) !important; font-family: "Playfair Display", Georgia, serif !important; font-size: 25px !important; font-weight: 500 !important; letter-spacing: -.02em !important; line-height: 1.2 !important; text-transform: none !important; }
body.woocommerce-checkout #main #customer_details h3:not(#ship-to-different-address),
body.woocommerce-checkout #main #order_review_heading { margin: 0 0 20px !important; color: var(--ekcs-ink) !important; font-family: "Playfair Display", Georgia, serif !important; font-size: 25px !important; font-weight: 500 !important; letter-spacing: -.02em !important; line-height: 1.2 !important; text-transform: none !important; }
body.ekcs-active.ekcs-site-ek.woocommerce-checkout form.woocommerce-checkout #customer_details h3:not(#ship-to-different-address),
body.ekcs-active.ekcs-site-ek.woocommerce-checkout form.woocommerce-checkout #order_review_heading { margin: 0 0 20px !important; color: var(--ekcs-ink) !important; font-family: "Playfair Display", Georgia, serif !important; font-size: 25px !important; font-weight: 500 !important; letter-spacing: -.02em !important; line-height: 1.2 !important; text-transform: none !important; }
body.woocommerce-checkout #main #ship-to-different-address { font-family: inherit !important; font-size: 12px !important; font-weight: 650 !important; letter-spacing: 0 !important; line-height: 1.45 !important; text-transform: none !important; }
body.woocommerce-checkout .ek-billing-toggle { width: 100%; margin: 22px 0 8px !important; }
body.woocommerce-checkout .ek-billing-toggle label { display: flex !important; flex-direction: row-reverse; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 50px; margin: 0 !important; padding: 13px 16px; border: 1px solid #ddd6cd; background: #fbfaf8; color: var(--ekcs-ink); font-size: 12px !important; font-weight: 650 !important; letter-spacing: .01em !important; line-height: 1.45 !important; text-transform: none !important; cursor: pointer; box-sizing: border-box; }
body.woocommerce-checkout .ek-billing-toggle input[type="checkbox"] { flex: 0 0 18px; width: 18px !important; height: 18px !important; min-height: 18px !important; margin: 0 !important; accent-color: var(--ekcs-ink); }
body.woocommerce-checkout #customer_details h3:not(:first-child) { margin-top: 34px !important; padding-top: 30px; border-top: 1px solid #e8e2da; }
body.woocommerce-checkout .form-row { margin-bottom: 17px !important; }
body.woocommerce-checkout #billing_email_field,
body.woocommerce-checkout #billing_phone_field { float: none !important; clear: both; width: 100% !important; max-width: none !important; }
body.woocommerce-checkout .form-row label { margin-bottom: 7px; color: #4f4841; font-size: 9px !important; font-weight: 700 !important; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout .select2-selection { min-height: 50px !important; padding: 12px 14px !important; border: 1px solid #d8d1c7 !important; border-radius: 0 !important; background: #fff !important; color: var(--ekcs-ink) !important; font-size: 13px !important; box-shadow: none !important; }
body.woocommerce-checkout textarea { min-height: 100px !important; }
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-container--open .select2-selection { border-color: var(--ekcs-ink) !important; outline: 1px solid var(--ekcs-ink); outline-offset: -1px; }
body.woocommerce-checkout .select2-selection__rendered { padding: 0 !important; line-height: 24px !important; }
body.woocommerce-checkout .select2-selection__arrow { top: 12px !important; right: 10px !important; }
body.woocommerce-checkout .wc-stripe-banner-checkout { margin: 0 0 28px !important; padding: 0 0 28px !important; border: 0 !important; border-bottom: 1px solid #e8e2da !important; background: transparent !important; box-shadow: none !important; }
body.woocommerce-checkout .wc-stripe-banner-checkout fieldset { margin: 0 !important; padding: 18px !important; border: 1px solid #d8d1c7 !important; background: #fbfaf8; }
body.woocommerce-checkout .wc-stripe-banner-checkout,
body.woocommerce-checkout .wc-stripe-banner-checkout fieldset { height: auto !important; min-height: 0; overflow: visible !important; line-height: 1.45 !important; }
body.woocommerce-checkout .wc-stripe-banner-checkout legend.banner-title { width: auto !important; height: auto !important; min-height: 18px; padding: 0 8px !important; font-size: 10px !important; line-height: 18px !important; white-space: normal; }

body.woocommerce-checkout .woocommerce-checkout-review-order-table { margin: 0 0 24px !important; border: 0 !important; background: transparent !important; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td { padding: 14px 0 !important; border: 0 !important; border-bottom: 1px solid #e7e1d9 !important; color: var(--ekcs-ink); font-size: 12px; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table th:last-child,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child { text-align: right; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name { position: relative; min-height: 76px; padding-left: 66px !important; box-sizing: border-box; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table .checkout-review-product-image { position: absolute !important; top: 14px; left: 0; display: block; width: 48px; height: 48px; margin: 0 !important; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table .checkout-review-product-image img { display: block; width: 48px; height: 48px; object-fit: cover; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table .checkout-review-product-image .product-quantity { position: absolute !important; top: 2px !important; right: 2px !important; left: auto !important; display: grid; place-items: center; width: 18px; height: 18px; min-width: 18px; border-radius: 50%; background: var(--ekcs-ink); color: #fff; font-size: 9px; line-height: 1; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table .checkout-review-product-name,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .checkout-review-product-price { display: block; min-width: 0; overflow-wrap: anywhere; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name > .product-quantity { display: none !important; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td { padding-top: 18px !important; border-bottom: 0 !important; font-size: 15px; }
body.woocommerce-checkout #payment { margin: 4px 0 0 !important; padding: 0 0 6px !important; border: 0 !important; background: transparent !important; }
body.woocommerce-checkout #payment ul.payment_methods { margin: 0 !important; padding: 0 !important; border: 0 !important; }
body.woocommerce-checkout #payment ul.payment_methods > li { margin: 0 0 8px !important; padding: 15px !important; border: 1px solid #ded7ce !important; background: #fff !important; }
body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label { color: var(--ekcs-ink); font-size: 12px; font-weight: 650; }
body.woocommerce-checkout #payment div.payment_box { margin: 14px -3px -3px !important; padding: 14px !important; border: 0 !important; background: #f7f4ef !important; }
body.woocommerce-checkout #payment div.payment_box::before { display: none !important; }
body.woocommerce-checkout #payment .place-order { margin: 8px 0 0 !important; padding: 20px 0 8px !important; }
body.woocommerce-checkout #place_order { width: 100%; min-height: 54px; border: 1px solid var(--ekcs-ink) !important; border-radius: 0 !important; background: var(--ekcs-ink) !important; color: #fff !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: .13em; text-transform: uppercase; box-shadow: none !important; }
body.woocommerce-checkout #place_order:hover { background: #37312b !important; }
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .ek-express-terms { color: var(--ekcs-muted); font-size: 10px; line-height: 1.55; }

/* Independent site footer */
.ekcs-footer {
	--ekcs-footer-ink: #f7f3ed;
	--ekcs-footer-muted: #bdb4aa;
	--ekcs-footer-line: rgba(255,255,255,.13);
	position: relative;
	width: 100%;
	margin: 0;
	background: #1b1815;
	color: var(--ekcs-footer-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-align: left;
}

.ekcs-footer a { color: inherit; text-decoration: none; }
.ekcs-footer__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	width: min(100% - 64px, 1760px);
	margin: 0 auto;
	border-bottom: 1px solid var(--ekcs-footer-line);
}
.ekcs-footer__trust > span {
	display: grid;
	grid-template-columns: 36px minmax(0,1fr);
	grid-template-rows: auto auto;
	column-gap: 14px;
	align-content: center;
	min-height: 112px;
	padding: 20px 28px;
}
.ekcs-footer__trust > span + span { border-left: 1px solid var(--ekcs-footer-line); }
.ekcs-footer__trust svg { grid-row: 1 / 3; align-self: center; width: 24px; height: 24px; color: #d8b8a4; }
.ekcs-footer__trust b { font-size: 12px; font-weight: 650; letter-spacing: .04em; line-height: 1.4; }
.ekcs-footer__trust small { margin-top: 3px; color: var(--ekcs-footer-muted); font-size: 11px; line-height: 1.4; }

.ekcs-footer__main {
	display: grid;
	grid-template-columns: minmax(300px,1.7fr) repeat(3, minmax(150px,.7fr));
	gap: clamp(40px,5vw,100px);
	width: min(100% - 64px, 1760px);
	margin: 0 auto;
	padding: 70px 28px 66px;
}
.ekcs-footer__brand { max-width: 420px; }
.ekcs-footer__logo { display: inline-flex; align-items: center; min-height: 42px; margin-bottom: 20px; }
.ekcs-footer__logo .ekcs-logo { height: auto; max-width: 210px; color: #fff; }
.ekcs-footer__logo .ekcs-logo img { width: auto; max-width: 210px; max-height: 52px; object-fit: contain; object-position: left center; }
.ekcs-footer__logo > img { display: block; width: auto; max-width: 210px; max-height: 84px; object-fit: contain; object-position: left center; }
.ekcs-footer__logo .ekcs-logo__word { color: #fff; font-size: 29px; }
.ekcs-footer__brand p { max-width: 38ch; margin: 0 0 22px; color: var(--ekcs-footer-muted); font-size: 13px; line-height: 1.75; }
.ekcs-footer__contact { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 11px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; transition: border-color .2s ease, color .2s ease; }
.ekcs-footer__contact svg { width: 15px; height: 15px; transition: transform .2s ease; }
.ekcs-footer__contact:hover { border-color: #d8b8a4; color: #f1cdb7; }
.ekcs-footer__contact:hover svg { transform: translateX(3px); }
.ekcs-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.ekcs-footer .ekcs-footer__column h2 { margin: 0 0 9px !important; color: #fff !important; font-family: inherit !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: .15em !important; line-height: 1.4 !important; text-transform: uppercase !important; }
.ekcs-footer__column a { color: var(--ekcs-footer-muted); font-size: 12px; line-height: 1.45; transition: color .18s ease, transform .18s ease; }
.ekcs-footer__column a:hover { color: #fff; transform: translateX(3px); }

.ekcs-footer__bottom {
	display: grid;
	grid-template-columns: minmax(220px,1fr) auto minmax(220px,1fr) auto;
	align-items: center;
	gap: 24px;
	width: min(100% - 64px, 1760px);
	min-height: 82px;
	margin: 0 auto;
	padding: 18px 28px;
	border-top: 1px solid var(--ekcs-footer-line);
	color: var(--ekcs-footer-muted);
}
.ekcs-footer__bottom > div:first-child { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 10px; letter-spacing: .035em; }
.ekcs-footer__currency { justify-self: center; font-size: 11px; }
.ekcs-footer__currency:empty { display: none; }
.ekcs-footer__currency .ek-select-selected,
.ekcs-footer__currency .ek-select-selected span { color: #241f1b !important; opacity: 1 !important; }
.ekcs-footer__currency .ek-select-items { border: 1px solid #d8d1c7 !important; background: #fff !important; color: #241f1b !important; box-shadow: 0 16px 36px rgba(20,17,14,.18) !important; }
.ekcs-footer__currency .ek-select-item,
.ekcs-footer__currency .ek-select-item span { color: #241f1b !important; opacity: 1 !important; }
.ekcs-footer__currency .ek-select-item:hover,
.ekcs-footer__currency .ek-select-item.same-as-selected { background: #f0ebe4 !important; color: #1b1815 !important; }
.ekcs-footer__payments { justify-self: end; max-width: 100%; }
.ekcs-footer__payments:empty { display: none; }
.ekcs-footer__payments img,
.ekcs-footer__payments svg { max-height: 24px; width: auto; }
.ekcs-footer .ek-pwa-install-bar { width: auto; margin: 0; padding: 0; border: 0; background: transparent; }
.ekcs-footer .ek-pwa-install-link { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 0; color: var(--ekcs-footer-muted); font-size: 9px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.ekcs-footer .ek-pwa-install-link:hover { border-color: rgba(255,255,255,.55); color: #fff; }
.eked-footbar { display: none !important; }

@media (max-width: 1280px) {
	.ekcs-header__inner { grid-template-columns: 104px minmax(600px, 1fr) 142px; width: calc(100% - 32px); }
	.ekcs-nav__item { padding-inline: 8px; }
	.ekcs-nav__item > a { font-size: 12px; }
	.ekcs-mega__inner { width: calc(100% - 64px); }
	.ekcs-mega__groups { gap: 18px; }
	.ekcs-mega__cards { gap: 10px; }
	.ekcs-mega--life-products .ekcs-mega__groups { grid-template-columns: repeat(5,minmax(108px,1fr)); }
}

@media (max-width: 1023px) {
	#ekss-v6-panel { z-index: 2147483646 !important; }
	body.e6-locked .ekcs-bottom-nav { display: none !important; }
	.ekcs-wishlist-toast { top: auto; right: 14px; bottom: calc(76px + env(safe-area-inset-bottom)); left: 14px; width: auto; min-width: 0; max-width: none; justify-content: center; }
	.wcboost-flyout-notices-container { top: auto !important; right: 0 !important; bottom: calc(76px + env(safe-area-inset-bottom)) !important; left: 0 !important; align-items: stretch !important; padding: 14px !important; }
	:root { --ekcs-header-h: 60px; }
	body.ekcs-active { padding-bottom: 0 !important; }
	.ecomus-mobile-navigation-bar,
	.fmt-mobile-nav { display: none !important; }
	.ekcs-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 9985; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); min-height: calc(64px + env(safe-area-inset-bottom)); padding: 6px 6px env(safe-area-inset-bottom); border-top: 1px solid rgba(35,31,27,.12); background: rgba(255,253,249,.97); box-shadow: 0 -8px 28px rgba(24,21,18,.08); backdrop-filter: blur(16px); }
	.ekcs-bottom-nav a,
	.ekcs-bottom-nav button { position: relative; display: flex; min-width: 0; min-height: 56px; margin: 0; padding: 6px 2px; border: 0; border-radius: 0; flex-direction: column; align-items: center; justify-content: center; gap: 4px; background: transparent; color: var(--ekcs-ink); font: inherit; text-decoration: none; cursor: pointer; }
	.ekcs-bottom-nav svg { width: 19px; height: 19px; stroke-width: 1.55; }
	.ekcs-bottom-nav a > span:not(.ekcs-count),
	.ekcs-bottom-nav button > span { font-size: 8px; font-weight: 650; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
	.ekcs-bottom-nav .ekcs-count { top: 2px; right: calc(50% - 22px); min-width: 16px; height: 16px; padding-inline: 4px; border-width: 1px; font-size: 8px; }
	.ekcs-bottom-nav a:active,
	.ekcs-bottom-nav button:active { background: rgba(139,118,88,.08); }
	body.woocommerce-checkout .ekcs-bottom-nav,
	body.woocommerce-cart .ekcs-bottom-nav,
	body.ekcs-cart-open .ekcs-bottom-nav,
	body.ekcs-drawer-open .ekcs-bottom-nav { display: none !important; }
	.ekcs-promo { min-height: 30px; padding: 6px 48px 6px 16px; font-size: 9px; }
	.ekcs-promo a { display: none; }
	.ekcs-header__inner { grid-template-columns: 84px 1fr 84px; width: 100%; padding: 0 6px; }
	.ekcs-menu-toggle { display: inline-grid; align-self: center; justify-self: start; margin: 0 !important; }
	.ekcs-logo { justify-self: center; height: 48px; max-width: 124px; }
	.ekcs-logo img,
	.ekcs-site-ek .ekcs-logo img { height: 43px; }
	.ekcs-logo__word { font-size: 21px; }
	.ekcs-nav { display: none; }
	.ekcs-desktop-action { display: none; }
	.ekcs-mobile-wishlist { display: grid; }
	.ekcs-actions { align-self: center; height: 42px; gap: 0; }
	.ekcs-icon { width: 42px; height: 42px; }
	.ekcs-actions > .ekcs-icon { flex-basis: 42px; }
	.ekcs-menu-toggle,
	.ekcs-cart { min-width: 42px; min-height: 42px; line-height: 1 !important; transform: none !important; }
	.ekcs-actions .header-search__icon { display: none; }
	.ekcs-drawer { display: block; position: fixed; inset: 0; z-index: 99999; visibility: hidden; pointer-events: none; }
	body.admin-bar .ekcs-drawer { top: 46px; }
	.ekcs-drawer.is-open { visibility: visible; pointer-events: auto; }
	.ekcs-drawer__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(26,23,20,.54); opacity: 0; transition: opacity .22s ease; }
	.ekcs-drawer.is-open .ekcs-drawer__backdrop { opacity: 1; }
	.ekcs-drawer__panel { position: absolute; inset: 0 auto 0 0; display: flex; flex-direction: column; width: min(91vw, 430px); background: var(--ekcs-paper); transform: translateX(-102%); transition: transform .32s var(--ekcs-ease); overflow: hidden; }
	.ekcs-drawer.is-open .ekcs-drawer__panel { transform: translateX(0); }
	.ekcs-drawer__top { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 10px 14px 10px 22px; border-bottom: 1px solid var(--ekcs-line); }
	.ekcs-drawer__brand { display: flex; flex-direction: column; gap: 2px; }
	.ekcs-drawer__brand small { color: var(--ekcs-accent); font-size: 8px; font-weight: 700; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
	.ekcs-drawer__brand strong { font-family: "Playfair Display", Georgia, serif; font-size: 24px; font-weight: 500; letter-spacing: -.02em; line-height: 1.2; }
	.ekcs-drawer__search { display: flex; align-items: center; gap: 12px; min-height: 50px; margin: 16px 20px 10px; padding: 0 14px; border: 1px solid var(--ekcs-line); background: var(--ekcs-cream); color: var(--ekcs-muted); font-size: 14px; text-align: left; cursor: pointer; }
	.ekcs-drawer__search svg { width: 19px; height: 19px; }
	.ekcs-mobile-nav { flex: 1; padding: 0 20px 24px; overflow: auto; overscroll-behavior: contain; }
	.ekcs-mobile-nav__item { border-bottom: 1px solid var(--ekcs-line); }
	.ekcs-mobile-nav__row { display: flex; align-items: stretch; }
	.ekcs-mobile-nav__row > a { display: flex; align-items: center; flex: 1; min-height: 56px; color: var(--ekcs-ink); font-size: 15px; font-weight: 600; }
	.ekcs-mobile-nav__row > button { display: grid; place-items: center; width: 52px; min-height: 52px; padding: 0; border: 0; background: transparent; color: var(--ekcs-ink); cursor: pointer; }
	.ekcs-mobile-nav__row > button svg { width: 17px; height: 17px; transition: transform .2s ease; }
	.ekcs-mobile-nav__row > button[aria-expanded="true"] svg { transform: rotate(180deg); }
	.ekcs-mobile-sub { padding: 2px 0 18px; }
	.ekcs-mobile-sub__all { margin: 4px 0 15px; }
	.ekcs-mobile-sub__group { border-top: 1px solid rgba(231,225,216,.78); }
	.ekcs-mobile-sub__group details { margin: 0; }
	.ekcs-mobile-sub__group summary,
	.ekcs-mobile-sub__direct { display: flex !important; align-items: center; justify-content: space-between; gap: 12px; min-height: 47px; padding: 8px 4px !important; color: var(--ekcs-ink) !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: .1em; line-height: 1.35; list-style: none; text-transform: uppercase; cursor: pointer; }
	.ekcs-mobile-sub__group summary::-webkit-details-marker { display: none; }
	.ekcs-mobile-sub__group summary svg,
	.ekcs-mobile-sub__direct svg { flex: 0 0 auto; width: 15px; height: 15px; transition: transform .2s ease; }
	.ekcs-mobile-sub__group details[open] > summary svg { transform: rotate(180deg); }
	.ekcs-mobile-sub__group details > div { padding: 0 0 13px 11px; border-left: 1px solid var(--ekcs-line); }
	.ekcs-mobile-sub__group details > div a { display: block; padding: 6px 9px; color: var(--ekcs-muted); font-size: 12px; line-height: 1.4; }
	.ekcs-mobile-sub__group details > div .ekcs-mobile-sub__view { color: var(--ekcs-accent); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
	.ekcs-drawer__utility { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ekcs-line); background: var(--ekcs-cream); padding-bottom: env(safe-area-inset-bottom); }
	.ekcs-drawer__utility a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 58px; color: var(--ekcs-ink); font-size: 12px; font-weight: 600; }
	.ekcs-drawer__utility a + a { border-left: 1px solid var(--ekcs-line); }
	.ekcs-drawer__utility svg { width: 18px; height: 18px; }
	body.ekcs-drawer-open { overflow: hidden; }
	body.ekcs-drawer-open .fmt-mobile-nav,
	body.ekcs-drawer-open .ecomus-navigation-bar { display: none !important; }
	body.woocommerce-checkout:not(.woocommerce-order-received) .page-checkout,
	body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce { width: min(100% - 32px, 760px); }
	.ekcs-checkout-intro { grid-template-columns: 1fr; align-items: start; gap: 24px; padding-top: 40px; }
	body.woocommerce-checkout form.checkout > .row { grid-template-columns: minmax(0,1fr); gap: 26px; }
	body.woocommerce-checkout form.checkout > .row > .col:last-child > .col-inner { position: static; }
	body.ekcs-site-ek.woocommerce-checkout form.checkout.ekcs-checkout-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
	body.ekcs-site-ek.woocommerce-checkout form.checkout.ekcs-checkout-grid > #order_review { position: static; }
	.ekcs-footer__trust { width: calc(100% - 40px); grid-template-columns: repeat(2,minmax(0,1fr)); }
	.ekcs-footer__trust > span { min-height: 94px; padding: 18px 20px; }
	.ekcs-footer__trust > span:nth-child(3) { border-left: 0; border-top: 1px solid var(--ekcs-footer-line); }
	.ekcs-footer__trust > span:nth-child(4) { border-top: 1px solid var(--ekcs-footer-line); }
	.ekcs-footer__main { grid-template-columns: 1.2fr repeat(3,1fr); width: calc(100% - 40px); gap: 30px; padding: 54px 20px; }
	.ekcs-footer__bottom { width: calc(100% - 40px); padding-inline: 20px; }
}

@media (max-width: 782px) {
	body.admin-bar .ekcs-cart-drawer { top: 46px; }
	body.admin-bar.woocommerce-checkout #ek-cux-summary-bar { top: 46px; }
	body.admin-bar.woocommerce-checkout #ek-cux-summary-panel { top: 46px; }
	.ekcs-cart-drawer__head { min-height: 68px; padding: 10px 12px 10px 22px; }
	.ekcs-cart-items { padding-inline: 20px; }
	.ekcs-cart-benefits { padding-inline: 20px; }
	.ekcs-cart-summary { padding-inline: 20px; }
	.ekcs-cart-checkout { width: calc(100% + 40px); margin-inline: -20px; }
	.ekcs-cart-summary > p { margin-bottom: 10px; }
	.ekcs-wishlist-intro { width: calc(100% - 24px); margin: 24px auto 28px; padding: 0 8px; }
	.ekcs-wishlist-intro h1 { font-size: 40px !important; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist { width: calc(100% - 24px) !important; margin-inline: auto !important; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist ul.wishlist_table { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 12px; width: 100% !important; margin: 0 !important; padding: 0 !important; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist ul.wishlist_table > li.product { display: block !important; width: auto !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .product-inner { height: 100%; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .product-thumbnail { width: 100%; margin: 0 0 12px; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .product-thumbnail > a { display: block; aspect-ratio: 1; overflow: hidden; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .product-thumbnail img { width: 100% !important; height: 100% !important; object-fit: cover; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .product-remove { top: 8px !important; right: 8px !important; left: auto !important; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .product-remove .remove { width: 34px !important; height: 34px !important; border-color: rgba(35,31,27,.11) !important; background: rgba(255,253,249,.86) !important; box-shadow: none !important; color: #5f5952 !important; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .product-remove .remove svg { width: 17px !important; height: 17px !important; stroke-width: 1.5; }
	body.ekcs-site-smz.woocommerce-wishlist .wcboost-wishlist .product-name { box-sizing: border-box !important; padding-right: 48px !important; }
	body.ekcs-site-smz.woocommerce-wishlist .wcboost-wishlist .product-remove .remove { width: 34px !important; height: 34px !important; border-color: rgba(35,31,27,.11) !important; background: rgba(255,253,249,.82) !important; box-shadow: none !important; color: #5f5952 !important; }
	body.ekcs-site-smz.woocommerce-wishlist .wcboost-wishlist .product-remove .remove svg { width: 17px !important; height: 17px !important; stroke-width: 1.5; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .woocommerce-loop-product__title { display: -webkit-box; min-height: 54px; margin-bottom: 8px !important; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 13px !important; line-height: 1.38 !important; }
	body.ekcs-site-ek.woocommerce-wishlist .wcboost-wishlist .star-rating { font-size: 11px; }
	body.woocommerce-wishlist .ekcs-wishlist-share { margin-top: 26px; }
	.ekcs-coupon { margin-block: 6px 10px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) .page-checkout,
	body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce { width: calc(100% - 12px); }
	.ekcs-checkout-intro { margin-bottom: 20px; padding: 32px 4px 22px; }
	.ekcs-checkout-intro h1 { font-size: 39px !important; }
	.ekcs-checkout-intro p { font-size: 12px; }
	.ekcs-checkout-intro ol { width: 100%; }
	.ekcs-checkout-intro li { flex: 1; min-width: 0; gap: 6px; font-size: 8px; }
	.ekcs-checkout-intro li:not(:last-child)::after { flex: 1; width: auto; margin-left: 6px; }
	body.woocommerce-checkout form.checkout > .row > .col:first-child,
	body.woocommerce-checkout form.checkout > .row > .col:last-child > .col-inner { padding: 22px 16px !important; }
	body.ekcs-site-ek.woocommerce-checkout .ekcs-checkout-left > .wc-stripe-banner-checkout,
	body.ekcs-site-ek.woocommerce-checkout .ekcs-checkout-left > #customer_details,
	body.ekcs-site-ek.woocommerce-checkout form.checkout.ekcs-checkout-grid > #order_review { padding: 22px 16px !important; }
	body.woocommerce-checkout form.checkout h3,
	body.woocommerce-checkout #order_review_heading { font-size: 23px !important; }
	body.woocommerce-checkout .wc-stripe-banner-checkout fieldset { padding: 12px !important; }
	body.woocommerce-checkout #payment ul.payment_methods > li { padding: 13px !important; }
	.ekcs-footer__trust { width: 100%; }
	.ekcs-footer__trust > span { grid-template-columns: 28px minmax(0,1fr); column-gap: 10px; min-height: 84px; padding: 16px; }
	.ekcs-footer__trust svg { width: 20px; height: 20px; }
	.ekcs-footer__trust b { font-size: 10px; }
	.ekcs-footer__trust small { font-size: 9px; }
	.ekcs-footer__main { grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; gap: 38px 28px; padding: 48px 22px 44px; }
	.ekcs-footer__brand { grid-column: 1 / -1; }
	.ekcs-footer__column:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 24px; }
	.ekcs-footer__column:last-child h2 { grid-column: 1 / -1; }
	.ekcs-footer__bottom { grid-template-columns: 1fr; justify-items: start; width: 100%; gap: 14px; padding: 24px 22px calc(88px + env(safe-area-inset-bottom)); }
	.ekcs-footer__currency,
	.ekcs-footer__payments { justify-self: start; }
}

@media (min-width: 783px) and (max-width: 1023px) {
	body.admin-bar .ekcs-drawer { top: 32px; }
}

@media (max-width: 480px) {
	body.woocommerce-checkout .ek-cob { padding: 18px 16px; text-align: center; }
	body.woocommerce-checkout .ek-cob__label { justify-content: center; text-align: center; }
	body.woocommerce-checkout .ek-cob__row {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	body.woocommerce-checkout .ek-cob__thumb,
	body.woocommerce-checkout .ek-cob__thumb img { width: 72px !important; height: 72px !important; }
	body.woocommerce-checkout .ek-cob__info { width: 100%; min-width: 0; text-align: center; }
	body.woocommerce-checkout .ek-cob__name {
		display: -webkit-box;
		width: min(100%, 24ch);
		margin: 0 auto;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		text-align: center;
		overflow-wrap: anywhere;
	}
	body.woocommerce-checkout .ek-cob__meta { justify-content: center; gap: 6px 10px; margin-top: 7px; }
	body.woocommerce-checkout .ek-cob__hint { flex-basis: auto; width: 100%; }
	body.woocommerce-checkout .ek-cob__add { width: min(100%, 220px); min-height: 44px; }
}

@media (max-width: 390px) {
	.ekcs-header__inner { padding-inline: 6px; }
	.ekcs-logo { max-width: 108px; }
	.ekcs-icon { width: 40px; }
	.ekcs-actions > .ekcs-icon { flex-basis: 40px; }
}

@media (prefers-reduced-motion: reduce) {
	.ekcs-shell *,
	.ekcs-shell *::before,
	.ekcs-shell *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
