/* Enquadramento completo das artes e fotos de produtos */
.hero-visual {
  background: #087ec7;
}

.hero-visual img {
  object-fit: contain;
  object-position: center;
}

.clean-hero {
  background: #d9e7d6;
}

.clean-hero::after {
  display: none;
}

.product-card {
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.product-card::after {
  display: none;
}

.product-card img {
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #edf4f4;
}

.product-codorna img {
  background: #fff;
}

.product-info {
  position: relative;
  inset: auto;
  padding: 19px 18px 20px;
  background: #083a5c;
}

@media (max-width: 650px) {
  .product-card {
    height: auto;
  }

  .product-card img {
    aspect-ratio: 1 / 1;
  }
}
