
.pk-offer-box{background:#ffecd1;border:1px solid #ffb84d;padding:14px;border-radius:10px;margin:15px 0;color:#111}
.pk-offer-title{font-weight:700;margin-bottom:6px}
.pk-trust-bar{display:flex;justify-content:space-between;gap:8px;background:#fafafa;border:1px solid #eee;border-radius:8px;padding:10px;margin-top:12px}
.pk-item{font-size:13px;font-weight:600;color:#222}
.pk-delivery,.pk-auth{margin-top:12px;padding:12px;border-radius:8px;background:#fafafa;color:#111;border:1px solid #eee}
.pk-sticky-cart{display:none}
@media(max-width:768px){
 .pk-trust-bar{flex-wrap:wrap;justify-content:center}
 .pk-item{font-size:12px}
 .pk-sticky-cart{display:flex;position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #ddd;padding:10px;justify-content:space-between;align-items:center;z-index:99999}
 .pk-left{max-width:65%}
 .pk-title{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .pk-price{font-size:13px;font-weight:700}
 .pk-btn{background:#ff9900;border:none;padding:10px 16px;border-radius:6px;font-weight:700;cursor:pointer}
 body{padding-bottom:70px}
}
