.hig-installment-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 1em;
	padding: 8px 12px;
	border: 1px solid #c3e6cb;
	background: #f0fff4;
	color: #155724;
	border-radius: 4px;
	font-size: 0.92em;
	line-height: 1.5;
	font-weight: 600;
	direction: rtl;
	text-align: right;
}

.hig-installment-badge__icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15l-5-5 1.41-1.41L11 14.17l7.59-7.59L20 8l-9 9z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15l-5-5 1.41-1.41L11 14.17l7.59-7.59L20 8l-9 9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-product .hig-installment-badge {
	clear: both;
}
