#dlt-toast{--dlt-toast-accent:#3a7f77;--dlt-toast-accent-soft:rgba(58,127,119,.1);position:fixed;left:22px;right:auto;bottom:92px;z-index:999999;width:min(420px,calc(100vw - 28px));min-height:104px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:18px 18px 18px 20px;border-radius:16px;overflow:hidden;background:radial-gradient(circle at 92% 8%,#4e7a6a14,#4e7a6a00 38%),linear-gradient(135deg,#fffffffa,#f8fbf9fa);border:1px solid rgba(11,49,72,.1);border-left:4px solid var(--dlt-toast-accent);box-shadow:0 18px 44px #0b314829,0 3px 12px #1e3d0a0f,inset 0 1px #ffffffdb;color:#0b3148;font-family:inherit;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,14px,0) scale(.985);transform-origin:50% 100%;transition:opacity .24s ease,transform .24s ease,visibility .24s ease;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);will-change:auto}#dlt-toast:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,var(--dlt-toast-accent-soft),transparent 64%),radial-gradient(circle at 12% 100%,#1e3d0a0f,#1e3d0a00 34%)}#dlt-toast:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;pointer-events:none;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.22) 38%,rgba(255,255,255,.06) 48%,transparent 62%);opacity:0;transform:translate(-36%)}#dlt-toast.dlt-toast--cart,#dlt-toast.dlt-toast--add-to-cart{--dlt-toast-accent:#3a7f77;--dlt-toast-accent-soft:rgba(58,127,119,.12)}#dlt-toast.dlt-toast--wishlist{--dlt-toast-accent:#a34644;--dlt-toast-accent-soft:rgba(163,70,68,.12)}#dlt-toast.dlt-toast--remove{--dlt-toast-accent:#8e6b4f;--dlt-toast-accent-soft:rgba(142,107,79,.13)}#dlt-toast.dlt-toast--quantity{--dlt-toast-accent:#1f5944;--dlt-toast-accent-soft:rgba(31,89,68,.12)}#dlt-toast.dlt-toast--error{--dlt-toast-accent:#a34644;--dlt-toast-accent-soft:rgba(163,70,68,.12)}#dlt-toast.dlt-toast--visible,#dlt-toast.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0) scale(1);animation:dltToastEnter .46s cubic-bezier(.2,.9,.2,1) both;will-change:opacity,transform}#dlt-toast.dlt-toast--visible:after,#dlt-toast.is-visible:after{animation:dltToastSheen 1.1s ease .08s both}#dlt-toast.dlt-toast--hiding{opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,10px,0) scale(.985);animation:dltToastLeave .24s ease both;will-change:opacity,transform}#dlt-toast .dlt-toast__icon{position:relative;z-index:1;width:38px;height:38px;border-radius:999px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.65),transparent 34%),linear-gradient(135deg,var(--dlt-toast-accent),#0b3148);box-shadow:0 10px 24px #0b31482e,inset 0 1px #ffffff3d}#dlt-toast.dlt-toast--visible .dlt-toast__icon,#dlt-toast.is-visible .dlt-toast__icon{animation:dltToastIconPulse .58s cubic-bezier(.2,.9,.2,1) both}#dlt-toast .dlt-toast__icon svg{width:17px;height:17px;stroke:#fff}#dlt-toast .dlt-toast__icon-heart,#dlt-toast .dlt-toast__icon-remove,#dlt-toast.dlt-toast--wishlist .dlt-toast__icon-check,#dlt-toast.dlt-toast--wishlist .dlt-toast__icon-remove{display:none}#dlt-toast.dlt-toast--wishlist .dlt-toast__icon-heart{display:block;fill:#fffffffa}#dlt-toast.dlt-toast--remove .dlt-toast__icon-check,#dlt-toast.dlt-toast--remove .dlt-toast__icon-heart{display:none}#dlt-toast.dlt-toast--remove .dlt-toast__icon-remove{display:block}#dlt-toast .dlt-toast__body{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;gap:3px}#dlt-toast .dlt-toast__label{margin:0;font-size:10px;line-height:1.15;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:var(--dlt-toast-accent)}#dlt-toast .dlt-toast__product{min-height:16px;font-size:13px;line-height:1.28;font-weight:800;color:#0b3148;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#dlt-toast .dlt-toast__product.is-empty{display:none}#dlt-toast .dlt-toast__microcopy{margin:0;font-size:11.5px;line-height:1.35;font-weight:550;color:#0b31489e}#dlt-toast .dlt-toast__microcopy.is-empty{display:none}#dlt-toast .dlt-toast__btn{position:relative;z-index:1;min-height:36px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(11,49,72,.12);border-radius:999px;background:linear-gradient(135deg,#1e3d0a14,#3a7f771a 48%,#0b314814);color:#0b3148;font-family:inherit;font-size:11px;line-height:1;font-weight:850;letter-spacing:.02em;white-space:nowrap;cursor:pointer;box-shadow:inset 0 1px #ffffffa6;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease}#dlt-toast .dlt-toast__btn:hover,#dlt-toast .dlt-toast__btn:focus-visible{transform:translateY(-1px);color:#fff;border-color:#ffffff2e;background:linear-gradient(135deg,var(--dlt-toast-accent) 0%,#0b3148 100%);box-shadow:0 10px 20px #0b314829,inset 0 1px #ffffff2e}#dlt-toast .dlt-toast__btn[hidden]{display:none!important}@keyframes dltToastEnter{0%{opacity:0;transform:translate3d(0,14px,0) scale(.972)}62%{opacity:1;transform:translate3d(0,-2px,0) scale(1.006)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes dltToastLeave{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(0,10px,0) scale(.985)}}@keyframes dltToastSheen{0%{opacity:0;transform:translate(-40%)}24%{opacity:.72}to{opacity:0;transform:translate(42%)}}@keyframes dltToastIconPulse{0%{transform:scale(.9)}60%{transform:scale(1.08)}to{transform:scale(1)}}body.dlt-cart-drawer-open #dlt-toast{top:max(14px,env(safe-area-inset-top));bottom:auto;left:22px;right:auto;z-index:100002}body.dlt-cart-drawer-open #dlt-toast .dlt-toast__btn[data-dlt-toast-action=cart]{display:none!important}@media(max-width:749px){#dlt-toast{right:12px;left:12px;bottom:82px;width:auto;min-height:98px;grid-template-columns:auto minmax(0,1fr);gap:11px;padding:15px 15px 14px 17px;border-radius:15px}#dlt-toast .dlt-toast__btn{grid-column:1 / -1;width:100%;margin-top:4px;min-height:38px}#dlt-toast .dlt-toast__product{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}#dlt-toast .dlt-toast__product.is-empty{display:none}body.dlt-cart-drawer-open #dlt-toast{top:max(12px,env(safe-area-inset-top));bottom:auto;left:12px;right:12px}}@media(prefers-reduced-motion:reduce){#dlt-toast,#dlt-toast:after,#dlt-toast .dlt-toast__icon{animation:none!important;transition:opacity .18s ease}}
/*# sourceMappingURL=/cdn/shop/t/78/assets/dlt-toast.css.map */
