.product-card {
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid #e8e9ea;
  background-color: #fff;
}

.product-card:hover {
  box-shadow: 2.06857px 4.13714px 23.7886px #dcdcdc;
  border-color: #c5cad1;
  text-decoration: none;
}

.product-card:hover .product--image img {
  transform: scale(1.05);
}

@media (max-width: 576px) {
  .product-card {
    /* flex-direction: row; */
  }
}

.product-card .product--image {
  width: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 576px) {
  .product-card .product--image {
    /* height       : 158px; */
    border-radius: 4px 0px 0px 4px;
  }
}

@media (max-width: 365px) {
  .product-card .product--image {
    height: auto;
  }
}

.product-card .product--image img {
  width: 100%;
  object-fit: cover;
  transition: .3s;
}

.product-card .product--image .no-minimum {
  top: 8px;
  left: 8px;
  position: absolute;
  text-transform: uppercase;
  color: #3ec461;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 1px 8px;
  border-radius: 2px;
  border: 1px solid #3ec461;
  background: #fff;
}

.product-card .product--image .no-minimum p {

  text-transform: uppercase;
  color: #3ec461;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;

}

.product-card .product--image .no-minimum img {
  display: none;
}

@media (max-width: 768.8px) {
  .product-card .product--image .no-minimum p {
    display: none;
  }
}

@media (max-width: 1024px) {
  .product-card .product--image .no-minimum {
    top: 10px;
    left: 10px;
  }
}

@media (max-width: 768.8px) {
  .product-card .product--image .no-minimum {
    padding: 0;
    border: none;
    background-color: transparent;
    top: 0px;
    left: 0px;
  }

  .product-card .product--image .no-minimum img {
    width: 61px;
    display: block;
  }
}

@media (max-width: 576px) {
  .product-card .content-top {
    /* width: 158px; */
    width: 50%;
  }
}

@media (max-width: 365px) {
  .product-card .content-top {
    /* width: 140px; */
  }
}

@media (max-width: 576px) {
  .product-card .content-top .card-heading {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .product-card .card-bottom {
    /* width          : calc(100% - 158px); */
    width: 50%;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 365px) {
  .product-card .card-bottom {
    /* width  : calc(100% - 140px); */
    /* padding: 14px 10px 0; */
  }
}

.product-card .card-heading {
  padding: 16px 12px 10px;
}

@media (max-width: 576px) {
  .product-card .card-heading {
    padding: 0;
  }
}

@media (min-width: 576.98px) {
  .product-card .card-heading.v-mobile {
    display: none !important;
  }
}

.product-card .card-heading .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #0b1629;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.product-card .card-heading .title span {
  padding: 4px 8px;
  border-radius: 15px;
  background: #E8E9EA;
  color:  #354156;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .product-card .card-heading .title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
  }
}

.product-card .card-heading .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #172640;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 42;
  overflow: hidden;
  height: 42px;
}

@media (max-width: 576px) {
  .product-card .card-heading .text {
    font-size: 13px;
    line-height: 16px;
    height: 32px;
  }
}

.product-card .card-foot {
  padding: 0 12px;
}

@media (max-width: 576px) {
  .product-card .card-foot {
    padding: 0;
  }
}

.product-card .card-foot .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .product-card .card-foot .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-card .card-foot .line {
  height: 16px;
  width: 1px;
  background: #e8e9ea;
  margin: 0 8px 8px;
}

@media (max-width: 576px) {
  .product-card .card-foot .line {
    display: none;
  }
}

.product-card .card-foot .color-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .product-card .card-foot .color-wrap {
    margin-bottom: 16px;
  }
}

@media (max-width: 365px) {
  .product-card .card-foot .color-wrap {
    margin-bottom: 10px;
  }
}

.product-card .card-foot .color-wrap .icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.product-card .card-foot .color-wrap .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card .card-foot .color-wrap .color-count {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #354156;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-card .card-foot .color-wrap .color-count {
    font-size: 10px;
    line-height: 15px;
  }
}

.product-card .card-foot .color-wrap .color-count .count {
  display: inline-block;
  margin-right: 4px;
}

.product-card .card-foot .price-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .product-card .card-foot .price-wrap {
    margin-bottom: 0;
  }
}

.product-card .card-foot .price-wrap .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #555e6d;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-card .card-foot .price-wrap .title {
    font-size: 10px;
  }
}

.product-card .card-foot .price-wrap .title .price {
  font-size: 14px;
  color: #3578ea;
}

@media (min-width: 768) and (max-width: 1024px) {
  .product-card .card-foot .price-wrap .title .price {
    font-size: 12px;
  }
}

.product-card .card-foot .price-wrap .custom-tooltip .tooltip-icon {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.product-card .card-foot .price-wrap .custom-tooltip .tooltip-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.product-card .card-btn {
  padding: 16px 12px;
}

.product-card .card-btn button {
  border: 1px solid #353535;
  padding: 4px 8px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  background-color: #353535;
  border-radius: 4px;
  width: 100%;
  transition: all 0.3s;
}

.product-card .card-btn button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .product-card .card-btn button img {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .product-card .card-btn {
    padding: 16px 10px;
    display: none;
  }
}


.product-card .card-btn button:hover {
  background-color: #3578ea;
  border: 1px solid #3578ea;
}

.product-card .squareImg {
  border: 1px solid #F4F5F6
}