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

.live-inventory-v2-wrapper {
  white-space: normal;
  margin: 5px 0;
}

.live-inventory-v2-add-to-cart-wrapper .label {
  display: none !important;
}

.catalog-grid .tile .footer button.btn-primary {
  width: 100%;
}

.live-inventory-v2-shipping.out-stock:not(:empty) {
  color: #2e4259 !important;
  background: #e7f9fe;
  padding: 5px 15px;
  display: block;
  text-align: center;
}

.live-inventory-v2-shipping.out-stock:not(:empty)::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 0;
  background: #2e4259;
}