.custom-toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(40px) scale(.95);z-index:999999;width:350px;max-width:calc(100% - 40px);background:#161616eb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 38px #00000073;opacity:0;transition:all .35s cubic-bezier(.2,.9,.3,1.2);overflow:hidden}.custom-toast.show{opacity:1;transform:translate(-50%) translateY(0) scale(1)}.custom-toast.hidden{display:none!important}.custom-toast__inner{display:flex;align-items:center;gap:14px;padding:11px 12px}.custom-toast_content{flex:1;display:flex;align-items:center;gap:10px}.custom-toast__icon{width:auto;height:auto;max-width:42px;max-height:42px;border-radius:14px;object-fit:cover;flex-shrink:0;padding:3px;box-shadow:0 0 5px #037cc26b}.custom-toast__text{flex:1;display:flex;flex-direction:column;gap:3px}.custom-toast__title{font-size:14px;font-weight:600;color:#fff;margin:0;line-height:1.3}.custom-toast__close{background:none;border:none;font-size:26px;color:#999;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;height:28px;width:28px;border-radius:8px;transition:all .2s ease}.custom-toast__close:hover{color:#fff;background:#ffffff1a;border-radius:8px}@media (max-width: 480px){.custom-toast{bottom:20px;width:calc(100% - 32px);transform:translate(-50%) translateY(40px) scale(.95)}.custom-toast.show{transform:translate(-50%) translateY(0) scale(1)}.custom-toast__inner{padding:12px 14px}.custom-toast__icon{max-width:42px;max-height:42px}.custom-toast__close{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/custom-toast.css.map */
