.compare-bar{

    position:fixed;

    left:0;

    right:0;

    bottom:20px;

    width:min(1100px,95%);

    margin:auto;

    background:#fff;

    border-radius:20px;

    padding:18px 24px;

    display:none;

    justify-content:space-between;

    align-items:center;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

    z-index:9999;

}

.compare-bar.active{

    display:flex;

}

.compare-items{

    display:flex;

    gap:14px;

    flex-wrap:wrap;

}