[data-component-name = "look"] .primary {
  width: 100%;
  height: 100%;
}
[data-component-name = "look"] .overlay-text {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  color: #fff;
  font-family: "AktivGrotesk-Regular";
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  [data-component-name = "look"] .overlay-text {
    font-family: "AktivGrotesk-Regular";
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.4px;
  }
}
[data-component-name = "look"]:hover .overlay-text {
  opacity: 1;
}
[data-component-name = "look"]:hover .gradient {
  opacity: 1;
}
[data-component-name = "look"] .gradient {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(255, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(255, 0, 0, 0));
}

/*# sourceMappingURL=look.css.map */
