.ggoose-sale-sticky-placeholder {
	display: none;
	width: 100%;
}

body.ggoose-sale-switch-active .ggoose-sale-sticky-placeholder {
	display: block;
}

body.ggoose-sale-switch-active .ggoose-sale-sticky-header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10020;
}

body.ggoose-sale-switch-active .ggoose-sale-switcher {
	position: fixed;
	left: 0;
	right: 0;
	display: flex;
	gap: 0.75rem;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	z-index: 10019;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transform: translateY(-120%);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

body.ggoose-sale-switch-active.ggoose-sale-switch-visible .ggoose-sale-switcher {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

body.ggoose-sale-switch-active .ggoose-sale-switcher__btn {
	flex: 1 1 auto;
	padding: 0.55rem 0.85rem;
	border-radius: 999px;
	border: 1px solid #222;
	background: #fff;
	color: #111;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.045em;
}

body.ggoose-sale-switch-active .ggoose-sale-switcher__btn.is-active {
	background: #111;
	color: #fff;
}

body.ggoose-sale-switch-active .ggoose-sale-sticky-header, body.ggoose-sale-switch-active.ggoose-sale-switch-visible .ggoose-sale-switcher{
	z-index: 99;
}

