.ips-widgets-product {
  display: grid;
  gap: 16px;
}

.ips-widgets-product__image a,
.ips-widgets-product__image img {
  display: block;
  width: 100%;
}

.ips-widgets-product__title {
  margin: 0;
  line-height: 1.25;
}

.ips-widgets-product__title a {
  color: inherit;
  text-decoration: none;
}

.ips-widgets-product__excerpt {
  color: inherit;
}

.ips-widgets-product__excerpt > :first-child {
  margin-top: 0;
}

.ips-widgets-product__excerpt > :last-child {
  margin-bottom: 0;
}

.ips-widgets-product__price {
  font-weight: 600;
}

.ips-widgets-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ips-widgets-product__form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ips-widgets-product__quantity {
  width: 88px;
  min-height: 42px;
  padding: 8px 10px;
}

.ips-widgets-product__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  text-decoration: none;
}

.ips-widgets-product__button.loading,
.ips-widgets-add-to-cart__button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.ips-widgets-product--empty {
  color: #6b7280;
}

.ips-widgets-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ips-widgets-add-to-cart__title a {
  color: inherit;
  text-decoration: none;
}

.ips-widgets-add-to-cart__price {
  font-weight: 600;
}

.ips-widgets-add-to-cart__form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ips-widgets-add-to-cart__quantity {
  width: 88px;
  min-height: 42px;
  padding: 8px 10px;
}

.ips-widgets-add-to-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  text-decoration: none;
}
