.pw-product-listing-2 .price {
  font-size: 16px;
  font-weight: 500;
}

.pw-product-listing-2 .product .name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}

.pw-product-listing-2 .product .img-fluid {
  margin-bottom: 16px;
}

.pw-product-listing-2 .product {
  /*width: 202px;*/
  margin: 24px 0;
  padding: 16px;
}

.product-stock-out-badge {
    position: absolute;
    right: 36px;
    top: 44px;
    background: #111111;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 16px;
    font-size: 16px;
}