.tcl-gallery-card {
  position: relative;
}
.tcl-gallery-card a {
  display: block;
  text-decoration: none;
}
.tcl-gallery-card__title {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #001d18;
  margin-top: 10px;
}
.tcl-gallery-card__description {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #001d18;
  margin-top: 20px;
}
.tcl-gallery-card__wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
}
.tcl-gallery-card__wishlist.active svg {
  fill: white;
}
.tcl-gallery-card__wishlist[disabled] {
  cursor: wait;
}
.tcl-gallery-card .tcl-picture__container {
  position: relative;
  width: 100%;
  height: 0;
}
@media (max-width: 767px) {
  .tcl-gallery-card .tcl-picture__container {
    padding-bottom: var(--picture-mobile-ratio) !important;
  }
}
.tcl-gallery-card .tcl-picture__container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.tcl-gallery-card .product-labels {
  display: flex;
  width: 100%;
  margin-top: 0;
  line-height: 100%;
}

.pi-gallery-card__container{
    display: flex;
    justify-content: end;
}

.tcl-gallery-card .product-type-label {
  display: none;
  width:50%;
  margin-top: 4px;
  line-height:10px;
}
.tcl-gallery-card .product-type-label p {
  display: inline-block;
  margin-bottom: 0;
  padding:0;
  border-radius:2px;
  background: #fff;
  color: #ccc;
  font-size: 11px;
  line-height:11px;
  border: 1px solid #000;
}
.tcl-gallery-card .tcl-gallery-card__price {
  flex: 1;
}
.tcl-gallery-card .tcl-gallery-card__price .tcl-gallery-card_price_info {
  line-height:19px;
  font-weight: bold;
  font-size: 19px;
  color: #555;
}
.tcl-gallery-card .tcl-gallery-card__price .tcl-gallery-card_price_info .price-context {
  display: inline-block;
  width:100%;
  padding-right:.5em;
  font-size: 12px;
  font-weight: normal;
}
.tcl-gallery-card .tcl-gallery-card__price .tcl-gallery-card_price_info .tax-info {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}
.tcl-gallery-card .tcl-gallery-card__price .tcl-gallery-card_price_info .shipping-info {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: green;
}

/* product type specific */
.tcl-gallery-card.acoustic   .tcl-picture__container img
,.tcl-gallery-card.mural     .tcl-picture__container img
,.tcl-gallery-card.soundbild .tcl-picture__container img
,.tcl-gallery-card.outdoor   .tcl-picture__container img
{
  box-shadow: 2px 3px 3px #444;
  border-radius: 3px;
}

.tcl-gallery-card.acoustic .product-type-label p {
  color:#ccc;
  border-color: #ccc;
}
.tcl-gallery-card.mural .product-type-label p {
  color:#444;
  border-color:#444;
}
.tcl-gallery-card.outdoor .product-type-label p {
  color:#444;
  border-color: green;
}
.tcl-gallery-card.soundbild .product-type-label p {
  color:#000;
  border-color: #000;
}

.tcl-gallery-card.wallpaper .tcl-picture__container img {

}
.tcl-gallery-card.wallpaper .product-type-label p {
  color:blue;
  border-color: blue;
}