.wishlist-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #494949;
    text-align: center;
}
.wishlist-catalog-link {
    display: block;
    width: 100%;
    margin-top: 46px;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #000000;
    text-decoration: none !important;
}
.wishlist-catalog-link:hover{
    color: #ffffff;
}
.wishlist-container h1 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.forfastvie {
    width:40px;
    height:40px;
    background:url(images/lupa_ico.png) center center no-repeat;
    display:none;
    cursor:pointer;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    padding: 5px 10px;
    left: 10px;
}
.webp .forfastvie {
    background:url(images/lupa_ico.webp) center center no-repeat;
}
.wishlist-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.wishlist-container > .row {
    width: 100%;
    justify-content: inherit;
}
.wishlist-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    width: 360px;
    text-align: center;
}
.wishlist-item-img:hover .forfastvie {
    display:block;
}
.wishlist-item-img {
    max-width: 350px;
    width: 100%;
    max-height: 526px;
    height: 100%;
    margin: 0 0 24px;
    position: relative;
    overflow: hidden;
}
.wishlist-item-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wishlist-item-img > .t-productItem__wish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wishlist-item-img > .t-productItem__wish span{
    z-index: 11;
}
.wishlist-item-name {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: start;
    justify-content: space-between;
    font-size: 12px;
    color: #151515;
    font-weight: 500;
    text-align: start;
    text-transform: uppercase;
    line-height: 20.40px;
    letter-spacing: 0.36px;
    margin-bottom: 2px;
}
.href_to_page:hover .wishlist-item-name {
    transition: color 0.2s;
    text-decoration: underline;
}
.wishlist-item-price-cont { 
    justify-content: start;
    width: 100%;
    text-align: left;
}
.wishlist-item-price {
    display: block;
    padding: 0;
    color: #151515;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
.wishlist-item-price.old {
    text-decoration: line-through;
}
.wishlist-item-price.new {
    background-color: #000;
}
.forfastvie:hover {
    background:url(images/lupecia.png) center center no-repeat;
}
.webp .forfastvie:hover {
    background:url(images/lupecia.webp) center center no-repeat;
}
.href_to_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 1341px) {
    .forfastvie {
        left: 20px;
    }
}
@media screen and (max-width: 991px) {
    .wishlist-container .wishlist-item {
        padding: 0 10px;
    }
    .wishlist-item-img:hover .forfastvie {
        display: none;
    }
    .wishlist-item-price-cont {
        justify-content: space-around;
        width: 100%;
    }
    .wishlist-item-price {
        margin: 0;
    }
}
@media screen and (max-width: 769px) {
    .wishlist-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .wishlist-item {
        margin-bottom: 50px;
    }

    .wishlist-item-name {
        font-size: 10px;
        line-height: 18px;
    }
}
@media screen and (max-width: 575px) {
    .wishlist-container .wishlist-item {
        padding: 0 5px;
    }
    .wishlist-item-name {
        word-break: break-word;
    }
    .wishlist-item-price {
        font-size: 10px;
    }
}