
.peoq-wrap{border:1px solid #eee;border-radius:14px;padding:14px 14px 6px;background:#fff}
.peoq-title{margin:0 0 10px;font-size:18px}
.peoq-list{display:flex;flex-direction:column;gap:12px}
.peoq-item{display:flex;justify-content:space-between;align-items:center;border:1px solid #f0f0f0;border-radius:14px;padding:14px}
.peoq-item-info{display:flex;flex-direction:column;gap:4px}
.peoq-item-name{font-size:16px;font-weight:600}
.peoq-item-price{font-size:14px;opacity:.85}
.peoq-qty{display:flex;align-items:center;gap:10px}
.peoq-btn{display:flex;align-items:center;justify-content:center;width:44px;height:34px;border-radius:999px;border:0;background:#17b79a;color:#fff;font-size:18px;line-height:1;cursor:pointer}
.peoq-btn:active{transform:translateY(1px)}
.peoq-input{width:56px;text-align:center;border:1px solid #e7e7e7;border-radius:10px;padding:6px 8px}

.peoq-total{direction:rtl;margin-top:12px;padding:10px 12px;border:1px dashed #e8e8e8;border-radius:12px;display:flex;justify-content:space-between;align-items:center;font-size:14px}
.peoq-total strong{font-size:16px}
