/** Shopify CDN: Minification failed

Line 838: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;
}

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

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

@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: 65px;
    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__blocks > * + * {
  margin-top: 1rem;
}

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





body .totals {
    color: var(--gray-900, #1C1C1C);
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    justify-content: space-between;
    align-items: center;
      margin-bottom: 32px;
  letter-spacing: 0;
}

body p.totals__subtotal-value {
    font-size: 28px;
  letter-spacing: 0;
}

body h2.totals__subtotal {
    font-size: 28px;
}

p.totals__subtotal-value {
    font-size: 30px;
}

h2.totals__subtotal {
    font-size: 30px;
    color: var(--gray-900, #1C1C1C);
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; 

  letter-spacing: 0;
}

    /* Base */
    .button-cta {
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 600;
      line-height: 2rem;
      text-decoration: none;
      display: flex;
      width: fit-content;
      justify-content: center;
      align-items: center;
      gap: 4px;
      padding: 16px 24px;
      border-radius: 300px;
      width: 340px;
      max-width: 100%;
    }

    .button-cta:hover svg {
      transition: transform linear 0.1s;
      transform: translate(2px, -2px);
    }

    @media screen and (min-width: 768px) {
      .button-cta {
        width: 312px;
        font-size: 1.75rem;
        line-height: 2.25rem;
      }
    }

        /* Primary */
        .button-cta {
          color: #fff;
          background-color: #4490c8;
        }
        .button-cta:hover {
          background-color: #599ecf;
        }

     
    a.button-cta.primary.text-only {
    background: transparent;
    color: #4490c8;
    padding: 10px;
    }
    
    a.button-cta.primary.text-only path {
        stroke: #4490c8;
    }

::after {}

button#checkout:before, button#checkout:after {
    display: none;
}


button#checkout:before, button#checkout:after {
    display: none;
}

small.tax-note.caption-large.rte {
    font-size: 14px;
    text-align: center;
    margin: 16px 0;
}

.cart__footer {
    padding-top: 0;
}


.footer-banner-container {
    border-radius: 16px;
    border: 1px solid var(--accent-blue-200, #DBEAF5);
    background: var(--accent-blue-50, #F7FAFD);
    padding: 24px 16px;
    width: 100%;
    height: 100%;
}

.footer-banner-container__inner {
    display: flex;
    /* align-items: center; */
    gap: 16px;
}

.cart__footer > .cart__blocks {
    width: 100%;
    max-width: 320px;
}

.footer-banner-container__inner svg {
    min-width: 24px;
    min-height: 24px;
}

.footer-banner__content p {
    margin: 0;
    letter-spacing: 0;
    color: var(--accent-blue-900, #24567B);

/* Text Styles/Text md/Regular */
    /* font-family: Figtree; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


@media screen and (max-width: 750px) {
.cart__footer>.cart__blocks {
    max-width: 100%;
}

.footer-banner-container__inner svg {
    display: none;
}

.footer-banner-container {
    padding: 16px;
}
}

.cart__footer>.cart__blocks{
    min-width: 320px;
}

.cart__blocks {}

button#checkout {
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
}


.cart-items thead th:first-child {
    width: 200px;
}

h1.title.title--primary {
    text-align: center;
    color: var(--gray-900, #1C1C1C);
    /* font-family: Figtree; */
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.title-wrapper-with-link {
    justify-content: center;
}

table.cart-items th {
    color: var(--gray-700, #444446);
    text-align: center;
    /* font-family: Figtree; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: left;
}

table.cart-items {}

a.cart-item__name {
    color: var(--gray-800, #2B2B2C);

/* Text Styles/Text lg/Medium */
    /* font-family: Figtree; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

th.caption-with-letter-spacing {}

.title-wrapper-with-link a {
    display: none;
}

table.cart-items th {
    padding-left: 20px!Important;
    padding-right: 20px;
}


th.price-th {
    width: 240px;
    text-align: center!important;
}

th.qty-th {
    width: 160px;
    text-align: center!important;
}

th.total-th {
    width: 120px;
    text-align: center;
}

.cart-item__price-wrapper span {
    text-align: center;
}

td.cart-item__totals.right {
    /* padding-left: 0; */
}

tr.cart-item>td+td, tr.cart-item .cart-item__quantity {
    /* padding-left: 0; */
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    padding-top: 32px;
}

tr.cart-item>td+td.cart-item__details {
    text-align: left;
    /* display: flex; */
    vertical-align: middle;
}

tr.cart-item cart-remove-button {
    margin: 0;
}

th.small-hide.right.caption-with-letter-spacing.total-th {
    text-align: center;
}

td.cart-item__product-price > div {
    /* margin-top: 10px; */
    font-size: 16px;
    color: #121212;
}

div .cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices) {
    margin-top: 0;
}

.cart-item__quantity-wrapper {}

div#main-cart-items {
    padding-bottom: 32px;
}

.cart-item__image-container {
    border-radius: 20px;
    border: 0;
}

@media screen and (max-width: 749px) {

.cart-items thead {
    display: none;
}

td.cart-item__product-price {
    display: none;
}

td.cart-item__quantity {
    display: none;
}

td.cart-item-remove {
    display: none;
}

tr.cart-item>td+td.cart-item__details {
    padding-top: 0;
}

tr.cart-item>td+td {
    padding: 0;
}

td.cart-item__media {
    width: 60px;
    grid-row: initial;
}

.cart-item__image-container {
    width: 60px;
}

img.cart-item__image {
    width: 100%;
}

.cart-item {}

.cart-item {
    grid-template-columns: 60px 1fr 60px;
    grid-template-rows: auto auto;
    padding-top: 16px;
}

td.cart-item__details {
    grid-column: 2;
}

div#main-cart-items {
    padding-bottom: 16px;
}

a.cart-item__name {
    font-size: 16px;
    line-height: 1.5em;
}
}


quantity-input.quantity.cart-quantity:before, quantity-input.quantity.cart-quantity:after {
   display: none;
}
quantity-input.quantity.cart-quantity{
    border: 1px solid #A5A5A7;
    border-radius: 8px;
}


.cart-item__quantity-wrapper {
    margin-top: 5px;
}


.cart-item__image-container {
    background: #fafafa;
    padding: 20px;
}



span.cart-item-details__inner {
    color: var(--gray-500-help-text, #747576);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em; 
}

@media screen and (min-width: 1000px) {
td.cart-item__media {
    min-width: 200px;
}
}
@media screen and (max-width: 750px) {
.cart-item__image-container {
    padding: 5px;
    border-radius: 7px;
}

  dd.selling-plan-details {
    display: none;
}
span.cart-item-details__inner {
    margin-top: 8px;
  display: block;
}

td.cart-item__media {
    min-height: 60px;
}


.cart-item__image-container {
    min-height: 65px;
    align-items: center;
}
.cart-item {
    margin-bottom: 0;
}
   span.cart-item-details__inner {
  
    font-size: 14px;
  }
}
dd.selling-plan-details {
    margin-left: 0;
}

.product-option {
    color: var(--gray-500-help-text, #747576);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}


dd.qty-details {
    margin-left: 0;
}

@media screen and (min-width: 750px) {
dd.qty-details{
    display: none;

}
 
}

span.edit-cart-item {
    color: var(--gray-500-help-text, #747576);
    /* font-family: Figtree; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em; /* 142.857% */
    text-decoration-line: underline;
    margin-left: 7px;
    letter-spacing: 0.3px;
}

.cart-item .loading-overlay {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
}
.cart-empty-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  padding-bottom: 80px;
}

.button-cta.primary.continue_shopping:before, button.button-cta.primary.continue_shopping:after {
    display: none;
}

.button-cta.primary.continue_shopping {
    border: 0;
    cursor: pointer;
    margin-top: 30px;
}



.cart-empty-info strong {
    color: #1C1C1C;
    letter-spacing: .3px;
    line-height: 1.5em;
    margin-top: 20px;
}

.cart-empty-info p {
    margin-top: 0;
    color: var(--gray-500-help-text, #747576);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
    letter-spacing: .3px;
    margin-bottom: 0;
}

h1.cart__empty-text, h2.cart__empty-text {
    font-size: 48px;
    letter-spacing: -0.96px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
span.cart-item-details__inner dl {
    margin: 0;
}

  
button.quantity__button.no-js-hidden.disabled {
    opacity: 1;
    cursor: pointer;
}

span.cart-item-details__inner {
    margin-top: 5px;
}

dd.qty-details {
    display: none;
}

quantity-input.quantity.cart-quantity {
    /* background: transparent; */
    border: 0;
}

:not(#s) .quantity__button {
    color: #4490C8;
    /* background: #F7FAFD; */
    border-radius: 8px;
    background: var(--accent-blue-50, #F7FAFD);
    font-weight: 600;
    width: 28px;
    height: 28px;
}

:not(#s) .quantity__button svg {
    width: 14px;
    height: 14px;
}

svg.cart-mobile-qty {
    display: block!important;
}

svg.cart-mobile-qty + svg {
    display: none;
}

.quantity__input {
    height: 28px;
    max-width: 30px;
    font-size: 14px;
}
body h2.totals__subtotal {
    font-size: 20px;
}

.footer-banner__content p {
    font-size: 14px;
}

body p.totals__subtotal-value {
    font-size: 20px;
}

body .totals {
    margin-bottom: 16px;
}

.cart__footer>.cart__blocks {
    margin-top: 32px;
}
}

@media screen and (min-width: 750px) {
span.cart-item-details__inner .cart-item__quantity-wrapper {
    display: none;
}
}
}

