.cart-badge {
  position: absolute;
  top: -8px;
  right: 0;
  background-color: var(--primary-100);
  color: var(--white);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 8px;
  border: 1px solid white;
}

.carousel-count {
  padding: 6px 12px;
  font-size: 12px;
  background-color: #22204080;
  color: var(--black-10);
  border-radius: 16px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.product-info {
  margin: 32px 0;
}

.sale-price {
  display: flex;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.delivery-info {
  border-top: 1px solid var(--black-5);
  margin: 0;
  padding: 32px 16px;
  font-weight: 600;
}

.product-tab {
  position: sticky;
  top: 55px;
  z-index: 99;
  background-color: var(--white);
  padding: 0 16px;
  display: flex;
  border-bottom: 1px solid var(--black-5);
}

.product-tab button {
  width: 50%;
  border: none;
  background-color: var(--white);
  padding: 12px;
  color: var(--black-60);
}

.product-tab button.active {
  color: var(--black-100);
  font-weight: 700;
  border-bottom: 2px solid var(--black-100);
}

.product-reviews {
  padding: 32px 16px;
  max-width: 600%;
}

.review-images {
  margin: 16px 0;
}

.review-images ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.review-images img {
  width: 100%;
  height: 100%;
}

.review-images li {
  position: relative;
  cursor: pointer;
  border-radius: 16%;
  border: 1px solid var(--black-10);
  overflow: hidden;
}

.last-image {
  background-color: #22204060;
  color: var(--white);
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}

.review-list li:not(.review-images li) {
  padding: 16px 0;
  border-bottom: 1px solid var(--black-5);
}

.review-list .score img {
  width: 20px;
}

.seller-info {
  padding-bottom: 80px;
}

.btn-purchase {
  position: fixed;
  z-index: 99;
  bottom: 0;
  max-width: 600px;
  width: 100%;
  padding: 12px 16px;
  background-color: var(--white);
  border-top: 1px solid var(--black-5);
}

.offcanvas.offcanvas-bottom {
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
}

.selected_product_option {
  padding: 20px;
  border-radius: 16px;
  background-color: var(--black-2);
  margin: 16px 0;
}

.selected_product_option .option_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black-100);
}

.option_container {
  margin: 16px 0 !important;
  border-radius: 16px;
  border: solid 1px var(--black-10);
  overflow: hidden;
}

.option_select_title {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--black-10);
  font-weight: 400;
  color: var(--black-80);
  cursor: pointer;
}

.option_select_title img {
  width: 24px;
}

.option_select_value {
  padding: 16px 20px;
  border-bottom: 1px solid var(--black-5);
  cursor: pointer;
  color: var(--black-100);
  background-color: var(--black-2);
  font-weight: 700;
}

.option_select_value:hover {
  background-color: var(--black-5);
}

.option_select_value:last-child {
  border-bottom: 0;
}

.view_option_container {
  cursor: pointer;
  padding-bottom: 16px;
}

.view_option_container_opener {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--black-10);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 16px;
}

.view_option_container_opener img {
  width: 24px;
}

.view_option_container_closer {
  position: absolute;
  top: 24px;
  right: 0;
  color: var(--black-40);
  cursor: pointer;
  font-weight: 600;
}

.option_delete_btn {
  cursor: pointer;
}
