/**
 * Brand archive — right header visual (product_brand only).
 * Keeps BeTheme composition; image uses contain so logos/art don't crop.
 */

body.tax-product_brand .mcb-item-vv89hp9l1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.tax-product_brand .mcb-item-vv89hp9l1 .image_frame,
body.tax-product_brand .mcb-item-vv89hp9l1 .image_wrapper,
body.tax-product_brand .mcb-item-vv89hp9l1 .image_frame_wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.tax-product_brand .mcb-item-vv89hp9l1 img.imposter-brand-header__img,
body.tax-product_brand .mcb-item-vv89hp9l1 img {
  width: auto !important;
  max-width: min(100%, 260px) !important;
  height: auto !important;
  max-height: 120px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 767px) {
  body.tax-product_brand .mcb-item-vv89hp9l1 img.imposter-brand-header__img,
  body.tax-product_brand .mcb-item-vv89hp9l1 img {
    max-width: min(100%, 180px) !important;
    max-height: 88px !important;
    margin-right: auto;
  }
}
