.eptins-scbe{
  width: 100%;
}
.eptins-scbe .swiper{
  width: 100%;
  overflow: hidden;
}
.eptins-scbe .swiper-wrapper{
  align-items: stretch;
}
.eptins-scbe .swiper-slide{
  height: auto;
  display: flex;
}
.eptins-scbe-card{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.eptins-scbe-media{
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  line-height: 0;
}
.eptins-scbe-media img{
  width: 100%;
  height: auto;
  display: block;
}
.eptins-scbe-card-title{
  font-weight: 700;
  line-height: 1.25;
}
.eptins-scbe-card-text{
  line-height: 1.5;
  opacity: 0.92;
}
.eptins-scbe-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  margin-top: 6px;
}
.eptins-scbe-product-link{
  text-decoration: none !important;
  color: inherit;
}
.eptins-scbe-price{
  font-size: 15px;
}
.eptins-scbe-price del,
.eptins-scbe-price ins{
  text-decoration: none;
}
.eptins-scbe-actions .button,
.eptins-scbe-actions a.button{
  width: 100%;
  text-align: center;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none !important;
}
.eptins-scbe-actions .added_to_cart{
  display: none !important;
}
.eptins-scbe .swiper-pagination{
  position: static;
  margin-top: 10px;
}
.eptins-scbe .swiper-button-next,
.eptins-scbe .swiper-button-prev{
  color: inherit;
}