.woocommerce-product-gallery {
    position: relative !important;
}

.wc-360-icon,
.wc-360-exit-icon {
    object-fit: contain !important;
    cursor: pointer;
    transition: transform 0.2s ease;
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
}

.wc-360-icon.small,
.wc-360-exit-icon.small {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
}

.wc-360-icon:hover,
.wc-360-exit-icon:hover {
    transform: scale(1.1);
}

/* DESKTOP DEFAULTS */
.wc-360-icon-wrapper,
.wc-360-exit-wrapper {
    position: absolute;
    bottom: 100px;
    left: 25px;
    z-index: 999;
}

/* MOBILE OVERRIDES */
@media (max-width: 768px) {
    .wc-360-icon-wrapper {
        top: 320px;
        right: 10px;
        left: auto;
    }

    .wc-360-exit-wrapper {
        bottom: 20px;
        right: 20px;
        left: auto;
    }

    .wc-360-icon,
    .wc-360-exit-icon {
        width: 28px !important;
        height: 28px !important;
    }

    .wc-360-icon.small,
    .wc-360-exit-icon.small {
        width: 20px !important;
        height: 20px !important;
    }
}
