
/* STLBEAST Main V424 — Ironclad Image Presentation Fix
   The Ironclad Recovery Rig source renders are valid but were exported with
   too much empty canvas, making the vehicle look tiny on mobile/product pages.
   This layer zooms only that product's existing images without affecting the
   rest of the catalog.
*/

img[src*="ironclad-behemoth-armored-recovery-rig"]{
  object-position:center center !important;
}

/* Product page main gallery stage */
.stlb421-main-render{
  overflow:hidden !important;
}

.stlb421-main-render img[src*="ironclad-behemoth-armored-recovery-rig"],
.stlb335-main-render img[src*="ironclad-behemoth-armored-recovery-rig"]{
  transform:scale(2.18) !important;
  transform-origin:center center !important;
  object-fit:contain !important;
  filter:drop-shadow(0 32px 46px rgba(0,0,0,.52)) !important;
}

/* Product page thumbnails */
.stlb421-thumb-image,
.stlb335-angle-grid figure{
  overflow:hidden !important;
}

.stlb421-thumb-image img[src*="ironclad-behemoth-armored-recovery-rig"],
.stlb335-angle-grid img[src*="ironclad-behemoth-armored-recovery-rig"]{
  transform:scale(2.05) !important;
  transform-origin:center center !important;
  object-fit:contain !important;
}

/* Homepage / catalog product cards */
.stlb375-product-media,
.stlb408-product-media,
.stlb408-card-img,
.stlb423-drop-media,
.stlb423-page-card,
.stlb353-category-img{
  overflow:hidden !important;
}

.stlb375-product-media img[src*="ironclad-behemoth-armored-recovery-rig"],
.stlb408-product-media img[src*="ironclad-behemoth-armored-recovery-rig"],
.stlb408-card-img img[src*="ironclad-behemoth-armored-recovery-rig"],
.stlb423-drop-media img[src*="ironclad-behemoth-armored-recovery-rig"],
.stlb423-page-card img[src*="ironclad-behemoth-armored-recovery-rig"],
.stlb353-category-img img[src*="ironclad-behemoth-armored-recovery-rig"]{
  transform:scale(1.78) !important;
  transform-origin:center center !important;
  object-fit:contain !important;
}

/* Tiny hero/collage cards need a little less zoom so the truck still reads cleanly. */
.stlb388-hero-collage img[src*="ironclad-behemoth-armored-recovery-rig"],
.stlb407-bridge-product-strip img[src*="ironclad-behemoth-armored-recovery-rig"]{
  transform:scale(1.62) !important;
  transform-origin:center center !important;
}

/* Mobile tuning: make the product page image fill the frame more aggressively. */
@media(max-width:700px){
  .stlb421-main-render img[src*="ironclad-behemoth-armored-recovery-rig"],
  .stlb335-main-render img[src*="ironclad-behemoth-armored-recovery-rig"]{
    transform:scale(2.42) !important;
  }

  .stlb421-thumb-image img[src*="ironclad-behemoth-armored-recovery-rig"],
  .stlb335-angle-grid img[src*="ironclad-behemoth-armored-recovery-rig"]{
    transform:scale(2.24) !important;
  }

  .stlb375-product-media img[src*="ironclad-behemoth-armored-recovery-rig"],
  .stlb408-product-media img[src*="ironclad-behemoth-armored-recovery-rig"],
  .stlb408-card-img img[src*="ironclad-behemoth-armored-recovery-rig"]{
    transform:scale(2.0) !important;
  }
}
