.fhb-category-badge {
	top: var(--fhb-top-offset, 8px) !important;
	right: var(--fhb-right-offset, 0px) !important;
	left: auto !important;
	background: var(--fhb-bg, #d32f2f) !important;
	color: var(--fhb-color, #ffffff) !important;
	line-height: 1.1 !important;
	min-width: var(--fhb-badge-size, 3.236em) !important;
	min-height: var(--fhb-badge-size, 3.236em) !important;
	padding: 0.2em !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: calc(var(--fhb-badge-size, 52px) * 0.2) !important;
	text-align: center;
}

.fhb-image-wrap {
	position: relative;
	display: block;
}

.fhb-category-badge.fhb-category-badge--svg {
	background: transparent !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	display: block !important;
}

.fhb-category-badge.fhb-category-badge--svg img {
	display: block;
	width: auto;
	height: auto;
	max-width: var(--fhb-svg-max-width, 88px);
}

.single-product .fhb-category-badge {
	display: block !important;
	position: absolute !important;
	top: var(--fhb-top-offset, 8px) !important;
	right: var(--fhb-right-offset, 0px) !important;
	left: auto !important;
	z-index: 9 !important;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product div.images,
.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery,
.woocommerce div.product div.images {
	position: relative;
}
