+.lacelle-series {
  --lacelle-purple: #a59dcc;
  --lacelle-copy: #8e8e8e;
  background: #000;
  color: var(--lacelle-copy);
  font-family: "Noto Sans TC", sans-serif;
  overflow: hidden;
}

.lacelle-series-row {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  align-items: center;
  min-height: clamp(420px, 36vw, 540px);
  max-width: 1440px;
  margin: 0 auto;
}

.lacelle-series-row:first-child {
  min-height: clamp(520px, 45vw, 680px);
}

.lacelle-series-card,
.lacelle-series-media {
  display: block;
  width: 100%;
}

.lacelle-series-media--iconic {
  position: relative;
  aspect-ratio: 471 / 296;
  overflow: hidden;
  border-radius: 0 0 45% 0;
  background: linear-gradient(112deg, #f7f7f7 0 54%, #f49a9e 54%);
}

.iconic-pack {
  position: absolute;
  width: 44%;
  height: auto;
}

.iconic-pack--pink {
  left: 4%;
  top: 22%;
}

.iconic-pack--grey {
  right: 5%;
  top: 16%;
}

.iconic-pack--colour {
  right: 12%;
  bottom: 15%;
}

.lacelle-series-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(40px, 4.5vw, 72px) clamp(32px, 6vw, 96px) clamp(40px, 4.5vw, 72px) clamp(32px, 4vw, 64px);
}

.lacelle-series-content h1,
.lacelle-series-content h2 {
  margin: 0 0 clamp(16px, 1.5vw, 24px);
  color: #A59DCC;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  text-wrap: balance;
}

.lacelle-series-content p {
  max-width: 64ch;
  margin: 0 0 clamp(22px, 2vw, 32px);
  color: #6C6C6C;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  text-wrap: pretty;
}

.lacelle-lenses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
  width: 100%;
  margin-bottom: clamp(24px, 3vw, 48px);
}

.lacelle-lens {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
}

.lacelle-lens img {
  display: block;
  flex: 0 0 auto;
  box-sizing: content-box;
  width: clamp(48px, 5vw, 72px);
  height: clamp(48px, 5vw, 72px);
  padding-right: 8px;
  aspect-ratio: 1;
  object-fit: contain;
}

.lacelle-lens figcaption {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.lacelle-lens figcaption [lang="en"] {
  color: #000;
  font-family: Adamina, serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.lacelle-series-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 640px);
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 6px;
  background: linear-gradient(90deg, #d778a7, #079ed0);
  color: #fff;
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: filter 180ms ease-out, transform 180ms ease-out;
}

.lacelle-series-link:hover,
.lacelle-series-link:focus-visible {
  color: #fff;
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.lacelle-series-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media screen and (max-width: 900px) {
  .lacelle-lenses {
    gap: 12px clamp(18px, 4vw, 36px);
  }
}

@media screen and (max-width: 640px) {
  .lacelle-series-row,
  .lacelle-series-row:first-child {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 48px;
  }

  .lacelle-series-card,
  .lacelle-series-media {
    width: min(86%, 471px);
  }

  .lacelle-series-content {
    padding: 32px 20px 16px;
  }

  .lacelle-lenses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lacelle-series-link {
    transition: none;
  }
}


.lacelle-sum-banner-section .banner-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  background: linear-gradient(90deg, #E47AA3 0%, #008DC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lacelle-sum-detail-section {
  position: relative;
}
.lacelle-sum-detail-section .background-image {
  position: absolute;
  background: url(../images/lacelle/bg-1.png) no-repeat scroll center bottom transparent;
  background-size: cover;
  width: 100%;
  height: 2048px;
  z-index: -1;
  margin: 0;
}
.lacelle-sum-detail-section .detail-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  background: linear-gradient(90deg, #E47AA3 0%, #008DC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lacelle-sum-detail-section .detail-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  background: linear-gradient(90deg, #E47AA3 0%, #008DC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lacelle-sum-detail-section .series-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  max-width: 100%;
  background: linear-gradient(90deg, #E47AA3 0%, #008DC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lacelle-sum-detail-section .hidden-divider {
  height: 32px;
}
.lacelle-sum-detail-section .series-container {
  max-width: 100vw;
}
.lacelle-sum-detail-section .series-items-container {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 992px) {
  .lacelle-sum-detail-section .series-items-container {
    max-width: 80vw;
    width: 80vw;
  }
}
.lacelle-sum-detail-section .series-items {
  display: flex;
  transition: transform 0.5s ease;
}
.lacelle-sum-detail-section .series-item-card {
  min-width: 200px; /* Adjust to fit your design */
  margin: 0;
  flex: none; /* Prevents flex items from shrinking */
}
@media screen and (max-width: 992px) {
  .lacelle-sum-detail-section .series-item-card {
    min-width: 0; /* Adjust to fit your design */
    max-width: 40vw; /* Adjust to fit your design */
    width: 40vw; /* Adjust to fit your design */
  }
}
@media screen and (max-width: 576px) {
  .lacelle-sum-detail-section .series-item-card {
    min-width: 0; /* Adjust to fit your design */
    max-width: 80vw; /* Adjust to fit your design */
    width: 80vw; /* Adjust to fit your design */
  }
}
.lacelle-sum-detail-section .series-item-card .item-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: black;
}
.lacelle-sum-detail-section .series-item-card .item-img {
  max-width: 40vw;
  width: 140px;
  aspect-ratio: 1;
  margin: 16px;
}
.lacelle-sum-detail-section .series-item-card .item-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: black;
}
.lacelle-sum-detail-section .series-item-card .item-detail {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  color: black;
}
.lacelle-sum-detail-section button.next {
  border: 0;
  background: transparent;
  padding: 10px 40px;
}
@media screen and (max-width: 992px) {
  .lacelle-sum-detail-section button.next {
    padding: 10px;
  }
}
.lacelle-sum-detail-section button.previous {
  border: 0;
  right: 0;
  background: transparent;
  padding: 10px 40px;
}
@media screen and (max-width: 992px) {
  .lacelle-sum-detail-section button.previous {
    padding: 10px;
  }
}

.lacelle-sum-more-section .row-detail-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  color: #A59DCC;
}
.lacelle-sum-more-section .row-detail-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #6C6C6C;
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  .lacelle-sum-more-section .row-detail-description {
    padding-right: 10px;
  }
}
.lacelle-sum-more-section .row-detail-know-more {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  text-align: left;
  color: #A59DCC;
  text-decoration: none;
}
.lacelle-sum-more-section .row-detail-know-more img {
  margin-left: 4px;
  width: 20px;
  height: 20px;
}

.lacelle-header-section h1.header-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  background: linear-gradient(90deg, #E47AA3 0%, #008DC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lacelle-header-section p.header-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #6c6c6c;
}
.lacelle-header-section .products-container {
  height: 200px;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
}
.lacelle-header-section .products-top {
  display: flex;
  justify-content: center;
  position: absolute;
  max-width: 100vw;
}
.lacelle-header-section .products-bottom {
  flex: 1;
  position: absolute;
  justify-content: center;
  top: 80px;
  max-width: 100vw;
}

.lacelle-detail-section .filter-container {
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(24, 113, 181, 0.2509803922);
  max-width: 100vw;
  width: 992px;
  height: 74px;
  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;
}
.lacelle-detail-section .filter-container .filter-selector {
  max-width: 33vw;
  width: 194px;
  transition: ease-in-out;
  transition-duration: 150ms;
  border-radius: 35px;
  padding: 10px;
  max-height: 70px;
  font-size: min(22px, 0.9vw + 1vh);
  text-wrap: wrap;
  text-decoration: none;
  color: #A59DCC;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .lacelle-detail-section .filter-container .filter-selector {
    padding: 2px 4px;
  }
}
.lacelle-detail-section .filter-container .filter-selector:not(.active):hover {
  background: #efefef;
  color: #184276;
  cursor: pointer;
}
.lacelle-detail-section .filter-container .filter-selector.active {
  color: white;
  font-weight: 700;
  background: linear-gradient(90deg, #E47AA3 0%, #008DC4 100%);
}
.lacelle-detail-section .tab-content:not(.active) {
  display: none;
}
.lacelle-detail-section .tab-content.active {
  display: block;
}
.lacelle-detail-section .divider {
  border-top: 1px solid #D3CBE4;
}
.lacelle-detail-section img.detail-content-tech-logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.lacelle-detail-section button.modal-target {
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, #E47AA3 0%, #008DC4 100%);
  width: 100%;
  padding: 24px 32px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  border-radius: 8px;
  border: 0;
}
.lacelle-detail-section h1, .lacelle-detail-section h2, .lacelle-detail-section h3, .lacelle-detail-section h4, .lacelle-detail-section h5, .lacelle-detail-section h6 {
  color: #A59DCC;
}
.lacelle-detail-section .before-after {
  font-family: Nobel BL;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.3px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #A59DCC;
}
.lacelle-detail-section .con-selector-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 12px;
}
.lacelle-detail-section .con-selector-card:not(.active) {
  opacity: 0.5;
}
.lacelle-detail-section .con-selector-img {
  width: 60px;
  height: 60px;
}
.lacelle-detail-section .con-desc-title {
  color: #A59DCC;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
.lacelle-detail-section .con-desc-subtitle {
  color: #A59DCC;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}
.lacelle-detail-section .con-desc-desc {
  color: #6C6C6C;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.lacelle-detail-modal .after {
  padding: 8px;
  border: 2px solid #184276;
  background-color: #FFF582;
  font-weight: 700;
  color: #184276;
}
.lacelle-detail-modal .modal-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  background: linear-gradient(90deg, #E47AA3 0%, #008DC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lacelle-detail-modal .modal-selector.active {
  color: #A59DCC;
  text-decoration: underline;
}
.lacelle-detail-modal .modal-selector:not(.active) {
  color: #D3CBE4;
}
.lacelle-detail-modal .divider {
  border-top: 1px solid #D3CBE4;
}

.lacelle-qna-section .question {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
  color: #A59DCC;
}
.lacelle-qna-section .answer {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6C6C6C;
}
.lacelle-qna-section .border-divider {
  border-bottom: 1px solid #D3CBE4;
}

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