/* Rogfire – icône panier épurée dans l'en-tête */
.ast-site-header-cart .ast-cart-menu-wrap,
.ast-site-header-cart .ast-addon-cart-wrap { padding: 0; border: 0; background: transparent; }
.ast-site-header-cart .ast-site-header-cart-li { padding: 0 4px; }
.ast-site-header-cart .ast-icon.icon-bag svg { display: none; }
.ast-site-header-cart .ast-icon.icon-bag { display: inline-block; line-height: 0; }
.ast-site-header-cart .ast-icon.icon-bag::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-color: #0b0f19;
	-webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.5 8.5h13l.9 11.1a1.5 1.5 0 0 1-1.5 1.6H6.1a1.5 1.5 0 0 1-1.5-1.6L5.5 8.5z'/%3E%3Cpath d='M9 8.5V6.8a3 3 0 0 1 6 0v1.7'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.5 8.5h13l.9 11.1a1.5 1.5 0 0 1-1.5 1.6H6.1a1.5 1.5 0 0 1-1.5-1.6L5.5 8.5z'/%3E%3Cpath d='M9 8.5V6.8a3 3 0 0 1 6 0v1.7'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: background-color .15s ease;
}
.ast-site-header-cart a.cart-container:hover .ast-icon.icon-bag::before { background-color: #f25c05; }
.ast-site-header-cart .astra-icon { position: relative; display: inline-block; }
.ast-site-header-cart .astra-icon::after {
	content: attr(data-cart-total);
	position: absolute;
	top: -7px;
	right: -9px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #f25c05;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	box-shadow: 0 0 0 2px #fff;
	box-sizing: border-box;
}
.ast-site-header-cart .astra-icon[data-cart-total="0"]::after { display: none; }
.ast-site-header-cart .ast-woo-header-cart-info-wrap { display: none; }
