/* Keep SkyShop's full-card product link above passive card content. */
body.sdd-v16 .sdd-v13-products .product-tile > a.position-absolute.w-100.h-100 {
  inset: 0 !important;
  z-index: 3 !important;
}

/* Preserve the named link and cart action as the top interactive controls. */
body.sdd-v16 .sdd-v13-products .product-name,
body.sdd-v16 .sdd-v13-products .product-action {
  position: relative !important;
  z-index: 4 !important;
}
