

/* Start:/local/templates/leokid/components/bitrix/catalog.section.list/lookbook/style.css?17549993901264*/
.lookbook-sections .lookbook-sections-item {
    height: 1080px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lookbook-sections .lookbook-sections-item picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.lookbook-sections .lookbook-sections-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.lookbook-sections .lookbook-sections-item .lookbook-sections-item-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.lookbook-sections .lookbook-sections-item .lookbook-sections-item-text .lookbook-sections-item-text-title {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 440px;
    text-align: center;
}
.lookbook-sections .lookbook-sections-item .lookbook-sections-item-text .lookbook-sections-item-text-link {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media screen and (max-width: 575px) {
    .lookbook-sections .lookbook-sections-item {
        height: 480px;
    }
}
/* End */
/* /local/templates/leokid/components/bitrix/catalog.section.list/lookbook/style.css?17549993901264 */
