@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.view-products h3 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.view-products .product-list {
  padding: 0;
}
.view-products .product-list li:last-child {
  border-bottom: 0.0625rem solid #dbdbdb;
}
.view-products .product-list li {
  border: 0.0625rem solid #dbdbdb;
  list-style-type: none;
  border-bottom: none;
}
.view-products .product-list li a {
  display: flex;
  padding: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.view-products .product-list li a:hover {
  background-color: #f2f2f2;
}
.view-products .attachment ul {
  list-style-type: none;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .view-products .attachment ul {
    flex-wrap: wrap;
  }
}
.view-products .attachment ul li a {
  color: initial;
  white-space: nowrap;
}
.view-products .attachment ul li a:hover {
  background-color: #491e88;
  color: #fff;
}
.view-products .attachment ul li.active a {
  background-color: #491e88;
  color: #fff;
}
.view-display-id-all > .view-content {
  position: relative;
  padding-bottom: 2.5rem;
  padding-top: 2rem;
  margin-bottom: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .view-display-id-all > .view-content {
    padding-bottom: 5rem;
  }
}
.view-display-id-all > .view-content::before {
  background-color: #f2f2f2;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.view-display-id-discontinued_products {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .view-display-id-discontinued_products {
    padding-bottom: 5rem;
  }
}
/*# sourceMappingURL=views-view--products.css.map */
