/* Shared transparent artwork treatment; opt-in only for upgraded banners. */
body .gs-product-art {
  position: relative !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 1 48% !important;
  width: 100% !important;
  max-width: 610px !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body .gs-product-art > img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (min-width: 1001px) and (max-width: 1220px) {
  body .gs-banner-layout:has(> .gs-product-art) {
    width: calc(100% - 40px) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 28px !important;
  }
}
@media (max-width: 1000px) {
  body .gs-product-art { margin: 28px auto 0 !important; }
}
