/** Shopify CDN: Minification failed

Line 770:4 Unexpected "{"
Line 771:4 Expected identifier but found "%"
Line 775:4 Expected identifier but found "%"

**/
.drawer {
  visibility: hidden;
}

.cart__ctas.cart__ctas-v2 {
  padding: 0px 17px;
}

.drawer__inner.drawer__inner-v2 {
  padding: 0px;
  width: 580px;
}

cart-drawer-items.cart-drawer-items-v2 {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 17px;
  position: relative;
}

cart-drawer-items {
  overflow: auto;
  flex: 1;
}


cart-drawer-items.cart-drawer-items-v2::before {
  content: '';
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.00) 11.99%, #FFF 100%);
  opacity: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
  pointer-events: none;
  z-index: 10;
  display: block;
  margin: 0 -17px;
}


cart-drawer-items.cart-drawer-items-v2.has-scrolled::before {
  opacity: 1;
  height: 40px;
}


.drawer__footer.drawer__footer-v2::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 11.99%, #FFF 100%);
  pointer-events: none;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.3s ease;
}


.drawer__footer.drawer__footer-v2.at-bottom::before {
  opacity: 0;
}


.drawer__footer.drawer__footer-v2 {
  position: relative;
  padding-top: 0px;
  border: none;
}

.drawer__header.drawer__header-v2 {
  padding: 16px 17px;
}

.drawer__close.drawer__close-v2 {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0;
  min-width: auto;
  min-height: auto;
  position: static;
}

.drawer__heading.drawer__heading-v2 {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  margin: 0px;
  font-family: 'Poppins';
}

.cart-timer-banner.cart-timer-banner-v2 {
  margin: 0px;
  margin-bottom: 24px;
}



.custom-drawer__cart-items-wrapper {
  display: block;
}

.custom-drawer__cart-items-wrapper .cart-items {
  display: block;
  border: none;
}

.custom-drawer__cart-items-wrapper .cart-items thead {
  display: none;
}

.custom-drawer__cart-items-wrapper .cart-items tbody {
  display: block;
}

.custom-cart-item-card {
  display: grid;
  grid-template-columns: 0.7fr 2fr 1fr;
  gap: 18px;

  position: relative;
  padding-bottom: 16px;

}

.custom-cart-item-card+.custom-cart-item-card {
  padding-top: 16px;
}



.custom-cart-item-card+.custom-cart-item-card::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #D1D5DC 0%, #D1D5DC 50%, transparent 50%, transparent 100%);
  background-size: 4px 1px;
}

.custom-cart-item-card__image-quantity {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 6px;
}

.custom-cart-item-card__image {
  width: 120px;
}

.custom-cart-item-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1.021px solid rgba(18, 18, 18, 0.05);
  background: #FFF;
}

.custom-cart-item-card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-item__price-with-savings.cart-item__price-with-savings-mobile {
  display: none;
}

.custom-cart-item-card__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.custom-cart-item-card__title {
  text-decoration: none;
  color: #121212;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.custom-cart-item-card__savings {
  background: #DC2626;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.custom-cart-item-card__variants {
  color: rgba(18, 18, 18, 0.75);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.6px;
}

.custom-cart-item-card__delivery {
  color: rgba(18, 18, 18, 0.75);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.6px;
}

.custom-cart-item-card__shipping-badge {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  background: #D1F9F6;
}

.custom-cart-item-card__shipping-badge>p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.custom-cart-item-card__wrapper {
  display: flex;
  margin-top: 2px;
}

.custom-cart-item-card__shipping-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.custom-cart-item-card__quantity {
  width: 120px;
}

.custom-cart-item-card__quantity .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #898989;
  width: 100%;
}

.custom-cart-item-card__quantity .quantity::after {
  box-shadow: none;
}

.custom-cart-item-card__quantity .quantity__button {
  width: 36px;
  height: 26px;
  border: none;
  background: white;
  cursor: pointer;
  font-size: 18px;
  color: #64748B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.quantity.cart-quantity.cart-quantity-v2{
  min-height: 35px;
}
.custom-cart-item-card__quantity .quantity__button:hover {
  background: #F1F5F9;
  color: #0D9488;
}

.custom-cart-item-card__quantity .quantity__input {
  flex: 1;
  height: 26px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  -moz-appearance: textfield;
}

.quantity__button.quantity__button-v2>svg {
  border: none;
  border-radius: 0px;
}

.cart-price-side-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.custom-cart-item-card__quantity .quantity__input::-webkit-outer-spin-button,
.custom-cart-item-card__quantity .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-cart-item-card__price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  position: relative;
}

.custom-cart-item-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.custom-price--current {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.6px;
}

.custom-price--original {
  font-size: 14px;
  color: #94A3B8;
  text-decoration: line-through;
}

.cart-item__price-group.cart-item__price-group-v2 {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}

.custom-cart-item-card__remove {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  padding:0px;
}


.custom-cart-item-card__remove svg {
  width: 15px;
  height: 15px;
}

.custom-cart-item-card__error {
  display: none !important;
  margin-top: 8px;
  padding: 8px;
  background: #FEE2E2;
  border-radius: 4px;
}

.custom-cart-item-card__error-text {
  color: #DC2626;
  font-size: 12px;
}

.custom-cart-item-card__error-text {
  color: #DC2626;
  font-size: 12px;
}

.custom-cart-item-card__loading {
  display: none !important;
}


.custom-cart-drawer__guarantee {
  background: #D1F9F6;
  padding: 6px 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0F172A;
  border-top: 1px solid var(--color-black-7, rgba(0, 0, 0, 0.07));
}

.custom-guarantee__icon {
  width: 20px;
  height: 20px;
  color: #0D9488;
  flex-shrink: 0;
}


.custom-cart-drawer__totals {
  padding: 20px 0;
}

.custom-totals-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
}

.custom-totals-row--discount .custom-totals-value {
  color: #DC2626;
}

.custom-totals-row--total {
  font-size: 18px;
  font-weight: 700;
  padding-top: 12px;
  border-top: 1px solid #E2E8F0;
}

.custom-totals-label {
  color: #0F172A;
}

.custom-totals-value {
  color: #0F172A;
  font-weight: 600;
}


.custom-cart-drawer__checkout-button {
  width: 100%;
  color: white;
  border-radius: 399px;
  border: 1px solid #000;
  background: #000;
  padding: 10px 24px;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.custom-cart-drawer__checkout-button:hover {
  background: #1F2937;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-cart-drawer__checkout-button:disabled {
  background: #94A3B8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}


.custom-cart-drawer__payment-icons {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 0;
}

.custom-cart-drawer__payment-icons img,
.custom-cart-drawer__payment-icons svg {
  height: 24px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.custom-cart-drawer__payment-icons img:hover,
.custom-cart-drawer__payment-icons svg:hover {
  opacity: 1;
}

.custom-cart-item-card__price-quantity-row {
  display: none;
}

.custom-cart-item-card__price-quantity-row {
  display: none;
}

.price-delete-wrapper {
  display: flex;
  justify-content: right;
  gap: 14px;
  align-items: baseline;
}

.cart-item__compare-price.cart-item__compare-price-v2 {
  color: #808080;


  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.6px;
  text-decoration-line: line-through;
  width: auto;
}

.drawer__footer.drawer__footer-v2 {
  padding-top: 0px;
}

.cart-footer__subtotal.cart-footer__subtotal-v2 {
  padding-top: 12px;

}

.cart-footer__subtotal.cart-footer__subtotal-v2 {
  max-width: none;
}

.custom-cart-drawer__checkout-button.custom-cart-drawer__checkout-button-v2 {
  margin: 10px 0px;
}

.cart-upsell.cart-upsell-v2 {
  gap: 12px;
  padding-bottom: 18.67px;
  position: relative;
}

.cart-upsell__grid.cart-upsell__grid-v2 {
  gap: 12px;
  overflow-y: hidden;
  overflow-x: auto;
  touch-action: pan-x;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cart-upsell__grid.cart-upsell__grid-v2::-webkit-scrollbar {
  display: none;
  height: 4px;
}

.cart-upsell__item.cart-upsell__item-v2 {
  flex-shrink: 0;
  user-select: none;

}

.cart-upsell__grid.cart-upsell__grid-v2:active {
  cursor: grabbing;
}

.cart-upsell__item.cart-upsell__item-v2:active {
  cursor: grabbing;
}

.cart-upsell__item.cart-upsell__item-v2 {
  gap: 8px;
}

.cart-upsell__title.cart-upsell__title-v2 {
  color: #121212;
  font-family: Poppins;
  font-size: 10.543px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.058px;

}

.cart-upsell__details.cart-upsell__details-v2 {
  gap: 4px;
}

.cart-upsell__price.cart-upsell__price-v2 {
  color: #121212;
  font-family: Poppins;
  font-size: 10.543px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.694px;
}

.cart-upsell__compare-price.cart-upsell__compare-price-v2 {
  color: rgba(18, 18, 18, 0.80);
  font-family: Poppins;
  font-size: 7.029px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.694px;
  text-decoration-line: line-through;
  margin-left: 4.899px;
}

.cart-upsell__price-wrapper.cart-upsell__price-wrapper-v2 {
  gap: 3.514px;
  min-height: auto;
  justify-content: space-between;
}

.cart-upsell__savings-badge.cart-upsell__savings-badge-v2 {
  padding: 2.636px 5.272px;
  border-radius: 24.983px;
  background: rgba(255, 46, 46, 0.12);
  color: #121212;
  font-family: Poppins;
  font-size: 7.029px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.347px;
}

.cart-upsell__info.cart-upsell__info-v2 {
  gap: 4px;
}

.cart-footer__totals-row.cart-footer__estimated.cart-footer__totals-row.cart-footer__estimated-v2 {
  color: #000;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart-upsell__heading.cart-upsell__heading-v2 {
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
}

.cart-footer__totals.cart-footer__totals-v2>div:first-child {
  gap: 8px;
}

.cart-footer__totals.cart-footer__totals-v2 {
  gap: 8px;
  padding: 0px 17px;
}

.cart-footer__discount.cart-footer__discount-v2 {
  letter-spacing: .24px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart-footer__total.cart-footer__total-v2 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart-footer__value.cart-footer__value-total-price {
  color: var(--color-grey-7, #121212);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cart-timer-banner.cart-timer-banner-v2.mobile-timer {
  display: none;
}

.price-delete_delte.price-delete_delte-mobile {
  display: none;
}


@media (max-width: 768px) {

  .cart-timer-container.cart-timer-container-v2-mobile {
    border-radius: 0px;
    width: 100%;
  }

  .drawer__inner.drawer__inner-v2 {
    max-width: 100vw;
  }

  .cart-timer-content.cart-timer-content-mobile svg {
    flex-shrink: 0;
  }

  p.cart-timer-text.cart-timer-text-mobile {
    white-space: normal;
    font-size: 12px;
  }

  .drawer__close.drawer__close-v2 {
    padding-right: 8px;
  }

  .custom-cart-drawer__guarantee {
    color: #000;
    text-align: left;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 10px;

  }

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

    {
    %- comment -%
  }

  Adjust gradient for mobile padding {
    %- endcomment -%
  }

  cart-drawer-items.cart-drawer-items-v2::before {
    margin: 0 -8px;
  }

  .drawer__header.drawer__header-v2 {
    padding: 0px 8px 16px 8px;
  }

  .price-delete_delte.price-delete_delte-mobile {
    display: flex;
    justify-content: end;
  }

  .cart-item__price-with-savings.cart-item__price-with-savings-mobile {
    display: flex;
    margin-bottom: 6px;
  }

  .cart-timer-banner.cart-timer-banner-v2 {
    display: none;
  }

  .cart-timer-banner.cart-timer-banner-v2.mobile-timer {
    display: block;
    margin-bottom: 12px;
  }

  .custom-cart-item-card {
    grid-template-columns: 0.7fr 2fr 0.2fr;
    gap: 6px;
    padding-bottom: 14px;
  }

  .cart-upsell.cart-upsell-v2 {
    margin-top: 4px;
  }

  .custom-cart-item-card+.custom-cart-item-card {
    padding-top: 14px;

  }

  .custom-cart-item-card__image-quantity {
    display: block;
    padding-right: 0;
  }

  .custom-cart-item-card__image-quantity .custom-cart-item-card__quantity {
    display: none;
  }



  .custom-cart-item-card__price-wrapper {
    display: none;
  }

  .custom-cart-item-card__price-quantity-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 6px;
  }

  .custom-cart-item-card__price-quantity-row .custom-cart-item-card__price {
    align-items: flex-start;
  }

  .custom-cart-item-card__price-quantity-row .custom-cart-item-card__quantity {
    width: auto;
    flex-shrink: 0;
  }

  .custom-cart-item-card__quantity .quantity__input {
    width: 45px;
  }

  .custom-cart-item-card__remove svg {
    width: 18px;
    height: 18px;
  }

  .custom-cart-item-card__remove {
    padding: 0px;
  }

  .custom-cart-item-card__content .custom-cart-item-card__error {
    display: block;
  }

  .custom-cart-item-card__content .custom-cart-item-card__loading {
    display: block;
  }

  .custom-cart-item-card__title {
    color: #121212;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.6px;
  }

  .custom-price--current {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.6px;
  }

  .cart-item__compare-price.cart-item__compare-price-v2 {
    color: #808080;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.6px;
    text-decoration-line: line-through;
  }

  .cart-item__savings-badge.cart-item__savings-badge-mobile {
    margin-left: 0px;
  }

  .cart-item__price-group.cart-item__price-group-v2 {
    gap: 4px;
            align-items: baseline;
  }

  .custom-cart-item-card__image {
    width: auto;
  }

  .custom-cart-item-card__quantity .quantity__button {
    width: 32px;
    height: 32px;
  }

  .custom-cart-item-card__quantity .quantity__input {
    height: 32px;
  }
}

.cart-footer__payment-icons.cart-footer__payment-icons-v2>svg {
  height: auto;
  width: 32px;
  object-fit: contain;
}

.cart-footer__payment-icons.cart-footer__payment-icons-v2 {
  gap: 6px
}