/* your custom CSS styles here */
.product-description img {
max-width: 100%;
height: auto;
}
.stock-status {
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 6px;
  display: block;
}

.stock-status.in-stock {
  color: #2e7d32; /* vert */
}

.stock-status.on-order {
  color: #f57c00; /* orange */
}

.stock-status.out-of-stock {
  color: #c62828; /* rouge */
}
