/* Alpha images inherit the shop palette instead of sitting in white boxes. */
body .product-card .product-visual.has-photo.has-transparent-photo,
body .grinder-gallery.has-transparent-photos .grinder-photo,
body .grinder-gallery.has-transparent-photos .gallery-thumb{background:var(--paper)!important}
body[data-page=product] .grinder-gallery.has-transparent-photos .grinder-photo{border-color:transparent!important;box-shadow:none!important}
body .product-card .product-visual.has-transparent-photo>img{--photo-scale:1;--photo-x:0%;--photo-y:0%;--product-card-subject-scale:1}
body .product-card .product-visual.has-transparent-photo>img[src*="ridged-"]{--photo-scale:1.16}
body .grinder-gallery.has-transparent-photos .grinder-photo>img,
body .grinder-gallery.has-transparent-photos .gallery-thumb img{background:transparent!important;object-fit:contain}
body .mp-sheet-product img,body .mp-sheet .color-chip img,body .desktop-color-photo{background:transparent!important}
@media(max-width:720px){
 body[data-page="catalog"][data-catalog-view="list"] #product-grid .product-visual.has-transparent-photo>img{
  inset:19px 0 0;width:100%;height:calc(100% - 19px);--product-card-subject-scale:1.20;object-fit:contain;
 }
 body[data-page="catalog"][data-catalog-view="list"] #product-grid .product-visual.has-transparent-photo>img[src*="ridged-"]{--photo-scale:1.13}
}
