
.uewc-wrap {
  position: relative;
}
.uewc-wrap .uewc-swiper { overflow: hidden; }
.uewc-wrap .uewc-item {
  height: auto;
}
.uewc-wrap .uewc-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.uewc-wrap .uewc-info {
  margin-top: 10px;
}
.uewc-wrap .uewc-title {
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 6px;
}
.uewc-wrap .uewc-title a { text-decoration: none; }
.uewc-wrap .uewc-price {
  font-weight: 600;
  margin-bottom: 8px;
}
.uewc-wrap .uewc-cart .button {
  width: 100%;
  text-align: center;
}
/* Arrows */
.uewc-wrap .uewc-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: box-shadow .2s ease, transform .2s ease;
}
.uewc-wrap .uewc-prev{ left: -12px; }
.uewc-wrap .uewc-next{ right: -12px; }
.uewc-wrap .uewc-nav:hover{
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  transform: translateY(-50%) scale(1.05);
}
/* Dots */
.uewc-wrap .swiper-pagination-bullet { opacity: .4; }
.uewc-wrap .swiper-pagination-bullet-active { opacity: 1; }
/* RTL tweak */
.rtl .uewc-wrap .uewc-prev{ right: -12px; left: auto; }
.rtl .uewc-wrap .uewc-next{ left: -12px; right: auto; }
