/* =========================================================
   Latest Products Slider – base layout
   ========================================================= */

.wr-ea-lps .wr-ea-lps__item{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wr-ea-lps .wr-ea-lps__media{
  display: block;
  width: 100%;
  height: 260px; /* nadpisywane kontrolką media_height */
  overflow: hidden;
}

.wr-ea-lps .wr-ea-lps__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wr-ea-lps .wr-ea-lps__placeholder{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.06);
}

.wr-ea-lps .wr-ea-lps__content{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wr-ea-lps .wr-ea-lps__title{
  text-decoration: none;
  display: inline-block;
}

.wr-ea-lps .wr-ea-lps__prices{
  display: inline-block;
}

.wr-ea-lps .wr-ea-lps__price--regular{
  text-decoration: line-through;
  opacity: .75;
  white-space: nowrap;
}

.wr-ea-lps .wr-ea-lps__price--sale,
.wr-ea-lps .wr-ea-lps__price--current{
  white-space: nowrap;
}

.wr-ea-lps .wr-ea-lps__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
