.storeHeaderImage {
	background: url("../imgs/neutralBg.svg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 12rem;
}

.nav-item.active a {
	font-weight: bold;
}
.nav-item.active {
	border-left: 0;
	border-style: solid;
	border-color: var(--primary);
	border-right: 0;
	border-top: 0;
	border-bottom: 0.25;
}

@media (min-width: 768px) {
	.nav-item.active {
		border-left: 0.25rem;
		border-style: solid;
		border-color: var(--primary);
		border-right: 0;
		border-top: 0;
		border-bottom: 0;
	}
}

#storeHeaderBtns {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

.productImages img:hover {
	cursor: pointer;
}
