.thelitloom-cart-page{
  --mc-bg:#f6f7fb;
  --mc-card:#ffffff;
  --mc-text:#121826;
  --mc-muted:#667085;
  --mc-border:rgba(15,23,42,.08);
  --mc-shadow:0 20px 45px rgba(15,23,42,.08);
  --mc-shadow-soft:0 10px 30px rgba(15,23,42,.05);
  --mc-primary:#111827;
  --mc-accent:#4f46e5;
  --mc-success:#16a34a;
  --mc-danger:#dc2626;
  --mc-radius:24px;
  color:var(--mc-text);
}

body.woocommerce-cart .thelitloom-cart-page{
  margin:32px 0;
}

body.woocommerce-cart{
  background:linear-gradient(180deg,#f8fafc 0%, #f6f7fb 100%);
}

.thelitloom-cart-page .modern-cart-wrapper{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(320px,.85fr);
  gap:28px;
  align-items:start;
}

.thelitloom-cart-page .modern-card{
  background:rgba(255,255,255,.88);
  border:1px solid var(--mc-border);
  box-shadow:var(--mc-shadow-soft);
  border-radius:var(--mc-radius);
  backdrop-filter:blur(12px);
}

.thelitloom-cart-page .modern-cart-card,
.thelitloom-cart-page .modern-summary-card{
  padding:28px;
}

.thelitloom-cart-page .modern-cart-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}

.thelitloom-cart-page .modern-cart-title,
.thelitloom-cart-page .modern-summary-title{
  margin:0;
  font-size:clamp(1.35rem,2vw,1.75rem);
  line-height:1.2;
  font-weight:800;
}

.thelitloom-cart-page .modern-cart-count{
  color:var(--mc-muted);
  font-size:.95rem;
  font-weight:500;
  margin-left:6px;
}

.thelitloom-cart-page .modern-clear-cart{
  text-decoration:none;
  color:var(--mc-primary);
  font-weight:700;
}

.thelitloom-cart-page .modern-clear-cart:hover{
  color:var(--mc-accent);
}

.thelitloom-cart-page .modern-cart-row{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:20px;
  padding:22px 0;
  border-bottom:1px solid rgba(15,23,42,.07);
}

.thelitloom-cart-page .modern-product-media a,
.thelitloom-cart-page .modern-product-media img{
  display:block;
  width:120px;
  height:120px;
  border-radius:22px;
}

.thelitloom-cart-page .modern-product-media img{
  object-fit:cover;
  background:#eef2f7;
}

.thelitloom-cart-page .modern-product-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
}

.thelitloom-cart-page .modern-product-title{
  margin:0 0 8px;
  font-size:1.1rem;
  font-weight:800;
}

.thelitloom-cart-page .modern-product-title a{
  color:var(--mc-text);
  text-decoration:none;
}

.thelitloom-cart-page .modern-product-title a:hover{
  color:var(--mc-accent);
}

.thelitloom-cart-page .modern-product-meta,
.thelitloom-cart-page .modern-product-meta *,
.thelitloom-cart-page .backorder_notification{
  color:var(--mc-muted);
  font-size:.92rem;
}

.thelitloom-cart-page .modern-product-price{
  white-space:nowrap;
  font-size:1.12rem;
  font-weight:800;
}

.thelitloom-cart-page .modern-product-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:16px;
}

.thelitloom-cart-page .modern-qty-wrap .quantity{
  display:flex;
  align-items:center;
}

.thelitloom-cart-page .modern-qty-wrap .qty{
  width:84px;
  min-height:46px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:#f8fafc;
  text-align:center;
  font-weight:700;
  padding:10px 12px;
  box-shadow:none;
}

.thelitloom-cart-page .modern-product-subtotal{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-left:auto;
  text-align:right;
}

.thelitloom-cart-page .modern-subtotal-label{
  color:var(--mc-muted);
  font-size:.85rem;
}

.thelitloom-cart-page .modern-remove{
  text-decoration:none;
  color:var(--mc-danger);
  font-weight:700;
}

.thelitloom-cart-page .modern-remove:hover{
  color:#b91c1c;
}

.thelitloom-cart-page .modern-cart-footer{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  margin-top:26px;
  padding-top:24px;
  border-top:1px solid rgba(15,23,42,.07);
}

.thelitloom-cart-page .modern-cart-coupon{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.thelitloom-cart-page .modern-coupon-input{
  min-width:220px;
  min-height:48px;
  border-radius:14px !important;
  border:1px solid rgba(15,23,42,.12) !important;
  background:#f8fafc !important;
  padding:12px 14px !important;
  outline:none;
  box-shadow:none !important;
}

.thelitloom-cart-page .modern-outline-btn,
.thelitloom-cart-page .modern-dark-btn,
.thelitloom-cart-page .modern-summary-card .checkout-button,
.thelitloom-cart-page .modern-summary-card .wc-proceed-to-checkout a.checkout-button{
  border:none !important;
  border-radius:999px !important;
  min-height:50px;
  padding:12px 20px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

.thelitloom-cart-page .modern-outline-btn{
  background:#eef2ff !important;
  color:var(--mc-accent) !important;
}

.thelitloom-cart-page .modern-dark-btn,
.thelitloom-cart-page .modern-summary-card .checkout-button,
.thelitloom-cart-page .modern-summary-card .wc-proceed-to-checkout a.checkout-button{
  background:linear-gradient(135deg,#111827 0%, #374151 100%) !important;
  color:#fff !important;
  box-shadow:var(--mc-shadow);
}

.thelitloom-cart-page .modern-cart-sidebar{
  position:sticky;
  top:24px;
}

.thelitloom-cart-page .modern-summary-rows{
  margin-top:20px;
}

.thelitloom-cart-page .modern-summary-row,
.thelitloom-cart-page .modern-summary-total{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  padding:12px 0;
}

.thelitloom-cart-page .modern-summary-row span:first-child{
  color:var(--mc-muted);
}

.thelitloom-cart-page .modern-summary-shipping{
  padding:8px 0 16px;
  border-bottom:1px solid rgba(15,23,42,.07);
}

.thelitloom-cart-page .modern-summary-shipping ul#shipping_method{
  list-style:none;
  padding:0;
  margin:10px 0 0;
}

.thelitloom-cart-page .modern-summary-shipping li{
  margin:6px 0;
}

.thelitloom-cart-page .modern-summary-total{
  margin-top:8px;
  padding-top:18px;
  border-top:1px solid rgba(15,23,42,.08);
  font-size:1.1rem;
  font-weight:800;
}

.thelitloom-cart-page .modern-summary-note{
  margin-top:20px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(17,24,39,.05));
}

.thelitloom-cart-page .modern-note-badge{
  display:inline-flex;
  padding:0 12px;
  border-radius:999px;
  background:#eef2ff;
  color:var(--mc-accent);
  font-size:.82rem;
  font-weight:800;
  line-height:30px;
}

.thelitloom-cart-page .modern-summary-note p{
  margin:10px 0 0;
  color:var(--mc-muted);
  font-size:.94rem;
}

.thelitloom-cart-page .modern-checkout-btn-wrap{
  margin-top:20px;
}

.thelitloom-cart-page .modern-summary-card .wc-proceed-to-checkout{
  margin:0;
  padding:0;
}

.thelitloom-cart-page .modern-summary-card .wc-proceed-to-checkout a.checkout-button{
  width:100%;
  margin-bottom:0 !important;
}

@media (max-width: 991px){
  .thelitloom-cart-page .modern-cart-wrapper{
    grid-template-columns:1fr;
  }

  .thelitloom-cart-page .modern-cart-sidebar{
    position:static;
  }
}

@media (max-width: 767px){
  .thelitloom-cart-page .modern-cart-card,
  .thelitloom-cart-page .modern-summary-card{
    padding:20px;
    border-radius:20px;
  }

  .thelitloom-cart-page .modern-cart-row{
    grid-template-columns:1fr;
    gap:16px;
  }

  .thelitloom-cart-page .modern-product-media a,
  .thelitloom-cart-page .modern-product-media img{
    width:100%;
    max-width:120px;
    height:120px;
  }

  .thelitloom-cart-page .modern-product-top{
    flex-direction:column;
    gap:10px;
  }

  .thelitloom-cart-page .modern-product-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .thelitloom-cart-page .modern-product-subtotal{
    margin-left:0;
    text-align:left;
  }

  .thelitloom-cart-page .modern-cart-footer{
    flex-direction:column;
    align-items:stretch;
  }

  .thelitloom-cart-page .modern-cart-coupon{
    flex-direction:column;
    align-items:stretch;
  }

  .thelitloom-cart-page .modern-coupon-input,
  .thelitloom-cart-page .modern-outline-btn,
  .thelitloom-cart-page .modern-dark-btn{
    width:100%;
  }

  .thelitloom-cart-page .modern-cart-header{
    flex-direction:column;
    align-items:flex-start;
  }
}   

/* Hide page title only on WooCommerce checkout page */
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .page-title,
body.woocommerce-checkout h1.entry-title,
body.woocommerce-checkout .woocommerce-products-header__title{
    display: none !important;
}