.single-collections-hero {
  position: relative;
}
.single-collections-hero img {
  width: 100%;
  object-fit: cover;
}
.single-collections-hero .home-hero-sm {
  position: absolute;
  left: 100px;
  bottom: 50px;
  color: white;
  display: flex;
  gap: 14px;
}
.home-hero-sm__item:first-of-type {
  padding-right: 23px;
  position: relative;
}
.home-hero-sm a {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-hero-sm__item:first-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: white;
}
@media only screen and (max-width: 991px) {
  .single-collections-hero .home-hero-sm {
    left: 30px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-sm__item:first-of-type::after {
    width: 5px;
    right: 3px;
    background: black;
  }
  .single-collections-hero .home-hero-sm {
    position: unset;
    color: black;
  }
  .home-hero-sm__item:first-of-type {
    padding-right: 13px;
  }
  .home-hero-sm a {
    font-size: 10px;
  }
  .single-collections-hero .home-hero-sm {
    gap: 5px;
  }
}
