body.a-disc-site-header-active header.elementor-location-header,
body.a-disc-site-header-active .elementor-location-header[data-elementor-id] {
	display: none !important;
}

.a-disc-site-header,
.a-disc-site-header * {
	box-sizing: border-box;
}

.a-disc-site-header {
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
	background: transparent;
	--adisc-site-header-text-color: var(--disctm-color-secondary-text, #6e6e73);
	--adisc-site-header-text-hover-color: var(--disctm-color-primary-text, #1d1d1f);
}

.a-disc-site-header__bar {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	left: 0;
	height: 60px;
	padding: 12px 24px;
	background-color: rgba(255, 255, 255, 0.38);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
}

.admin-bar .a-disc-site-header__bar {
	top: 32px;
}

.a-disc-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 980px;
	height: 36px;
	margin: 0 auto;
}

.a-disc-site-header__brand-group {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-width: 0;
	gap: 24px;
}

.a-disc-site-header__logo-link {
	display: inline-flex;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	text-decoration: none;
	line-height: 0;
}

.a-disc-site-header__logo {
	display: block;
	width: 36px;
	height: 36px;
}

.a-disc-site-header__nav {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}

.a-disc-site-header__menu {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: clamp(8px, 0.65vw, 12px);
}

.a-disc-site-header__menu-item {
	display: flex;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

.a-disc-site-header .a-disc-site-header__menu-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	max-width: none;
	min-height: 36px;
	padding: 0 clamp(5px, 0.45vw, 8px);
	border-radius: 999px;
	background-color: transparent;
	color: var(--adisc-site-header-text-color);
	text-decoration: none;
	font: inherit;
	letter-spacing: inherit;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: color 160ms ease;
}

.a-disc-site-header__menu-label {
	display: block;
	white-space: nowrap;
}

.a-disc-site-header .a-disc-site-header__menu-link:focus {
	color: var(--adisc-site-header-text-hover-color);
	outline: none;
}

.a-disc-site-header .a-disc-site-header__menu-link:active {
	color: var(--adisc-site-header-text-hover-color);
	transition-duration: 80ms;
}

.a-disc-site-header .a-disc-site-header__menu-link[aria-current="page"],
.a-disc-site-header .a-disc-site-header__menu-link.is-current {
	color: var(--adisc-site-header-text-hover-color);
}

@media (hover: hover) and (pointer: fine) {
	.a-disc-site-header .a-disc-site-header__menu-link:hover {
		color: var(--adisc-site-header-text-hover-color);
	}
}

.a-disc-site-header__menu-link:focus-visible,
.a-disc-site-header__social-link:focus-visible,
.a-disc-site-header__cart-button:focus-visible {
	outline: 2px solid #3375e5;
	outline-offset: 3px;
}

.a-disc-site-header__menu-link:focus-visible {
	color: var(--adisc-site-header-text-hover-color);
}

.a-disc-site-header__actions {
	display: flex;
	flex: 0 0 300px;
	align-items: center;
	justify-content: flex-end;
	width: 300px;
	min-width: 0;
	gap: 11px;
}

.a-disc-site-header__social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.a-disc-site-header .a-disc-site-header__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding: 0;
	color: #616161;
	text-decoration: none;
	line-height: 1;
	transition: color 160ms ease;
}

.a-disc-site-header__social-link svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.a-disc-site-header .a-disc-site-header__social-link:hover,
.a-disc-site-header .a-disc-site-header__social-link:focus {
	color: #0077ed;
	outline: none;
}

.a-disc-site-header__cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.a-disc-site-header .a-disc-site-header__cart-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 26px;
	padding: 4px;
	border: 1px solid #306fdb;
	border-radius: 4px;
	background: transparent;
	color: #306fdb;
	text-decoration: none;
	line-height: 1;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.a-disc-site-header .a-disc-site-header__cart-button:hover,
.a-disc-site-header .a-disc-site-header__cart-button:focus,
.a-disc-site-header .a-disc-site-header__cart.is-open .a-disc-site-header__cart-button {
	border-color: #3375e5;
	background-color: #3375e5;
	color: #fff;
	outline: none;
}

.a-disc-site-header__cart-icon {
	position: relative;
	display: inline-flex;
	width: 14px;
	height: 16px;
	color: inherit;
}

.a-disc-site-header__cart-icon svg {
	display: block;
	width: 14px;
	height: 16px;
	fill: currentColor;
}

.a-disc-site-header__cart-count {
	position: absolute;
	z-index: 1;
	top: -12px;
	right: -12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #da251d;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
}

.a-disc-site-header__cart-count.is-empty {
	display: none;
}

.a-disc-site-header__cart-panel {
	position: absolute;
	top: 100%;
	right: 0;
	display: block;
	width: 330px;
	min-height: 200px;
	padding: 20px 30px;
	border-radius: 12px 0 12px 12px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, system-ui, Roboto, "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	pointer-events: none;
}

.a-disc-site-header__cart.is-open .a-disc-site-header__cart-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.a-disc-site-header__cart-panel .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 21px;
}

.a-disc-site-header__cart-panel .woocommerce-mini-cart__empty-message {
	margin: 0;
}

.a-disc-site-header__cart-panel .woocommerce-mini-cart {
	max-height: calc(100vh - 240px);
	margin: 0;
	padding: 0;
	overflow: auto;
	list-style: none;
}

.a-disc-site-header__cart-panel .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 18px 0 0;
}

.a-disc-site-header__cart-panel .woocommerce-mini-cart__buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border-radius: 9px;
	background: #306fdb;
	color: #fff;
	text-decoration: none;
}

.a-disc-site-header__cart-panel .woocommerce-mini-cart__buttons a:hover,
.a-disc-site-header__cart-panel .woocommerce-mini-cart__buttons a:focus {
	background: #3375e5;
	color: #fff;
}

.a-disc-site-header__screen-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1068px) {
	.a-disc-site-header__brand-group {
		flex: 1 1 72%;
		width: 72%;
		gap: clamp(12px, 1.6vw, 18px);
	}

	.a-disc-site-header__menu {
		gap: clamp(6px, 0.82vw, 8px);
	}

	.a-disc-site-header .a-disc-site-header__menu-link {
		font-size: clamp(13.4px, 1.85vw, 16px);
		min-height: 34px;
		padding: 0 clamp(3px, 0.42vw, 5px);
	}

	.a-disc-site-header__actions {
		flex: 0 1 28%;
		width: 28%;
		gap: 11px;
	}

	.a-disc-site-header__social {
		gap: 10px;
	}
}

@media (max-width: 860px) {
	.a-disc-site-header__brand-group {
		gap: 10px;
	}

	.a-disc-site-header__menu {
		gap: 6px;
	}

	.a-disc-site-header .a-disc-site-header__menu-link {
		min-height: 32px;
		padding: 0 4px;
	}
}

@media (max-width: 734px) {
	.a-disc-site-header {
		height: 52px;
	}

	.a-disc-site-header__bar {
		height: 52px;
		padding: 8px 6.25vw;
	}

	.a-disc-site-header__inner {
		max-width: none;
		height: 36px;
	}

	.a-disc-site-header__brand-group {
		flex: 0 1 33%;
		width: 33%;
		min-width: 36px;
		overflow: visible;
	}

	.a-disc-site-header__nav {
		display: none;
	}

	.a-disc-site-header__actions {
		flex: 1 1 67%;
		width: 67%;
		max-width: 67%;
		gap: 6px;
	}

	.a-disc-site-header__social {
		gap: 4px;
	}

	.a-disc-site-header .a-disc-site-header__social-link {
		width: 24px;
		height: 24px;
		padding: 0;
	}

	.a-disc-site-header .a-disc-site-header__social-link svg {
		width: 18px;
		height: 18px;
	}

	.a-disc-site-header__cart-panel {
		right: 0;
		width: min(330px, calc(100vw - 40px));
	}
}

@media (prefers-reduced-motion: reduce) {
	.a-disc-site-header .a-disc-site-header__menu-link {
		transition: none;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .a-disc-site-header__bar {
		top: 46px;
	}
}
