/** Shopify CDN: Minification failed

Line 249:0 Unexpected "}"

**/
.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
}

.cart__empty-text {
  margin: 4.5rem 0 2rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

@media screen and (max-width: 749px) {
  /* Mobile cart page: hide the header-level continue shopping link only on small screens. */
  cart-items .title-wrapper-with-link .underlined-link {
    display: none !important;
  }

  /* 移动端购物车页脚：备注改为折叠，展开后显示横线输入区 */
  #main-cart-footer .cart__footer > * + * {
    margin-top: 3.2rem;
  }

  #main-cart-footer .cart__note-disclosure {
    display: block;
  }

  #main-cart-footer .cart__note-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 1.8rem;
    list-style: none;
    cursor: pointer;
    color: #080404;
    font-family: "Anton", var(--font-heading-family) !important;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    box-sizing: border-box;
  }

  #main-cart-footer .cart__note-summary::-webkit-details-marker {
    display: none;
  }

  #main-cart-footer .cart__note-summary::marker {
    content: '';
  }

  #main-cart-footer .cart__note-summary::after {
    content: '+';
    flex: 0 0 auto;
    margin-left: 1rem;
    font-size: 1.4rem;
    line-height: 1;
  }

  #main-cart-footer .cart__note-disclosure[open] > .cart__note-summary::after {
    content: '-';
  }

  #main-cart-footer .cart__note {
    top: auto;
    margin-top: 1.2rem;
  }

  #main-cart-footer .cart__note::before,
  #main-cart-footer .cart__note::after {
    display: none !important;
  }

  #main-cart-footer .cart__note .field__input,
  #main-cart-footer .cart__note .text-area {
    min-height: 1.7rem;
    height: 1.7rem;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.24);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: "Roboto", var(--font-body-family) !important;
    font-size: 1rem;
    line-height: 1.25;
    resize: none;
  }

  #main-cart-footer .cart__note .field__input:focus,
  #main-cart-footer .cart__note .text-area:focus {
    outline: none;
    border-bottom-color: #080404;
  }

  #main-cart-footer .cart__note .field__input::placeholder,
  #main-cart-footer .cart__note .text-area::placeholder {
    color: rgba(var(--color-foreground), 0.42);
  }

  /* 移动端购物车页脚：结账汇总标题、金额、说明文字和按钮整体收紧 */
  #main-cart-footer .totals {
    justify-content: space-between;
    align-items: flex-end;
  }

  #main-cart-footer .totals > * {
    margin: 0;
  }

  #main-cart-footer .totals__total {
    margin: 0;
    color: #080404;
    font-family: "Anton", var(--font-heading-family) !important;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  #main-cart-footer .totals__total-value {
    color: #080404;
    font-size: 1.45rem;
    line-height: 1;
  }

  #main-cart-footer .tax-note {
    margin: 1.2rem 0 1.6rem;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  #main-cart-footer .tax-note p {
    margin: 0;
  }

  #main-cart-footer .cart__checkout-button {
    max-width: none;
    min-height: 4.6rem;
    padding: 1.2rem 1.6rem;
    border-radius: 0;
    font-size: 1.05rem;
  }
}

/* 移动端空购物车：标题、按钮和登录提示统一 BADISM 字体标准 */
cart-items.is-empty .cart__warnings {
  padding: 5.2rem 0 3.2rem;
}

cart-items.is-empty .cart__empty-text {
  margin: 0 0 2.6rem;
  color: #080404;
  font-family: "Anton", var(--font-heading-family) !important;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

cart-items.is-empty .cart__warnings > .button {
  width: 16rem;
  max-width: calc(100% - 4rem);
  min-height: 4rem;
  margin: 0 auto;
  padding: 1.2rem 1.6rem;
  border-radius: 0;
  font-family: "Roboto", var(--font-body-family) !important;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

cart-items.is-empty .cart__warnings > .button::before,
cart-items.is-empty .cart__warnings > .button::after {
  border-radius: 0;
}

cart-items.is-empty .cart__login-title {
  margin: 15rem 0 1rem;
  color: #080404;
  font-family: "Anton", var(--font-heading-family) !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

cart-items.is-empty .cart__login-paragraph {
  margin: 0;
  color: #080404;
  font-family: "Roboto", var(--font-body-family) !important;
  font-size: 0.95rem;
  line-height: 1.35;
  letter-spacing: 0;
}

cart-items.is-empty .cart__login-paragraph a {
  font-family: "Roboto", var(--font-body-family) !important;
  font-size: inherit;
  color: #080404;
}

  cart-items .title-wrapper-with-link .title.title--primary {
    margin: 0 !important;
    font-family: "Anton", var(--font-heading-family) !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #080404 !important;
  }

  cart-items .title-wrapper-with-link .underlined-link {
    margin-top: 0 !important;
  }
}

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

.cart__footer > * + * {
  margin-top: 6.5rem;
}

.cart__footer .discounts {
  margin-bottom: 1rem;
}

.cart__note {
  height: fit-content;
  top: 2.5rem;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  height: 100%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 2rem;
}

.cart__note .text-area {
  resize: vertical;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
  border-bottom-right-radius: 0;
}

  /* 桌面端保持购物车备注区默认展开，避免移动端折叠结构影响桌面布局 */
  .cart__note-disclosure > summary {
    display: none;
  }

  .cart__note-disclosure > .cart__note,
  .cart__note-disclosure:not([open]) > .cart__note {
    display: block !important;
  }

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }

  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
  }

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  .cart__footer > * {
    width: 35rem;
  }

  .cart__footer > * + * {
    margin-left: 4rem;
    margin-top: 0;
  }
}

.cart__ctas button {
  width: 100%;
}

.cart__ctas > * + * {
  margin-top: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
  margin: 0;
}

.cart__blocks > * + * {
  margin-top: 1rem;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

.cart__checkout-button {
  max-width: 36rem;
}

.cart__ctas {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
}
