html{
overflow-x: clip;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #f2f8fd;
  z-index: 1;
 overflow-x: clip;
}
body a {
  color: black;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
body p {
  margin: 0px;
  padding: 0px;
}

html,
body {
  touch-action: manipulation; /* Prevent gestures like double-tap zoom */
  font-size: 16px; /* Ensure text is not too small */
}

input,
button,
select,
textarea {
  touch-action: manipulation;
}/*# sourceMappingURL=style.css.map */.no-carousel-mobile {
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.no-carousel-mobile .product-box {
  flex: 0 0 50%;
}
