/* SCSS RGB */
/* SCSS Gradient */
.top-row {
  background-color: rgba(211, 208, 203, 0.3);
}

div.category-list-section h5 {
  text-align: left;
}

div.category-list-section {
  position: sticky;
  top: 190px;
  background-color: white;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  border: solid 1px black;
}

div.product-gallery {
  min-height: 500px;
}

.category-list {
  list-style-type: none;
  padding-left: 10px;
}

.category-list a {
  text-decoration: none;
}

.art-card-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 450px) {
  ul.category-list li {
    display: inline-block;
    padding: 0 20px;
    width: 75px;
  }
}/*# sourceMappingURL=shop.css.map */