#ba-sale-strip {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 10px max(20px, calc((100% - 1170px) / 2));
  position: relative;
  z-index: 19;
  color: #12121c !important;
  background: linear-gradient(90deg, #ffa200 0%, #ffbd1a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 -1px 0 rgba(18, 18, 28, 0.14);
  font-family: var(--template-font, "Open Sans", sans-serif);
  line-height: 1.25;
  text-decoration: none !important;
}

#ba-sale-strip:hover,
#ba-sale-strip:focus,
#ba-sale-strip:active {
  color: #12121c !important;
  text-decoration: none !important;
  background: linear-gradient(90deg, #ffad16 0%, #ffc83f 100%);
}

#ba-sale-strip:focus-visible {
  outline: 3px solid #12121c;
  outline-offset: -4px;
}

#ba-sale-strip .ba-sale-strip__title {
  font-family: var(--template-headings-font, "Poppins", sans-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

#ba-sale-strip .ba-sale-strip__text {
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#ba-sale-strip .ba-sale-strip__text-mobile {
  display: none;
}

#ba-sale-strip .ba-sale-strip__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

#ba-sale-strip .ba-sale-strip__arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 160ms ease;
}

#ba-sale-strip:hover .ba-sale-strip__arrow,
#ba-sale-strip:focus .ba-sale-strip__arrow {
  transform: translateX(3px);
}

@media (min-width: 768px) {
  #navigation .menu-item-24713 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #ba-sale-strip {
    min-height: 46px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    padding: 9px 14px;
  }

  #ba-sale-strip .ba-sale-strip__title {
    font-size: 15px;
  }

  #ba-sale-strip .ba-sale-strip__text {
    font-size: 12px;
    text-align: center;
  }

  #ba-sale-strip .ba-sale-strip__text-desktop {
    display: none;
  }

  #ba-sale-strip .ba-sale-strip__text-mobile {
    display: inline;
  }

  #ba-sale-strip .ba-sale-strip__action-text {
    display: none;
  }
}

@media (max-width: 359px) {
  #ba-sale-strip {
    gap: 7px;
    padding-right: 10px;
    padding-left: 10px;
  }

  #ba-sale-strip .ba-sale-strip__title {
    font-size: 14px;
  }

  #ba-sale-strip .ba-sale-strip__text {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ba-sale-strip .ba-sale-strip__arrow {
    transition: none;
  }
}
