/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/* قاب طوسی روشن اطراف عکس محصول در قالب Rey */
.swiper-slide .rey-productThumbnail-wrapper {
  background-color: #F0F0F0 !important; /* طوسی روشن‌تر */
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* فیلتر رنگ برای خود عکس – کمی خاکستری */
img.rey-productThumbnail-extra {
  filter: brightness(88%) grayscale(20%) contrast(92%) !important;
  transition: filter 0.3s ease-in-out;
}

/* هاور: عکس به حالت طبیعی برگرده */
img.rey-productThumbnail-extra:hover {
  filter: none !important;
}



