.product img.wp-post-image {
    transition: opacity .25s ease;
    will-change: opacity;
}

.shop-slider-arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 9;
}

.shop-slider-arrows span {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
    pointer-events: all;
    font-size: 20px;
    border-radius: 3px;
    user-select: none;
}

.shop-slider-dots {
    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
    z-index:9;
}

.shop-slider-dots span {
    display:inline-block;
    width:6px;
    height:6px;
    margin:0 3px;
    background:#ccc;
    border-radius:50%;
    cursor:pointer;
}

.shop-slider-dots span.active {
    background:#000;
}
