/* Managed products use the existing custom gallery arrows. */
.urbi-gallery-managed .gallery-carousel .elementor-swiper-button,
.urbi-gallery-managed .dimensions-carousel .elementor-swiper-button {
    visibility: hidden;
}
/* Preserve the existing TUS mobile dimensions controls. */
@media (max-width: 768px) {
    .urbi-gallery-theme-mobile-arrows .dimensions-carousel .elementor-swiper-button {
        visibility: visible;
    }
}
