.close-cta {
  position: relative;
  float: right;
  height: 26px;
  width: 20px;
  border: 0;
  cursor: pointer;
  right: 8px;
  top: 4px;
  background-color: transparent;
  outline: 0;
}
.close-cta:hover {
  opacity: 1;
}
.close-cta:before {
  position: absolute;
  content: ' ';
  height: 22px;
  width: 2px;
  left: 2%;
  background-color: #e90029;
  transform: rotate(45deg);
  left: 6px;
  top: 0;
}
.close-cta:after {
  position: absolute;
  content: ' ';
  height: 22px;
  width: 2px;
  left: 2%;
  background-color: #e90029;
  transform: rotate(-45deg);
  left: 6px;
  top: 0;
}
.keysight-search-results-page .keysight-assets__mobile {
  position: relative;
}
.keysight-search-results-page .keysight-assets__sort--right--wrapper {
  height: inherit;
}
.keysight-search-results-page .keysight-assets__filters {
  width: 100%;
  margin: 0px auto;
  border: 1px solid #edecee;
  border-left: 0px solid #edecee;
}
.keysight-search-results-page .keysight-assets-content__wrapper:first-child {
  border-top: 1px solid #edecee !important;
}
.keysight-search-results-page .keysight-assets-content__wrapper:last-child {
  border-top: 1px solid #edecee !important;
}
.keysight-search-results-page .keysight-assets-content__wrapper {
  border-bottom: 1px solid #edecee;
}
.keysight-search-results-page .keysight-assets-content__wrapper--description em {
  font-weight: bold;
}
.keysight-search-results-page .keysight-assets__close {
  top: 0;
  right: -2px;
}
.keysight-search-results-page .keysight-assets__close:before,
.keysight-search-results-page .keysight-assets__close:after {
  left: 0;
}
.keysight-search-results-page .keysight-assets__arrow {
  top: -3px;
}
.keysight-search-results-page .keysight-assets__up {
  top: 2px;
}
.keysight-search-results-page #mobileFilter {
  width: 100%;
  font-weight: bold;
  display: block;
  background-color: #edecee;
  padding: 11px;
  font-size: 18px;
  display: inline-block;
  letter-spacing: 0.36px;
  border-bottom: 1px solid #f6f7f9;
}
.keysight-search-results-page #mobileFilter .keysight-assets__arrow {
  margin: 0 0 2px 2px;
  top: -2px;
}
.keysight-search-results-page #mobileFilter .keysight-assets__arrow.keysight-assets__close {
  right: -4px;
  top: 4px;
}
.keysight-search-results-page .keysight-assets__filters__content .all.active-filter {
  border-bottom: 0px solid #e3dddd;
}
.keysight-search-results-page .keysight-assets__filters__content .active-filter {
  border-bottom: 1px solid #e3dddd;
}
.keysight-search-results-page .keysight-assets__filters__content .active-filter .less-btn,
.keysight-search-results-page .keysight-assets__filters__content .active-filter .more-btn {
  font-size: 1rem;
}
.keysight-search-results-page .keysight-assets__filters__content .active-filter .less-btn span,
.keysight-search-results-page .keysight-assets__filters__content .active-filter .more-btn span {
  color: #e90029;
  font-size: 1rem;
}
.keysight-search-results-page .keysight-assets__filters__content .keysight-assets__filters--contentValue {
  padding-left: 10px;
  border-bottom: 1px solid #e3dddd;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 6px solid transparent;
  cursor: pointer;
  font-weight: 600;
}
.keysight-search-results-page .keysight-assets__filters__content .keysight-assets__filters--contentValue.active {
  border-left: 6px solid #e90029;
  margin-bottom: 12px;
}
.keysight-search-results-page .keysight-assets__filters__content .filter-items.all .keysight-assets__filters--contentValue.active {
  margin-bottom: 0;
}
.keysight-search-results-page .filter-title .keysight-assets__filters--checkbox-label-inner {
  cursor: auto;
  border: 0;
}
.keysight-search-results-page #searchErrors .keysight-assets-content__wrapper--title {
  display: none !important;
}
.keysight-search-results-page #noExactMatchFoundError .keysight-assets-content__wrapper--title {
  display: none;
  font-size: 0.875rem;
}
.keysight-search-results-page .keysight-assets-content__wrapper--note {
  font-size: 0.875rem;
}
.keysight-search-results-page .green-flag-image {
  width: 1.4rem;
  margin-bottom: -0.2rem;
  margin-left: -0.2rem;
}
.keysight-search-results-page h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #524f56;
  margin-bottom: 0.66em;
  line-height: 1.3;
  padding-bottom: 6px;
  margin-top: 0;
  border-bottom: 1px solid #edecee;
}
.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #edecee;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  padding-top: 12px;
  color: #524f56;
  width: 158px;
  transition: 0.3s;
  font-size: 1rem;
}
.tab button:hover {
  color: #07858b;
}
.tab button[disabled] {
  color: #a4a1a9;
  cursor: not-allowed;
}
.tab button[disabled]:hover {
  color: #a4a1a9;
  background: inherit;
}
.tab button span {
  padding-bottom: 1rem;
  display: inline-flex;
}
.tab > span {
  display: inline-flex;
  padding-bottom: 11px;
}
.tab button.active > span {
  border-bottom: 4px solid #07858b;
  padding-bottom: 12px;
  color: #07858b;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
}
.catalog__filtered--category {
  display: initial;
  top: 10px;
  position: relative;
}
.keysight-search-results-page .catalog__filtered--items {
  align-items: center;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  padding: 3px 0 3px 10px;
  margin-bottom: 0.875rem;
  margin-left: 12px;
  max-width: 100%;
  line-height: 1.3rem;
  background: #63b1bc 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.keysight-search-results-page .catalog__filtered--items:hover,
.keysight-search-results-page .catalog__filtered--items:active {
  background: #07858b 0% 0% no-repeat padding-box;
}
.catalog__filtered--resetAll {
  display: inline !important;
  top: 10px;
  position: relative;
  margin-left: 8px !important;
}
.keysight-assets__filters .catalog__filtered--btn {
  background: none;
  border: 0;
  cursor: pointer;
  width: 32px;
  height: 16px;
  outline: 0;
  position: relative;
}
.keysight-search-results-page .catalog__filtered--btn .close-cta::before,
.keysight-search-results-page .catalog__filtered--btn .close-cta::after {
  top: 50%;
  left: 50%;
  background-color: white;
  height: 12px;
  width: 1.5px;
}
.keysight-search-results-page .products-List {
  flex-direction: column;
  gap: 0;
}
.range-filter {
  padding: 5px 10px 10px;
  font-size: 1rem;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -2px;
  margin-left: -0.6em;
}
@media screen and (min-width: 960px) {
  .keysight-search-results-page .products-List {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2rem;
  }
  .keysight-assets__sort {
    margin-left: auto;
    width: 40% !important;
  }
  .products-List li {
    width: 40% !important;
  }
}
@media screen and (min-width: 1200px) {
  .keysight-search-results-page .products-List {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 3rem;
  }
  .keysight-assets__content {
    width: 67% !important;
  }
  .keysight-assets__sort--right {
    width: 67% !important;
  }
  .products-List li {
    width: max-content !important;
  }
}
.keysight-search-results-page #mobileFilter {
  width: 100%;
  font-weight: bold;
  display: block;
  background-color: #9a979f;
  padding: 11px;
  font-size: 18px;
  color: white;
  display: inline-block;
  letter-spacing: 0.36px;
  border-bottom: 1px solid #dbd9dd;
}
.keysight-assets__sort--right--wrapper {
  flex-wrap: nowrap;
}
.keysight-assets__filters--sort-items {
  font-size: 0.875rem !important;
  word-break: keep-all;
  font-weight: 400;
}
.keysight-assets__filters--sort-items:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.keysight-assets__filters--sort-items.active,
.keysight-assets__filters--sort-items[aria-selected="true"] {
  background-color: #f8f8f8;
}
.keysight-assets__sort--wrapper {
  justify-content: flex-end;
}
.content--accordion {
  font-size: 1.3rem;
  font-weight: 600;
}
.productImage {
  width: 109px;
  margin-top: 14px;
  margin-right: 20px;
}
.catalog__filters--accordion:hover {
  background: #f8f8f8;
}
.catalog__filtered--seriesFilter {
  position: relative;
  top: 5rem;
  padding-left: 6px;
  line-height: 0.6rem !important;
}
.catalog__filtered--reset {
  margin: 1.125rem 0 2rem 0;
  line-height: 0.3rem;
}
.catalog__filters--key {
  font-weight: 600;
  font-size: 0.875rem;
  color: #524f56;
}
.keysight-assets__filters__content .catalog__filters--key {
  padding: 0px;
}
.keysight-search-results-page #pagination-container .load-more {
  font-size: 1rem;
}
.keysight-search-results-page #pagination-container .load-more:focus {
  outline: 2px solid #000000;
  outline-offset: 3px;
}
.keysight-assets-content__wrapper {
  padding-left: 1.125rem;
}
.products-List {
  gap: 3rem;
  margin: 0;
}
.products-List li {
  width: max-content !important;
}
.products-List li a {
  color: #524f56 !important;
}
.tabcontent {
  display: none;
  border-top: none;
}
.keysight-assets__filters--wrapper {
  display: block;
}
.supportPaginationWrapper {
  width: 224px;
  margin-left: auto;
  margin-right: auto;
}
.explorePaginationWrapper {
  width: 224px;
  margin-left: auto;
  margin-right: auto;
}
.learnPaginationWrapper {
  width: 224px;
  margin-left: auto;
  margin-right: auto;
}
.allPaginationWrapper {
  width: 224px;
  margin-left: auto;
  margin-right: auto;
}
.keysight-assets__filters__content {
  padding-left: 1.6rem;
  padding-right: 0;
}
.enableScroll {
  overflow-y: scroll;
  max-height: calc(86vh);
  position: sticky;
  top: 7.2rem;
  scrollbar-color: #888 transparent;
  scrollbar-width: thin;
}
.enableScroll::-webkit-scrollbar {
  width: 10px;
}
.enableScroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.enableScroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.enableScroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.keysight-assets__filters--value {
  font-size: 1rem;
}
.keysight-assets__sort--total,
.keysight-assets__sort--wrapper {
  font-size: 0.875rem;
}
.keysight-search-results-page .keysight-assets__content {
  padding-left: 0;
}
.catalog-featured__productWrapper {
  padding-top: 1rem;
  border-bottom: 1px solid #edecee;
}
.learn,
.explore,
.support,
.all,
#productTemplate {
  padding-top: 1rem;
}
.keysight-assets__filters--checkbox-count {
  font-size: 1rem;
}
.catalog-featured__products--container {
  background-color: #f8f8f8;
  margin-top: 0;
  border-bottom: 1px solid #edecee;
}
.catalog__featured--header {
  color: #524f56;
  padding: 1rem 1.125rem 0 !important;
  cursor: default;
  font-size: 1rem;
  font-weight: 600 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.catalog__featured--item {
  display: flex !important;
  background-color: #fff;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 0 1.125rem 0 0;
  border: 1px solid #edecee;
  gap: 10px;
  padding: 10px;
}
.catalog__featured__slider--wrapper {
  height: auto;
  padding: 10px 1.125rem;
}
.slick-track {
  display: -webkit-inline-box !important;
  transform: translate3d(-475px, 0px, 0px);
  opacity: 1;
  transform: translate3d(-760px, 0px, 0px);
}
.slick-track,
.slick-slide {
  width: calc(70.1754386%) !important;
  margin-right: 6px;
}
.slick-slide {
  height: auto;
}
.slick-slide:hover {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #edecee;
  opacity: 1;
  cursor: pointer;
}
.slick-slide:hover .catalog__featured--item--title > a {
  color: #000000;
}
.slick-vertical .slick-slide {
  height: 100px !important;
}
.catalog__featured--item--titleWrapper {
  font-size: 1.125rem;
  position: relative;
  top: 0px;
}
.catalog__featured--item--title > a {
  color: #524f56;
}
.catalog__featured--item--title > a:hover {
  color: #000000;
  border: none;
}
.catalog__featured--item--imageWrapper {
  padding: 0 10px;
}
.catalog__featured--item--imageWrapper > img {
  height: 90px;
  width: 100px;
  object-fit: contain;
}
.item--image {
  min-height: 90px;
  min-width: 90px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots > li {
  margin: 0 0.25rem;
}
.slick-dots > li > button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 100%;
  border: 1px solid #514f56;
  text-indent: -9999px;
}
.slick-dots > li.slick-active button {
  background-color: #696969;
}
.arrowContainer {
  width: 13px;
  display: block;
  position: relative;
  padding-top: 10px;
  margin-right: 10px;
}
.arrowContainer::before {
  position: absolute;
  top: 5px;
  left: 42%;
  margin-left: 0.5px;
  width: 2px;
  height: 13px;
  background: #524f56;
  content: ' ';
}
.arrowContainerAll {
  width: 13px;
  display: block;
  position: relative;
  padding-top: 10px;
  margin-right: 10px;
}
.arrowContainerAll::before {
  position: absolute;
  top: 5px;
  left: 42%;
  margin-left: 0.5px;
  width: 2px;
  height: 13px;
  background: #524f56;
  content: ' ';
}
.rotate {
  transform: rotate(180deg);
}
.arrow-down {
  display: block;
  margin: 0 auto;
  width: 9px;
  height: 14px;
}
.arrow-down:after {
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #524f56;
  border-right: 2px solid #524f56;
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggleSlider {
  text-align: center;
  position: relative;
  right: 0px;
  left: 0px;
  bottom: 10px;
}
.toggleSlider__cta {
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 16px;
  border: 1px solid #edecee;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
}
.toggleSlider__cta:hover {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border: 1px solid #edecee;
  border-radius: 2px;
  opacity: 1;
}
.toggleSlider__ctaAll {
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  border: 1px solid #edecee;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
}
.toggleSlider__ctaAll:hover {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border: 1px solid #edecee;
  border-radius: 2px;
  opacity: 1;
}
.toggleSlider__cta--label {
  color: #524f56;
}
.toggleSlider__cta--label:hover {
  cursor: pointer;
}
.lastWord {
  font-weight: 600;
}
.filterBy {
  margin-top: 1rem;
  margin-bottom: 1rem !important;
  color: #524f56 !important;
  font-weight: 600 !important;
  margin-left: 20px !important;
  display: initial !important;
  cursor: default !important;
}
.keysight-search-results-page .searchSortAccordion {
  min-width: 70px;
}
.boldText {
  font-size: 0.875rem;
  color: #524f56;
  word-break: break-word;
}
.panel {
  font-size: 1rem;
}
.catalog__filters--more-btn,
.catalog__filtered--reset {
  font-size: 0.875rem;
}
.catalog__featured--item--titleWrapper {
  font-size: 14px;
  font-weight: 600;
}
a.pills {
  border-radius: 10em;
  padding: 2px 8px;
  border: 2px solid #524f56;
  color: #524f56;
  background: white;
  margin-right: 8px;
  height: 32px;
  margin-right: 20px;
  text-align: center;
}
a.pills:hover {
  border: 2px solid #e90029;
  color: #e90029;
}
.quickLinksHeader {
  display: flex;
  margin: 1.5em 2em;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.quickLinks {
  max-width: 735px;
  margin: auto;
}
.reset {
  display: none;
}
@media (min-width: 1200px) {
  .keysight-search-results-page .keysight-assets__wrapper {
    margin-bottom: 6px;
  }
  .slick-track,
  .slick-slide {
    width: calc(70.1754386%) !important;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .slick-track,
  .slick-slide {
    width: calc(100%) !important;
    margin-right: 0 !important;
  }
}
.product-status-filter--container {
  display: flex;
  flex-direction: column;
}
.keysight-assets__content {
  padding: 0;
}
.hideClass {
  display: none;
}
.container {
  margin-bottom: 0.875rem;
  line-height: 0.5rem;
}
.customRadioClass {
  position: relative !important;
  opacity: 1 !important;
  top: 0px !important;
  height: 13px !important;
  width: 13px !important;
  margin: 3px 3px 0px 5px !important;
  cursor: pointer !important;
  -webkit-appearance: none;
  border: 1px solid #514f56;
  border-radius: 50%;
  outline: none;
}
.customRadioClass:before {
  content: '';
  display: block;
  width: 70%;
  height: 70%;
  margin: 15% auto;
  border-radius: 50%;
}
.customRadioClass:checked:before {
  background: #696969;
}
.catalog__filters--mobile-btn {
  display: none;
}
.tab button:focus-visible {
  border: 1px solid red;
}
.load-more:focus-visible {
  border: 1px solid red;
}
@media screen and (max-width: 766px) {
  .filterBy {
    display: none !important;
  }
  .catalog__filtered--reset {
    margin: 0.125rem 0 1rem 0;
    line-height: 1.3rem !important;
  }
  .catalog__featured--item--imageWrapper {
    z-index: 0;
  }
  .custom-loader {
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
    position: absolute;
    height: 100%;
    left: -10px;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .keysight-assets__filters--seriestabs {
    border-bottom: 1px solid #dbd9dd;
  }
  .keysight-assets__filters--seriestabs > div > .keysight-assets__filters--checkbox-label {
    margin: 0.5rem;
  }
  .catalog__featured--item {
    flex-wrap: no-wrap;
  }
  .catalog__filters--mobile-done {
    width: 160px;
  }
  .keysight-assets__sort {
    margin-left: auto;
    width: 58%;
  }
  .keysight-assets__filters {
    background-color: white;
  }
  .keysight-assets__filters__content {
    padding-left: 0 !important;
    margin-bottom: 6rem;
    padding-top: 0;
    padding-bottom: 3.4rem;
  }
  .catalog__filters--key {
    position: relative;
    top: 12px;
  }
  .catalog__filters--checkbox-wrapper.catalog__checkbox--wrapper {
    padding: 0 1.5rem;
    margin-top: 8px;
    margin-bottom: 0.67rem;
  }
  .content--tabs.active .content--accordion,
  .content--tabs.active .content--accordion:active {
    border-left: 4px solid #e90029;
  }
  .content--accordion {
    padding-left: 0.8rem;
    margin-bottom: 0 !important;
    height: 40px;
    margin-top: 0;
  }
  .tabs {
    padding: 0 !important;
    justify-content: flex-start;
  }
  .keysight-assets-content__wrapper {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .tab button.active,
  .tab button {
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem;
  }
  .keysight-search-results-page #mobileFilter {
    font-weight: 600;
  }
  .keysight-assets-content__wrapper {
    padding-left: 0;
  }
  .productImage {
    margin-top: 6px;
  }
  .tab {
    justify-content: space-evenly;
  }
  .tab button {
    padding: 0 5px;
  }
  .tab button:hover {
    background: none;
    color: #07858b;
  }
  .tab::before {
    content: '';
    height: 50px;
    width: 10%;
    display: block;
    position: absolute;
    right: 0;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  }
  .keysight-assets__filters__content {
    padding-left: 1rem;
    margin-bottom: 3rem;
    top: 0;
  }
  .tabs {
    padding: 0rem 1rem;
  }
  .catalog__filters--mobile-btn {
    display: flex;
    position: fixed;
    bottom: 0px;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 1rem 0 0 2.125rem;
    background-color: white;
  }
  .catalog__filters--mobile-clear {
    font-weight: 600;
  }
  .modalContainer {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5;
  }
  .modalContainer .dialogHeader {
    height: 8.125rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #dbd9dd;
    flex-direction: column;
  }
  .modalContainer .dialogHeader .catalog__filtered--btn {
    margin-left: auto;
  }
  .modalContainer .dialogHeader .headerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modalContainer .dialogHeader .headerContent button {
    margin-left: auto;
  }
  .modalContainer .dialogHeader .catalog__filtered--btn .close-cta::before,
  .modalContainer .dialogHeader .catalog__filtered--btn .close-cta::after {
    background-color: #e90029;
    height: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  .tab {
    justify-content: flex-start;
    overflow-x: scroll;
  }
  ::-webkit-scrollbar {
    height: 0px;
    background: transparent;
    /* make scrollbar transparent */
  }
  .enableScroll {
    top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .catalog__featured--item {
    flex-wrap: nowrap;
    margin-right: 5px;
  }
  .catalog__featured--item {
    padding: 0;
  }
  .keysight-assets__filters {
    height: 100vh;
  }
}
hr {
  border-color: #edecee !important;
  border-top: 0;
  margin: 0;
}
.slick-dots {
  cursor: pointer !important;
}
.common-error-msg {
  font-weight: 400;
  font-size: 1rem;
}
.keysight-search-results-page #keysight-site-search #site-search-input {
  font-weight: 600;
}
.keysight-search-results-page #keysight-site-search {
  padding-bottom: 1.5rem;
}
.content--panel {
  display: none;
  overflow: hidden;
}
.content--tabs.active .content--panel {
  display: block;
}
.status-content--panel {
  display: none;
  overflow: hidden;
}
.content--tabs.active .status-content--panel {
  display: flex;
}
hr {
  display: none;
}
.content--accordion {
  font-size: 1.125rem;
}
.accordion-chevron::before {
  border-style: solid;
  border-width: 0.133rem 0.133rem 0 0;
  content: '';
  display: inline-block;
  height: 0.31rem;
  left: 0.15rem;
  position: relative;
  top: 0.15rem;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.31rem;
}
.filterLabel {
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.products-List {
  gap: 3rem;
}
.products-List li {
  list-style: none;
  margin-right: 0 !important;
  padding: 0.5rem 0rem 0.5rem 0.7rem;
  font-size: 0.875rem;
  position: relative;
  color: #524f56;
  width: max-content;
  font-weight: 500;
}
.catalog__checkbox--checkmark {
  background-color: transparent;
  border: 1px solid #262626;
  height: 13px;
  left: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
.wrapperDiv {
  width: 100%;
}
.keysight-assets-content__wrapper--title,
.keysight-assets-content__wrapper--description {
  font-size: 1rem;
}
.keysight-assets-content__wrapper--description {
  margin-bottom: 5px;
  margin-top: 6px;
  font-size: 1rem;
  text-align: justify;
  overflow: hidden;
  /* Hide overflowing text */
  text-overflow: ellipsis;
  /* Add ellipsis for truncated text */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Set to 3 lines or any desired number */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  /* Allow multi-line content */
}
.keysight-assets-content__wrapper--title {
  font-size: 1.125rem;
  font-weight: 400;
}
.keysight-assets__filters--checkbox-wrapper.catalog__checkbox--wrapper.active-filters {
  display: flex;
}
.keysight-assets__filters--checkbox-wrapper.catalog__checkbox--wrapper {
  align-items: center;
  display: none;
  justify-content: space-between;
}
.content--tabs.active .accordion-chevron {
  margin: 0;
  margin-right: 1rem;
  transform: rotate(180deg);
}
.content--accordion .accordion-chevron {
  align-self: center;
  color: #e90029;
  display: flex;
  margin-right: 1.2rem;
}
.keysight-search-results-page .keysight-assets__filters--checkbox-label {
  cursor: default;
}
.keysight-search-results-page .keysight-assets__filters--checkbox-label .keysight-assets__filters--checkbox-label-inner {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.keysight-search-results-page .keysight-assets__filters--checkbox-label .keysight-assets__filters--checkbox-label-inner:hover {
  border-color: inherit;
}
@media (min-width: 1200px) {
  .keysight-assets__filters.keysight-assets__filters--contentValue {
    border-bottom: 1px solid #edecee !important;
  }
  .keysight-assets__filters.keysight-assets__filters--contentValue.active {
    margin-bottom: 0;
  }
  .keysight-assets__sort {
    margin-left: auto;
    width: 27% !important;
  }
  .keysight-assets__filters .filter-items.all .keysight-assets__filters--contentValue.active {
    margin-bottom: 0;
  }
  .keysight-assets__filters {
    border: 1px solid #edecee;
    border-left: 0px solid #edecee;
  }
  .keysight-assets__content {
    border: 1px solid #edecee;
    border-left: 0;
    border-right: 0;
    position: relative;
  }
  .keysight-assets-content__wrapper:first-child {
    border-top: 0px solid #edecee !important;
  }
  .keysight-assets-content__wrapper {
    border-bottom: 1px solid #edecee;
  }
  .keysight-assets-content__wrapper:last-child {
    border-bottom: 0px solid #edecee !important;
  }
  .keysight-assets {
    margin-bottom: 20px;
  }
  .filter-items.active-filter .keysight-assets__filters--tabs:nth-child(2) {
    margin-top: 12px;
  }
}
@media (min-width: 767px) {
  .keysight-search-results-page .keysight-assets__filters--contentValue {
    border-bottom: 1px solid #edecee !important;
  }
  .keysight-search-results-page .keysight-assets__sort {
    margin-left: auto;
    width: 74%;
  }
  .keysight-search-results-page .keysight-assets__filters {
    border: 1px solid #edecee;
    border-left: 0px solid #edecee;
    padding-bottom: 3rem;
    width: 40%;
  }
  .keysight-search-results-page .keysight-assets__content {
    border: 1px solid #edecee;
    border-left: 0;
    border-right: 0;
  }
  .keysight-search-results-page .keysight-assets-content__wrapper:first-child {
    border-top: 0px solid #edecee !important;
  }
  .keysight-search-results-page .keysight-assets-content__wrapper {
    border-bottom: 1px solid #edecee;
  }
  .keysight-search-results-page .keysight-assets-content__wrapper:last-child {
    border-bottom: 0px solid #edecee !important;
  }
}
