.compare-tray-wrapper{z-index:900;width:auto;min-width:400px;animation:.4s cubic-bezier(.34,1.56,.64,1) slideUpTray;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.compare-tray{border:1px solid var(--accent-primary);justify-content:space-between;align-items:center;gap:2rem;padding:1rem 1.5rem;display:flex;box-shadow:0 8px 32px #ec489933}.compare-items{gap:1rem;display:flex}.compare-item-thumb{border:1px solid var(--border-color);background:#0000004d;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;padding:.25rem;display:flex;position:relative}.compare-item-thumb img{object-fit:contain;max-width:100%;max-height:100%}.remove-thumb{color:#fff;cursor:pointer;background:#ff4757;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 4px #0003}.compare-placeholder{border:1px dashed var(--border-color);width:100px;height:50px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;font-size:.75rem;display:flex}.compare-actions{align-items:center;gap:1.5rem;display:flex}.compare-count{color:var(--text-secondary);white-space:nowrap;font-size:.85rem;font-weight:700}.compare-now-btn{white-space:nowrap;padding:.6rem 1.25rem;font-size:.9rem}.compare-now-btn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale()}@keyframes slideUpTray{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media (max-width:768px){.compare-tray-wrapper{width:90%;min-width:unset;bottom:1rem}.compare-tray{flex-direction:column;gap:1rem;padding:1rem}.compare-actions{justify-content:space-between;width:100%}}
