/** Shopify CDN: Minification failed

Line 712:1 Expected "*/" to terminate multi-line comment

**/
.drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 40px 20px 20px 20px;
  background: #f6f6f6;
}

.drawer__header .drawer__heading {
  font-size: 25px;
}

.drawer__header .drawer__close {
  width: 30px;
}

cart-drawer-items {
  overflow-y: scroll;
  height: calc(100vh - 90px - 170px);
  max-height: calc(100vh - 90px - 170px);
  display: block;
  padding: 20px 0 100px;
}

/* cart-drawer:has(.balance) cart-drawer-items{
  height: calc(100vh - 90px - 370px);
  max-height: calc(100vh - 90px - 370px);
  min-height: calc(100vh - 90px - 330px);
} */

cart-drawer-items.is-empty {
  height: calc(100vh - 90px - 210px);
  max-height: calc(100vh - 90px - 210px);
}

cart-drawer-items .cart__contents .drawer__contents .drawer__cart-items-wrapper {
  padding: 0 35px;
}

cart-drawer-items .cart__contents #CartDrawer-CartErrors {
  width: inherit;
  min-width: inherit;
  padding: 0;
  border-radius: 3px;
  color: var(--clr-danger);
  font-family: var(--ff-base-lt);
  letter-spacing: 0;
  margin: 10px 35px 0;
  font-size: 12px;
}

cart-drawer-items table {}

cart-drawer-items td {
  padding: 0px !important;
}

cart-drawer-items .cart-items__header {
  display: none;
}

cart-drawer-items .cart-items__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

cart-drawer-items .cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 2fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  padding: 0 0 20px;
}

/* START: MEDIA */

cart-drawer-items .cart-item .cart-item__media {
  grid-area: 1 / 1 / 4 / 2;
  display: flex;
  max-height: 130px;
  width: 80px;
}

cart-drawer-items .cart-item .cart-item__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* END: MEDIA */

/* START: DETAILS */

cart-drawer-items .cart-item .cart-item__details {
  grid-area: 1 / 2 / 2 / 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3px;
  padding: 10px;
  margin: 0 0 0 7px;
}

cart-drawer-items .cart-item .cart-item__details .product-option:empty {
  display: none;
}

cart-drawer-items .cart-item .cart-item__details .cart-item__name {
  font-size: 17px;
  max-width: 250px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  /* 19.981px */
  letter-spacing: -0.386px;
  font-family: var(--ff-extra);
  color: var(--clr-ntrl-dkr);
}

cart-drawer-items .cart-item .cart-item__details .cart-item__price {
  font-size: 12px;
  font-family: var(--ff-base-smb);
}

cart-drawer-items .cart-item .cart-item__details .cart-item__discounted-prices {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

cart-drawer-items .cart-item .cart-item__details .cart-item__discounted-prices .visually-hidden {
  display: none;
}

cart-drawer-items .cart-item .cart-item__details .cart-item__discounted-prices .cart-item__old-price {
  font-size: 12px;
}

cart-drawer-items .cart-item .cart-item__details .cart-item__discounted-prices .cart-item__final-price {
  color: var(--clr-third);
}

cart-drawer-items .cart-item .cart-item__details .product-variant {
  font-size: 10px;
  color: #666;
}

cart-drawer-items .cart-item .cart-item__details .product-variant dt {
  display: none;
}

cart-drawer-items .cart-item .cart-item__details .discounts {
  display: flex;
}

.discounts__discount {
  font-size: 10px;
  display: inline-flex;
  gap: 7px;
  padding: 4px 10px 6px;
  background: var(--clr-third);
  color: white;
  line-height: 1;
  align-items: center;
}

.discounts__discount svg {
  width: 8px;
}

/* END: DETAILS */

/* START: QUANTITY */

cart-drawer-items .cart-item .cart-item__totals {
  display: none;
}

cart-drawer-items .cart-item .cart-item__quantity {
  grid-area: 2 / 2 / 3 / 3;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

cart-drawer-items .cart-item .cart-item__quantity quantity-popover {
  width: 100%;
}

cart-drawer-items .cart-item .cart-item__quantity .cart-item__quantity-wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5px;
  padding: 0 0 2px;
}

cart-drawer-items .cart-item .cart-item__quantity .cart-quantity {
  width: 100px;
  display: flex;
  align-items: center;
  gap: 2px;
}

cart-drawer-items .cart-item .cart-item__quantity .visually-hidden {
  display: none;
}

cart-drawer-items .cart-item .cart-item__quantity .quantity__button {
  width: 25px;
  height: 25px;
  border: none;
  border: 1px solid #e0e0e0;
  padding: 5px;
  border-radius: 5px;
}

cart-drawer-items .cart-item .cart-item__quantity svg {
  width: 14px;
  height: 14px;
}

cart-drawer-items .cart-item .cart-item__quantity svg path {
  fill: #909090;
}

cart-remove-button button span svg path {
  fill: #a6afa9;
}

/* END: QUANTITY */

/* START: INPUTS */
cart-drawer-items .cart-item .cart-item__quantity .quantity__input {
  width: 20px;
  text-align: center;
  color: currentColor;
  text-align: center;
  background-color: #ffffff00;
  border: 0;
  padding: 0;
  flex-grow: 1;
  -moz-appearance: none;
  /* Para Firefox */
  -webkit-appearance: none;
  appearance: none;
}

cart-drawer-items .cart-item .cart-item__quantity .quantity__input::-webkit-inner-spin-button,
cart-drawer-items .cart-item .cart-item__quantity .quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* END: INPUTS */
/* START: Error text */
cart-drawer-items .cart-item .cart-item__quantity quantity-popover .cart-item__error {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: flex-end;
  margin: 5px 0 0;
}

.cart-item__error-text:empty+.svg-wrapper {
  display: none;
}

/* END: Error text */

cart-drawer-items .cart__contents .drawer__contents .visually-hidden {
  visibility: hidden;
}

/* START: FOOTER */

.drawer__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 35px 20px;
  gap: 8px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}

.drawer__footer .cart-drawer__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.drawer__footer .cart-drawer__footer div>.discounts {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.drawer__footer .cart-drawer__footer .tax-note {
  display: none;
}

.drawer__footer .cart-drawer__footer .totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.drawer__footer .cart-drawer__footer .totals .totals__total {
  font-size: 16.51px;
  font-style: normal;
  font-weight: 300;
  color: var(--clr-ntrl-dkr);
  font-family: var(--ff-base-smb);
}

.drawer__footer .cart-drawer__footer .totals .totals__total-value {
  font-size: 16.51px;
  line-height: 1;
  margin: 10px 0;
  color: var(--clr-ntrl-dkr);
  font-family: var(--ff-base-smb);
}

.modal-cart-transport {
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--clr-ntrl-dkr);
  width: 100%;
}

.modal-cart-transport i {
  font-size: 19px;
}

.drawer__footer .cart__ctas {
  display: flex;
  gap: 10px;
  width: 100%;
}

.drawer__footer .cart__ctas .btn {
  width: 50%;
  padding: 15px;
}

.drawer__header .drawer__close {
  border-radius: 5px;
  padding: 6px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer__header .drawer__close svg path {
  fill: var(--clr-ntrl-min);
}

@media screen and (max-width: 991px) {
  cart-drawer-items .cart-item {
    grid-template-columns: 1fr 7fr;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  cart-drawer-items {
    height: calc(100vh - 90px - 140px);
    max-height: calc(100vh - 90px - 140px);
    padding: 20px 0 200px;
  }


  cart-drawer-items .cart__contents .drawer__contents .drawer__cart-items-wrapper {
    padding: 0 20px;
  }

  cart-drawer .drawer__footer {
    padding: 15px 30px 80px;
  }

  cart-drawer .drawer__footer .cart__ctas .btn .btn__text {
    font-size: 8.6px;
  }

  cart-drawer .drawer__footer .cart-drawer__footer .totals .totals__total,
  cart-drawer .drawer__footer .cart-drawer__footer .totals .totals__total-value {
    font-size: 14.31px;
  }

  .modal-cart-transport {
    font-size: 9px;
  }

  .modal-cart-transport i {
    font-size: 17px;
  }
}

@media (max-width: 720px) {
  cart-drawer .drawer__footer {
    padding: 15px 20px 30px;
  }
}

.is-empty .cart-drawer .drawer__inner .drawer__header {
  display: none !important;
}

.drawer__inner-empty {
  display: none;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty {
  height: calc(100vh - 844px);
  display: flex;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .cart-drawer__warnings {
  width: 100%;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .cart-drawer__warnings .cart-drawer__empty-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .cart-drawer__warnings .cart-drawer__empty-content .cart-login {
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .cart-drawer__warnings .cart-drawer__empty-content .cart-login .cart__login-title {
  font-size: 18px;
  color: black;
  font-family: var(--ff-base-lt);
  margin-top: 25px;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .cart-drawer__warnings .cart-drawer__empty-content .cart-login .cart__login-paragraph {
  font-size: 16px;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .cart-drawer__warnings .cart-drawer__empty-content .cart-login .cart__login-paragraph a {
  text-transform: none;
  font-size: 16px;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .btn {
  margin: 20px;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .drawer__header {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 40px 20px 20px 20px;
  background: #f6f6f6;
  width: 100%;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .drawer__header h2 {
  font-size: 25px;
}

cart-drawer.is-empty .cart-drawer .drawer__inner .drawer__inner-empty .drawer__header .drawer__close {
  width: 30px;
}

.drawer__footer .balance {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--clr-line);
  padding-bottom: 10px;
  gap: 0 10px;
}

.drawer__footer .balance .balance_text {
  font-size: 12px;
}

.drawer__footer .balance .balance_text_large {
  max-width: 180px;
  width: 100%;
}

.drawer__footer .balance .balance_link {
  font-size: 12px;
  text-decoration: underline;
}

.drawer__footer .balance .balance_link.balance_total {
  width: 100%;
  text-align: end;
}

@media (max-width:720px) {

  .drawer__footer .balance .balance_text,
  .drawer__footer .balance .balance_link {
    font-size: 10px;
  }
}

.special-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5px 0;
  width: 100%;
  background-color: var(--clr-ntrl-min);
  max-width: none;
  column-gap: 10px;
  height: 120px;
}

.cart-content .special-product {
  display: none;
}

.special-product::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-line);
}

.special-product::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-line);
}

.special-product img {
  height: 100%;
}

.special-product product-form {
  height: 100%;
}

.special-product product-form form {
  height: 100%;
  display: flex;
  align-items: center;
}

.special-product .special-product__info {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.special-product .special-product__button {
  border: solid 0.5px var(--clr-primary);
  color: var(--clr-ntrl-mid);
  border-radius: 9px;
  font-size: 10px;
  padding: 15px;
  text-transform: uppercase;
  height: 47px;
}

.special-product .special-product__info .special-product__title {
  font-size: 16px;
  font-family: var(--ff-extra);
  color: var(--clr-ntrl-dkr);
  font-weight: 500;
  max-width: 130px;
  width: 100%;
}

.special-product .special-product__info .special-product__price {
  font-size: 12px;
  font-family: var(--ff-base-smb);
}

@media (max-width: 720px) {
  .special-product {
    column-gap: 10px;
    padding: 10px 0;
  }

  .special-product .special-product__button {
    font-size: 8.6px;
    min-width: 106px;
  }

  .special-product img {
    display: none;
  }
}


.special-product.hidden {
  display: none;
}
/*

.drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 138px;
  padding: 40px 20px 0 20px;
  background: #f6f6f6;
}

.drawer__header h2 {
  font-size: 25px;
}

.drawer__header .drawer__close {
  width: 30px;
}

.cart-drawer .cart-items {
  padding: 0 20px;
}

.cart-drawer .cart-items__header {
  font-size: 12px;
}

.cart-drawer .cart-items__body {
  display: flex;
  flex-direction: column;
}

.cart-drawer .cart-items__body .cart-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.cart-drawer .cart-item__media {
}

.cart-drawer .cart-item__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
} */

/* .cart-drawer .cart__contents table.cart-items {
  width: 100%;
  border-collapse: collapse;
}

.cart-drawer .cart__contents table.cart-items th {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.cart-drawer .cart__contents tr.cart-items__header {
  display: none;
}

.cart-drawer .cart__contents tr.cart-item {
  border-bottom: 1px solid #e0e0e0;
}

.cart-drawer .cart__contents tr.cart-item:last-child {
  border-bottom: none;
}