.pcseal-card-wrap { position: relative; }

/* WooCommerce's own li.product in the shop loop needs position: relative
   too for the overlays div above to anchor correctly there — that rule
   already exists in theme/assets/quickview.css:
   `.woocommerce ul.products li.product { position: relative; }`
   (see quickview.css's own comment above it). Not duplicated here. */

.pcseal-card-overlays {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	pointer-events: none;
	z-index: 5;
}
.pcseal-card-overlays > * {
	pointer-events: auto;
}
