.next-variants h2{
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
}
.next-variants div{
	display: flex;
	justify-content: center;
	gap: 16px;
}
.next-variants div a{
	max-width: 100px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.next-variants div img{
	width: auto;
	height: auto;
	border: 1.6px solid #663234;
	border-radius: 8px;
}