

/* Start:/local/templates/dresscodeV2s/components/dresscode/catalog/.default/style.min.css?1751314867146*/
#middleSlider{margin-bottom:24px}.panel-click.selected{pointer-events:none}.items.productList{margin-bottom:24px}.removeFromWishlist{display:none}
/* End */


/* Start:/local/templates/dresscodeV2s/components/dresscode/catalog/.default/bitrix/catalog.section.list/grid/style.css?17513148671570*/
#catalogSection .sectionItems * {
	box-sizing: border-box;
}

.sectionItems {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.itemContainer {
	position: relative;
	height: 100%;
}

.itemContainer .markerContainer {
	pointer-events: none;
	position: absolute;
	z-index: 88;
	left: 16px;
	top: 24px;
}

.itemContainer .markerContainer .marker {
	background-color: #424242;
  color: #ffffff;
	font: normal normal 12px "roboto_ltregular", arial, sans-serif;
	margin-bottom: 8px;
	line-height: 16px;
	padding: 3px 4px;
}

.itemContainer .column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 24px 16px;
}

.itemContainer .column img {
	display: block;
	width: 200px;
	height: 200px;
	object-fit: contain;
	margin-bottom: 24px;
}

#catalogSection .sectionItems .item .itemContainer .bigTitle {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-family: 'robotobold';
	text-decoration: none;
	font-size: 20px;
	display: block;
	text-align: center;
}

@media (max-width: 1024px) {
	.sectionItems {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.itemContainer .column {
		padding: 16px 10px;
	}
}

@media (max-width: 580px) {
	.sectionItems {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.itemContainer .column img {
    width: 150px;
    height: 150px;
    margin-bottom: 16px;
	}

	#catalogSection .sectionItems .item .itemContainer .bigTitle {
		font-size: 16px;
	}
}


/* End */
/* /local/templates/dresscodeV2s/components/dresscode/catalog/.default/style.min.css?1751314867146 */
/* /local/templates/dresscodeV2s/components/dresscode/catalog/.default/bitrix/catalog.section.list/grid/style.css?17513148671570 */
