

/* Start:/local/components/dobis/products.list/assets/css/catalog.css?1713105868629*/

.hvr__images {
    position: relative;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.hvr__sector {
    flex-grow: 1;
}

.images {
    display: flex;
    overflow: hidden;
    /*transition: all 0.66s ease;*/
}

.image {
    display: block;
    width:100%;
}

.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hvr__dot {
    width: 7px;
    height: 7px;
    margin: 8px 3px 4px;
    border-radius: 50%;
    background: #999;
}

.hvr__dot--active {
    background: #555;
}
/* End */
/* /local/components/dobis/products.list/assets/css/catalog.css?1713105868629 */
