.ks-atc-toast{--ks-toast-width: 24rem;--ks-toast-radius: min(var(--bs-border-radius, 1rem), 1.25rem);--ks-toast-duration: 5s;position:fixed;z-index:1090;top:1.25rem;right:1.25rem;width:var(--ks-toast-width);max-width:calc(100vw - 1.5rem);pointer-events:none;opacity:0;visibility:hidden;transform:translate3d(calc(var(--ks-toast-width) + 2rem),0,0) scale(.96);transition:transform .45s cubic-bezier(.22,1.2,.36,1),opacity .3s ease,visibility 0s linear .45s}.ks-atc-toast.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0) scale(1);transition:transform .55s cubic-bezier(.22,1.2,.36,1),opacity .25s ease,visibility 0s}.ks-atc-toast-inner{position:relative;overflow:hidden;padding:1.125rem 1.25rem 1.25rem;border:1px solid rgba(var(--bs-body-color-rgb, 0, 0, 0),.08);border-radius:var(--ks-toast-radius);background-color:var(--bs-body-bg, #fff);box-shadow:0 1px 2px rgba(var(--bs-body-color-rgb, 0, 0, 0),.04),0 12px 32px -8px rgba(var(--bs-body-color-rgb, 0, 0, 0),.18),0 32px 64px -24px rgba(var(--bs-body-color-rgb, 0, 0, 0),.22)}.ks-atc-toast-inner:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--bs-primary, #e9d38d),rgba(var(--bs-primary-rgb, 233, 211, 141),.25))}.ks-atc-toast-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.875rem}.ks-atc-toast-title{flex:1 1 auto;min-width:0;margin:0;font-family:var(--bs-headings-font-family, inherit);font-size:.9375rem;font-weight:600;line-height:1.3;letter-spacing:.01em}.ks-atc-toast-check{flex:0 0 auto;display:inline-flex;width:1.5rem;height:1.5rem}.ks-atc-toast-check svg{width:100%;height:100%;overflow:visible}.ks-atc-toast-check-circle{fill:rgba(var(--bs-primary-rgb, 233, 211, 141),.25);stroke:var(--bs-primary, #e9d38d);stroke-width:2}.ks-atc-toast-check-path{fill:none;stroke:var(--bs-body-color, #000);stroke-width:2.75;stroke-linecap:round;stroke-linejoin:round}.ks-atc-toast.is-visible .ks-atc-toast-check-circle{transform-origin:center;animation:ks-toast-pop .5s cubic-bezier(.22,1.4,.36,1) both}.ks-atc-toast.is-visible .ks-atc-toast-check-path{stroke-dasharray:24;stroke-dashoffset:24;animation:ks-toast-draw .4s .18s cubic-bezier(.65,0,.35,1) forwards}.ks-atc-toast-close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:0;border-radius:50%;background-color:transparent;color:inherit;opacity:.45;transition:opacity .2s ease,background-color .2s ease}.ks-atc-toast-close:hover,.ks-atc-toast-close:focus-visible{opacity:1;background-color:rgba(var(--bs-body-color-rgb, 0, 0, 0),.06)}.ks-atc-toast-items{display:flex;flex-direction:column;gap:.75rem}.ks-atc-toast-items[hidden]{display:none}.ks-atc-toast-item{display:flex;align-items:center;gap:.75rem}.ks-atc-toast.is-visible .ks-atc-toast-item{animation:ks-toast-rise .45s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.1s + var(--ks-item-index, 0) * .07s)}.ks-atc-toast-img{flex:0 0 auto;overflow:hidden;width:3.5rem;height:3.5rem;border:1px solid rgba(var(--bs-body-color-rgb, 0, 0, 0),.08);border-radius:calc(var(--ks-toast-radius) * .5);background-color:rgba(var(--bs-body-color-rgb, 0, 0, 0),.03)}.ks-atc-toast-img img{width:100%;height:100%;object-fit:cover;object-position:center}.ks-atc-toast-info{flex:1 1 auto;min-width:0}.ks-atc-toast-item-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;font-size:.8125rem;font-weight:500;line-height:1.35}.ks-atc-toast-item-meta{margin:.1875rem 0 0;font-size:.75rem;line-height:1.3;opacity:.6}.ks-atc-toast-item-price{flex:0 0 auto;font-size:.8125rem;font-weight:600;white-space:nowrap}.ks-atc-toast-more{margin:0;font-size:.75rem;opacity:.6}.ks-atc-toast-actions{display:flex;gap:.5rem;margin-top:1.125rem}.ks-atc-toast-actions .btn{flex:1 1 0;padding:.5rem .75rem;font-size:.8125rem}.ks-atc-toast.is-visible .ks-atc-toast-actions{animation:ks-toast-rise .45s .22s cubic-bezier(.22,1,.36,1) both}.ks-atc-toast-progress{position:absolute;inset:auto 0 0 0;height:2px;background-color:rgba(var(--bs-body-color-rgb, 0, 0, 0),.07)}.ks-atc-toast-progress span{display:block;width:100%;height:100%;transform-origin:left center;background-color:var(--bs-primary, #e9d38d)}.ks-atc-toast.is-visible .ks-atc-toast-progress span{animation:ks-toast-countdown var(--ks-toast-duration) linear forwards}.ks-atc-toast.is-paused .ks-atc-toast-progress span{animation-play-state:paused}.ks-atc-toast-alert-path{display:none;fill:none;stroke:var(--bs-danger, #dc3545);stroke-width:2.75;stroke-linecap:round}.ks-atc-toast-error .ks-atc-toast-check-path{display:none}.ks-atc-toast-error .ks-atc-toast-alert-path{display:block}.ks-atc-toast-error .ks-atc-toast-inner:before{background:var(--bs-danger, #dc3545)}.ks-atc-toast-error .ks-atc-toast-check-circle{fill:rgba(var(--bs-danger-rgb, 220, 53, 69),.15);stroke:var(--bs-danger, #dc3545)}.ks-atc-toast-error .ks-atc-toast-progress span{background-color:var(--bs-danger, #dc3545)}.cart-count-badge.ks-badge-pop{animation:ks-badge-pop .6s cubic-bezier(.22,1.4,.36,1)}@media(max-width:767.98px){.ks-atc-toast{top:auto;right:.75rem;bottom:calc(.75rem + var(--ks-toast-offset, 0px));left:.75rem;width:auto;max-width:none;transform:translate3d(0,calc(100% + 2rem),0) scale(.98)}}@media(prefers-reduced-motion:reduce){.ks-atc-toast,.ks-atc-toast.is-visible{transition:opacity .2s ease,visibility 0s;transform:none}.ks-atc-toast.is-visible .ks-atc-toast-check-circle,.ks-atc-toast.is-visible .ks-atc-toast-check-path,.ks-atc-toast.is-visible .ks-atc-toast-item,.ks-atc-toast.is-visible .ks-atc-toast-actions,.cart-count-badge.ks-badge-pop{animation:none}.ks-atc-toast.is-visible .ks-atc-toast-check-path{stroke-dashoffset:0}}@keyframes ks-toast-pop{0%{transform:scale(.2);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:1}}@keyframes ks-toast-draw{to{stroke-dashoffset:0}}@keyframes ks-toast-rise{0%{opacity:0;transform:translate3d(0,.5rem,0)}to{opacity:1;transform:none}}@keyframes ks-toast-countdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes ks-badge-pop{0%{transform:scale(1)}35%{transform:scale(1.45)}70%{transform:scale(.92)}to{transform:scale(1)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/custom.css.map */
