body .post_item .post_featured.hover_shop .mask,
body .post_item .post_featured.hover_shop .icons {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

body .post_item .post_featured.hover_shop > a {
    pointer-events: all !important;
}

body .post_item .post_featured.hover_shop {
    z-index: 9999 !important;
    position: relative !important;
}

@media (max-width: 959px) {
    .post_item .post_featured.hover_shop .mask,
    .post_item .post_featured.hover_shop .icons {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .post_item .post_featured.hover_shop > a {
        pointer-events: all !important;
    }

    .post_item .post_featured.hover_shop {
        z-index: 9999 !important;
        position: relative !important;
    }
}