{# ========================== #}
{# Filter Row Styling        #}
{# ========================== #}
.filter-row {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: nowrap !important;
  margin-bottom: 20px;
}


{# ========================== #}
{# Card Image Styling        #}
{# ========================== #}
.card-image {
  width: 100%;
  object-fit: contain;
}


{# ========================== #}
{# Load More Button Styling  #}
{# ========================== #}
.load-more-button {
  cursor: pointer;
}