
/* Final catalog integrity: never make a product disappear because an image request fails. */
.cardImg,.galleryMain{position:relative}
.storefrontImageFallback{
  min-height:220px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:6px;background:#fff9f1;color:#073f25;text-align:center;padding:18px;border-radius:inherit
}
.storefrontImageFallback span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.storefrontImageFallback strong{font-size:15px}
.galleryMain .storefrontImageFallback{min-height:420px}
@media(max-width:700px){.storefrontImageFallback{min-height:180px}.galleryMain .storefrontImageFallback{min-height:300px}}
