.ppb-cart-drawer{position:fixed;inset:0 0 0 auto;margin:0;width:min(480px,100%);max-width:100%;height:100dvh;max-height:100dvh;padding:0;border:0;color:var(--ppx-ink);background:#fff;box-shadow:-16px 0 64px #32171026;overflow:hidden}.ppb-cart-drawer::backdrop{background:#211a1766}.ppb-cart-drawer[open]{display:flex;flex-direction:column}.ppb-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;gap:20px;flex:none;padding:16px 22px;border-bottom:1px solid #eee8e3}.ppb-cart-drawer__header h2{font-size:19px;font-weight:650}.ppb-cart-drawer__header button{width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#f5f3f1;color:var(--ppx-ink);font-size:28px;line-height:1}.ppb-cart-drawer__frame{flex:1;width:100%;min-height:0;border:0}.ppb-cart-drawer__status{flex:none;padding:12px 22px;color:var(--ppb-deep);background:#fff7ed;font-size:13px}.ppb-cart-drawer__status:empty{display:none}.ppb-cart-drawer[data-loading] .ppb-cart-drawer__status::before{content:'';display:inline-block;width:14px;height:14px;margin-right:10px;border:2px solid #96000025;border-top-color:#960000;border-radius:50%;vertical-align:-2px;animation:ppb-cart-spin 650ms linear infinite}.ppb-cart-drawer__recovery{padding:24px}.ppb-cart-drawer__recovery p{margin-bottom:20px}.ppb-cart-drawer__footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 22px max(14px,env(safe-area-inset-bottom));border-top:1px solid #eee8e3;font-size:12px}.ppb-cart-drawer__footer a{font-weight:600}.ppb-cart-drawer__footer button{min-height:32px;padding:0;background:#fff0;border:0;color:var(--ppx-muted);font-size:12px}@keyframes ppb-cart-spin{to{transform:rotate(360deg)}}@media(max-width:767px){.ppb-cart-drawer{width:100%}.ppb-cart-drawer__header{padding-top:max(12px,env(safe-area-inset-top))}}@media(prefers-reduced-motion:reduce){.ppb-cart-drawer[data-loading] .ppb-cart-drawer__status::before{animation:none}}