.product-index-link {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 80;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #6f9f95;
  border-radius: 999px;
  color: #eafff5;
  background: #0c2411;
  box-shadow: 0 8px 24px rgba(12, 36, 17, .22);
  font: 650 13px/1 'Host Grotesk', system-ui, sans-serif;
}
.product-index-link:hover { background: #173d2b; }
.product-index-link:focus-visible { outline: 3px solid #c7ef43; outline-offset: 3px; }
@media (max-width: 720px) { .product-index-link { left: 12px; bottom: 12px; } }

