/*_variables.scss */
/* Body Text Styles */
/*-- colors --*/
/*-- Background --*/
/*https://www.color-hex.com/color-palette/1866*/
/*-- font-family--*/
/*$dark: #262B33; old*/
/*$hoverlink: #d2d2d2;*/
/* line 5, ../../sass/_ecommerce/_cards_lazy.scss */
.card.product .box .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color .4s;
  background-color: rgba(0, 0, 0, 0.04);
  display: block;
  z-index: 1;
}
