/* Zoom cursor on main gallery images */
.single-product .product-images .img-thumbnail img,
.single-product .woocommerce-product-gallery__image img {
    cursor: pointer;
}

/* Zoom icon button on gallery image */
.single-product a.zoom.hoverZoomLink {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* PhotoSwipe arrows — scale up the sprite-based icon 1.5x */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 90px !important;
    height: 120px !important;
    margin-top: -60px !important;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    width: 48px !important;
    height: 48px !important;
    top: 36px !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 50% !important;
    background-size: 396px 132px !important;
}

.pswp__button--arrow--left:before {
    left: 10px !important;
    background-position: -207px -66px !important;
}

.pswp__button--arrow--right:before {
    right: 10px !important;
    background-position: -141px -66px !important;
}
