.cbl-home-sale__heading {
  position: relative;
  display: flex;
  min-height: 38px;
  margin-bottom: 10px;
  align-items: flex-start;
  justify-content: center;
}

.cbl-home-sale__title.products-section-title {
  margin: 0;
  padding: 0 150px;
  text-align: center;
}

.cbl-home-sale__title::after {
  display: block;
  width: 44px;
  height: 3px;
  margin: 7px auto 0;
  background: #fabc2a;
  content: "";
}

.cbl-home-sale__all {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-flex;
  min-height: 28px;
  color: #2592a9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  align-items: center;
  gap: 6px;
}

.cbl-home-sale__all:hover,
.cbl-home-sale__all:focus {
  color: #111;
  text-decoration: underline;
}

.cbl-home-sale__all:focus-visible {
  outline: 2px solid #2592a9;
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .cbl-home-sale__heading {
    min-height: 0;
    margin-bottom: 9px;
    flex-direction: column;
    align-items: center;
  }

  .cbl-home-sale__title.products-section-title {
    width: 100%;
    padding: 0;
  }

  .cbl-home-sale__all {
    position: static;
    min-height: 26px;
    margin-top: 7px;
    font-size: 12px;
  }
}
