.free-delivery-banner {
  background: #f6891f;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  font-size: 0.95rem;
  position: sticky;
  top: 0;
  z-index: 1200;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
