.home-hero-product-link {
  position: absolute;
  z-index: 2;
  left: 4.2vw;
  bottom: 22px;
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 10px;
  color: #30312f;
  background: rgba(250, 248, 244, .76);
  text-decoration: none;
  backdrop-filter: blur(5px);
}

.home-hero-product-link span {
  font-family: Georgia, serif;
  font-size: 14px;
}

.home-hero-product-link small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.home-hero-product-link:hover,
.home-hero-product-link:focus-visible {
  background: #fff;
  outline: 2px solid #30312f;
  outline-offset: 2px;
}

@media (max-width: 800px) {
  .home-hero-product-link {
    left: 20px;
    bottom: 16px;
    max-width: calc(100% - 40px);
    background: rgba(250, 248, 244, .88);
  }
}

@media (max-width: 420px) {
  .home-hero-product-link small { display: none; }
}
