.foxjane-brand-strip {
  margin: 1rem 0 2rem;
  padding: 0.55rem 0 0.45rem;
  border-top: 1px solid #e6ddd5;
  border-bottom: 1px solid #e6ddd5;
  background: #fff;
}

.foxjane-brand-strip__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.55rem;
  text-align: center;
}

.foxjane-brand-strip__heading {
  margin: 0;
  color: #2a221f;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.foxjane-brand-strip__intro {
  margin: 0.3rem 0 0;
  color: #584d48;
  font-size: 0.9rem;
  line-height: 1.5;
}

.foxjane-brand-strip__grid {
  display: grid;
  gap: 1.15rem;
  align-items: center;
}

.foxjane-brand-strip__grid--homepage-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
}

.foxjane-brand-strip__grid--grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.foxjane-brand-strip__grid--single-feature {
  grid-template-columns: minmax(0, 1fr);
  max-width: 14rem;
}

.foxjane-brand-strip__item {
  min-width: 0;
}

.foxjane-brand-strip__grid--homepage-strip .foxjane-brand-strip__item {
  flex: 0 0 clamp(8.5rem, 11vw, 10.25rem);
}

.foxjane-brand-strip__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.foxjane-brand-strip__rail-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
}

.foxjane-brand-strip__rail {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.foxjane-brand-strip__rail::-webkit-scrollbar {
  display: none;
}

.foxjane-brand-strip__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid #d9cec4;
  border-radius: 999px;
  background: #fff;
  color: #584d48;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 150ms ease, color 150ms ease, border-color 150ms ease;
}

.foxjane-brand-strip__nav:hover,
.foxjane-brand-strip__nav:focus {
  color: #2a221f;
  border-color: #bca999;
}

.foxjane-brand-strip__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.foxjane-brand-strip__logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.1rem;
  padding: 0 0.35rem;
  overflow: hidden;
  background: #fff;
}

.foxjane-brand-strip__logo {
  display: block;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  filter: grayscale(100%);
  transition: filter 150ms ease, opacity 150ms ease;
  opacity: 0.96;
}

.foxjane-brand-strip__link:hover .foxjane-brand-strip__logo,
.foxjane-brand-strip__link:focus .foxjane-brand-strip__logo {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .foxjane-brand-strip__grid--homepage-strip .foxjane-brand-strip__item {
    flex-basis: clamp(8rem, 18vw, 9.5rem);
  }
}

@media (max-width: 767.98px) {
  .foxjane-brand-strip {
    margin: 0.8rem 0 1.6rem;
    padding-top: 0.65rem;
    padding-bottom: 0.55rem;
  }

  .foxjane-brand-strip__grid--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 0.9rem;
  }

  .foxjane-brand-strip__rail-wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .foxjane-brand-strip__nav {
    display: none;
  }

  .foxjane-brand-strip__grid--homepage-strip {
    gap: 0.75rem;
  }

  .foxjane-brand-strip__grid--homepage-strip .foxjane-brand-strip__item {
    flex-basis: 8.2rem;
  }

  .foxjane-brand-strip__logo-box {
    height: 2.7rem;
  }
}
