html {
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 48px;
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: min(300px, 100%);
}
@media (max-width: 767.98px) {
  #logo img {
    max-width: min(220px, 100%);
  }
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer.abspatial-site-footer {
  flex-shrink: 0;
  width: 100%;
  padding: 26px 0 0;
  background: #252525;
  border-top: 1px solid #3a3a3a;
  color: #d8d8d8;
}
footer.abspatial-site-footer a {
  color: #cfcfcf;
  text-decoration: none;
}
footer.abspatial-site-footer a:hover {
  color: #ffffff;
}
.abspatial-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(4, minmax(128px, 0.75fr));
  gap: 32px;
  align-items: start;
  padding-bottom: 34px;
}
.abspatial-footer-brand img {
  display: block;
  width: auto;
  max-width: 280px;
  max-height: 100px;
  object-fit: contain;
}
.abspatial-footer-brand p {
  margin: 16px 0 0;
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1.65;
  max-width: 310px;
}
.abspatial-footer-brand-contact {
  display: grid;
  gap: 7px;
  margin-top: 16px;
}
.abspatial-footer-brand-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.45;
}
.abspatial-footer-brand-contact a i {
  width: 15px;
  color: #74bec6;
  font-size: 12px;
  text-align: center;
}
.abspatial-footer-brand-contact a:hover,
.abspatial-footer-brand-contact a:hover i {
  color: #ffffff;
}
.abspatial-footer-column h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin: 4px 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.abspatial-footer-column ul {
  margin: 0;
  display: grid;
  gap: 8px;
}
.abspatial-footer-column li,
.abspatial-footer-column a,
.abspatial-footer-column span {
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.45;
}
.abspatial-footer-bottom-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid #555;
}
.abspatial-footer-bottom-row p {
  flex: 0 0 auto;
  margin: 0;
  color: #c6c6c6;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}
.abspatial-footer-bottom-row nav {
  display: inline-flex !important;
  flex: 0 0 auto;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-left: auto;
  gap: 0 8px;
  text-align: right;
  line-height: 1.4;
  white-space: nowrap;
}
.abspatial-footer-bottom-row nav a,
.abspatial-footer-bottom-row nav span {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
}
.abspatial-footer-policy-separator {
  color: #8f8f8f;
}
@media (max-width: 991.98px) {
  .abspatial-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .abspatial-footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767.98px) {
  .abspatial-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .abspatial-footer-brand img {
    max-width: 240px;
    max-height: 88px;
  }
  .abspatial-footer-bottom-row {
    gap: 12px;
    overflow-x: auto;
  }
  .abspatial-footer-bottom-row p,
  .abspatial-footer-bottom-row nav,
  .abspatial-footer-bottom-row nav a,
  .abspatial-footer-bottom-row nav span {
    font-size: 12px;
  }
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}


/* AbSpatial Labs local information pages */
.abs-info-page {
  max-width: 980px;
  color: #435368;
  line-height: 1.65;
}
.abs-info-page h2 {
  color: #12263f;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.abs-info-page h3 {
  color: #17314f;
  font-size: 22px;
  margin: 28px 0 10px;
}
.abs-info-page section {
  border-top: 1px solid #dce5ee;
  padding-top: 18px;
  margin-top: 20px;
}
.abs-info-page ul {
  margin: 12px 0 0 20px;
}
.abs-info-page li {
  margin: 7px 0;
}
.abs-info-page a {
  color: #163a63;
  font-weight: 700;
}


/* AbSpatial Labs embedded map */
.abs-map-card {
  width: 100%;
  border: 1px solid #dce5ee;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f7fb;
  box-shadow: 0 6px 18px rgba(11, 35, 64, 0.045);
}
.abs-map-card iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}
@media (max-width: 768px) {
  .abs-map-card iframe {
    height: 280px;
  }
}

/* AbSpatial combined contact page */
#information-contact .breadcrumb {
  margin-bottom: 18px;
}

.abs-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.abs-contact-hero-copy,
.abs-contact-direct,
.abs-contact-help,
.abs-contact-form-shell,
.abs-contact-side-panel {
  border: 1px solid #dbe5e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(27, 52, 64, 0.07);
}

.abs-contact-hero-copy {
  padding: 34px;
  background: linear-gradient(135deg, #f5fafb 0%, #ffffff 64%);
}

.abs-contact-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #166064;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.abs-contact-hero h1 {
  margin: 0 0 14px;
  color: #1b3440;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.abs-contact-hero p,
.abs-contact-help p,
.abs-contact-side-panel p {
  color: #536a74;
  line-height: 1.65;
}

.abs-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}


.abs-contact-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
  padding: 26px;
  border: 1px solid #dbe5e7;
  border-left: 4px solid #166064;
  border-radius: 8px;
  background: #f8fbfb;
}

.abs-contact-summary h2 {
  margin: 0 0 10px;
  color: #1b3440;
  font-size: 26px;
}

.abs-contact-summary p {
  margin: 0;
  color: #536a74;
  line-height: 1.65;
}

.abs-contact-summary ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #344b55;
}

.abs-contact-direct {
  padding: 24px;
}

.abs-contact-direct h2,
.abs-contact-form-intro h2,
.abs-contact-side-panel h2,
.abs-contact-section-head h2 {
  margin: 0 0 10px;
  color: #1b3440;
  font-size: 24px;
}

.abs-contact-direct ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.abs-contact-direct li {
  display: grid;
  gap: 4px;
}

.abs-contact-direct strong {
  color: #1b3440;
}

.abs-contact-direct a,
.abs-contact-direct span {
  color: #166064;
  overflow-wrap: anywhere;
}

.abs-contact-help {
  padding: 26px;
  margin-bottom: 28px;
}

.abs-contact-section-head {
  max-width: 780px;
  margin-bottom: 20px;
}

.abs-contact-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.abs-contact-help-grid article {
  min-height: 100%;
  padding: 18px;
  border: 1px solid #e1eaec;
  border-radius: 8px;
  background: #f9fbfb;
}

.abs-contact-help-grid i {
  color: #166064;
  font-size: 22px;
  margin-bottom: 12px;
}

.abs-contact-help-grid h3 {
  margin: 0 0 8px;
  color: #1b3440;
  font-size: 18px;
}

.abs-contact-help-grid p {
  margin: 0;
}

.abs-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
  gap: 24px;
  margin-bottom: 30px;
}

.abs-contact-form-shell,
.abs-contact-side-panel {
  padding: 26px;
}

.abs-contact-form-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.abs-contact-form-shell label {
  color: #344b55;
  font-size: 13px;
  font-weight: 600;
}

.abs-contact-side-panel .abs-map-card {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .abs-contact-hero,
  .abs-contact-summary,
  .abs-contact-main,
  .abs-contact-help-grid {
    grid-template-columns: 1fr;
  }

  .abs-contact-hero-copy,
  .abs-contact-direct,
  .abs-contact-help,
  .abs-contact-form-shell,
  .abs-contact-side-panel {
    padding: 22px;
  }
}

/* AbSpatial information page visual banner */
.ab-info-page #content > .ab-info-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 0;
  align-items: stretch;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid #dce5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(14, 42, 70, 0.07);
}
.ab-info-visual .ab-info-copy {
  min-height: 220px;
  padding: 30px 34px;
  background: linear-gradient(135deg, #f7fbfd 0%, #edf5fa 100%);
}
.ab-info-visual .ab-info-copy span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #415d7a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ab-info-visual .ab-info-copy span::before {
  content: '';
  width: 24px;
  height: 2px;
  background: #167a7f;
}
.ab-info-visual h1 {
  margin: 0;
  color: #12263f;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}
.ab-info-visual p {
  margin: 14px 0 0;
  color: #435368;
  font-size: 16px;
  line-height: 1.6;
}
.ab-info-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 260px;
  object-fit: cover;
  object-position: center;
  background: #f0f4f8;
}
@media (max-width: 767.98px) {
  .ab-info-page #content > .ab-info-visual {
    grid-template-columns: 1fr;
  }
  .ab-info-visual .ab-info-copy {
    min-height: auto;
    padding: 24px;
  }
  .ab-info-visual h1 {
    font-size: 27px;
  }
  .ab-info-visual img {
    min-height: 170px;
    max-height: 210px;
  }
}

/* Wide banner treatment for custom FISH/probe pages */
.ab-info-page #content > .ab-info-visual-banner {
  grid-template-columns: 1fr;
  align-items: start;
}
.ab-info-visual-banner .ab-info-copy {
  min-height: auto;
  padding: 24px 30px 22px;
}
.ab-info-visual-banner img {
  grid-row: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: initial;
  object-position: center;
  background: transparent;
}
.ab-info-visual-banner .ab-info-copy {
  grid-row: 2;
}
@media (max-width: 767.98px) {
  .ab-info-visual-banner img {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

/* Subtle motion for service page banner images */
.ab-info-page #content > .ab-info-visual-banner {
  overflow: hidden;
}
.ab-info-visual-banner img {
  transform-origin: center center;
  animation: abBannerImageDrift 10s ease-in-out infinite alternate;
  will-change: transform;
}
.ab-info-visual-banner:hover img {
  animation-play-state: paused;
}
@keyframes abBannerImageDrift {
  0% { transform: scale(1.06) translateX(-2.4%); }
  100% { transform: scale(1.06) translateX(2.4%); }
}
@media (prefers-reduced-motion: reduce) {
  .ab-info-visual-banner img {
    animation: none;
    transform: none;
  }
}

/* AbSpatial readable text scale */
body {
  font-size: 15px;
  line-height: 1.58;
}
#content {
  font-size: 15px;
  line-height: 1.62;
}
#content p,
#content li,
#content td,
#content th {
  font-size: 15px;
  line-height: 1.62;
}
#content .product-thumb p,
#content .product-thumb li,
#content .table td,
#content .table th {
  font-size: 14px;
}
#content h1 {
  font-size: clamp(27px, 2.45vw, 35px);
  line-height: 1.18;
}
#content h2 {
  font-size: clamp(23px, 1.95vw, 29px);
  line-height: 1.25;
}
#content h3 {
  font-size: 20px;
  line-height: 1.32;
}
.ab-info-visual .ab-info-copy span {
  font-size: 11px;
}
.ab-info-visual h1 {
  font-size: clamp(30px, 2.55vw, 38px);
}
.ab-info-visual p {
  font-size: 15px;
  line-height: 1.58;
}
@media (max-width: 767.98px) {
  body,
  #content,
  #content p,
  #content li,
  #content td,
  #content th {
    font-size: 15px;
  }
  .ab-info-visual h1 {
    font-size: 26px;
  }
  .ab-info-visual p {
    font-size: 14px;
  }
}
/* Product detail title sizing */
#product-info .abspatial-product-title-row h1 {
  font-size: clamp(20px, 1.75vw, 26px);
  line-height: 1.25;
  font-weight: 700;
}
#product-info .abspatial-product-title-row {
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  #product-info .abspatial-product-title-row h1 {
    font-size: 19px;
  }
}
/* Product detail price sizing */
#product-info .price-new {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}
#product-info h2:has(.price-new) {
  margin: 7px 0 5px;
  font-size: 19px;
  line-height: 1.25;
}
#product-info .price-old {
  font-size: 15px;
}
#product-info .price-tax {
  font-size: 13px;
}
@media (max-width: 767.98px) {
  #product-info .price-new,
  #product-info h2:has(.price-new) {
    font-size: 18px;
  }
}

/* Cell/iPSC service banner image sizing */
.ab-info-page #content > .ab-info-visual-cell {
  padding-top: 0;
  background: #ffffff;
  overflow: hidden;
}
.ab-info-page #content > .ab-info-visual-cell img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}
@media (max-width: 767.98px) {
  .ab-info-page #content > .ab-info-visual-cell img {
    width: 100%;
    height: auto;
    max-height: none;
    object-position: center center;
  }
}

/* About page capability carousel */
.ab-info-about .brand-carousel,
.ab-info-about .brand-slider,
.ab-info-about .brand-strip,
.ab-info-about .logo-carousel,
.ab-info-about .logo-slider,
.ab-info-about .manufacturer-carousel,
.ab-info-about .owl-carousel,
.ab-info-about .swiper {
  display: none !important;
}
.ab-about-capabilities {
  margin: 42px 0 18px;
  padding: 34px 0 10px;
  border-top: 1px solid #e2e8f0;
  overflow: hidden;
}
.ab-about-capabilities-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.ab-about-capabilities-head span {
  display: block;
  color: #007f9f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ab-about-capabilities-head h2 {
  color: #0b2e59;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}
.ab-capability-carousel {
  position: relative;
  overflow: hidden;
  padding: 4px 0 22px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.ab-capability-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: abCapabilityRoll 42s linear infinite;
}
.ab-capability-carousel:hover .ab-capability-track {
  animation-play-state: paused;
}
.ab-capability-card {
  display: grid;
  grid-template-columns: 104px 210px;
  width: 346px;
  min-height: 118px;
  overflow: hidden;
  color: #1e293b;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dbe6ee;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(11, 46, 89, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ab-capability-card:hover {
  color: #0b2e59;
  transform: translateY(-3px);
  border-color: #40b8c8;
  box-shadow: 0 14px 30px rgba(0, 127, 159, .16);
}
.ab-capability-image {
  min-height: 118px;
  background: #eaf4f8;
}
.ab-capability-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-capability-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
}
.ab-capability-copy strong {
  color: #0b2e59;
  font-size: 16px;
  line-height: 1.22;
}
.ab-capability-copy small {
  color: #526173;
  font-size: 13px;
  line-height: 1.38;
}
@keyframes abCapabilityRoll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}
@media (max-width: 767.98px) {
  .ab-about-capabilities-head {
    display: block;
  }
  .ab-about-capabilities-head h2 {
    font-size: 23px;
  }
  .ab-capability-card {
    grid-template-columns: 92px 190px;
    width: 306px;
  }
}











/* Services page old-carousel text modules */
.ab-services-text-carousel {
  margin: 38px 0 28px;
  padding: 30px 0 24px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: transparent;
  overflow: visible;
}
.ab-services-carousel-head {
  max-width: 790px;
  margin-bottom: 18px;
}
.ab-services-carousel-head span {
  display: block;
  margin-bottom: 8px;
  color: #007f9f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ab-services-module-carousel {
  position: relative;
  padding: 0 0 38px;
  background: transparent;
}
.ab-services-module-carousel .carousel-inner {
  overflow: hidden;
  padding: 4px 38px 10px;
  background: transparent;
}
.ab-services-slide-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
}
.ab-services-module-card {
  display: grid !important;
  grid-template-rows: 142px auto !important;
  width: 258px !important;
  min-width: 258px !important;
  min-height: 286px !important;
  overflow: hidden !important;
  color: #1e293b;
  text-align: left;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dbe6ee;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(11, 46, 89, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ab-services-module-card:hover {
  color: #0b2e59;
  transform: translateY(-4px);
  border-color: #40b8c8;
  box-shadow: 0 14px 30px rgba(0, 127, 159, .16);
}
.ab-services-module-image {
  display: block !important;
  width: 100%;
  height: 142px !important;
  min-height: 142px !important;
  overflow: hidden;
  background: #eaf4f8;
}
.ab-services-module-image img {
  display: block !important;
  width: 100% !important;
  height: 142px !important;
  object-fit: cover;
  background: #eaf4f8;
}
.ab-services-module-copy {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  padding: 15px 16px 17px;
  background: #ffffff;
}
.ab-services-module-copy strong {
  display: block;
  color: #0b2e59;
  font-size: 16px;
  line-height: 1.25;
}
.ab-services-module-copy small {
  display: block;
  color: #526173;
  font-size: 13px;
  line-height: 1.42;
}
.ab-services-module-carousel .carousel-control-prev,
.ab-services-module-carousel .carousel-control-next {
  width: 30px;
  opacity: .75;
}
.ab-services-module-carousel .carousel-control-prev {
  left: 0;
}
.ab-services-module-carousel .carousel-control-next {
  right: 0;
}
.ab-services-module-carousel .carousel-control-prev:hover,
.ab-services-module-carousel .carousel-control-next:hover {
  opacity: 1;
}
.ab-services-module-carousel .carousel-control-prev-icon,
.ab-services-module-carousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  filter: invert(28%) sepia(21%) saturate(682%) hue-rotate(176deg) brightness(91%) contrast(87%);
}
.ab-services-carousel-indicators {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 0;
}
.ab-services-carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: #b9dde6;
  opacity: 1;
}
.ab-services-carousel-indicators .active {
  width: 24px;
  border-radius: 999px;
  background-color: #007f9f;
}
@media (max-width: 1199.98px) {
  .ab-services-module-card {
    width: 232px !important;
    min-width: 232px !important;
  }
}
@media (max-width: 991.98px) {
  .ab-services-slide-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .ab-services-module-carousel .carousel-inner {
    padding-left: 34px;
    padding-right: 34px;
  }
  .ab-services-module-card {
    width: 232px !important;
    min-width: 232px !important;
  }
}

/* About page research tools */
.ab-about-tools {
  margin: 34px 0 20px;
  padding: 30px 0 6px;
  border-top: 1px solid #e2e8f0;
}
.ab-about-tools-head {
  max-width: 760px;
  margin-bottom: 18px;
}
.ab-about-tools-head span {
  display: block;
  margin-bottom: 7px;
  color: #007f9f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ab-about-tools-head h2 {
  margin: 0;
  color: #0b2e59;
  font-size: 26px;
  line-height: 1.25;
}
.ab-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ab-tool-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  min-height: 118px;
  overflow: hidden;
  color: #1e293b;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dbe6ee;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(11, 46, 89, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ab-tool-card:hover {
  color: #0b2e59;
  transform: translateY(-3px);
  border-color: #40b8c8;
  box-shadow: 0 14px 30px rgba(0, 127, 159, .14);
}
.ab-tool-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  background: linear-gradient(135deg, #0b2e59, #007f9f);
}
.ab-tool-visual span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.ab-tool-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 16px;
}
.ab-tool-copy strong {
  color: #0b2e59;
  font-size: 16px;
  line-height: 1.22;
}
.ab-tool-copy small {
  color: #526173;
  font-size: 13px;
  line-height: 1.38;
}
.ab-tool-blue .ab-tool-visual { background: linear-gradient(135deg, #0b2e59, #2563eb); }
.ab-tool-cyan .ab-tool-visual { background: linear-gradient(135deg, #075985, #06b6d4); }
.ab-tool-navy .ab-tool-visual { background: linear-gradient(135deg, #111827, #0b2e59); }
.ab-tool-green .ab-tool-visual { background: linear-gradient(135deg, #14532d, #0f766e); }
.ab-tool-slate .ab-tool-visual { background: linear-gradient(135deg, #334155, #64748b); }
@media (max-width: 991.98px) {
  .ab-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .ab-tool-grid { grid-template-columns: 1fr; }
  .ab-about-tools-head h2 { font-size: 22px; }
}

/* Support page bottom navigation */
.ab-support-capabilities {
  margin-top: 36px;
  margin-bottom: 26px;
}
