/* Layout 842 product-image trust overlays. */
.authherb-product-image-overlays {
	display: none;
}

body.single-product .woocommerce-product-gallery .wd-carousel-item {
	position: relative;
}

body.single-product .woocommerce-product-gallery .authherb-product-image-overlays {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	color: #21633a;
}

body.single-product .authherb-product-image-trust,
body.single-product .authherb-product-image-registration {
	position: absolute;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid rgba(55, 116, 75, .55);
	background: rgba(250, 253, 249, .88);
	font-family: inherit;
}

body.single-product .authherb-product-image-trust {
	top: clamp(18px, 5%, 44px);
	left: 50%;
	width: min(70%, 760px);
	max-width: 70%;
	padding: clamp(8px, 1.1vw, 13px) clamp(13px, 1.7vw, 22px);
	border-radius: 999px;
	font-size: clamp(12px, 1.4vw, 19px);
	line-height: 1.2;
	letter-spacing: .01em;
	transform: translateX(-50%);
}

body.single-product .authherb-product-image-registration {
	bottom: clamp(12px, 2.5%, 28px);
	left: 50%;
	gap: clamp(9px, 1.2vw, 15px);
	width: min(58%, 520px);
	max-width: 58%;
	padding: clamp(11px, 1.45vw, 18px) clamp(14px, 1.8vw, 23px);
	border-color: rgba(55, 116, 75, .25);
	border-radius: clamp(10px, 1.2vw, 17px);
	box-shadow: 0 7px 22px rgba(30, 65, 42, .12);
	transform: translateX(-50%);
}

body.single-product .authherb-product-image-icon {
	flex: 0 0 auto;
	width: clamp(22px, 2.6vw, 36px);
	height: clamp(22px, 2.6vw, 36px);
}

body.single-product .authherb-product-image-registration__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

body.single-product .authherb-product-image-registration strong {
	font-size: clamp(14px, 1.7vw, 22px);
	font-weight: 700;
	line-height: 1.15;
}

body.single-product .authherb-product-image-registration small {
	color: #27332b;
	font-size: clamp(11px, 1.25vw, 16px);
	line-height: 1.25;
	white-space: normal;
}

@media (max-width: 768px) {
	body.single-product .authherb-product-image-trust {
		top: 5%;
		left: 50%;
		gap: 6px;
		width: 90%;
		max-width: 90%;
		padding: 7px 10px;
		font-size: clamp(10px, 3vw, 14px);
		transform: translateX(-50%);
	}

	body.single-product .authherb-product-image-registration {
		bottom: 3%;
		left: 50%;
		width: 86%;
		max-width: 86%;
		gap: 8px;
		padding: 9px 11px;
		border-radius: 10px;
		transform: translateX(-50%);
	}

	body.single-product .authherb-product-image-icon {
		width: clamp(19px, 6vw, 27px);
		height: clamp(19px, 6vw, 27px);
	}

	body.single-product .authherb-product-image-registration strong {
		font-size: clamp(12px, 3.6vw, 16px);
	}

	body.single-product .authherb-product-image-registration small {
		font-size: clamp(10px, 2.8vw, 13px);
	}
}
