body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  display: none;
}

.home_cart_button {
  width: 32rem;
  height: 100%;
  cursor: pointer;
}

.home_cart_icon {
  width: 12rem;
  height: 12rem;
}

.home_cart_icon img {
  width: 100%;
  height: 100%;
}

.home_button:hover {
  background: #f3f4f6;
}

.home_section {
  height: calc(100vh - 32rem);
}

.home_section {
  display: grid;
  grid-template-columns: repeat(4, 120rem);
  grid-template-rows: repeat(2, 119rem);
}

.product_cart {
  padding: 10rem 22rem 7rem 21rem;
  font-size: 4.5rem;
  line-height: 6.5rem;
  cursor: pointer;
}

.product_cart img {
  width: 100%;
  aspect-ratio: 308/290;
  display: block;
  object-fit: cover;
}

.product_cart .product_price {
  font-size: 6rem;
  line-height: 8.5rem;
}

.product_cart_3.inner_border:after,
.product_cart_7.inner_border:after {
  border-right: 0;
}

.product_cart_4.inner_border:after,
.product_cart_5.inner_border:after,
.product_cart_6.inner_border:after,
.product_cart_7.inner_border:after {
  border-bottom: 0;
}

.product_cart_0.inner_border:after,
.product_cart_1.inner_border:after,
.product_cart_2.inner_border:after,
.product_cart_3.inner_border:after {
  border-top: 0;
}

.product_cart_0.inner_border:after,
.product_cart_4.inner_border:after {
  border-left: 0;
}
