/* Custom styles
   ========================================================================== */
/* Sold-out notification styles */
.sold-out-banner {
  background-color: #fd02a1;
  /* Pink color matching the brand */
  color: white;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  width: 100%;
  font-size: 1.1rem;
  position: relative;
  z-index: 100;
}

.sold-out-notice {
  font-size: 1.1rem;
  margin: 20px 0;
  font-weight: bold;
  color: #fd02a1;
  /* Pink color matching the brand */
}
