/* =========================
   CART HEADER
========================= */

.ps-shell-cart .ps-woo-shell {
  max-width: 1360px;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

.ps-shell-cart .ps-woo-shell-top {
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.ps-shell-cart .ps-woo-pagehead {
  gap: 10px !important;
  max-width: 780px !important;
  padding-top: 8px !important;
}

.ps-shell-cart .ps-woo-title {
  margin: 0 !important;
  margin-left: -0.04em !important;
  color: var(--ps-text) !important;
  font-size: clamp(46px, 4vw, 72px) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
}

.ps-shell-cart .ps-woo-intro {
  max-width: 56ch !important;
  margin: 0 !important;
  color: var(--ps-text-soft) !important;
  font-size: clamp(18px, 1.2vw, 21px) !important;
  line-height: 1.58 !important;
}

.ps-shell-cart .ps-woo-meta {
  margin-top: 4px !important;
  color: var(--ps-text-muted) !important;
  font-size: clamp(17px, 1.02vw, 19px) !important;
  font-weight: 600 !important;
  letter-spacing: var(--ps-tracking-eyebrow) !important;
}

.ps-shell-cart .ps-back,
.ps-shell-cart .ps-cart-continue-link,
.ps-woo-page.woocommerce-cart .return-to-shop,
.ps-woo-page.woocommerce-cart a.wc-backward {
  display: none !important;
}

/* =========================
   CART FOOTER ALIGN
========================= */

.ps-shell-cart .ps-footer {
  margin-top: 14px !important;
}

.ps-shell-cart .ps-footer-bottom {
  margin-top: 14px !important;
  padding-top: 14px !important;
}

@media (max-width: 768px) {
  .ps-shell-cart .ps-woo-shell-top {
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .ps-shell-cart .ps-woo-title {
    font-size: clamp(34px, 8vw, 46px) !important;
  }
}
