.wms-thumb-3d {
    position: relative
}

.wms-thumb-3d img {
    display: block
}

.wms-chip {
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 2px 6px;
    font-size: 12px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    line-height: 1;
    opacity: .85
}

.wms-thumb-fallback {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    color: #111;
    font-weight: 600;
    border: 1px solid #e5e5e5
}

/* .wms-3d-active .woocommerce-product-gallery__image .zoomImg,
.wms-3d-active .woocommerce-product-gallery__image a {
    pointer-events: none
} */