.cart-notification-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:9999;display:none;pointer-events:none;align-items:center;justify-content:center;transition:opacity .3s ease}.cart-notification-wrapper:has(.active){display:flex;pointer-events:auto}.cart-notification{background-color:#fff;border:1px solid #e1e3e0;border-radius:12px;padding:3rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);visibility:hidden;opacity:0;width:90%;max-width:800px;z-index:10000;box-shadow:0 10px 30px #00000026;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s ease,visibility .3s}.cart-notification.active{transform:translate(-50%,-50%) scale(1);visibility:visible;opacity:1}.cart-notification__header{align-items:center;display:flex;justify-content:space-between;border-bottom:1px solid #f4f6f3;padding-bottom:1.5rem;margin-bottom:2rem}.cart-notification__heading{align-items:center;display:flex;margin:0;color:#004b23;font-weight:700;font-size:1.8rem}.cart-notification__heading .icon-checkmark{color:#004b23;margin-right:1rem;width:1.8rem;height:1.8rem}.cart-notification__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#888;transition:background .2s}.cart-notification__close:hover{background-color:#f4f6f3;color:#000}.cart-notification-product{align-items:flex-start;display:flex;padding-bottom:2rem;text-align:left}.cart-notification-product__image{border:1px solid #e1e3e0;border-radius:8px;margin-right:2rem;width:80px;height:80px;object-fit:contain;padding:5px;background:#fff}.cart-notification-product__name{margin-bottom:.5rem;margin-top:0;font-size:1.5rem;font-weight:600;color:#2b332a;line-height:1.4}.cart-notification-product__option{color:var(--color-foreground-70);margin-top:.5rem;font-size:1.3rem}.cart-notification-qty-wrapper{display:inline-flex;align-items:center;border:1px solid #e1e3e0;border-radius:6px;overflow:hidden;background:#fff;height:36px;margin-top:10px}.cart-notification-qty-button{background:none;border:none;width:36px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:600;color:#2b332a;transition:background .2s}.cart-notification-qty-button:hover{background:#f4f6f3}.cart-notification-qty-input{width:40px;height:100%;border:none;border-left:1px solid #e1e3e0;border-right:1px solid #e1e3e0;text-align:center;font-size:14px;font-weight:600;color:#2b332a;outline:none}
/*# sourceMappingURL=/cdn/shop/t/35/assets/component-cart-notification.css.map */
