/**
 * Imposter Product System — mega menu product thumbnails ONLY.
 * Do not reuse these selectors outside .mfn-menu-item-megamenu.
 */

.mfn-menu-item-megamenu .image_frame.image_item,
.mfn-menu-item-megamenu .image_frame.mfn-img-box {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
  display: block;
}

.mfn-menu-item-megamenu .image_frame .image_wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.mfn-menu-item-megamenu .image_frame .image_wrapper > a {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.mfn-menu-item-megamenu .image_frame .image_wrapper img,
.mfn-menu-item-megamenu .image_frame img.scale-with-grid,
.mfn-menu-item-megamenu .image_frame img.wvs-archive-product-image,
.mfn-menu-item-megamenu .image_frame img.wp-post-image,
.mfn-menu-item-megamenu .image_frame img.attachment-woocommerce_thumbnail {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  display: block !important;
}
