/* Piękna i Moda – product videos */
.products .product .woocommerce-LoopProduct-link,
.products .product .product-element-top,
.wd-products-element .product-grid-item .product-element-top {
  position: relative;
}

.pim-loop-video-wrap {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  overflow: hidden;
  z-index: 4;
  pointer-events: none;
  background: #f3e9df;
}

.pim-loop-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #f3e9df;
}

.pim-video-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 16, 15, 0.72);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}

.pim-single-video-item {
  width: 100%;
}

.pim-single-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f3e9df;
}

.pim-single-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .pim-loop-video { visibility: hidden; }
  .pim-video-badge { display: none; }
}
