/* Expertronics global shell. Every rule is scoped to the shell namespace. */

.et-global-shell,
.et-global-footer {
	--et-ink: #111b31;
	--et-muted: #66728a;
	--et-line: #e5eaf2;
	--et-blue: #1f5fe0;
	--et-blue-dark: #1648b4;
	--et-surface: #f7f9fc;
	--et-navy: #0d1830;
	--et-shell-width: 1240px;
}

/* Compact the existing Hashbar bar without creating a second promotional bar. */
.et-global-shell-active .hashbar-announcement-bar {
	box-sizing: border-box;
	min-height: 42px;
	padding: 4px 16px;
	font-size: 14px;
	line-height: 1.2;
}

@media (min-width: 681px) {
	.et-global-shell-active .hashbar-announcement-bar {
		height: 42px;
	}
}

@media (max-width: 680px) {
	.et-global-shell-active .hashbar-announcement-bar {
		height: auto;
		min-height: 36px;
		padding: 6px 12px;
		font-size: 12px;
	}

	.et-global-shell-active .hashbar-announcement-content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 4px 8px;
		text-align: center;
	}

	.et-global-shell-active .hashbar-announcement-message,
	.et-global-shell-active .hashbar-announcement-message p {
		font-size: 12px;
		line-height: 1.3;
	}

	.et-global-shell-active .hashbar-announcement-cta {
		padding: 3px 10px;
		font-size: 12px;
		margin: 2px 0;
	}
}

.et-global-shell-active .hashbar-announcement-content {
	line-height: 1.2;
}

.et-global-shell-active .hashbar-announcement-message,
.et-global-shell-active .hashbar-announcement-message p {
	font-size: 14px;
	line-height: 1.2;
}

.et-global-shell-active .hashbar-coupon-display {
	margin-top: 0;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 1.2;
}

.et-global-shell-active .hashbar-coupon-display code {
	padding: 2px 6px;
	font-size: 12px;
}

.et-global-shell-active .hashbar-announcement-cta {
	padding: 4px 12px;
	font-size: 13px;
	line-height: 1.2;
}

.et-global-shell {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid var(--et-line);
	transition: box-shadow 180ms ease, border-color 180ms ease;
}

.et-global-shell.et-is-scrolled {
	box-shadow: 0 8px 24px rgba(17, 27, 49, 0.08);
	border-bottom-color: rgba(229, 234, 242, 0.7);
}

.et-global-header__inner {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
	align-items: center;
	gap: 28px;
	width: min(100% - 40px, var(--et-shell-width));
	min-height: 70px;
	margin: 0 auto;
}

.et-global-header__brand,
.et-global-header__brand a,
.et-global-header__text-logo {
	display: inline-flex;
	align-items: center;
	justify-self: start;
}

.et-global-header__brand .custom-logo-link {
	line-height: 0;
}

.et-global-header__brand .custom-logo {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 58px;
}

.et-global-header__text-logo {
	color: var(--et-ink);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.et-site-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.et-site-nav__item {
	position: relative;
}

.et-site-nav__link,
.et-nav-button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 8px 12px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: var(--et-ink);
	font: inherit;
	font-size: 0.92rem;
	font-weight: 550;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.et-site-nav__link:hover,
.et-site-nav__link:focus-visible,
.et-nav-button:hover,
.et-nav-button:focus-visible,
.et-nav-button[aria-expanded='true'] {
	background: var(--et-surface);
	color: var(--et-blue);
}

.et-nav-chevron {
	width: 15px;
	height: 15px;
	transition: transform 160ms ease;
}

.et-nav-button[aria-expanded='true'] .et-nav-chevron {
	transform: rotate(180deg);
}

.et-header-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.et-icon-button {
	position: relative;
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: var(--et-ink);
	text-decoration: none;
	cursor: pointer;
}

.et-icon-button:hover,
.et-icon-button:focus-visible {
	background: var(--et-surface);
	color: var(--et-blue);
}

.et-icon-button svg {
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.et-cart-count {
	position: absolute;
	top: 2px;
	right: 1px;
	display: grid;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--et-blue);
	color: #fff;
	font-size: 0.66rem;
	font-weight: 800;
	line-height: 1;
}

.et-products-menu {
	position: absolute;
	top: calc(100% + 9px);
	left: 50%;
	display: grid;
	width: 270px;
	gap: 2px;
	padding: 12px;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	border: 1px solid var(--et-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(17, 27, 49, 0.13);
	transition: opacity 150ms ease, transform 150ms ease;
}

.et-products-menu:not([hidden]) {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.et-products-menu::before {
	position: absolute;
	top: -6px;
	left: calc(50% - 6px);
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 1px solid var(--et-line);
	border-left: 1px solid var(--et-line);
	background: #fff;
	content: '';
}

.et-products-menu__heading {
	padding: 6px 10px 9px;
	color: var(--et-muted);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.et-products-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	padding: 8px 10px;
	border-radius: 6px;
	color: var(--et-ink);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.et-products-menu a:hover,
.et-products-menu a:focus-visible {
	background: var(--et-surface);
	color: var(--et-blue);
}

.et-products-menu__all {
	margin-top: 5px;
	border-top: 1px solid var(--et-line);
	border-radius: 0 !important;
	color: var(--et-blue) !important;
}

.et-products-menu--compact {
	width: 230px;
}

.et-search-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid var(--et-line);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 35px rgba(17, 27, 49, 0.1);
}

.et-search-overlay__inner {
	width: min(100% - 40px, 760px);
	margin: 0 auto;
	padding: 20px 0 24px;
}

.et-search-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--et-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.et-search-form__row {
	display: grid;
	grid-template-columns: 1fr auto 42px;
	gap: 8px;
	align-items: center;
}

.et-search-form input[type='search'] {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #ccd5e4;
	border-radius: 7px;
	background: #fff;
	color: var(--et-ink);
	font: inherit;
}

.et-search-form input[type='search']:focus {
	border-color: var(--et-blue);
	box-shadow: 0 0 0 3px rgba(31, 95, 224, 0.13);
	outline: 0;
}

.et-search-form button[type='submit'] {
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid var(--et-blue);
	border-radius: 7px;
	background: var(--et-blue);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.et-search-form button[type='submit']:hover,
.et-search-form button[type='submit']:focus-visible {
	background: var(--et-blue-dark);
}

.et-search-close {
	width: 42px;
	height: 42px;
	border: 1px solid var(--et-line);
	border-radius: 7px;
	background: #fff;
	color: var(--et-muted);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.et-search-close:hover,
.et-search-close:focus-visible {
	border-color: var(--et-blue);
	color: var(--et-blue);
}

.et-mobile-toggle,
.et-mobile-drawer {
	display: none;
}

.et-mobile-drawer[hidden],
.et-mobile-drawer.is-hidden {
	display: none !important;
}

/* Stacking context & Hashbar override when mobile drawer is open */
body.et-drawer-open .hashbar-announcement-bar,
html.et-drawer-open .hashbar-announcement-bar {
	z-index: 1 !important;
	pointer-events: none !important;
}

body.et-drawer-open .et-global-shell,
html.et-drawer-open .et-global-shell,
.et-global-shell:has(.et-mobile-drawer.is-open) {
	z-index: 2147483647 !important;
}

.et-global-shell [hidden] {
	display: none !important;
}

.et-global-shell :focus-visible,
.et-global-footer :focus-visible {
	outline: 3px solid rgba(31, 95, 224, 0.35);
	outline-offset: 2px;
}

.et-global-footer {
	background: var(--et-navy);
	color: #fff;
}

.et-global-footer__main,
.et-global-footer__bottom {
	width: min(100% - 40px, var(--et-shell-width));
	margin: 0 auto;
}

.et-global-footer__main {
	display: grid;
	grid-template-columns: minmax(230px, 1.4fr) minmax(210px, 1.2fr) repeat(2, minmax(170px, 1fr));
	gap: clamp(32px, 4vw, 58px);
	padding: 62px 0 52px;
}

.et-global-footer__logo-link {
	display: block;
	width: 176px;
	max-width: 100%;
	aspect-ratio: 176 / 59;
	line-height: 0;
	text-decoration: none;
}

.et-global-footer__logo-image {
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--et-footer-logo);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: invert(1);
	mix-blend-mode: screen;
}

.et-global-footer__text-logo {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.et-global-footer__brand p {
	max-width: 245px;
	margin: 16px 0 0;
	color: #aeb9cf;
	font-size: 0.95rem;
	line-height: 1.65;
}

.et-global-footer__column h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.et-global-footer__column ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.et-global-footer__column a,
.et-global-footer__legal a {
	color: #aeb9cf;
	font-size: 0.94rem;
	line-height: 1.5;
	text-decoration: none;
	transition: color 160ms ease;
}

.et-global-footer__column a:hover,
.et-global-footer__column a:focus-visible,
.et-global-footer__legal a:hover,
.et-global-footer__legal a:focus-visible {
	color: #8eb8ff;
}

.et-global-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 20px 0 22px;
	border-top: 1px solid rgba(174, 185, 207, 0.2);
	color: #8f9cb5;
	font-size: 0.78rem;
}

.et-global-footer__legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px 20px;
}

.et-shell-scroll-lock {
	overflow: hidden;
}

@media (max-width: 1080px) {
	.et-global-header__inner {
		grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
		gap: 18px;
	}

	.et-site-nav {
		gap: 2px;
	}

	.et-site-nav__link,
	.et-nav-button {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 0.86rem;
	}

	.et-global-footer__main {
		grid-template-columns: minmax(210px, 1.35fr) minmax(185px, 1.15fr) repeat(2, minmax(145px, 1fr));
		gap: 26px;
	}
}

@media (max-width: 900px) {
	.et-global-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 68px;
	}

	.et-site-nav--desktop {
		display: none;
	}

	.et-header-tools {
		gap: 2px;
	}

	.et-mobile-toggle {
		display: inline-grid !important;
		cursor: pointer;
	}

	.et-mobile-drawer {
		display: block !important;
		position: fixed !important;
		inset: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		z-index: 2147483647 !important;
		pointer-events: none;
	}

	.et-mobile-drawer.is-open {
		pointer-events: auto;
	}

	.et-mobile-drawer[hidden],
	.et-mobile-drawer.is-hidden {
		display: none !important;
	}

	.et-mobile-drawer__backdrop {
		position: fixed !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		border: 0 !important;
		background: rgba(13, 24, 48, 0.65) !important;
		backdrop-filter: blur(5px) !important;
		-webkit-backdrop-filter: blur(5px) !important;
		cursor: pointer !important;
		z-index: 1 !important;
		opacity: 0;
		transition: opacity 280ms cubic-bezier(0.16, 1, 0.3, 1) !important;
		pointer-events: none;
	}

	.et-mobile-drawer.is-open .et-mobile-drawer__backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.et-mobile-drawer__panel {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		display: flex !important;
		width: min(88vw, 380px) !important;
		height: 100% !important;
		height: 100dvh !important;
		flex-direction: column !important;
		padding: 0 !important;
		background: #ffffff !important;
		box-shadow: -14px 0 45px rgba(13, 24, 48, 0.28) !important;
		overflow: hidden !important;
		z-index: 2 !important;
		box-sizing: border-box !important;
		transform: translateX(100%);
		transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1) !important;
	}

	.et-mobile-drawer.is-open .et-mobile-drawer__panel {
		transform: translateX(0);
	}

	/* Drawer Header */
	.et-drawer-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 16px 20px;
		border-bottom: 1px solid var(--et-line);
		background: #ffffff;
		flex-shrink: 0;
	}

	.et-drawer-brand {
		display: flex;
		flex-direction: column;
		gap: 3px;
		min-width: 0;
	}

	.et-drawer-brand .custom-logo {
		max-height: 28px;
		width: auto;
		display: block;
	}

	.et-drawer-logo-text {
		font-size: 1.15rem;
		font-weight: 800;
		color: var(--et-ink);
		text-decoration: none;
		letter-spacing: -0.01em;
	}

	.et-drawer-verified-badge {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		font-size: 9.5px;
		font-weight: 800;
		letter-spacing: 0.08em;
		color: var(--et-blue);
		background: rgba(31, 95, 224, 0.08);
		padding: 2px 7px;
		border-radius: 999px;
		width: fit-content;
	}

	.et-drawer-close-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: #f1f5f9;
		border: 1px solid #e2e8f0;
		color: var(--et-ink);
		cursor: pointer;
		flex-shrink: 0;
		transition: all 160ms ease;
	}

	.et-drawer-close-btn:hover,
	.et-drawer-close-btn:focus-visible {
		background: #e2e8f0;
		color: var(--et-blue);
		transform: scale(1.05);
	}

	/* In-Drawer Search */
	.et-drawer-search {
		padding: 12px 18px 6px;
		flex-shrink: 0;
	}

	.et-drawer-search__form {
		display: flex;
		align-items: center;
		gap: 8px;
		background: #f8fafc;
		border: 1.5px solid #e2e8f0;
		border-radius: 12px;
		padding: 0 6px 0 12px;
		height: 42px;
		transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
	}

	.et-drawer-search__form:focus-within {
		background: #ffffff;
		border-color: var(--et-blue);
		box-shadow: 0 0 0 3px rgba(31, 95, 224, 0.12);
	}

	.et-drawer-search__icon {
		color: var(--et-muted);
		flex-shrink: 0;
	}

	.et-drawer-search__input {
		flex: 1;
		min-width: 0;
		border: 0 !important;
		outline: none !important;
		background: transparent !important;
		font-family: inherit;
		font-size: 13.5px;
		color: var(--et-ink);
		padding: 0;
	}

	.et-drawer-search__input::placeholder {
		color: #94a3b8;
		font-size: 13px;
	}

	.et-drawer-search__submit {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		border-radius: 8px;
		background: var(--et-blue);
		color: #ffffff;
		border: 0;
		cursor: pointer;
		flex-shrink: 0;
		transition: background-color 160ms ease;
	}

	.et-drawer-search__submit:hover,
	.et-drawer-search__submit:focus-visible {
		background: var(--et-blue-dark);
	}

	/* Quick Action Cards (Cart & Account) */
	.et-drawer-quick-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 10px 18px 14px;
		flex-shrink: 0;
		border-bottom: 1px solid var(--et-line);
	}

	.et-drawer-quick-card {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 9px 12px;
		border-radius: 12px;
		background: #f8fafc;
		border: 1px solid #eef2f6;
		text-decoration: none !important;
		color: inherit;
		transition: all 180ms ease;
	}

	.et-drawer-quick-card:hover,
	.et-drawer-quick-card:focus-visible {
		background: #f1f5f9;
		border-color: #cbd5e1;
		transform: translateY(-1px);
	}

	.et-drawer-quick-icon {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border-radius: 9px;
		background: #e2e8f0;
		color: #1e293b;
		flex-shrink: 0;
	}

	.et-drawer-quick-card--cart .et-drawer-quick-icon {
		background: rgba(31, 95, 224, 0.1);
		color: var(--et-blue);
	}

	.et-drawer-cart-badge {
		position: absolute;
		top: -4px;
		right: -6px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 17px;
		height: 17px;
		border-radius: 999px;
		background: var(--et-blue);
		color: #ffffff;
		font-size: 10px;
		font-weight: 800;
		padding: 0 4px;
		border: 2px solid #ffffff;
	}

	.et-drawer-quick-info {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		min-width: 0;
	}

	.et-drawer-quick-label {
		font-size: 13px;
		font-weight: 700;
		color: var(--et-ink);
		line-height: 1.2;
	}

	.et-drawer-quick-meta {
		font-size: 11px;
		color: var(--et-muted);
		margin-top: 2px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* Scrollable Drawer Content */
	.et-drawer-content {
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 16px 18px 24px;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch !important;
		overscroll-behavior: contain;
	}

	.et-drawer-section {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.et-drawer-section__label {
		font-size: 10.5px;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #94a3b8;
		padding: 0 4px 4px;
	}

	.et-drawer-cat-list,
	.et-drawer-nav-list {
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.et-drawer-cat-item,
	.et-drawer-nav-item {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 9px 10px;
		border-radius: 10px;
		text-decoration: none !important;
		color: var(--et-ink);
		background: transparent;
		border: 1px solid transparent;
		transition: all 160ms ease;
	}

	.et-drawer-cat-item:hover,
	.et-drawer-cat-item:focus-visible,
	.et-drawer-nav-item:hover,
	.et-drawer-nav-item:focus-visible {
		background: #f8fafc;
		border-color: #e2e8f0;
		color: var(--et-blue);
	}

	.et-drawer-cat-item--highlight {
		background: linear-gradient(135deg, rgba(31, 95, 224, 0.07), rgba(31, 95, 224, 0.02));
		border-color: rgba(31, 95, 224, 0.2);
	}

	.et-drawer-cat-item--highlight .et-drawer-cat-icon {
		background: var(--et-blue);
		color: #ffffff;
	}

	.et-drawer-cat-icon,
	.et-drawer-nav-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		border-radius: 8px;
		background: #f1f5f9;
		color: #475569;
		flex-shrink: 0;
		transition: all 160ms ease;
	}

	.et-drawer-nav-icon--shield {
		background: rgba(16, 185, 129, 0.1);
		color: #059669;
	}

	.et-drawer-cat-item:hover .et-drawer-cat-icon,
	.et-drawer-nav-item:hover .et-drawer-nav-icon {
		background: var(--et-blue);
		color: #ffffff;
	}

	.et-drawer-cat-text,
	.et-drawer-nav-text {
		flex: 1;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		min-width: 0;
	}

	.et-drawer-cat-title,
	.et-drawer-nav-title {
		font-size: 13.5px;
		font-weight: 700;
		color: var(--et-ink);
		line-height: 1.3;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.et-drawer-cat-sub,
	.et-drawer-nav-sub {
		font-size: 11px;
		color: var(--et-muted);
		margin-top: 1px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.et-drawer-cat-arrow {
		color: #cbd5e1;
		flex-shrink: 0;
		transition: transform 160ms ease, color 160ms ease;
	}

	.et-drawer-cat-item:hover .et-drawer-cat-arrow,
	.et-drawer-nav-item:hover .et-drawer-cat-arrow {
		color: var(--et-blue);
		transform: translateX(3px);
	}

	.et-drawer-item-pill {
		display: inline-flex;
		align-items: center;
		padding: 2px 7px;
		border-radius: 999px;
		background: #ecfdf5;
		color: #059669;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0.04em;
		flex-shrink: 0;
	}

	/* Footer & Trust in Drawer */
	.et-drawer-footer {
		margin-top: 6px;
		padding-top: 14px;
		border-top: 1px solid var(--et-line);
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.et-drawer-trust-banner {
		background: #f8fafc;
		border: 1px solid #e2e8f0;
		border-radius: 10px;
		padding: 8px 12px;
	}

	.et-drawer-trust-badge {
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 11.5px;
		font-weight: 700;
		color: #334155;
	}

	.et-drawer-support-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		height: 40px;
		border-radius: 10px;
		background: #0f172a;
		color: #ffffff !important;
		font-size: 12.5px;
		font-weight: 700;
		text-decoration: none !important;
		transition: all 180ms ease;
		box-sizing: border-box;
	}

	.et-drawer-support-btn:hover,
	.et-drawer-support-btn:focus-visible {
		background: var(--et-blue);
		transform: translateY(-1px);
	}

	.et-global-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 48px;
	}

	.et-global-footer__brand {
		grid-column: 1 / -1;
	}
}

html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

@media (max-width: 560px) {
	.et-global-header__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 8px;
		width: min(100% - 20px, var(--et-shell-width));
		min-height: 58px;
	}

	.et-global-header__brand {
		flex: 0 1 auto;
		min-width: 0;
	}

	.et-global-header__brand .custom-logo {
		max-width: 135px;
		max-height: 38px;
		width: auto;
		height: auto;
	}

	.et-header-tools {
		display: flex;
		align-items: center;
		gap: 3px;
		flex-shrink: 0;
	}

	.et-header-tools .et-icon-button {
		width: 34px;
		height: 34px;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.et-header-tools .et-icon-button svg {
		width: 17px;
		height: 17px;
	}

	.et-global-footer__main,
	.et-global-footer__bottom {
		width: min(100% - 28px, var(--et-shell-width));
	}

	.et-global-footer__main {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 46px 0 40px;
	}

	.et-global-footer__brand {
		grid-column: auto;
	}

	.et-global-footer__logo-link {
		width: 160px;
	}

	.et-global-footer__column a {
		display: inline-flex;
		align-items: center;
		min-height: 36px;
	}

	.et-global-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.et-global-footer__legal {
		justify-content: flex-start;
		gap: 12px 16px;
	}

	.et-search-form__row {
		grid-template-columns: 1fr 42px;
	}

	.et-search-form button[type='submit'] {
		grid-column: 1 / -1;
	}
}

@media (max-width: 380px) {
	.et-global-header__brand .custom-logo {
		max-width: 118px;
		max-height: 34px;
	}

	.et-header-tools {
		gap: 2px;
	}

	.et-header-tools .et-icon-button {
		width: 31px;
		height: 31px;
	}

	.et-header-tools .et-icon-button svg {
		width: 16px;
		height: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.et-global-shell,
	.et-nav-chevron,
	.et-mobile-nav__toggle span,
	.et-global-footer__column a,
	.et-global-footer__legal a {
		transition: none;
	}
}
