.product-preview-link,
.hero-preview-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-preview-link .preview,
.hero-preview-link .preview {
  transition: filter .2s ease;
}

.product-preview-link:hover .preview,
.hero-preview-link:hover .preview {
  filter: brightness(.985);
}

.product-preview-link:focus-visible,
.hero-preview-link:focus-visible,
.product-info h3 a:focus-visible,
.hero-product-caption b a:focus-visible {
  outline: 3px solid #1672e5;
  outline-offset: 4px;
  border-radius: 8px;
}

.product-info h3 a,
.hero-product-caption b a {
  color: inherit;
  text-decoration: none;
}

.product-info h3 a:hover,
.hero-product-caption b a:hover {
  color: #0965e8;
}
