﻿.compare-floating-btn{position:relative;width:50px;height:50px;border-radius:50%;background-color:#fff;color:#333;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.18);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;opacity:0;pointer-events:none;}.compare-floating-btn.show{opacity:1;pointer-events:auto;}.compare-floating-btn:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(0,0,0,.25);color:#333;}.compare-floating-btn__badge{position:absolute;bottom:-2px;right:-2px;min-width:22px;height:22px;border-radius:50%;background-color:#0053b5;color:#fff;font-size:1.2rem;font-family:"GraphikTH-SemiBold";display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;}@media(max-width:768px){.compare-floating-btn{width:54px;height:54px;bottom:20px;right:20px;}.compare-floating-btn svg{width:22px;height:22px;}.compare-floating-btn__badge{min-width:20px;height:20px;font-size:1.1rem;}}