.productImage{
 border-radius: 25px;
 border: solid 1px #B7B4B4;
 width: 100px;
height: 100px;
}

.productBrandName{
    display: none;
}

.currencyContainer {
    color: #BF0411;
    align-items: center;
}

.productPriceContainer{
    position: relative;
    transform: translate(0%,0%);
}

.unitPriceContainer{
    display: none;
  }

  .productName{
    font-size: 14px;
}

.quantitySelector :global(.vtex-dropdown__arrow){
  /* background: #BF0411; */
  color: #000;
}
  @media (max-width:640px) {

      .productPrice{

          font-size: 13px;
      }
      .currencyContainer {
      font-size: 11px;
    }

    .productName{
        font-size: 13px;
    }

    .productImage {
        width: 90px;
        height: 90px;
        margin-left: 5px;
    }
  }

