

/* Start:/local/templates/.default/components/bitrix/catalog.section/areas/style.css?1756367360476*/
.product__item {
    display: flex;
    gap: 15px;
}

.product__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.swiper-wrapper {
    align-items: center;
    text-align: center;
}

.left__block {
    min-width: 18%;
    margin-top: 22px;
}

@media screen and (max-width: 768px) {
	.left__block {
	    min-width: 33%;
	}
}

@media screen and (max-width: 560px) {
	.left__block {
	    width: 100%;
	}
	.product__item {
	    flex-direction: column;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/areas/style.css?1756367360476 */
