

/* Start:/local/templates/new_arabella/components/bitrix/catalog.element/new/style.css?1787910718890*/
.video-load {
    display: none !important;
}

.video-load.active {
    display: block !important;
}

/* A single product photo must not be stretched to the height of the info column. */
@media (min-width: 1025px) {
    .product__images.product__images--single {
        grid-template-columns: 1fr;
        align-self: flex-start;
    }

    .product__images--single .product__images-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: calc(100vh - 250px);
        min-height: 320px;
        max-height: 800px;
    }

    .product__images--single .product__images-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}


@media (max-width: 1024px) {

    .mobile-nav__filter-sorting,
    .product__btns.desktop,
    .product__images {
        display: none !important;
    }
}

/* End */
/* /local/templates/new_arabella/components/bitrix/catalog.element/new/style.css?1787910718890 */
