.show-furniture-button,
.show-furniture-slider-icon {
  filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(89deg) brightness(106%) contrast(101%) !important;
}
.show-furniture-slider-icon {
  display: block;
  position: absolute !important;
  z-index: 2;
  background: url('https://floorfymdpd.s3-eu-west-1.amazonaws.com/integrated-editor/idealista/icons/showHomestaging_icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  left: 0.2rem;
  bottom: 2.2rem;
}
#showFurnitureGroupBtn {
  position: absolute;
  top: 2rem;
  right: 0;
  border-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 1rem;
}
#showFurnitureBtn {
  background: none;
  border: none;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  font-weight: bold;
}
#showFurnitureBtnIcon {
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}