/** Shopify CDN: Minification failed

Line 254:9 Expected ":"
Line 254:16 Expected ":"

**/
.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: 60px 0 80px;
}

.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: 70px 0 120px;
  }

  .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: 148px;
}
@media screen and (max-width: 1050px) {
  .cart__footer-wrapper:last-child .cart__footer {
  flex-direction: column-reverse;
  gap: 80px;
}
}

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

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

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

.cart__note {
  height: fit-content;
}

.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);
  font-size: 15px;
  font-weight: 500;
  color: #929A9F;
}

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

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

.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-radius: 2px;
      max-width: 482px;
    height: 160px;
    resize: none;
}

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

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

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

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

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

  .cart__footer > * {
    
  }

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

.cart__ctas button {
  width: 100%;
  border-radius: 0 40px 0 40px;
}
.cart__ctas button::after {
  display: none;
}












.cart__ctas button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  position: relative;
  width: 100%;
  /* max-width: 260px; */
  border-radius: 0 25px 0 25px;
  background: #00B3CD;
  border: 1px solid #00B3CD;
  transition: background 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: auto;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: none;
}

@media (min-width: 920px) {
  .cart__ctas button {
    max-width: 400px;
    padding: 30px;
    border-radius: 0 40px 0 40px;
    font-size: 18px;
  }
}


.cart__ctas button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-mask-image: url("/cdn/shop/files/btn-icon.svg?v=1763083814");
  mask-image: url("/cdn/shop/files/btn-icon.svg?v=1763083814");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s ease;
  z-index: 1;
  left: unset;
}

@media (min-width: 920px) {
  .cart__ctas button::before {
    right: 40px;
    width: 20px;
    height: 20px;
  }
}

.cart__ctas button::after {
  display; unset;
}

@media (min-width: 920px) {
  .cart__ctas button:hover {
    background-color: #fff;
    color: #00B3CD;
  }
  .cart__ctas button:hover::before {
    background-color: #00B3CD;
  }
  .cart__ctas button:hover::after {
    box-shadow: unset;
  }
}














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

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

.cart__dynamic-checkout-buttons {
  max-width: 400px;
  margin: 0 0 0 auto;
}

.cart__blocks > * + * {
  margin-top: 22px;
}

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

.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: right;
  display: block;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 920px) {
  .tax-note {
  font-size: 15px;
}
}
.tax-note a {
  text-decoration: underline;
}

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

.cart__ctas {
  text-align: right;
}

@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: 58px;
    text-align: right;
  }

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

  .cart__ctas {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
  }
}

.cart_foot .container-base {
    max-width: 1190px;
  }
.cart_foot .field {
    width: 100%;
    max-width: 482px;
  }

  .wallet-cart-grid {
    flex-direction: row !important;
  }


  .underlined-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #00B3CD !important;
    position: relative;
    line-height: 1.5;
  }
  .underlined-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #00B3CD;
  }
  .underlined-link:hover::before {
    display: none;
  }

  .title, .title-wrapper-with-link {
        margin: 5rem 0 68px;
    }

    .cart__login-paragraph .underlined-link {
      justify-content: center;
    }
    .cart__login-paragraph .underlined-link::before {
      display: none;
    }