.product-collection-page {
  min-height: 100vh;
  background: #f6f6f6;
  color: #050505;
}

.product-collection-page main {
  padding-top: 80px;
  background: #f6f6f6;
  overflow: visible;
}

.product-collection-page .site-header {
  color: #161616;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.product-collection-page .site-header.is-menu-open {
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.product-collection-page .logo-crop-color,
.product-collection-page .site-header.is-scrolled .logo-crop-color,
.product-collection-page .site-header.is-menu-open .logo-crop-color {
  opacity: 1;
}

.product-collection-page .logo-crop-white,
.product-collection-page .site-header.is-scrolled .logo-crop-white,
.product-collection-page .site-header.is-menu-open .logo-crop-white {
  opacity: 0;
}

.product-collection-page .brand-nav .logo-crop img {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  object-fit: contain;
}

.product-collection-page .primary-nav a.is-current {
  color: var(--green);
}

.product-collection-page .primary-nav a {
  color: #050505;
}

.product-collection-page .primary-nav a:hover,
.product-collection-page .primary-nav a.is-active {
  color: var(--green);
}

.product-collection-page .primary-nav a.is-current::after {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.product-collection-page .site-header.is-menu-open .primary-nav a.is-current:not(.is-active)::after {
  opacity: 0;
  transform: translate3d(-50%, 6px, 0) scale(0.6);
}

.product-collection-page .icon-button {
  color: #050505;
}

.product-collection-page .lang-button {
  background: #e9e9e9;
  color: #050505;
}

.product-collection-page .contact-button {
  background: var(--green);
  color: #fff;
  text-transform: none;
}

.product-collection-page .nav-dropdown {
  color: #050505;
}

.collection-shell {
  width: min(1680px, calc(100vw - 240px));
  margin: 0 auto;
}

.collection-banner {
  position: relative;
  height: clamp(420px, 31.25vw, 600px);
  overflow: hidden;
  background: #d9d2c7;
  color: #fff;
}

.collection-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0));
  pointer-events: none;
}

.collection-banner img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: opacity 240ms ease, transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-banner.is-swapping img {
  opacity: 0.45;
  transform: scale(1.018);
}

.collection-banner h2 {
  position: absolute;
  z-index: 1;
  left: max(80px, calc((100vw - 1680px) / 2));
  top: 50%;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 3.65vw, 70px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  transform: translateY(-50%);
}

.collection-products {
  padding: 100px 0 120px;
  background: #f6f6f6;
}

.collection-products .collection-shell {
  position: relative;
}

.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.collection-filter-button {
  width: 72px;
  height: 72px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #050505;
  cursor: pointer;
  transition: border-color 180ms ease, transform 200ms ease;
}

.collection-filter-button:hover,
.collection-filter-button[aria-expanded="true"] {
  border-color: var(--green);
  transform: translateY(-1px);
}

.collection-filter-button:focus,
.collection-filter-close:focus {
  outline: none;
}

.collection-filter-button:focus-visible,
.collection-filter-close:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 140, 56, 0.16);
}

.filter-icon {
  width: 26px;
  height: 26px;
  overflow: visible;
}

.filter-icon path,
.filter-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.filter-icon circle {
  fill: #fff;
}

.collection-search {
  width: min(362px, 100%);
  height: 72px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.collection-search span {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid #050505;
  border-radius: 50%;
  position: relative;
}

.collection-search span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  background: #050505;
  transform: rotate(45deg);
}

.collection-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #050505;
  font: inherit;
  font-size: 14px;
  background: transparent;
}

.collection-search input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.collection-filter-panel {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  top: 92px;
  min-height: 390px;
  padding: 42px 48px 38px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.collection-filter-panel[hidden] {
  display: none;
}

.collection-filter-panel h2 {
  margin: 0;
  color: #050505;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
}

.collection-filter-close {
  position: absolute;
  right: 42px;
  top: 37px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #050505;
  cursor: pointer;
}

.collection-filter-close svg {
  width: 40px;
  height: 40px;
}

.collection-filter-close path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.collection-filter-form {
  display: grid;
  gap: 20px;
  margin-top: 62px;
}

.collection-filter-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 22px 92px;
}

.collection-filter-label {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.collection-filter-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 40px;
}

.collection-filter-option {
  position: relative;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}

.collection-filter-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-radio {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: #fff;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.collection-filter-option input:checked + .filter-radio {
  border-color: var(--green);
  background: var(--green);
}

.collection-filter-option input:focus-visible + .filter-radio {
  box-shadow: 0 0 0 3px rgba(0, 140, 56, 0.16);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 30px;
}

.collection-product-card {
  height: 595px;
  display: flex;
  flex-direction: column;
  padding: 0 24px 34px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 260ms ease, opacity 220ms ease;
}

.collection-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.collection-product-card[hidden] {
  display: none;
}

.collection-product-card img {
  width: calc(100% + 48px);
  height: 398px;
  margin: 0 -24px;
  object-fit: contain;
  background: #fff;
}

.collection-product-card h3 {
  margin: 20px 0 0;
  color: #050505;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
}

.collection-product-card p {
  margin: 5px 0 0;
  min-height: 52px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.collection-more {
  width: 109px;
  min-height: 48px;
  margin-top: auto;
  padding: 0;
  font-size: 14px;
}

.collection-empty {
  display: none;
  margin: 48px 0 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: 18px;
}

.collection-empty.is-visible {
  display: block;
}

.product-collection-page .site-footer {
  border-top: 1px solid #dcdcdc;
  background: #f8f8f8;
}

.product-collection-page .footer-main {
  width: min(1660px, calc(100vw - 240px));
  height: 491px;
  max-width: none;
  margin: 0 auto;
  padding: 93px 0 0;
  position: relative;
  display: grid;
  grid-template-columns: 320px repeat(3, 160px) minmax(300px, 1fr);
  gap: clamp(48px, 5vw, 100px);
  align-items: start;
}

.product-collection-page .footer-brand {
  position: static;
  width: 292px;
  height: 93px;
  margin-top: 7px;
}

.product-collection-page .footer-logo {
  width: 292px;
  height: 93px;
}

.product-collection-page .footer-col {
  position: static;
  width: 160px;
}

.product-collection-page .footer-col:nth-of-type(1) {
  left: auto;
  top: auto;
}

.product-collection-page .footer-col:nth-of-type(2) {
  left: auto;
  top: auto;
  width: 160px;
}

.product-collection-page .footer-support {
  left: auto;
  top: auto;
  width: 160px;
}

.product-collection-page .footer-contact {
  position: static;
  justify-self: end;
  width: 350px;
}

.product-collection-page .footer-contact .button {
  position: relative;
  right: auto;
  top: auto;
  margin-top: 38px;
}

.product-collection-page .socials {
  position: absolute;
  left: 0;
  top: 243px;
  right: auto;
  gap: 32px;
}

.product-collection-page .footer-bottom {
  padding: 0 max(24px, calc((100vw - 1660px) / 2));
}

@media (max-width: 1500px) {
  .collection-shell {
    width: min(1180px, calc(100vw - 80px));
  }

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

  .collection-banner h2 {
    left: 40px;
  }

  .product-collection-page .footer-main {
    width: min(1180px, calc(100vw - 80px));
    grid-template-columns: 260px repeat(3, 140px) minmax(260px, 1fr);
    gap: 40px;
  }

  .product-collection-page .footer-col:nth-of-type(1) {
    left: 360px;
  }

  .product-collection-page .footer-col:nth-of-type(2) {
    left: 580px;
  }

  .product-collection-page .footer-support {
    left: 800px;
  }
}

@media (max-width: 1100px) {
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-product-card {
    height: auto;
    min-height: 560px;
  }

  .collection-product-card img {
    height: 340px;
  }

  .collection-filter-row {
    grid-template-columns: 150px minmax(0, 1fr);
    column-gap: 40px;
  }

  .product-collection-page .footer-main {
    height: auto;
    width: calc(100vw - 80px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px 34px;
    padding: 72px 0;
  }

  .product-collection-page .footer-brand,
  .product-collection-page .footer-col,
  .product-collection-page .footer-support,
  .product-collection-page .footer-contact,
  .product-collection-page .socials {
    position: static;
    width: auto;
  }

  .product-collection-page .footer-brand,
  .product-collection-page .footer-contact,
  .product-collection-page .socials {
    grid-column: 1 / -1;
  }

  .product-collection-page .footer-brand {
    width: 220px;
    height: auto;
  }

  .product-collection-page .footer-logo {
    width: 220px;
    height: auto;
  }

  .product-collection-page .footer-contact,
  .product-collection-page .footer-contact h2,
  .product-collection-page .footer-contact p {
    text-align: left;
  }

  .product-collection-page .footer-contact .button {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-top: 30px;
  }

  .product-collection-page .socials {
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .product-collection-page main {
    padding-top: 72px;
  }

  .product-collection-page .site-header {
    padding: 0 20px;
    justify-content: space-between;
  }

  .product-collection-page .brand-nav {
    position: relative;
    width: 112px;
    height: 50px;
    flex: 0 0 112px;
  }

  .product-collection-page .header-actions {
    width: auto;
    height: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .product-collection-page .icon-button,
  .product-collection-page .lang-button {
    position: static;
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .product-collection-page .icon-button {
    border: 1px solid #dcdcdc;
    background: #f3f3f3;
    color: #050505;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .product-collection-page .lang-button {
    padding: 0;
    border: 0;
    background: #e9e9e9;
  }

  .product-collection-page .contact-button {
    display: none;
  }

  .collection-shell {
    width: calc(100vw - 40px);
  }

  .collection-banner {
    height: 320px;
  }

  .collection-banner h2 {
    left: 20px;
    right: 20px;
    max-width: min(350px, calc(100vw - 40px));
    font-size: 32px;
    line-height: 1.18;
    white-space: normal;
  }

  .collection-products {
    padding: 52px 0 74px;
  }

  .collection-toolbar {
    align-items: stretch;
  }

  .collection-filter-button,
  .collection-search {
    height: 56px;
  }

  .collection-filter-button {
    width: 56px;
    flex: 0 0 56px;
  }

  .filter-icon {
    width: 23px;
    height: 23px;
  }

  .collection-filter-panel {
    top: 72px;
    min-height: 0;
    padding: 26px 22px 28px;
  }

  .collection-filter-panel h2 {
    font-size: 22px;
  }

  .collection-filter-close {
    right: 15px;
    top: 18px;
  }

  .collection-filter-form {
    gap: 24px;
    margin-top: 28px;
  }

  .collection-filter-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .collection-filter-options {
    gap: 12px 22px;
  }

  .collection-filter-option {
    font-size: 14px;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .collection-product-card {
    height: auto;
    min-height: 0;
    padding-bottom: 28px;
  }

  .collection-product-card img {
    height: 280px;
  }

  .collection-product-card h3 {
    font-size: 21px;
  }

  .collection-product-card p {
    min-height: 0;
    font-size: 16px;
  }

  .product-collection-page .footer-main {
    width: calc(100vw - 40px);
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 56px 0;
  }

  .product-collection-page .footer-bottom {
    padding: 20px;
    line-height: 1.4;
  }
}

/* Footer layout refresh from Figma node 146:868. */
.product-collection-page .site-footer {
  color: #060606;
  background: #f8f8f8;
}

.product-collection-page .footer-main {
  width: auto;
  height: 620px;
  max-width: 1920px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.product-collection-page .footer-utility,
.product-collection-page .footer-product-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-collection-page .footer-utility {
  left: 120px;
  top: 100px;
  gap: 20px;
}

.product-collection-page .footer-product-electrical {
  left: 478px;
  top: 100px;
  width: 250px;
}

.product-collection-page .footer-product-home {
  left: 478px;
  top: 350px;
  width: 250px;
}

.product-collection-page .footer-product-lighting {
  left: 801px;
  top: 100px;
  width: 260px;
}

.product-collection-page .footer-product-power {
  left: 1091px;
  top: 100px;
  width: 230px;
}

.product-collection-page .footer-product-evse {
  left: 1091px;
  top: 265px;
  width: 260px;
}

.product-collection-page .footer-product-energy {
  left: 1091px;
  top: 429px;
  width: 220px;
}

.product-collection-page .footer-product-group h2 {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.product-collection-page .footer-utility a,
.product-collection-page .footer-product-group a {
  color: #050505;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  transition: color 200ms ease;
}

.product-collection-page .footer-product-group a + a {
  margin-top: 16px;
}

.product-collection-page .footer-utility a:hover,
.product-collection-page .footer-product-group a:hover {
  color: var(--green);
}

.product-collection-page .footer-contact {
  right: 120px;
  top: 93px;
  width: 350px;
  text-align: right;
}

.product-collection-page .footer-contact h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-align: right;
}

.product-collection-page .footer-contact p {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-align: right;
}

.product-collection-page .footer-contact .button {
  right: 0;
  top: 126px;
  width: 191px;
  height: 58px;
  padding: 0 24px 0 32px;
  justify-content: space-between;
  font-size: 16px;
}

.product-collection-page .socials {
  right: 120px;
  top: 506px;
  gap: 32px;
}

.product-collection-page .footer-bottom {
  height: 65px;
  padding: 0 120px;
  background: #ebebeb;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 760px) {
  .product-collection-page .footer-main {
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 76px 24px 64px;
  }

  .product-collection-page .footer-utility,
  .product-collection-page .footer-product-group,
  .product-collection-page .footer-contact {
    position: static;
    width: auto;
  }

  .product-collection-page .footer-utility {
    gap: 18px;
  }

  .product-collection-page .footer-product-group h2 {
    margin-bottom: 14px;
  }

  .product-collection-page .footer-product-group a + a {
    margin-top: 10px;
  }

  .product-collection-page .footer-contact,
  .product-collection-page .footer-contact h2,
  .product-collection-page .footer-contact p {
    text-align: left;
  }

  .product-collection-page .footer-contact .button {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }

  .product-collection-page .socials {
    position: static;
    gap: 24px;
  }

  .product-collection-page .footer-bottom {
    padding: 0 24px;
    min-height: 65px;
    height: auto;
    line-height: 1.4;
  }
}
