/*
.live-inventory-v2-add-to-cart-wrapper {
  max-width: none;
	width: calc(100% - 60px);
}

.catalog-grid .tile .footer button.btn-primary {
	width: 100% !important
}
*/

/* Only affects boxes that JS marks as 'center-small' */
.center-small {
  display: grid !important;
  place-items: center !important;
  overflow: hidden;
}

.center-small img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

/* optional: give a box height ONLY when needed */
.center-small {
  min-height: clamp(200px, 40vw, 420px);
}