/** Shopify CDN: Minification failed

Line 242:0 Unexpected "<"
Line 252:0 Unexpected "<"

**/
.cart {
  position: relative;
  display: block;
}

cart-items {
  flex: 1 1 auto;
}
cart-items .page-header {
  border: none;
  padding-bottom: 0;
  margin-bottom: 3.7rem;
}
cart-items .page-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 2rem;
}
cart-items .button--simple-move {
  display: flex;
  align-items: flex-end;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: var(--font-body-line-height);
  text-transform: capitalize;
  text-underline-offset: 0.4rem;
  text-decoration-color: rgb(var(--color-border));
  transition: color var(--duration-default);
}
cart-items .button--simple-move svg {
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.3rem;
}

.cart__link-remove {
  display: block;
  transition: var(--duration-default);
  margin-top: 2rem;
}

.cart__link-remove:hover {
  color: rgb(var(--color-foreground), 0.75);
}

.cart__warnings {
  display: none;
  padding: 6.4rem 4rem;
  text-align: center;
}
.cart__warnings .button {
  min-width: 17.2rem;
}

.cart__empty-text {
  margin: 0.8rem 0 2.4rem;
}

.cart__empty-title {
  margin: 0 0 3.2rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer {
  padding: 3.6rem 2.6rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

.cart__footer .discounts {
  margin-top: 1rem;
}

.cart__note {
  display: block;
}

.cart__note label {
  display: block;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}

.cart__note .field__input {
  padding: 1rem;
}

.cart__ctas button {
  padding-left: 4.3rem;
  padding-right: 4.3rem;
  gap: 1.4rem;
  margin-bottom: 0.4rem;
}

.cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
  width: 100%;
}

.cart__dynamic-checkout-buttons {
  width: 100%;
  margin: 0 auto;
}

.cart__footer-dynamic-checkout {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.2rem;
}

.cart__footer-dynamic-checkout .cart__dynamic-checkout-buttons {
  margin: 0;
}

.cart__blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.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 {
  display: block;
  margin-top: 0.9rem;
  max-width: 18rem;
  font-size: 1.2rem;
  line-height: var(--font-body-line-height);
  color: rgba(var(--color-foreground), 0.6);
}

.cart__ctas {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  text-align: center;
}

.cart-errors {
  text-align: right;
}

.cart__blocks {
  max-width: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 3.2rem;
}

@media screen and (min-width: 990px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 3rem 0;
  }
  .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;
  }
  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 989px) {
  .cart__footer .totals__wrapper {
    padding: 2.5rem;
    text-align: center;
  }
  .cart__footer .totals__wrapper .totals {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cart__footer .tax-note {
    max-width: 100%;
    text-align: center;
  }
  .cart__footer .cart__ctas {
    width: 100%;
  }
  .cart__footer .cart__ctas button {
    width: 100%;
  }
}
#empty-cart__content.is-empty,
#section-cart__content.is-empty,
#section-cart__header.is-empty {
  display: none !important;
}
<style>
  .cart-drawer .discounts {
    display: none !important;
  }
  .cart-drawer__footer .discounts {
    display: none !important;
  }
  .cart-item__discounted-prices {
    display: none !important;
  }
</style>
