.product__label {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 2rem;
    
    border-radius: 4px;
    margin-bottom: 0.8rem;
    border: 1px solid #28a745;
    min-height: 3.2rem;
    margin-right: 1rem;
    padding: 8px;
    margin: 9px;
}



.faiz{
    margin: 10px 5px 5px 5px;
    position: absolute;
    padding: 5px;
    font-size: 20px;
    color: white;
    font-weight: 900;
  }
  .confetti {
    width: 60px;
    height: 60px;
    background-color: #f2d74e;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    -webkit-animation: confetti 8s ease-in-out -2s infinite;
            animation: confetti 8s ease-in-out -2s infinite;
    transform-origin: left top;
  }
  
  .confetti:nth-child(1) {
    background-color: #ffd500;
    left: 10%;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  
  .confetti:nth-child(2) {
    background-color: #00a2ff;
    left: 20%;
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
  }
  
  .confetti:nth-child(3) {
    background-color: #ff1500;
    left: 30%;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
  
  .confetti:nth-child(4) {
    background-color: #ffa600;
    left: 40%;
    -webkit-animation-delay: -2.5s;
            animation-delay: -2.5s;
  }
  
  .confetti:nth-child(5) {
    background-color: #0034a3;
    left: 50%;
    -webkit-animation-delay: -4s;
            animation-delay: -4s;
  }
  
  .confetti:nth-child(6) {
    background-color: #005c1c;
    left: 60%;
    -webkit-animation-delay: -6s;
            animation-delay: -6s;
  }
  
  .confetti:nth-child(7) {
    background-color: #ff00c8;
    left: 70%;
    -webkit-animation-delay: -1.5s;
            animation-delay: -1.5s;
  }
  
  .confetti:nth-child(8) {
    background-color: #2f00ff;
    left: 80%;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
  }
  
  .confetti:nth-child(9) {
    background-color: #00ff22;
    left: 90%;
    -webkit-animation-delay: -3.5s;
            animation-delay: -3.5s;
  }
  
  .confetti:nth-child(10) {
    background-color: #000000;
    left: 100%;
    -webkit-animation-delay: -2.5s;
            animation-delay: -2.5s;
  }
  
  @-webkit-keyframes confetti {
    0% {
      transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
    }
    25% {
      transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
    }
    50% {
      transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
    }
    75% {
      transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
    }
    100% {
      transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
    }
  }
  
  @keyframes confetti {
    0% {
      transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
    }
    25% {
      transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
    }
    50% {
      transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
    }
    75% {
      transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
    }
    100% {
      transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
    }
  }