/* Bare gallery arrows for the classic theme; retain hit areas and focus rings. */
html[data-theme-preset="classic"] #viewProduct .gallery .gNav {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
