.product-list-navigation {
  margin: 0;
  padding: 0;
}
.product-list-navigation * {
  margin: 0;
  padding: 0;
}
.product-list-navigation > * {
  display: none;
  margin: 0;
  padding: 0;
}
.product-list-navigation.flat-list-view .flat-list-view {
  display: block;
}
.product-list-navigation.small-card-view .small-card-view {
  display: block;
}
.product-list-navigation.medium-card-cta-view .medium-card-cta-view {
  display: block;
}
.product-list-navigation.medium-card-underline-view .medium-card-underline-view {
  display: block;
}
.product-list-navigation .cq-placeholder {
  display: block;
}
.product-list-navigation .store-nav-mark {
  display: block;
}
.product-list-navigation .flat-list-view__list {
  font-size: 0.875rem;
  line-height: 1.625rem;
  list-style: none;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .flat-list-view__list {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .product-list-navigation .flat-list-view__list {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 1680px) {
  .product-list-navigation .flat-list-view__list {
    font-size: 1.3125rem;
    line-height: 2.25rem;
  }
}
.product-list-navigation .flat-list-view__list-item {
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .flat-list-view__list-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .product-list-navigation .flat-list-view__list-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.product-list-navigation .flat-list-view__list-item > * {
  color: #000000;
  display: block;
  outline: none;
  padding: 0.625rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .flat-list-view__list-item > * {
    padding: 0rem;
  }
}
.product-list-navigation .flat-list-view__list-item > *:active,
.product-list-navigation .flat-list-view__list-item > *:focus {
  background-color: #dee2e9;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .flat-list-view__list-item > *:active,
  .product-list-navigation .flat-list-view__list-item > *:focus {
    background-color: transparent;
    border: 0.0625rem solid #30578d;
    border-radius: 0.25rem;
  }
}
@media (hover: hover) {
  .product-list-navigation .flat-list-view__list-item:hover {
    text-decoration: underline;
    text-decoration-color: #000000;
  }
}
.product-list-navigation .flat-list-view .flat-list-view-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .flat-list-view .flat-list-view-desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .flat-list-view .flat-list-view-mobile {
    display: none;
  }
}
.product-list-navigation .flat-list-view .flat-list-view-mobile__wrap {
  border-radius: 1rem;
  background-color: #f6f7f9;
  margin: 0 auto;
  max-width: 100%;
  min-height: 4.375rem;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .product-list-navigation .flat-list-view .flat-list-view-mobile__wrap:hover {
    box-shadow: 0rem 0.375rem 0.75rem 0rem #001e2b12;
  }
}
.product-list-navigation .flat-list-view .flat-list-view-mobile input[type="checkbox"] {
  display: none;
}
.product-list-navigation .flat-list-view .flat-list-view-mobile__label-toggle {
  align-items: center;
  display: flex;
  gap: 1.125rem;
  justify-content: space-between;
  min-height: 4.375rem;
  padding: 1.25rem;
  width: 100%;
}
.product-list-navigation .flat-list-view .flat-list-view-mobile__label-toggle:focus {
  border: 0.0625rem solid #30578d;
  border-radius: 1rem;
}
.product-list-navigation .flat-list-view .flat-list-view-mobile__label-toggle[aria-expanded="true"] .flat-list-view-mobile__label-icon {
  transform: rotate(180deg);
}
.product-list-navigation .flat-list-view .flat-list-view-mobile__label-icon {
  align-items: center;
  content: "\f078";
  color: #e90029;
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25em;
  font-weight: 900;
  height: 1.875rem;
  justify-content: center;
  min-width: 1.875rem;
  transition: transform 0.2s ease-in-out;
}
.product-list-navigation .flat-list-view .flat-list-view-mobile__collapsible-content {
  max-height: 0rem;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.product-list-navigation .flat-list-view .flat-list-view-mobile__collapsible-content.expanded {
  max-height: 100vh;
}
.product-list-navigation h3.flat-list-view__heading {
  color: #1d1e1f;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation h3.flat-list-view__heading {
    color: #000000;
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .product-list-navigation h3.flat-list-view__heading {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1680px) {
  .product-list-navigation h3.flat-list-view__heading {
    font-size: 1.6875rem;
    line-height: 2.25rem;
  }
}
.product-list-navigation .small-card-view__wrapper {
  max-width: calc(87.2vw);
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .small-card-view__wrapper {
    max-width: unset;
  }
}
.product-list-navigation .small-card-view__list {
  display: flex;
  gap: 2.125rem;
  list-style: none;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .small-card-view__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0rem;
    row-gap: 0.9375rem;
  }
}
@media only screen and (min-width: 1280px) {
  .product-list-navigation .small-card-view__list {
    gap: 1.5625rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
  }
}
.product-list-navigation .small-card-view__list-item {
  display: block;
  position: relative;
  padding-bottom: 0.3125rem;
}
.product-list-navigation .small-card-view__card {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  margin: 0 auto;
  min-width: 6.875rem;
  padding-bottom: 0.3125rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .small-card-view__card {
    max-width: 6.875rem;
    min-width: 0;
  }
}
.product-list-navigation .small-card-view__card:after {
  background-color: #e90029;
  border-radius: 0.125rem;
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  width: 100%;
}
@media (hover: hover) {
  .product-list-navigation .small-card-view__card:hover:after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
  }
}
.product-list-navigation .small-card-view__card:active,
.product-list-navigation .small-card-view__card:focus {
  border: 0.0625rem solid #30578d;
  border-radius: 0.25rem;
  outline: none;
}
.product-list-navigation .small-card-view__img {
  display: block;
  height: 6.875rem;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .product-list-navigation .small-card-view__img {
    height: 5.9688rem;
  }
}
@media only screen and (min-width: 1680px) {
  .product-list-navigation .small-card-view__img {
    height: 6.875rem;
  }
}
.product-list-navigation .small-card-view__title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  position: relative;
  text-align: center;
  color: #1d1e1f;
  margin-top: 0.625rem;
}
.product-list-navigation h1.small-card-view__headline {
  color: #000000;
  font-size: 1.75rem;
  font-weight: 600 !important;
  line-height: 2.25rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation h1.small-card-view__headline {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 1280px) {
  .product-list-navigation h1.small-card-view__headline {
    font-size: 2.75rem;
    margin-bottom: 3.75rem;
    line-height: 3.5rem;
  }
}
.product-list-navigation .medium-card-cta-view__wrapper {
  max-width: calc(87.2vw);
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .medium-card-cta-view__wrapper {
    max-width: unset;
  }
}
.product-list-navigation .medium-card-cta-view__list {
  display: flex;
  column-gap: 1rem;
  row-gap: 1.25rem;
  list-style: none;
  overflow-x: scroll;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .medium-card-cta-view__list {
    flex-wrap: wrap;
    overflow-x: auto;
    padding-right: 0;
    width: 100%;
    column-gap: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .product-list-navigation .medium-card-cta-view__list {
    padding-bottom: 6.25rem;
  }
}
.product-list-navigation .medium-card-cta-view__list-item {
  align-items: stretch;
  display: flex;
}
.product-list-navigation .medium-card-cta-view__list-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-list-navigation .medium-card-cta-view__card {
  align-items: center;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0rem 0.375rem 0.75rem rgba(0, 30, 43, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.875rem 1.25rem;
  transition: box-shadow 0.2s ease-in-out;
  width: 13.735rem;
}
@media (hover: hover) {
  .product-list-navigation .medium-card-cta-view__card:hover {
    box-shadow: 0rem 1rem 1.5rem rgba(0, 30, 43, 0.08);
  }
}
.product-list-navigation .medium-card-cta-view__card:active,
.product-list-navigation .medium-card-cta-view__card:focus {
  border-radius: 1rem;
  border: 0.125rem solid #30578d;
  box-shadow: 0rem 1rem 1.5rem rgba(0, 30, 43, 0.08);
  outline: none;
}
@media only screen and (min-width: 1280px) {
  .product-list-navigation .medium-card-cta-view__card {
    max-width: 12.7375rem;
  }
}
@media only screen and (min-width: 1680px) {
  .product-list-navigation .medium-card-cta-view__card {
    max-width: 14.9969rem;
  }
}
.product-list-navigation .medium-card-cta-view__img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  margin-bottom: 0.625rem;
}
.product-list-navigation h3.medium-card-cta-view__cta {
  font-size: 1.125rem;
  font-weight: 600 !important;
  line-height: 1.25rem;
  max-width: 90%;
}
.product-list-navigation h3.medium-card-cta-view__cta:hover {
  text-shadow: unset;
}
.product-list-navigation h3.medium-card-cta-view__cta:hover::after {
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_Red_Default.svg");
}
.product-list-navigation h2.medium-card-cta-view__heading {
  color: #000000;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation h2.medium-card-cta-view__heading {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
    line-height: 3.5rem;
  }
}
.product-list-navigation .medium-card-underline-view__headline {
  font-size: 2.5rem !important;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .medium-card-underline-view__headline {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 2.5rem;
  }
}
.product-list-navigation .medium-card-underline-view__wrapper {
  max-width: calc(87.2vw);
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .medium-card-underline-view__wrapper {
    max-width: unset;
  }
}
.product-list-navigation .medium-card-underline-view__list {
  display: flex;
  gap: 1rem;
  list-style: none;
  overflow-x: auto;
  justify-content: flex-start;
}
.product-list-navigation .medium-card-underline-view__list.flex-center {
  justify-content: center;
  overflow-x: unset;
  overflow: visible;
  padding-right: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .medium-card-underline-view__list {
    gap: 1.25rem;
    padding-right: 1.5625rem;
    width: calc((98% + 4.165vw));
  }
}
.product-list-navigation .medium-card-underline-view__list-item {
  align-items: stretch;
  display: flex;
}
.product-list-navigation .medium-card-underline-view__card {
  align-items: center;
  background-color: white;
  border-radius: 0.2654rem;
  box-shadow: 0rem 0.375rem 0.75rem rgba(0, 30, 43, 0.07);
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 11.625rem;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  transition: color 0.1s ease-in-out;
  width: 9.7144rem;
}
.product-list-navigation .medium-card-underline-view__card--no-image {
  justify-content: center;
}
.product-list-navigation .medium-card-underline-view__card--no-image:hover,
.product-list-navigation .medium-card-underline-view__card--no-image:focus,
.product-list-navigation .medium-card-underline-view__card--no-image.active {
  color: #e90029;
}
@media only screen and (min-width: 768px) {
  .product-list-navigation .medium-card-underline-view__card {
    border-radius: 0.3125rem;
    box-shadow: 0rem 0.375rem 0.75rem rgba(0, 30, 43, 0.07);
    min-height: 13.6875rem;
    padding: 1.875rem 1.25rem;
    width: 11.4375rem;
  }
}
.product-list-navigation .medium-card-underline-view__card:after {
  background-color: #e90029;
  border-radius: 0rem 0rem 0.3125rem 0.3125rem;
  bottom: -0.3125rem;
  content: "";
  height: 0.3125rem;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 300ms, transform 300ms;
  width: 100%;
}
.product-list-navigation .medium-card-underline-view__card:active:after,
.product-list-navigation .medium-card-underline-view__card:hover:after,
.product-list-navigation .medium-card-underline-view__card.active:after {
  opacity: 1;
  transform: translate3d(0, -0.375rem, 0);
}
.product-list-navigation .medium-card-underline-view__card:focus {
  border-radius: 0.3125rem;
  border: 0.125rem solid #30578d;
  outline: none;
}
.product-list-navigation .medium-card-underline-view__card:focus::after {
  content: unset;
}
.product-list-navigation .medium-card-underline-view__title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.product-list-navigation .medium-card-underline-view__img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0.625rem;
}
.product-list-navigation .medium-card-underline-view__wrapper.horizontal-scroll {
  overflow-y: scroll;
}
.horizontal-scroll .medium-card-underline-view__list {
  overflow-x: unset;
}
.horizontal-scroll::-webkit-scrollbar {
  width: 0px;
  height: 6px;
}
/* Track */
.horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
/* Handle */
.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #a4a1a9;
  border-radius: 25px;
}
/* Handle on hover */
.horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mobile-slider {
  -ms-overflow-style: none;
  /* IE and Edge */
  overflow-x: auto;
  padding-right: 1.5625rem;
  scrollbar-width: none;
  /* Firefox */
  width: calc((100% + 6.4vw));
}
.mobile-slider::-webkit-scrollbar {
  display: none;
  /* Chrome */
}
@media only screen and (min-width: 768px) {
  .mobile-slider {
    overflow-x: unset;
    overflow: visible;
    padding-right: 0;
    width: 100%;
  }
}
