@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap';
:root {
	--main-color: #216c56;
	--side-color: #3cad8b;
	--light-color: #e9fff8;
}
a:hover {
	color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}
img {
	width: 100%;
	max-width: fit-content;
	height: auto;
}
.container {
	max-width: 1100px;
}
footer * {
	font-family: 'Poppins', sans-serif;
}
footer .container {
	max-width: 1320px;
}
footer ul li a {
	opacity: .9;
}
footer ul li a:hover {
	opacity: 1;
}
.small {
	font-size: .8em;
}
.reference-text {
    font-size: 12px
}

/* UPS2 */
.turmeric {
	background-color: white;
	background-image: url(../img/turmeric.png);
	background-repeat: no-repeat;
	background-size: 340px;
	background-position: 85% 0%;
}
.magnesium {
	background-color: white;
	background-image: url(../img/magnesium.webp);
	background-repeat: no-repeat;
	background-size: 400px;
	background-position: 90% -5%;
}
.circle-icon {
	position: absolute;
	top: -1.4rem;
	right: -1.4rem;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(to bottom, #16a59a, #1175bd); color: white;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.circle-icon * {
	margin: 0;
	line-height: 1;
}
.circle-icon h4 {
	font-size: 4rem;
	font-weight: bold;
}
.price-box h3 {
	font-size: 6rem;
	font-weight: bold;
}
@media(max-width: 767px) {
	.circle-icon {
		position: static;
		width: 130px;
		height: 130px;
		font-size: .9rem;
		margin-bottom: 1rem;
	}
	.circle-icon h4 {
		font-size: 2.4rem;
	}
}
@media(min-width: 425px) {
	.intro-lipozem {
		letter-spacing: 1rem;
	}
}