/* The photograph softly colours the space behind the card; its surface stays opaque. */
@media(any-hover:hover) and (any-pointer:fine) and (prefers-reduced-motion:no-preference){
 body.ksca-atelier li.product.product-card.ksca-card-ambient{
  position:relative;
  isolation:isolate;
  contain:layout style;
  overflow:visible;
 }
 body.ksca-atelier li.product.product-card.ksca-card-ambient::before,
 body.ksca-atelier li.product.product-card.ksca-card-ambient::after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:inherit;
 }
 body.ksca-atelier li.product.product-card.ksca-card-ambient::before{
  left:calc(var(--ksca-ambient-left,15px) - 10px);
  top:calc(var(--ksca-ambient-top,100px) - 10px);
  width:calc(var(--ksca-ambient-width,0px) + 20px);
  height:calc(var(--ksca-ambient-height,0px) + 20px);
  z-index:-2;
  background:var(--ksca-ambient-image,none) center/cover no-repeat;
  filter:blur(30px) saturate(1.6);
  border-radius:32% 28% 35% 30% / 24% 30% 25% 28%;
  clip-path:none;
  opacity:0;
  transition:opacity 650ms cubic-bezier(.22,.61,.36,1);
 }
 body.ksca-atelier li.product.product-card.ksca-card-ambient::after{
  inset:0;
  z-index:-1;
  background:var(--surface,#fff);
 }
 body.ksca-atelier li.product.product-card.ksca-card-ambient:hover::before{opacity:.55;transition-duration:1100ms}
}
