/* Nyilak alap stílus */
.swiper-button-prev,
.swiper-button-next {
  color: #333;              /* szín */
  width: 25px!important;              /* "vastagság" – mennyire legyen széles a nyíl gomb */
  height: 25px!important;             /* "magasság" */
  z-index: 999;
  top: 40%!important;
}

/* Nyíl ikon méret */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px!important;  /* a tényleges ikon mérete */
  font-weight: bold;
}

/* Bal oldali nyíl – a kép bal széléhez képest -60px-re */
.swiper-button-prev {
  left: -33px!important;  /* állítsd be amennyire ki akarod tolni */
}

/* Jobb oldali nyíl – a kép jobb széléhez képest +60px-re */
.swiper-button-next {
  right: -33px!important;
}

/* Szülő container ne vágja le a gyerekeket */
.woocommerce-product-gallery {
  overflow: visible !important;
  position: relative; /* kell, hogy a Swiper nav absolute-ben tudjon mozogni */
}

