

.index-collection-masonry .product-item .product-image {
  position: relative;
}

.showcase {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}


  .shopwindow_top {
    display: block!important;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/cdn/shop/files/1-1.png?v=1658387246");
      z-index: 2;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center top;
      pointer-events: none;
  }
  .lazyload .shopwindow_top {
  	background: none;
  }



  .shopwindow_bottom {
    display: block!important;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/cdn/shop/files/2-1.png?v=1658387262");
      z-index: 2;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center bottom;
      pointer-events: none;
  }
  .lazyload .shopwindow_bottom {
  	background: none;
  }



.product-item-label-list {
  left: 0;
  max-width: 20%;
  width: 100%;
}
.corner_mark {
    position: absolute;
    top: 10px;
    left: 0;
}