.a94-site-basket {
	position: fixed;
	left: clamp(14px, 2vw, 28px);
	bottom: clamp(14px, 2vw, 28px);
	z-index: 9990;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 8px 15px 8px 10px;
	border: 1px solid rgba(255, 101, 0, .72);
	border-radius: 14px;
	background: rgba(8, 8, 8, .96);
	color: #fff !important;
	font-family: Inter, Arial, sans-serif;
	text-decoration: none !important;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .35);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
}
.a94-site-basket.is-ready:not(.is-hidden) {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}
.a94-site-basket.is-hidden { display: none !important; }
.a94-site-basket:hover,
.a94-site-basket:focus-visible {
	border-color: #ff6500;
	background: #111;
	color: #fff !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 101, 0, .2), 0 12px 34px rgba(0, 0, 0, .35);
}
.a94-site-basket__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #ff6500;
	color: #fff;
}
.a94-site-basket__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.a94-site-basket__copy { display: grid; gap: 2px; min-width: 0; }
.a94-site-basket__copy strong { color: #fff; font-size: 13px; font-weight: 850; line-height: 1.05; letter-spacing: .045em; text-transform: uppercase; }
.a94-site-basket__copy small { color: rgba(255, 255, 255, .68); font-size: 11px; font-weight: 650; line-height: 1.2; white-space: nowrap; }
.a94-site-basket__copy b { color: #ff6500; font-weight: 850; }
@media (max-width: 480px) {
	.a94-site-basket { min-height: 50px; padding: 7px 12px 7px 8px; border-radius: 12px; }
	.a94-site-basket__icon { width: 34px; height: 34px; }
}
@media (prefers-reduced-motion: reduce) { .a94-site-basket { transition: none; } }
