.bread {
  padding: 40px 0 6px;
  background: #fff;
}

.breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;

  font-size: 14px;
  font-weight: 500;

  overflow-x: auto;             
  overflow-y: hidden;
  white-space: nowrap;         
  -webkit-overflow-scrolling: touch;
}

.breadcrumbs-item {
  flex-shrink: 0;           
}

.breadcrumbs-item a {
  color: #333335;
  opacity: 0.7;
  text-decoration: none;
}

.breadcrumbs-current {
  flex-shrink: 0;
}

.breadcrumbs-separator {
  opacity: 0.4;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .breadcrumbs-list {
    padding-right: 16px;
  }
}

.category-desc-block {
    display: flex;
    gap: 42px;
    margin-bottom: 40px;
}

.products-item.category-item-desc, .category-desc {
    width: calc(50% - 26px);
}

.products-item.category-item-desc {
    background: #cfcccc;
}

.products-item.category-item-desc .products-item-image-area {
    height: 100%;
    min-height: 400px;
}

.category-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1024px) {
    .category-desc-block {
        flex-direction: column;
    }
    
    .products-item.category-item-desc, .category-desc {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .products-item.category-item-desc .products-item-image-area {
        height: 100%;
        min-height: 300px;
    }
}

/* PRODUCTS CATEGORY */

.products-category-title-area {
  min-height: 470px;
  background: black;
  display: flex;
  align-items: flex-end;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.products-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.products-bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
  -webkit-box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
  -moz-box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
}

.products-category-title-area-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  z-index: 5;
  position: relative;
}

.products-category-title {
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  max-width: 70%;
  color: #fff;
}

.products-category-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  opacity: 0.4;
}

.products-listing {
  padding: 42px 0 140px;
  background: #fff;
}

.products-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 42px;
}

.products-item {
  /*width: calc((100% - 20px) / 3);*/
  width: calc((100% - 40px) / 5);
  background: #06080e;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0px 30px 30px 30px;
}

.products-item-image-area {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.products-item-image-area img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products-item-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .products-category-title-area {
    min-height: 410px;
  }

  .products-category-title {
    font-size: 74px;
    max-width: 70%;
  }

  .products-listing {
    padding: 20px 0 90px;
  }

  .products-items {
    column-gap: 6px;
    row-gap: 28px;
  }

  .products-item {
    width: calc(50% - 3px);
    gap: 20px;
  }
}

@media (max-width: 820px) {
  .products-category-title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .products-category-title-area {
    min-height: 350px;
    padding-bottom: 70px;
  }

  .products-category-title {
    font-size: 44px;
    max-width: 100%;
  }

  .products-items {
    row-gap: 16px;
  }

  .products-item {
    width: 100%;
    gap: 10px;
  }

  .products-item-title {
    font-size: 18px;
  }
}


.products-item,
.products-item:visited,
.products-item:hover,
.products-item:active {
  color: inherit;
  text-decoration: none;
}

.news-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.pagination-btn {
    transform: translateY(2px);
}

.pagination-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
}

.pagination-link,
.pagination-current {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.pagination-dots {
  width: 25px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateY(-10px);
  color: #5f6d7e;
}

.pagination-link:hover,
.pagination-current {
  color: #fff;
  background-color: #2561ff;
}