/* Lights Union static-page visual system: draft theme only. */
:root {
  --lu-page-ink: #263447;
  --lu-page-copy: #596371;
  --lu-page-teal: #2f9092;
  --lu-page-warm: #f7f4ee;
  --lu-page-mist: #eef2f1;
  --lu-page-card: #fbfaf7;
  --lu-page-line: rgba(38, 52, 71, 0.14);
}

/* Keep the primary desktop navigation on the true page centre line. */
@media (min-width: 1340px) {
  .header-nav {
    left: 50% !important;
  }
}

/* Header navigation: use the logo green as the shared hover accent. */
.header-nav__menu-item > .header-nav__underline:hover,
.header-nav__menu-item:hover > .header-nav__underline,
.header-nav-dropdown-panel__link:hover,
.header-nav-dropdown-panel__link:hover .header-nav__underline,
.header-nav-dropdown-panel__link:hover .header-nav__ellipsis {
  color: var(--lu-page-teal) !important;
}

.header-nav__menu-item > .header-nav__underline:hover::after,
.header-nav__menu-item:hover > .header-nav__underline::after {
  background-color: var(--lu-page-teal) !important;
}

/* Policies: a scoped reading surface shared by only the five policy pages. */
html.lu-policy-page [id$="__main-page"] {
  box-sizing: border-box;
  background: var(--lu-page-warm) !important;
  padding-block: clamp(24px, 3.2vw, 48px) !important;
}

html.lu-policy-page [id$="__main-page"] > .page-width {
  box-sizing: border-box;
  height: auto !important;
  min-height: 0 !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin-inline: auto !important;
  padding-inline: clamp(20px, 3.6vw, 40px) !important;
  background: var(--lu-page-card) !important;
  box-shadow: 0 12px 36px rgba(38, 52, 71, 0.06);
}

html.lu-policy-page [id$="__main-page"] .main-page__title {
  margin: 0 0 30px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(32px, 3.2vw, 40px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.06em !important;
  text-align: center;
  text-transform: uppercase;
}

html.lu-policy-page [id$="__main-page"] .rte {
  color: var(--lu-page-copy) !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
}

/* Keep the third-party review teaser fully inside the viewport on non-product pages. */
html:not(.lu-pdp) body .plugin-product-comment-pop-container.leftTop {
  left: 16px !important;
  right: auto !important;
  max-width: calc(100vw - 32px) !important;
}

html:not(.lu-pdp) body .plugin-product-comment-pop-container.leftTop.show {
  transform: none !important;
}

@media (max-width: 749px) {
  html:not(.lu-pdp) body .plugin-product-comment-pop-container.leftTop {
    left: 12px !important;
    max-width: calc(100vw - 24px) !important;
  }
}

html.lu-policy-page [id$="__main-page"] .rte h1,
html.lu-policy-page [id$="__main-page"] .rte h2,
html.lu-policy-page [id$="__main-page"] .rte h3,
html.lu-policy-page [id$="__main-page"] .rte h4,
html.lu-policy-page [id$="__main-page"] .rte h5,
html.lu-policy-page [id$="__main-page"] .rte h6 {
  box-sizing: border-box;
  margin: 28px 0 12px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase;
}

html.lu-policy-page [id$="__main-page"] .rte .lu-policy-rte-title {
  display: none !important;
}

html.lu-policy-page [id$="__main-page"] .rte p {
  margin: 0 0 13px !important;
  line-height: 1.78 !important;
}

html.lu-policy-page [id$="__main-page"] .rte strong {
  color: var(--lu-page-ink) !important;
  font-weight: 700 !important;
}

html.lu-policy-page [id$="__main-page"] .rte a {
  color: var(--lu-page-teal) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

html.lu-policy-page [id$="__main-page"] .rte ul,
html.lu-policy-page [id$="__main-page"] .rte ol {
  margin: 0 0 16px 1.2rem !important;
  padding: 0 !important;
}

html.lu-policy-page [id$="__main-page"] .rte li {
  margin: 0 0 8px !important;
}

@media (max-width: 959.98px) {
  html.lu-policy-page [id$="__main-page"] > .page-width {
    width: 100% !important;
    padding-inline: 20px !important;
    box-shadow: none;
  }

  html.lu-policy-page [id$="__main-page"] .main-page__title {
    margin-bottom: 24px !important;
    font-size: 28px !important;
  }

  html.lu-policy-page [id$="__main-page"] .rte {
    font-size: 14.5px !important;
    line-height: 1.75 !important;
  }

  html.lu-policy-page [id$="__main-page"] .rte h1,
  html.lu-policy-page [id$="__main-page"] .rte h2,
  html.lu-policy-page [id$="__main-page"] .rte h3,
  html.lu-policy-page [id$="__main-page"] .rte h4,
  html.lu-policy-page [id$="__main-page"] .rte h5,
  html.lu-policy-page [id$="__main-page"] .rte h6 {
    margin-top: 23px !important;
    margin-bottom: 10px !important;
    font-size: 19px !important;
  }

  html.lu-policy-page [id$="__main-page"] .rte p {
    margin-bottom: 11px !important;
    line-height: 1.75 !important;
  }
}

/* Footer: one consistent heading scale across navigation and contact groups. */
.footer__custom-text-title.title6,
.footer__menu-title.title6,
.footer__social-media-title.body3,
.footer__email-subscribe-title.body3 {
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em !important;
}

/* ABOUT: premium two-column introduction. */
[id$="__17664161089864d6b51f"] .image-with-text-section {
  background: var(--lu-page-warm);
}

[id$="__17664161089864d6b51f"] .image-with-text-section > .page-width {
  box-sizing: border-box;
  display: grid !important;
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin-inline: auto !important;
  padding: 72px 40px !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr) !important;
  gap: clamp(48px, 6vw, 88px) !important;
  align-items: center !important;
}

[id$="__17664161089864d6b51f"] .block-image {
  width: 100% !important;
  height: clamp(500px, 43vw, 620px) !important;
  overflow: hidden;
  background: #dde2e1;
}

[id$="__17664161089864d6b51f"] .block-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
}

[id$="__17664161089864d6b51f"] .image-with-text__group {
  box-sizing: border-box;
  display: flex !important;
  width: 100% !important;
  max-width: 580px !important;
  padding: 0 !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  justify-self: start;
  text-align: left !important;
}

[id$="__17664161089864d6b51f"] .image-with-text__group .block-heading {
  order: -2;
  margin: 0 0 14px !important;
  color: var(--lu-page-teal) !important;
  font-family: var(--typeface-body, Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.22em !important;
  text-align: left !important;
  text-transform: uppercase;
}

[id$="__17664161089864d6b51f"] .image-with-text__group .subheading {
  order: -1;
  margin: 0 0 24px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(38px, 3vw, 48px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
  letter-spacing: 0.055em !important;
  text-align: left !important;
}

[id$="__17664161089864d6b51f"] .image-with-text__group .rte {
  max-width: 62ch;
  margin: 0 !important;
  color: var(--lu-page-copy) !important;
  font-size: 15.5px !important;
  line-height: 1.72 !important;
  text-align: left !important;
}

[id$="__17664161089864d6b51f"] .image-with-text__group .rte p {
  margin: 0 0 16px;
}

/* ABOUT: aligned, single-row craftsmanship scroller. */
[id$="__176642530187150aa23e"] {
  background: var(--lu-page-card);
}

[id$="__176642530187150aa23e"] .advc-container--pc,
[id$="__176642530187150aa23e"] .advc-container--mb {
  box-sizing: border-box;
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin-inline: auto !important;
}

[id$="__176642530187150aa23e"] .advc-title {
  margin: 0 0 32px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.045em !important;
  text-transform: uppercase;
}

[id$="__176642530187150aa23e"] .advc-container--pc .swiper {
  width: 100% !important;
  height: auto !important;
  padding: 0 0 16px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-color: var(--lu-page-teal) rgba(38, 52, 71, 0.12);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

[id$="__176642530187150aa23e"] .advc-container--pc .media-swiper-wrapper {
  display: flex !important;
  width: max-content !important;
  height: auto !important;
  gap: 18px !important;
  transform: none !important;
}

[id$="__176642530187150aa23e"] .advc-container--pc .swiper::-webkit-scrollbar {
  height: 5px;
}

[id$="__176642530187150aa23e"] .advc-container--pc .swiper::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(38, 52, 71, 0.12);
}

[id$="__176642530187150aa23e"] .advc-container--pc .swiper::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--lu-page-teal);
}

[id$="__176642530187150aa23e"] .advc-container--pc .media-slide {
  box-sizing: border-box;
  width: clamp(250px, 21.5vw, 288px) !important;
  height: 400px !important;
  min-width: clamp(250px, 21.5vw, 288px) !important;
  flex: 0 0 clamp(250px, 21.5vw, 288px) !important;
  position: relative !important;
  scroll-snap-align: start;
  transform: none !important;
}

[id$="__176642530187150aa23e"] .advc-container--pc .meida-content {
  box-sizing: border-box;
  display: flex !important;
  height: 160px !important;
  min-height: 160px !important;
  padding: 24px !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  flex-direction: column;
  justify-content: flex-end;
}

[id$="__176642530187150aa23e"] .advc-container--pc .advc-sub-title {
  display: flex !important;
  min-height: 45px;
  align-items: flex-end;
}

[id$="__176642530187150aa23e"] .advc-container--pc .advc-body {
  min-height: 42px;
}

[id$="__176642530187150aa23e"] .advc-container--pc {
  position: relative;
}

[id$="__176642530187150aa23e"] .lu-craft-pagination__button {
  display: inline-flex;
  width: 46px;
  height: 46px;
  padding: 0;
  position: absolute;
  top: calc(50% + 24px);
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(38, 52, 71, 0.94);
  box-shadow: 0 8px 22px rgba(18, 28, 42, 0.2);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

[id$="__176642530187150aa23e"] .lu-craft-pagination__button--prev {
  left: 18px;
}

[id$="__176642530187150aa23e"] .lu-craft-pagination__button--next {
  right: 18px;
}

[id$="__176642530187150aa23e"] .lu-craft-pagination__button:hover:not(:disabled) {
  background: var(--lu-page-teal);
  transform: translateY(-50%) scale(1.05);
}

[id$="__176642530187150aa23e"] .lu-craft-pagination__button:focus-visible {
  outline: 2px solid var(--lu-page-teal);
  outline-offset: 3px;
}

[id$="__176642530187150aa23e"] .lu-craft-pagination__button:disabled {
  opacity: 0.26;
  cursor: default;
}

[id$="__176642530187150aa23e"] .lu-craft-pagination__button svg {
  width: 19px;
  height: 19px;
  pointer-events: none;
}

[id$="__176642530187150aa23e"] .slide-wrapper,
[id$="__176642530187150aa23e"] .slide-wrapper2,
[id$="__176642530187150aa23e"] .bg-wrapper {
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  transform: none !important;
}

[id$="__176642530187150aa23e"] .slide-wrapper {
  border-radius: 2px;
  box-shadow: 0 12px 30px rgba(38, 52, 71, 0.1);
}

[id$="__176642530187150aa23e"] .bg-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

[id$="__176642530187150aa23e"] .advc-sub-title {
  font-size: 18px !important;
  line-height: 1.25 !important;
}

[id$="__176642530187150aa23e"] .advc-body {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* ABOUT: aligned advantage cards. */
[id$="__17664206807986e0c58c"] .text-columns-with-image-section {
  background: var(--lu-page-mist);
}

[id$="__17664206807986e0c58c"] .text-columns-with-image-section > .page-width {
  box-sizing: border-box;
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin-inline: auto !important;
  padding: 80px 40px !important;
}

[id$="__17664206807986e0c58c"] .block-heading {
  width: fit-content;
  margin: 0 auto 38px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.055em !important;
  text-align: center !important;
  text-transform: uppercase;
}

[id$="__17664206807986e0c58c"] .text-columns-with-image__card-group {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  transform: none !important;
}

[id$="__17664206807986e0c58c"] .text-columns-with-image__card {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 0 0 24px !important;
  overflow: hidden;
  border: 1px solid var(--lu-page-line);
  background: var(--lu-page-card);
  box-shadow: 0 10px 28px rgba(38, 52, 71, 0.06);
  gap: 12px !important;
}

[id$="__17664206807986e0c58c"] .text-columns-with-image__card .block-image {
  width: 100% !important;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

[id$="__17664206807986e0c58c"] .text-columns-with-image__card .block-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

[id$="__17664206807986e0c58c"] .text-columns-with-image__card-title,
[id$="__17664206807986e0c58c"] .text-columns-with-image__card-text {
  box-sizing: border-box;
  width: 100%;
  padding-inline: 20px;
}

[id$="__17664206807986e0c58c"] .text-columns-with-image__card-title {
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

[id$="__17664206807986e0c58c"] .text-columns-with-image__card-text {
  color: var(--lu-page-copy) !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
}

[id$="__17664206807986e0c58c"] .text-columns-with-image__card-link {
  display: none !important;
}

/* ABOUT: compact, intentional newsletter band. */
[id$="__17664291896579929cbe"] .sign-up-and-save-section {
  background: var(--lu-page-warm);
}

[id$="__17664291896579929cbe"] .sign-up-and-save__content {
  box-sizing: border-box;
  width: min(100% - 40px, 900px) !important;
  max-width: 900px !important;
  margin-inline: auto !important;
  padding: 68px 40px !important;
}

[id$="__17664291896579929cbe"] .block-heading {
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.045em !important;
  text-transform: uppercase;
}

[id$="__17664291896579929cbe"] .rte {
  color: var(--lu-page-copy) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

[id$="__17664291896579929cbe"] .block-subscription {
  width: min(100%, 650px) !important;
  margin-inline: auto !important;
}

/* CONTACT: editorial split hero with a focused project-enquiry form. */
.contact-form.color-scheme-1 {
  box-sizing: border-box;
  padding: 80px 30px !important;
  background:
    radial-gradient(circle at 10% 15%, rgba(47, 144, 146, 0.1), transparent 28%),
    var(--lu-page-mist) !important;
}

/* The theme's page-width adds a second gutter around the form. Remove that
   duplicate inset so every Contact section shares one content axis. */
.contact-form.color-scheme-1 > .page-width {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.contact-form__inner {
  box-sizing: border-box;
  display: grid !important;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--lu-page-line);
  grid-template-columns: minmax(330px, 0.88fr) minmax(0, 1.12fr);
  background: var(--lu-page-card);
  box-shadow: 0 22px 56px rgba(38, 52, 71, 0.11);
}

.contact-form__inner[data-lu-contact="true"] > .contact-form__title {
  display: none !important;
}

.lu-contact-intro {
  box-sizing: border-box;
  display: flex;
  min-width: 0;
  padding: 64px 54px;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(145deg, rgba(47, 144, 146, 0.22), transparent 45%),
    var(--lu-page-ink);
}

.lu-contact-intro__eyebrow,
.lu-contact-form-heading__eyebrow {
  margin: 0 0 18px;
  color: #75c1c2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lu-contact-intro h1 {
  max-width: 10ch;
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 3.2vw, 50px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.025em;
}

.lu-contact-intro__lead {
  max-width: 39ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}

.lu-contact-intro__meta {
  display: grid;
  margin-top: auto;
  padding-top: 46px;
  gap: 16px;
}

.lu-contact-intro__item {
  display: grid;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  gap: 5px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.lu-contact-intro__item span {
  color: #75c1c2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lu-contact-intro__item strong {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.lu-contact-intro__item[href]:hover strong {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form__inner > theme-contact-form.contact-form {
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  min-width: 0;
  padding: 58px 60px !important;
  background: var(--lu-page-card) !important;
}

.lu-contact-form-heading {
  margin: 0 0 30px;
}

.lu-contact-form-heading__eyebrow {
  margin-bottom: 10px;
  color: var(--lu-page-teal);
}

.lu-contact-form-heading h2 {
  margin: 0 0 10px;
  color: var(--lu-page-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.lu-contact-form-heading p {
  max-width: 54ch;
  margin: 0;
  color: var(--lu-page-copy);
  font-size: 14.5px;
  line-height: 1.6;
}

.contact-form__inner .contact-form__group {
  gap: 14px !important;
}

.contact-form__inner .field__inner,
.contact-form__inner .textarea,
.contact-form__inner .field {
  border-color: rgba(38, 52, 71, 0.18) !important;
  background: #ffffff !important;
}

.contact-form__inner .field__input {
  min-height: 54px;
}

.contact-form__inner .textarea {
  height: 170px !important;
  margin-top: 14px !important;
}

.contact-form__inner .contact-form__button {
  margin-top: 24px !important;
}

.contact-form__inner .contact-form__button .button {
  min-width: 210px;
  min-height: 50px;
  letter-spacing: 0.03em;
}

[id$="__176648995454614c3ef7"] .image-with-text-section {
  background: var(--lu-page-warm);
}

[id$="__176648995454614c3ef7"] .image-with-text-section > .page-width {
  box-sizing: border-box;
  display: grid !important;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 80px 0 !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

[id$="__176648995454614c3ef7"] .block-image {
  width: 100% !important;
  min-height: 440px;
  overflow: hidden;
}

[id$="__176648995454614c3ef7"] .block-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

[id$="__176648995454614c3ef7"] .image-with-text__group {
  box-sizing: border-box;
  display: flex !important;
  width: 100% !important;
  padding: 54px !important;
  border: 1px solid var(--lu-page-line);
  border-top: 3px solid var(--lu-page-teal);
  align-items: flex-start !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: var(--lu-page-card);
}

[id$="__176648995454614c3ef7"] .subheading {
  margin: 0 0 12px !important;
  color: var(--lu-page-teal) !important;
  font-family: var(--typeface-body, Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.22em !important;
  text-align: left !important;
}

[id$="__176648995454614c3ef7"] .block-heading {
  margin: 0 0 26px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.055em !important;
  text-align: left !important;
}

[id$="__176648995454614c3ef7"] .rte {
  color: var(--lu-page-copy) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

[id$="__176648995454614c3ef7"] .rte p {
  margin: 0 0 22px;
}

[id$="__176648995454614c3ef7"] .rte a {
  color: var(--lu-page-teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* CONTACT: keep the two service banners on the same 1180px axis as the
   enquiry form and contact-information panel while their background stays full width. */
[id$="__lightsunion-contact-dual-banner"] .lu-dual-banner {
  box-sizing: border-box;
  padding: 80px 30px !important;
  background: var(--lu-page-warm) !important;
}

[id$="__lightsunion-contact-dual-banner"] .lu-dual-banner__grid {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  gap: 24px !important;
}

/* FAQ: premium help-centre layout on the same 1180px content axis. */
[id$="__17664916114739ae3f88"] {
  background: var(--lu-page-mist) !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq {
  box-sizing: border-box;
  display: grid !important;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 72px 0 !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
  gap: 48px !important;
  align-items: start !important;
  background: transparent !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-image-item,
:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-image-item {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-image-item__wrapper {
  height: clamp(580px, 48vw, 680px) !important;
  position: relative !important;
  top: 0 !important;
  overflow: hidden;
  background: #d9dedc;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-image-item__wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item {
  overflow: hidden;
  border: 1px solid var(--lu-page-line);
  border-left: 0 !important;
  border-top: 3px solid var(--lu-page-teal);
  background: var(--lu-page-card);
  box-shadow: 0 18px 46px rgba(38, 52, 71, 0.08);
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__header {
  padding: 38px 38px 30px !important;
  border-bottom: 0 !important;
  align-items: flex-end !important;
  gap: 28px !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__blocks {
  border-top: 0 !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__header-left {
  min-width: 0;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__header-left::before {
  display: block;
  margin-bottom: 13px;
  color: var(--lu-page-teal);
  content: "HELP CENTER";
  font-family: var(--typeface-body, Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-title {
  margin: 0 0 14px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
  letter-spacing: 0.025em !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-body {
  color: var(--lu-page-copy) !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__header .advc-btn {
  display: inline-flex !important;
  min-width: 126px;
  min-height: 44px;
  margin: 0 !important;
  padding: 11px 18px !important;
  border: 1px solid var(--lu-page-ink) !important;
  border-radius: 0 !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--lu-page-ink) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__header .advc-btn:hover {
  border-color: var(--lu-page-teal) !important;
  background: var(--lu-page-teal) !important;
  transform: translateY(-2px);
}

/* Product page Help: keep the copy and action on one clear vertical axis. */
[id$="__1766665843134eedfbd5"] .advc-faq .advc-faq-text-item__header {
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 20px !important;
}

[id$="__1766665843134eedfbd5"] .advc-faq .advc-faq-text-item__header-left {
  width: 100% !important;
}

[id$="__1766665843134eedfbd5"] .advc-faq .advc-faq-text-item__header .advc-btn {
  align-self: flex-start !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--lu-page-line) !important;
  background: transparent;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-title {
  box-sizing: border-box;
  min-height: 72px;
  padding: 20px 34px !important;
  color: var(--lu-page-ink) !important;
  font-size: 15.5px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  cursor: pointer;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-desc {
  box-sizing: border-box;
  padding: 0 34px !important;
  line-height: 1.7 !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block[data-open="1"] .advc-faq-text-item__block-desc {
  padding-bottom: 22px !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-sub-title {
  padding-right: 24px !important;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-open-icon:not(.advc-d-none),
:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-close-icon:not(.advc-d-none) {
  display: inline-flex !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  background: rgba(47, 144, 146, 0.11);
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-open-icon svg,
:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-close-icon svg {
  width: 13px;
  height: 13px;
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-open-icon path,
:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-close-icon path {
  stroke: var(--lu-page-teal);
}

:is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block:hover .advc-faq-text-item__block-title {
  color: var(--lu-page-teal) !important;
}

/* Product page Help: keep the premium card treatment, but use one full-width column. */
[id$="__1766665843134eedfbd5"] {
  background: var(--lu-page-warm) !important;
}

[id$="__1766665843134eedfbd5"] .advc-faq {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

[id$="__1766665843134eedfbd5"] .advc-faq .advc-faq-image-item {
  display: none !important;
}

[id$="__1766665843134eedfbd5"] .advc-faq .advc-faq-text-item {
  grid-column: 1 / -1;
  border-left: 1px solid var(--lu-page-line) !important;
}

@media (max-width: 959.98px) {
  [id$="__17664206807986e0c58c"] .text-columns-with-image__card-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .contact-form__inner {
    width: 100% !important;
    max-width: 720px !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .lu-contact-intro {
    min-height: 0;
    padding: 48px 44px;
  }

  .lu-contact-intro h1 {
    max-width: 14ch;
  }

  .lu-contact-intro__meta {
    margin-top: 0;
    padding-top: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .contact-form__inner > theme-contact-form.contact-form {
    padding: 48px 44px !important;
  }

  [id$="__176648995454614c3ef7"] .image-with-text-section > .page-width {
    padding-inline: 30px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  [id$="__176648995454614c3ef7"] .block-image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  [id$="__lightsunion-contact-dual-banner"] .lu-dual-banner {
    padding: 60px 30px !important;
  }

  [id$="__lightsunion-contact-dual-banner"] .lu-dual-banner__grid {
    width: 100% !important;
    gap: 20px !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq {
    width: 100% !important;
    max-width: none !important;
    padding: 60px 30px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-image-item__wrapper {
    height: auto !important;
    position: relative;
    top: auto;
    aspect-ratio: 16 / 7;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-image-item {
    position: static;
    top: auto;
  }
}

@media (max-width: 749.98px) {
  [id$="__176642530187150aa23e"] .lu-craft-pagination {
    display: none !important;
  }

  [id$="__17664161089864d6b51f"] .image-with-text-section > .page-width {
    padding: 24px 20px 52px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
  }

  [id$="__17664161089864d6b51f"] .block-image {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  [id$="__17664161089864d6b51f"] .image-with-text__group {
    max-width: none !important;
  }

  [id$="__17664161089864d6b51f"] .image-with-text__group .block-heading {
    margin-bottom: 10px !important;
    font-size: 12px !important;
  }

  [id$="__17664161089864d6b51f"] .image-with-text__group .subheading {
    margin-bottom: 18px !important;
    font-size: 31px !important;
  }

  [id$="__17664161089864d6b51f"] .image-with-text__group .rte {
    font-size: 14.5px !important;
    line-height: 1.68 !important;
  }

  [id$="__176642530187150aa23e"] .advc-container--mb {
    padding: 52px 20px !important;
  }

  [id$="__176642530187150aa23e"] .advc-title {
    margin-bottom: 24px !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  [id$="__176642530187150aa23e"] .advc-container--mb .swiper {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  [id$="__176642530187150aa23e"] .advc-container--mb .swiper::-webkit-scrollbar {
    display: none;
  }

  [id$="__176642530187150aa23e"] .advc-container--mb .media-swiper-wrapper {
    display: flex !important;
    width: max-content !important;
    height: 380px !important;
    gap: 12px !important;
    transform: none !important;
  }

  [id$="__176642530187150aa23e"] .advc-container--mb .media-slide {
    width: min(78vw, 304px) !important;
    height: 380px !important;
    flex: 0 0 min(78vw, 304px) !important;
    position: relative !important;
    scroll-snap-align: start;
    transform: none !important;
  }

  [id$="__17664206807986e0c58c"] .text-columns-with-image-section > .page-width {
    padding: 56px 20px !important;
  }

  [id$="__17664206807986e0c58c"] .block-heading {
    margin-bottom: 28px !important;
    font-size: 25px !important;
  }

  [id$="__17664206807986e0c58c"] .text-columns-with-image__card-group-scroll {
    overflow: visible !important;
  }

  [id$="__17664206807986e0c58c"] .text-columns-with-image__card-group {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  [id$="__17664206807986e0c58c"] .text-columns-with-image__card {
    padding-bottom: 22px !important;
  }

  [id$="__17664206807986e0c58c"] .text-columns-with-image__card .block-image {
    aspect-ratio: 16 / 10;
  }

  [id$="__17664206807986e0c58c"] .text-columns-with-image__card-title,
  [id$="__17664206807986e0c58c"] .text-columns-with-image__card-text {
    padding-inline: 18px;
  }

  [id$="__17664291896579929cbe"] .sign-up-and-save__content {
    width: 100% !important;
    padding: 52px 20px !important;
  }

  [id$="__17664291896579929cbe"] .block-heading {
    font-size: 24px !important;
  }

  [id$="__17664291896579929cbe"] .block-subscription__inline-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  [id$="__17664291896579929cbe"] .block-subscription__inline-form .button {
    width: 100% !important;
    min-height: 46px;
  }

  .contact-form.color-scheme-1 {
    padding: 36px 20px 48px !important;
  }

  .contact-form__inner {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .lu-contact-intro {
    padding: 36px 26px 34px;
  }

  .lu-contact-intro__eyebrow {
    margin-bottom: 14px;
  }

  .lu-contact-intro h1 {
    max-width: 11ch;
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1;
  }

  .lu-contact-intro__lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .lu-contact-intro__meta {
    margin-top: 0;
    padding-top: 28px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .contact-form__inner > theme-contact-form.contact-form {
    padding: 34px 24px 36px !important;
  }

  .lu-contact-form-heading {
    margin-bottom: 24px;
  }

  .lu-contact-form-heading h2 {
    font-size: 27px;
  }

  .lu-contact-form-heading p {
    font-size: 14px;
  }

  .contact-form__inner .contact-form__group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .contact-form__inner .textarea {
    height: 140px !important;
  }

  .contact-form__inner .contact-form__button .button {
    width: 100% !important;
    min-height: 50px !important;
  }

  [id$="__176648995454614c3ef7"] .image-with-text-section > .page-width {
    padding: 52px 20px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  [id$="__176648995454614c3ef7"] .block-image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  [id$="__176648995454614c3ef7"] .image-with-text__group {
    padding: 32px 24px !important;
  }

  [id$="__176648995454614c3ef7"] .block-heading {
    margin-bottom: 20px !important;
    font-size: 27px !important;
  }

  [id$="__lightsunion-contact-dual-banner"] .lu-dual-banner {
    padding: 52px 20px !important;
  }

  [id$="__lightsunion-contact-dual-banner"] .lu-dual-banner__grid {
    width: 100% !important;
    gap: 16px !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq {
    padding: 48px 20px !important;
    gap: 0 !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-image-item {
    display: none !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item {
    width: 100% !important;
    max-width: none !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__header {
    padding: 30px 24px 26px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-title {
    font-size: 31px !important;
    line-height: 1.08 !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-title {
    min-height: 64px !important;
    padding: 17px 20px !important;
    font-size: 15px !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block-desc {
    padding: 0 20px !important;
    font-size: 14px !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block[data-open="1"] .advc-faq-text-item__block-desc {
    padding-bottom: 20px !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__header .advc-btn {
    min-width: 120px;
    min-height: 42px;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-body {
    font-size: 14.5px !important;
    line-height: 1.65 !important;
  }

  :is([id$="__17664916114739ae3f88"], [id$="__1766665843134eedfbd5"]) .advc-faq .advc-faq-text-item__block {
    min-height: 64px !important;
  }
}

/* CUSTOMIZED + B2B: one aligned premium service-page system. */
[id$="__17664971741609c4a62c"],
[id$="__1766510645346d203320"],
[id$="__176650853643835741fb"],
[id$="__17665142034136250e94"] {
  background: var(--lu-page-warm) !important;
}

[id$="__1766499469217b83512e"],
[id$="__1766512394572ad89f29"] {
  background: var(--lu-page-mist) !important;
}

/* Customized: balanced image/editorial hero instead of a full-screen slide. */
[id$="__17664971741609c4a62c"] {
  box-sizing: border-box;
  padding: 72px 30px !important;
}

[id$="__17664971741609c4a62c"] .featured-slideshow {
  --text-group-width: 42%;
  width: min(100%, 1180px) !important;
  margin-inline: auto !important;
  overflow: hidden;
  background: var(--lu-page-card) !important;
  box-shadow: 0 20px 52px rgba(38, 52, 71, 0.1);
}

[id$="__17664971741609c4a62c"] .featured-slideshow__track,
[id$="__17664971741609c4a62c"] .featured-slideshow__item,
[id$="__17664971741609c4a62c"] .featured-slideshow__container {
  height: 620px !important;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__image-group {
  width: 58% !important;
  overflow: hidden;
  background: var(--lu-page-ink) !important;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__text-group {
  width: 42% !important;
  border-top: 3px solid var(--lu-page-teal);
  background: var(--lu-page-card) !important;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__image-container,
[id$="__17664971741609c4a62c"] .featured-slideshow__text {
  box-sizing: border-box;
  padding: 54px !important;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__image-container .block-text,
[id$="__17664971741609c4a62c"] .featured-slideshow__text .block-text:first-child {
  margin: 0 0 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__image-container .block-heading {
  max-width: 12ch;
  color: #ffffff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(38px, 3.5vw, 52px) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__text .block-heading {
  max-width: 16ch;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(34px, 3vw, 44px) !important;
  font-weight: 600 !important;
  line-height: 1.02 !important;
  letter-spacing: 0.025em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__text .body3 {
  max-width: 33ch;
  color: var(--lu-page-copy) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__line::after {
  background: var(--lu-page-teal) !important;
}

[id$="__17664971741609c4a62c"] .featured-slideshow__line {
  display: none !important;
}

/* Customized: stacked left-image/right-copy process banners. */
[id$="__1766499469217b83512e"] .advc-text-columns-with-images {
  background: transparent !important;
}

[id$="__1766499469217b83512e"] .advc-container {
  box-sizing: border-box;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 72px 0 !important;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images__title {
  margin: 0 0 34px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase;
}

[id$="__1766499469217b83512e"] .advc-d-none.advc-d-md-flex.advc-text-columns-with-images__wrapper {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 22px !important;
}

[id$="__1766499469217b83512e"] .advc-d-md-flex .advc-text-columns-with-images__inner {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  flex: none !important;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item {
  width: 100% !important;
  max-width: none !important;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__wrapper {
  box-sizing: border-box;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border: 1px solid var(--lu-page-line);
  border-top: 3px solid var(--lu-page-teal);
  background: var(--lu-page-card);
  box-shadow: 0 12px 30px rgba(38, 52, 71, 0.07);
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__main {
  display: grid !important;
  min-height: 290px;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  align-items: stretch;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__image {
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  margin: 0 !important;
  aspect-ratio: auto !important;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  position: relative;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__link {
  height: 100% !important;
  inset: 0;
  position: absolute !important;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__image .advc-global-image,
[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__image picture,
[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__image img {
  width: 100% !important;
  height: 100% !important;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__image img {
  object-fit: cover !important;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__content {
  box-sizing: border-box;
  display: flex !important;
  min-width: 0;
  min-height: 290px;
  padding: 36px 42px !important;
  flex-direction: column;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__title {
  min-height: 0;
  margin: 0 0 14px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.025em !important;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__text {
  display: block !important;
  overflow: visible;
  color: var(--lu-page-copy) !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

[id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__head-more-btn {
  display: none !important;
}

/* Shared capabilities blocks. */
[id$="__1766507295599a5eeba6"],
[id$="__17665134616173c9f141"] {
  box-sizing: border-box;
  padding: 140px 30px !important;
  background: var(--lu-page-card) !important;
}

[id$="__1766507295599a5eeba6"] .advc-image-with-text-new,
[id$="__17665134616173c9f141"] .advc-image-with-text-new {
  box-sizing: border-box;
  display: grid !important;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  min-height: 520px;
  margin-inline: auto !important;
  padding: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px !important;
  align-items: stretch !important;
  background: transparent !important;
}

[id$="__1766507295599a5eeba6"] .advc-image-with-text-new-img,
[id$="__17665134616173c9f141"] .advc-image-with-text-new-img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 520px;
  overflow: hidden;
}

[id$="__1766507295599a5eeba6"] .advc-image-with-text-new-img .advc-global-image,
[id$="__17665134616173c9f141"] .advc-image-with-text-new-img .advc-global-image,
[id$="__1766507295599a5eeba6"] .advc-image-with-text-new-img picture,
[id$="__17665134616173c9f141"] .advc-image-with-text-new-img picture,
[id$="__1766507295599a5eeba6"] .advc-image-with-text-new-img img,
[id$="__17665134616173c9f141"] .advc-image-with-text-new-img img {
  width: 100% !important;
  height: 100% !important;
}

[id$="__1766507295599a5eeba6"] .advc-image-with-text-new-img img,
[id$="__17665134616173c9f141"] .advc-image-with-text-new-img img {
  object-fit: cover !important;
}

[id$="__1766507295599a5eeba6"] .advc-image-with-text-new-content,
[id$="__17665134616173c9f141"] .advc-image-with-text-new-content {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  min-height: 520px;
  padding: 54px !important;
  border: 1px solid var(--lu-page-line);
  border-top: 3px solid var(--lu-page-teal);
  flex-direction: column !important;
  justify-content: center !important;
  background: var(--lu-page-card) !important;
}

[id$="__1766507295599a5eeba6"] .advc-image-with-text-new__subTitle,
[id$="__17665134616173c9f141"] .advc-image-with-text-new__subTitle {
  margin: 0 0 13px !important;
  color: var(--lu-page-teal) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
}

[id$="__1766507295599a5eeba6"] .advc-image-with-text-new__title,
[id$="__17665134616173c9f141"] .advc-image-with-text-new__title {
  margin: 0 0 24px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.045em !important;
  text-transform: uppercase;
}

[id$="__1766507295599a5eeba6"] .advc-image-with-text-new__body,
[id$="__17665134616173c9f141"] .advc-image-with-text-new__body {
  margin: 0 !important;
  color: var(--lu-page-copy) !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

/* B2B: compact, premium interactive comparison. */
[id$="__1766510645346d203320"] .advc-before-after-image {
  box-sizing: border-box;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 72px 0 !important;
  background: transparent !important;
}

[id$="__1766510645346d203320"] .before-after__intro p {
  margin: 0 0 12px !important;
  color: var(--lu-page-teal) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
}

[id$="__1766510645346d203320"] .before-after__intro h3 {
  margin: 0 0 34px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.06 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase;
}

[id$="__1766510645346d203320"] .before-after__main {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2 / 1;
  box-shadow: 0 18px 44px rgba(38, 52, 71, 0.1);
}

[id$="__1766510645346d203320"] .before-after__before-image {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

[id$="__1766510645346d203320"] .before-after__label {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(38, 52, 71, 0.74);
  backdrop-filter: blur(5px);
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}

/* B2B: stacked left-image/right-copy collaboration banners. */
[id$="__1766512394572ad89f29"] .text-columns-with-image-section {
  background: transparent !important;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image-section > .page-width {
  box-sizing: border-box;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 72px 0 !important;
}

[id$="__1766512394572ad89f29"] .block-heading {
  margin: 0 0 34px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.055em !important;
  text-align: center !important;
  text-transform: uppercase;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card-group {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-auto-columns: auto !important;
  grid-auto-flow: row !important;
  grid-auto-rows: auto !important;
  gap: 22px !important;
  transform: none !important;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card-group-scroll {
  width: 100% !important;
  overflow: visible !important;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card {
  box-sizing: border-box;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 340px;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--lu-page-line);
  border-top: 3px solid var(--lu-page-teal);
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  grid-template-rows: minmax(0, 1fr) auto auto minmax(0, 1fr);
  gap: 0 !important;
  align-items: stretch;
  background: var(--lu-page-card);
  box-shadow: 0 12px 30px rgba(38, 52, 71, 0.07);
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card .block-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  margin: 0 !important;
  aspect-ratio: auto;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1 / span 4;
  position: relative;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card .block-image img {
  width: 100% !important;
  height: 100% !important;
  inset: 0;
  object-fit: cover !important;
  position: absolute !important;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card-title,
[id$="__1766512394572ad89f29"] .text-columns-with-image__card-text {
  box-sizing: border-box;
  width: 100% !important;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card-title {
  min-height: 0;
  margin: 0 !important;
  padding: 0 44px !important;
  color: var(--lu-page-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.025em !important;
  align-self: auto;
  grid-column: 2;
  grid-row: 2;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card-text {
  display: block !important;
  overflow: visible;
  margin: 0 !important;
  padding: 14px 44px 0 !important;
  color: var(--lu-page-copy) !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
  align-self: auto;
  grid-column: 2;
  grid-row: 3;
}

[id$="__1766512394572ad89f29"] .text-columns-with-image__card-link {
  display: none !important;
}

/* Compact cross-link banners on the same page axis. */
[id$="__176650853643835741fb"],
[id$="__17665142034136250e94"] {
  box-sizing: border-box;
  padding: 72px 30px !important;
}

[id$="__176650853643835741fb"] .rich-text,
[id$="__17665142034136250e94"] .rich-text {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  min-height: 380px;
  margin-inline: auto !important;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(38, 52, 71, 0.11);
}

[id$="__176650853643835741fb"] .rich-text__content,
[id$="__17665142034136250e94"] .rich-text__content {
  box-sizing: border-box;
  min-height: 380px;
  padding: 64px 36px !important;
  row-gap: 20px !important;
}

[id$="__176650853643835741fb"] .block-heading,
[id$="__17665142034136250e94"] .block-heading {
  max-width: 26ch;
  margin-inline: auto !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.045em !important;
  overflow-wrap: normal !important;
  text-transform: uppercase;
  word-break: normal !important;
}

[id$="__176650853643835741fb"] .rte,
[id$="__17665142034136250e94"] .rte {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
}

[id$="__176650853643835741fb"] .button,
[id$="__17665142034136250e94"] .button {
  min-width: 142px;
  min-height: 46px;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

[id$="__176650853643835741fb"] .button:hover,
[id$="__17665142034136250e94"] .button:hover {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--lu-page-ink) !important;
  transform: translateY(-2px);
}

@media (max-width: 959.98px) and (min-width: 750px) {
  [id$="__17664971741609c4a62c"],
  [id$="__1766507295599a5eeba6"],
  [id$="__17665134616173c9f141"],
  [id$="__176650853643835741fb"],
  [id$="__17665142034136250e94"] {
    padding-inline: 30px !important;
  }

  [id$="__1766499469217b83512e"] .advc-container,
  [id$="__1766510645346d203320"] .advc-before-after-image,
  [id$="__1766512394572ad89f29"] .text-columns-with-image-section > .page-width {
    padding-inline: 30px !important;
  }

  [id$="__17664971741609c4a62c"] {
    padding-block: 60px !important;
  }

  [id$="__1766507295599a5eeba6"],
  [id$="__17665134616173c9f141"] {
    padding-block: 108px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow {
    --text-group-height: 238px;
    width: 100% !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__track,
  [id$="__17664971741609c4a62c"] .featured-slideshow__item,
  [id$="__17664971741609c4a62c"] .featured-slideshow__container {
    height: 620px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__image-group {
    width: 100% !important;
    height: 382px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__text-group {
    width: 100% !important;
    height: 238px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__image-container,
  [id$="__17664971741609c4a62c"] .featured-slideshow__text {
    padding: 34px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__image-container .block-heading {
    max-width: 13ch;
    font-size: 40px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__text .block-heading {
    max-width: 18ch;
    margin-bottom: 8px !important;
    font-size: 34px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__text .body3 {
    max-width: 44ch;
    font-size: 14.5px !important;
    line-height: 1.55 !important;
  }

  [id$="__1766499469217b83512e"] .advc-d-none.advc-d-md-flex.advc-text-columns-with-images__wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    gap: 18px !important;
  }

  [id$="__1766499469217b83512e"] .advc-d-md-flex .advc-text-columns-with-images__inner {
    width: 100% !important;
    min-width: 0 !important;
  }

  [id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__main,
  [id$="__1766512394572ad89f29"] .text-columns-with-image__card {
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  }

  [id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__content,
  [id$="__1766512394572ad89f29"] .text-columns-with-image__card-title {
    padding-inline: 34px !important;
  }

  [id$="__1766512394572ad89f29"] .text-columns-with-image__card-text {
    padding-inline: 34px !important;
  }
}

@media (max-width: 749.98px) {
  [id$="__17664971741609c4a62c"] {
    padding: 48px 20px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow {
    --text-group-height: 252px;
    width: 100% !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__track,
  [id$="__17664971741609c4a62c"] .featured-slideshow__item,
  [id$="__17664971741609c4a62c"] .featured-slideshow__container {
    height: 570px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__image-group {
    width: 100% !important;
    height: 318px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__text-group {
    width: 100% !important;
    height: 252px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__image-container,
  [id$="__17664971741609c4a62c"] .featured-slideshow__text {
    padding: 28px 24px !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__image-container .block-heading {
    max-width: 11ch;
    font-size: 31px !important;
    line-height: 1 !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__text .block-heading {
    max-width: 13ch;
    font-size: 29px !important;
    line-height: 1.02 !important;
  }

  [id$="__17664971741609c4a62c"] .featured-slideshow__text .body3 {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  [id$="__1766499469217b83512e"] .advc-container {
    width: 100% !important;
    padding: 52px 20px !important;
  }

  [id$="__1766499469217b83512e"] .advc-text-columns-with-images__title {
    margin-bottom: 26px !important;
    font-size: 25px !important;
  }

  [id$="__1766499469217b83512e"] .advc-d-md-none.advc-text-columns-with-images__wrapper {
    display: grid !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  [id$="__1766499469217b83512e"] .advc-d-md-none .advc-text-columns-with-images-item {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }

  #shopline-section-template--page--Customized-services__1766499469217b83512e
    .advc-d-md-none.advc-text-columns-with-images__wrapper.advc-row
    > .text-columns-with-images__inner {
    box-sizing: border-box;
    width: 100% !important;
    padding-inline: 0 !important;
  }

  [id$="__1766499469217b83512e"] .advc-d-md-none .advc-text-columns-with-images__inner {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  [id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__main {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  [id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__image {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    grid-column: 1;
    grid-row: 1;
  }

  [id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__content {
    min-height: 0;
    padding: 24px 20px 26px !important;
    grid-column: 1;
    grid-row: 2;
  }

  [id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__title {
    min-height: 0;
    margin-bottom: 12px !important;
    font-size: 18px !important;
  }

  [id$="__1766499469217b83512e"] .advc-text-columns-with-images-item__text {
    display: block !important;
    overflow: visible;
    font-size: 14px !important;
    -webkit-line-clamp: initial;
  }

  [id$="__1766507295599a5eeba6"],
  [id$="__17665134616173c9f141"] {
    padding: 72px 20px !important;
  }

  [id$="__1766507295599a5eeba6"] .advc-image-with-text-new,
  [id$="__17665134616173c9f141"] .advc-image-with-text-new {
    display: grid !important;
    width: 100% !important;
    min-height: 0;
    padding: 0 !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0 !important;
  }

  [id$="__1766507295599a5eeba6"] .advc-image-with-text-new-img,
  [id$="__17665134616173c9f141"] .advc-image-with-text-new-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  [id$="__1766507295599a5eeba6"] .advc-image-with-text-new-content,
  [id$="__17665134616173c9f141"] .advc-image-with-text-new-content {
    min-height: 0;
    padding: 32px 24px 34px !important;
  }

  [id$="__1766507295599a5eeba6"] .advc-image-with-text-new__title,
  [id$="__17665134616173c9f141"] .advc-image-with-text-new__title {
    margin-bottom: 18px !important;
    font-size: 27px !important;
  }

  [id$="__1766507295599a5eeba6"] .advc-image-with-text-new__body,
  [id$="__17665134616173c9f141"] .advc-image-with-text-new__body {
    font-size: 14.5px !important;
    line-height: 1.62 !important;
  }

  [id$="__1766510645346d203320"] .advc-before-after-image {
    width: 100% !important;
    padding: 48px 20px !important;
  }

  [id$="__1766510645346d203320"] .before-after__intro h3 {
    margin-bottom: 26px !important;
    font-size: 28px !important;
  }

  [id$="__1766510645346d203320"] .before-after__main {
    aspect-ratio: 4 / 3;
  }

  [id$="__1766512394572ad89f29"] .text-columns-with-image-section > .page-width {
    width: 100% !important;
    padding: 52px 20px !important;
  }

  [id$="__1766512394572ad89f29"] .block-heading {
    margin-bottom: 26px !important;
    font-size: 25px !important;
  }

  [id$="__1766512394572ad89f29"] .text-columns-with-image__card-group-scroll {
    width: 100% !important;
    margin-top: 0;
    padding: 0;
    overflow: visible !important;
  }

  [id$="__1766512394572ad89f29"] .text-columns-with-image__card-group {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  [id$="__1766512394572ad89f29"] .text-columns-with-image__card {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0;
    flex-direction: column;
  }

  [id$="__1766512394572ad89f29"] .text-columns-with-image__card .block-image {
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  [id$="__1766512394572ad89f29"] .text-columns-with-image__card-title {
    min-height: 0;
    padding: 24px 20px 0 !important;
    font-size: 18px !important;
  }

  [id$="__1766512394572ad89f29"] .text-columns-with-image__card-text {
    display: block !important;
    padding: 12px 20px 26px !important;
    overflow: visible;
    font-size: 14px !important;
    -webkit-line-clamp: initial;
  }

  [id$="__176650853643835741fb"],
  [id$="__17665142034136250e94"] {
    padding: 52px 20px !important;
  }

  [id$="__176650853643835741fb"] .rich-text,
  [id$="__17665142034136250e94"] .rich-text {
    width: 100% !important;
    min-height: 330px;
  }

  [id$="__176650853643835741fb"] .rich-text__content,
  [id$="__17665142034136250e94"] .rich-text__content {
    min-height: 330px;
    padding: 48px 24px !important;
    row-gap: 15px !important;
  }

  [id$="__176650853643835741fb"] .block-heading,
  [id$="__17665142034136250e94"] .block-heading {
    font-size: 26px !important;
  }
}

/* Product page recommendations: use one shared image-to-copy axis and reserve
   the review row so cards with and without reviews finish at the same height. */
body[data-page-type="product"] #shopline-section-template--product__recommended-product,
body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product {
  --lu-product-card-media-gap: 12px;
  --lu-product-card-copy-gap: 6px;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-list {
  align-items: stretch !important;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-list > li,
:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-list > li > .block-product-card {
  height: 100% !important;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-card {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-card > .block-product-image__layer-image-wrapper {
  flex: 0 0 auto;
  margin-bottom: var(--lu-product-card-media-gap) !important;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-card-info {
  box-sizing: border-box;
  width: calc(100% - 16px) !important;
  min-height: 58px !important;
  margin: 0 8px !important;
  gap: var(--lu-product-card-copy-gap) !important;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-title {
  box-sizing: border-box;
  min-height: 30px !important;
  height: 30px !important;
  padding: 2px 4px 2px 0 !important;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-card > div:has(.product-plugin-comment-rate-star) {
  box-sizing: border-box;
  flex: 0 0 23px;
  width: calc(100% - 16px) !important;
  height: 23px !important;
  min-height: 23px !important;
  margin: 8px 8px 0 !important;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-card > div:has(.product-plugin-comment-rate-star) .product-plugin-comment-rate-star {
  width: 100% !important;
  height: 23px !important;
  min-height: 23px !important;
  margin: 0 !important;
}

:is(
  body[data-page-type="product"] #shopline-section-template--product__recommended-product,
  body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
) .block-product-card:not(:has(.product-plugin-comment-rate-star))::after {
  display: block;
  flex: 0 0 23px;
  height: 23px;
  margin-top: 8px;
  content: "";
}

@media (min-width: 960px) {
  :is(
    body[data-page-type="product"] #shopline-section-template--product__recommended-product,
    body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
  ) .product-price {
    flex-wrap: nowrap !important;
    gap: 3px !important;
    align-items: baseline;
  }

  :is(
    body[data-page-type="product"] #shopline-section-template--product__recommended-product,
    body[data-page-type="product"] #shopline-section-template--product__recently-viewed-product
  ) .product-price__item {
    white-space: nowrap !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [id$="__176642530187150aa23e"] * {
    transition: none !important;
  }
}
