/* MELKA FIX: Produkty wyróżnione - całe dolne pole szare */
.featured-section .featured-slider .featured-track .featured-slide.product-card,
.featured-section .featured-slider .featured-track a.featured-slide.product-card.card{
  position:relative!important;
  height:300px!important;
  min-height:300px!important;
  max-height:300px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  background:linear-gradient(to bottom,#ffffff 0,#ffffff 174px,#e5ebf3 174px,#e5ebf3 100%)!important;
}

.featured-section .featured-slider .featured-track .featured-slide.product-card > .img{
  height:174px!important;
  min-height:174px!important;
  max-height:174px!important;
  flex:0 0 174px!important;
  background:#ffffff!important;
  border-bottom:1px solid #d6dee9!important;
}

.featured-section .featured-slider .featured-track .featured-slide.product-card > .body{
  flex:1 0 auto!important;
  height:126px!important;
  min-height:126px!important;
  max-height:126px!important;
  padding:20px 24px!important;
  background:#e5ebf3!important;
  border-top:0!important;
  display:block!important;
}

.featured-section .featured-slider .featured-track .featured-slide.product-card > .body h3{
  margin:0 0 8px!important;
  min-height:0!important;
  max-height:none!important;
  color:#004b8d!important;
}

/* awaryjnie: przykrywa ewentualne białe tło starego CSS pod nazwą produktu */
.featured-section .featured-slider .featured-track .featured-slide.product-card > .body::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  bottom:-80px!important;
  background:#e5ebf3!important;
  z-index:-1!important;
}

.featured-section .featured-slider .featured-track .featured-slide.product-card > .body{
  position:relative!important;
  z-index:2!important;
}
