/* ------------------------------------------------------------------
   Novera Wear — custom fixes

   Fix: the "SS - Product videos" section loads swiper@9 bundle CSS from
   a CDN inside the <body>. It lands after the theme stylesheets and
   (a) injects a second arrow through ::after (font-family: swiper-icons)
   (b) overrides the size/position of the theme's own arrow buttons.
   Result: doubled, offset arrows in the product media gallery.
   ------------------------------------------------------------------ */

.swiper-button-control::after,
.swiper-button-control::before {
  content: none !important;
  display: none !important;
}

.m-product-media--slider__navigation .swiper-button-control {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: 0 !important;
  width: 45px !important;
  height: 45px !important;
}
