/* MURCELL_HOME_PRODUCTS_V017_CARD_FIX */
.murcell-home-products-v017 .murcell-home-products-grid-v12{
  gap:18px!important;
}
body[class*="murcell-brand"] .murcell-home-products-v017 .murcell-home-product-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid rgba(32,41,103,.13)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(19,27,74,.08)!important;
  transform:none!important;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;
}
body[class*="murcell-brand"] .murcell-home-products-v017 .murcell-home-product-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(227,6,19,.62)!important;
  box-shadow:0 24px 55px rgba(19,27,74,.16)!important;
}
body[class*="murcell-brand"] .murcell-home-products-v017 .murcell-home-product-media{
  position:relative!important;
  display:block!important;
  flex:0 0 auto!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1 / 1!important;
  overflow:hidden!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid rgba(32,41,103,.12)!important;
  border-radius:0!important;
  background:#fff!important;
}
.murcell-home-products-v017 .murcell-home-product-media::before,
.murcell-home-products-v017 .murcell-home-product-media::after{
  display:none!important;
  content:none!important;
}
.murcell-home-products-v017 .murcell-home-product-media>img{
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:none!important;
  transform:none!important;
  transition:transform .28s ease!important;
}
.murcell-home-products-v017 .murcell-home-product-card:hover .murcell-home-product-media>img{
  transform:scale(1.012)!important;
}
.murcell-home-products-v017 .murcell-home-product-fallback{
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  border-radius:0!important;
  background:linear-gradient(145deg,#202967,#11183f)!important;
}
.murcell-home-products-v017 .murcell-home-product-number{
  z-index:4!important;
  top:14px!important;
  left:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:28px!important;
  height:25px!important;
  padding:0 8px!important;
  border:1px solid rgba(11,23,36,.09)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(7px)!important;
  color:#202967!important;
  font-size:8px!important;
  letter-spacing:.45px!important;
}
body[class*="murcell-brand"] .murcell-home-products-v017 .murcell-home-product-model{
  z-index:4!important;
  top:14px!important;
  right:14px!important;
  min-height:25px!important;
  padding:0 8px!important;
  display:inline-flex!important;
  align-items:center!important;
  border:0!important;
  border-radius:6px!important;
  background:#e30613!important;
  color:#fff!important;
  font-size:8px!important;
  letter-spacing:.35px!important;
  box-shadow:0 7px 18px rgba(227,6,19,.23)!important;
}
body[class*="murcell-brand"] .murcell-home-products-v017 .murcell-home-product-copy{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  padding:21px 19px 19px!important;
  background:#fff!important;
}
.murcell-home-products-v017 .murcell-home-product-category{
  margin:0 0 7px!important;
  color:#e30613!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
body[class*="murcell-brand"] .murcell-home-products-v017 .murcell-home-product-copy h3{
  min-height:44px!important;
  margin:0 0 9px!important;
  font-size:17px!important;
  line-height:1.3!important;
}
body[class*="murcell-brand"] .murcell-home-products-v017 .murcell-home-product-copy h3 a{
  color:#202967!important;
  font-weight:800!important;
}
.murcell-home-products-v017 .murcell-home-product-copy p{
  margin:0 0 16px!important;
  color:#68757d!important;
  font-size:12px!important;
  line-height:1.58!important;
  -webkit-line-clamp:2!important;
}
.murcell-home-products-v017 .murcell-home-product-link{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  min-height:39px!important;
  margin-top:auto!important;
  padding:0 12px!important;
  border:1px solid rgba(32,41,103,.13)!important;
  border-radius:9px!important;
  background:#f6f7fb!important;
  color:#202967!important;
  font-size:10px!important;
  font-weight:900!important;
  transition:all .22s ease!important;
}
.murcell-home-products-v017 .murcell-home-product-link:hover{
  border-color:#202967!important;
  background:#202967!important;
  color:#fff!important;
}

@media(max-width:767px){
  body[class*="murcell-brand"] .murcell-home-products-v017 .murcell-home-product-media{
    min-height:0!important;
    aspect-ratio:1 / 1!important;
  }
  .murcell-home-products-v017 .murcell-home-product-media>img{
    height:100%!important;
  }
}
