﻿/* Product page specific styles moved from products.ejs */
.dish-container {
  display: none;
}

#product-volume {
  display: none;
}

.status-select {
  width: 120px;
}


.product-image-wrapper {
  padding: 12px 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
  margin-bottom: 16px;
}

.product-image-preview {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #f8f9ff;
  display: block;
  margin: 0 auto 12px;
}

.product-image-wrapper input[type="file"] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 8px 10px;
  background: #f4f7ff;
}

