.soflens-detail-section {
  position: relative;
  color: white;
  height: fit-content;
}
.soflens-detail-section .tab-title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 40px;
  color: #009AA6;
  text-align: center;
}
.soflens-detail-section span {
  font-weight: 400;
}
.soflens-detail-section .filter-container {
  margin-bottom: 32px;
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(24, 113, 181, 0.2509803922);
  max-width: 100vw;
  width: 520px;
  height: 70px;
  padding: 0 16px;
  border-radius: 35px;
  flex-direction: row;
  display: flex;
  color: #184276;
  font-weight: 700;
  font-size: 24px;
  line-height: 34.75px;
  text-align: center;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.soflens-detail-section .filter-container .filter-selector {
  max-width: 33vw;
  width: 170px;
  transition: ease-in-out;
  transition-duration: 150ms;
  border-radius: 35px;
  padding: 10px;
  font-size: min(24px, 1vw + 1vh);
  text-wrap: nowrap;
}
.soflens-detail-section .filter-container .filter-selector:not(.active):hover {
  background: #efefef;
  color: #184276;
  cursor: pointer;
}
.soflens-detail-section .filter-container .active {
  background: #2375BC;
  color: white;
  border: 3px solid #184276;
}
.soflens-detail-section .tab-content:not(.active) {
  display: none;
}
.soflens-detail-section .tab-content.active {
  display: block;
}
.soflens-detail-section .divider {
  border-top: 1px solid #2375BC;
}
.soflens-detail-section .btn-primary {
  background: #184276;
  width: 100%;
  padding: 24px 32px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  border-radius: 8px;
}
.soflens-detail-section a.button {
  text-decoration: none;
  text-align: center;
  background: #184276;
  width: 100%;
  padding: 24px 32px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  border-radius: 8px;
}
.soflens-detail-section .product-title {
  font-weight: bold;
  color: black;
}
.soflens-detail-section li {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .soflens-detail-section .btn-primary {
    padding: 16px 20px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=cl-soflens.css.map */
