cart-notification{position:fixed;top:20px;right:20px;z-index:1000;pointer-events:none}cart-notification .cart-notification-wrapper{pointer-events:none}cart-notification #cart-notification.active{pointer-events:auto}#cart-notification.cart-notification{display:block;width:360px;max-width:calc(100vw - 40px);background:var(--bg);border:1px solid var(--line-2);border-top:3px solid var(--brand);border-radius:4px;box-shadow:0 10px 30px -10px #1f29372e;color:var(--ink);font-family:var(--font-body-family),inherit;opacity:0;transform:translate(380px);transition:transform .3s ease,opacity .2s ease}#cart-notification h1,#cart-notification h2,#cart-notification h3,#cart-notification h4,#cart-notification h5,#cart-notification h6{font-family:var(--font-body-family),inherit;font-style:normal;letter-spacing:0;word-break:normal}#cart-notification.cart-notification.animate.active{opacity:1;transform:translate(0)}#cart-notification .cart-notification__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;background:var(--brand-soft);border-bottom:1px solid var(--line);color:var(--ink);font-size:13.5px;font-weight:700}#cart-notification .cart-notification__heading{display:flex;align-items:center;gap:8px;margin:0;padding:0;font-size:13.5px;font-weight:700;line-height:1.3;flex:1;min-width:0}#cart-notification .cart-notification__ok{width:20px;height:20px;border-radius:50%;background:var(--brand);color:var(--bg);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}#cart-notification .cart-notification__ok svg{width:12px;height:9px;color:var(--bg);display:block}#cart-notification .cart-notification__title{flex:1;min-width:0;color:var(--ink)}#cart-notification .cart-notification__close{background:transparent;border:0;color:var(--muted);cursor:pointer;padding:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:2px;line-height:0;flex-shrink:0}#cart-notification .cart-notification__close:hover{color:var(--ink);background:var(--bg)}#cart-notification .cart-notification__close svg,#cart-notification .cart-notification__close .svg-wrapper svg{width:14px;height:14px;display:block}#cart-notification-product{color:var(--ink-2)}.cart-notification-product__row{display:grid;grid-template-columns:80px 1fr auto;gap:12px;padding:14px;align-items:flex-start}.cart-notification-product__image{width:80px;height:80px;border:1px solid var(--line);border-radius:3px;overflow:hidden;background:var(--bg);display:block}.cart-notification-product__image img{display:block;width:100%;height:100%;object-fit:cover}.cart-notification-product__info{min-width:0}.cart-notification-product__name{margin:0 0 3px;font-family:var(--font-body-family),inherit;font-style:normal;font-weight:600;font-size:13.5px;letter-spacing:0;color:var(--ink);line-height:1.35;word-break:normal}.cart-notification-product__variant{margin:0 0 4px;font-size:12px;color:var(--muted);line-height:1.4}.cart-notification-product__qty{margin:0;font-size:12px;color:var(--ink-2);font-variant-numeric:tabular-nums}.cart-notification-product__qty strong{color:var(--ink);font-weight:600}.cart-notification-product__price{font-size:15px;font-weight:700;color:var(--brand);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.2}.cart-notification-product__vat{display:block;margin-top:2px;font-size:10.5px;font-weight:400;color:var(--muted);line-height:1.2}.cart-notification-product__more{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;background:var(--bg-strip);border-top:1px solid var(--line);font-size:12.5px;color:var(--muted)}.cart-notification-product__sum{font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}#cart-notification .cart-notification__links{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px;border-top:1px solid var(--line)}#cart-notification .cart-notification__links form{width:100%;margin:0;min-width:0}#cart-notification .cart-notification__links .button:before,#cart-notification .cart-notification__links .button:after{content:none;display:none}#cart-notification .cart-notification__links .button--secondary,#cart-notification .cart-notification__links .button--primary{min-width:0;min-height:0;width:100%;padding:9px 10px;font-size:13px;font-weight:600;letter-spacing:0;line-height:1.2;border-radius:3px;box-sizing:border-box;text-transform:none;text-decoration:none;text-align:center;box-shadow:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}#cart-notification .cart-notification__links .button--secondary{background:var(--bg);color:var(--ink);border:1px solid var(--line-2)}#cart-notification .cart-notification__links .button--secondary:hover{border-color:var(--brand);color:var(--brand);background:var(--bg)}#cart-notification .cart-notification__links .button--primary{background:var(--brand);color:var(--bg);border:1px solid var(--brand)}#cart-notification .cart-notification__links .button--primary:hover{background:var(--brand-hover);border-color:var(--brand-hover);color:var(--bg)}#cart-notification.err{border-top-color:var(--brand)}#cart-notification.err .cart-notification__header{background:var(--brand-soft)}#cart-notification.err .cart-notification__header svg{color:var(--brand)}#cart-notification.err #cart-notification-product,#cart-notification.err .cart-notification__links{display:none}#cart-notification.err .err-msg{padding:14px;font-size:13.5px;line-height:1.5;color:var(--ink);background:var(--bg)}#cart-notification.err .err-msg a{color:var(--brand);text-decoration:underline;font-weight:600}#cart-notification.first .cart-notification-product__more{display:none}@media(max-width:639px){cart-notification{top:auto;bottom:var(--sticky-bar-height, 0px);right:0;left:0}#cart-notification.cart-notification{width:100%;max-width:none;border-radius:4px 4px 0 0;border-left:0;border-right:0;transform:translateY(100%);transition:transform .26s ease,opacity .2s ease}#cart-notification.cart-notification.animate.active{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){#cart-notification.cart-notification{transition:opacity .16s ease;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/cart-notification.css.map */
