/* Sold Out Styling */
.artwork-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sold-out-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: #c0392b;
  color: white;
  padding: 8px 40px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  pointer-events: none;
}


/* Product page meta styling */
.product-meta-item span.sold-out {
  color: #c0392b;
  font-weight: bold;
}
