

/* Start:/local/templates/time/components/extyl/catalog.section/.default/style.css?17649495872262*/
.section-title h1{
    font-family: Stem,sans-serif;
    margin: 0 0 1.2em;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 15px;
}


.section-title .section-toptext{
    font-size: 14px;
    font-weight: normal;
    font-family: Montserrat,sans-serif;
}

.last_chance_to_buy_catalog{
    color: #ff0000;
    list-style: none;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    line-height: 1.85714;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 35px;*/
    pointer-events: none;
    text-align: center;
    z-index: 4;
    margin: 0 0.2em 0.2em 0;
}
.last_chance_to_buy_catalog .best-seller {
    color: #ff0000;
    line-height: 14px;
    padding-right: 1em;
    font-size: 16px;
    letter-spacing: .05em;
}
.last_chance_to_buy_catalog span{
    font-size: 9px;
}
.products__item {
    z-index: 4;
}
.slider-relative-container {
    position: relative;
    padding: 0 10px;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;

    width: 50px;
    height: 50px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
}
.slider-arrow:hover {
    background: #f0f0f0;
    border-color: #333;
}
.slider-arrow-prev {
    left: -60px;
}
.slider-arrow-next {
    right: -60px;
}

.products__items-box, #procuts_irems__wraper {
    overflow: visible !important;
}
.products__item-image-second {
    display: none!important;
}
#procuts_irems__wraper:not(.slick-initialized) {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
#procuts_irems__wraper.js-products__sort {
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}
#procuts_irems__wraper.slick-initialized {
    opacity: 1;
    height: auto;
}
@media (max-width: 1200px) {
    .slider-arrow-prev { left: -20px; }
    .slider-arrow-next { right: -20px; }
    .slider-relative-container button {
        width: unset !important;
    }
}
/* End */
/* /local/templates/time/components/extyl/catalog.section/.default/style.css?17649495872262 */
