.arai-cart-timer{background:linear-gradient(135deg,#1a1a1a,#2a1a1a);border:1px solid rgba(230,57,70,.25);border-radius:12px;padding:16px 20px;margin:0 auto 24px;max-width:800px;display:flex;align-items:center;gap:14px;animation:timerFadeIn .5s ease}.arai-cart-timer .timer-icon{flex-shrink:0}.arai-cart-timer .timer-text{font-size:14px;color:#ccc;line-height:1.5}.arai-cart-timer .timer-text strong{color:#e63946;font-size:18px;font-weight:700;font-variant-numeric:tabular-nums}.arai-cart-timer.timer-urgent .timer-text strong{animation:timerPulse 1s ease infinite}@keyframes timerFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes timerPulse{0%,to{color:#e63946}50%{color:#ff6b6b}}.arai-shipping-bar{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 20px;margin:0 auto 24px;max-width:800px;animation:timerFadeIn .5s ease .1s both}.arai-shipping-bar .bar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.arai-shipping-bar .bar-label{font-size:13px;color:#ccc;display:flex;align-items:center;gap:8px}.arai-shipping-bar .bar-amount{font-size:14px;font-weight:700;color:#2ecc71}.arai-shipping-bar .bar-track{width:100%;height:8px;background:#ffffff14;border-radius:4px;overflow:hidden}.arai-shipping-bar .bar-fill{height:100%;border-radius:4px;transition:width .8s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#e63946,#2ecc71)}.arai-shipping-bar .bar-fill.complete{background:#2ecc71}.arai-shipping-bar .bar-msg{font-size:12px;color:#888;margin-top:8px;text-align:center}.arai-shipping-bar .bar-msg.complete{color:#2ecc71;font-weight:600}.arai-cart-reassurance{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 auto 28px;max-width:800px;animation:timerFadeIn .5s ease .2s both}.arai-cart-reassurance .reassure-item{display:flex;align-items:center;gap:10px;background:#1a1a1a;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:14px 16px;transition:border-color .3s,transform .3s}.arai-cart-reassurance .reassure-item:hover{border-color:#e639464d;transform:translateY(-2px)}.arai-cart-reassurance .reassure-item .reassure-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#e639461a}.arai-cart-reassurance .reassure-item .reassure-icon svg{width:18px;height:18px;stroke:#e63946;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.arai-cart-reassurance .reassure-item .reassure-label{font-size:12px;color:#ccc;line-height:1.4}.arai-cart-reassurance .reassure-item .reassure-label strong{display:block;color:#fff;font-size:13px;font-weight:600;margin-bottom:2px}.arai-cart-upsell{background:linear-gradient(135deg,#1a1a1a,#1a1a20);border:1px solid rgba(230,57,70,.15);border-radius:14px;padding:24px;margin:0 auto 28px;max-width:800px;animation:timerFadeIn .5s ease .3s both}.arai-cart-upsell .upsell-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.arai-cart-upsell .upsell-header svg{width:20px;height:20px;stroke:#e63946;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.arai-cart-upsell .upsell-header h3{font-size:15px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0}.arai-cart-upsell .upsell-subtitle{font-size:13px;color:#999;margin-bottom:16px}.arai-cart-upsell .upsell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.arai-cart-upsell .upsell-card{background:#111;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:14px;text-align:center;transition:border-color .3s,transform .3s;cursor:pointer}.arai-cart-upsell .upsell-card:hover{border-color:#e6394666;transform:translateY(-3px)}.arai-cart-upsell .upsell-card img{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-bottom:10px}.arai-cart-upsell .upsell-card .card-name{font-size:12px;font-weight:600;color:#fff;margin-bottom:4px}.arai-cart-upsell .upsell-card .card-price{font-size:13px;color:#e63946;font-weight:700;margin-bottom:8px}.arai-cart-upsell .upsell-card .card-badge{font-size:10px;color:#2ecc71;background:#2ecc711a;padding:3px 8px;border-radius:4px;display:inline-block;margin-bottom:8px}.arai-cart-upsell .upsell-card .card-btn{display:inline-block;width:100%;padding:8px 0;font-size:12px;font-weight:600;color:#fff;background:#e63946;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.arai-cart-upsell .upsell-card .card-btn:hover{background:#c0313e}.arai-cart-upsell .upsell-card .card-btn.added{background:#2ecc71;pointer-events:none}.arai-checkout-trust{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:14px;padding:12px 0;flex-wrap:wrap}.arai-checkout-trust .trust-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#999}.arai-checkout-trust .trust-item svg{width:14px;height:14px;stroke:#2ecc71;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.arai-mobile-sticky-checkout{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;background:#111;border-top:1px solid rgba(230,57,70,.3);padding:12px 16px;box-shadow:0 -4px 20px #00000080}.arai-mobile-sticky-checkout .sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:600px;margin:0 auto}.arai-mobile-sticky-checkout .sticky-total{font-size:14px;color:#fff;font-weight:700}.arai-mobile-sticky-checkout .sticky-total small{display:block;font-size:11px;color:#999;font-weight:400}.arai-mobile-sticky-checkout .sticky-btn{flex:1;max-width:220px;padding:14px 0;font-size:14px;font-weight:700;color:#fff;background:#e63946;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}@media(max-width:749px){.arai-cart-reassurance{grid-template-columns:1fr}.arai-cart-upsell .upsell-grid{grid-template-columns:repeat(3,1fr);gap:8px}.arai-cart-upsell .upsell-card img{width:60px;height:60px}.arai-cart-upsell .upsell-card .card-name{font-size:11px}.arai-mobile-sticky-checkout{display:block}.arai-cart-timer,.arai-shipping-bar,.arai-cart-reassurance,.arai-cart-upsell{margin-left:16px;margin-right:16px}}.arai-cart-scarcity{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#e63946;margin-top:6px}.arai-cart-scarcity svg{width:12px;height:12px;stroke:#e63946;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.arai-cart-scarcity .dot{width:6px;height:6px;background:#e63946;border-radius:50%;animation:dotPulse 1.5s ease infinite}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.4}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-optimizer.css.map */
