.leadin-productlist-page {
  min-width: 320px;
  margin: 0;
  color: #17191d;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.leadin-productlist-page.lpl-outdoor {
  color: #fff;
  background: #08090b;
}

.leadin-productlist-page .lpl-main,
.leadin-productlist-page .lpl-main * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.leadin-productlist-page .lpl-main a {
  color: inherit;
  text-decoration: none;
}

.leadin-productlist-page .lpl-main button,
.leadin-productlist-page .lpl-main input {
  font: inherit;
}

.leadin-productlist-page .fct-a {
  visibility: hidden;
  opacity: 0;
}

.leadin-productlist-page .fct-a.show {
  visibility: visible;
  opacity: 1;
}

.lpl-width {
  width: min(1480px, calc(100% - 72px));
  margin: 0 auto;
}

.lpl-intro {
  padding: 58px 0 48px;
  background: #fff;
}

.lpl-outdoor .lpl-intro {
  background: #08090b;
}

.lpl-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 48px;
  color: #68707b;
  font-size: 12px;
}

.lpl-outdoor .lpl-breadcrumbs {
  color: #9ca3ad;
}

.lpl-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: end;
  gap: 90px;
}

.lpl-index {
  margin: 0 0 13px;
  color: #2e59b7;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.lpl-title-block h1 {
  max-width: 780px;
  margin: 0;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.lpl-title-block > p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: #68707b;
  font-size: 16px;
  line-height: 1.55;
}

.lpl-outdoor .lpl-title-block > p:last-child {
  color: #b8bec7;
}

.lpl-collection-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #d6dae0;
}

.lpl-outdoor .lpl-collection-switch {
  border-color: #3a3f47;
}

.lpl-collection-switch a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 14px 16px;
  color: #343940;
  background: #f2f4f6;
  border-right: 1px solid #d6dae0;
}

.lpl-collection-switch a:last-child {
  border-right: 0;
}

.lpl-collection-switch strong,
.lpl-collection-switch span {
  display: block;
}

.lpl-collection-switch strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.1;
}

.lpl-collection-switch span {
  color: #747b85;
  font-size: 10px;
  line-height: 1.25;
}

.lpl-collection-switch a[aria-current="page"] {
  color: #fff;
  background: #111318;
}

.lpl-collection-switch a[aria-current="page"] span {
  color: #c4c9d1;
}

.lpl-collection-switch a[aria-current="page"]::after,
.lpl-family-tab.is-current::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #2e59b7;
  content: "";
}

.lpl-outdoor .lpl-collection-switch a {
  color: #dce0e6;
  background: #16191e;
  border-color: #3a3f47;
}

.lpl-outdoor .lpl-collection-switch span {
  color: #959ca7;
}

.lpl-outdoor .lpl-collection-switch a[aria-current="page"] {
  color: #111318;
  background: #f2f4f6;
}

.lpl-outdoor .lpl-collection-switch a[aria-current="page"] span {
  color: #626a75;
}

.lpl-family-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}

.lpl-family-rail {
  min-width: 0;
  border-top: 1px solid #d6dae0;
  border-bottom: 1px solid #d6dae0;
}

.lpl-outdoor .lpl-family-rail {
  border-color: #343840;
}

.lpl-family-rail > p {
  margin: 0;
  padding: 18px 0 12px;
  color: #68707b;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.lpl-outdoor .lpl-family-rail > p {
  color: #8f97a2;
}

.lpl-family-tabs {
  display: flex;
  max-height: none;
  overflow: visible;
  flex-direction: column;
}

.lpl-family-tab {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 66px;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 7px 12px 7px 7px;
  color: #343940;
  text-align: left;
  background: transparent;
  border-top: 1px solid #d6dae0;
}

a.lpl-family-tab:hover {
  background: #eceff2;
}

.lpl-family-tab:focus-visible {
  z-index: 1;
  outline: 2px solid #2e59b7;
  outline-offset: -2px;
}

.lpl-family-thumb {
  display: block;
  width: 56px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e5e7ea;
}

.lpl-family-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lpl-family-copy,
.lpl-family-tab strong,
.lpl-family-tab small {
  display: block;
  min-width: 0;
}

.lpl-family-tab strong {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.lpl-family-tab small {
  margin-top: 4px;
  color: #7a818b;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.2;
}

.lpl-family-tab.is-current {
  color: #fff;
  background: #111318;
}

.lpl-family-tab.is-current::after {
  top: 0;
  right: auto;
  bottom: 0;
  width: 3px;
  height: auto;
}

.lpl-family-tab.is-current small {
  color: #bfc5ce;
}

.lpl-family-tab.is-unavailable:not(.is-current) {
  opacity: .52;
}

.lpl-outdoor .lpl-family-tab {
  color: #dce0e6;
  background: transparent;
  border-color: #343840;
}

.lpl-outdoor a.lpl-family-tab:hover {
  background: #181b20;
}

.lpl-outdoor .lpl-family-tab.is-current {
  color: #111318;
  background: #f2f4f6;
}

.lpl-outdoor .lpl-family-tab.is-current small {
  color: #626a75;
}

.lpl-catalogue-content {
  min-width: 0;
}

.lpl-catalogue {
  min-height: 480px;
  padding: 0 0 110px;
  background: #fff;
}

.lpl-outdoor .lpl-catalogue {
  background: #08090b;
}

.lpl-tools {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid #d6dae0;
  border-bottom: 1px solid #d6dae0;
}

.lpl-outdoor .lpl-tools {
  border-color: #343840;
}

.lpl-search {
  width: min(360px, 100%);
}

.lpl-search label {
  display: block;
  margin-bottom: 7px;
  color: #68707b;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.lpl-outdoor .lpl-search label {
  color: #8f97a2;
}

.lpl-search input[type="search"] {
  width: 100%;
  height: 34px;
  padding: 0;
  color: #17191d;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8f96a0;
  border-radius: 0;
  outline-offset: 4px;
  font-size: 15px;
}

.lpl-search input::placeholder {
  color: #9299a3;
}

.lpl-outdoor .lpl-search input[type="search"] {
  color: #fff;
  border-color: #727984;
}

.lpl-family-enquiry {
  padding: 8px 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.lpl-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.lpl-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #17191d;
}

.lpl-outdoor .lpl-product-card {
  color: #fff;
}

.lpl-product-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f1f2f4;
}

.lpl-outdoor .lpl-product-media {
  background: #e1e3e5;
}

.lpl-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}

.lpl-product-media.is-bollard-zoomed img {
  object-position: center;
  transform: scale(1.5) translateY(-10%);
}

.lpl-product-media.is-post-top-aligned {
  background: #fff;
}

.lpl-product-media.is-post-top-aligned img {
  position: absolute;
  top: var(--post-top-offset, 0);
  left: 0;
}

.lpl-product-media.is-post-top-pt01a img,
.lpl-product-media.is-post-top-pt02 img,
.lpl-product-media.is-post-top-pt03 img {
  object-position: center top;
}

.lpl-product-media.is-post-top-pt02 {
  --post-top-offset: 19%;
}

.lpl-product-media.is-post-top-pt03 {
  --post-top-offset: 16%;
}

.lpl-product-media.is-post-top-pt04 {
  --post-top-offset: 12%;
}

.lpl-product-media.is-post-top-pt05 {
  --post-top-offset: 8%;
}

.lpl-product-card:hover .lpl-product-media img,
.lpl-product-card:focus-visible .lpl-product-media img {
  transform: scale(1.015);
}

.lpl-product-card:hover .lpl-product-media.is-bollard-zoomed img,
.lpl-product-card:focus-visible .lpl-product-media.is-bollard-zoomed img {
  transform: scale(1.5225) translateY(-10%);
}

.lpl-product-copy {
  min-height: 98px;
  padding: 13px 1px 26px;
}

.lpl-product-copy > p {
  margin: 0 0 8px;
  color: #68707b;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.lpl-outdoor .lpl-product-copy > p {
  color: #959ca7;
}

.lpl-product-copy h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.lpl-product-meta {
  margin-top: 8px;
  color: #68707b;
  font-size: 11px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.lpl-outdoor .lpl-product-meta {
  color: #a4abb4;
}

.lpl-empty {
  min-height: 430px;
  padding: 100px 0;
  text-align: center;
}

.lpl-empty > p {
  margin: 0 0 16px;
  color: #2e59b7;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.lpl-empty h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 400;
}

.lpl-empty > span {
  display: block;
  margin: 16px auto 0;
  color: #68707b;
  font-size: 14px;
}

.lpl-outdoor .lpl-empty > span {
  color: #a7adb6;
}

.lpl-empty > a {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}

.lpl-pagination {
  margin-top: 45px;
  text-align: center;
}

.lpl-pagination a,
.lpl-pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border: 1px solid #d6dae0;
}

.lpl-guide {
  padding: 92px 0;
  color: #17191d;
  background: #f3f4f6;
}

.lpl-outdoor .lpl-guide {
  color: #fff;
  background: #111318;
}

.lpl-guide-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 90px;
  align-items: end;
  padding-bottom: 40px;
  border-bottom: 1px solid #cfd4da;
}

.lpl-outdoor .lpl-guide-head {
  border-color: #343840;
}

.lpl-guide-head h2,
.lpl-faq > h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
}

.lpl-guide-head p {
  margin: 0;
  color: #68707b;
  font-size: 15px;
  line-height: 1.65;
}

.lpl-outdoor .lpl-guide-head p {
  color: #adb4bd;
}

.lpl-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 72px;
}

.lpl-guide-grid article {
  min-width: 0;
  padding: 30px 28px 30px 0;
  border-bottom: 1px solid #cfd4da;
}

.lpl-guide-grid article + article {
  padding-left: 28px;
  border-left: 1px solid #cfd4da;
}

.lpl-outdoor .lpl-guide-grid article {
  border-color: #343840;
}

.lpl-guide-grid h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 600;
}

.lpl-guide-grid p,
.lpl-faq details p {
  margin: 0;
  color: #68707b;
  font-size: 14px;
  line-height: 1.65;
}

.lpl-outdoor .lpl-guide-grid p,
.lpl-outdoor .lpl-faq details p {
  color: #adb4bd;
}

.lpl-faq {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr);
  column-gap: 70px;
}

.lpl-faq details {
  grid-column: 2;
  padding: 18px 0;
  border-top: 1px solid #cfd4da;
}

.lpl-faq details:last-child {
  border-bottom: 1px solid #cfd4da;
}

.lpl-outdoor .lpl-faq details {
  border-color: #343840;
}

.lpl-faq summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.lpl-faq details p {
  padding-top: 14px;
}

.lpl-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.lpl-guide-links a,
.lpl-guide-links button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 16px;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  cursor: pointer;
  font-size: 13px;
}

.lpl-support {
  padding: 92px 0 100px;
  color: #fff;
  background: #08090b;
  border-top: 1px solid #292c31;
  border-bottom: 10px solid #2e59b7;
}

.lpl-outdoor .lpl-support {
  background: #111318;
}

.lpl-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 90px;
}

.lpl-support-layout > div:first-child > p {
  margin: 0 0 16px;
  color: #c0c5cd;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.lpl-support-layout > div:first-child > p::before {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-right: 12px;
  background: #2e59b7;
  content: "";
  vertical-align: middle;
}

.lpl-support h2 {
  margin: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.12;
}

.lpl-support-layout > div:last-child {
  align-self: end;
}

.lpl-support-layout > div:last-child p {
  margin: 0 0 26px;
  color: #cbd0d8;
  font-size: 15px;
  line-height: 1.65;
}

.lpl-support-button {
  min-height: 44px;
  padding: 10px 18px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .lpl-heading,
  .lpl-support-layout {
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 56px;
  }

  .lpl-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lpl-family-layout {
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 30px;
  }

  .lpl-family-tab {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
  }

  .lpl-family-thumb {
    width: 50px;
  }
}

@media (max-width: 820px) {
  .lpl-width {
    width: calc(100% - 24px);
  }

  .lpl-intro {
    padding: 34px 0 28px;
  }

  .lpl-breadcrumbs {
    gap: 6px;
    margin-bottom: 32px;
    font-size: 10px;
  }

  .lpl-heading,
  .lpl-guide-head,
  .lpl-support-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lpl-index {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .lpl-title-block h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .lpl-title-block > p:last-child {
    margin-top: 13px;
    font-size: 14px;
  }

  .lpl-collection-switch a {
    min-height: 66px;
    gap: 5px;
    padding: 11px 12px;
  }

  .lpl-collection-switch strong {
    font-size: 14px;
  }

  .lpl-collection-switch span {
    font-size: 9px;
  }

  .lpl-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lpl-family-layout {
    display: block;
  }

  .lpl-family-rail {
    margin-bottom: 20px;
  }

  .lpl-family-rail > p {
    padding: 0 0 10px;
  }

  .lpl-family-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d6dae0;
  }

  .lpl-outdoor .lpl-family-tabs {
    border-color: #343840;
  }

  .lpl-family-tab {
    min-height: 62px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 7px 7px 5px;
    border-top: 0;
    border-right: 1px solid #d6dae0;
    border-bottom: 1px solid #d6dae0;
  }

  .lpl-outdoor .lpl-family-tab {
    border-color: #343840;
  }

  .lpl-family-tab:nth-child(2n) {
    border-right: 0;
  }

  .lpl-family-thumb {
    width: 42px;
  }

  .lpl-family-tab strong {
    font-size: 10px;
    line-height: 1.18;
  }

  .lpl-family-tab small {
    font-size: 7px;
  }

  .lpl-catalogue {
    padding-bottom: 72px;
  }

  .lpl-tools {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
    padding: 15px 0 18px;
  }

  .lpl-search {
    width: 100%;
  }

  .lpl-search input[type="search"] {
    height: 32px;
    font-size: 14px;
  }

  .lpl-family-enquiry {
    align-self: flex-start;
    font-size: 11px;
  }

  .lpl-product-grid {
    gap: 14px;
  }

  .lpl-product-copy {
    min-height: 84px;
    padding: 9px 0 20px;
  }

  .lpl-product-copy > p {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .lpl-product-copy h2 {
    font-size: 12px;
    line-height: 1.25;
  }

  .lpl-product-meta {
    margin-top: 6px;
    font-size: 9px;
  }

  .lpl-empty {
    min-height: 340px;
    padding: 76px 20px;
  }

  .lpl-empty h2 {
    font-size: 27px;
  }

  .lpl-guide {
    padding: 62px 0;
  }

  .lpl-guide-head {
    padding-bottom: 28px;
  }

  .lpl-guide-head h2,
  .lpl-faq > h2 {
    font-size: 28px;
  }

  .lpl-guide-grid {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .lpl-guide-grid article,
  .lpl-guide-grid article + article {
    padding: 22px 0;
    border-left: 0;
  }

  .lpl-faq {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .lpl-faq details {
    grid-column: 1;
  }

  .lpl-support {
    padding: 64px 0 72px;
  }

  .lpl-support h2 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lpl-product-media img {
    transition: none;
  }
}
