/* v8.2.21 - header/logo, mini cart, toast and home promo lightweight shop UI */
.es-header-logo-link .es-header-logo{max-height:40px!important;height:auto!important;width:auto;}
@media (max-width:860px){.es-header-logo-link .es-header-logo{max-height:30px!important;height:auto!important;width:auto;}}
.es-shop-mini-overlay{position:fixed;inset:0;background:rgba(4,8,18,.38);z-index:99999;display:flex;justify-content:flex-end;align-items:stretch;backdrop-filter:blur(5px)}
.es-shop-mini-overlay[hidden]{display:none}.es-shop-mini-shell{width:min(440px,calc(100vw - 18px));background:#fff;color:#10233f;box-shadow:-24px 0 70px rgba(0,0,0,.22);overflow:auto}.es-shop-mini-cart{padding:22px}.es-shop-mini-cart__head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(16,35,63,.1);padding-bottom:14px}.es-shop-mini-cart__head strong{font-size:1.25rem}.es-shop-mini-cart__head button{border:0;background:#f2f4f8;border-radius:999px;width:34px;height:34px;font-size:1.4rem;cursor:pointer}.es-shop-mini-cart__items{display:grid;gap:14px;margin:18px 0}.es-shop-mini-cart__item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center}.es-shop-mini-cart__item img{width:64px;height:64px;object-fit:cover;border-radius:16px;background:#f4f4f4}.es-shop-mini-cart__item span,.es-shop-mini-cart__item small{display:block;color:#5e6b7c}.es-shop-mini-cart__total{display:flex;justify-content:space-between;border-top:1px solid rgba(16,35,63,.1);padding-top:16px;margin-top:10px}.es-shop-mini-cart__actions{display:flex;gap:10px;flex-wrap:wrap}.es-shop-toast-wrap{position:fixed;right:18px;bottom:18px;z-index:100000;display:grid;gap:10px}.es-shop-toast{transform:translateY(8px);opacity:0;transition:.22s ease;background:#10233f;color:#fff;border-radius:999px;padding:12px 16px;box-shadow:0 18px 46px rgba(0,0,0,.22);font-weight:800}.es-shop-toast.is-visible{transform:translateY(0);opacity:1}.es-shop-skeleton{padding:22px;display:grid;gap:14px}.es-shop-skeleton span,.es-shop-skeleton b,.es-shop-skeleton i{display:block;border-radius:18px;background:linear-gradient(90deg,#eef1f5,#f8fafc,#eef1f5);height:74px;animation:esSkeleton 1.2s infinite}.es-shop-skeleton b{height:26px;width:70%}.es-shop-skeleton i{height:160px}@keyframes esSkeleton{0%{opacity:.55}50%{opacity:1}100%{opacity:.55}}
.es-shop-home-promo{position:relative;overflow:hidden;border-radius:clamp(24px,3vw,38px);padding:clamp(24px,4vw,54px);background:linear-gradient(135deg,#101d35,#7a1114);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.38fr);gap:24px;align-items:center;box-shadow:0 24px 70px rgba(10,20,45,.18)}.es-shop-home-promo:before{content:"";position:absolute;inset:-30% -10% auto auto;width:360px;height:360px;border-radius:50%;background:rgba(217,174,64,.18)}.es-shop-home-promo h2{margin:0;font-size:clamp(1.8rem,4vw,3.5rem);letter-spacing:-.06em}.es-shop-home-promo p{color:rgba(255,255,255,.82);font-size:clamp(1rem,1.3vw,1.16rem);line-height:1.65;max-width:720px}.es-shop-home-promo .button{background:#d9ae40;color:#111!important}.es-shop-home-promo__visual{position:relative;display:grid;place-items:center}.es-shop-home-promo__badge{width:min(190px,48vw);aspect-ratio:1;border-radius:34px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-weight:950;font-size:2.2rem;color:#d9ae40}.es-shop-home-promo__visual img{max-width:min(220px,54vw);height:auto;object-fit:contain;filter:drop-shadow(0 16px 30px rgba(0,0,0,.25))}@media(max-width:760px){.es-shop-home-promo{grid-template-columns:1fr;text-align:left}.es-shop-home-promo__visual{justify-content:start}.es-shop-toast-wrap{left:14px;right:14px}.es-shop-toast{text-align:center}}

/* v8.2.21 - Header shop actions alignment */
.site-header .header-inner,
.site-header .site-header__inner,
.es-site-header .header-inner,
.es-header .header-inner {
	display: flex;
	align-items: center;
}
.main-navigation,
.primary-navigation,
.es-header-nav {
	flex: 1 1 auto;
}
.es-header-shop-actions {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	order: 30;
}
.menu-toggle,
.es-menu-toggle,
.es-mobile-menu-toggle {
	order: 40;
}
@media (max-width: 860px) {
	.es-header-shop-actions {
		margin-left: auto;
		order: 30;
		gap: 8px;
	}
	.menu-toggle,
	.es-menu-toggle,
	.es-mobile-menu-toggle {
		order: 40;
		margin-left: 6px;
	}
}

/* v8.2.22 - Fix header account/cart icons + blue/white Home Shop promo */
.site-header .site-header__inner {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: clamp(12px, 2vw, 28px);
}
.site-header .site-branding {
	order: 1;
	flex: 0 0 auto;
	min-width: 0;
}
.site-header .main-navigation {
	order: 2;
	flex: 1 1 auto;
	margin-left: clamp(14px, 2vw, 28px);
}
.site-header .es-header-shop-actions {
	order: 3;
	margin-left: auto;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.site-header .menu-toggle {
	order: 4;
	flex: 0 0 auto;
}
.site-header .es-header-shop-actions .es-header-cart,
.site-header .es-header-shop-actions .es-header-account,
.es-header-shop-actions .es-header-cart,
.es-header-shop-actions .es-header-account {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	border: 1px solid rgba(12,35,76,.10);
	box-shadow: 0 12px 28px rgba(12,35,76,.10);
	color: #061837;
	text-decoration: none;
	line-height: 1;
	vertical-align: middle;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.site-header .es-header-shop-actions .es-header-cart:hover,
.site-header .es-header-shop-actions .es-header-account:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(12,35,76,.14);
}
.site-header .es-header-cart__icon,
.site-header .es-header-account__icon {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	line-height: 1;
}
.site-header .es-header-cart__icon svg,
.site-header .es-header-account__icon svg,
.es-header-shop-actions .es-header-cart svg,
.es-header-shop-actions .es-header-account svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
	stroke: none;
}
.site-header .es-header-cart__count,
.es-header-shop-actions .es-header-cart__count {
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: linear-gradient(135deg, #061837, #123866);
	color: #fff;
	border: 2px solid #fff;
	font-size: .74rem;
	font-weight: 950;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(12,35,76,.18);
}
.site-header .es-header-shop-actions .es-header-cart { order: 1; }
.site-header .es-header-shop-actions .es-header-account { order: 2; }

@media (max-width: 860px) {
	.site-header .site-header__inner {
		min-height: 76px;
		gap: 8px;
	}
	.site-header .site-branding {
		order: 1;
		margin-right: auto;
	}
	.site-header .main-navigation {
		order: 5;
		flex: 0 0 auto;
		margin-left: 0;
	}
	.site-header .es-header-shop-actions {
		order: 2;
		margin-left: auto;
		gap: 8px;
	}
	.site-header .menu-toggle {
		order: 3;
		margin-left: 6px;
	}
	.site-header .es-header-shop-actions .es-header-cart,
	.site-header .es-header-shop-actions .es-header-account,
	.es-header-shop-actions .es-header-cart,
	.es-header-shop-actions .es-header-account,
	.site-header .menu-toggle {
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
	}
	.site-header .es-header-cart__icon svg,
	.site-header .es-header-account__icon svg {
		width: 20px;
		height: 20px;
	}
	.site-header .es-header-cart__count {
		top: -6px;
		right: -6px;
		min-width: 20px;
		height: 20px;
		font-size: .7rem;
	}
}

.es-shop-home-promo {
	background:
		radial-gradient(circle at 88% 4%, rgba(255,255,255,.22), transparent 18rem),
		linear-gradient(135deg, #061837 0%, #0b2447 48%, #123866 100%) !important;
	color: #ffffff !important;
	border: 1px solid rgba(255,255,255,.14);
	box-shadow: 0 24px 70px rgba(6,24,55,.18);
}
.es-shop-home-promo::before {
	background: rgba(255,255,255,.10) !important;
}
.es-shop-home-promo .es-kicker {
	color: #7db7ff !important;
	text-shadow: none !important;
}
.es-shop-home-promo h2 {
	color: #ffffff !important;
	text-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.es-shop-home-promo p {
	color: rgba(255,255,255,.86) !important;
}
.es-shop-home-promo .button {
	background: #ffffff !important;
	color: #061837 !important;
	box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.es-shop-home-promo .button:hover {
	background: #eaf2ff !important;
	color: #061837 !important;
}
.es-shop-home-promo__badge {
	background: rgba(255,255,255,.94) !important;
	color: #061837 !important;
	box-shadow: 0 18px 48px rgba(0,0,0,.18);
}
