/* Контейнер для відео */
a.product-img.nys-pv-thumb-wrap{
  position: relative;
  display: block;
}

/* Відео — під усіма оверлеями/кнопками, кліки НЕ блокує */
a.product-img .nys-pv-loop-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity .2s ease;
  z-index: 1;
  pointer-events: none;
}

a.product-img .nys-pv-loop-video.nys-hidden{
  opacity: 0;
}

/* Оверлеї/кнопки/іконки — просто підняти, НЕ змінюючи position */
.product .nasa-product-grid,
.product .nasa-product-grid .nasa-badges-wrap,
.product .nasa-product-grid .nasa-product-grid-buttons,
.product .nasa-product-grid .nasa-product-grid-buttons a,
.product .nasa-product-grid .nasa-product-grid-buttons button,
.product .nasa-product-grid .add_to_cart_button,
.product .nasa-product-grid .button,
.product .nasa-product-grid .yith-wcwl-add-to-wishlist,
.product .nasa-product-grid .nasa-quick-view{
  z-index: 5 !important;
}
