.ll-loyalty-product-points {
	align-items: center;
	background: #eee8d9;
	color: #161616;
	display: flex;
	gap: 20px;
	line-height: 1.35;
	padding: 24px 30px;
	width: 100%;
}

.ll-loyalty-product-points--inline {
	display: inline-flex;
	width: auto;
}

.ll-loyalty-product-points__icon {
	align-items: center;
	color: #161616;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 28px;
	justify-content: center;
	line-height: 1;
}

.ll-loyalty-product-points__icon svg,
.ll-loyalty-product-points__icon i {
	display: block;
	height: 1em;
	width: 1em;
}

.ll-loyalty-product-points__text {
	color: #161616;
	display: block;
	font-size: 18px;
	line-height: 1.35;
}

.ll-loyalty-product-points__points {
	color: #000;
	font-weight: 700;
}

@media (max-width: 640px) {
	.ll-loyalty-product-points {
		align-items: flex-start;
		padding: 18px 20px;
	}
}
