.outline {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  padding: 0 32px;
  margin: 0 auto;
  box-sizing: unset;
}

.title-class {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
}

.title {
  color: #1b1b1b;
  text-align: center;
}

.title-class h1 {
  margin: 0;
}

/* content */
.cart-outline {
  border: 1px solid var(--sl-border-primary, #d9d9d9);
  padding: 40px 32px;
  margin-top: 20px;
  margin-bottom: 32px;
  width: 720px;

  position: relative;
}

.delivery-date {
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transform: translateY(-50%) translateX(1em);
  display: flex;
  gap: 10px;
}

.deadline-1week {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.product-name {
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.28px;
  text-align: left;
  font-size: 14px;
  grid-area: 1 / 2 / 2 / 3;
}

.product-wrap {
  display: grid;
  grid-template-columns: 92px auto;
  grid-template-rows: auto auto;
  /* display: flex;
  flex-direction: column; */

  row-gap: 24px;
  column-gap: 30px;
  width: 100%;
}

.cart_info_wrap {
  display: flex;
  align-items: center;
}
.product-wrap-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 24.5px */
  letter-spacing: 0.28px;
}

.product-wrap-img {
  grid-row: 1 / 3;
  width: 106px;
  height: auto;
  position: relative;
}

.img-wrapper {
  width: 94px;
  position: relative;
  margin-bottom: 24px;
}

.img-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #006ca0;
  color: white;
  text-align: center;
  padding-top: 6px;
  font-size: 10px;
}
.gray-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 99;
  top: 0;
}

.product-quantity {
  position: relative;
}

.product-delete {
  text-align: center;
  margin-top: 16px;
  max-width: 94px;
}

.product-delete a {
  color: #006ca0;
  text-decoration: none;
}

.product-delete:hover {
  text-decoration: underline;
  text-decoration-color: #006ca0;
}

.product-wrap-img > img {
  /* position: absolute; */
  width: 90px;
  height: 90px;
  left: 2px;
  top: 2px;

  transform-origin: 0 0;
  margin-bottom: 24px;
}

.sample-chair {
  width: 94px;
  height: 94px;
}

.add-minus-container-container {
  width: 94px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.num-add-minus {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 1px;
  border-top: 1px solid var(--sl-border-primary, #d9d9d9);
  border-bottom: 1px solid var(--sl-border-primary, #d9d9d9);
  background: var(--sl-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.add-minus-container {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  cursor: pointer;
}

.add-minus-container svg {
  width: 100%;
}

.content {
  color: var(--sl-text-primary, #1b1b1b);
  /* text-align: center; */
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.product-wrap-right {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.product-params-box {
  display: flex;
  padding: 24px;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  background: var(--sl-background-primary, #f6f6f6);
}

.product-wrap-table {
  color: #1b1b1b;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.product-wrap-table {
  color: #1b1b1b;
}

.product-wrap-table td {
  padding: 0 10px;
  white-space: nowrap;
}

.product-select-box {
  display: flex;
  margin-top: 16px;
}

.sp-product-select-box {
  display: none;
}

.product-wrap-selectors {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.selector-row {
  /* display: grid;
  grid-template-columns: 160px 10px 1fr 1fr; */
  display: flex;
  align-items: center;
  gap: 24px;
}

.selector_col {
  line-height: 44px;
}

.assemble-title-box {
  display: flex;
  width: 160px;
  gap: 24px;
  /* white-space: nowrap; */
}

.recycle-title {
  width: 160px;
}

.custom-select {
  width: 100%;
  min-width: 180px;
  max-width: 180px;
  height: 40px;
  padding: 2px 16px;
  color: #333;
  border: 0.5px solid #d9d9d9;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  -webkit-appearance: none; /* remove default arrow on Chrome, Safari, Edge */
  appearance: none; /* remove default arrow on some other browsers like IE */
  background: url("../../../images/arrow-down.svg") no-repeat right 16px center; /* replace with a custom arrow */
  background-color: white;
  padding-right: 36px; /* add right padding to prevent overlap of text and arrow */
  /* line-height: 10px; */
}

.sum-name {
  margin-top: 48px;
  margin-bottom: 16px;
}

.product-sum-box {
  display: flex;
  /* width: 530px; */
  padding: 24px;
  background: var(--sl-background-primary, #f6f6f6);
}

.stock-warning {
  margin-top: 32px;
  text-align: center;
}

.confirmation-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
}

.confirmation-button {
  border-radius: 4px;
  background: var(--sl-button-primary, #006ca0);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none; /* Remove the default border */
  padding: 0; /* Remove the default padding */
}

.confirmation-text {
  color: var(--sl-white, #ffffff);
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.28px;
  padding: 19.5px 40px;
}

.back-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  margin: 0 auto;
}

.back-cart:hover .back-cart-text {
  text-decoration: underline;
  text-decoration-color: #006ca0;
}

.back-cart-text {
  color: var(--sl-button-primary, #006ca0);
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.28px;
  margin-left: 8px;
}

/* エラー・アラートメッセージ */

.soldout-alert-container {
  background: #f0f4f9;
  width: 100%;
  padding: 32px;
  /* margin-bottom: */
}

.soldout-alert-title {
  text-align: center;
  margin-bottom: 8px;
}

.soldout-alert-text {
  text-align: center;
}

.soldout-product-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stock-error {
  display: flex;
  margin-bottom: 16px;
}

.stock-error-msg {
  color: #93001A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: 0.16px;
}

.item-name {
  min-width: 105px;
}