.cew-product-item {
  padding: 10px;
  text-align: center;
}

.cew-product-item img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.cew-product-item h3 {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 0px;
}

.cew-product-button {
  padding: 5px 18px;
  border: 1px solid #076951;
  border-radius: 8px;
  width: auto;
  display: inline-block;
  margin-top: 14px;
  font-weight: 500;
}

.cew-product-description {
  color: #192c27;
  font-weight: 500;
}

.cew-product-item:hover .cew-product-button {
  background-color: #076951;
  transition: 0.5s;
  color: #fff;
}

button.slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0 !important;
  display: flex;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

button.slick-next.slick-arrow {
  background: url(/wp-content/uploads/2026/05/chevron-right-svgrepo-com.png)
    center / 35px no-repeat #fff;
}

button.slick-prev.slick-arrow {
  background: url(/wp-content/uploads/2026/05/chevron-left-svgrepo-com.png)
    center / 35px no-repeat #fff;
  z-index: 9;
}
