.product-card{padding:var(--space-4);transition:box-shadow var(--transition-fast);background:#f5f5f5;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;width:100%;min-width:0;max-width:100%;text-decoration:none;display:flex}.product-card:hover{box-shadow:0 8px 24px #0000001a}.product-card__image-wrapper{aspect-ratio:1;width:100%;margin-bottom:var(--space-3);border-radius:12px;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%}.product-card__name{font-size:var(--text-base);color:#0000c8;text-align:center;margin-bottom:var(--space-4);font-weight:600}.product-card__footer{flex-direction:column;align-items:center;width:100%;display:flex}.product-card__footer>*{width:100%}.product-card__buy{width:100%;padding:var(--space-3)var(--space-4);color:#fff;font-size:var(--text-base);cursor:pointer;transition:background var(--transition-fast);background:#0000c8;border:none;border-radius:8px;font-weight:600}.product-card__buy:hover{background:#0000a0}.product-card__price{font-size:var(--text-lg);text-align:center;margin-bottom:var(--space-3)}.product-card__price .price{font-size:inherit;font-weight:inherit;color:inherit}.product-card--category{border:1px solid var(--color-border);background:#fff}.product-card--category .product-card__name{margin-bottom:var(--space-2)}
