/* HEPHORA V24 — WISHLIST + RECENTLY VIEWED + QUICK VIEW UX */
[data-wishlist],[data-wishlist-toggle]{cursor:pointer;touch-action:manipulation}
[data-wishlist] svg,[data-wishlist-toggle] svg{pointer-events:none}
[data-wishlist-count]{min-width:18px;min-height:18px;display:inline-grid;place-items:center;border-radius:999px;background:#400378;color:#fff;font-size:10px;font-weight:800}
[data-wishlist-grid]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
[data-wishlist-grid] .product-card{min-width:0}
.recently-viewed-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.quick-view-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(16,24,40,.55)}
.quick-view-modal.is-open{display:flex}
.quick-view-modal__dialog{width:min(920px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:4px;box-shadow:0 24px 60px rgba(16,24,40,.22);position:relative}
.quick-view-modal__close{position:absolute;right:12px;top:12px;width:42px;height:42px;border:1px solid rgba(64,3,120,.14);border-radius:999px;background:#fff;color:#400378;z-index:2;cursor:pointer}
@media(max-width:989px){[data-wishlist-grid],.recently-viewed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:749px){[data-wishlist-grid],.recently-viewed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-view-modal{padding:10px}.quick-view-modal__dialog{max-height:94vh}.quick-view-modal__close{width:44px;height:44px}}
