.cart {
  position: relative;
  display: flex;
}

.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;
  font-size: 1.6rem;
}

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

#main-cart-footer: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 {
  font-size: 14px;
  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-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 210px;
  margin-left: auto;
}

.cart-note-wrapper .cart-note {
  font-size: 14px;
  max-width: 220px;
  width: 100%;
  position: relative;
}

.cart-note-wrapper .cart-note .cart__note {
  top: 100%;
  z-index: 9;
  position: absolute;
}

.cart__footer .cart-note {
  font-size: 14px;
  max-width: 250px;
  margin: 0 0 0 auto;
}

.cart__footer .cart-note .cart__note {
  top: 0;
}

.cart__footer .cart-note.cart-note--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .cart__footer .cart-note.cart-note--desktop {
    display: block;
  }

  .cart-note.cart-note--mobile {
    display: none;
  }

  .cart-note-wrapper {
    width: auto;
    margin-left: 0;
  }

  .cart-note-wrapper .cart-note .cart__note {
    top: 0;
    position: relative;
  }
}

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

  #main-cart-footer:last-child {
    padding-top: 0;
  }

  .cart__footer>* {
    width: 35rem;
  }

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

.cart__ctas 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__dynamic-checkout-buttons div[role='button'] {
  border-radius: var(--buttons-radius-outset) !important;
}

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

#main-cart-payment-blocks.is-empty {
  display: none;
}

.cart-payment-blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 4px;
}

.cart-payment-blocks__block {
  background-color: #F2F2F2;
  padding: 32px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 261px;
}

.cart-payment-blocks__title {
  font-family: var(--font-body-family);
  letter-spacing: normal;
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  max-width: 470px;
}

.cart-payment-blocks__copy {
  letter-spacing: normal;
  color: #000;
  font-family: var(--font-body-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 8px auto 0;
  max-width: 380px;
}

.cart-payment-blocks__link {
  letter-spacing: normal;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  color: #0071E3;
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 0;
  margin-top: 8px;
}

.cart-payment-blocks__button {
  /* override custom styles */
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: 13px !important;
  min-width: 170px;
  padding: 14px 32px;
}

.cart-payment-blocks__button[type="submit"] {
  min-width: 210px;
}

.cart-payment-blocks__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.cart-payment-blocks__additional-checkout-buttons {
  height: 54px;
  max-width: 170px;
  width: 100%;
}

.cart-payment-blocks__additional-checkout-buttons .shopify-cleanslate li:first-child {
  /* override inline style */
  margin-top: 0 !important;
  display: block;
  min-width: 170px;
}

.cart-payment-blocks__additional-checkout-buttons .shopify-cleanslate li {
  display: none;
}

.cart-payment-blocks__button:hover {
  background-color: var(--color-primary-bt-hover) !important;
  border-color: var(--color-primary-bt-hover) !important;
}

@media screen and (max-width: 767px) {
  .cart__subtotal-wrapper--has-nmp {
    margin: 0;
    line-height: 17px;
  }

  .cart__footer.sticky_right_cart .totals--has-nmp {
    display: block;
    text-align: center;
  }

  .totals--has-nmp .totals__subtotal {
    display: none;
  }

  .totals--has-nmp .totals__subtotal-value {
    display: inline;
  }

  .totals--has-nmp .cart__footer-nmp {
    display: inline;
    margin-left: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .totals--has-nmp .cart__footer-nmp .cart-payment-blocks__link {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    cursor: pointer;
  }

  .cart__footer-nmp .net-monthly-pricing__conditional-text {
    color: #000;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .cart__footer-nmp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .cart-payment-blocks {
    padding: 32px 4px;
  }
}

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

@media screen and (min-width: 1024px) {
  .cart-payment-blocks {
    flex-direction: row;
    padding: 0;
  }

  .cart-payment-blocks__block {
    padding: 24px;
    min-height: 366px;
  }

  .cart-payment-blocks__title {
    font-size: 32px;
    line-height: 38px;
  }

  .cart-payment-blocks__title--nmp {
    font-size: 32px;
    line-height: 38px;
  }

  .cart-payment-blocks__buttons {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-top: 33px;
  }

  .cart-payment-blocks__additional-checkout-buttons {
    margin: 0;
  }

  .cart-payment-blocks__button {
    /* override custom styles */
    line-height: 20px !important;
    min-width: 214px;
    display: inline-block;
  }

  .cart-payment-blocks__button[type="submit"] {
    min-width: 214px;
    order: 2;
  }
}

@media screen and (max-width: 787px) {
  .cart__checkout-button {
    max-width: none;
  }

  .cart_order_summary_buttons .expedited-checkout {
    width: 100%;
  }

  .cart_order_summary_buttons .expedited-checkout .apple-button {
    width: 100%;
  }

  #main-cart-footer.apple-pay-supported .expedited-checkout {
    transition: margin-bottom 500ms ease-in-out;
    margin-bottom: -72px;
  }

  #main-cart-footer.checkout-button-supported .expedited-checkout {
    margin-bottom: -105px;
  }

  #main-cart-footer.apple-pay-supported.scrolled .expedited-checkout,
  #main-cart-footer.checkout-button-supported.scrolled .expedited-checkout {
    margin-bottom: 0;
  }
}


@media screen and (min-width: 750px) {
    .section-template--19908424138804__cart-items-padding:not(.is-empty) {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}