.dhls-container {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 48px
}

.dhls-container .font-medium {
  font-weight: 400;
  font-family: TWK Lausanne EDS
}

.dhls-container .\!font-medium {
  font-weight: 400 !important;
  font-family: TWK Lausanne EDS !important
}

.product-info-list-wrapper :is(.\!mb-3) {
  margin-bottom: 0.75rem !important
}

.product-info-list-wrapper :is(.mb-3) {
  margin-bottom: 0.75rem
}

.product-info-list-wrapper :is(.block) {
  display: block
}

.product-info-list-wrapper :is(.flex) {
  display: flex
}

.product-info-list-wrapper :is(.list-disc) {
  list-style-type: disc
}

.product-info-list-wrapper :is(.flex-col) {
  flex-direction: column
}

.product-info-list-wrapper :is(.justify-start) {
  justify-content: flex-start
}

.product-info-list-wrapper :is(.gap-5) {
  gap: 1.25rem
}

.product-info-list-wrapper :is(.bg-danaherlightblue-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 251 253 / var(--tw-bg-opacity))
}

.product-info-list-wrapper :is(.bg-danaherpurple-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 0 165 / var(--tw-bg-opacity))
}

.product-info-list-wrapper :is(.bg-gray-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.product-info-list-wrapper :is(.px-5) {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.product-info-list-wrapper :is(.pl-8) {
  padding-left: 2rem
}

.product-info-list-wrapper :is(.\!text-\[32px\]) {
  font-size: 32px !important
}

.product-info-list-wrapper :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem
}

.product-info-list-wrapper :is(.\!font-medium) {
  font-weight: 500 !important
}

.product-info-list-wrapper :is(.font-bold) {
  font-weight: 700
}

.product-info-list-wrapper :is(.font-extralight) {
  font-weight: 200
}

.product-info-list-wrapper :is(.\!leading-10) {
  line-height: 2.5rem !important
}

.product-info-list-wrapper :is(.\!text-black) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important
}

.product-info-list-wrapper :is(.\!underline) {
  text-decoration-line: underline !important
}

.product-info-list-wrapper :is(.\!decoration-danaherpurple-500) {
  text-decoration-color: #7523FF !important
}

.product-info-list-wrapper :is(.hover\:bg-danaherpurple-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(117 35 255 / var(--tw-bg-opacity))
}

.product-info-list-wrapper :is(.hover\:\!text-white:hover) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

@media (min-width: 1024px) {
  .product-info-list-wrapper :is(.lg\:w-\[400px\]) {
    width: 400px
  }

  .product-info-list-wrapper :is(.lg\:w-\[840px\]) {
    width: 840px
  }

  .product-info-list-wrapper :is(.lg\:flex-row) {
    flex-direction: row
  }

  .product-info-list-wrapper :is(.lg\:px-0) {
    padding-left: 0px;
    padding-right: 0px
  }
}