.sale-tag,
.inline-flex.items-center.rounded.bg-red-600 {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.4rem;
	background: #dc2626;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1;
	border-radius: 0.2rem;
	white-space: nowrap;
}

.sale-card-badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 10;
	padding: 0.35rem 0.5rem;
	background: #dc2626;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
	border-radius: 0.25rem;
	font-family: 'DM Sans', sans-serif;
}

.sale-price {
	font-weight: 700;
	font-family: 'DM Sans', sans-serif;
}

.sale-original-price {
	margin-left: 0.45rem;
	color: #94a3b8;
	font-weight: 400;
	font-family: 'DM Sans', sans-serif;
}

.sale-tag {
	font-family: 'DM Sans', sans-serif;
}

@media (max-width: 767px) {
	body header #mobile-menu,
	body header #mobile-menu.menu-open {
		top: 36px !important;
		right: 0 !important;
		bottom: 0 !important;
		left: auto !important;
		width: min(82vw, 320px) !important;
		height: auto !important;
		max-height: none !important;
		padding: 5.5rem 1.25rem 1.5rem !important;
		background-color: rgba(255, 255, 255, 0.92) !important;
		background-image: none !important;
		border-bottom: 0;
		border-left: 1px solid rgba(0, 0, 0, 0.08);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
		backdrop-filter: blur(6px);
		overflow-y: auto !important;
		transform: translateX(100%) !important;
		transition: transform 0.3s ease, opacity 0.3s ease;
		opacity: 0 !important;
	}

	body header #mobile-menu.menu-open {
		transform: translateX(0) !important;
		opacity: 1 !important;
	}

	#mobile-menu > div {
		width: 100%;
		background: transparent !important;
	}
}

body > div:first-child {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 60 !important;
}

header {
	position: fixed !important;
	top: 36px !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 50 !important;
}

header + * {
	margin-top: 124px !important;
}

@media (min-width: 641px) {
	header {
		padding: 0.5rem 1rem !important;
	}

	header nav {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	header nav > a[href="index"] {
		position: static !important;
		left: auto !important;
		transform: none !important;
		order: 1 !important;
		margin-right: auto;
	}

	header nav > .site-main-menu {
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		order: 2 !important;
	}

	header nav > div:has(#cart-button) {
		margin-left: auto !important;
		order: 3 !important;
	}
}

@media (max-width: 640px) {
	header {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	header nav {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	header nav > div:has(#cart-button) {
		margin-left: auto !important;
	}
}

#cart-dropdown,
#cart-dropdown * {
	font-family: 'DM Sans', sans-serif !important;
}

