

/* Start:/local/templates/marccain/components/bitrix/news.list/lookbooks/style.css?17537096271176*/
.lookbooks {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    margin-bottom: 30px;
}

.lookbooks__item {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.lookbooks__item-img-block {
    /*aspect-ratio: 216/360;*/
    aspect-ratio: 216/280;
    flex-shrink: 0;
    flex-grow: 1;
    width: 100%;
    max-height: 445px;
}

.lookbooks__item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lookbooks__item-name {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 768px) {
    .lookbooks {
        gap: 40px 20px;
        margin-bottom: 60px;
    }

    .lookbooks__item-img-block {
        height: calc(100% * 510 / 610);
        max-height: none;
        aspect-ratio: 510/610;
    }

    .lookbooks__item-img {
        object-fit: cover;
    }

    .lookbooks__item {
        flex-basis: calc((100% / 3) - (40px / 3));
    }

    .lookbooks__item-name {
        height: 53px;
        font-size: 22px;
    }
}
/* End */
/* /local/templates/marccain/components/bitrix/news.list/lookbooks/style.css?17537096271176 */
