.product-card__link{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.product-card{background:var(--surface-container-low);cursor:pointer;flex-direction:column;gap:0;display:flex;overflow:hidden}.product-card__image-wrap{aspect-ratio:4/5;background:var(--surface-container);position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__overlay{opacity:0;background:#1a1c1b00;justify-content:center;align-items:flex-end;padding-bottom:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.product-card:hover .product-card__overlay{opacity:1;background:#1a1c1b14}.product-card__cta{transition:transform .35s cubic-bezier(.22,1,.36,1),background .2s;transform:translateY(8px)}.product-card:hover .product-card__cta{transform:translateY(0)}.product-card__info{background:var(--surface-container-lowest);flex-direction:column;gap:1rem;padding:1.25rem 1.25rem 1.5rem;display:flex}.product-card__meta{flex-direction:column;gap:.25rem;display:flex}.product-card__name{color:var(--on-surface)}.product-card__subtitle{font-size:.8125rem}.product-card__bottom{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-card__specs{flex-wrap:wrap;gap:.4rem;display:flex}.product-card__price{color:var(--on-surface);white-space:nowrap}
