* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif !important;
}
.product-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
