.list__header {
	color: var(--newhavenWhite);
}

.list__header h2 {
	color: var(--newhavenWhite);
}

#resources .list__header {
	justify-content: center;
}

#resources .list__flex a:visited {
	color: var(--newhavenGreen);
}

#customCards > .card--25 {
	align-self: stretch;
	display: none;
}

@media screen and (min-width: 1024px) {
	#customCards > .card--25 {
		display: block;
	}
}

#customCards > .card--25 img {
	margin-bottom: 1em;
	border-radius: 3px;
}

#customCards > .card--25 .hidden__content img {
	margin-bottom: 0;
}

.slider__content > .btn__main.btn__main--right {
	display: none;
}

.slider__content {
	margin-bottom: 1em;
}

@media screen and (min-width: 1024px) {
	.slider__content > .btn__main.btn__main--right {
		display: block;
	}

	.slider__content {
		margin-bottom: 0;
	}
}

.arrow {
	display: none;
}

@media screen and (min-width: 1024px) {
	.arrow {
		display: block;
	}
}

.centerBoxWrapper {
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.centerBoxWrapper {
		flex-direction: row;
	}
}

#xSell .productBasePrice {
	color: var(--newhavenWhite);
}

#evalCustom.section__flex {
	justify-content: space-between;
	position: relative;
}

#evalCustom .divider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#customs.list {
	border-radius: 3px;
}

#customs > .list__header {
	color: var(--newhavenBlack);
	justify-content: center;
}

#productGeneral #cartAdd input[type='text'] {
	background-color: var(--newhavenWhite);
	color: var(--newhavenBlack);
}

#productGeneral .cart FORM {
	margin: 0.75em 0 0.25em;
}
