@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
  display: contents;
  min-height: 100vh;
}

body .background {
  position: fixed;
  z-index: -100000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  position: relative;
  background: rgba(248, 195, 3, 1);
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}

footer p {
  font-size: 17px;
}

footer a {
  text-decoration: none;
  color: black;
}

p {
  font-size: 22.6px;
  word-break: auto-phrase;
}

.img-product{
  position: relative;
  width: 240px;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.btn-back{
  font-size: 40px;
  text-decoration: none;
  color: black;
}

.btn-back:hover{
  color: rgba(248, 195, 3, 1);
}

::-webkit-scrollbar {
  width: 5px;
  height: auto;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
