span {
	color: yellow;
}
u {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: gold;
}
header {
	background-color: var(--main-color);
	padding: 1rem 0 6rem;
	color: white;
}
header hr, section hr {
	max-width: 160px;
	border-width: 3px;
}
.products {
	background: none;
	margin-top: -4rem;
	padding-top: 0;
}
.products span {
	color: black;
}
.products .header span {
	color: white;
}
.products .item {
	background: white;
	box-shadow: 0 0 20px #00000050;
}
.products .stock-box span {
	color: var(--main-color);
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: gold;
}
.products .badges img {
	max-width: 90px;
}
#guarantee {
	padding-top: 8rem;
	margin-bottom: 4rem;
}
#guarantee img {
	display: block;
	max-width: 240px;
	margin: -9rem auto 2rem;
}
#faq {
	background: linear-gradient(45deg, var(--main-color), var(--side-color));
}
#faq h2 {
	color: white;
}
#faq .accordion {
	box-shadow: 0 0 30px #0000002e;
	border-radius: 10px;
	margin-bottom: 1.5rem;
}
#faq .accordion-button:not(.collapsed) {
	background-color: white;
}
#faq .accordion-button:focus {
	box-shadow: 0 0 0 0.25rem #8fbc8fb8;
}
.bi-star-fill {
	color: yellow;
}
.steps-box {
	position: relative;
	max-width: fit-content;
}
.steps-box::before {
	content: '';
	position: absolute;
	height: 2px;
	background-color: white;
	width: 100%;
	top: calc(50% - 1px);
}
.step {
	position: relative;
	background-color: var(--main-color);
	padding: 4px 16px;
	border: 2px solid white;
	border-radius: 100px;
}
.step:first-child {
	color: yellow;
}
.box-1 {
	background-color: #fafffb;
	box-shadow: 10px 10px var(--side-color), -5px -5px var(--main-color);
}
.box-2 {
	position: relative;
	color: white;
	background: linear-gradient(180deg, var(--main-color) 0.45%, #666666 199.14%);
	box-shadow: 0 0 0 2px white, 0 0 0 8px var(--main-color), 0 0 30px #00000050;
}