/* OBSESSION V22.2.4 — clean product gallery controls */

/* Hide the inline product-page arrows + image counter.
   Thumbnails remain available below the product image.
   Lightbox arrows/counter are NOT affected. */
.product-gallery-wrap > .beauty-gallery-control,
.product-gallery-wrap > .beauty-gallery-count,
.beauty-gallery-prev,
.beauty-gallery-next,
.beauty-gallery-count{
  display:none!important;
}

/* Make sure lightbox navigation remains visible */
.obs-product-lightbox .obs-product-lightbox-prev,
.obs-product-lightbox .obs-product-lightbox-next,
.obs-product-lightbox .obs-product-lightbox-count{
  display:block!important;
}
