.products-indivdual .subcategory-filter {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0px;
}
.products-indivdual .subcategory-filter .label {
  color: #060812;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.products-indivdual .subcategory-filter .segment-control {
  width: 100%;
  display: flex;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  overflow: hidden;
}
.products-indivdual .subcategory-filter .segment {
  position: relative;
  min-width: 210px;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #060812;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.products-indivdual .subcategory-filter .segment:not(:last-child) {
  border-right: none;
  border-bottom: 1px solid #dfdfdf;
}
.products-indivdual .subcategory-filter .segment.active {
  background-color: #2a98e2;
  color: #fff;
}
.products-indivdual .subcategory-filter .segment:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0);
}
.products-indivdual .pt-10 {
  padding-top: 23px;
}
.products-indivdual .ccm-block-page-list-wrapper .ccm-block-page-list-pages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
.products-indivdual
  .ccm-block-page-list-wrapper
  .ccm-block-page-list-pages
  .category-list
  .ccm-block-page-list-page-entry-horizontal
  .ccm-block-page-list-read-more {
  color: #060812;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: -0.36px;
}
.products-indivdual
  .ccm-block-page-list-wrapper
  .ccm-block-page-list-pages
  .category-list
  .ccm-block-page-list-page-entry-horizontal
  .ccm-block-page-list-read-more:hover {
  color: #0a58ca;
}
.products-indivdual
  .ccm-block-page-list-wrapper
  .ccm-block-page-list-pages
  .category-list
  .ccm-block-page-list-page-entry-horizontal
  .ccm-block-page-list-read-more
  .ccm-block-page-list-page-entry-thumbnail {
  width: 100%;
  min-height: 220px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #ededed;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.products-indivdual
  .ccm-block-page-list-wrapper
  .ccm-block-page-list-pages
  .category-list
  .ccm-block-page-list-page-entry-horizontal
  .ccm-block-page-list-read-more
  .ccm-block-page-list-page-entry-thumbnail
  .card-list {
  padding: 16px;
  margin-right: auto;
  margin-bottom: 0px;
}
.products-indivdual
  .ccm-block-page-list-wrapper
  .ccm-block-page-list-pages
  .category-list
  .ccm-block-page-list-page-entry-horizontal
  .ccm-block-page-list-read-more
  .ccm-block-page-list-page-entry-thumbnail:hover {
  border: 1px solid var(--Color-Primary-300, #7ebcfb);
  box-shadow:
    0 20px 24px -4px rgba(0, 0, 0, 0.08),
    0 8px 8px -4px rgba(0, 0, 0, 0.03);
}
@media (min-width: 576px) {
  .products-indivdual .ccm-block-page-list-wrapper .ccm-block-page-list-pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-indivdual .subcategory-filter .segment-control {
    width: auto;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-indivdual .subcategory-filter .segment:not(:last-child) {
    border-right: 1px solid #dfdfdf;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .products-indivdual .pt-10 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .products-indivdual .ccm-block-page-list-wrapper .ccm-block-page-list-pages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .products-indivdual .ccm-block-page-list-wrapper .ccm-block-page-list-pages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
