.single-product-content {
  display: flex;
  max-width: 100%;
  height: 460px;
  gap: 40px;
}

.single-product-imgs-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.single-product-info-container {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.single-product-info-main-container {
  display: flex;
  flex-direction: column;
  border: 2px solid #00abba;
  border-radius: 0px 0px 20px 0px;
  width: 100%;
  max-height: 50%;
  padding: 24px;
  gap: 24px;
}

.single-product-thumbnail-container {
  max-height: 460px;
  min-height: 460px;
  width: 700px;
  position: relative;
}

.single-product-main-thumbnail {
  max-height: 460px;
  min-height: 460px;
  width: 700px;
}

.single-product-main-thumbnail::before {
  min-width: 300px;
  min-height: 300px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: red;
  z-index: 1;
  content: "";
}
.sales-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  color: white;
  padding: 8px;
  font-size: 24px;
}

.carousel {
  display: flex;
  flex-direction: column;
  width: 84px;
  gap: 8px;
}

.carousel img {
  width: 100%;
  height: 100%;
}

.carousel button {
  background-color: transparent;
  border: none;
  color: black;
  font-size: 32px;
  cursor: pointer;
}

.carousel .prev {
  left: 20px;
}
.carousel .next {
  right: 80px;
}

.single-product__main-container {
  display: flex;
  padding: 60px 240px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;

  border: 3px solid blue;
}

.single-product__content-container {
  display: flex;
  width: 1440px;
  align-items: flex-start;
  gap: 40px;
}

.single-product__carousel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.single-product__main-thumbnail {
  display: flex;
  width: 700px;
  height: 460px;
  padding: 0px 24px 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

.single-product__main-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

.breadcrumb-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: url("https://static.dezeen.com/uploads/2022/05/nice-chair-gamfratesi-poltrona-frau-design_dezeen_2364_sq.jpg"),
    lightgray 50% / cover no-repeat;
}
