.CompareFooter{position:fixed;bottom:0;left:0;right:0;background:#fffffffa;backdrop-filter:blur(8px);border-top:1px solid #e2e8f0;box-shadow:0 -2px 10px #00000014;z-index:1000;animation:slideUp .3s ease-out;display:flex;justify-content:center}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.CompareFooter__container{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem}@media(max-width:768px){.CompareFooter__container{flex-direction:column;padding:.75rem .5rem;gap:.75rem;width:100%;align-items:stretch}}.CompareFooter__cameras{display:flex;align-items:center;gap:.85rem;overflow:visible}@media(max-width:768px){.CompareFooter__cameras{gap:.75rem;overflow-x:auto;overflow-y:visible;justify-content:flex-start;padding:.5rem .25rem;margin:-.5rem 0;flex:1;-webkit-overflow-scrolling:touch;scrollbar-width:none}.CompareFooter__cameras::-webkit-scrollbar{display:none}}.CompareFooter__cameraItem{position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:center;overflow:visible}.CompareFooter__removeBtn{position:absolute;top:-10px;right:-10px;width:26px;height:26px;border-radius:50%;background:#ef4444;color:#fff;border:2.5px solid white;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 8px #0000004d;z-index:10;line-height:1;font-weight:700}.CompareFooter__removeBtn:hover{background:#dc2626;transform:scale(1.25);box-shadow:0 4px 12px #0006}@media(max-width:768px){.CompareFooter__removeBtn{width:28px;height:28px;font-size:14px;top:-10px;right:-10px;border:3px solid white}}.CompareFooter__cameraLink{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-decoration:none;color:inherit;transition:transform .2s ease}.CompareFooter__cameraLink:hover{transform:scale(1.03)}.CompareFooter__cameraLink:hover .CompareFooter__cameraThumb{border-color:#2563eb;box-shadow:0 4px 10px #2563eb59}.CompareFooter__cameraLink:hover .CompareFooter__cameraName{color:#2563eb}.CompareFooter__cameraThumb{width:90px;height:90px;border-radius:8px;overflow:hidden;background:#fafafa;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 6px #00000014}.CompareFooter__cameraThumb img{width:100%;height:100%;object-fit:contain;padding:.5rem}@media(max-width:768px){.CompareFooter__cameraThumb{width:60px;height:60px;border-radius:6px}.CompareFooter__cameraThumb img{padding:.35rem}}.CompareFooter__thumbPlaceholder{font-size:2rem;opacity:.5}.CompareFooter__cameraName{font-size:.75rem;font-weight:500;color:#475569;text-align:center;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s ease;line-height:1.2}@media(max-width:768px){.CompareFooter__cameraName{display:none}}.CompareFooter__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width:768px){.CompareFooter__actions{width:100%;justify-content:center;gap:.5rem;flex-wrap:wrap}}.CompareFooter__clearBtn{padding:0 1.25rem;min-height:48px;background:transparent;color:#838383;border:1px solid rgba(15,23,42,.2);border-radius:999px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all .2s ease;white-space:nowrap}.CompareFooter__clearBtn:hover{background:#0f172a0f;color:#25383c;border-color:#0f172a4d}@media(max-width:768px){.CompareFooter__clearBtn{flex:1;min-height:44px;padding:0 .75rem;font-size:12px}}.CompareFooter__compareBtn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.5rem;min-height:48px;background:#f97316;color:#fff;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #f973164d;white-space:nowrap}.CompareFooter__compareBtn:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 8px 24px #f9731666}.CompareFooter__compareBtn--disabled{background:#cecece;color:#838383;cursor:not-allowed;box-shadow:none}.CompareFooter__compareBtn--disabled:hover{background:#cecece;box-shadow:none;transform:none}@media(max-width:768px){.CompareFooter__compareBtn{flex:1;min-height:44px;padding:0 .75rem;font-size:12px;gap:.35rem}}.CompareFooter__count{background:#ffffff4d;padding:.15rem .5rem;border-radius:999px;font-size:12px;font-weight:700;min-width:20px;text-align:center}@media(max-width:768px){.CompareFooter__count{padding:.1rem .4rem;font-size:11px;min-width:18px}}.CompareFooter__placeholderCard{width:90px;height:90px;border-radius:8px;border:2px dashed #94a3b8;background:#f1f5f980;display:flex;align-items:center;justify-content:center;padding:.5rem;text-align:center;color:#64748b;font-size:.7rem;line-height:1.2;transition:all .2s ease;animation:fadeIn .3s ease-in;cursor:default;flex-shrink:0;margin-right:.85rem}.CompareFooter__placeholderCard .CompareFooter__placeholderContent{font-weight:500}.CompareFooter__placeholderCard:hover{border-color:#64748b;background:#f1f5f9cc}@media(max-width:768px){.CompareFooter__placeholderCard{display:flex;width:60px;height:60px;margin-right:.5rem;border-width:2px;background:#f1f5f94d}.CompareFooter__placeholderCard .CompareFooter__placeholderContent{font-size:0}.CompareFooter__placeholderCard .CompareFooter__placeholderContent:after{content:"+";font-size:24px;color:#94a3b8;font-weight:400;line-height:1}}.CompareFooter__guidance{display:none!important}body.has-compare-footer{padding-bottom:180px!important}@media(max-width:768px){body.has-compare-footer{padding-bottom:220px!important}}
