/** Shopify CDN: Minification failed

Line 200:41 Unexpected "'.cart__errors__content.is-expanded'"

**/
.drawer--cart .drawer__body {
  flex: unset;
}

.drawer--cart .logo__img{
  position: relative;
}

.drawer--cart .cart-block--top {
   display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer--cart .drawer__close {
  position: static;
  transform: unset;
  --icon-size: 37px;
}

.drawer--cart  .cart__title {
  font-size: 13px;
  line-height: 1.7;
  text-transform: capitalize;
  align-items: center;
  font-weight: normal;
}

.drawer--cart .cart__item {
  border-bottom: none;
  align-items: stretch;
}
.drawer--cart .cart__items-count {
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
}

.drawer--cart .cart__item__content {
  display: grid;
  grid-template-areas: 
  "content price"
  "quantity quantity";
  padding-left: 15px;
}

.drawer--cart .cart__item__content-inner {
  grid-area: content;
  max-width: 76%;
}

.drawer--cart .cart__item__title {
  font-size: 13px;
}

.drawer--cart .cart__price {
  font-size: 13px;
  font-weight: normal;
}
.drawer--cart .cart__price {
  grid-area: price;
  justify-self: end;
}

.drawer--cart .cart__item__meta strong {
  display: none;
}
.drawer--cart .cart__item__meta .cart__item__selected-options {
  font-size: 12px;
  line-height: 1.5  
}
.drawer--cart .cart__item__meta .cart__item__property {
  font-size: 12px;
  line-height: 1.5  
}
.drawer--cart .cart__quantity-counter {
  grid-area: quantity;
}

.drawer--cart .drawer__items-title {
  display: none;
}

.drawer--cart .cart__item__image a {
  width: 100%;
  height: 100%;
}

.drawer--cart .cart__item__remove {
  font-size: 12px;
  line-height: 1.5;
  text-transform: lowercase;
  color: #9e9e9e;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-self: end;
}


/* Quantity TODO */

.drawer--cart .cart__quantity-minus,
.drawer--cart .cart__quantity-plus {
  display: none;
}

.drawer--cart .cart__quantity-field {
  padding: 0;
  border: none;
}


/* Cart Drawer Footer */
.drawer--cart .cart__foot__inner {
  border-top: none; 
}

.drawer--cart .cart__price__item-total,
.drawer--cart .cart__shipping_note {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer--cart .cart__footer__label,
.drawer--cart .cart__footer__content,
.drawer--cart .cart__total__price {
  font-size: 13px;
  line-height: 1.9230769230769231;
  font-weight: normal;
}

.cart__price__item-total .cart__footer__label span {
  font-style: italic;
   font-size: 12px;
  line-height: 1.5;
}

.drawer--cart .cart__total {
  margin-top: 12px;
}

.drawer--cart .cart__note {
  display: none;
}

.drawer--cart .cart__acceptance__label {
  font-size: 11px;
  line-height: 1.8;
}

.drawer--cart .cart__acceptance__label.error-label,
.drawer--cart .cart__acceptance__label.error-label a{
  color: #cd3105;
}

.drawer--cart .cart__acceptance__input.error-input {
  border-color: #cd3105;
}

.drawer--cart .cart__errors__content {
  display: none;
}

.drawer--cart .cart__acceptance__input {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
  margin-right: 16px;
  border: 1px solid;
  border-color: #000000;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

.drawer--cart .cart__acceptance__input:checked:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
}

.drawer--cart .cart__buttons-wrapper:has('.cart__errors__content.is-expanded') .cart__acceptance__label {
  color: #cd3105;
}

.drawer--cart .cart__checkout {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 1.5;
}
.has-content__wrapper .drawer__head {
  display: none;
}
.order-summary-label {
  font-style: italic;
  display: none;
}
div.drawer__body::-webkit-scrollbar {
  border-radius: 1.5px;
  background-color: rgba(0, 0, 0, .1);
  width: 3px;
  height: 3px;
}
div.drawer__body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .9);
  border-radius: 1.5px;
}
.read-returns, .read-returns a {
  font-size: 12px;
  color: #9e9e9e;
}
.read-returns a {
  text-decoration: underline;
}
@media only screen and (min-width: 750px) {
  .drawer--cart .drawer__body {
    flex: unset;
    min-height: 0;
    max-height: 400px;
    overflow-y: auto;
  }
  .drawer__head.top-head {
    padding-left: 64px;
    padding-right: 64px;
  }
  .has-content__wrapper {
      padding-left: 50px;
      padding-right: 64px;
      display: grid;
      grid-template-columns: 440px 1fr 360px;
  }
  .order-summary-label {
    margin-bottom: 32px;
    display: block;
  }

  .drawer--cart.is-empty .drawer__inner[data-cart-drawer-inner] {
    max-height: 50vh;
  }

}

@media only screen and (max-width: 749px) {
  .drawer--cart .cart-block--top {
    justify-content: space-between;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .top-head .header__logo__link {
    width: 120px;
  }
  .drawer--cart .drawer__body {
    max-height: none;
    overflow: hidden;
  }
  .drawer__inner[data-cart-drawer-inner] {
    max-height: 100vh;
  }
  .drawer--cart .cart__foot__inner {
    padding-bottom: 2em;
  }
}