.productList {
  background-image: linear-gradient(#00857c 210px, #fff 0%);
  padding-top: 32px;
}
.filterMain {
  position: relative;
}
.filterMain .filterIcon {
  position: absolute;
  left: 8px;
  bottom: 0px;
}
.filterMain .filterIcon:before {
  background: var(--colorPrimary);
  width: 24px;
  height: 24px;
}
.filterMain .closeIcon {
  position: absolute;
  left: 336px;
  color: var(--colorPrimary);
  width: 16px;
  height: 16px;
  bottom: 12px;
}
.filterMain input[type="search"]::-webkit-search-decoration,
.filterMain input[type="search"]::-webkit-search-cancel-button,
.filterMain input[type="search"]::-webkit-search-results-button,
.filterMain input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.borderTop {
  border-top: 1px solid #a4a4a4;
  padding-top: 0.5rem;
}
.mobileViewOnly {
  display: none;
}
.hide {
  display: none;
}
.productListingMain {
  background: #fff;
  max-width: 792px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 24px);
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 18px 0 rgba(51,51,51,0.24);
          box-shadow: 0 2px 18px 0 rgba(51,51,51,0.24);
  position: relative;
  z-index: 4;
}
.productListingMain .productWrapper {
  margin: 0;
  padding: 0;
}
.productListingMain .vivid360-button-block {
  padding: 16px 0px;
}
.productListingMain .vivid360-button-block a {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.productListingMain .vivid360-button-block a span {
  width: 16px;
  height: 16px;
  display: block;
}
.productListingMain .vivid360-button-block a span:before {
  height: 16px;
  width: 16px;
}
.productListingMain .productTitleDetails {
  padding: 24px 24px 0px 24px;
}
.productListingMain h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
}
.productListingMain .productTitle {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 24px;
}
.productListingMain #filterInput {
  background-repeat: no-repeat;
  width: 360px;
  padding: 8px 8px 8px 40px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}
.productListingMain #filterInput.focusRing:focus,
.productListingMain #filterInput.focusRing:focus-visible {
  -webkit-box-shadow: 0 0 3px 4px rgba(0,0,0,0.5) !important;
          box-shadow: 0 0 3px 4px rgba(0,0,0,0.5) !important;
}
.productListingMain li {
  list-style: none;
}
.productListingMain .filterName {
  padding: 8px 0px 8px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #333;
  display: block;
}
.productListingMain #countFilter {
  margin: 16px 0px;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  padding-bottom: 1.5rem;
  margin-bottom: 0px;
}
.productListingMain .productParent {
  padding: 0px 8px;
  margin: 0px 24px;
}
.productListingMain .productParent .productMain .firstItem .productLink >li:focus,
.productListingMain .productParent .productMain .firstItem .productLink >li:focus-visible {
  border-radius: var(--dimenBorderRadius);
  border: 2px solid transparent;
}
.productListingMain .productParent .productMain .firstItem .productLink >li a:focus,
.productListingMain .productParent .productMain .firstItem .productLink >li a:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.productListingMain .productParent .productMain .firstItem .brandNamestyle:focus,
.productListingMain .productParent .productMain .firstItem .brandNamestyle:focus-visible {
  border-radius: var(--dimenBorderRadius);
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
  border: 2px solid transparent;
  outline: none;
}
.productListingMain .productParent .productMain .firstItem .brandNamestyle a[href=""] {
  color: #333;
  text-decoration: none;
}
.productListingMain .productParent .productMain .firstItem .brandNamestyle a[href=""]:focus,
.productListingMain .productParent .productMain .firstItem .brandNamestyle a[href=""]:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.productListingMain .productParent .productMain .firstItem .brandNamestyle a[href]:not([href=""]) {
  color: var(--colorPrimary);
  text-decoration: underline;
}
.productListingMain .productParent .productMain .firstItem .brandNamestyle a[href]:not([href=""]):hover {
  text-decoration: none;
}
.productListingMain .productParent .productMain .firstItem .productKeyWord {
  display: none;
}
.productListingMain .productParent:hover,
.productListingMain .productParent:active {
  border-left: 8px solid var(--hoverBorderColor);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px 6px rgba(51,51,51,0.24);
          box-shadow: 0 0 9px 6px rgba(51,51,51,0.24);
  background-color: #fff;
  border-top: 0px;
  margin: 0 -10px;
  padding: 0 10px;
}
.productListingMain .productParent:hover .productMain .firstItem .brandNamestyle a[href=""],
.productListingMain .productParent:active .productMain .firstItem .brandNamestyle a[href=""] {
  color: var(--hoverColor);
}
.productListingMain .productParent:hover .productMain .firstItem .brandNamestyle a[href]:not([href=""]),
.productListingMain .productParent:active .productMain .firstItem .brandNamestyle a[href]:not([href=""]) {
  color: var(--hoverColor);
}
.productListingMain .productParent:hover .productMain .firstItem .productLink a[href=""],
.productListingMain .productParent:active .productMain .firstItem .productLink a[href=""] {
  color: #333;
}
.productListingMain .productParent:hover .productMain .firstItem .productLink a[href]:not([href=""]),
.productListingMain .productParent:active .productMain .firstItem .productLink a[href]:not([href=""]) {
  color: #333;
}
.productListingMain .productParent:hover .firstItem .genericNamestyle,
.productListingMain .productParent:active .firstItem .genericNamestyle,
.productListingMain .productParent:hover .firstItem ul,
.productListingMain .productParent:active .firstItem ul {
  margin-right: 10px;
}
.productListingMain .productParent:hover .thirdItem .warningNamestyle,
.productListingMain .productParent:active .thirdItem .warningNamestyle {
  margin-right: 10px;
}
.productListingMain .productMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.productListingMain .productMain .firstItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productListingMain .productMain .d-none {
  display: none;
}
.productListingMain .productMain .firstItem .brandNamestyle {
  font-size: 20px;
  line-height: 30px;
}
.productListingMain .productMain .firstItem .brandNamestyle h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.productListingMain .productMain .firstItem .brandNamestyle h2 a {
  color: #333;
  text-decoration: none;
}
.productListingMain .productMain .firstItem .genericNamestyle {
  font-size: 14px;
  line-height: 21px;
  color: #333;
}
.productListingMain .productMain .firstItem .linksStyle {
  font-size: 16px;
  line-height: 24px;
  color: var(--colorPrimary);
}
.productListingMain .productMain .firstItem ul {
  padding: 0;
  margin-top: 4px;
  margin-bottom: 0;
}
.productListingMain .productMain .firstItem ul li {
  display: inline-block;
}
.productListingMain .productMain .firstItem ul li:not(:last-child) {
  margin: 0 8px 0 0;
}
.productListingMain .productMain .firstItem ul li:last-child {
  margin: 0;
}
.productListingMain .productMain .secondItem {
  width: 264px;
}
.productListingMain .productMain .secondItem .patientInfostyle {
  padding: 0;
  margin: 0 0;
}
.productListingMain .productMain .secondItem .patientInfostyle >li:focus,
.productListingMain .productMain .secondItem .patientInfostyle >li:focus-visible {
  border-radius: var(--dimenBorderRadius);
  border: 2px solid transparent;
}
.productListingMain .productMain .secondItem .patientInfostyle >li a:focus,
.productListingMain .productMain .secondItem .patientInfostyle >li a:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list >li:focus,
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list >li:focus-visible {
  border-radius: var(--dimenBorderRadius);
  border: 2px solid transparent;
}
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list >li a:focus,
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list >li a:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.productListingMain .productMain .secondItem .patientInfostyle li {
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
}
.productListingMain .productMain .secondItem .patientInfostyle li:before {
  margin-right: 0.5rem;
  vertical-align: middle;
}
.productListingMain .productMain .secondItem .patientInfostyle li:not(:last-child) {
  margin: 0 0 4px 0;
}
.productListingMain .productMain .secondItem .patientInfostyle li:last-child {
  margin: 0;
}
.productListingMain .productMain .secondItem .patientInfostyle li a {
  color: #333;
}
.productListingMain .productMain .secondItem .patientInfostyle .dualbrandDropdown {
  position: relative;
}
.productListingMain .productMain .secondItem .patientInfostyle .dualbrandDropdown.iconAngleDown:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/wp-content/themes/cex-wpvip-mhh-merck-vivid360-theme/images/angle-single-down.svg");
          mask-image: url("/wp-content/themes/cex-wpvip-mhh-merck-vivid360-theme/images/angle-single-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #333;
  margin-left: 8px;
  vertical-align: middle;
}
.productListingMain .productMain .secondItem .patientInfostyle .dualbrandDropdown.iconAngleUp:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/wp-content/themes/cex-wpvip-mhh-merck-vivid360-theme/images/angle-single-up.svg");
          mask-image: url("/wp-content/themes/cex-wpvip-mhh-merck-vivid360-theme/images/angle-single-up.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #333;
  margin-left: 8px;
  vertical-align: middle;
}
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 1px 14px 0px rgba(0,0,0,0.1), 0px 5px 8px 0px rgba(0,0,0,0.1), 0px 3px 5px 0px rgba(0,0,0,0.1);
          box-shadow: 0px 1px 14px 0px rgba(0,0,0,0.1), 0px 5px 8px 0px rgba(0,0,0,0.1), 0px 3px 5px 0px rgba(0,0,0,0.1);
  list-style: none;
  padding: 12px;
  margin: 0;
  z-index: 200;
  width: 264px;
}
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li {
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li:not(:last-child) {
  margin-bottom: 16px;
}
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li a {
  color: var(--colorPrimary);
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li a:hover {
  color: var(--colorPrimaryDark);
  text-decoration: none;
}
.productListingMain .thirdItem .warningNamestyle {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding-bottom: 16px;
  margin: 0;
}
.productListingMain span:empty,
.productListingMain li:empty,
.productListingMain p:empty,
.productListingMain ul:empty,
.productListingMain div:empty,
.productListingMain a:empty {
  display: none;
}
/* 
Consistent margin applied throughout (no shift on hover)
Padding remains consistent in normal and on hover states
Removed left border since we use ::before for hover effect
positioning of ::after pseduo element has been modified on hover state to match the layout
*/
.productList.newAnimation .productListingMain .productParent {
  position: relative;
  border-top: 1px solid #e4e4e4;
  margin: 0 24px;
  padding: 0 8px;
  -webkit-box-shadow: 0 0 0 rgba(51,51,51,0);
          box-shadow: 0 0 0 rgba(51,51,51,0); /* No shadow initially */
  background: transparent;
  -webkit-transition: background 150ms ease-out, -webkit-box-shadow 150ms ease-out;
  transition: background 150ms ease-out, -webkit-box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out, background 150ms ease-out;
  transition: box-shadow 150ms ease-out, background 150ms ease-out, -webkit-box-shadow 150ms ease-out;
}
.productList.newAnimation .productListingMain .productParent:hover {
  border-radius: 5px;
  border-left: 0;
  padding: 0 8px;
  -webkit-box-shadow: 0 2px 18px 0 rgba(51,51,51,0.24);
          box-shadow: 0 2px 18px 0 rgba(51,51,51,0.24);
  background-color: #fff;
  border-top: 1px solid transparent;
}
.productList.newAnimation .productListingMain .productParent:hover:before {
  width: 0.5rem /* Expands the width to 8px on hover */;
  border-left-color: var(--hoverBorderColor) /* Change border color on hover */;
}
.productList.newAnimation .productListingMain .productParent:hover:after {
  width: 0.5rem;
  border-right-color: #fff;
  right: 0;
}
.productList.newAnimation .productListingMain .productParent:hover .firstItem .genericNamestyle,
.productList.newAnimation .productListingMain .productParent:hover .firstItem ul {
  margin-right: 0px;
}
.productList.newAnimation .productListingMain .productParent:hover .thirdItem .warningNamestyle {
  margin-right: 0px;
}
.productList.newAnimation .productListingMain .productParent:before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  height: 100%;
  width: 0.5rem /* Start with zero width */;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 0.5rem solid transparent;
  min-width: 0.5rem;
  max-width: 0.5rem;
  -webkit-transition: width 150ms ease-out, border-left-color 150ms ease-out;
  transition: width 150ms ease-out, border-left-color 150ms ease-out;
  z-index: 1 /* Ensures it stays on top */;
}
.productList.newAnimation .productListingMain .productParent:after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  height: 100%;
  min-width: 0.5rem;
  max-width: 0.5rem;
  width: 0.5rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 0.5rem solid transparent;
  -webkit-transition: width 150ms ease-out, border-right-color 150ms ease-out;
  transition: width 150ms ease-out, border-right-color 150ms ease-out;
  z-index: 1;
}
.productList.enabled-new-dropdown-states .productListingMain.normalPageProductList {
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.productList.enabled-new-dropdown-states .productListingMain.homePageProductList {
  padding-bottom: 8px;
}
.productList.enabled-new-dropdown-states .productListingMain .productTitle {
  margin-bottom: 8px;
}
.productList.enabled-new-dropdown-states .productListingMain .filterName {
  padding: 16px 0 8px;
}
.productList.enabled-new-dropdown-states .productListingMain .filterMain {
  position: relative;
}
.productList.enabled-new-dropdown-states .productListingMain .filterMain .filterIcon {
  position: absolute;
  left: 12px;
  bottom: 13px;
  height: 16px;
}
.productList.enabled-new-dropdown-states .productListingMain .filterMain .filterIcon:before {
  background: var(--colorPrimary);
  width: 16px;
  height: 16px;
}
.productList.enabled-new-dropdown-states .productListingMain .filterMain #filterInput {
  border: 1px solid var(--colorPrimary);
  padding: 9.5px 12px 9.5px 36px;
  line-height: 21px;
  width: 249px;
}
.productList.enabled-new-dropdown-states .productListingMain .filterMain #filterInput.focusRing:focus,
.productList.enabled-new-dropdown-states .productListingMain .filterMain #filterInput.focusRing:focus-visible {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.productList.enabled-new-dropdown-states .productListingMain .filterMain .closeIcon {
  left: 223px;
}
.productList.enabled-new-dropdown-states .productListingMain .filterMain .closeIcon:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.productList.enabled-new-dropdown-states .productListingMain #countFilter {
  margin-top: 8px;
  padding-bottom: 16px;
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle > li:before {
  background-color: var(--colorPrimary);
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle > li:hover {
  text-decoration: none;
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle > li a {
  color: var(--colorPrimary);
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle > li a:hover {
  text-decoration: none;
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dualbrandDropdown.iconAngleDown:after,
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dualbrandDropdown.iconAngleUp:after {
  background-color: var(--colorPrimary);
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dualbrandDropdown.iconAngleDown:focus,
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dualbrandDropdown.iconAngleUp:focus {
  border: none;
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dropdown-list {
  padding: 6px 0;
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li {
  padding: 6px 12px 7px;
  margin-bottom: 3px;
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li:last-child {
  padding: 6px 12px 6px;
  margin-bottom: 0;
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li:focus,
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li:active {
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li:hover {
  text-decoration: underline;
  color: var(--colorPrimary);
}
.productList.enabled-new-dropdown-states .productListingMain .productMain .secondItem .patientInfostyle .dropdown-list li a:hover {
  text-decoration: underline;
  color: var(--colorPrimary);
}
.productList.enabled-new-dropdown-states .productListingMain .productParent {
  padding: 0px 8px 0 16px;
  position: relative;
}
.productList.enabled-new-dropdown-states .productListingMain .productParent:hover,
.productList.enabled-new-dropdown-states .productListingMain .productParent:active {
  border-left: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 18px 0px rgba(51,51,51,0.24);
          box-shadow: 0 2px 18px 0px rgba(51,51,51,0.24);
  background-color: #fff;
  border-top: 1px solid transparent;
  padding: 0 8px 0 16px;
}
.productList.enabled-new-dropdown-states .productListingMain .productParent:hover .firstItem .genericNamestyle,
.productList.enabled-new-dropdown-states .productListingMain .productParent:active .firstItem .genericNamestyle,
.productList.enabled-new-dropdown-states .productListingMain .productParent:hover .firstItem ul,
.productList.enabled-new-dropdown-states .productListingMain .productParent:active .firstItem ul {
  margin-right: 0;
}
.productList.enabled-new-dropdown-states .productListingMain .productParent:hover .thirdItem .warningNamestyle,
.productList.enabled-new-dropdown-states .productListingMain .productParent:active .thirdItem .warningNamestyle {
  margin-right: 0;
}
.productList.enabled-new-dropdown-states .productListingMain .productParent:hover:before,
.productList.enabled-new-dropdown-states .productListingMain .productParent:active:before {
  background-color: var(--hoverBorderColor);
}
.productList.enabled-new-dropdown-states .productListingMain .productParent:last-child {
  border-bottom: 1px solid #a4a4a4;
}
.productList.enabled-new-dropdown-states .productListingMain .productParent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: transparent;
  border-radius: 5px 0 0 5px;
}
.productList.enabled-new-dropdown-states .productListingMain:not(.homePageProductList) .productParent:hover,
.productList.enabled-new-dropdown-states .productListingMain:not(.homePageProductList) .productParent:active {
  margin: 0 24px;
}
@media (max-width: 767.5px) {
  .mobileViewOnly {
    display: block;
  }
  .mobileHide {
    display: none;
  }
  .productListingMain #countFilter {
    padding-bottom: 1rem;
  }
  .productListingMain .productMain {
    display: block;
  }
  .productListingMain .productMain .firstItem {
    min-width: unset;
    max-width: unset;
  }
  .productListingMain .productMain .firstItem .secondItem {
    margin-top: 1.5rem;
  }
  .productListingMain .productTitle {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .productList.enabled-new-dropdown-states .productListingMain.normalPageProductList {
    width: calc(100% - 32px);
    margin: 0 16px 32px;
    padding-bottom: 16px;
  }
  .productList.enabled-new-dropdown-states .productListingMain.normalPageProductList .productTitleDetails {
    padding: 16px 8px 0px 8px;
  }
  .productList.enabled-new-dropdown-states .productListingMain.normalPageProductList .productWrapper .productParent {
    margin: 0 8px;
  }
  .productList.enabled-new-dropdown-states .productListingMain .filterMain #filterInput {
    width: 100%;
  }
  .productList.enabled-new-dropdown-states .productListingMain .filterMain .closeIcon {
    right: 12px;
    left: auto;
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent {
    padding: 0px 8px 0 12px;
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: transparent;
    border-radius: 5px 0 0 5px;
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent:hover:before,
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent:focus:before,
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent:active:before {
    background-color: var(--hoverBorderColor);
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent .secondItem {
    margin-top: 24px;
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent .secondItem .patientInfostyle .dualbrandDropdown.iconAngleDown a,
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent .secondItem .patientInfostyle .dualbrandDropdown.iconAngleUp a {
    text-decoration: underline;
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent .secondItem .patientInfostyle .dropdown-list {
    max-width: 318px;
    width: 100%;
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent .secondItem .patientInfostyle .dropdown-list li:active,
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent .secondItem .patientInfostyle .dropdown-list li:focus {
    text-decoration: none;
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent .secondItem .patientInfostyle .dropdown-list li a:active,
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent .secondItem .patientInfostyle .dropdown-list li a:focus {
    text-decoration: none;
  }
  .productList.enabled-new-dropdown-states .productListingMain .productWrapper .productParent:last-child {
    border-bottom: none;
  }
  .productList.enabled-new-dropdown-states.homePageProductListing .productListingMain #countFilter {
    padding-bottom: 16px;
  }
  .productList.enabled-new-dropdown-states.homePageProductListing .productListingMain #countFilter.zeroResults {
    padding-bottom: 0;
  }
  .productList.enabled-new-dropdown-states.homePageProductListing .productListingMain:has(#countFilter.zeroResults) .vivid360-button-block,
  .productList.enabled-new-dropdown-states.homePageProductListing .productListingMain:has(#countFilter.mobileHide) .vivid360-button-block {
    border-top: none;
  }
  .productList.enabled-new-dropdown-states.homePageProductListing .productListingMain.homePageProductList {
    padding-bottom: 0;
    padding-top: 8px;
  }
  .productList.enabled-new-dropdown-states.homePageProductListing .vivid360-button-block {
    padding: 16px 0px 8px;
    border-top: 1px solid #a4a4a4;
  }
}
@media (max-width: 426px) {
  .productListingMain .productTitle {
    margin-bottom: 16px;
  }
  .productMain .firstItem .genericNamestyle {
    margin-bottom: 0;
  }
  .productList {
    padding-top: 1.5rem;
  }
  .productParent {
    margin: 0px 16px;
  }
  .productListingMain .productTitleDetails {
    padding: 16px 16px 0px 16px;
  }
  .productListingMain h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 30px;
  }
  .productListingMain .productMain .firstItem .brandNamestyle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .productListingMain .productMain .firstItem .brandNamestyle h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
  }
  .productListingMain .productMain .firstItem ul li {
    display: block;
  }
  .productListingMain .productMain .firstItem ul li:not(:last-child) {
    margin: 0 0 4px 0;
  }
  .productListingMain .productMain .firstItem ul li:last-child {
    margin: 0;
  }
  .productListingMain .productMain .secondItem {
    margin-top: 1.5rem;
  }
}
/* Modal Content */
.productModal {
  display: none;
}
.product-modal-content {
  width: 100%;
  top: 50%;
  max-height: 90%;
  overflow-y: auto;
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: relative;
  max-width: 34.5rem;
  background-color: #fff;
  border-radius: var(--dimenBorderRadius);
  -webkit-box-shadow: 0 0.375rem 0.375rem 0 rgba(0,0,0,0.4);
  box-shadow: 0 0.375rem 0.375rem 0 rgba(0,0,0,0.4);
  text-align: left;
  transform: translateY(-50%);
  padding: 2rem;
}
.product-modal-content .modal-title-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.product-modal-content .modal-title-info .popup-title {
  margin-top: 0;
}
.product-modal-content .modal-title-info .icon-close {
  display: block !important;
}
.product-modal-content .modal-generic-text {
  margin-top: 8px;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.product-modal-content ul {
  padding-left: 0;
  margin: 0;
}
.product-modal-content ul li {
  padding-bottom: 1.5rem;
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}
.hide {
  display: none;
}
@media (max-width: 767px) {
  .productModal .product-modal-content {
    padding: 1rem;
    max-width: 343px;
  }
  .productModal .product-modal-content ul li {
    padding-bottom: 1rem;
    font-size: 16px;
    line-height: 24px;
  }
  .productModal .modal-title-info {
    margin-right: 2rem;
  }
}
.homePageProductListing {
  background-image: none !important;
  padding-top: 0 !important;
}
.homePageProductListingMain {
  background: none !important;
  max-width: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
