

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?1753890822251*/
.catBanner{
    background: linear-gradient(132.64deg, #F5F5F5 23.97%, #E5E5E5 100%);
    width: 100%;
    height: 188px;
    border-radius: 24px;
    margin-bottom: 36px;
    overflow: hidden;
}

.catBanner img{
    width: 100%;
    height: 100%;
}


/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/.default/style.css?1753890800871*/
section.product{
	margin-top: 0;
}

section.product .product__title{
	font-weight: 700;
}

.product__galMin {
	width: 220px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

@media (max-width: 1200px) {
	.product__galMin {
		width: 180px;
	}
}

@media (max-width: 1024px) {
	.product__galMin {
		width: 100%;
		max-width: 400px;
		grid-template-columns: repeat(3, 1fr);
	}
}

.product__miniature {
	border-radius: 14px;
}

.product__miniature img {
	display: block;
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: contain;
	border-radius: 14px;
	cursor: pointer;
}

.product__miniature {
	position: relative;
}

.product__miniature::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.667);
}

.product__miniature:hover::after, .product__miniature.active::after {
	display: none;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/other_products/style.css?173969728737*/
.product__title{
	font-weight: 700;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?1753890822251 */
/* /local/templates/main/components/bitrix/catalog.element/.default/style.css?1753890800871 */
/* /local/templates/main/components/bitrix/news.list/other_products/style.css?173969728737 */
