/* CART PAGE — PIXEL CLOSER */

.lh-cart-page {
  min-height: 100vh;
  padding: 118px 0 80px;
  background: #050607;
  color: #f4f4f4;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.lh-cart-container {
  max-width: 1180px;
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 0;
}

.lh-cart-head {
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}

.lh-cart-label {
  margin-bottom: 18px;
  color: #ff8618;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.lh-cart-head h1 {
  margin: 0;
  font-size: 64px;
  line-height: 0.9;
  letter-spacing: -0.105em;
  font-weight: 900;
  color: #f4f4f4;
}

.lh-cart-count {
  margin-bottom: 16px;
  color: #a8b1c2;
  font-size: 11px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.lh-cart-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 84px;
  background: transparent;
}

.lh-cart-items {
  background: transparent;
}

.lh-cart-item {
  display: grid;
  grid-template-columns: 100px 1fr 110px 90px 28px;
  align-items: center;
  gap: 32px;
  padding: 0 0 44px;
  border: 0;
}

.lh-cart-thumb {
  width: 100px;
  height: 100px;
  background: #0d0f11;
  overflow: hidden;
}

.lh-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh-cart-product-name {
  margin-bottom: 9px;
  display: block;
  color: #f4f4f4;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.085em;
}

.lh-cart-product-meta {
  color: #9da7b8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.lh-cart-product-meta .woocommerce-Price-amount {
  color: #9da7b8;
}

.lh-cart-qty {
  width: 110px;
  height: 38px;
  border: 1px solid #252a31;
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
}

.lh-cart-qty .quantity {
  display: block;
}

.lh-cart-qty input.qty {
  width: 100%;
  height: 36px;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: center;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  appearance: textfield;
}

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

.lh-qty-btn {
  width: 32px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #a8b1c2;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
}

.lh-cart-line-total {
  color: #f4f4f4;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: right;
}

.lh-cart-line-total .woocommerce-Price-currencySymbol {
  margin-left: 4px;
  color: #9da7b8;
  font-size: 11px;
  font-weight: 700;
}

.lh-cart-remove {
  color: #7f8794;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.lh-cart-remove:hover {
  color: #ff8618;
}

.lh-cart-summary {
  width: 380px;
  min-height: 402px;
  padding: 35px 32px;
  background: #0e1114;
  border: 1px solid #171c22;
}

.lh-summary-row {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lh-summary-row span {
  color: #9da7b8;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.lh-summary-row strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.lh-free-shipping {
  margin-top: 28px;
  color: #9da7b8;
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.lh-summary-divider {
  height: 1px;
  margin: 26px 0 38px;
  background: #293039;
}

.lh-summary-total {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lh-summary-total span {
  color: #9da7b8;
  font-size: 11px;
  letter-spacing: 0.43em;
  text-transform: uppercase;
}

.lh-summary-total strong {
  color: #f4f4f4;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.lh-summary-total small,
.lh-summary-total .woocommerce-Price-currencySymbol {
  margin-left: 6px;
  color: #9da7b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.lh-cart-main-btn {
  width: 100%;
  height: 56px;
  background: #ff8618;
  color: #030405;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 0;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.43em;
  text-transform: uppercase;
}

.lh-continue {
  margin-top: 26px;
  display: block;
  color: #8290a3;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.lh-hidden-update,
.lh-cart-update {
  display: none !important;
}

@media (max-width: 1024px) {
  .lh-cart-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .lh-cart-summary {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .lh-cart-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 760px) {
  .lh-cart-page {
    padding-top: 130px;
  }

  .lh-cart-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lh-cart-head h1 {
    font-size: 54px;
  }

  .lh-cart-item {
    grid-template-columns: 86px 1fr;
    gap: 18px;
  }

  .lh-cart-thumb {
    width: 86px;
    height: 86px;
  }

  .lh-cart-qty,
  .lh-cart-line-total,
  .lh-cart-remove {
    grid-column: 2;
  }

  .lh-cart-line-total {
    text-align: left;
  }
}

.lh-page-content {
  min-height: 100vh;
  padding-top: 70px;
  background: var(--background);
  color: var(--foreground);
}

/* CENTER WOOCOMMERCE CART PAGE */

body.woocommerce-cart .lh-page-content,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .woocommerce {
  max-width: 1180px !important;
  width: calc(100% - 180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.woocommerce-cart .lh-page-content {
  padding-top: 110px;
}

@media (max-width: 900px) {
  body.woocommerce-cart .lh-page-content,
  body.woocommerce-cart .entry-content,
  body.woocommerce-cart .wp-block-woocommerce-cart,
  body.woocommerce-cart .wc-block-cart,
  body.woocommerce-cart .woocommerce {
    width: calc(100% - 40px) !important;
  }
}
