

/* Start:/local/templates/v3/components/bitrix/news/lookbook/bitrix/news.list/.default/style.css?17491970091807*/
.lookbook-list {

}
.lookbook-list__item {
    position: relative;
}
.lookbook-list__item img {
    width: 100%;
}
.lookbook-list__item-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
.lookbook-list__item-name {
    font-family: var(--pr-minion);
    font-size: 70px;
    line-height: 90%;
    color: #fff;
}
.lookbook-list__item-buttons {
    margin-top: 20px;
}
.lookbook-list__item-button {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    width: 160px;
    height: 50px;
    line-height: 48px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    transition: all .2s;
}
.lookbook-list__item-button:hover {
    background: #fff;
    color: var(--pr-dark);
}

.collections-list {
    padding: 0 0 70px;
}
.collection-list__item {

}
.collection-list__item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.collection-list__item-desc {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .1);
}
.collection-list__item-name {
    font-family: var(--pr-minion);
    font-size: 50px;
    line-height: 90%;
    display: block;
    color: #fff;
    text-align: center;
    transition: opacity .2s;
}
.collection-list__item:hover .collection-list__item-name {
    opacity: .8;
}

@media (max-width: 991.98px) {

    .lookbook-list__item-name {
        font-size: 50px;
    }
    .lookbook-list__item-button {
        margin-top: 10px;
    }
    .collection-list__item img {
        height: auto;
    }
    .collection-list__item-name {
        font-size: 30px;
        /*margin-top: 18px;*/
        text-align: center;
    }

}
/* End */
/* /local/templates/v3/components/bitrix/news/lookbook/bitrix/news.list/.default/style.css?17491970091807 */
