.product-visual img {
  display: block;
  width: min(680px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 35px 80px #50372255;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.contact .social {
  border-color: #d5aa87;
  color: #fff;
}

@media (max-width: 900px) {
  .contact-links {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .contact-links,
  .contact-links .button {
    width: 100%;
  }
}
