/** Shopify CDN: Minification failed

Line 308:3 Expected "}" to go with "{"

**/
.custom-cart-drawer .drawer__inner {
  max-width: 390px;
  padding: 0;
}

.custom-cart-drawer .drawer__header {
  padding: 17px 20px;
}

.custom-cart-drawer .freeshipping-wrapper {
  padding: 13px 20px;
  background-color: #ff8949;
  color: #fff;
}

.custom-cart-drawer .freeshipping-title {
  font-family: LL Riforma;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
}

.custom-cart-drawer .freeshipping-left {
  font-family: LL Riforma;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  border-radius: 15px;
}

.custom-cart-drawer .freshipping-bar {
  display: block;
  width: 100%;
  height: 10px;
  background: #FFFFFF;
  position: relative;
  border-radius: 15px; 
}

.custom-cart-drawer .freshipping-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #E10600;
   border-radius: 15px;
}

.custom-cart-drawer .freeshipping-footer {
  font-family: LL Riforma;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  margin-top: 10px;
}

.custom-cart-drawer.is-empty .freeshipping-wrapper {
  display: none;
}

.custom-cart-drawer .drawer__heading {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 21.76px;
  text-align: left;
}

.custom-cart-drawer .drawer__close {
  width: 16px;
  height: 16px;
  min-width: unset;
  min-height: unset;
  position: unset;
}

.custom-cart-drawer .drawer__close svg {
  height: 16px;
  width: 16px;
}

.custom-cart-drawer cart-drawer-items {
  padding: 25px 20px;
}
.custom-cart-drawer cart-drawer-items.is-empty {
  display: none;
}
.custom-cart-drawer .drawer__empty {
  display: none;
}
.custom-cart-drawer cart-drawer-items.is-empty~.drawer__empty {
  display: flex;
  justify-content: center;
  height: calc(100% - 57px);
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.23px;
  text-align: center;
}
.custom-cart-drawer .cart-drawer .cart-item {
  display: flex;
  gap: 10px;
}

.custom-cart-drawer .cart-item__media {
  min-width: 90px;
  height: 90px;
  width: 90px;
}

.custom-cart-drawer .cart-item__link {
  width: 100%;
  height: 100%;
}

.custom-cart-drawer .cart-drawer .cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-cart-drawer .cart-item__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}

.custom-cart-drawer .cart-item__details {
  margin-bottom: 10px;
}

.custom-cart-drawer .cart-item__details .product-option {
  display: none;
}

.custom-cart-drawer .cart-item__name:hover {
  text-underline-offset: unset;
  text-decoration-thickness: unset;
}

.custom-cart-drawer .cart-items .rowgroup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-cart-drawer .cart-drawer .cart-item__totals {
  justify-content: flex-start;
}

.custom-cart-drawer .cart-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 100px);
}

.custom-cart-drawer quantity-popover .cart-item__quantity-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-cart-drawer quantity-popover .quantity {
  min-height: 30px;
  height: 30px;
  width: 85px;
}

.custom-cart-drawer quantity-popover .quantity__button {
  width: 30px;
}

.custom-cart-drawer quantity-popover .quantity__input {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.custom-cart-drawer .cart-drawer .cart-items .cart-item__quantity {
  padding-left: 0;
}

.custom-cart-drawer .cart-item__price-wrapper .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}

.custom-cart-drawer .cart-item__price-wrapper .price.price--end {
  color: #E10600;
}

.custom-cart-drawer cart-remove-button .button {
  min-height: unset;
  font-size: 10px;
  font-weight: 400;
  line-height: 10.88px;
  color: #c1c1c1;

}

.custom-cart-drawer .cart-item cart-remove-button {
  margin: 0;
}

.custom-cart-drawer .cart-drawer .totals {
  margin-top: 0;
  margin-bottom: 15px;
}

.custom-cart-drawer .cart-drawer .totals h2 {
  margin-top: 0;
}

.custom-cart-drawer .drawer__footer {
  padding: 20px;
  background-color: #FFF6F1;
}

.custom-cart-drawer .cart__checkout-button {
  font-family: LL Riforma;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.41px;
  padding: 16px 20px 12px;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.custom-cart-drawer .cart__checkout-button svg {
  margin-bottom: 4px;
}

.custom-cart-drawer .totals__total {
  font-size: 14px;
  font-weight: 600;
  line-height: 15.23px;
  text-align: center;
}

.custom-cart-drawer .totals__total-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 15.23px;
  text-align: center;
}

.custom-cart-drawer .cart__ctas {
  flex-direction: column;
  gap: 0;
}
.custom-cart-drawer .cart__ctas-text {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: LL Riforma;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.3px;
  text-align: center;
  text-transform: uppercase;
}

.custom-cart-drawer .cart__ctas-text svg {
  margin-right: 5px;
}

.custom-cart-drawer .cart__ctas-text strong {
  font-weight: 700;
  color: #5EA451;
}

.custom-cart-drawer .drawer__header {
    padding: 11px 38px;

  .custom-cart-drawer .drawer__heading {
    font-size: 16px;
    font-weight: 400;
  }
  @media (max-width: 670px) {
    .custom-cart-drawer .drawer__heading {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
  }
    .custom-cart-drawer .cart-item__price-wrapper .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }