/* ISPARE VISUAL208 — photo fallbacks, real catalogue images stay priority */
.v2-photo-fallback-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.v2-photo-fallback{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  min-height:0;
  border-radius:16px;
  background:#f4faf8;
  border:1px solid #dce9e6;
  box-shadow:0 8px 24px rgba(11,31,58,.06);
}
.v2-photo-fallback img{
  position:absolute;
  width:400%!important;
  height:200%!important;
  max-width:none!important;
  object-fit:fill!important;
  margin:0!important;
}
.v2-photo-fallback b{
  position:absolute;
  left:12px;
  bottom:10px;
  z-index:3;
  padding:6px 9px;
  border-radius:9px;
  background:rgba(7,31,47,.78);
  color:#fff;
  font-size:12px;
  letter-spacing:-.1px;
}
.v2-photo-fallback[data-v2-photo="charg"] img{left:0;top:0}
.v2-photo-fallback[data-v2-photo="bat"] img{left:-100%;top:0}
.v2-photo-fallback[data-v2-photo="ram"] img{left:0;top:-100%}
.v2-photo-fallback[data-v2-photo="srv"] img{left:-300%;top:-100%}

.v2-cat__media{position:relative}
.v2-cat__media img[src*="ispare-category-collage.webp"]{
  position:absolute;
  width:400%!important;
  height:200%!important;
  max-width:none!important;
  object-fit:fill!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
}
.v2-cat__media img[data-v2-cat-image="charg"][src*="ispare-category-collage.webp"]{left:0;top:0}
.v2-cat__media img[data-v2-cat-image="bat"][src*="ispare-category-collage.webp"]{left:-100%;top:0}
.v2-cat__media img[data-v2-cat-image="ecran"][src*="ispare-category-collage.webp"]{left:-200%;top:0}
.v2-cat__media img[data-v2-cat-image="acc"][src*="ispare-category-collage.webp"]{left:-300%;top:0}
.v2-cat__media img[data-v2-cat-image="ram"][src*="ispare-category-collage.webp"]{left:0;top:-100%}
.v2-cat__media img[data-v2-cat-image="ssd"][src*="ispare-category-collage.webp"]{left:-100%;top:-100%}
.v2-cat__media img[data-v2-cat-image="switch"][src*="ispare-category-collage.webp"]{left:-200%;top:-100%}
.v2-cat__media img[data-v2-cat-image="srv"][src*="ispare-category-collage.webp"]{left:-300%;top:-100%}

.v2-cat:hover .v2-cat__media img[src*="ispare-category-collage.webp"]{transform:none!important}
