.shop-product-food .shop-product-image,
.shop-food-detail-art {
  background: #fbf8f6;
}

.shop-product-food .shop-product-image img,
.shop-food-detail-art img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  transform: scale(var(--shop-food-image-scale, 1));
  transform-origin: center;
}

.shop-food-gains {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  color: #59705a;
  font-size: 12px;
  font-weight: 800;
}

.shop-food-gains span {
  padding: 3px 7px;
  border-radius: 999px;
  background: #eef8eb;
}

.shop-food-detail-gains {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.shop-food-detail-gains div {
  padding: 12px;
  text-align: center;
  border: 1px solid var(--accent-mid);
  border-radius: 14px;
  background: var(--accent-light);
}

.shop-food-detail-gains dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.shop-food-detail-gains dd {
  margin: 3px 0 0;
  color: var(--accent-strong);
  font-size: 20px;
  font-weight: 900;
}

.shop-food-quantity {
  display: grid;
  gap: 6px;
  margin: 14px 0 8px;
  color: #536173;
  font-size: 13px;
  font-weight: 800;
}

.shop-food-quantity input {
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #ccd5df;
  border-radius: 12px;
  font: inherit;
}

.shop-food-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-height: 30px;
  margin: 0 0 10px;
  color: #536173;
  font-weight: 800;
}
