:root{--primary-color:#2196F3;--secondary-color:#1976D2;--success-color:#4CAF50;--danger-color:#f44336;--text-color:#2c3e50;--text-light:#7f8c8d;--background-color:#fff;--border-color:#ecf0f1;--shadow-color:rgba(0, 0, 0, 0.2)}.mini-cart{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:var(--background-color);box-shadow:-2px 0 25px var(--shadow-color);z-index:999999999999;transition:right 0.3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border-radius:20px 0 0 20px;contain:content;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.mini-cart.open{right:0;transform:translate3d(0,0,0)}.mini-cart:not(.open){visibility:hidden;pointer-events:none}.mini-cart-header{padding:20px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.mini-cart-header h2{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0}.close-button{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:20px;padding:4px;transition:color 0.2s ease}.close-button:hover{color:var(--text-color)}.mini-cart .cart-items{padding:16px!important;overflow-y:auto;max-height:calc(100vh - 280px)}.mini-cart .cart-item{display:flex!important;gap:14px!important;padding:16px!important;border-bottom:1px solid #eee!important;position:relative!important}.mini-cart .cart-item:hover{background:#f8fafc!important}.mini-cart .item-image{width:90px!important;height:90px!important;flex-shrink:0!important;border-radius:4px!important;overflow:hidden!important;background:#f8f9fa!important}.mini-cart .item-image img{width:100%!important;height:100%!important;object-fit:cover!important}.mini-cart .sale-badge{position:absolute!important;top:8px!important;left:8px!important;background:#ff3b30!important;color:#fff!important;font-size:10px!important;padding:2px 6px!important;font-weight:500!important;border-radius:2px!important;opacity:0.9!important;text-transform:uppercase!important;letter-spacing:0.5px!important}.mini-cart .item-content{flex:1!important;position:relative!important;padding-right:16px!important}.mini-cart .remove-item{position:absolute!important;right:0!important;top:0!important;background:none!important;border:none!important;color:#999!important;font-size:20px!important;line-height:1!important;padding:0!important;cursor:pointer!important;transition:color 0.2s ease!important}.mini-cart .remove-item:hover{color:#333!important}.mini-cart .item-title{font-size:14px!important;font-weight:500!important;color:#333!important;margin:0 0 6px 0!important;line-height:1.4!important}.mini-cart .price-wrapper{display:flex!important;align-items:center!important;gap:6px!important;margin-bottom:14px!important}.mini-cart .current-price{font-size:15px!important;font-weight:600!important;color:#333!important}.mini-cart .original-price{font-size:13px!important;color:#999!important;text-decoration:line-through!important}.mini-cart .quantity-controls{display:inline-flex!important;align-items:stretch!important;border:1px solid #eee!important;border-radius:0!important;overflow:hidden!important;background:#fff!important;width:fit-content!important;margin-top:10px!important}.mini-cart .quantity-btn{width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;border:none!important;color:#666!important;cursor:pointer!important;transition:background 0.2s ease!important;font-size:14px!important;padding:0!important;font-weight:300!important;line-height:1!important;margin:0!important}.mini-cart .quantity-btn:hover{background:#f9f9f9!important}.mini-cart .quantity-input{width:30px!important;height:24px!important;text-align:center!important;border:none!important;border-left:1px solid #eee!important;border-right:1px solid #eee!important;font-size:13px!important;font-weight:400!important;color:#333!important;padding:0!important;margin:0!important;background:#fff!important;-moz-appearance:textfield!important;border-radius:0!important;line-height:24px!important}.mini-cart .quantity-input::-webkit-outer-spin-button,.mini-cart .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.mini-cart .quantity .qty{all:unset!important}.mini-cart div.quantity{all:unset!important}@media (max-width:480px){.mini-cart{width:94%!important;height:auto!important;max-height:96vh!important;right:3%!important;left:3%!important;top:2vh!important;bottom:2vh!important;border-radius:20px!important;box-shadow:0 0 25px rgb(0 0 0 / .15)!important;transform:translateX(103%)!important;position:fixed!important;margin:0!important;overflow:hidden!important}.mini-cart.open{transform:translateX(0)!important}.mini-cart .cart-items{max-height:calc(96vh - 340px)!important}.mini-cart .cart-item{padding:16px!important;gap:12px!important}.mini-cart .item-image{width:80px!important;height:80px!important}.mini-cart .item-title{font-size:14px!important}.mini-cart .quantity-controls{transform:scale(.95)!important;transform-origin:left!important}.cart-footer-wrapper{position:sticky!important;bottom:0!important;background:#fff!important;padding-bottom:5px!important;margin-top:auto!important;border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.cart-footer{padding:10px 15px 5px 15px!important;border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}}.item-details{display:flex;flex-direction:column;justify-content:space-between}.item-header{display:flex;flex-direction:column;gap:4px}.item-header h3{font-size:14px;font-weight:500;margin-bottom:4px;color:var(--text-color)}.item-category{display:none}.item-price{font-size:15px;font-weight:600;color:var(--text-color);margin-bottom:8px}.current-price{font-weight:600;font-size:16px;color:var(--text-color)}.original-price{text-decoration:line-through;color:var(--text-light);font-size:14px;margin-left:8px}.mini-cart .quantity-controls{display:inline-flex;align-items:center;background:#f5f5f5;border-radius:20px;padding:2px;margin-top:8px;border:1px solid #e0e0e0;width:fit-content;margin-right:30px}.mini-cart .quantity-btn{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:#fff0;border:none;color:#666;cursor:pointer;transition:all 0.2s ease;font-size:16px;padding:0;border-radius:50%}.mini-cart .quantity-btn:hover{background:#e0e0e0;color:#333}.mini-cart .quantity-input{width:32px;height:24px;text-align:center;border:none;background:#fff0;font-size:14px;font-weight:500;color:#333;padding:0;margin:0 4px;-moz-appearance:textfield}.mini-cart .quantity-input::-webkit-outer-spin-button,.mini-cart .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (max-width:480px){.mini-cart .quantity-controls{padding:1px}.mini-cart .quantity-btn{width:22px;height:22px;font-size:14px}.mini-cart .quantity-input{width:28px;font-size:13px}}.cart-footer{padding:10px!important;border-top:1px solid #eee}.shipping-info{padding:8px 10px!important;margin-bottom:10px!important}.free-shipping-info{font-size:12px!important;color:#475569!important;margin:0!important;display:flex!important;align-items:center!important;gap:6px!important}.free-shipping-info.success{color:#059669!important;font-weight:500!important}.progress-bar{height:4px!important;background:rgb(34 197 94 / .08)!important;border-radius:100px!important;overflow:hidden!important;margin:6px 0!important;position:relative!important}.progress{height:100%!important;background:linear-gradient(90deg,#22c55e,#16a34a)!important;border-radius:100px!important;position:relative!important;transition:width 0.8s cubic-bezier(.4,0,.2,1)!important}.progress::before{content:''!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(90deg,#fff0 0%,rgb(255 255 255 / .4) 50%,#fff0 100%)!important;animation:progressShimmer 2s infinite!important}.progress::after{content:''!important;position:absolute!important;right:0!important;top:50%!important;transform:translate(50%,-50%)!important;width:12px!important;height:12px!important;background:#16a34a!important;border-radius:50%!important;box-shadow:0 0 0 4px rgb(22 163 74 / .2)!important;animation:pulseDot 1.5s infinite!important}@keyframes progressShimmer{0%{transform:translateX(-100%)!important}100%{transform:translateX(100%)!important}}@keyframes pulseDot{0%{box-shadow:0 0 0 0 rgb(22 163 74 / .4)!important}70%{box-shadow:0 0 0 6px #fff0!important}100%{box-shadow:0 0 0 0 #fff0!important}}.cart-summary{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #eee}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0;color:#64748b}.cart-actions{margin:15px 0}.primary-button{display:block;width:100%;padding:14px;background:#2196F3;color:#fff;text-align:center;text-decoration:none;border-radius:4px;font-weight:500;font-size:13px;text-transform:uppercase;letter-spacing:.5px;transition:all 0.2s ease}.primary-button:hover{background:#1976D2;color:#fff}.continue-shopping{text-align:center;margin:8px 0 10px!important}.text-button{color:#666;font-size:13px;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:all 0.2s ease}.text-button:hover{color:#2196F3}.checkout-button{display:block;width:100%;padding:12px!important;background:#2196F3;color:#fff;text-decoration:none;border-radius:4px;font-weight:500}.checkout-content{display:flex;align-items:center;justify-content:center;position:relative;gap:8px!important}.checkout-content i{font-size:14px;margin-right:8px}.checkout-content span:not(.amount){margin-right:40px}.checkout-content .amount{position:absolute;right:0;font-size:14px;font-weight:500}.cart-features{display:flex;justify-content:space-between;padding:8px 0!important;border-top:1px solid var(--border-color);margin-top:8px!important;font-size:11px!important;color:var(--text-light)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .6);z-index:999998;display:none;backdrop-filter:blur(3px)}.notification{position:fixed;top:20px;left:50%;transform:translateX(-50%);background:var(--primary-color);color:#fff;padding:12px 24px;border-radius:30px;font-weight:500;box-shadow:0 4px 12px var(--shadow-color);z-index:1002;opacity:0;transition:opacity 0.3s ease}.notification.show{opacity:1}@media (max-width:768px){.mini-cart{width:100%;right:-100%}.cart-features{flex-direction:column}.feature{justify-content:center}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cart-item{animation:fadeIn 0.3s ease forwards}@media (max-width:480px){.mini-cart{width:100%;right:-100%;border-radius:0}.cart-item{grid-template-columns:70px 1fr auto;gap:12px;padding:12px}.item-image{width:70px;height:70px}.quantity-controls{margin-top:8px}.cart-features{flex-direction:row;justify-content:center;gap:15px;text-align:center;font-size:11px}.cart-footer-wrapper{padding-bottom:3px!important}.cart-footer{padding:8px 12px 3px 12px!important}.mini-cart .cart-items{max-height:calc(100vh - 320px)!important}}.cart-item.highlight{animation:highlightItem 1s ease}@keyframes highlightItem{0%{background:var(--primary-color);opacity:.1}50%{background:var(--primary-color);opacity:.2}100%{background:#fff;opacity:1}}.cart-item{transform:translateX(0);opacity:1;max-height:200px;transition:all 0.3s ease}.cart-item.removing{transform:translateX(100%);opacity:0;max-height:0;margin:0;padding:0;border:none;pointer-events:none}.cart-items{overflow-y:auto;max-height:calc(100vh - 300px);padding-right:5px}.empty-cart-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.empty-cart-message i{font-size:48px;color:#dee2e6;margin-bottom:16px}.empty-cart-message p{color:#6c757d;margin-bottom:20px;font-size:16px}.empty-cart-message .button{padding:12px 24px;background:var(--primary-color);color:#fff;border-radius:30px;text-decoration:none;transition:all 0.2s ease}.empty-cart-message .button:hover{background:var(--hover-color);transform:translateY(-2px)}.mini-cart-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(255 255 255 / .9);display:none;justify-content:center;align-items:center;z-index:1000}.mini-cart-loading.active{display:flex}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.cart-buttons-group{display:flex;flex-direction:column;align-items:center;gap:20px;margin:15px 0}.cart-button{display:block;width:100%;padding:14px;background:#f8f9fa;border:1px solid #e9ecef;color:#2196F3;text-align:center;text-decoration:none;border-radius:4px;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:all 0.2s ease}.cart-button:hover{background:#e9ecef;color:#1976D2}.simple-button{display:block;width:100%;padding:8px!important;background:#fff0;border:1px solid #2196F3;color:#2196F3;text-align:center;text-decoration:none;border-radius:4px;font-size:13px!important;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:all 0.2s ease}.simple-button:hover{background:#2196F3;color:#fff}.secure-checkout{margin-top:10px}.checkout-button{display:block;width:100%;padding:16px;background:linear-gradient(135deg,#2196F3 0%,#1976D2 100%);color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all 0.2s ease;box-shadow:0 2px 8px rgb(33 150 243 / .2)}.checkout-button:hover{background:linear-gradient(135deg,#1976D2 0%,#1565C0 100%);box-shadow:0 4px 12px rgb(33 150 243 / .3);transform:translateY(-1px)}.checkout-content{display:flex;align-items:center;justify-content:center;position:relative}.checkout-content i{font-size:16px}.checkout-content .amount{position:absolute;right:0}.continue-link{display:block;text-align:center;color:#2196F3;font-size:12px!important;text-decoration:none;margin-top:10px!important;text-transform:uppercase;letter-spacing:.5px}.continue-link:hover{text-decoration:underline;color:#1976D2}.mini-cart .item-variations{display:flex!important;gap:8px!important;margin-top:4px!important}.mini-cart .variation-item{font-size:12px!important;color:#64748b!important;background:#f8fafc!important;padding:2px 8px!important;border-radius:4px!important;border:1px solid #e2e8f0!important}.mini-cart .item-meta{display:flex!important;align-items:center!important;gap:12px!important;margin-top:8px!important}.mini-cart .meta-item{display:flex!important;align-items:center!important;gap:4px!important;font-size:12px!important;color:#64748b!important}.mini-cart .meta-item i{font-size:14px!important}.mini-cart .item-total{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:4px!important}.mini-cart .total-label{font-size:11px!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:0.5px!important}.mini-cart .product-status{position:absolute!important;top:16px!important;left:16px!important;display:flex!important;gap:4px!important}.mini-cart .status-badge{font-size:11px!important;font-weight:500!important;padding:3px 8px!important;border-radius:4px!important;opacity:0!important;transform:translateY(-5px)!important;transition:all 0.3s ease!important}.mini-cart .cart-item:hover .status-badge{opacity:1!important;transform:translateY(0)!important}.mini-cart .status-badge.new{background:#3b82f6!important;color:#fff!important}.mini-cart .status-badge.sale{background:#22c55e!important;color:#fff!important}.mini-cart .quantity-input::-webkit-inner-spin-button,.mini-cart .quantity-input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.mini-cart .quantity-input:focus{outline:none!important;background:#f8fafc!important}@keyframes removeFromCart{0%{transform:translateX(0);opacity:1}100%{transform:translateX(100%);opacity:0}}.mini-cart .cart-item.removing{animation:removeFromCart 0.3s ease forwards!important}.mini-cart .cart-item.updating::after{content:''!important;position:absolute!important;inset:0!important;background:rgb(255 255 255 / .7)!important;backdrop-filter:blur(2px)!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important}.mini-cart .cart-item.updating::before{content:''!important;position:absolute!important;width:20px!important;height:20px!important;border:2px solid #e2e8f0!important;border-top-color:#2196F3!important;border-radius:50%!important;animation:spin 0.8s linear infinite!important;z-index:1!important}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:480px){.mini-cart .cart-item{padding:16px!important;margin:8px 12px!important}.mini-cart .item-image{width:70px!important;height:70px!important}}.mini-cart .sale-badge.corner{top:0!important;left:0!important;padding:3px 8px!important;transform:translate(-30%,-30%) rotate(-45deg)!important;transform-origin:center!important}.mini-cart .sale-badge.minimal{background:rgb(255 59 48 / .8)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}.mini-cart .sale-badge.outline{background:transparent!important;border:1px solid #ff3b30!important;color:#ff3b30!important}.mini-cart .sale-badge.pill{border-radius:12px!important;padding:2px 8px!important}.mini-cart{display:flex!important;flex-direction:column!important;height:100%!important}.mini-cart .cart-items{flex:1 1 auto!important;overflow-y:auto!important;max-height:calc(100vh - 380px)!important;padding-bottom:16px!important}.cart-footer-wrapper{flex:0 0 auto!important;position:sticky!important;bottom:0!important;left:0!important;right:0!important;background:#fff!important;z-index:10!important}.cart-footer{border-top:1px solid #eee!important}@media (max-width:480px){.mini-cart .cart-items{max-height:calc(100vh - 340px)!important}}.cart-item{contain:content;will-change:transform;transform:translateZ(0)}.cart-items-container{contain:layout style paint;height:auto}.quantity-controls{transform:translateZ(0);backface-visibility:hidden}