.category-header {
  background-color: whitesmoke;
}
.category-header .path a {
  color: #454B4D;
}
.category-header .path .active {
  color: #132043;
}
.category-header .subtitle {
  color: #454B4D;
}

.grid-section .product-grid {
  grid-template-columns: repeat(4, 1fr);
}
.grid-section .product-grid .product {
  transition: 0.2s;
}
.grid-section .product-grid .product .img-frame {
  display: flex;
  height: 230px;
}
.grid-section .product-grid .product .img-frame img {
  flex: 1;
  height: 100%;
}
.grid-section .product-grid .product .txt {
  justify-content: space-between;
  padding: 10px 15px;
  background-color: whitesmoke;
}
.grid-section .product-grid .product .txt h3 {
  margin: 0;
  color: #132043;
}
.grid-section .product-grid .product .txt a {
  color: #454B4D;
}
.grid-section .product-grid .product:hover {
  transform: translate(-3px, -3px);
  box-shadow: 6px 6px 10px 0 lightgray;
}

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