/**
 * Header mobile — carrinho visível (mini-cart Woo + fallback link).
 */

@media (max-width: 960px) {
	.site-header .wc-block-mini-cart {
		display: none !important;
	}

	.velorun-header-cart-fallback {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 18px;
		right: 58px;
		z-index: 100001;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: rgba(5, 3, 13, 0.92);
		color: #fff;
		text-decoration: none;
		box-shadow: 0 8px 24px rgba(5, 3, 13, 0.18);
	}

	.velorun-header-cart-fallback__badge {
		position: absolute;
		top: 2px;
		right: 2px;
		min-width: 18px;
		height: 18px;
		padding: 0 4px;
		border-radius: 999px;
		background: #33cc33;
		color: #041005;
		font-size: 10px;
		font-weight: 800;
		line-height: 18px;
		text-align: center;
	}
}

@media (min-width: 961px) {
	.velorun-header-cart-fallback {
		display: none !important;
	}
}
