.nl-cart-page {
  padding: 86px 0 100px;
}

.nl-cart-page__title {
  font-family: Matrice;
  font-size: clamp(32px, 5vw, 56px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(40px, 6vw, 68px); /* 121.429% */
  letter-spacing: -1.68px;
  margin-bottom: 80px;
}

.nl-cart-form {
  margin: 0;
}

.nl-cart-table {
  border-radius: 0 0 4px 4px;
  border: 0.5px solid rgb(251, 245, 232, 0.5);
}

.nl-cart-table__head {
  display: grid;
  grid-template-columns: 2.7fr 1.1fr 1.2fr 1.2fr 0.7fr;
  gap: 24px;
  padding: 20px 34px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 2.2vw, 24px);
  border-radius: 4px 4px 0 0;
  background: #2a2828;
}

.nl-cart-table__body {
  display: block;
}

.nl-cart-row {
  display: grid;
  grid-template-columns: 2.7fr 1.1fr 1.2fr 1.2fr 0.7fr;
  gap: 24px;
  align-items: center;
  padding: 14px 32px;
  background: rgba(255, 255, 255, 0.02);
}

.nl-cart-table__col--price,
.nl-cart-table__col--qty,
.nl-cart-table__col--subtotal {
  text-align: center;
}

.nl-cart-row__product {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 28px;
  align-items: center;
}

.nl-cart-row__thumb {
  background: rgba(0, 0, 0, 0.08);
  padding: 14px;
}

.nl-cart-row__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.nl-cart-row__name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: clamp(22px, 2.2vw, 23px);
  margin-bottom: 6px;
}

.nl-cart-row__name a {
  color: #fbf5e8;
  text-decoration: none;
}

.nl-cart-row__meta {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(251, 245, 232, 0.78);
}

.nl-cart-row__price,
.nl-cart-row__subtotal {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: clamp(22px, 2.2vw, 23px);
  text-align: center;
}

.nl-cart-row__qty {
  text-align: center;
}

.nl-cart-row__remove {
  text-align: right;
}

.nl-cart-row__remove a {
  color: #fbf5e8;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0.9;
}

.nl-cart-row__remove a span {
  margin-left: 4px;
}

.nl-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* min-width: 136px; */
  height: 54px;
  border: 0.5px solid rgb(251, 245, 232, 0.5);
  border-radius: 4px;
  padding: 8px 32px;
  gap: 12px;
}

.nl-qty__btn {
  background: transparent;
  border: 0;
  font-size: clamp(18px, 1.9vw, 20px);
  line-height: 1;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
  color: var(--light);
}

.nl-qty input.qty {
  width: 18px;
  background: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  padding: 0;
  -moz-appearance: textfield;
  color: var(--light);
}

.nl-qty input.qty::-webkit-outer-spin-button,
.nl-qty input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nl-qty__value {
  font-size: clamp(18px, 2.2vw, 24px);
  color: #fbf5e8;
}

.nl-cart-actions {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  margin-top: 18px;
  align-items: start;
}

.nl-cart-coupon__title {
  font-size: clamp(18px, 2.2vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(26px, 3vw, 34px);
  margin: 28px 0 16px;
}

.nl-cart-coupon__form {
  display: flex;
  max-width: 408px;
}

.nl-cart-coupon__input {
  flex: 1;
  min-height: 48px;
  border: 1px solid rgba(251, 245, 232, 0.34);
  border-right: 0;
  color: var(--light);
  padding: 0 16px;
  outline: none;

  border-radius: 4px 0 0 4px;
  border: 0.5px solid #fbf5e8;

  background: #2f2d2d;
}

.nl-cart-coupon__input::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 2.2vw, 24px);
  color: var(--light);
}

.nl-cart-coupon__btn {
  display: inline-flex;
  height: 48px;
  padding: 10px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 0 4px 4px 0;
  border: 0.5px solid var(--light);
  background: var(--light);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: clamp(22px, 2.2vw, 24px);
}

.nl-cart-totals-wrap {
  width: 100%;
}

.nl-cart-totals {
  border: 0.5px solid rgb(251, 245, 232, 0.5);
  border-radius: 0 0 4px 4px;
}

.nl-cart-totals__head {
  padding: 22px 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 2.2vw, 24px);

  background: #2a2828;
}

.nl-cart-totals__body {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nl-cart-totals__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: clamp(22px, 2.2vw, 23px);
  gap: 24px;
}

.nl-cart-totals__row .woocommerce-remove-coupon {
  display: none;
}

.nl-cart-totals__total {
  display: flex;
  justify-content: space-between;
  font-size: clamp(18px, 2.2vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(26px, 3vw, 34px);
}

.nl-cart-totals__checkout {
  margin-top: 10px;
}

.nl-cart-totals__checkout .checkout-button {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shop_table_responsive,
.woocommerce-cart .wc-proceed-to-checkout .button[name="update_cart"] {
  display: none !important;
}

.nl-cart-coupon__applied {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.nl-cart-coupon__chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 0.5px solid rgba(251, 245, 232, 0.5);
  background: rgba(255, 255, 255, 0.03);
}

.nl-cart-coupon__chip-label {
  font-size: 14px;
  line-height: 1;
  color: var(--light);
}

.nl-cart-coupon__remove {
  font-size: 13px;
  line-height: 1;
  color: var(--light);
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.nl-cart-coupon__remove:hover {
  opacity: 1;
}

@media (max-width: 1100px) {
  .nl-cart-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .nl-cart-page__inner {
    width: min(1280px, calc(100% - 32px));
  }

  .nl-cart-page__title {
    font-size: clamp(32px, 4.6vw, 52px);
    margin-bottom: 34px;
  }

  .nl-cart-table__head {
    display: none;
  }

  .nl-cart-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
    border-top: 1px solid rgba(251, 245, 232, 0.08);
  }

  .nl-cart-row__product {
    grid-template-columns: 92px 1fr;
    gap: 16px;
  }

  .nl-cart-row__price,
  .nl-cart-row__qty,
  .nl-cart-row__subtotal,
  .nl-cart-row__remove {
    text-align: left;
  }

  .nl-cart-coupon__form {
    max-width: none;
  }

  .nl-cart-totals__body,
  .nl-cart-totals__head {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.nl-cart-empty {
  min-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 32px;
}

.nl-cart-empty__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.nl-cart-empty__eyebrow {
  margin-bottom: 18px;
  color: var(--light);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: clamp(18px, 1.9vw, 18px);
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.nl-cart-empty__title {
  margin: 0 0 20px;
  font-family: Matrice;
  font-size: clamp(36px, 4vw, 56px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2px;
  color: #fbf5e8;
}

.nl-cart-empty__text {
  max-width: 620px;
  margin: 0 auto 36px;
  color: var(--light);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.9vw, 32px);

  p {
    margin: 0;
  }
}

.nl-cart-empty__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .nl-cart-empty {
    min-height: 52vh;
    padding: 52px 20px;
  }

  .nl-cart-empty__text {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: clamp(22px, 2.7vw, 29px);
  }
}
