.biotrue-one-day-bg {
  background: #F7FBF2 url(../images/biotrue/bg-1.png) no-repeat center top/100% auto;
}

.biotrue-one-day-intro {
  display: contents;
}

.biotrue-one-day-page-header {
  padding: 96px 16px 64px;
  margin-bottom: 48px;
  overflow: hidden;
}

.biotrue-one-day-hero-logo {
  width: min(120px, 34vw);
}

.biotrue-one-day-hero-products {
  width: min(1120px, 100%);
  margin: 40px auto 0;
}

.biotrue-one-day-hero-product {
  flex: 0 1 33.333%;
  min-width: 0;
}
.biotrue-one-day-hero-product img {
  width: min(369px, 32vw);
}

.biotrue-one-day-detail-section {
  position: relative;
  color: white;
  height: fit-content;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 65px max(12px, (100vw - 1140px) / 2) 48px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .biotrue-one-day-detail-section {
    padding: 15px 12px 32px;
  }
}
.biotrue-one-day-detail-section .background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/biotrue/bg-2.png) no-repeat top center;
  background-size: 100% auto;
  pointer-events: none;
}
.biotrue-one-day-detail-section > :not(.background-image) {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.biotrue-one-day-detail-section .filter-container {
  background: white;
  box-shadow: 0 4px 20px 0 #1871B540;
  max-width: 100vw;
  width: 630px;
  height: 70px;
  padding: 8px;
  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;
  z-index: 2;
}
.biotrue-one-day-detail-section .filter-container .filter-selector {
  max-width: 42vw;
  width: 194px;
  color: #184276;
  transition: ease-in-out;
  transition-duration: 150ms;
  border-radius: 35px;
  padding: 8px;
  align-content: center;
  font-size: min(24px, 1vw + 1vh);
  text-wrap: nowrap;
}
.biotrue-one-day-detail-section .filter-container .filter-selector:not(.active):hover {
  background: #efefef;
  cursor: pointer;
}
.biotrue-one-day-detail-section .filter-container .left.active {
  color: white;
  background: #F37321;
}
.biotrue-one-day-detail-section .filter-container .middle.active {
  color: white;
  background: #39B44A;
}
.biotrue-one-day-detail-section .filter-container .right.active {
  color: #184276;
  background: #FFF100;
}
.biotrue-one-day-detail-section .tab-content:not(.active) {
  display: none;
}
.biotrue-one-day-detail-section .tab-content.active {
  display: block;
}
.biotrue-one-day-detail-section .tab-content-style-1 h1, .biotrue-one-day-detail-section .tab-content-style-1 h2, .biotrue-one-day-detail-section .tab-content-style-1 h3, .biotrue-one-day-detail-section .tab-content-style-1 h4, .biotrue-one-day-detail-section .tab-content-style-1 h5, .biotrue-one-day-detail-section .tab-content-style-1 h6 {
  color: #F37321;
}
.biotrue-one-day-detail-section .tab-content-style-2 h1, .biotrue-one-day-detail-section .tab-content-style-2 h2, .biotrue-one-day-detail-section .tab-content-style-2 h3, .biotrue-one-day-detail-section .tab-content-style-2 h4, .biotrue-one-day-detail-section .tab-content-style-2 h5, .biotrue-one-day-detail-section .tab-content-style-2 h6 {
  color: #24B34B;
}
.biotrue-one-day-detail-section .tab-content-style-3 h1, .biotrue-one-day-detail-section .tab-content-style-3 h2, .biotrue-one-day-detail-section .tab-content-style-3 h3, .biotrue-one-day-detail-section .tab-content-style-3 h4, .biotrue-one-day-detail-section .tab-content-style-3 h5, .biotrue-one-day-detail-section .tab-content-style-3 h6 {
  color: #009AA6;
}
.biotrue-one-day-detail-section .divider {
  border-top: 1px solid #2375BC;
}
.biotrue-one-day-detail-section .btn-primary {
  background: #009AA6;
  border-color: #009AA6;
  width: 100%;
  padding: 24px 32px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  border-radius: 8px;
}
.biotrue-one-day-detail-section .detail-content .detail-content-title {
  color: #009AA6;
}
.biotrue-one-day-detail-section .detail-content p.text-gray {
  color: #6C6C6C !important;
}
.biotrue-one-day-detail-section .detail-content .inline-reference {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.biotrue-one-day-detail-section .detail-content .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.biotrue-one-day-detail-section .detail-content .dropdown-button {
  padding: 0 8px;
  width: 100%;
  text-align: center;
  color: #6C6C6C;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex; /* Use flexbox for alignment */
  justify-content: space-between; /* Space between text and arrow */
  align-items: center; /* Center items vertically */
  position: relative; /* For positioning the arrow */
}
.biotrue-one-day-detail-section .detail-content .button-text {
  flex: 1; /* Allow text to take available space */
}
.biotrue-one-day-detail-section .detail-content .arrow {
  right: 0;
  margin-left: 10px; /* Space between text and arrow */
}
.biotrue-one-day-detail-section .detail-content .dropdown-content {
  display: none; /* Hidden by default */
  position: absolute;
  background-color: white;
  min-width: 160px;
  width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.biotrue-one-day-detail-section .detail-content .dropdown-content a {
  color: #6C6C6C;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.biotrue-one-day-detail-section .detail-content .dropdown-content a:hover {
  background-color: #F1FAF5; /* Highlight on hover */
  color: #03838C; /* Darker text on hover */
}
.biotrue-one-day-detail-section .detail-content .dropdown:hover .dropdown-content {
  display: block; /* Show the dropdown on hover */
}
.biotrue-one-day-detail-section .detail-content .dropdown:hover .dropdown-button {
  background-color: transparent; /* Darker shade on hover */
}
.biotrue-one-day-detail-section .detail-content .under-dropdown-content {
  border-top: 1px solid #C4DEC5;
  margin-right: 24px;
  display: flex;
}
.biotrue-one-day-detail-section .detail-content .spec-details-content {
  margin-right: 24px;
  display: flex;
}
.biotrue-one-day-detail-section .detail-content .spec-details-cell {
  padding: 0 8px;
  margin: 8px 0;
  line-height: 1rem;
}
.biotrue-one-day-detail-section .detail-content .spec-details-border-right {
  position: relative;
}
.biotrue-one-day-detail-section .detail-content {
  /* Right border with fixed height */
}
.biotrue-one-day-detail-section .detail-content .spec-details-border-right::after {
  content: "";
  display: block;
  height: 0.8rem; /* Fixed height for the border */
  width: 1px; /* Width of the border */
  background-color: #C4DEC5; /* Color of the border */
  position: absolute;
  right: 0;
  top: 0;
}

.biotrue-one-day-bg .container {
  position: relative;
}
.biotrue-one-day-bg [x-data=describeForm] {
  position: relative;
  z-index: 1;
}
.biotrue-one-day-bg .suggest-products,
.biotrue-one-day-bg .page-reference,
.biotrue-one-day-bg .page-bottom-reference {
  position: relative;
  z-index: 1;
}
.biotrue-one-day-bg .suggest-products .suggest-product-card {
  overflow: hidden;
  isolation: isolate;
}
.biotrue-one-day-bg .suggest-products .suggest-product-bg {
  z-index: 0;
}
.biotrue-one-day-bg .suggest-products .suggest-product-img {
  position: relative;
  z-index: 1;
}
.biotrue-one-day-bg .page-reference,
.biotrue-one-day-bg .page-bottom-reference ul {
  line-height: 1.45;
}

@media screen and (max-width: 992px) {
  .biotrue-one-day-page-header {
    padding-top: 88px;
    padding-bottom: 48px;
    margin-bottom: 32px;
  }
  .biotrue-one-day-hero-products {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .biotrue-one-day-bg {
    background: #F7FBF2;
  }
  .biotrue-one-day-intro {
    display: block;
    background: url(../images/biotrue/bg-1.png) no-repeat center top/auto 100%, linear-gradient(90deg, #EAF3D4 0%, #DEEDBF 52%, #D3E7AC 100%);
  }
  .biotrue-one-day-detail-section .background-image {
    background: url(../images/biotrue/bg-2.png) no-repeat top center, linear-gradient(90deg, #EAF3D4 0%, #DEEDBF 52%, #D3E7AC 100%) no-repeat top/100% 10vw, #F7FBF2;
    background-size: 100% auto, 100% 10vw;
  }
  .biotrue-one-day-page-header {
    padding: 82px 8px 38px;
  }
  .biotrue-one-day-hero-products {
    width: calc(100% + 16px);
    margin-top: 24px;
    margin-left: -8px;
  }
  .biotrue-one-day-hero-product img {
    width: 33vw;
  }
  .biotrue-one-day-bg [x-data=describeForm] > .d-flex:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .biotrue-one-day-bg [x-data=describeForm] > .d-flex.justify-content-between {
    gap: 6px;
    align-items: center;
  }
  .biotrue-one-day-bg [x-data=describeForm] > .d-flex.justify-content-between > div {
    flex: 1 1 0;
  }
  .biotrue-one-day-detail-section {
    padding-top: 0;
  }
  .biotrue-one-day-detail-section .filter-container {
    width: min(100%, 520px);
    height: 56px;
    padding: 4px;
    column-gap: 4px;
  }
  .biotrue-one-day-detail-section .filter-container .filter-selector {
    width: 33.333%;
    max-width: none;
    padding: 8px 4px;
  }
  .biotrue-one-day-detail-section .detail-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
  .biotrue-one-day-detail-section .detail-content > .row {
    text-align: center;
    justify-content: center;
  }
  .biotrue-one-day-detail-section .detail-content > .row > .col-3,
  .biotrue-one-day-detail-section .detail-content > .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .biotrue-one-day-detail-section .detail-content > .row > .col-3 {
    margin-bottom: 16px;
  }
  .biotrue-one-day-detail-section .detail-content > .row > .col-3 img {
    width: min(180px, 58vw);
    max-width: none;
  }
  .biotrue-one-day-detail-section .detail-content > .row > .col {
    padding-top: 0 !important;
  }
  .biotrue-one-day-detail-section .detail-content > .row > .col h4 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.35;
  }
  .biotrue-one-day-detail-section .detail-content > .row > .col p:not(.inline-reference) {
    font-size: 16px;
    line-height: 1.5;
  }
  .biotrue-one-day-detail-section h3 {
    font-size: 28px;
    line-height: 1.35;
  }
  .biotrue-one-day-detail-section h4 {
    font-size: 1.1rem;
    line-height: 1.45;
  }
  .biotrue-one-day-detail-section .btn-primary {
    padding: 16px 20px;
    font-size: 18px;
  }
  .biotrue-one-day-detail-section table.detail-content-table {
    table-layout: fixed;
    word-break: break-word;
  }
  .biotrue-one-day-detail-section table.detail-content-table tr td {
    padding: 6px 4px;
    line-height: 1.55;
  }
  .biotrue-one-day-detail-section .under-dropdown-content,
  .biotrue-one-day-detail-section .spec-details-content {
    margin-right: 0;
  }
  .biotrue-one-day-bg .page-reference {
    font-size: 0.68rem;
  }
  .biotrue-one-day-bg .page-bottom-reference ul {
    font-size: 0.68rem;
  }
}
@media screen and (max-width: 420px) {
  .biotrue-one-day-hero-products {
    width: calc(100% + 28px);
    margin-left: -14px;
  }
  .biotrue-one-day-detail-section .filter-container {
    height: 52px;
  }
  .biotrue-one-day-detail-section .filter-container .filter-selector {
    padding: 6px 2px;
  }
  .biotrue-one-day-detail-section .spec-details-cell {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.7rem;
  }
}
.biotrue-detail-modal .after {
  padding: 8px;
  border: 2px solid #184276;
  background-color: #FFF582;
  font-weight: 700;
  color: #184276;
}

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