

/* Start:/bitrix/templates/alpha_s1/components/bitrix/catalog.item/main_color/style.css?1758708523771*/
.product-card .product-image-block .colors-block {
position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    display: flex;
    height: 32px;
    z-index: 2;
    transition: bottom .25s;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);

}
@media (min-width: 1024px) {
    .product-card .product-image-block:hover .colors-block {
        bottom: 70px;
        will-change: auto;
    }
}

.colors-block .color-block {

    z-index: 10;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
	height: 32px;
    width: 32px;
	padding:1px;
	margin: 0 2px;
border-radius: 5px;
}

.colors-block .color-img {
    background-size: contain;
    background-repeat: no-repeat;
	height: 100%;
border-radius: 3px;
}
/* End */
/* /bitrix/templates/alpha_s1/components/bitrix/catalog.item/main_color/style.css?1758708523771 */
