.ComparatorCheckbox-checkbox{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding-left:28px;background:transparent;border:none;cursor:pointer;font-family:Montserrat;font-size:13px;line-height:16px;font-weight:500;text-decoration:none;color:#485760;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ComparatorCheckbox-checkbox:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:1px solid #485760;border-radius:2px;background:#fff;box-sizing:border-box;z-index:1}.ComparatorCheckbox-checkbox:hover:before{width:20px;height:20px;border-color:#de0000}.ComparatorCheckbox-checkbox.is-active{color:#4d4d4d}.ComparatorCheckbox-checkbox.is-active:before{width:20px;height:20px;color:#fff;content:"✓";font-size:14px;line-height:18px;text-align:center;border-radius:2px;border:1px solid #de0000;background:#de0000;font-family:system-ui;font-weight:700}.ComparatorCheckbox-checkbox:disabled{cursor:not-allowed;opacity:.7}.ComparatorCheckbox-checkbox:disabled:before{background:transparent;border-color:#adadad}@media screen and (max-width:678px){.ComparatorCheckbox-checkbox{padding-left:32px}.ComparatorCheckbox-checkbox:before{left:4px}.ComparatorCheckbox-checkbox.is-active{padding-left:32px}}