.product-cart-wrap {
  border: 0;
  border-radius: 28px;
  background: transparent;
  margin-bottom: 22px;
  transition: box-shadow 0.25s ease;
  overflow: hidden;
}

.product-small-card-item {
  padding: 0 10px;
}

.carausel-small-5-columns {
  margin: 0 -10px;
}

.carausel-small-5-columns .product-cart-wrap {
  margin-bottom: 16px;
}

.carausel-small-5-columns .slick-track {
  display: flex !important;
  align-items: stretch;
}

.carausel-small-5-columns .slick-slide {
  height: auto;
}

.carausel-small-5-columns .slick-slide > div,
.carausel-small-5-columns .product-small-card-item,
.carausel-small-5-columns .product-cart-wrap {
  height: 100%;
}

.product-cart-wrap .product-img-action-wrap {
  background: transparent;
  border-radius: 28px;
  overflow: hidden;
}

.product-cart-wrap:hover {
  border-color: transparent !important;
  box-shadow: 0 10px 26px rgba(120, 120, 120, 0.22);
}

.product-cart-wrap .product-img-action-wrap .product-img {
  margin-bottom: 0;
}

.product-cart-wrap .product-img-action-wrap .product-img a {
  position: relative;
  display: block;
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
}

.product-cart-wrap .product-action-1,
.product-cart-wrap .product-img .etiket,
.product-cart-wrap .product-content-wrap p,
.product-cart-wrap .product-content-wrap .product-price .old-price,
.product-cart-wrap .product-content-wrap .product-price .indirim {
  display: none !important;
}

.product-cart-wrap .product-content-wrap {
  padding: 12px 6px 0;
  text-align: center;
}

.product-cart-wrap .product-content-wrap h2 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 1.35;
}

.product-cart-wrap .product-content-wrap h2 a {
  color: #222;
  height: auto;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.product-cart-wrap .product-content-wrap .product-card-bottom {
  justify-content: center;
}

.product-cart-wrap .product-content-wrap .product-price {
  padding-top: 0;
}

.product-cart-wrap .product-content-wrap .product-price > span {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.product-cart-wrap:hover .product-img-action-wrap .product-img.has-hover-img a img:not(.hover-img) {
  opacity: 0;
}

.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .product-small-card-item {
    padding: 0 6px;
  }

  .carausel-small-5-columns {
    margin: 0 -6px;
  }

  .product-cart-wrap .product-content-wrap h2 {
    font-size: 14px;
  }

  .product-cart-wrap .product-content-wrap .product-price > span {
    font-size: 11px;
  }
}
