.inter-item-grid-desc{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Bold weight */
  font-style: normal;
  font-size: 1.2rem; /* Keep as is */
  line-height: 1.2;
  padding-top:20px;
}

.inter-item-grid-price{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Bold weight */
  font-style: normal;
  font-size: 1.2rem; /* Keep as is */
  line-height: 0.5;
  
}

.inter-item-order-details{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Bold weight */
  font-style: normal;
  font-size: 1.05rem; /* Keep as is */
  line-height: 1.6;
}

.inter-additional-item-info{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Bold weight */
  font-style: normal;
  font-size: 1rem; /* Keep as is */
  line-height: 1.6;
}

.inter-item-browse{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Bold weight */
  font-style: normal;
  font-size: 1.05rem; /* Keep as is */
  line-height: 1.6;
}

.item-container{
    color:black !important;
}

.item-browse{
    display: flex;
    flex-direction: row;
}

.browse-space{
  padding: 0 15px;
}