@font-face {
  font-family: "TT Lakes Regular";
  src: url("./FONT/TTLakes-Regular.eot");
  src:
    url("./FONT/TTLakes-Regular.eot?#iefix") format("embedded-opentype"),
    url("./FONT/TTLakes-Regular.woff") format("woff"),
    url("./FONT/TTLakes-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #faf8f8;
}

.swiper-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.swiper-wrapper {
  display: flex;
  /* flex-wrap: nowrap;
  overflow-x: auto; */
  margin-top: 20px;
  height: 130px !important; /* added */
}

span {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  color: #7e7e82;
  margin-left: 20px;
  margin-top: 30px;
  font-family: "TT Lakes regular", sans-serif;
}

.swiper-slide {
  display: flex !important; /* added */
  justify-content: space-between;
  align-items: center;
  min-width: 240px; /* added */
  max-width: 240px; /* added */
  min-height: 72px; /* added */
  max-height: 72px; /* added */
  border: 1px solid lightgray;
  margin: 10px;
  padding: 16px; /* added */
  border-radius: 6px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  object-fit: contain;
}
/* added */
.brand-icon {
  max-height: 32px;
  max-width: 128px;
}
/* .lenovo {
  display: flex;
  width: 135px;
  height: 40px;
  margin-right: 30px;
  background-color: white;
}
.go {
  background-color: white;
  width: 40px;
  height: 40px;
}

.samsung {
  display: flex;
  width: 135px;
  height: 40px;
  margin-right: 30px;
  background-color: white;
}

.apple {
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 120px;
  background-color: white;
}

.viewsonic {
  display: flex;
  width: 128px;
  height: 21px;
  margin-right: 33px;
  background-color: white;
}

.bosch {
  display: flex;
  width: 128px;
  height: 28.6px;
  margin-right: 33px;
  background-color: white;
}

.hp {
  display: flex;
  width: 52px;
  height: 52px;
  margin-right: 109px;
  background-color: white;
}

.acer {
  display: flex;
  width: 94px;
  height: 24px;
  margin-right: 71px;
  background-color: white;
}

.sony {
  display: flex;
  width: 128px;
  height: 25.6px;
  margin-right: 39px;
  background-color: white;
} */

.show-all {
  /* display: flex; */
  display: none; /* added */
  align-items: center;
  cursor: pointer;
  margin-top: 30px;
}

.text {
  margin: 5px;
}
.icon {
  transition: transform 0.3s ease;
  margin-left: 20px;
}

.show-all.active .icon {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .swiper {
    height: 300px !important;
  }
  /* added */
  .swiper-wrapper {
    max-width: 768px;
    display: flex !important;
    flex-wrap: wrap;
  }
  .main-box {
    display: flex;
    flex-wrap: wrap;
    overflow-x: none;
    margin-top: 20px;
  }
  /* added */
  .swiper-slide {
    min-width: 224px;
    max-width: 224px;
  }
  /* added */
  .show-all {
    display: flex;
  }
  .tablet {
    display: block !important;
  }
  .tablet-none {
    display: none !important;
  }
  .swiper-pagination {
    display: none !important;
  }
}
/* added */
@media (min-width: 1120px) {
  .swiper {
    height: 300px !important;
  }
  .swiper-wrapper {
    max-width: 1120px;
    display: flex !important;
    flex-wrap: wrap;
  }
  .swiper-slide {
    min-width: 240px;
    max-width: 240px;
  }
  .show-all {
    display: flex;
  }
  .pc {
    display: block !important;
  }
  .pc-none {
    display: none !important;
  }
  .swiper-pagination {
    display: none !important;
  }
}
