/*focus ( light background ) */
.product-mainbox.gray .introbox {
  color: #000;
  padding: 3% 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
  background: linear-gradient(#e8e8e8, #fff);
  position: relative;
}/*# sourceMappingURL=focus-light-styles.css.map */