.breadcrumbs-wrapper {
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 1160px;
    margin: 0 auto;
}

.favourites__top-blank-sheet {
    display: flex;
    flex-direction: column;
}

.favourites__top-blank-sheet .showmore-link {
    margin: 0;
}

.favourites__top-blank-sheet .favourites__title {
    margin-bottom: 40px;
}

.product-item {
    flex-grow: 1;
}

.favourites {
    width: 100%;
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 20px 100px;
}

.favourites__top-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: ;
}

.favourites__title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
}

.favourites__reset-button {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #6C6C6C;
    border: none;
    background-color: transparent;
    align-items: flex-start;
    cursor: pointer;
}

.favourites__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 40px;
}

.product-item__content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-item__main {
    flex-grow: 1;
    position: relative;
}

.product-item__action{
    margin-top: auto;
}

.product-item__labels {
    position: absolute;
    top: 3px;
    left: 3px;
}

.favourites__item .product-item {
    margin-right: 0;
}

.favourites__item .product-item__image {
    width: 130px;
    height: 135px;
    position: relative;
    display: block;
}

.favourites__item {
    display: flex;
    flex-direction: column;
    width: 130px;
}

.product-item__favourites-prices {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto;
    margin-bottom: 10px;
}

.favourites__old-price {
    grid-column: 1/2;
    grid-row: 1/2;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 5px;
}

.favourites__item .product-item__discount {
    grid-column: 2/3;
    grid-row: 1/3;
    min-width: 50px;
    min-height: 25px;
    padding: 0;
}

.favourites__price {
    grid-column: 1/2;
    grid-row: 2/3;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}

.favourites__in-basket, .text-basket {
    display: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;

}

.product-item__name {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 20px;
}

.favourites__item .product-item__button {
    width: 48px;
    height: 44px;
    margin-top: 0;
    padding: 0;
}

.product-item__compare-button {
    padding: 0;
    background-color: transparent;
    border: none;
}

@media (min-width: 480px) {

    .favourites__top-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }
    
    .favourites__title {
        font-size: 26px;
    }

    .favourites__item {
        width: 210px;
    }

    .favourites__item .product-item__image {
        width: 210px;
        height: 217px;
    }

    .favourites__old-price {
        font-size: 14px;
    }

    .favourites__price {
        font-size: 18px;
    }

    .product-item__discount {
        align-self: flex-end;
    }

    .product-item__name {
        font-size: 14px;
    }

    .product-item__name {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .favourites__item .product-item__button {
        width: 127px;
    }

    .product-item__fav-button {
        padding: 0;
    }

    .product-item__action {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .favourites__icon-basket {
        display: none;
    }

    .text-basket {
        display: block;
    }

    .favourites__list{
        padding-top: 40px;
    }
}

@media (min-width: 770px) {

    .favourites__list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .favourites__title {
        font-size: 30px;
    }

    .favourites__item {
        width: 227px;
    }

    .favourites__item .product-item__image {
        width: 227px;
        height: 235px;
    }

    .product-item__favourites-prices {
        display: flex;
        align-items: baseline;
    }

    .favourites__price {
        margin-right: 9px;
    }

    .favourites__old-price {
        order: 2;
    }

    .product-item__discount {
        margin-left: auto;
    }
}

@media (min-width: 1280px) {

    .favourites__title {
        font-size: 36px;
    }

    .favourites__list {
        padding-top: 60px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .favourites__item {
        width: 260px;
    }

    .favourites__item .product-item__image {
        width: 260px;
        height: 270px;
    }

    .favourites__list {
        column-gap: 40px;
        row-gap: 50px;
    }

    .breadcrumbs-wrapper {
        padding-left: 0;
    }

    .favourites {
        padding-left: 0;
        padding-right: 0;
    }

    .favourites .product-item__action {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        will-change: transform;
        transition: max-height var(--trans),opacity var(--trans);
        position: absolute;
        bottom: -40px;
        left: -50%;
        transform: translateX(50%);
        width: 100%;
    }

    .favourites .product-item:hover .product-item__action {
        pointer-events: all;
        max-height: 50px;
        opacity: 1;
    }

    .favourites__item .product-item__button {
        width: 177px;
    }
}

