.breadcrumb-collection-page {
  position: relative;
  background: var(--bg-breadcrumb);
  color: var(--txt-breadcrumb); }
  .breadcrumb-collection-page a {
    color: currentcolor; }
  .breadcrumb-collection-page h1 {
    font-size: 58px;
    margin-bottom: 25px;
    color: currentcolor; }
  .breadcrumb-collection-page .icon-down svg {
    fill: currentcolor; }
  .breadcrumb-collection-page .banner-content {
    padding: 90px 0; }
    .breadcrumb-collection-page .banner-content.has-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center; }
  @media (max-width: 767px) {
    .breadcrumb-collection-page h1 {
      font-size: 28px;
      margin-bottom: 15px; }
    .breadcrumb-collection-page .banner-content {
      padding: 60px 0; } }
