/* Add custom CSS styles below */ 




/* titles */
.art-categories-02-title span,
section > div > h2.capitalize{
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
}
section > div > h2.capitalize{
  margin-bottom: 0.5rem;
}
/* products */
img.s-product-card-image-cover{
  border: 1px solid #aaa;
}
.index .s-products-list-wrapper.s-products-list-vertical-cards > .s-product-card-entry:nth-child(4){
  display: none;
}

/* footer */
.copyright-text p,
.copyright-text a,
.copyright-text a:hover{
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}