
#achaar-sidecart{position:fixed;right:0;top:0;width:380px;height:100%;background:#fff;box-shadow:-4px 0 30px rgba(0,0,0,.25);transform:translateX(100%);transition:.3s;display:flex;flex-direction:column;z-index:9999}
#achaar-sidecart.open{transform:translateX(0)}
.achaar-sc-head{padding:16px;font-size:18px;border-bottom:1px solid #eee;display:flex;justify-content:space-between}
.achaar-sc-body{flex:1;overflow:auto;padding:16px}
.achaar-sc-item{display:flex;gap:12px;margin-bottom:16px}
.achaar-sc-item img{width:60px;height:auto}
.achaar-sc-item .title{font-weight:600;margin-bottom:6px}
.qty{display:flex;gap:8px;align-items:center}
.qty button{width:28px;height:28px;border-radius:50%;border:none;background:#eee}
.achaar-sc-footer{border-top:1px solid #eee;padding:16px}
.achaar-sc-footer .row{display:flex;justify-content:space-between;margin-bottom:12px}
.checkout-btn{display:block;background:#5aa845;color:#fff;text-align:center;padding:12px;border-radius:6px;text-decoration:none}
