.product-card,
.collection-products .product-card,
.product-box {
  width: 88% !important;
  margin-bottom: 3px !important;
}

.product-card .product-image,
.collection-products .product-card .product-image,
.product-box img,
.product-card img,
.single-product img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .product-card,
  .collection-products .product-card,
  .product-box {
    width: 95% !important;
  }

  .product-card .product-image,
  .collection-products .product-card .product-image,
  .product-box img,
  .product-card img,
  .single-product img {
    height: 200px;
  }
}.product-card__price,
.product-card__price span,
.product-card__price * {
  font-size: 20px !important;
}

.product-card__price .old-price,
.product-card__price--old,
.product-card__price .strikethrough {
  text-decoration: line-through;
  color: #999;
  font-size: 18px !important;
}