/** Shopify CDN: Minification failed

Line 363: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-wrapper: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 {
  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: 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;
  flex-direction: column;
}

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


.cart--page {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 150px;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .cart--columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
  .cart--page {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 250px;
  }

  .cart--page cart-items,
  .cart--page cart-footer {
    flex: 0 0 47%;
  }

  .cart--page .cart__footer > * {
    width: 100%;
  }
}

.cart--page cart-footer {
  border-radius: 20px;
  background: #FDFFE1;
  padding: 30px 15px;
  margin-bottom: 20px;
  display: block;
  position: sticky;
  top: 130px;
}

.cart--page cart-footer .title {
  font-size: 24px;
  line-height: 30px;
  color: #333334;
  margin: 0 0 15px;
}

.cart--page .cart__footer > * + * {
  margin-top: auto;
  margin: auto;
}

.cart--page cart-footer .totals {
  justify-content: space-between;
  padding-bottom: 10px;
}

.cart--page cart-footer .totals__total,
.cart--page cart-footer .totals__total-value {
  font-size: 14px;
  line-height: 18px;
}

.cart--page cart-footer .totals__total-value a {
  color: #3B93CB;
  text-decoration: none;
}


.cart--page cart-footer .si-widget {
  border-bottom: 1px solid #D6D6D6;
}

.cart--page cart-footer .cart-discount {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
} 

.cart--page cart-footer .cart-discount input {
  flex: 0 0 59%;
  border: 0;
  border-bottom: 1px solid #222222;
  font-size: 14px;
  padding: 6px 0;
  background: transparent;
}

.cart--page cart-footer .cart-discount .apply-btn-wrapper {
  flex: 0 0 37%;
}

.cart--page cart-footer .cart-discount .apply-btn-wrapper .apply-discount-code {
  background: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.cart--page cart-footer .totals-final h2,
.cart--page cart-footer .totals-final p {
  font-size: 34px;
  line-height: 38px;
  color: #373737;
}

.cart--page cart-footer .totals-final p {
  text-align: right;
}


.cart--page .cart__ctas button {
  width: 100%;
  background: #D8000C;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  max-width: none;
}

,.cart--page cart-footer a {
  color: #3B93CB;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cart--page cart-footer {
    padding: 30px 40px;
  }

  .cart--page cart-footer .totals h2 {
    flex: 0 0 20%;
  }

  .cart--page cart-footer .totals p {
    flex: 0 0 75%;
    text-align: right;
  }
}

.cart--page cart-items .quantity::after {
  display: none;
}

.cart--page cart-items .title-wrapper-with-link .title {
  font-size: 24px;
  line-height: 30px;
  color: #333334;
}

.cart--page .cart-items thead {
  display: none;
}

.cart--page .cart-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cart--page .cart-col-media {
  flex: 0 0 60px;
}

.cart--page .cart-col-media img {
  max-width: 60px;
}

.cart--page .cart-col-details a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
}

.cart--page .cart-col-details .product-option {
  font-size: 13px;
  line-height: 16px;
  color: #667B8C;
}

.cart--page .cart-col-x cart-remove-button .button {
  min-height: 20px;
  min-width: 20px;
}

.cart--page .cart-col-x cart-remove-button {
  transform: translateY(20px);
  display: block;
}

.cart--page .cart-col-details {
  flex: 0 0 50%;
}

.cart--page .cart-col-totals {
  flex: 0 0 60px;
}

.cart--page .cart-col-totals  .cart-item__price-wrapper {
  font-size: 16px;
}

@media (min-width: 768px) {
  .cart--page {
    margin-top: 30px;
  }

  .cart--page cart-items .title-wrapper-with-link .title {
    font-size: 36px;
    line-height: 40px;
  }

  .cart--page .cart-items td {
    padding-top: 0;
  }

  .cart__items {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.cart--page cart-shopping {
  flex: 0 0 100%;
  padding-top: 50px;
  display: none;
}

.cart--page cart-shopping a {
  font-size: 14px;
  font-weight: 700;
  color: #667B8C;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}

.cart--page cart-shopping svg {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .cart--page cart-shopping {
    padding-top: 95px;
    display: block;
  }
}

.product-description p {
  color: #333334;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: normal;
}
/* @media (max-width: 768px) {
  .cart--page cart-footer{
    top:0;
    width:100%;
  }
  .cart--page cart-items, .cart--page cart-footer {
    width: 100%;
}
.cart--page cart-shopping{
  padding-top: 0px;
}
.cart--page {
  margin-bottom: 150px;
  overflow: hidden;
}
}
@media (max-width: 580px) {
  .cart--page {
    margin-bottom: 100px;
}
  td.cart-item__totalsx.cart-col-totals.right.medium-hide.large-up-hide {
    display: none;
}
.cart--page .cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
}
@media (max-width: 390px) {
  .cart--page .cart-col-details {
    flex: 0 0 45%;
}
.cart--page .cart-col-details a {
  font-size: 16px;
  line-height: 20px;
}
}
@media (max-width: 350px) {
  .cart--page .cart-col-details {
    flex: 0 0 45%;
}
.cart--page .cart-col-details a {
  font-size: 16px;
  line-height: 20px;
}
.cart--columns {
  margin-left: -18px;
}
.title-wrapper-with-link {
  margin-top: 0;
}
.cart--page .cart-col-x cart-remove-button .button {
  margin-left: 5px;
}
.cart--page .cart-row {
  margin-right: 5px;
}
.cart--page .cart-col-details a {
  font-size: 14px;
  line-height: 18px;
}
.cart--page .cart-col-details {
  margin-left: 5px;
}
} */