.ehcart .item-price{text-align:center;font-size:15px;color:var(--navy-ink)}
.ehcart .item-qtycol{display:flex;flex-direction:column;align-items:center;gap:9px}
.ehcart .qty{display:inline-flex;align-items:center;border:1px solid var(--n300);border-radius:9px;overflow:hidden;background:#fff}
.ehcart .qty button{width:34px;height:38px;border:0;background:#fff;cursor:pointer;font-size:17px;color:var(--navy);line-height:1;display:flex;align-items:center;justify-content:center}
.ehcart .qty button:hover{background:var(--n100)}
.ehcart .qty .n{min-width:34px;text-align:center;font-weight:700;font-size:14.5px;color:var(--navy-ink)}
.ehcart .item-remove{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;cursor:pointer;color:var(--n400);font-family:var(--body);font-size:12.5px;font-weight:600}
.ehcart .item-remove svg{width:15px;height:15px}
.ehcart .item-remove:hover{color:var(--red)}
.ehcart .item-sub{text-align:right;font-weight:700;font-size:15.5px;color:var(--navy)}
.ehcart .summary{position:sticky;top:96px;display:flex;flex-direction:column;gap:18px}
.ehcart .sum-card,.ehcart .help-card{border:1px solid var(--n200);border-radius:14px;background:#fff}
.ehcart .sum-card{padding:24px}
.ehcart .sum-h{font-family:var(--disp);font-weight:800;font-size:19px;color:var(--navy);margin-bottom:16px}
.ehcart .sum-row{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;font-size:14.5px;color:var(--ink);margin-bottom:12px}
.ehcart .sum-row .v{color:var(--navy-ink);font-weight:600}
.ehcart .sum-row.two .dash{color:var(--n400)}
.ehcart .sum-row.two small{flex-basis:100%;color:var(--n400);font-size:12.5px;margin-top:2px}
.ehcart .sum-div{height:1px;background:var(--n200);margin:6px 0 14px}
.ehcart .sum-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}
.ehcart .sum-total .l{font-family:var(--disp);font-weight:800;font-size:17px;color:var(--navy)}
.ehcart .sum-total .v{font-family:var(--disp);font-weight:800;font-size:22px;color:var(--navy)}
.ehcart .sum-total .v small{font-size:12px;color:var(--n400);font-weight:600;margin-right:4px}
.ehcart .sum-fine{font-size:12px;color:var(--n400);margin:0 0 16px}
.ehcart .field{margin-bottom:14px}
.ehcart .field label{display:block;font-size:12.5px;font-weight:600;color:var(--navy);margin-bottom:6px}
.ehcart .field textarea,.ehcart .field input{width:100%;border:1px solid var(--n300);border-radius:9px;padding:10px 12px;font-family:var(--body);font-size:14px;color:var(--navy-ink);background:#fff}
.ehcart .field textarea:focus,.ehcart .field input:focus{outline:2px solid var(--teal);outline-offset:0;border-color:var(--teal)}
.ehcart .field .in{display:flex;gap:8px}
.ehcart .field .in input{flex:1}
.ehcart .field .apply{border:1px solid var(--n300);background:#fff;border-radius:9px;padding:0 16px;font-weight:600;font-size:13.5px;color:var(--navy);cursor:pointer}
.ehcart .field .apply:hover{border-color:var(--teal);color:var(--teal-deep)}
.ehcart .checkout{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--teal);color:#fff;border:0;border-radius:10px;padding:15px;font-family:var(--body);font-weight:700;font-size:15px;cursor:pointer;min-height:52px}
