/**
 * Badge « Nouveau » — mêmes dimensions que .out-of-stock-badge / .onsale (Blocksy badges.scss),
 * fond orange marque Fiers (ne pas utiliser la classe .out-of-stock-badge : surchargée en rouge dans custom-fiers).
 */

.fiers-badge-nouveau {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	position: absolute;
	top: var(--badge-top, 15px);
	inset-inline-start: var(--badge-left, 15px);
	height: var(--badge-height, 28px);
	min-width: var(--badge-min-width, 55px);
	box-sizing: border-box;
	padding: var(--badge-padding, 5px 10px);
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background-color: var(--fiers-orange, #ff4f12);
	font-family: var(--theme-font-family);
	font-size: var(--theme-font-size);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	pointer-events: none;
}

.woocommerce-product-gallery .ct-product-gallery-container .fiers-badge-nouveau {
	z-index: 12;
}

.woocommerce-product-gallery .ct-product-gallery-container {
	position: relative;
}
