.productcard {
  height: 150px;
}


.labellarge {
  font-size: large;
}



.my-top-right-wp {
  position: absolute;
  top: 6px;
  right: 25px;
}

.my-top-right {
  position: absolute;
  top: 5px;
  right: 5px;
}

.my-bottom-right {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.my-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: rgb(36 24 24 / 45%);
  z-index: 100;
}


.my-transparent {
  filter: opacity(0.5);
}

.my-relative-parent {
  position: relative;
}



.labelinline {
  display: inline-block;
  margin: 2px;
}

.desc-preview {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 370px;
}


.imgframe {

  overflow: hidden;
  border: 2px solid black;
  background-color: grey;
}

.imgframe .imgcontent {
  object-fit: cover;
  height: 100%;
  width: 100%;
}