.body {
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 10px;
}
.brandhero {
  height: 200px;
  background-color: black;
}
.brandproducts {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 25px;
  justify-content: space-between;
  border-top: 1px solid #9c9c9c;
  margin-top: 50px;
  padding: 50px 5px 50px 5px;
}
.brandproducts a {
  color: #000000;
  text-decoration: none;
  display: block;
  width: calc(50% - 7.5px);
}
.brandproducts a:nth-child(3) {
  width: 100%;
}
.brandproduct {
  padding: 30px 15px;
  border: none;
  border-radius: 20px;
  width: 100%;
  height: 270px;
  position: relative;
  background-color: rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
#forward {
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 15px;
}
.product {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 120px;
}
.productname {
  font-size: 18px;
  font-weight: 300;
}
.OTHERPRODUCTS,
.TOPPICKS {
  padding: 50px 0 0 0;
  position: relative;
  border-top: 1px solid #9c9c9c;
  margin-bottom: 100px;
  max-width: 1500px;
  margin-inline: auto;
}

.OTHERPRODUCTS a,
.TOPPICKS a {
  color: #000000;
  text-decoration: none;
  margin-left: 30px;
}
.OTHERPRODUCTS a:nth-child(1),
.TOPPICKS a:nth-child(1) {
  margin-left: 0;
}
.OTHERPRODUCTS h3,
.TOPPICKS h3 {
  padding-left: 20px;
  color: #000000;
  font-size: 24px;
  font-weight: 900;
  text-align: left;
}
.otherproducts,
.toppicks {
  position: relative;
}
.otherproductsbody,
.toppicksbody {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  height: 400px;
  flex-wrap: wrap;
  margin-top: 30px;
  overflow: hidden;
  padding: 10px 20px;
}
.slidebtn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
}
.slidebtnleft {
  left: 5px;
}
.slidebtnright {
  right: 5px;
}
.slidebtn img {
  height: 20px;
}
.pickhead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 300px;
  border: none;
  border-radius: 20px;
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.pickhead img {
  height: 220px;
}
.pickbody {
  margin-top: 20px;
}
.pickprice {
  display: flex;
  margin-top: 7px;
}
.pickprice div {
  display: flex;
}
.pickprice div p {
  font-weight: 600;
}
.pickprice div p:nth-child(2) {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .body {
    display: flex;
  }
  .SECTION {
    width: calc(100% - 250px);
    padding: 0 20px 0 30px;
  }
  .brandscontainer {
    width: 250px;
    height: calc(100vh - 245px);
    max-height: 1000px;
    margin: 0 0 40px 0;
    position: sticky;
    top: 165px;
    left: 0;
    border-right: 1px solid #000000;
    padding-right: 5px;
  }
  .bct {
    font-size: 20px;
    font-weight: 500;
  }
  .brands {
    height: 100%;
    padding-right: 15px;
    overflow-y: auto;
  }
  .brands::-webkit-scrollbar {
    width: 7px;
  }
  .brands::-webkit-scrollbar-thumb {
    background-color: rgb(154, 154, 154);
    border-radius: 6px;
  }
  .brands::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
  }
  .brand p {
    font-size: 20px;
    padding: 15px 10px;
  }
  .brand p:hover {
    background-color: #e5e5e5;
  }
}
