.product-card[data-astro-cid-tjdfhdqb]{position:relative;display:flex;flex-direction:column;height:100%;background:var(--surf-1);border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--duration-base) ease,border-color var(--duration-base) ease;cursor:pointer}.product-card[data-astro-cid-tjdfhdqb]:hover{box-shadow:var(--shadow-card-hover);border-color:var(--hairline-strong)}.product-card[data-astro-cid-tjdfhdqb]:has(:focus-visible){box-shadow:var(--shadow-card-hover),0 0 0 3px var(--accent-light-bg);border-color:var(--accent)}.product-card__image-wrap[data-astro-cid-tjdfhdqb]{overflow:hidden;aspect-ratio:4/3;background:var(--surf-1);border-bottom:1px solid var(--hairline)}.product-card__img[data-astro-cid-tjdfhdqb]{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card[data-astro-cid-tjdfhdqb]:hover .product-card__img[data-astro-cid-tjdfhdqb]{transform:scale(1.03)}.product-card__body[data-astro-cid-tjdfhdqb]{flex:1;display:flex;flex-direction:column;padding:15px 15px 16px;gap:9px}.product-card__meta[data-astro-cid-tjdfhdqb]{display:flex;align-items:center;gap:.5rem}.product-card__category[data-astro-cid-tjdfhdqb]{position:relative;z-index:1;font-family:var(--font-mono);font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);transition:opacity var(--duration-base) ease}.product-card__category[data-astro-cid-tjdfhdqb]:hover{opacity:.75}.product-card__title[data-astro-cid-tjdfhdqb]{font-size:.92rem;font-weight:600;line-height:1.3;color:var(--charcoal);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title[data-astro-cid-tjdfhdqb] a[data-astro-cid-tjdfhdqb]{transition:color var(--duration-base) ease}.product-card__title[data-astro-cid-tjdfhdqb] a[data-astro-cid-tjdfhdqb]:after{content:"";position:absolute;inset:0;z-index:0}.product-card__title[data-astro-cid-tjdfhdqb] a[data-astro-cid-tjdfhdqb]:hover{color:var(--accent)}.product-card__sku[data-astro-cid-tjdfhdqb]{font-family:var(--font-mono);font-size:.66rem;color:var(--text-faint);letter-spacing:.02em}.product-card__desc[data-astro-cid-tjdfhdqb]{flex:1;font-size:.78rem;font-weight:400;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__chips[data-astro-cid-tjdfhdqb]{display:flex;flex-wrap:wrap;gap:6px}.product-card__chip[data-astro-cid-tjdfhdqb]{position:relative;z-index:1;display:inline-flex;align-items:baseline;gap:5px;padding:4px 8px;background:var(--surf-2);border:1px solid var(--hairline);border-radius:3px;font-size:.66rem;letter-spacing:.02em}.product-card__chip-label[data-astro-cid-tjdfhdqb]{color:var(--text-muted);font-weight:400}.product-card__chip-value[data-astro-cid-tjdfhdqb]{font-family:var(--font-mono);font-weight:500;color:var(--charcoal-2);font-variant-numeric:tabular-nums}.product-card__price[data-astro-cid-tjdfhdqb]{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:500;color:var(--charcoal)}.product-card__quote-label[data-astro-cid-tjdfhdqb]{position:relative;z-index:1;margin-top:8px;display:flex;width:100%;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:var(--radius);font:600 .76rem var(--font);cursor:pointer;user-select:none;background:var(--surf-1);color:var(--accent-text);border:1px solid var(--hairline-strong);transition:background var(--duration-base) ease,border-color var(--duration-base) ease,color var(--duration-base) ease}.product-card__quote-label[data-astro-cid-tjdfhdqb]:has(.product-card__quote-check:checked){background:var(--accent);color:var(--white);border-color:var(--accent)}.product-card__quote-label[data-astro-cid-tjdfhdqb]:focus-within{box-shadow:0 0 0 3px var(--accent-light-bg)}.product-card__quote-check[data-astro-cid-tjdfhdqb]{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.product-card__quote-text--in[data-astro-cid-tjdfhdqb]{display:none}.product-card__quote-label[data-astro-cid-tjdfhdqb]:has(.product-card__quote-check:checked) .product-card__quote-text--add[data-astro-cid-tjdfhdqb]{display:none}.product-card__quote-label[data-astro-cid-tjdfhdqb]:has(.product-card__quote-check:checked) .product-card__quote-text--in[data-astro-cid-tjdfhdqb]{display:inline}.product-card__options-link[data-astro-cid-tjdfhdqb]{position:relative;z-index:1;margin-top:8px;display:inline-flex;align-items:center;gap:.25rem;font-size:var(--text-sm);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);transition:gap var(--duration-base) ease}.product-card__options-link[data-astro-cid-tjdfhdqb]:hover{gap:.5rem}
