<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkout-cart-index .cart-text-banner{width:calc(100% - 2rem);display:grid;place-items:center;padding:1rem;border-radius:2px;margin-bottom:1rem;font-size:clamp(1.4rem,1rem + 1vw,1.6rem);overflow:hidden}.checkout-cart-index .cart-text-banner.qualified-shipping{background:#e9fceb;border:1px solid #116f1a;color:#116f1a}.checkout-cart-index .cart-text-banner.sub-threshold{background:#fdf2f2;border:1px solid #e57171;color:#cb2525}.checkout-cart-index .cart-text-banner div{--_animation-timing: 1.5s;display:flex;justify-content:flex-start;align-items:center;column-gap:1rem;margin-block:0;font-size:12px;font-weight:600}.checkout-cart-index .cart-text-banner div svg{flex-basis:2rem;position:relative;left:-100%;animation:slideInFromLeft var(--_animation-timing) ease-in-out forwards;fill:currentColor}.checkout-cart-index .cart-text-banner div&gt;div{position:relative;overflow:hidden}.checkout-cart-index .cart-text-banner div&gt;div&gt;span{color:rgba(0,0,0,0)}.checkout-cart-index .cart-text-banner div&gt;div&gt;span.qualified-shipping-text::before{color:#116f1a}.checkout-cart-index .cart-text-banner div&gt;div&gt;span.sub-threshold-text::before{color:#cb2525}.checkout-cart-index .cart-text-banner div&gt;div&gt;span::before{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;opacity:0;transform:translateX(-100%);animation:revealText .5s linear forwards calc(var(--_animation-timing) - .1s)}@keyframes slideInFromLeft{to{left:0}}@keyframes revealText{to{opacity:1;transform:translateX(0)}}
</pre></body></html>