/* Tokarshop product media standard v5.36
   Conservative storefront-only normalization. Carbide inserts are explicitly excluded. */
.product-image:not(.excluded-media){
  aspect-ratio:1!important;
  background:#fff!important;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.product-image:not(.excluded-media)>img{
  width:100%;
  height:100%;
  object-fit:contain;
  box-sizing:border-box;
  padding:7%;
  mix-blend-mode:normal!important;
}
.product-placeholder.modern-placeholder{
  width:100%;
  height:100%;
  padding:8%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 50% 42%,#fff 0,#fff 58%,#f7f8f7 100%);
  color:#343a36;
}
.product-placeholder.modern-placeholder .product-contour{
  width:88%;
  height:88%;
  max-width:390px;
  max-height:390px;
  overflow:visible;
}
.product-placeholder.modern-placeholder .product-contour .pc-soft{
  fill:#f0f2f1;
}
.product-placeholder.modern-placeholder .product-contour .pc-jaw{
  fill:#e8ebe9;
}
.product-placeholder.modern-placeholder .product-contour .pc-shadow{
  fill:#17201b;
  opacity:.055;
  stroke:none;
}
.product-placeholder.modern-placeholder span,
.product-placeholder.modern-placeholder small{display:none!important}

.product-gallery:not(.excluded-media-gallery) .product-gallery-main{
  aspect-ratio:1!important;
  background:#fff!important;
}
.product-gallery:not(.excluded-media-gallery) .product-gallery-main>img{
  width:100%;
  height:100%;
  object-fit:contain;
  box-sizing:border-box;
  padding:6%;
}
.product-gallery:not(.excluded-media-gallery) .product-gallery-thumbs button{background:#fff}
.product-gallery:not(.excluded-media-gallery) .product-gallery-thumbs img{
  object-fit:contain;
  box-sizing:border-box;
  padding:5%;
}

/* "Пластины твердосплавные" stays outside this media migration. */
.product-image.excluded-media{
  aspect-ratio:1.35!important;
  background:linear-gradient(180deg,#f8faf8,#eef2ef)!important;
}
.product-image.excluded-media>img{padding:0;mix-blend-mode:multiply!important}
.product-gallery.excluded-media-gallery .product-gallery-main{aspect-ratio:1.18!important}
.product-gallery.excluded-media-gallery .product-gallery-main>img{padding:0}

@media(max-width:600px){
  .product-image:not(.excluded-media){aspect-ratio:1!important}
  .product-gallery:not(.excluded-media-gallery) .product-gallery-main{aspect-ratio:1!important}
  .product-image.excluded-media{aspect-ratio:1.15!important}
  .product-gallery.excluded-media-gallery .product-gallery-main{aspect-ratio:1.2!important}
}

/* Recent-product thumbnails use the same media pipeline instead of the legacy SKU tile. */
.recent-thumb .product-image{
  width:100%!important;
  height:100%!important;
  aspect-ratio:1!important;
  border-radius:inherit;
}
.recent-thumb .product-image>img{padding:5%!important}
.recent-thumb .modern-placeholder{padding:5%!important}
.recent-thumb .product-contour{width:94%!important;height:94%!important}
