.cart-alert-box{margin-top:20px;padding:12px;background-color:var(--cart-alert-bg, #ebedf2);border-radius:8px;display:flex;align-items:center;gap:4px;color:var(--cart-alert-color, #222);font-size:14px;font-weight:500;line-height:normal;animation:cartAlertFadeInUp .5s ease-out}.cart-alert-box .cart-icon{flex-shrink:0;line-height:1}.cart-alert-box .cart-icon--cart{font-size:18px}.cart-alert-box .cart-icon--eye{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.cart-alert-box .cart-icon--eye img{display:block;width:20px;height:20px}.cart-alert-box .cart-message{font-weight:500;word-break:break-word}@keyframes cartAlertFadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/208/assets/cart-view-alert.css.map */
