

/* Start:/local/templates/facetoface/components/bitrix/catalog/catalog/bitrix/catalog.element/detail/style.css?17527335923950*/
.product__heading.catalog-heading {
    justify-content: space-between;
    margin-bottom: 15px;
}

.product__subtitle.catalog-subtitle {
    margin-bottom: 40px;
    margin-top: 15px;
}

.product__heading.catalog-heading.no-subtitle {
    margin-bottom: 40px;
}

.product__main.product-add {
    row-gap: 30px;
    flex-wrap: nowrap;
    align-items: flex-end;
    flex-direction: row;
    gap: 10px;
}

/* title */
.product__main.product-add > .product__title {
    display: block;
}

/* span inside */
.product__main.product-add span {
    white-space: nowrap;
    line-height: 0.79;
    position: relative;
    left: 10px;
    text-transform: lowercase;
}

.product__heading .product__back {
    position: relative;
}

.product__back:hover span {
    background: #BE2E21;
}

.product__back:hover svg {
    fill: #fff !important;
}

.swiper-nav__btn.swiper-navBtn__tea {
    background-color: #F2F1EE;
    border: 1px solid #CFCFC5;
}

.swiper-nav__btn.swiper-navBtn__tea svg {
    fill: #86898D;
}

.product__list.catalog-list {
    margin-bottom: 30px;
}

/* coffee page list */
.catalog-list.coffee {
    row-gap: 30px;
}

.catalog-list.coffee > li {
    flex: 0 0 50%;
    width: 50%;
}

.catalog-list.coffee h5 {
    margin-bottom: 15px;
}

.catalog-list.coffee p {
    line-height: 0.79 !important;
}

/* tea page list */
.catalog-list.tea > li {
    flex: 0 0 100%;
    width: 100%;
}

.product__description.catalog-descr.coffee {
    margin-bottom: 40px;
}

.product__description.catalog-descr.tea {
    margin-bottom: 30px;
}

.product__description.catalog-descr > p {
    line-height: 1.2;
}

.product__description.catalog-descr > h5 {
    margin-bottom: 5px;
}

.product__main.product-add > h1 {
    transform: translateY(-5px);
}

/* left part */
.left-card-custom, .right-card-custom {
    width: 50%;
    padding: 0;
}

/* offsets for text */
.right-card-custom a, h5, span {
    line-height: 0.79 !important;
}


/* 
    tastes on coffee page only
*/
.product__tastes {
    padding-top: 10px;
    margin-bottom: 40px !important; 
}

.product__button-price {
    margin-bottom: 40px;
}

/* tablet */
@media screen and (max-width: 1279px) {
    /* left part */
    .left-card-custom, .right-card-custom {
        width: 100%;
    }

    .left-card-custom > .product__images {
        margin-right: 0;
    }

    .product__main.product-add {
        flex-wrap: wrap;
    }
    
    .product__main.product-add > .product__title {
        font-size: 68px;
        flex: 0 1 min-content;
        white-space: nowrap;
        display: flex;
        gap: 10px;
        align-items: flex-end;
    }

    .product__main.product-add span {
        align-self: flex-end;
        position: static;
        left: 0;
        transform: translateY(-3px);
    }
}

/* mobile */
@media (max-width: 767px) {
    .product__heading.catalog-heading {
        margin-bottom: 5px;
    }
    
    .product__heading.catalog-heading.no-subtitle {
        margin-bottom: 30px;
    }

    
    .product__subtitle.catalog-subtitle {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .product__description.catalog-descr {
        margin-bottom: 30px;
    }

    .product__main.product-add {
        flex-direction: column;
    }

    .product__main.product-add > .product__title {
        font-size: 38px;
        flex-direction: column;
    }
    
    .product__main.product-add span {
        align-self: flex-start;
        transform: translateY(0);
    }
    
    .product__list.catalog-list {
        margin-bottom: 20px;
    }

    /* coffee */
    .catalog-list.coffee > li {
        flex: 0 0 100%;
        width: 100%;
    }    

    .catalog-list.coffee {
        row-gap: 20px;
    }

    .catalog-list.coffee h5 {
        margin-bottom: 10px;
    }

    .product__tastes {
        margin-bottom: 30px !important;
    }    
}

@media (max-width: 992px) {
    .product__main.product-add > h1 {
        transform: translateY(0px);
    }
}
/* End */
/* /local/templates/facetoface/components/bitrix/catalog/catalog/bitrix/catalog.element/detail/style.css?17527335923950 */
