.HJ_big-image {
    background: url('big-image.jpg') no-repeat center center;
    background-size: cover;
    position: relative; 
  }

  .HJ_big-title {
    position: absolute;
    left: 27%;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 5px;
    margin-top: -50px !important;
  }

  .HJ_product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
  }

  .HJ_product-card img {
    width: 100%;
    display: block;
  } 

  .HJ_product-price {
    position: absolute;
    bottom: -4px;
    left: 25%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2px 8px;
    font-weight: bold;
    color: #000;
    font-size: 0.9rem;
    border-radius: 4px;
  }

  .HJ_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 70px 51px;
    border-radius: 10px;
  }