/* =====================================================================
   xUmp cart  (/cart/)  — mobile-first, shares the checkout .xc- tokens.
   Palette: navy #2e2e63 · gold #f0b429 · green #1a6b2f · text #33414a · border #e6e8ee
   Reuses .xc-btn, .xc-coupon, .xc-freeship, .xc-gift, .xc-spinner from checkout.css,
   which this page also loads. Classes below are cart-only (.xk- prefix).
   ===================================================================== */
.xk{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#33414a;margin:14px 0 30px;line-height:1.45;}
.xk *{box-sizing:border-box;}
.xk h1{font-size:24px;font-weight:700;color:#2e2e63;margin:4px 0 16px;}
.xk-msg{border-radius:8px;padding:10px 12px;font-size:14px;margin:0 0 14px;line-height:1.45;display:none;}
.xk-msg.show{display:block;}
.xk-msg.info{background:#f6f7fb;color:#33414a;border:1px solid #e6e8ee;}
.xk-msg.err{background:#fbeceb;color:#b3261e;border:1px solid #f0cfcc;}
.xk-msg.ok{background:#eef6e8;color:#236a00;border:1px solid #d5e8c6;}

.xk-layout{display:grid;grid-template-columns:1fr;gap:18px;}
@media (min-width:900px){.xk-layout{grid-template-columns:minmax(0,1fr) 360px;gap:30px;align-items:start;}.xk-aside{position:sticky;top:12px;}}

/* ---- line items ---- */
.xk-items{background:#fff;border:1px solid #e6e8ee;border-radius:10px;overflow:hidden;}
.xk-item{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px;border-bottom:1px solid #f0f1f5;}
.xk-item:last-child{border-bottom:0;}
.xk-item__img{width:88px;height:88px;}
.xk-item__img img{width:100%;height:100%;object-fit:contain;border:1px solid #e6e8ee;border-radius:8px;background:#fff;}
.xk-item__body{min-width:0;display:flex;flex-direction:column;}
.xk-item__name{font-size:15px;font-weight:600;color:#2e2e63;line-height:1.3;text-decoration:none;}
.xk-item__name:hover{text-decoration:underline;}
.xk-item__meta{font-size:12.5px;color:#6a7280;margin-top:3px;}
.xk-item__meta a{color:#6a7280;}
.xk-limit{display:inline-block;font-size:11px;font-weight:700;color:#8a5a00;background:#fff3d6;border-radius:4px;padding:1px 6px;margin-left:6px;vertical-align:middle;}
.xk-item__row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:10px;flex-wrap:wrap;}
.xk-qty{display:flex;align-items:center;gap:0;border:1px solid #d6d6d6;border-radius:8px;overflow:hidden;height:38px;}
.xk-qty button{width:38px;height:38px;border:0;background:#fff;font-size:19px;font-weight:700;color:#2e2e63;cursor:pointer;line-height:1;padding:0;}
.xk-qty button:hover{background:#f6f7fb;}
.xk-qty button:disabled{opacity:.35;cursor:default;background:#fff;}
.xk-qty input{width:44px;height:38px;border:0;border-left:1px solid #e6e8ee;border-right:1px solid #e6e8ee;text-align:center;font-size:15px;font-weight:600;color:#33414a;-moz-appearance:textfield;}
.xk-qty input::-webkit-outer-spin-button,.xk-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.xk-item__pricing{text-align:right;white-space:nowrap;}
.xk-item__line{font-size:16px;font-weight:700;color:#2e2e63;}
.xk-item__unit{font-size:12px;color:#6a7280;margin-top:1px;}
.xk-item__remove{border:0;background:none;color:#8a919c;cursor:pointer;font-size:12.5px;padding:6px 0 0;display:inline-flex;align-items:center;gap:5px;}
.xk-item__remove:hover{color:#b3261e;}
.xk-item__remove svg{width:14px;height:14px;}
.xk-item.updating{opacity:.5;pointer-events:none;}

/* ---- empty ---- */
.xk-empty{text-align:center;padding:48px 16px;background:#fff;border:1px solid #e6e8ee;border-radius:10px;}
.xk-empty h2{font-size:20px;color:#2e2e63;margin:0 0 8px;}
.xk-empty p{color:#5a6270;margin:0 0 18px;}

/* ---- tools row (coupon + estimator) ---- */
.xk-tools{display:grid;grid-template-columns:1fr;gap:14px;margin-top:16px;}
@media (min-width:620px){.xk-tools{grid-template-columns:1fr 1fr;}}
.xk-tool{background:#fff;border:1px solid #e6e8ee;border-radius:10px;padding:16px;}
.xk-tool h3{font-size:14px;font-weight:700;color:#2e2e63;margin:0 0 10px;}
.xk-row{display:flex;gap:8px;}
.xk-row input,.xk-row select{flex:1;min-width:0;border:2px solid #d6d6d6;border-radius:8px;padding:9px 11px;font-size:15px;outline:none;background:#fff;font-family:inherit;height:40px;}
.xk-row input:focus,.xk-row select:focus{border-color:#2e2e63;box-shadow:0 0 0 3px #ffd766;}
.xk-est-country{margin-bottom:8px;width:100%;border:2px solid #d6d6d6;border-radius:8px;padding:9px 11px;font-size:15px;height:40px;background:#fff;}
.xk-msg-inline{font-size:12.5px;margin:8px 0 0;}
.xk-msg-inline.err{color:#b3261e;}.xk-msg-inline.ok{color:#236a00;}
.xk-est-results{margin-top:12px;font-size:13.5px;}
.xk-est-results .xk-est-line{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f0f1f5;}
.xk-est-results .xk-est-line:last-child{border-bottom:0;}
.xk-est-results .svc{color:#33414a;}.xk-est-results .svc small{color:#6a7280;}
.xk-est-results .cost{font-weight:700;white-space:nowrap;}
.xk-est-results .cost.free{color:#1a6b2f;}

/* ---- summary (aside) ---- */
.xk-summary{background:#fff;border:1px solid #e6e8ee;border-radius:10px;overflow:hidden;}
.xk-summary__head{padding:14px 18px;background:#f6f7fb;border-bottom:1px solid #e6e8ee;font-weight:700;color:#2e2e63;font-size:16px;}
.xk-summary__body{padding:16px 18px;}
.xk-totals{font-size:14px;}
.xk-totals div{display:flex;justify-content:space-between;padding:5px 0;}
.xk-totals .muted{color:#6a7280;}
.xk-totals .disc{color:#236a00;}
.xk-totals .grand{border-top:1px solid #e6e8ee;margin-top:8px;padding-top:12px;font-size:20px;font-weight:700;color:#2e2e63;}
.xk-summary .xc-btn{margin-top:14px;font-size:18px;}
.xk-cta-note{text-align:center;font-size:12.5px;color:#6a7280;margin:9px 0 0;}
.xk-pay-icons{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0 0;flex-wrap:wrap;}
.xk-pay-icons img{height:22px;}
.xk-pay-icons span{font-size:11px;color:#8a919c;}
.xk-trust{font-size:12px;color:#6a7280;margin:14px 0 0;line-height:1.5;text-align:center;}
.xk-shipdate{font-size:12.5px;color:#33414a;margin:12px 0 0;text-align:center;}
.xk-shipdate b{color:#2e2e63;}
.xk-continue{display:inline-block;margin-top:14px;color:#2e2e63;font-weight:600;text-decoration:none;font-size:14px;}
.xk-continue:hover{text-decoration:underline;}

/* ---- offers / free gift ---- */
.xk-offers{margin-top:16px;}

/* ---- mobile sticky checkout bar ---- */
.xk-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fff;border-top:1px solid #e6e8ee;box-shadow:0 -3px 12px rgba(0,0,0,.06);padding:10px 14px;display:none;align-items:center;gap:12px;}
.xk-stickybar .tot{font-size:13px;color:#6a7280;flex:0 0 auto;}
.xk-stickybar .tot b{display:block;font-size:18px;color:#2e2e63;}
.xk-stickybar .xc-btn{margin:0;flex:1;}
@media (max-width:899px){.xk-stickybar.show{display:flex;} .xk-aside .xc-btn.xk-desk-cta{}}
.xk-spacer{height:0;}
@media (max-width:899px){.xk-spacer.show{height:74px;}}
