@charset "utf-8";

.main-heading {
		margin-bottom: 0;
}

.latest_products:link {
	color: #0000EE;
}

.latest_products:hover {
	color: #0000EE;
}

.latest_products:visited {
	color: #0000EE;
}

.latest_products:active {
	color: #FF0000;
}

.latest_products {
  text-decoration: none;
}

.latest_products p {
	margin: 20px 0;
	font-size: 1.125rem;
	text-align: center;
}

.latest_products p .label {
	text-decoration: none;
	margin-right: 10px;
	padding: 5px 10px;
	color: #333;
	font-size: 1rem;
	font-weight: bold;
	border: solid 2px #c0153f;
}

.latest_products:hover {
	text-decoration: none;
}

.latest_products:hover span:last-child {
  background: linear-gradient(transparent 97%, #0000EE 50%);
}

@media (max-width:450px) {
	.main-heading__text {
    margin: 0px;
	}
	.latest_products {
		display: block;
		text-align: center;
		}
	.latest_products p {
		margin: 30px 0 20px;
		display: inline-flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.latest_products p .label {
		width: fit-content;
	}
}

@media (min-width: 768px) {
	.latest_products p {
		margin-left: 80px;
		text-align: left;
	}
}