/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/




/* BeTheme WooCommerce - overlay fondo gris en imágenes de producto */
.products .image_frame {
  position: relative;
  overflow: hidden;
}

.products .image_frame .mfn-product-list-gallery-slider {
  aspect-ratio: 1 / 1;
}

.products .image_frame .mfn-product-list-gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products .image_frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #EDF0F2;
  mix-blend-mode: darken;
  pointer-events: none;
  z-index: 2;
}