

/* Start:/local/templates/coolbottles/components/bitrix/catalog.section.list/home/style.css?17652031131531*/
.sections {
    height: 100%;
}

.sections li {
    height: 600px;
}

.catalog-section-list-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
}

.catalog-section-list-item-link {
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}

.catalog-section-list-item-counter {
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.section-name {
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.section-name::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto;
    background: radial-gradient(rgba(0,0,0,.2) 0%,transparent 60%);
    background: radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%,transparent 60%);
    margin: -100px -200px;
    z-index: 2;
}
.section-name span{
    font-size: 37px;
}
.catalog-section-list-item-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 250ms linear all;
    display: flex;
    justify-content: end;
    align-items: end;
}

.catalog-section-list-item-img:hover {
    border-color: var(--theme-color-primary);
}
@media screen and (max-width: 574px){
    .sections li {
        height: 300px;
    }
    .section-name::after {

        margin: 0;

    }
}

/* End */
/* /local/templates/coolbottles/components/bitrix/catalog.section.list/home/style.css?17652031131531 */
