.pp-fcd{position:fixed;inset:0;z-index:2147483000;visibility:hidden;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;color:#071c43}
.pp-fcd.is-open{visibility:visible;pointer-events:auto}
.pp-fcd__overlay{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(3,20,48,.56);opacity:0;transition:opacity .22s ease;cursor:pointer}
.pp-fcd.is-open .pp-fcd__overlay{opacity:1}
.pp-fcd__panel{position:absolute;top:0;right:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(468px,100%);height:100vh;height:100dvh;background:#fff;box-shadow:-20px 0 55px rgba(3,20,48,.24);transform:translateX(104%);transition:transform .25s ease;outline:0}
.pp-fcd.is-open .pp-fcd__panel{transform:translateX(0)}
.pp-fcd__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #d9e6f4;background:#f7fbff}
.pp-fcd__header span{display:block;color:#0b57ce;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.pp-fcd__header h2{margin:2px 0 0;color:#071c43;font-size:25px;line-height:1.05}
.pp-fcd__close{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #bcd1e9;border-radius:50%;background:#fff;color:#071c43;font-size:30px;line-height:1;cursor:pointer}
.pp-fcd__body{min-height:0;padding:14px 16px 22px;overflow-y:auto;overscroll-behavior:contain;background:#fff}
.pp-fcd__empty{display:grid;place-items:center;min-height:55vh;padding:36px;text-align:center}
.pp-fcd__empty b{font-size:25px}
.pp-fcd__empty p{max-width:320px;margin:8px auto 18px;color:#54687f}
.pp-fcd__empty button{min-height:48px;padding:12px 22px;border:0;border-radius:999px;background:#0b57ce;color:#fff;font-weight:900;cursor:pointer}
.pp-fcd__items{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.pp-fcd__item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:11px;padding:11px;border:1px solid #d6e4f2;border-radius:15px;background:#fff}
.pp-fcd__item>img{width:76px;height:76px;object-fit:cover;border-radius:11px;background:#eef6ff}
.pp-fcd__item-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
.pp-fcd__item-copy>a{color:#071c43;font-size:15px;font-weight:900;line-height:1.2;text-decoration:none}
.pp-fcd__item-copy small{margin-top:3px;color:#5a6c82}
.pp-fcd__discount{display:inline-block;margin-top:5px;padding:3px 7px;border-radius:999px;background:#e8f8f1;color:#08775d;font-size:11px;font-weight:900}
.pp-fcd__quantity{display:flex;align-items:center;gap:8px;margin-top:9px}
.pp-fcd__quantity button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #bdd0e6;border-radius:8px;background:#fff;color:#0b57ce;font-size:18px;font-weight:900;cursor:pointer}
.pp-fcd__quantity button:disabled{opacity:.45;cursor:wait}
.pp-fcd__quantity .pp-fcd__remove{width:auto;padding:0 4px;border:0;color:#66778b;font-size:12px;text-decoration:underline}
.pp-fcd__price{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}
.pp-fcd__price s{color:#7a8797;font-size:12px}
.pp-fcd__price strong{color:#071c43;font-size:15px}
.pp-fcd__footer{padding:15px 18px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #d9e6f4;background:#fff;box-shadow:0 -10px 30px rgba(3,20,48,.08)}
.pp-fcd__footer>div{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:900}
.pp-fcd__footer p{margin:5px 0 11px;color:#607187;font-size:12px;line-height:1.35}
.pp-fcd__footer form{margin:0}
.pp-fcd__checkout{width:100%;min-height:54px;padding:13px 17px;border:0;border-radius:13px;background:#0b57ce;color:#fff;font-size:17px;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(11,87,206,.23)}
.pp-fcd__footer>a{display:block;margin-top:9px;color:#52647a;font-size:13px;text-align:center}
body.pp-funnel-drawer-open{overflow:hidden!important}
.pp-fcd .pp-cart-upsells{margin:14px 0 0;padding:13px;border-radius:16px}
.pp-fcd .pp-cart-upsells__head h2{font-size:22px!important}
.pp-fcd .pp-cart-upsells__offers{grid-template-columns:1fr}
.pp-fcd .pp-cart-offer{grid-template-columns:82px minmax(0,1fr);padding:11px}
.pp-fcd .pp-cart-offer__media{width:82px}
@media(max-width:520px){.pp-fcd__panel{width:100%}.pp-fcd__header{padding:15px}.pp-fcd__body{padding:12px}.pp-fcd__item{grid-template-columns:68px minmax(0,1fr)}.pp-fcd__item>img{width:68px;height:68px}.pp-fcd__price{grid-column:2;align-items:flex-start}.pp-fcd .pp-cart-offer{grid-template-columns:76px minmax(0,1fr)}.pp-fcd .pp-cart-offer__media{width:76px}}
@media(prefers-reduced-motion:reduce){.pp-fcd__overlay,.pp-fcd__panel{transition:none}}