

/* Start:/local/templates/leokid/components/bitrix/catalog.section.list/lookbook/style.css?17561922282249*/
.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-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 440px;
    text-align: center;
    margin-bottom: 20px;
}
.lookbook-sections .lookbook-sections-item .lookbook-sections-item-text .lookbook-sections-item-text-title {
    font-size: 4.75rem;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 870px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
}
.lookbook-sections .lookbook-sections-item .lookbook-sections-item-text .lookbook-sections-item-text-link {
    color: #fff;
    font-size: 1.625rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}


@media screen and (max-width: 575px) {
    .lookbook-sections .lookbook-sections-item {
        height: 480px;
    }

    .lookbook-sections .lookbook-sections-item .lookbook-sections-item-text .lookbook-sections-item-text-subtitle {
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase;
        max-width: 440px;
        text-align: center;
        margin-bottom: 10px;
    }

    .lookbook-sections .lookbook-sections-item .lookbook-sections-item-text .lookbook-sections-item-text-title {
        font-size: 2.1875rem;
        max-width: 320px;
        /*font-size: 3rem;*/
        margin-bottom: 10px;
    }
    .lookbook-sections .lookbook-sections-item .lookbook-sections-item-text .lookbook-sections-item-text-link {
        font-size: 0.75rem;
    }
}
/* End */
/* /local/templates/leokid/components/bitrix/catalog.section.list/lookbook/style.css?17561922282249 */
