/* AuxShop/Phlox katalogo kortelėse logotipas ant nuotraukos */
.aux-col.product a.woocommerce-LoopProduct-link,
ul.products li.product a.woocommerce-LoopProduct-link{
  position: relative !important;
  display: block !important;
}

.aux-col.product a.woocommerce-LoopProduct-link::after,
ul.products li.product a.woocommerce-LoopProduct-link::after{
  content: "" !important;
  position: absolute !important;
  right: 8px !important;
  bottom: 8px !important;
  width: 42px !important; height: 42px !important;
  background: url("../images/logo-watermark.png") no-repeat center/contain !important;
  pointer-events: none !important;
  opacity: .98 !important; z-index: 9 !important;
}

@media (max-width: 768px){
  .aux-col.product a.woocommerce-LoopProduct-link::after{
    width: 32px !important; height: 32px !important;
    right: 6px !important; bottom: 6px !important;
  }
}

.aux-col.product a.woocommerce-LoopProduct-link > img,
.auxshp-product-image{
  display: block !important; vertical-align: top !important;
}
