
.lifters-carousel-wrapper {
  position: relative;
  margin: 40px 0;
}
.product-card {
  background: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 8px;
}
.product-card img {
  max-width: 100%;
  height: auto;
}
.product-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}
.price {
  color: #e63946;
  margin-top: 5px;
  display: block;
}
.woocommerce .button {
  background: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  width: 25px;
  height: 25px;
}
