article.productContent.m-productlist-item{
  background:#fff;
  border-radius:22px 22px 0 0;
  overflow:hidden;
}

article.productContent.m-productlist-item{
  transition: all .25s ease;
}

article.productContent.m-productlist-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.18);
  filter: brightness(0.96);
}

article.productContent.m-productlist-item .m-productlist-figure{
  margin:0;
  overflow:hidden;
}

article.productContent.m-productlist-item .m-productlist-link{
  display:block;
  width:100%;
}

article.productContent.m-productlist-item .placeholder-wrapper{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
}

article.productContent.m-productlist-item img.m-productlist-image{
  display:block;
  width:100% !important;
  max-width:100% !important;
  height:auto;
}

.button-primary{
  border-radius:12px;
}

.m-productlist-figure{
  position: relative;
  overflow: hidden;
}

.m-productlist-splash{
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: 90px;
  height: 90px;
  overflow: hidden;
  z-index: 50;
  pointer-events: none;
}

.m-productlist-new{
  position: absolute !important;
  top: 12px !important;
  right: -30px !important; /* ret til -34px */
  left: auto !important;

  display: block;
  width: 110px; /* ret til 125px */
  padding: 5px 0; /* ret til 6px 0 */

  background: #4f97a3 !important;
  color: #fff !important;
  font-size: 14px; /* ret til 14px */
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;

  transform: rotate(45deg);
  transform-origin: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
  border: 0;
  border-radius: 0;
}