.dp-item{display:flex;justify-content:space-between;align-items:center;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:18px;padding:15px;margin-bottom:12px}.dp-left{display:flex;align-items:center;gap:12px}.dp-icon{width:50px;height:50px;background:#fe0;color:black;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:22px}.dp-left h3{margin:0;font-size:16px}.dp-left span{color:#fe0;font-weight:700}.dp-counter{display:flex;align-items:center;gap:8px}.dp-counter button{width:38px;height:38px;border:none;border-radius:10px;background:#fe0;font-size:20px;font-weight:700;cursor:pointer}.dp-counter input{width:60px;height:38px;text-align:center;border-radius:8px;border:1px solid #444;background:#000;color:white;font-size:16px}@media (max-width:768px){.dp-item{flex-direction:column;align-items:flex-start;gap:10px}.dp-counter{width:100%;justify-content:space-between}.dp-counter input{flex:1}}