.tpz-cart-popup{
    position:fixed!important;
    top:22px!important;
    right:22px!important;
    bottom:auto!important;
    left:auto!important;
    width:390px;
    max-width:calc(100vw - 28px);
    background:#fff;
    color:#111827;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:18px;
    box-shadow:0 18px 45px rgba(15,23,42,.18);
    z-index:2147483647;
    opacity:0;
    transform:translateY(-12px);
    transition:.25s ease;
}
.tpz-cart-popup.show{opacity:1;transform:translateY(0)}
.tpz-cart-popup-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border:0;background:transparent;color:#64748b;cursor:pointer;font-size:15px}
.tpz-cart-popup-head{display:flex;align-items:center;gap:12px;padding-right:32px;margin-bottom:14px}
.tpz-cart-popup-head strong{font-size:16px;font-weight:800}
.tpz-cart-popup-check{width:38px;height:38px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.tpz-cart-popup-check.error{background:#fee2e2;color:#ef4444}
.tpz-cart-popup-product{display:flex;align-items:center;gap:13px;margin:8px 0 16px}
.tpz-cart-popup-product img,.tpz-cart-popup-noimg{width:58px;height:58px;border-radius:10px;background:#f8fafc;border:1px solid #e5e7eb;object-fit:contain;padding:5px;flex-shrink:0}
.tpz-cart-popup-noimg{display:flex;align-items:center;justify-content:center;color:#94a3b8;padding:0}
.tpz-cart-popup-title{max-width:245px;font-size:14px;font-weight:600;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}
.tpz-cart-popup-price{color:#111827;font-size:15px;font-weight:900}
.tpz-cart-popup-button{height:48px;width:100%;background:#111827;color:#fff!important;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:15px;font-weight:900}
.cart-count{min-width:18px!important;height:18px!important;border-radius:999px!important;background:#ff7a00!important;color:#fff!important;font-size:11px!important;font-weight:800!important;display:inline-flex;align-items:center;justify-content:center;padding:0 5px!important;line-height:1!important}
.cart-icon{position:relative!important}
.cart-icon .cart-count{position:absolute!important;top:-7px!important;right:-7px!important}
[data-add-cart]:disabled{opacity:.65;cursor:not-allowed}
