li {
  list-style: none;
}
body {
  /* font-family: "Kanit", sans-serif; */
  /* font-family: "Anuphan", sans-serif; */
  font-family: "IBM Plex Sans Thai", sans-serif;
  /* font-family: "Sarabun", sans-serif; */
}
.detail-text-product {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.P_Product {
  margin-bottom: unset;
}
.sectionn{
    margin-top: 163px;

}

.text_h1_paperbag{
    font-size: 1.5rem;
}