.product-card{margin-block:var(--sp-5);background:var(--paper-raised);border:1px solid var(--rule-strong);border-radius:var(--r-card);transition:border-color var(--dur-fast) var(--ease);overflow:hidden}.product-card__grid{grid-template-columns:168px minmax(0,1fr) 216px;display:grid}.product-card--compact .product-card__grid{grid-template-columns:120px minmax(0,1fr)}.product-card__media{border-right:1px solid var(--rule);min-height:168px;display:flex}.product-card--compact .product-card__media{min-height:132px}.product-card__img{object-fit:cover;width:100%;height:100%}.product-card__img-placeholder{border:0;border-radius:0;flex:1;align-items:flex-end;padding:8px;display:flex}.product-card__img-label{font:500 10px var(--font-mono);color:var(--row-unverified-ink)}.product-card__body{border-right:1px solid var(--rule);min-width:0;padding:16px 18px}.product-card--compact .product-card__body{border-right:0;padding:13px 15px}.product-card__meta{margin-bottom:var(--sp-2);flex-wrap:wrap;align-items:center;gap:9px;display:flex}.product-card__badge{font:600 10px var(--font-latin);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-rec)}.product-card__spec-line{font:500 11px var(--font-mono);color:var(--ink-muted)}.product-card__name{font:500 18px/1.6 var(--font-zh);color:var(--ink)}.product-card--compact .product-card__name{font-size:16px;line-height:1.55}.product-card__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 18px;margin-top:10px;display:grid}.product-card__spec{justify-content:space-between;align-items:baseline;gap:var(--sp-2);border-bottom:1px solid var(--hairline-faint);padding-bottom:5px;display:flex}.product-card__spec-label{font:400 12px var(--font-zh);color:var(--ink-muted);white-space:nowrap}.product-card__spec-value{color:var(--ink);font-variant-numeric:tabular-nums;text-align:right;font-size:13px;font-weight:500}.product-card__stats{border-top:1px solid var(--rule);flex-wrap:wrap;align-items:center;gap:14px;margin-top:12px;padding-top:12px;display:flex}.product-card__stat{font:500 13px var(--font-mono);color:var(--ink);font-variant-numeric:tabular-nums;align-items:center;gap:4px;display:inline-flex}.product-card__stat--muted,.product-card__stat-sub{color:var(--ink-muted)}.product-card__stat-sep{background:var(--rule);width:1px;height:14px}.product-card__price-rail{background:var(--paper);flex-direction:column;justify-content:space-between;gap:14px;padding:16px 18px;display:flex}.product-card--compact .product-card__price-rail{background:0 0;flex-direction:row;grid-column:2;align-items:flex-end;padding:0 15px 13px}.product-card__price-label{font:600 10px var(--font-latin);letter-spacing:.14em;color:var(--ink-muted);margin-bottom:var(--sp-1);display:block}.product-card__price{font:700 30px var(--font-mono);letter-spacing:-.02em;color:var(--ink);font-variant-numeric:tabular-nums}.product-card--compact .product-card__price{font-size:24px}.product-card__price-note{margin-top:var(--sp-1);font:500 11px var(--font-mono);color:var(--ink-muted);font-variant-numeric:tabular-nums}.product-card__cta{text-align:center;background:var(--ink);min-height:44px;color:var(--paper);border:1px solid var(--ink);border-radius:var(--r-md);font:500 15px var(--font-zh);white-space:nowrap;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);padding:12px 14px;display:block}.product-card__disclosure{border-top:1px solid var(--rule);font:400 11px/1.7 var(--font-zh);color:var(--ink-muted);padding:9px 18px}.product-card:hover{border-color:var(--rule-strong)}.product-card:hover .product-card__cta,.product-card__cta:hover,.product-card__cta:focus-visible{background:var(--btn-primary-hover);border-color:var(--btn-primary-hover)}.product-card--sold-out{background:var(--paper);border-color:var(--disabled-edge-soft)}.product-card--sold-out:hover{border-color:var(--disabled-edge-soft)}.product-card--sold-out .product-card__media,.product-card--sold-out .product-card__body{border-right-color:var(--disabled-surface)}.product-card--sold-out .product-card__name,.product-card--sold-out .product-card__spec-line,.product-card--sold-out .product-card__spec-label,.product-card--sold-out .product-card__spec-value,.product-card--sold-out .product-card__stat,.product-card--sold-out .product-card__stat--muted,.product-card--sold-out .product-card__stat-sub,.product-card--sold-out .product-card__price-label,.product-card--sold-out .product-card__price-note,.product-card--sold-out .product-card__badge{color:var(--row-unverified-ink)}.product-card--sold-out .product-card__price{color:var(--row-unverified-ink);text-decoration:line-through}.product-card--sold-out .product-card__price-rail{background:var(--paper)}.product-card--sold-out .product-card__img{filter:grayscale();opacity:.7}.product-card__cta--off{text-align:center;background:var(--disabled-surface);min-height:44px;color:var(--disabled-ink);border:1px solid var(--disabled-edge);border-radius:var(--r-md);font:500 15px var(--font-zh);cursor:not-allowed;white-space:nowrap;padding:12px 14px;display:block}.product-card--sold-out:hover .product-card__cta--off{background:var(--disabled-surface);border-color:var(--disabled-edge)}@media (max-width:600px){.product-card__grid,.product-card--compact .product-card__grid{grid-template-columns:minmax(0,1fr)}.product-card__media{border-right:0;border-bottom:1px solid var(--rule);min-height:180px}.product-card__body{border-right:0}.product-card__specs{grid-template-columns:minmax(0,1fr)}.product-card__price-rail,.product-card--compact .product-card__price-rail{background:var(--paper);border-top:1px solid var(--rule);flex-direction:column;grid-column:auto;align-items:stretch;padding:14px 18px 16px}.product-card--sold-out .product-card__media{border-bottom-color:var(--disabled-surface)}}
