

/* Start:/bitrix/templates/mall/components/cube/catalog.section/custom/style.css?17319312281317*/
.stickers{
position: absolute;
display: flex;
flex-direction: column; 
width: 100%;
bottom: 0px;
}
.sticker_novinka{
    background-image: url(/bitrix/templates/mall/components/cube/catalog.section/custom/../products_carousel/images/new.svg);
    width: 100%;
    height: 34px;
    z-index: 1;
    background-repeat: no-repeat;
}
.sticker_hit{
    background-image: url(/bitrix/templates/mall/components/cube/catalog.section/custom/../products_carousel/images/hit.svg);
    width: 100%;
    height: 34px;
    z-index: 1;
    background-repeat: no-repeat;
}
.sticker_posledniy_razmer{
    background-image: url(/bitrix/templates/mall/components/cube/catalog.section/custom/../products_carousel/images/posledniy_razmer.svg);
    width: 100%;
    height: 34px;
    z-index: 1;
    background-repeat: no-repeat;
}
@media (max-width:550px){
    .sticker_novinka{
    background-size: contain;
    height: 20px;
    }
    .sticker_hit{
    background-size: contain;
    height: 20px;
    }
    .sticker_posledniy_razmer{
    background-size: contain;
    height: 20px;
    }
}
.prod-carousel .owl-controls .own-nav .owl-prev{
background-color: inherit;
}

@media (max-width: 650px) {
    .bx_catalog_item:hover .bx_catalog_item_container {
        min-height: auto !important;
        max-height: auto !important;
    }

    .bx_catalog_item div.bx_catalog_item_info {
        padding: 10px 10px !important;
    }

    .bx_catalog_item .bx_catalog_item_scu ul {
        height: fit-content !important;
    }
}
/* End */
/* /bitrix/templates/mall/components/cube/catalog.section/custom/style.css?17319312281317 */
