.collection {
	padding-top: 10px;
	padding-bottom: 50px;
}

.collection__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.collection__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 140%;
	color: #111111;
}

.collection__images {
	margin-top: 60px;
	overflow: hidden;
}

.collection__desc {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 160%;
	color: #000000;
	margin-top: 40px;
}

.collection__products {
	margin-top: 60px;
}

.collection__collections {
	margin-top: 80px;
}

.collection-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	min-width: 290px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	text-decoration: none;
}

.collection-brand__img {
	max-width: 92px;
	max-height: 40px;
}

.collection-brand__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.collection-brand__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 115%;
	color: #000000;
}

@media screen and (max-width: 769px) {
	.collection-brand {
		min-width: unset;
	}

	.collection-brand__img {
		max-width: 70px;
		max-height: 30px;
	}

	.collection-brand__title {
		font-size: 16px;
	}
}

@media screen and (max-width: 576px) {
	.collection__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.collection__brand {
		margin-top: 20px;
	}

	.collection__images {
		margin-top: 40px;
	}

	.collection__products {
		margin-top: 40px;
	}

	.collection__collections {
		margin-top: 50px;
	}
}

.collection-products__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 140%;
	color: #111111;
}

.collection-products__triggers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.collection-products__trigger {
	border: 1px solid #64707B;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 115%;
	color: #64707B;
	padding: 7.5px 15px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin-bottom: 15px;
}

.collection-products__trigger:not(:last-child) {
	margin-right: 15px;
}

.collection-products__trigger:hover {
	background-color: #ffffff;
}

.collection-products__trigger.active {
	background: #ffffff;
	border: 1px solid #175085;
	color: #000000;
	font-weight: 500;
}

.collection-products__button {
	margin-top: 40px;
}

.collection-products__items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-top: 20px;
	margin: 0 -15px;
}

.collection-products__wrapper {
	display: none;
}

.collection-products__wrapper.active {
	display: block;
}

.collection-button {
	border: 1px solid #175085;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #175085;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 13px 80px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

.collection-button:hover {
	background-color: #175085;
	color: #ffffff;
}

@media screen and (max-width: 576px) {
	.collection-products__triggers {
		margin-top: 20px;
	}
}
