body {
	background-color: #f6f6f6;
}

.section {
	margin: 0;
	box-sizing: border-box;
}

.bg-gray {
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	box-sizing: border-box;
}

.top__wrapper--4 {
	background-image: unset;
	background-color: #efefef;
	position: relative;
	height: unset;
}
.top__wrapper--4 img {
	bottom: 0;
}
.top__copy h4,
.top__copy h3,
.top__copy h2,
.top__copy h1 {
	color: black;
	margin-bottom: 5px;
	font-size: 40px;
}

.top__copy p {
	margin-top: 30px;
	width: 70%;
	font-size: 22px;
	color: black;
}

/* COLOR ONE */

.color {
	display: flex;
	max-width: 1440px;
	width: 80%;
	margin: 0 auto;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.color-two {
	flex-direction: row-reverse;
}
.color-text {
	width: 50%;
}
.color-text h2 {
	margin-bottom: 20px;
}
.color-text p {
	color: black;
}
.color-photos {
	display: flex;
	justify-content: center;
	width: 50%;
}
.color-photos img {
	max-width: 500px;
}

.products__item-image img {
	width: 100%;
}
.products__item h4 {
	font-size: 1.1rem;
	text-align: center;
}
.slider {
	margin-bottom: 70px;
}

.cta-outline {
	border-radius: 8px;
	border: none;
	width: -moz-fit-content;
	width: fit-content;
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-out;
	background: transparent;
	color: #0082fa;
	border: 1px solid #0082fa;
	margin-top: 10px;
	z-index: 1;
	white-space: nowrap;
}
.cta-outline:hover {
	color: #fff;
	background-color: #0082fa;
}
.cta-outline {
	margin-top: 0 !important;
}

.products__item-footer {
	align-items: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.add-card-cta {
	padding: 9px;
	border: 1px solid green;
	border-radius: 8px;
	height: 100%;
}
.add-card-cta svg path {
	fill: green;
}
.add-card-cta:hover svg path {
	fill: white;
}
.add-card-cta:hover {
	background-color: green;
}

@media (min-width: 768px) {
	.add-card-cta {
		margin-left: 5px;
	}
}

.slider-last .products__item {
	min-height: 350px;
	justify-content: space-between;
}

@media (min-width: 1200px) {
	.top__image img {
		max-height: 520px;
		margin-right: 150px;
	}
}

.footer-disclaimer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}
.footer-disclaimer h2 {
	margin-bottom: 0;
}
.footer-disclaimer a{
	margin-top: 20px;
}

@media (max-width: 1096px) {
	.color {
		flex-direction: column;
	}
	.color-text {
		width: 100%;
		margin-bottom: 20px;
	}
	.color-photos {
		width: 100%;
	}
	.color-photos img {
		max-width: 350px;
	}
}
@media (min-width: 1300px) {
	.color-photos img {
		max-width: 500px;
	}
}
