/* Accessories-specific: placeholder icon card */
.pcard.acc .imgwrap { cursor: default; }
.acc-ph {
  position: relative; width: 100%; aspect-ratio: 1/1;
  background: linear-gradient(160deg, var(--sky) 0%, #fff 100%);
  display: grid; place-items: center;
}
.acc-ph .ic { width: 66px; height: 66px; color: var(--blue-600); }
.acc-ph .ic svg { width: 100%; height: 100%; }
.acc-ph .cap { position: absolute; bottom: 12px; font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: .02em; }
.pcard.acc .body { gap: 7px; padding-bottom: 6px; }
.pcard.acc h3 { font-size: 15.5px; }
.pcard.acc .desc { font-size: 13px; color: var(--ink-2); line-height: 1.5; }
