.rooom_product_viewer>iframe {
    width: 100% !important;
}

/*give aspect ratio to iframe surrounding div*/
.woocommerce-product-gallery__image:has(a>iframe.rooom-product-viewer) {
    aspect-ratio: 16 / 9;
}

/* remove zoom button on gallery if iframe is active */
.woocommerce-product-gallery__trigger:has(+ div>.woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image.flex-active-slide>a>iframe.rooom-product-viewer) {
    display: none;
}

*:has(>.rooom-ar-icon) {
    position: relative;
}

.rooom-ar-icon {
    z-index: 100;
}

.flex-control-nav.flex-control-thumbs li {
    height: fit-content;
}