.fast-view__button{
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 14px;
}
.fast-view__button svg{
    fill: #fff;
    stroke: #9ba3af;
    transition: stroke ease .3s;
}
.fast-view__button:hover svg{
    stroke: #000;
}
.fast-view__hint{
    display: none;
    font-size: 14px;
    color: #9da5b1;
    transition: color ease .3s;
    white-space: nowrap;
    font-weight: 300;
    position: relative;
    top: -17px;
    z-index: -1;
    transition: color ease .3s;
}
.fast-view__button:hover .fast-view__hint{
    color: #000;
}

@media screen and (max-width: 600px) {
    .fast-view__button{
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .fast-view__button{
        right: 11px;
    }
}
@media screen and (max-width: 700px) {
    .detail-page .detail-page__product-pictures{
        width: 49%;
    }
}

@media (max-height: 800px) {
    .detail-page .detail-page__product-slider__inner{
        padding: 0;
    }
}
@media (max-height: 520px) {
    .fast-view__button{
        display: none;
    }
}