.fb-productArchive{
  padding-bottom:72px;
}

.fb-productArchiveHero{
  position:relative;
  padding:110px 0 90px;
  background:
    linear-gradient(90deg, rgba(10,15,26,.88) 0%, rgba(18,25,40,.70) 48%, rgba(146,27,45,.25) 100%),
    url('../images/product-archive-hero.jpg') center center / cover no-repeat;
  color:#fff;
}

.fb-productArchiveHero__content{
  max-width:720px;
}

.fb-productArchiveHero h1{
  margin:0 0 14px;
  font-size:clamp(38px,5vw,68px);
  line-height:1.05;
  color:#fff;
}

.fb-productArchiveHero p{
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,.88);
}

.fb-eyebrow{
  display:inline-block;
  margin-bottom:12px;
  color:#ff6b6b;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}

.fb-productArchive__section{
  padding:42px 0 0;
}

.fb-productArchive__layout{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.fb-productArchive__sidebar{
  position:sticky;
  top:120px;
}

.fb-productArchive__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:24px;
}

.fb-productArchive__title{
  margin:0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.15;
}

.fb-productArchive__count{
  margin:0;
  color:#6b7280;
  font-size:15px;
}

.fb-productArchive__pagination{
  margin-top:32px;
}

.fb-productArchive__empty{
  padding:40px 0;
}

@media (max-width: 991px){
  .fb-productArchive__layout{
    grid-template-columns:1fr;
  }

  .fb-productArchive__sidebar{
    position:static;
  }

  .fb-productArchiveHero{
    padding:80px 0 64px;
  }
}

@media (max-width: 640px){
  .fb-productArchiveHero h1{
    font-size:44px;
  }

  .fb-productArchiveHero p{
    font-size:15px;
  }

  .fb-productArchive__top{
    flex-direction:column;
    align-items:flex-start;
  }
}