.sf-product-grid .sf-product-image { position: relative; }
.sf-media-controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: flex;
  gap: 5px;
}
.sf-media-controls button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(7,24,39,.88);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.sf-media-index {
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 2;
  padding: 5px 7px;
  background: rgba(255,254,251,.9);
  color: #071827;
  font: 600 9px 'DM Mono', monospace;
}
.sf-product-grid .sf-product-image img { transition: opacity .18s ease; }
@media (prefers-reduced-motion: reduce) {
  .sf-product-grid .sf-product-image img { transition: none; }
}
