@supports not selector(*:focus-visible) {
  .dropDown:focus .dropDownLabel {
    color: #8A1E41;
  }
  body.notUsingKeys .dropDown:focus {
    outline: 0;
  }
  .dropDown button:focus::after {
    height: 0.125rem;
    background-color: #8A1E41;
  }
  .dropDown button:focus use {
    fill: #8A1E41;
  }
  body.notUsingKeys .dropDown button:focus {
    outline: 0;
  }
  .dropDown button + ul > li a:focus .labelHolder span {
    color: #CC9F53;
  }
  body.notUsingKeys .dropDown button + ul > li a:focus {
    outline: 0;
  }
  .filterFormGridItem .promoBlock a:focus .promoBlockWrap {
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  }
  .filterFormGridItem .promoBlock a:focus .promoBlockWrap::after {
    transform: scale(1, 1);
  }
  .filterFormGridItem .promoBlock a:focus .promoBlockWrap h3 {
    color: #8A1E41;
  }
  .filterFormGridItem .promoBlock a:focus .promoBlockWrap .image img {
    transform: scale(1.1, 1.1);
  }
  body.notUsingKeys .filterFormGridItem .promoBlock a:focus {
    outline: 0;
  }
  .filterFormGridItem .promoBlock.profile a:focus .promoBlockWrap {
    box-shadow: none;
  }
  body.notUsingKeys .filterFormGridItem .promoBlock.profile a:focus {
    outline: 0;
  }
}