.age-card img,
.woocommerce ul.products li.product img {
  aspect-ratio: 1.58 / 1 !important;
}

.age-product-art {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.age-product-art img {
  width: 100%;
  aspect-ratio: 1.57 / 1 !important;
  object-fit: cover;
  background: #15161a;
}

.age-product-art img:first-child {
  grid-column: 1 / -1;
}

@media (max-width: 560px) {
  .age-product-art {
    grid-template-columns: 1fr !important;
  }

  .age-product-art img:first-child {
    grid-column: auto;
  }
}
