.hero-shop-button {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 13%;
  transform: translateX(-50%);
  min-width: 150px;
  padding: 15px 34px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 10px;
  background: rgba(255, 255, 255, .3);
  backdrop-filter: blur(8px);
  color: #151515;
  text-align: center;
  text-decoration: none;
  letter-spacing: .12em;
  transition: background .25s, transform .25s;
}

.hero-shop-button:hover {
  background: rgba(255, 255, 255, .48);
  transform: translateX(-50%) translateY(-2px);
}

.home-hidden-shop {
  display: none !important;
}

.home-page .shop-dropdown a {
  width: 100%;
  color: inherit;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

@media (min-width: 851px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer-heading {
  font-family: "Instrument Serif", serif;
  font-size: clamp(58px, 8vw, 128px);
  line-height: .9;
  letter-spacing: -.025em;
  margin-bottom: 72px;
}

.footer-links a {
  font-size: clamp(26px, 3.2vw, 52px);
  line-height: 1.1;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 850px) {
  .footer-heading {
    font-size: 58px;
    margin-bottom: 52px;
  }

  .footer-links a {
    font-size: 27px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.standalone-shop {
  min-height: 70vh;
  padding-top: 75px;
}

@media (max-width: 850px) {
  .shop-page .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .shop-page .product-meta {
    font-size: 10px;
  }
}

@media (max-width: 850px) {
  .hero-shop-button {
    bottom: 12%;
    min-width: 138px;
    padding: 14px 28px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .product-meta {
    display: block;
    padding: 7px 1px 14px;
    font-size: 9px;
    line-height: 1.35;
  }

  .product-meta span {
    display: block;
  }
}
