.category-tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 1.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 2rem 0rem;
}
.woo-category-carousel .owl-carousel .shop-now {
  width: 65%;
  margin: 0 0 5px;
  padding: 9px 18px;
  border-radius: 0.6rem;
  border-width: 1px;
  border-style: solid;
  border-color: #0033a0 !important;
  color: #fff !important; 
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  background: #0033a0 !important;
  position: relative;
}
.woo-category-carousel .owl-carousel .shop-now:hover {
  background-color: #fff !important;
  color: #0033a0 !important;
  cursor: pointer;
}

.woo-category-carousel .wcc-title-400 {
  margin: 0 0 -20px;
  color: #444;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .woo-category-carousel .owl-carousel .shop-now {
    font-size: 13px;
  }
} 