/* VEER·MAR cart — verbatim from prototype veermar-cart.html. */
.crumb{padding:18px 0 6px;font-size:12px;color:var(--grey)}
.crumb a:hover{color:var(--nude)}.crumb span{color:var(--ink)}

.steps{display:flex;gap:10px;align-items:center;padding:8px 0 26px;font-size:13px;flex-wrap:wrap}
.steps .st{display:flex;align-items:center;gap:8px;color:var(--grey)}
.steps .st .no{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.steps .st.on{color:var(--ink)}
.steps .st.on .no{background:var(--ink);color:#fff;border-color:var(--ink)}
.steps .sep{width:30px;height:1px;background:var(--line)}

.ptitle{font-size:clamp(1.8rem,3.4vw,2.4rem);font-weight:800;letter-spacing:-.01em;margin-bottom:6px}
.pcount{color:var(--grey);font-size:14px;margin-bottom:26px}

.layout{display:grid;grid-template-columns:1fr 380px;gap:clamp(24px,3vw,48px);padding-bottom:50px;align-items:start}

.freebar{background:var(--soft);padding:16px 20px;margin-bottom:22px;border-left:3px solid var(--nude)}
.freebar .t{font-size:13px;margin-bottom:10px}
.freebar .t b{color:var(--nude-dk)}
.freebar .track{height:6px;background:#fff;border-radius:4px;overflow:hidden}
.freebar .fill{height:100%;background:var(--nude);border-radius:4px}

.citem{display:grid;grid-template-columns:104px 1fr auto;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}
.citem .img{aspect-ratio:3/4;background-size:cover;background-position:center;background-color:var(--soft);cursor:pointer}
.citem .mid .brand{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--nude);margin-bottom:5px}
.citem .mid .nm{font-weight:700;font-size:15px;margin-bottom:10px;cursor:pointer}
.citem .mid .nm:hover{color:var(--nude-dk)}
.citem .attrs{display:flex;gap:18px;font-size:13px;color:var(--grey);margin-bottom:8px;flex-wrap:wrap}
.citem .attrs b{color:var(--ink);font-weight:600}
.citem .attrs .swdot{display:inline-block;width:13px;height:13px;border-radius:50%;vertical-align:-2px;margin-right:5px;box-shadow:0 0 0 1px var(--line)}
.citem .avail{font-size:12px;color:var(--ok);font-weight:600;display:flex;align-items:center;gap:6px}
.citem .avail.no{color:var(--sale)}
.citem .avail .dot{width:7px;height:7px;border-radius:50%;background:currentColor}
.citem .right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:14px}
.citem .price .now{font-size:17px;font-weight:800}
.citem .price .old{font-size:13px;color:var(--grey);text-decoration:line-through;display:block}
.qty{display:inline-flex;align-items:center;border:1px solid var(--line)}
.qty button{width:34px;height:36px;background:#fff;border:none;font-size:16px;cursor:pointer}
.qty button:hover{background:var(--soft)}
.qty span{width:34px;text-align:center;font-weight:700;font-size:14px}
.citem .tools{display:flex;gap:14px;font-size:12px;color:var(--grey)}
.citem .tools button{background:none;border:none;cursor:pointer;color:var(--grey);font-size:12px;font-family:var(--f);border-bottom:1px solid transparent;padding:0}
.citem .tools button:hover{color:var(--ink);border-color:var(--ink)}
.citem .tools .rm:hover{color:var(--sale);border-color:var(--sale)}

.cart-foot{display:flex;justify-content:space-between;align-items:center;padding-top:20px;flex-wrap:wrap;gap:14px}
.cart-foot .cont{font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:8px}
.cart-foot .cont:hover{color:var(--nude)}
.cart-foot .clear{background:none;border:none;color:var(--grey);font-size:13px;cursor:pointer;font-family:var(--f)}
.cart-foot .clear:hover{color:var(--sale)}

.summary{position:sticky;top:92px;border:1px solid var(--line);padding:26px}
.summary h3{font-size:18px;font-weight:800;margin-bottom:20px}
.promo{display:flex;gap:8px;margin-bottom:8px}
.promo input{flex:1;border:1px solid var(--line);padding:12px 14px;font-family:var(--f);font-size:13px;outline:none}
.promo input:focus{border-color:var(--ink)}
.promo button{background:var(--ink);color:#fff;border:none;padding:0 20px;font-weight:700;font-size:13px;cursor:pointer;text-transform:uppercase}
.promo button:hover{background:var(--nude-dk)}
.sumdiv{height:1px;background:var(--line);margin:18px 0}
.srow{display:flex;justify-content:space-between;margin-bottom:13px;font-size:14px}
.srow .lbl{color:var(--grey)}
.srow.disc .val{color:var(--sale);font-weight:700}
.srow.bonus .val{color:var(--nude-dk);font-weight:700}
.stotal{display:flex;justify-content:space-between;align-items:baseline;margin:18px 0;font-weight:800}
.stotal .t{font-size:16px}.stotal .v{font-size:26px}
.stotal .v small{font-size:14px;color:var(--grey);font-weight:600}
.checkout{width:100%;background:var(--ink);color:#fff;border:none;height:56px;font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}
.checkout:hover{background:var(--nude-dk)}
.paymethods{display:flex;gap:8px;justify-content:center;margin-top:16px;flex-wrap:wrap}
.paymethods span{font-size:11px;font-weight:700;color:var(--grey);border:1px solid var(--line);padding:5px 9px;border-radius:4px}
.guarantee{display:flex;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.guarantee .g{font-size:11px;color:var(--grey);display:flex;gap:7px;align-items:flex-start}
.guarantee .g .ic{color:var(--nude)}
.guarantee .g svg{width:15px;height:15px;stroke:var(--nude);stroke-width:1.7;fill:none;flex-shrink:0}

.empty-cart{text-align:center;padding:70px 0}
.empty-cart svg{width:56px;height:56px;stroke:var(--mute);stroke-width:1.3;fill:none;margin:0 auto 18px}
.empty-cart h2{font-size:22px;font-weight:800;margin-bottom:8px}
.empty-cart p{color:var(--grey);margin-bottom:22px}
.empty-cart a{display:inline-block;background:var(--ink);color:#fff;padding:15px 40px;font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:.04em}
.empty-cart a:hover{background:var(--nude-dk)}

.sec{padding:clamp(34px,4.5vw,52px) 0;border-top:1px solid var(--line)}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;gap:18px;flex-wrap:wrap}
.sec-head h3{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:800;letter-spacing:-.01em}
.sec-head .more{font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--ink);padding-bottom:3px}
.sec-head .more:hover{color:var(--nude);border-color:var(--nude)}

@media(max-width:980px){.layout{grid-template-columns:1fr}.summary{position:static}}
@media(max-width:560px){
  .citem{grid-template-columns:84px 1fr;gap:14px}
  .citem .right{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}
}
