/** Shopify CDN: Minification failed

Line 393: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: 5rem 0 8rem;
  }

  .cart__warnings span {
    font-size: 14px;
  }

  .cart__warnings a {
    color: #444;
    font-size: 14px;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 30px;
  }
}


.cart__empty-text {
  color: #606060;
  letter-spacing: 0;
}
.cart__warnings {
  text-align: left;
}

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::before, .cart__note::after {
    content: unset;
}

.cart__note textarea:focus-visible {
  border: unset;
  box-shadow: unset;
  outline: unset;
  outline-offset: 0px;
  outline: -webkit-focus-ring-color auto 1px;
} 

.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: 1.3rem;
  letter-spacing: 0;
  color: #606060;
}

.cart__note .text-area{
    width: 400px;
    height: 94px !important;
    border-radius: 10px !important;
    border: 1px solid #D9DADB;
    background: #FFF;
    padding: 10px !important;
    color: rgba(75, 81, 87, 0.60);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: Poppins;
}

.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__note {
      height: fit-content;
      top: 2.5rem;
      max-width: 400px;
      background: #fff;
      margin-top: 7rem;
      display: grid;
      grid-template-columns: 59% 39%;
      gap: 22px;
  }***/

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

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

  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
    float: none;
    order: 2;
    position: absolute;
    bottom: 0;
    left: 15px;
  }

  .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 > * + * {
  margin-top: 1rem;
}

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

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
  margin: 0;
}

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

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

  form#cart {
        width: 100%;
        float: none;
        max-height: 400px;
        overflow: auto;
  }
}


.breadcrumbs {
    max-width: var(--page-width);
    margin: 50px auto;
    margin-bottom: unset;
    opacity: .5;
}

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

  .breadcrumbs__list {
    padding: 0 15px;
  }

  .cart__empty-text {
    margin-top: 1rem;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .cart__warnings span, .cart__warnings a{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .cart__warnings a {
    color: #444;
  }
  .cart__warnings {
    padding-bottom: 8rem;
  }

  #main-cart-items .note_wit_btn, #main-cart-items .cart_special_msg {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #main-cart-items .note_wit_btn {
      margin-top: 50px;
  }

  #main-cart-items .cart_updates {
    margin: 0 auto;
  }

  div#main-cart-items {
    border-bottom: unset;
  }
  .product-addto-links.clearfix.payp {
    margin: 0 auto;
  }
  .cart__ctas .cart__checkout-button {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  #main-cart-footer .cart-summary {
    margin-bottom: 8rem;
  }

  .summary-line span, .summary-line p {
    font-size: 12px !important;
  }
  .cart__footer-wrapper:last-child .cart__footer {
    position: unset !important;
    transform: unset !important;
    padding: 0 1.5rem 5rem 1.5rem;
    width: 100% !important;
  }
  .cart__note .text-area {
    width: fit-content !important;
  }
  .cart_special_msg {
      margin-top: 2.5rem;
  }
  .cart_continue, .cart_updatesss a {
    display: flex;
    justify-content: center;
    text-align: center
  }
  .page-width:has( > .cart-summary)  {
    display: grid;
  }
  .page-width:has( > .cart-summary) .cart-summary {
      order: 2;
  }
}


/*
.page-width:has( > .cart-summary) {
  position: relative;
  /* padding-top: 115px;  */
}*/

 #main-cart-items {
  border-bottom: unset !important;
}

/**.cart__footer-wrapper:last-child .cart__footer {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: fit-content;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    transform: translateX(-97%);
}***/


/* cart-items cart-remove-button {
    position: absolute;
    top: 0;
    right: 0;
} */

cart-items td.cart-item__wrapper {
  padding-top: unset !important;
}

cart-items .cart-item__name {
    font-family: Poppins;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    width: 350px;
    display: block;
    max-width: unset;
}

cart-items .cart-item__name:hover {
    color: #d41a1a;
}

cart-items .cart-item__quantity-block {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

quantity-input.quantity.cart-quantity {
    width: fit-content;
}

.cart-item__price {
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 10px 0 0;
    color: #606060;
}
.cart-item__link {
  position: unset;
  display: unset;
}
td.cart-item__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 35% 65%;
    place-items: center;
}

#main-cart-items .cart-item {
    align-items: anchor-center;
}

.page-width:has( > .cart-summary) .cart__note {
    top: 0rem;
    margin-top: 0rem; 
}
.cart-summary {
  margin-bottom: 15rem;
}

textarea#Cart-note::placeholder {
    color: rgba(75, 81, 87, 0.60) !important;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 100;
    opacity: 1;
}

cart-items {
    display: flex;
}

div#shopify-section-template--24783031402812__cart-items {
    max-width: 1200px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    gap: 20px;
}

div#main-cart-footer,
div#shopify-section-template--24783031402812__cart-footer {
    display: inline-block;
}

@media screen and (max-width: 1090px) { 
div#shopify-section-template--24783031402812__cart-items {
    flex-direction: column;
}

.section-template--24783031402812__cart-items-padding {
        display: block;
    }

    form#cart {
        max-height: 100%;
    }

    .cart__footer {
        order: inherit;
        position: relative;
        display: flex;
    }

    div#main-cart-footer, div#shopify-section-template--24783031402812__cart-footer {
    display: block;
}

.cart-summary {
    max-width: 100% !important;
}

    #main-cart-items .cart-item {
        max-width: 100%;
    }

}

img.cart-item__image {
    max-height: 180px;
}



@media (max-width: 767px) {
    td.cart-item__media {
        text-align: left;
        margin-top: 2rem;
    }

    .cart-item__image {
        height: 100px;
    }

    .cart__footer {
     flex-direction: column;
}
.cart_updatesss {
    display: flex;
    justify-content: center;
}
}