.lenscare-other-banner-section {
  position: relative;
  height: 230px;
  width: 286px;
  max-width: 100vw;
  justify-content: center;
}
.lenscare-other-banner-section .product-1 {
  position: absolute;
  left: 0;
  bottom: 22px;
  z-index: 1;
}
.lenscare-other-banner-section .product-2 {
  position: absolute;
  left: 58px;
  bottom: 0;
  z-index: 2;
}
.lenscare-other-banner-section .product-3 {
  position: absolute;
  left: 226px;
  bottom: 22px;
  z-index: 3;
}

.lenscare-other-detail-section .filter-container {
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(24, 113, 181, 0.2509803922);
  max-width: 100vw;
  width: 649px;
  height: 74px;
  padding: 0 16px;
  border-radius: 37px;
  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;
}
.lenscare-other-detail-section .filter-container .filter-selector {
  max-width: 44vw;
  width: 318px;
  height: 50px;
  transition: ease-in-out;
  transition-duration: 150ms;
  border-radius: 25px;
  padding: 10px;
  color: #6C6C6C;
  font-size: min(24px, 1vw + 1vh);
  text-wrap: nowrap;
}
.lenscare-other-detail-section .filter-container .filter-selector:not(.active):hover {
  background: #efefef;
  color: #184276;
  cursor: pointer;
}
.lenscare-other-detail-section .filter-container .active {
  color: white;
  background: #5BC6E8;
}
.lenscare-other-detail-section .tab-content:not(.active) {
  display: none;
}
.lenscare-other-detail-section .tab-content.active {
  display: block;
}
.lenscare-other-detail-section .divider {
  border-top: 1px solid #2375BC;
}
.lenscare-other-detail-section img.detail-content-tech-logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.lenscare-other-detail-section .detail-content-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
.lenscare-other-detail-section .detail-content-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  text-align: left;
  color: #03838C;
}
.lenscare-other-detail-section .detail-content-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6C6C6C;
}
.lenscare-other-detail-section .detail-content-list {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6C6C6C;
}

/*# sourceMappingURL=lc-other.css.map */
