cart-items {
  display: block;
}

.cart-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.cart-title-wrapper h1 {
  font-family: "TT Pro Bold", sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.cart-title-wrapper a {
  text-decoration: underline;
}

.cart__empty-text-wrapper .button {
  background-color: #020DE9;
}

.main-cart-items-header {
  display: flex;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(var(--color-light-text));
}

.main-cart-items-wrapper {
  border-top: 1px solid rgb(var(--color-entry-line));
}

.cart__header-item {
  flex-grow: 1;
}

.cart__header-quantity {
  min-width: 200px;
  width: 18.3%;
  flex-shrink: 0;
  margin: 0 20px;
}

.cart__header-total {
  width: 16.2%;
  flex-shrink: 0;
  min-width: 140px;
  text-align: right;
}

@media (max-width: 959px) {
  .main-cart-items-header {
    display: none;
  }
  .cart-title-wrapper {
    padding-bottom: 20px;
  }
}
/* App-injected cart promotion text override */
.sale_group_slot .cart-sku-list-promotion-module,
.sale_group_slot .cart-sku-list-promotion-module *,
.cart-sku-list-promotion-module.notranslate,
.cart-sku-list-promotion-module.notranslate * {
  font-family: "TT Hoves", "tt-hoves", "TT Hoves Pro Expanded", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

.sale_group_slot .cart-sku-list-promotion-module .sales__promotionReminder-threshold,
.sale_group_slot .cart-sku-list-promotion-module .sales__promotionReminder--benefitCount,
.cart-sku-list-promotion-module.notranslate .sales__promotionReminder-threshold,
.cart-sku-list-promotion-module.notranslate .sales__promotionReminder--benefitCount {
  font-family: "TT Hoves", "tt-hoves", "TT Hoves Pro Expanded", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
/* KO cart promotion copy -> Pretendard */
html[lang^="ko"] .sale_group_slot .cart-sku-list-promotion-module,
html[lang^="ko"] .sale_group_slot .cart-sku-list-promotion-module *,
html[lang^="ko"] .cart-sku-list-promotion-module.notranslate,
html[lang^="ko"] .cart-sku-list-promotion-module.notranslate * {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
}

/* JA cart promotion copy -> Source Han Sans JP */
html[lang^="ja"] .sale_group_slot .cart-sku-list-promotion-module,
html[lang^="ja"] .sale_group_slot .cart-sku-list-promotion-module *,
html[lang^="ja"] .cart-sku-list-promotion-module.notranslate,
html[lang^="ja"] .cart-sku-list-promotion-module.notranslate * {
  font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    system-ui, sans-serif !important;
}
/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
