

/* Start:/bitrix/templates/.default/components/bitrix/news/lookbook/bitrix/news.list/.default/style.css?17579518575544*/
.lookbook-page__gallery-item-link {
    cursor: pointer;
    position: relative;
}

.lookbook-page__gallery-item {
    padding: 5px;
}

.lookbook-page__gallery-item-link::after{
    display: none;
}

@media only screen and (min-width: 700px) {
    
    .lookbook-page__gallery-item-link::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(0,0,0,.4);
        transition: .2s;
        top: 0;
        left: 0;
    }

    .lookbook-page__gallery-item-link::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        opacity: 0;
        background: url(/bitrix/templates/.default/components/bitrix/news/lookbook/bitrix/news.list/.default/images/cursor.svg) no-repeat center;
        background-size: contain;
        transition: .4s;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(.8);
    }

    .lookbook-page__gallery-item-link:hover::before {
        opacity: 1;
    }

    .lookbook-page__gallery-item-link:hover::after {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.lookbook-page__gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
}

.lookbook_view {
    display: none;
    text-align: center;
    padding: 40px 0;
}

.lookbook_view_wrap {
    opacity: 0;
    transition: opacity .4s ease;
}

.lookbook_view.active .lookbook_view_wrap {
    opacity: 1;
}

.lookbook_view .title {
    color: #898D90;
    font-size: 16px;
    margin-bottom: 30px;
}

/* .look_item_wrap {
    display: inline-block;
    position: relative;
    width: 32%;
    margin-bottom: 100px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 10px;
} */

.look_item_wrap .look_info {
    display: none;
}


.look_item_wrap {
    padding: 10px;
}

.look_item_wrap .name {
    text-align: center;
}


.look_item_wrap .name a {
    color: #333333;
}

.look_item_wrap .name span {
    color: #898D90;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.look_item {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-top: 430px;
    width: 100%;
    margin-bottom: 15px;
}

.look_item .look_info {
    background: rgba(250, 250, 250, 0.8);
    padding: 20px 30px;
    transition: .3s;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.look_item:hover .look_info {
    transform: translateY(0%);
}

.look_info .text {
    color: #333333;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    max-height: 180px;
    overflow-y: scroll;
}

.look_info .text::-webkit-scrollbar {
    width: 1px;
    background-color: rgb(0 0 0 / 5%);
  }
  
  .look_info .text::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: rgb(137 141 144);
  }
  
  /* .look_info .text::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f9f9fd;
  } */

.lookbook_slider .animation.slick-track {
    transition: transform .5s ease !important;
}

.lookbook_slider .animation.slick-track.slide_left {
    transform: translateX(-30px) !important;
}

.sizes {
    display: block;
    margin-bottom: 20px;
}

.sizes span {
    border: 1px solid #333333;
    padding: 8px 5px;
    width: 75px;
    cursor: pointer;
    color: #898D90;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
}

.sizes span.active {
    color: #333333;
}

.look_info .add2baskett2 {
    display: none;
    margin-top: 20px;
    font-size: 14px;
    color: #898D90;
    position: relative;
    margin-bottom: 20px;
}

.look_info .add2baskett2.in_basket::before {
    background-image: url(/bitrix/templates/.default/components/bitrix/news/lookbook/bitrix/news.list/.default/images/lookbook_cart_active.svg);
}

.add2baskett2.in_basket span {
    display: none;
}

.add2baskett2.in_basket::after {
    content: "Изделие добавлено в корзину";
}

.look_info .add2baskett2::before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(/bitrix/templates/.default/components/bitrix/news/lookbook/bitrix/news.list/.default/images/lookbook_cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -25px);
}

.look_item .look_info {
    display: block;
}

.lookbook_link {
    font-size: 12px;
    color: #333333;
}

@media only screen and (max-width: 700px) {
    .lookbook-page__wrap {
        display: block;
    }

    .look_item .look_info {
        display: none !important;
    }

    .lookbook-page__gallery-item:not(:last-child) {
        margin-left: 0;
        margin-right: 0;
    }

    .lookbook-page__gallery-item img {
        width: 100%;
        height: auto;
    }

    .lookbook-page__gallery {
        margin-bottom: 0;
    }

    .lookbook-page__images {
        padding-left: 0;
        padding-right: 0;
    }

    .look_item_wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .look_item_wrap .look_info {
        display: block;
    }

    .lookbook-page__gallery-item-link::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        opacity: 1;
        background: url(/bitrix/templates/.default/components/bitrix/news/lookbook/bitrix/news.list/.default/images/cursor.svg) no-repeat center;
        background-size: contain;
        transition: .4s;
        bottom: 20px;
        right: 20px;
    }
}

.likefav:not(.active) img.fav_2 {
    display: none !important;
}

.likefav:not(.active) img.fav_1 {
    display: block !important;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/lookbook/bitrix/news.list/.default/style.css?17579518575544 */
