/* Lighthouse quick fixes: improve contrast and avoid image layout shifts */
.footer-links a,
.footer-links-bottom a,
.footer-contact .contact-item,
.brand-description {
  color: #1f2f46;
  opacity: 1;
}

.product-image-wrapper,
.card-image,
.gallery-image,
.thumb-image {
  aspect-ratio: 1 / 1;
}

img {
  height: auto;
}
