body{}
#header .header-nav-fw > .inner .cart-products-count{background:#fff!important;color:#000}
#amegamenu .amenu-item.mm-11{background: #f3f3f3;}
#amegamenu .amenu-item.mm-11:hover{background: #000}
#amegamenu .amenu-item.mm-11 .amenu-link{color:#000}
#amegamenu .amenu-item.mm-11:hover .amenu-link{color:#f3f3f3}

.product-thumbnail,
.product-cover {
  position: relative;
  --thunder-gif: none;
}

.product-thumbnail::after,
.product-cover::after {
  position: absolute;
  content: "";
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  background-image: var(--thunder-gif);
  background-size: cover;
  background-position: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s linear;
  will-change: opacity;
}

.product-thumbnail.has-thunder::after,
.product-cover.has-thunder::after {
  opacity: 1;
}