  .product-hold-blockA:hover{
    box-shadow: 0 0 5px 0 gray;
  }
  .pibA{
    width: 100%;
    height: 50%;
  }
  .pibA img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pdbA{
    width: 100%;
    height: 50%;
  }
  .p-nameA{
    width: 100%;
    height: 20%;
    display: flex;
    text-align: center;
    align-items: center;
    font-family: var(--font8);
    text-transform: capitalize;
    border-top: 1px solid var(--background1);
    padding: 0px 5px;
    font-size: 0.9rem;
    font-weight: 100
  }
  .p-catgA{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font8);
    text-transform: capitalize;
    border-top: 1px solid var(--background1);
  
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 100
  }
  
  