/** Shopify CDN: Minification failed

Line 10:27 Unexpected "-->"
Line 17:25 Unexpected "-->"
Line 232:5 Unexpected "1月15日在购物车页面的结账按钮上方添加放假通知"
Line 282:5 Unexpected "1月15日添加的放假通知CSS"
Line 334:34 Unexpected "-->"

**/
<!--New Added myself start -->
.discountify_manual_wrap {
    display: block important;
}



<!--New Added myself end -->
.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;
}

.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 {
  padding: 4rem 0 0;
}

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

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

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

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

.cart__note {
  display: block;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  height: 1.8rem;
  margin-bottom: 2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  padding: 1rem;
}

@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_2 button {
  width: 100%;
}

.cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 1rem;
}

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

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

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

.cart__dynamic-checkout-buttons div[role='button'] {
  border-radius: 0 !important;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 2;
}

.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;
  }
}


<!-- 1月15日在购物车页面的结账按钮上方添加放假通知(CSS一同添加到component-cart.css中)，2月7日撤下/更换通知，同时撤下/更换CSS部分 line 223~266-->
.holiday-notice {
  margin: 20px 0;
  font-family: var(--font-body-family);
  line-height: 1.5;
}

.holiday-notice .notice-content {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(51, 79, 180, 0.05);
  border: 1px solid rgba(51, 79, 180, 0.2);
  box-shadow: 0 4px 6px rgba(51, 79, 180, 0.05);
}

.holiday-notice .notice-text {
  color: var(--color-base-text);
  font-size: 14px;
}

.holiday-notice .notice-text h4 {
  color: rgb(51, 79, 180);
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: var(--font-heading-weight, 600);
  font-family: var(--font-heading-family);
  line-height: 1.3;
}

.holiday-notice .notice-text ul {
  margin: 12px 0;
  padding-left: 20px;
}

.holiday-notice .notice-text li {
  margin: 8px 0;
  line-height: 1.5;
}

.holiday-notice .notice-footer {
  margin-top: 12px;
  font-style: italic;
  color: rgba(51, 79, 180, 0.8);
  font-size: 13px;
}

.holiday-notice .notice-icon {
  margin-bottom: 10px;
}

<!-- 1月15日添加的放假通知CSS 结束 -->


<!-- 开学季延误通知 开始 -->
.order-delay-notice {
  margin: 20px 0;
  font-family: var(--font-body-family);
  line-height: 1.5;
}

.order-delay-notice .notice-content {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(255, 165, 0, 0.05); /* 使用橙色主题，提示延迟 */
  border: 1px solid rgba(255, 165, 0, 0.2);
  box-shadow: 0 4px 6px rgba(255, 165, 0, 0.05);
}

.order-delay-notice .notice-text {
  color: var(--color-base-text);
  font-size: 14px;
}

.order-delay-notice .notice-text h4 {
  color: rgb(255, 165, 0); /* 橙色标题 */
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: var(--font-heading-weight, 600);
  font-family: var(--font-heading-family);
  line-height: 1.3;
}

.order-delay-notice .notice-text ul {
  margin: 12px 0;
  padding-left: 20px;
}

.order-delay-notice .notice-text li {
  margin: 8px 0;
  line-height: 1.5;
}

.order-delay-notice .notice-footer {
  margin-top: 12px;
  font-style: italic;
  color: rgba(255, 165, 0, 0.8); /* 橙色强调 */
  font-size: 13px;
}

.order-delay-notice .notice-icon {
  margin-bottom: 10px;
}
<!-- 开学季延误通知 结束 -->

/* Add this to your existing CSS to style the Contact Us button     美国客户无法购买公告里的contact us按钮css  */
.order-delay-notice .contact-button {
  display: inline-block;
  padding: 8px 16px;
  margin-top: 5px;
  background-color: rgb(255, 165, 0);
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-style: normal;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(255, 165, 0, 0.3);
}

.order-delay-notice .contact-button:hover {
  background-color: rgb(230, 150, 0);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 165, 0, 0.4);
}

.order-delay-notice .contact-button:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(255, 165, 0, 0.3);
}

/* Adjust the notice footer to accommodate the button */
.order-delay-notice .notice-footer {
  margin-top: 15px;
  font-style: normal;
  color: var(--color-base-text);
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* 美国客户无法购买公告里的contact us按钮css 结束 */

/* 结账按钮前的checkbox 开始 （新版本html） */
/* 增强可读性 */
.pause-notice {
  background-color: #f8f9fa;
  border-left: 4px solid #ffc107;
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.checkbox__label u {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

/* 移动端适配 */
@media screen and (max-width: 749px) {
  .pause-notice {
    font-size: 14px;
    padding: 10px 12px;
  }
}
/* 结账按钮前的checkbox 结束 （新版本） */
