/* Poprawki dopasowane do rzeczywistej struktury kafelków sklepydelta.pl. */

/* Białe tło zapisane w pliku JPG wtapia się w jasne tło pola zdjęcia. */
#products .products-grid .product-miniature .product-thumbnail img {
  background: transparent !important;
  mix-blend-mode: multiply;
}

/* Pełna szerokość nazwy i stałe miejsce na trzy wiersze. */
#products .products-grid .product-miniature .thumbnail-container-bottom,
#products .products-grid .product-miniature .product-description {
  min-height: 151px;
}

#products .products-grid .product-miniature .product-description {
  padding: 16px 15px 17px !important;
}

#products .products-grid .product-miniature .product-title {
  display: -webkit-box !important;
  min-height: 63px;
  max-height: 63px;
  margin: 0 0 10px !important;
  padding: 0 !important;
  overflow: hidden;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#products .products-grid .product-miniature .product-title a {
  line-height: 21px;
}

#products .products-grid .product-miniature .product-price-and-shipping {
  padding-right: 52px !important;
}

/* Moduł koszyka umieszcza ten element wewnątrz .thumbnail-container. */
#products .products-grid .product-miniature .thumbnail-container > .atc_div {
  position: absolute !important;
  top: auto !important;
  right: 16px !important;
  bottom: 17px !important;
  left: auto !important;
  z-index: 8;
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#products .products-grid .product-miniature .thumbnail-container > .atc_div #ets_addToCart {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  min-height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  background: #56a054;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 11px rgba(41, 107, 52, .24);
}

@media (max-width: 767px) {
  #products .products-grid .product-miniature .thumbnail-container > .atc_div {
    right: 15px !important;
    bottom: 17px !important;
  }
}
