
.carousel-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.product-image{
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.cart-product-image{
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.hold-btn {
  position: relative;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-weight: bold;
  font-size: 14px;
}

.hold-btn span {
  position: relative;
  z-index: 2;
}

.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#4caf50 0%, transparent 0%);
  z-index: 1;
  pointer-events: none;
}