@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.view-product-family > .view-content {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .view-product-family > .view-content {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .view-product-family > .view-content {
    padding-bottom: 5rem;
  }
}
.view-product-family > .view-content::before {
  background-color: #f2f2f2;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}
/*# sourceMappingURL=views-view--product-family.css.map */
