.fast-view {
    display: none;
}
@media (min-width: 992px) {
    .fast-view {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #8CDCFC;
        display: none;
        justify-content: center;
        align-items: center;
        opacity: 0.6;
    }
    .fast-view a.fast-view-button {
        padding: 5px 10px;
        height: fit-content;
        font-weight: 400;
        background-color: #F3B757;
        border: 2px solid #F3B757;
        color: #ffffff;
    }
    .fast-view a.fast-view-button:hover {
        background-color: #ffffff;
        color: #F3B757;
        text-decoration: none;
    }
    .swiper-slide:hover .fast-view {
        display: flex;
    }
    .slider-main__wishful {
        z-index: 65;
    }
}