

/* Start:/bitrix/templates/dresscodeV2/components/bitrix/news/collections/style.css?17825720541575*/
.brandsHeading {
	border-top: 1px solid #e7e8ea;
	padding-top: 24px;
}

.backToList {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 24px;
	display: inline-block;
	color: #000000;
	float: right;
}

.backToList:active {
	position: relative;
	top: 1px;
}

.collection-nav-links {
	overflow: hidden;
	margin-bottom: 12px;
}

#collectionList {
	padding: 24px 0;
}

#collectionList .items {
	overflow: hidden;
}

#collectionList .item {
	box-sizing: border-box;
	border-bottom: 1px solid #e7e8ea;
	border-right: 1px solid #e7e8ea;
	background-color: #ffffff;
	line-height: 120px;
	overflow: hidden;
	height: 120px;
	float: left;
	width: 25%;
	text-align: center;
}

#collectionList .item .name {
	display: inline;
	vertical-align: middle;
	line-height: normal;
}

#collectionList .item .name a {
	text-decoration: none;
	color: #92278f;
	font-size: 16px;
}

#collectionList .item .name a:hover {
	color: #6a1a6a;
	text-decoration: underline;
}

.collection-brand-title {
	clear: both;
	margin: 24px 0 8px;
	font-size: 18px;
	border-bottom: 2px solid #e7e8ea;
	padding-bottom: 8px;
}

.collection-brand-title a {
	color: #333;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.collection-brand-title a:hover {
	color: #92278f;
}

.collection-brand-img {
	width: 150px;
	height: 71px;
	object-fit: contain;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	#collectionList .item {
		width: 50%;
	}
}

@media (max-width: 480px) {
	#collectionList .item {
		width: 100%;
	}
}
/* End */
/* /bitrix/templates/dresscodeV2/components/bitrix/news/collections/style.css?17825720541575 */
