/* Standard footer from Figma node 1195:17291. */
.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 0;
  background: #f8f8f8;
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.site-footer.site-footer {
  border: 0;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer .footer-main {
  position: relative;
  width: 100%;
  max-width: none;
  height: 620px;
  margin: 0;
  padding: 0;
  display: block;
  background: #f8f8f8;
}

.site-footer .footer-utility,
.site-footer .footer-product-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 0;
  right: auto;
  bottom: auto;
  gap: 0;
  padding: 0;
}

.site-footer .footer-utility {
  left: 120px;
  top: 100px;
}

.site-footer .footer-product-electrical {
  left: 438px;
  top: 100px;
}

.site-footer .footer-product-home {
  left: 438px;
  top: 350px;
}

.site-footer .footer-product-lighting {
  left: 781px;
  top: 100px;
}

.site-footer .footer-product-power {
  left: 1091px;
  top: 101px;
}

.site-footer .footer-product-evse {
  left: 1091px;
  top: 265px;
}

.site-footer .footer-product-energy {
  left: 1091px;
  top: 429px;
}

.site-footer .footer-product-group h2 {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.site-footer .footer-utility a,
.site-footer .footer-product-group a {
  display: block;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-transform: none;
  white-space: nowrap;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.site-footer .footer-utility a + a {
  margin-top: 20px;
}

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

.site-footer .footer-utility a:hover,
.site-footer .footer-product-group a:hover {
  color: #008c38;
}

.site-footer .footer-contact {
  position: absolute;
  left: auto;
  right: 120px;
  top: 93px;
  bottom: auto;
  width: 350px;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  text-align: right;
  text-transform: capitalize;
  white-space: normal;
}

.site-footer .footer-contact h2 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.site-footer .footer-contact p {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.site-footer .footer-contact-button {
  position: absolute;
  left: auto;
  right: 120px;
  top: 219px;
  bottom: auto;
  width: 191px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 1px solid #13db63;
  border-radius: 4px;
  background: #008c38;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.site-footer .footer-contact-button:hover {
  background: #007a31;
  transform: translateY(-1px);
}

.site-footer .footer-arrow {
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  flex: 0 0 auto;
}

.site-footer .footer-arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-1px, 1px);
}

.site-footer .socials {
  position: absolute;
  left: auto;
  right: 120px;
  top: 506px;
  bottom: auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.site-footer .socials a {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-footer .socials a:hover {
  border-color: #008c38;
  color: #008c38;
  transform: translateY(-1px);
}

.site-footer .footer-bottom {
  min-height: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 120px;
  background: #ebebeb;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  white-space: nowrap;
}

.site-footer .footer-mobile-brand,
.site-footer .footer-mobile-accordions {
  display: none;
}

.design-frame > .site-footer {
  position: absolute;
  left: 0;
  top: 13824px;
  width: 1920px;
  height: 685px;
}

.design-frame > .site-footer .footer-main {
  width: 1920px;
}

@media (max-width: 900px) {
  body:not(.combi-detail-page) .site-footer {
    overflow: hidden;
  }

  body:not(.combi-detail-page) .site-footer .footer-main {
    height: auto;
    display: block;
    padding: 40px 28px 32px;
  }

  body:not(.combi-detail-page) .site-footer .footer-utility,
  body:not(.combi-detail-page) .site-footer .footer-product-group {
    display: none;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-brand {
    width: 146px;
    height: 47px;
    display: block;
    margin: 0 auto 36px;
    overflow: hidden;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body:not(.combi-detail-page) .site-footer .footer-contact {
    position: static;
    inset: auto;
    width: min(350px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  body:not(.combi-detail-page) .site-footer .footer-contact h2,
  body:not(.combi-detail-page) .site-footer .footer-contact p {
    font-size: clamp(20px, 5.4vw, 26px);
    line-height: 1.3;
  }

  body:not(.combi-detail-page) .site-footer .footer-contact-button {
    position: static;
    inset: auto;
    width: 150px;
    height: 46px;
    margin: 22px auto 0;
    gap: 8px;
    border-radius: 6px;
    font-size: 14px;
  }

  body:not(.combi-detail-page) .site-footer .footer-arrow {
    width: 24px;
    height: 24px;
  }

  body:not(.combi-detail-page) .site-footer .socials {
    position: static;
    inset: auto;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 32px 0 42px;
  }

  body:not(.combi-detail-page) .site-footer .socials a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordions {
    display: block;
    border-top: 1px solid #d9d9d9;
    padding-top: 32px;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordion {
    border-bottom: 0;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordion + .footer-mobile-accordion {
    margin-top: 32px;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordion summary {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordion summary::-webkit-details-marker {
    display: none;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordion summary::after {
    content: "";
    width: 18px;
    height: 18px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg) translate(-3px, -3px);
    transition: transform 160ms ease;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordion[open] summary::after {
    transform: rotate(-135deg) translate(-3px, -3px);
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 18px;
  }

  body:not(.combi-detail-page) .site-footer .footer-mobile-accordion-list a {
    color: #000;
    font-size: clamp(22px, 6.2vw, 32px);
    font-weight: 500;
    line-height: 1.25;
    text-transform: capitalize;
    white-space: nowrap;
  }

  body:not(.combi-detail-page) .site-footer .footer-bottom {
    height: auto;
    min-height: 42px;
    padding: 12px 28px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  body:not(.combi-detail-page) .site-footer .footer-main {
    padding: 40px 28px 32px;
  }
}
