.battery-upsell-widget{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:.2rem 0;width:100%;max-width:900px;position:relative}.battery-loading{display:flex;justify-content:center;align-items:center;height:120px;width:100%}.battery-spinner{width:40px;height:40px;border:3px solid #f5f5f5;border-top:3px solid #FF5C00;border-radius:50%;animation:battery-spin 1s linear infinite}@keyframes battery-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.battery-carousel-container{position:relative;display:flex;align-items:center;gap:10px}.battery-carousel-wrapper{overflow:hidden;width:100%;position:relative}.battery-carousel-track{display:flex;transition:transform .3s ease;will-change:transform}.battery-upsell-slide{width:100%;flex-shrink:0}.battery-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#fffffff2;border:1px solid #e0e0e0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:5;box-shadow:0 2px 8px #0000001a;opacity:0;visibility:hidden}.battery-carousel-btn.show{opacity:1;visibility:visible}.battery-carousel-btn:hover{background-color:#fff5ec;border-color:#ff5c00}.battery-carousel-btn:active{transform:translateY(-50%) scale(.95)}.battery-carousel-btn svg{fill:#333;transition:fill .2s ease}.battery-carousel-btn:hover svg{fill:#ff5c00}.battery-carousel-prev{left:-18px}.battery-carousel-next{right:-18px}.battery-carousel-btn:disabled{opacity:.5;cursor:not-allowed}.battery-carousel-btn:disabled:hover{background-color:#fffffff2;border-color:#e0e0e0}.battery-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:12px;min-height:8px}.battery-dot{width:8px;height:8px;border-radius:50%;background-color:#e0e0e0;cursor:pointer;transition:all .2s ease}.battery-dot.active{background-color:#ff5c00;width:24px;border-radius:4px}.battery-upsell-container{display:flex;align-items:center;justify-content:space-between;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;padding:12px;box-shadow:0 1px 4px #0000000d;transition:all .2s ease;background-color:#fff;gap:12px}.battery-image{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f8f8f8;display:flex!important;align-items:center;justify-content:center;border:1px solid #f0f0f0;opacity:1!important;visibility:visible!important}.battery-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .2s ease;display:block!important;opacity:1!important;visibility:visible!important}.battery-upsell-container:hover{box-shadow:0 3px 10px #00000014;transform:translateY(-1px)}.battery-add-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:all .2s ease;position:relative;z-index:2;flex-shrink:0}.battery-add-section:hover .battery-plus-icon{transform:scale(1.08);background-color:#fff0e0;box-shadow:0 0 0 4px #ff5c001a}.battery-add-section:active .battery-plus-icon{transform:scale(.95)}.battery-plus-icon{width:60px;height:60px;background-color:#fff5ec;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.battery-plus-icon span{color:#ff5c00;font-size:42px;font-weight:300;line-height:1;transition:all .2s ease}.battery-check-icon{position:absolute;fill:#ff5c00;opacity:0;transform:scale(.5);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.battery-add-section.added .battery-plus-icon span{opacity:0;transform:scale(.5)}.battery-add-section.added .battery-check-icon{opacity:1;transform:scale(1)}.battery-add-text{font-size:12px;color:#333;font-weight:500;transition:color .2s ease}.battery-add-section:hover .battery-add-text{color:#ff5c00}.battery-image{width:80px;height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.battery-image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.battery-upsell-container:hover .battery-image img{transform:scale(1.05)}.battery-product-section{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.battery-title{font-size:16px;font-weight:700;margin:0 0 5px;line-height:1.2;letter-spacing:-.1px;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.battery-price{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.battery-current-price{font-size:16px;font-weight:700;color:#ff5c00}.battery-compare-price{font-size:14px;color:#888;text-decoration:line-through;font-weight:400}.battery-compare-price:empty{display:none}.battery-features{display:flex;flex-wrap:wrap;gap:6px}.battery-feature{background-color:#f5f5f5;padding:4px 10px;border-radius:20px;font-size:11px;color:#333;font-weight:500;transition:all .2s ease;white-space:nowrap}.battery-upsell-container:hover .battery-feature{background-color:#f0f0f0}.battery-added-notification{position:absolute;top:-40px;left:50%;transform:translate(-50%) translateY(10px);background-color:#4caf50;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;opacity:0;transition:all .3s ease;pointer-events:none;box-shadow:0 2px 8px #00000026;z-index:10}.battery-added-notification.show{opacity:1;transform:translate(-50%) translateY(0)}@media (max-width: 768px){.battery-carousel-btn{width:32px;height:32px}.battery-carousel-prev{left:-16px}.battery-carousel-next{right:-16px}.battery-upsell-container{border-radius:8px;padding:10px!important;gap:10px}.battery-image{width:70px;height:70px;border-radius:6px}.battery-plus-icon{width:50px;height:50px;margin-bottom:3px}.battery-plus-icon span{font-size:36px}.battery-add-text{font-size:11px}.battery-title,.battery-current-price{font-size:15px}.battery-compare-price{font-size:13px}.battery-feature{padding:3px 8px;font-size:10px}}@media (max-width: 480px){.battery-carousel-btn{width:28px;height:28px}.battery-carousel-btn svg{width:16px;height:16px}.battery-carousel-prev{left:-14px}.battery-carousel-next{right:-14px}.battery-upsell-container{padding:8px!important;gap:8px;min-height:80px}.battery-image{width:60px;height:60px;border-radius:4px;min-width:60px}.battery-title{font-size:14px;margin-bottom:3px}.battery-current-price{font-size:14px}.battery-compare-price{font-size:12px}.battery-features{gap:4px}.battery-feature{padding:2px 6px;font-size:10px}.battery-plus-icon{width:45px;height:45px}.battery-plus-icon span{font-size:32px}.battery-add-text{font-size:10px}.battery-carousel-dots{margin-top:8px}.battery-dot{width:6px;height:6px}.battery-dot.active{width:18px}}@media (hover: none) and (pointer: coarse){.battery-carousel-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.battery-upsell-slide{scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/component-addons-cart-upsells.css.map */
