.plps-switcher{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.5rem;
  margin:.6rem 0 0;
}
.plps-switcher__title{
  font-weight:600;
  font-size:.95rem;
}
.plps-switcher__list{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
}
.plps-switcher__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.35rem .6rem;
  border:1px solid rgba(0,0,0,.18);
  border-radius:.4rem;
  text-decoration:none;
  font-size:.9rem;
  line-height:1.1;
  background:#fff;
}
.plps-switcher__btn:hover,
.plps-switcher__btn:focus{
  text-decoration:none;
  border-color: rgba(0,0,0,.35);
}
.plps-switcher__btn.is-current{
  border-color: rgba(220,0,0,.65);
  box-shadow: 0 0 0 1px rgba(220,0,0,.15) inset;
}
