@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("./fonts/Gilroy-Bold.woff2") format("woff2"), url("./fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("./fonts/Gilroy-Medium.woff2") format("woff2"), url("./fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("./fonts/icons.woff2") format("woff2"), url("./fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
#recent-purchases {
  font-family: Gilroy;
    display: flex;
    overflow-x: hidden;
    gap: 10px;
  }
  
  .product-card {
    font-family: Gilroy;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .product-image {
    font-family: Gilroy;
    width: 84px;
    height: 47px;
    object-fit: cover;
    margin-bottom: 5px;
    
  }
  
  .product-name {
    font-family: Gilroy;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  