.ao-app .ao-card .ao-image-link {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  background: #f3f4f6 !important;
}

.ao-app .ao-card .ao-image-link > img.ao-thumb {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.ao-app .ao-card .ao-image-link > .ao-placeholder {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}

.ao-app .ao-detail-media {
  clear: both !important;
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #f3f4f6 !important;
  text-align: center !important;
}

.ao-app .ao-detail-media img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 80vh !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

.ao-product-standalone .ao-product-visual {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  background: #f3f4f6 !important;
}

.ao-product-standalone .ao-product-cover {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 80vh !important;
  margin: auto !important;
  object-fit: contain !important;
}

.ao-app .ao-card .ao-stats {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  gap: 8px !important;
}

.ao-app .ao-card .ao-stats > span:last-child {
  margin-left: auto !important;
  text-align: right !important;
}

.ao-app .ao-card .ao-card-save {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  gap: 8px !important;
  margin: 5px 0 2px !important;
}

.ao-app .ao-card .ao-card-save .ao-wishlist-button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px 8px !important;
  font-size: 10px !important;
  text-decoration: none !important;
}

.ao-app .ao-card .ao-card-save small {
  display: block !important;
  margin-left: auto !important;
  text-align: right !important;
  white-space: nowrap !important;
}
