/* Traka nedavnih kupnji. */
#pkSocialProof { position:fixed; bottom:20px; left:20px; z-index:9997; max-width:320px; width:calc(100vw - 40px); background:#fff; border-radius:14px; box-shadow:0 8px 32px rgba(0,0,0,.15); padding:12px 36px 12px 14px; font-family:'Jost',Arial,sans-serif; display:none; opacity:0; transform:translateY(20px); transition:opacity .4s ease, transform .4s ease; }
#pkSocialProof.pk-visible { opacity:1; transform:translateY(0); }
#pkSocialProof .pk-sp-row { display:flex; align-items:center; gap:12px; }
#pkSocialProof .pk-sp-icon { width:44px; height:44px; border-radius:50%; background:#fdf0eb; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:22px; }
#pkSocialProof .pk-sp-text { flex:1; min-width:0; line-height:1.3; }
#pkSocialProof .pk-sp-name { font-size:13px; font-weight:600; color:#1f1b1a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
#pkSocialProof .pk-sp-product { font-size:12px; color:#7a6559; margin-top:2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
#pkSocialProof .pk-sp-time { font-size:10px; color:#b5a99e; margin-top:3px; text-transform:uppercase; letter-spacing:.04em; font-weight:600; }
#pkSocialProof .pk-sp-close { position:absolute; top:8px; right:8px; width:20px; height:20px; border:none; background:transparent; cursor:pointer; color:#b5a99e; font-size:16px; line-height:1; padding:0; display:flex; align-items:center; justify-content:center; border-radius:50%; transition:background .2s, color .2s; }
#pkSocialProof .pk-sp-close:hover { background:#f4f2f0; color:#1f1b1a; }
@media (max-width:480px) { #pkSocialProof { bottom:12px; left:12px; max-width:260px; padding:10px 30px 10px 12px; } #pkSocialProof .pk-sp-icon { width:38px; height:38px; font-size:18px; } }
