/* Wrapper */
.np-cart-wrap { max-width: 1120px; margin: 0 auto; padding: 40px 16px 60px; }
.np-cart-head { margin: 0 0 22px; }
.np-cart-title { margin: 0; font-size: 56px; line-height: 1.05; }
.np-cart-sub { margin: 10px 0 0; opacity: .8; }

/* Layout */
.np-cart { display: grid; grid-template-columns: 1.55fr 1fr; gap: 18px; align-items: start; }
@media (max-width: 980px) {
  .np-cart { grid-template-columns: 1fr; }
  .np-cart-wrap { padding-top: 26px; }
  .np-cart-title { font-size: 40px; }
}

/* Card */
.np-card {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(16,22,36,.55);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  overflow: hidden;
}
.np-card-head {
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.np-card-title { font-weight: 700; }
.np-card-meta { font-size: 13px; opacity: .75; }

/* Items */
.np-items { padding: 10px 12px 6px; display:flex; flex-direction:column; gap: 10px; }
.np-item {
  display:grid; grid-template-columns: 56px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(10,14,24,.35);
}
.np-item-thumb img { width: 56px; height: 56px; object-fit: cover; border-radius: 12px; display:block; }
.np-item-main { min-width: 0; }
.np-item-top { display:flex; align-items:flex-start; justify-content:space-between; gap: 12px; }
.np-item-title a { color: inherit; text-decoration: none; }
.np-item-title a:hover { text-decoration: underline; }
.np-item-attrs { margin-top: 6px; font-size: 13px; opacity: .85; }
.np-price-label { font-size: 12px; opacity: .7; }
.np-price { font-weight: 700; }

/* Bottom row */
.np-item-bottom {
  margin-top: 10px;
  display:grid;
  grid-template-columns: auto auto 1fr;
  gap: 12px;
  align-items:center;
}
@media (max-width: 560px) {
  .np-item-bottom { grid-template-columns: 1fr; gap: 10px; }
}

/* Quantity */
.np-qty { display:flex; align-items:center; gap: 8px; }
.np-qty-btn {
  width: 36px; height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: inherit;
  font-size: 18px;
  cursor:pointer;
}
.np-qty-btn:hover { border-color: rgba(255,255,255,.28); }
.np-qty-input input.qty {
  width: 54px; height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.08);
  color: #fff;
  text-align: center;
}

/* Force coupon input to dark theme (some plugins/themes reset it to white) */
.woocommerce-cart .coupon input#coupon_code,
.woocommerce-cart form.woocommerce-cart-form input#coupon_code {
  background: rgba(0,0,0,.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16) !important;
}
.woocommerce-cart .coupon input#coupon_code::placeholder { color: rgba(255,255,255,.55) !important; }

/* Remove link */
.np-remove-link { color: rgba(255,255,255,.78); text-decoration: underline; }
.np-remove-link:hover { color: #fff; }

/* Coupon + actions */
.np-cart-actions { padding: 12px 16px 16px; border-top: 1px solid rgba(255,255,255,.08); display:flex; flex-direction:column; gap: 10px; }
.np-label { font-size: 12px; opacity: .75; }
.np-coupon-row { display:flex; gap: 10px; align-items:center; }
@media (max-width: 560px) { .np-coupon-row { flex-direction: column; align-items: stretch; } }

.np-input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.20);
  color: #fff;
}
.np-input::placeholder { color: rgba(255,255,255,.55); }

/* Buttons */
.np-btn {
  height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.18);
  color: #fff;
  cursor:pointer;
  font-weight: 700;
}
.np-btn:hover { border-color: rgba(255,255,255,.28); }
.np-btn-primary { background: rgba(200,169,120,.95); border-color: rgba(200,169,120,.65); color: #0b0f18; }
.np-btn-ghost { background: rgba(0,0,0,.12); }

/* Summary - cleanup Woo default spacing */
.np-cart-summary .np-summary { padding: 10px 16px 16px; }
.np-cart-summary .shop_table { margin: 0; border: 0; }
.np-cart-summary .shop_table th,
.np-cart-summary .shop_table td { padding: 10px 0; border: 0; }
.np-cart-summary .order-total th,
.np-cart-summary .order-total td { font-size: 18px; }
.np-cart-summary .wc-proceed-to-checkout { margin: 14px 0 0; }
.np-cart-summary .checkout-button { width: 100%; height: 52px; border-radius: 16px; background: rgba(200,169,120,.95) !important; color:#0b0f18 !important; border: 0 !important; font-weight: 800; }

/* Trust rows spacing consistent */
.np-trust { padding: 10px 16px 16px; display:flex; flex-direction:column; gap: 10px; }
.np-trust-row {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(0,0,0,.12);
  opacity: .9;
}

/* Empty */
.np-empty { padding: 18px; }
.np-empty-title { font-size: 22px; font-weight: 800; }
.np-empty-text { margin-top: 8px; opacity: .8; }
.np-empty-actions { margin-top: 14px; display:flex; gap: 10px; flex-wrap:wrap; }


/* === HARD OVERRIDES: kill any global "pill/bubble" button styles === */
.np-cart-wrap .np-qty-btn{
  border-radius: 10px !important;
  box-shadow: none !important;
  background: rgba(0,0,0,.18) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.np-cart-wrap .np-qty-btn:before,
.np-cart-wrap .np-qty-btn:after{ content:none !important; }

.np-cart-wrap .np-btn{
  border-radius: 14px !important;
  box-shadow: none !important;
}
.np-cart-wrap .np-remove-link{
  display: inline-block !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
