.pept-x-cart-toast{--ct-blue:#3c6997;--ct-blue-hover:#335a82;--ct-text:#191308;--ct-muted:#707070;--ct-border:rgba(25,19,8,0.12);--ct-bg:#ffffff;--ct-radius:12px;--ct-btn-radius:12px;--ct-shadow:0 8px 28px rgba(25,19,8,0.12);--ct-success:#3c6997;position:fixed;z-index:10040;right:24px;bottom:24px;width:320px;max-width:calc(100vw - 48px);box-sizing:border-box;padding:14px 16px 16px;background:var(--ct-bg);border:1px solid var(--ct-border);border-radius:var(--ct-radius);box-shadow:var(--ct-shadow);font-family:var(--font-manrope),sans-serif;color:var(--ct-text);pointer-events:auto;animation:pept-x-cart-toast-in .28s ease-out}.pept-x-cart-toast__top{display:flex;align-items:flex-start;gap:10px;padding-right:28px}.pept-x-cart-toast__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:1px;color:var(--ct-success)}.pept-x-cart-toast__icon svg{width:20px;height:20px;display:block}.pept-x-cart-toast__message{margin:0;font-size:15px;font-weight:600;line-height:1.35;color:var(--ct-text)}.pept-x-cart-toast__close{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--ct-muted);cursor:pointer}.pept-x-cart-toast__close:hover{background:rgba(60,105,151,.08);color:var(--ct-text)}.pept-x-cart-toast__close:focus-visible{outline:2px solid var(--ct-blue);outline-offset:2px}.pept-x-cart-toast__close svg{width:16px;height:16px;display:block}.pept-x-cart-toast__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:14px;padding:10px 16px;border:1px solid var(--ct-blue);border-radius:var(--ct-btn-radius);background:var(--ct-blue);color:#ffffff;font-family:inherit;font-size:15px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:background-color .15s ease,opacity .15s ease}.pept-x-cart-toast__cta:hover{background:var(--ct-blue-hover);border-color:var(--ct-blue-hover)}.pept-x-cart-toast__cta:focus-visible{outline:2px solid var(--ct-blue);outline-offset:2px}.pept-x-cart-toast__cta:active{opacity:.92}@keyframes pept-x-cart-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.pept-x-cart-toast{left:max(16px,env(safe-area-inset-left,0px));right:max(16px,env(safe-area-inset-right,0px));bottom:calc(20px + env(safe-area-inset-bottom, 0px));width:auto;max-width:none}}@media (prefers-reduced-motion:reduce){.pept-x-cart-toast{animation:none}}