/* stylelint-disable */
/**
 * Rockwell Style Utils
 */
div[v-cloak] {
  display: none;
}
.no-results-detail h4 {
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
}
.hidden {
  display: none;
}
@media (min-width: 1024px) {
  .active-tab-all {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .active-tab-all {
    padding-left: 230px;
  }
}
.active-tab-all .filter-right {
  width: 100%;
}
.active-tab-all .documentation {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  background: #fff;
  padding-top: 20px;
}
.active-tab-all .documentation .title {
  font-family: BarlowMedium, Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  align-items: flex-end;
  margin-bottom: 6px;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.active-tab-all .documentation .title .label {
  font-size: 20px;
}
.active-tab-all .documentation .products {
  display: flex;
  flex-wrap: wrap;
}
.active-tab-products,
.active-tab-documents,
.active-tab-downloads {
  width: 100%;
  max-width: 100em;
  position: relative;
}
@media (min-width: 1024px) {
  .active-tab-products .search-result-header,
  .active-tab-documents .search-result-header,
  .active-tab-downloads .search-result-header {
    margin-left: 190px;
  }
}
@media (min-width: 1280px) {
  .active-tab-products .search-result-header,
  .active-tab-documents .search-result-header,
  .active-tab-downloads .search-result-header {
    margin-left: 200px;
  }
}
.results-window {
  border-top: 1px solid #E5E6E9;
}
.totals a:hover {
  color: #2A79C4;
  text-decoration: underline;
}
li[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  /* Prevents click events */
}
.category-options label {
  display: flex;
}
/* BUTTONS */
.button {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.button a,
.button input,
.button button {
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 20px;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* CHECKBOX STYLING - PURE CSS */
input[type='checkbox'] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #6d6e71;
  border-radius: 4px;
  display: grid;
  place-content: center;
}
input[type='checkbox']::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  background-image: url(https://www.rockwellautomation.com/resources/assets/styles/meteor/Assets/Images/icon-checkmark.svg);
  background-size: 100%;
}
input[type='checkbox']:checked {
  background: #2a79c4;
  border: none;
}
.option:hover input[type='checkbox'] {
  border: 2px solid #2a79c4;
}
.option input[type='checkbox']:focus {
  border: 2px solid #003e7e;
  outline: none;
}
.option input[type='checkbox']:checked:focus {
  border: 1px solid #2a79c4;
}
.option:hover input[type='checkbox']:checked {
  background: #005db4;
  border: none;
}
/* CHECKBOX STYLING - PURE CSS */
input[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #6d6e71;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
input[type='radio']::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  background-size: 100%;
}
input[type='radio']:checked {
  border: 1px solid #2a79c4;
}
input[type='radio']:checked::before {
  background: #2a79c4;
  border: 4px solid #fff;
}
.radio-option:hover input[type='radio'] {
  border: 2px solid #2a79c4;
}
.radio-option input[type='radio']:focus {
  border: 2px solid #003e7e;
  outline: none;
}
.radio-option input[type='radio']:checked:focus {
  border: 1px solid #2a79c4;
}
.radio-option:hover input[type='radio']:checked {
  background: #005db4;
  border: none;
}
label {
  margin: 0 ;
  cursor: pointer;
}
/* BULLET UL LI */
svg.icon-right {
  width: 15px;
  height: 12px;
  content: '';
  display: inline-flex;
  position: relative;
  top: 3px;
}
svg.icon-right path {
  fill: #2a79c4;
}
svg.icon-left {
  width: 18px;
  height: 18px;
  content: '';
  display: inline-flex;
  position: relative;
  margin-right: 5px;
}
svg.icon-left path {
  fill: #2a79c4;
}
/* FILTER - LAYOUT */
.filter-left {
  width: 20%;
  margin-right: 5%;
  margin-top: 0px;
  position: relative;
}
.filter-right {
  width: 75%;
}
@media (max-width: 1023px) {
  .filter-left {
    width: 100%;
    margin-right: 0%;
    display: none;
  }
  .filter-right {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .filter-left .filter-tag-bar {
    display: none;
  }
}
/* FILTER - MOBILE FILTER */
@media (max-width: 1023px) {
  .filter-left {
    left: 100%;
    transition: all 0.5s ease;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    background: #fff;
    top: 0;
    height: 100dvh;
    flex-direction: column;
    display: flex;
  }
  .filter-left.Active {
    visibility: visible;
    left: 0;
  }
}
/* FILTER - CLEAR ALL BUTTON */
.clear-wrapper.hidden .clear-all {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.clear-wrapper {
  height: 50px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.clear-wrapper .mobile-filter-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.close {
  display: none;
}
.clear-wrapper .showing {
  display: none;
}
@media (max-width: 1023px) {
  .clear-wrapper {
    height: auto;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
  }
  .clear-wrapper .mobile-filter-header {
    display: flex;
    width: 100%;
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
  }
  .clear-wrapper .showing {
    display: flex;
  }
  .mobile-filter-header .clear-all {
    display: none;
  }
  .filtered-by * {
    font-size: 22px;
    color: #2d2d2d;
  }
}
.clear-wrapper .filtered-by {
  font-family: 'BarlowBold';
}
.clear-all {
  font-family: 'BarlowMedium';
  color: #2a79c4;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  display: inline-flex;
}
/* FILTER -  SEARCH BAR */
.category-wrapper {
  max-height: 157px;
  /* MOBILE CATEGORY WITH REFINE OPTION */
}
@media (min-width: 1024px) {
  .category-wrapper {
    overflow-y: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .category-wrapper {
    overflow-y: scroll;
    transition: max-height 0.4s ease;
  }
}
/* FILTER - CATEGORIES */
.filter-category {
  padding-bottom: 20px;
  transition: all 0.4s ease;
}
.filter-category .category-title {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-family: 'BarlowBold';
  cursor: pointer;
  margin: 3px 0;
}
.filter-category .category-title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 25px;
  flex-shrink: 0;
}
.filter-category .category-title .icon img {
  transition: all 0.3s;
}
.filter-category .category-title.selected .icon img {
  transform: rotate(180deg);
}
.category-title.selected .category-wrapper {
  display: block;
}
.filter-category .category-options {
  max-height: 165px;
  overflow-y: auto;
  padding-right: 10px;
}
.filter-category .category-options .option,
.filter-category .category-options .radio-option {
  display: flex;
  padding: 4px 0px 4px 0px;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 1;
  max-height: inherit;
  visibility: visible;
}
.filter-category .category-options .option[data-showing='no'],
.filter-category .category-options .option[data-visibility='no'] {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.filter-category .category-options .option input,
.filter-category .category-options .radio-option input {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 1px;
  /*pointer-events: none;*/
}
.filter-category .category-options .option .value-wrapper,
.filter-category .category-options .radio-option .value-wrapper {
  display: flex;
}
.filter-category .category-options .option .value-wrapper .filter-tag,
.filter-category .category-options .radio-option .value-wrapper .filter-tag {
  margin-left: 5px;
  display: inline;
  line-height: 1.2rem;
}
.filter-category .category-options .option .value-wrapper .filter-tag span,
.filter-category .category-options .radio-option .value-wrapper .filter-tag span {
  font-size: 14px;
}
.filter-category .category-options .option .value-wrapper .filter-number {
  color: var(--ra-grey-3, #6D6E71);
  margin-left: 0px;
}
.filter-category .category-options .option .value-wrapper .filter-number::before {
  content: ' (';
}
.filter-category .category-options .option .value-wrapper .filter-number::after {
  content: ')';
}
@media (max-width: 1023px) {
  .filter-category {
    padding-bottom: 0px;
  }
  .filter-category .category-title {
    padding: 15px 0px 15px 0px;
    overflow: hidden;
  }
  .filter-category .category-wrapper .category-options {
    display: block;
  }
}
/* FILTER - TOP */
.filter-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  height: 50px;
  align-items: center;
  flex: 1;
}
.showing {
  display: flex;
}
.showing .showing-title {
  margin-right: 5px;
}
.showing * {
  font-family: 'BarlowBold';
}
.showing .Slash {
  margin-left: 3px;
  margin-right: 3px;
}
@media (max-width: 1023px) {
  .filter-top {
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .sort-category {
    display: flex;
    flex-direction: column;
  }
  .sort-category .option {
    display: flex;
    opacity: 1;
    visibility: visible;
    max-height: none;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
/* FILTER - TAG BAR */
.filter-tag-bar.hidden {
  opacity: 0;
  visibility: hidden;
  min-height: 0px;
  height: 0px;
  transition: all 0.3s;
  display: none;
}
.filter-tag-bar {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  margin-bottom: 12px;
  width: 100%;
}
.filter-tag-bar .Filter-Tag-Inner {
  transition: all 0.4s;
  position: relative;
}
.filter-tag-bar.hidden .tag {
  display: none;
}
.filter-tag-bar .tag {
  display: inline-flex;
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 7px 5px 10px;
  min-height: 30px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1;
}
.filter-tag-bar .tag:hover::after {
  background-color: #e6e7e7;
}
.filter-tag-bar .tag::after {
  display: flex;
  content: '';
  width: 17px;
  height: 17px;
  margin-left: 2px;
  background: url('https://www.rockwellautomation.com/resources/assets/styles/meteor/Assets/Images/close.svg') center center;
  background-size: 9px;
  border-radius: 4px;
  background-repeat: no-repeat;
  margin-top: 1px;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .filter-tag-bar {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .filter-right .filter-tag-bar {
    display: none;
  }
  .filter-tag-bar .Filter-Tag-Inner {
    display: flex;
    margin-bottom: 0px;
    width: 100%;
    overflow-x: auto;
  }
  .filter-tag-bar .tag {
    margin-bottom: 0px;
    display: flex;
    white-space: nowrap;
  }
  .filter-tag-bar .clear-all {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}
/* FILTER ITEMS */
.filter-item {
  margin-bottom: 0px;
  padding-bottom: 40px;
  transition: all 0.3s ease;
  display: flex;
}
.filter-item.Not25 {
  transition: none;
  position: absolute;
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.filter-item.In-Range {
  height: auto;
  padding-bottom: 40px;
}
.filter-item.Not-In-Range {
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* FILTER BUTTON */
.filter-button {
  display: none;
}
@media (max-width: 1023px) {
  .filter-button {
    display: inline-flex;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 0;
    height: 47.2px;
    background: #2a79c4;
    color: #fff;
    transition: all 0.3s ease;
  }
  .filter-button:hover {
    background-color: #005db4;
  }
  .filter-top .Sort {
    display: none;
  }
}
/* MOBILE FILTER BUTTONS */
@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}
.mobile-only {
  display: none;
}
.mobile-filter-buttons {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-only {
    display: block;
  }
  .mobile-filter-buttons {
    display: flex;
    justify-content: center;
    height: 75px;
    flex-shrink: 0;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #ccc;
    margin-top: auto;
  }
  .mobile-filter-buttons span {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .mobile-filter-buttons span a {
    display: flex;
    width: 100%;
  }
  .view-results .total-results {
    margin-left: 5px;
    margin-right: 5px;
  }
  .view-results .total-results .keyword {
    color: #2a79c4;
  }
  .view-results {
    width: 100%;
    justify-content: center;
  }
  .close {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .close img {
    width: 20px;
    height: 20px;
  }
}
/* PAGINATION */
.pagination {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  flex: 0 0 100%;
}
@media (max-width: 1023px) {
  .pagination {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.pagination .right {
  display: flex;
  align-items: center;
}
.pagination-options {
  display: flex;
  font-family: 'BarlowMedium';
  margin-left: 8px;
  align-items: center;
}
.pagination-options .icon {
  display: flex;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.pagination-options .icon.prev {
  margin-right: 5px;
}
.pagination-options .icon.hidden {
  display: none;
}
.pagination select-styler {
  width: auto;
}
/* FILTER VIEW BUTTONS */
.sort-results {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .mobile-filter-groups {
    margin: 0px 5% 0px 5%;
    overflow-y: auto;
    padding-top: 5px;
  }
}
/* OPTION COLORS */
.option .value-wrapper {
  display: flex;
  align-items: center;
}
.option.Active .value-wrapper::before,
.option.ACTIVE .value-wrapper::before {
  margin-left: 10px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #008700;
  margin-top: 2px;
}
.option.ACTIVE_MATURE .value-wrapper::before {
  margin-left: 10px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #77C14C;
  margin-top: 2px;
}
.option.END_OF_LIFE .value-wrapper::before {
  margin-left: 10px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FDB81E;
  margin-top: 2px;
}
.option.Discontinued .value-wrapper::before,
.option.DISCONTINUED .value-wrapper::before {
  margin-left: 10px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DF3704;
  margin-top: 2px;
}
/* TAB STYLING */
.tabwrapper {
  flex-direction: column;
  /*margin-top: 30px;*/
  padding-bottom: 35px;
}
.tabwrapper .tabs ol {
  display: flex;
  margin-bottom: 0px;
  margin-top: 0px;
}
.tabwrapper .tabs ol li {
  position: relative;
  padding: 10px;
  list-style: none;
  margin: 0;
  font-family: 'BarlowMedium';
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 24px;
  outline: 0;
}
.tabwrapper .tabs ol li:last-child {
  margin-right: 0px;
}
.tabwrapper .tabs ol li::before {
  content: '';
  width: 0px;
  height: 3px;
  background: #f58025;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s ease;
  z-index: 2;
}
.tabwrapper .tabs ol li.active::before {
  width: 100%;
}
.tabwrapper .tabs ol li::after {
  content: '';
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s ease;
}
.tabwrapper .tabs ol li.active {
  cursor: auto;
  color: #2d2d2d;
}
.tabwrapper .tabs ol li.active::after {
  background: #f58025;
  display: none;
}
.tabwrapper .tabs ol li:hover,
.tabwrapper .tabs ol li:focus {
  color: #2a79c4;
}
.tabwrapper .tabs ol li:hover::after,
.tabwrapper .tabs ol li:focus::after {
  background: #2a79c4;
}
@media (max-width: 562px) {
  .tabwrapper .tabs {
    box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.2);
  }
}
.tabwrapper {
  padding: 0px;
  width: 100%;
  max-width: 850px;
}
@media (max-width: 1023px) {
  .tabwrapper {
    overflow: hidden;
  }
}
.tabwrapper .tabs {
  padding-bottom: 0px;
  display: flex;
  margin-top: 0px;
}
.tabwrapper .tabs ol li {
  font-size: 16px;
  display: inline;
  flex-direction: column;
}
.tabwrapper .tabs ol li a {
  text-decoration: none;
  color: #2d2d2d;
  display: flex;
  flex-direction: column;
}
.results {
  margin-left: 4px;
}
/* SEARCH TOGGLE */
.search-icon {
  display: none;
}
.search-icon.-active,
.close-icon.-active {
  display: flex;
}
.generic {
  margin-bottom: 24px;
}
.generic:last-child {
  margin-bottom: 0px;
}
.generic .name {
  font-size: 18px;
  line-height: 24px;
  color: #2a79c4;
  text-decoration: none;
  font-family: 'BarlowMedium', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.generic .name:hover {
  text-decoration: underline;
  color: #005DB4;
}
.generic .name:focus,
.generic .name:active {
  color: #003E7E;
}
.generic .name strong {
  font-weight: 700;
}
.generic .description {
  font-size: 16px;
  line-height: 22px;
}
/* BUTTONS - General */
.a-button {
  font-weight: 500;
  align-items: center;
  border-radius: 4px;
  border-style: solid;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 6px 25px;
  transition: 0.3s ease-out all;
  border: 2px solid transparent;
  line-height: 1;
  font-size: 16px;
  box-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  font-family: inherit;
}
/* BUTTONS - Style Primary */
.a-button.-primary {
  background-color: var(--raBlue, #2a79c4);
  border-color: var(--raBlue, #2a79c4);
  color: #fff;
  fill: #fff;
  font-family: BarlowMedium;
  padding: 5px 24px 8px;
}
.a-button.-primary * {
  color: #fff;
  fill: #fff;
}
.a-button.-primary:active,
.a-button.-primary.-active,
.a-button.-primary:hover,
.a-button.-primary.-hover {
  background-color: var(--raBlue2, #005DB4);
  border-color: var(--raBlue2, #005DB4);
}
.a-button.-primary:focus,
.a-button.-primary.-focus {
  border-color: #fff;
}
.a-button.-primary:disabled,
.a-button.-primary[disabled] {
  background-color: var(--raGrey7);
  border-color: var(--raGrey7);
  color: var(--raGrey6);
  fill: var(--raGrey7);
}
/* BUTTONS - With Icon */
.a-button.-icon svg {
  height: 24px;
  width: 24px;
}
/* FORM STYLES - MISC. */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
@keyframes cssload-load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes cssload-load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/**********   MISC STYLES */
.-bold {
  font-weight: bold;
}
.title * {
  font-size: 16px;
  text-decoration: none;
}
.detail .title .label {
  font-size: 20px;
  font-family: BarlowMedium, Arial, Helvetica Neue, Helvetica, sans-serif;
}
/* SEARCH DETAIL - PRODUCTS */
.detail .results-container {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  width: 850px;
  max-width: 100%;
}
/* PRODUCTS */
.product:hover {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.product .details {
  padding: 16px;
}
.product .details * {
  text-decoration: none;
  color: #2d2d2d;
}
.product .name {
  font-family: BarlowMedium, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.product .description {
  font-size: 14px;
}
.product .image img {
  height: 267.67px;
  object-fit: contain;
}
.product .image img[src="/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/image_unavailable.svg"] {
  transform: scale(0.75);
}
@media (max-width: 1024px) {
  .product .image img {
    aspect-ratio: 1;
    height: auto;
    width: 100%;
  }
}
.product .status {
  background-color: #fff;
  display: inline-flex;
  padding: 0px 10px 6px 0px;
  align-items: center;
  bottom: 10px;
  border-radius: 4px;
  height: 22px;
  text-transform: capitalize;
}
.product .status.Active::before,
.product .status.ACTIVE::before {
  margin-right: 5px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #008700;
  margin-top: 2px;
}
.product .status.ACTIVE_MATURE::before {
  margin-right: 5px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #77C14C;
  margin-top: 2px;
}
.product .status.END_OF_LIFE::before {
  margin-right: 5px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FDB81E;
  margin-top: 2px;
}
.product .status.Discontinued::before,
.product .status.DISCONTINUED::before {
  margin-right: 5px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DF3704;
  margin-top: 2px;
}
.product .part-number {
  font-size: 18px;
  line-height: 1.5rem;
  padding-bottom: 4px;
}
.product:hover .part-number .value {
  text-decoration: underline ;
  transition: 0.1s all ease;
}
.product .part-number .value {
  color: #2a79c4;
  font-family: BarlowMedium, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
/**********   SEARCH GENERIC STYLES */
.results-container {
  display: flex;
  width: 100%;
  margin-top: 41px;
}
@media (max-width: 1024px) {
  .detail .results-container {
    flex-direction: column;
  }
}
/**********   SEARCH GENERIC STYLES - BOTTOM */
.pdf {
  padding: 0px;
  border: 0px;
}
.pdf a,
.pdf .download {
  justify-content: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 8px;
  margin-bottom: 24px;
  transition: 0.1s all ease;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
.pdf a .image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.pdf a .name {
  font-family: 'BarlowMedium', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1rem;
  padding-bottom: 4px;
}
.pdf a .image svg {
  width: 25px;
}
.pdf a .image svg path {
  fill: #6d6e71;
}
.pdf a:hover {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  transition: 0.1s all ease;
}
.pdf a > span {
  padding-left: 65px;
}
.pdf a > div.info {
  display: flex;
  padding-left: 65px;
}
.pdf a > div.info .file-name {
  flex: 1;
}
.downloads-wrapper.pdf a > div.info .file-name {
  width: auto;
}
.pdf a > .download div.info .file-name {
  width: auto;
}
@media (min-width: 769px) {
  .pdf a span.file-name:nth-child(2) {
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
  }
  .pdf a span.file-name + .file-name {
    margin-left: 8px;
  }
}
@media (max-width: 769px) {
  .pdf a > div.info {
    flex-direction: column;
  }
}
.pdf a span.file-name {
  color: #2d2d2d;
}
.pdf a span.file-name .label {
  color: #2d2d2d;
  font-family: 'BarlowMedium', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.pdf a:hover .name {
  text-decoration: underline;
  color: #2a79c4;
}
.pagination {
  border-top: 0px;
}
.label {
  line-height: 1.3;
}
.number {
  color: #999;
  font-size: 14px;
}
.filter-category .category-options {
  max-height: 157px;
}
body .ra-global-nav-v2__main-header {
  z-index: 1000;
}
.tabwrapper .label {
  display: flex;
}
.tabwrapper a:hover .label,
.tabwrapper a:focus .label,
.tabwrapper a:active .label {
  color: #2d2d2d;
}
.tabwrapper .active .label {
  color: #2d2d2d;
}
.filter__tooltip {
  margin-left: 5px;
  cursor: pointer;
  width: 13px;
}
.filter__tooltip svg {
  fill: #999;
  height: 0.8em;
  overflow: visible;
}
.filter__tooltip-content {
  font-size: 14px;
  font-family: 'BarlowRegular', Arial, Helvetica Neue, Helvetica, sans-serif;
  background: #fff;
  color: #2d2d2d;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
  left: 30px;
  top: 0px;
  padding: 16px;
}
.filter__tooltip-content.single-line {
  top: -14px;
}
.filter__tooltip-content.single-line svg {
  top: 37%;
}
.filter__tooltip-content.double-line {
  top: -23px;
}
.filter__tooltip-content.double-line svg {
  top: 40%;
}
.filter__tooltip-content svg {
  left: -6px;
  position: absolute;
  top: 5px;
  filter: drop-shadow(-0.2rem 0rem 0.8rem);
}
.filter__tooltip-content::before {
  content: '';
  position: absolute;
  bottom: 0;
  top: calc(50% - 10px);
  left: -8px;
  box-sizing: border-box;
  width: 9px;
  height: 18px;
  background-color: #fff;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  filter: drop-shadow(-0.2rem 0rem 0.8rem);
}
@media (max-width: 562px) {
  .tabwrapper .tabs {
    overflow-y: scroll;
  }
  .tabwrapper .tabs ol li {
    min-width: fit-content;
  }
  .filter__tooltip-content {
    display: none;
  }
  .filter__tooltip:hover .filter__tooltip-content {
    display: unset;
  }
}
.helper-box .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.helper-box .title {
  font-family: 'BarlowBold', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.helper-box .description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.helper-box * {
  color: #fff;
}
.helper-box .-primary {
  background-color: #fff;
  color: #2a79c4;
  border-color: #fff;
  margin-top: 6px;
  transform: none;
  font-family: 'BarlowMedium', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.helper-box .-primary:hover {
  background-color: #efefef;
  border-color: #efefef;
}
.pdf .helper-box {
  min-height: 96px;
}
.pdf .helper-box .wrapper .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  gap: 16px;
}
.pdf .helper-box .title {
  margin-bottom: 0px;
}
.pdf .helper-box .wrapper {
  padding: 0px;
}
.help-left {
  margin-top: 30px;
}
.help-left .text {
  margin-bottom: 10px;
  margin-top: 10px;
}
.help-left .a-button {
  transform: none;
}
.pdf a {
  min-height: 4rem;
}
@media (max-width: 1023px) {
  .filter-item {
    min-height: 4rem;
  }
}
/* */
.product {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.1s all ease;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
.helper-box {
  min-height: 370px;
  justify-content: center;
  border: 0px;
  background: linear-gradient(111deg, #00aeef 7.44%, #003e7e 93.59%);
}
.button-size-xl a {
  padding: 10px 20px;
}
.filter-button a {
  color: #fff;
}
.search-result {
  padding: 25px 40px;
}
.search-result .loading {
  background-color: #E1EBF4;
  opacity: 0.75;
  position: relative;
  overflow: hidden;
}
.search-result .loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, #E1EBF400, #C5DBEE, #E1EBF400);
  animation: moveGradient 2s infinite linear;
}
@keyframes moveGradient {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 30%);
  }
}
@media (max-width: 1023px) {
  .search-result {
    padding: 25px 1.25rem;
  }
}
.search-result-header {
  display: flex;
  flex-direction: column;
}
.search-term {
  font-size: 24px;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-bottom: 20px;
}
.all-results .documentation {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-in-display {
  font-family: "BarlowBold";
}
.checkbox-hidden::before,
.checkbox-hidden:checked {
  display: none;
}
.pagination-number {
  height: 40px;
  width: 40px;
  margin-right: 8px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ccc;
}
.filter__results-sort-text {
  font-family: 'BarlowBold';
}
@media (max-width: 1023px) {
  .sort-results > .filter__results-sort-options {
    display: none;
  }
}
.loading-results-container {
  padding-top: 41px;
  margin-top: 0px;
  overflow: hidden;
}
.loading-results-container.load-all-results {
  flex-direction: column;
  max-width: 781px;
}
.loading-results-container .documentation-wrapper {
  margin-top: 2px;
  padding-bottom: 20px;
}
.eight-pixel-margin-top {
  margin-top: 8px;
}
.loading-totals {
  display: flex;
  gap: 4px;
}
.product .details .loading:not(:last-of-type),
.documentation-wrapper .loading:not(:last-of-type) {
  margin-bottom: 8px;
}
.loading-results-container .filter-left {
  width: unset;
  max-width: 280px;
}
.loading-results-container .filter-left .width-151 {
  max-width: 151px;
}
.loading-filters {
  margin-top: 16px;
}
.loading-filter-title {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}
.loading-filter-item {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.loading.image {
  margin: 32px 0;
  min-width: 183px;
}
.loading-filter-right {
  width: 100%;
}
.loading-filter-right .pdf .download {
  flex-direction: row;
  justify-content: unset;
  gap: 16px;
  align-items: center;
  margin: 20px 0;
}
.loading-icon {
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.loading-document-content {
  flex: 1;
}
.loading-document-content .loading.name {
  max-width: 417px;
  margin-bottom: 8px;
}
.loading-document-content .info {
  display: flex;
  justify-content: space-between;
}
.loading-document-content .info .file-name {
  max-width: 200px;
}
.download .name {
  font-size: 18px;
  line-height: 1.5rem;
}
.download .file-name,
.download .info {
  font-size: 16px;
  line-height: 1.375rem;
}
.ai-summary__container {
  display: flex;
  gap: 32px;
  margin-bottom: 46px;
}
.ai-summary__overview {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 24px;
  background-color: #FAFAFA;
  height: fit-content;
  flex-basis: 100%;
}
.ai-summary__overview-header {
  display: flex;
  gap: 4px;
  align-items: center;
}
.ai-summary__overview-header-icon {
  height: 20px;
  width: 20px;
}
.ai-summary__overview-header-title {
  font-size: 18px;
  line-height: 24px;
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  background: linear-gradient(90deg, #770056 0%, #F58025 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ai-summary__overview-content-text {
  color: #000000;
  font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.ai-summary__overview-content-text-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-height: 144px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  mask-image: linear-gradient(180deg, #000000, rgba(0, 0, 0, 0));
  mask-size: 100%;
  mask-repeat: no-repeat;
  transition: max-height 0.3s ease-in-out;
}
.ai-summary__overview-content-text-container.active {
  max-height: calc(var(--max-height) + 10px);
  mask-image: none;
}
.ai-summary__overview-content-show-more {
  display: none;
  position: relative;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  z-index: 3;
}
.ai-summary__overview-content-show-more-text {
  font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #2A79C4;
}
.ai-summary__overview-content-show-more span,
.ai-summary__overview-content-show-more svg {
  height: 18px;
  width: 18px;
  max-height: 18px;
  max-width: 18px;
  fill: #2A79C4;
}
.ai-summary__overview-content-show-more.active {
  display: flex;
}
.ai-summary__overview-content-show-more:hover .ai-summary__overview-text {
  color: #005DB4;
}
.ai-summary__overview-content-show-more:hover span,
.ai-summary__overview-content-show-more:hover svg {
  fill: #005DB4;
}
.ai-summary__overview-content.content-loading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ai-summary__overview-content-gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 24px;
  overflow: hidden;
}
.ai-summary__overview-content-gradient-background-svg-1 {
  position: absolute;
  left: -10%;
  top: -50px;
  width: 398px;
  height: 387px;
  aspect-ratio: 1.02842377;
  background: linear-gradient(52deg, rgba(81, 167, 255, 0.12) 35%, rgba(255, 0, 94, 0.12) 66.71%);
  opacity: 0.8;
  filter: blur(69.16500092px);
}
.ai-summary__overview-content-gradient-background-svg-2 {
  position: absolute;
  right: 10%;
  bottom: -75px;
  width: 333.504px;
  height: 324.333px;
  transform: rotate(88.885deg);
  aspect-ratio: 1.02827367;
  background: linear-gradient(52deg, rgba(81, 167, 255, 0.12) 35%, rgba(255, 0, 94, 0.12) 66.71%);
  opacity: 0.8;
  filter: blur(69.16500092px);
}
.ai-summary__overview-legal-text {
  color: #000000;
  font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  border-top: 1px solid #E5E6E9;
  padding-top: 8px;
  z-index: 1;
}
.ai-summary__overview-legal-text a {
  display: inline;
  color: #2A79C4;
  font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
.ai-summary__related-links {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 24px;
  background-color: #FAFAFA;
  height: fit-content;
  flex-basis: 50%;
  max-width: 275px;
}
@media only screen and (max-width: 48em) {
  .ai-summary__related-links {
    display: none;
  }
}
.ai-summary__related-links-title {
  font-size: 14px;
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 18px;
  color: #000000;
}
.ai-summary__related-links-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
}
.ai-summary__related-links-list a {
  color: #2A79C4;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.ai-summary__related-links-list a:hover {
  color: #005DB4;
}
.ai-summary__related-links-loader {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ai-summary__related-links-gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  z-index: 0;
}
.ai-summary__related-links-gradient-background-svg-1 {
  position: absolute;
  right: -16.928px;
  bottom: -201px;
  width: 251.928px;
  height: 245px;
  aspect-ratio: 1.02828571;
  background: linear-gradient(52deg, rgba(81, 167, 255, 0.12) 35%, rgba(255, 0, 94, 0.12) 66.71%);
  filter: blur(69.16500092px);
}
.ai-summary__related-links-mobile {
  position: relative;
  display: none;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 48em) {
  .ai-summary__related-links-mobile {
    display: flex;
  }
}

