/* Smuggler storefront: force Safari-safe served artwork instead of the embedded data URI. */
#cofp-smuggler-preview .smg-art {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.03) 60%, rgba(0,0,0,.38)),
    url('/assets/smuggler-storefront-v1.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
