/* MAIN STYLE */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body, h1, h2, h3, h4, h5, p {
  margin: 0;
}

body.sb-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 2;
}
body.hidden {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.be-a-part-of-the-change {
  padding-top: 80px;
  padding-inline: 24px;
}
.be-a-part-of-the-change h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
}
.be-a-part-of-the-change p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  color: #666666;
  padding-top: 16px;
  padding-bottom: 32px;
}
.be-a-part-of-the-change .lb-button {
  width: 137px;
}
.be-a-part-of-the-change .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1392px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0 24px 48px;
  margin: 0 auto;
  background: #F6F6F6;
  border-radius: 16px;
}
.be-a-part-of-the-change .col {
  width: 43%;
}
.be-a-part-of-the-change .lb-change-slider {
  width: 51.48%;
}
.be-a-part-of-the-change slide {
  width: 532px;
  margin: 0 16px;
}
.be-a-part-of-the-change .slick-disabled {
  opacity: 0.5;
}
.be-a-part-of-the-change .slick-prev, .be-a-part-of-the-change .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 37px;
  cursor: pointer;
}
.be-a-part-of-the-change .slick-prev {
  left: 16px;
}
.be-a-part-of-the-change .slick-prev::before {
  content: url("./../images/vector-left.png");
}
.be-a-part-of-the-change .slick-next {
  right: 24px;
}
.be-a-part-of-the-change .slick-next::before {
  content: url("./../images/vector-right.png");
}

/* HEADER */
.top-bar {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
  padding: 9.5px;
}
.top-bar h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.top-bar a {
  text-decoration: none;
}

.admin-bar header {
  top: 32px;
}
.admin-bar header nav.mobile {
  top: 32px;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
}
header.desktop {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
header nav.desktop {
  background: #ffffff;
}
header nav.desktop .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav.desktop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 24px 11px 13px;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header nav.desktop .sub-menu {
  padding-top: 33px;
  background: #fff;
  overflow: auto;
  height: 530px;
}
header nav.desktop .sub-menu::-webkit-scrollbar {
  width: 3px;
  background: none;
}
header nav.desktop .sub-menu::-webkit-scrollbar-thumb {
  background: #F8F8F8;
  border-radius: 4px;
}
header nav.desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding-bottom: 4px;
}
header nav.desktop ul a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}
header nav.desktop ul.desktop > li {
  border-bottom: 1px solid transparent;
}
header nav.desktop ul.desktop > li:hover {
  border-bottom: 1px solid #333333;
}
header nav.desktop ul.desktop > .menu-item-has-children.active {
  border-bottom: 1px solid #333333;
}
header nav.desktop ul.desktop > .menu-item-has-children.active > .sub-menu {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu {
  height: 536px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-inline: calc((100% - 1390px) / 2);
  border-top: 1px solid #E3E3E8;
  z-index: -1;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #E3E3E8;
  top: 0;
  left: calc((100% - 1390px) / 2 + 293px);
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu > li {
  padding-bottom: 8px;
  width: 258px;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu > li:hover > a, header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu > li.active > a {
  font-weight: 400;
  color: #0054A2;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 19.6px;
  text-transform: uppercase;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: calc((100% - 1390px) / 2 + 326px);
  padding-left: 0;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu .sub-menu li {
  padding-bottom: 16px;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu .sub-menu li:not(:first-of-type):hover a {
  text-decoration: underline;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu .sub-menu li a {
  text-transform: none;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu .sub-menu li:first-of-type a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #CFCFCF;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu > .menu-item-has-children.active .sub-menu {
  opacity: 1;
  visibility: visible;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu > .menu-item-has-children > a {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu > .menu-item-has-children > a::after {
  content: "\f345";
  font-family: "dashicons";
  line-height: 0.9;
}
header nav.desktop ul.desktop > .menu-item-has-children > a::after {
  font-size: 14px;
  content: "\f347";
  font-family: "dashicons";
  width: 25px;
  text-align: center;
}
header nav.mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav.mobile.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: 100%;
}
header nav.mobile .lb-back-close {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}
header nav.mobile .back-mob-menu {
  position: absolute;
  left: 24px;
  top: 62px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
header nav.mobile .back-mob-menu.visible {
  visibility: visible;
  opacity: 1;
}
header nav.mobile .close-mob-menu {
  position: absolute;
  top: 62px;
  right: 32px;
  cursor: pointer;
}
header nav.mobile button {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  background: none;
  border: none;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  z-index: 10;
}
header nav.mobile button span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
header nav.mobile .sub-menu {
  height: 100%;
  overflow-y: auto;
}
header nav.mobile .sub-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 136px;
  background: #ffffff;
  z-index: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header nav.mobile .sub-menu-wrapper .sub-menu-wrapper li:first-of-type {
  border: none;
  padding-top: 0;
  padding-bottom: 8px;
}
header nav.mobile .sub-menu-wrapper .sub-menu-wrapper li:first-of-type a {
  color: #CFCFCF;
  font-weight: 400;
  line-height: 19.2px;
}
header nav.mobile a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}
header nav.mobile .search-mobile {
  position: relative;
  text-align: center;
  display: block;
  padding-block: 32px;
  margin-inline: 24px;
  border-bottom: 1px solid #E3E3E8;
}
header nav.mobile .search-mobile::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background: url("./../images/sgrey.svg");
}
header nav.mobile .menu-item-has-children {
  background: url("./../images/vector-right.png");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}
header nav.mobile .menu-item-has-children > a {
  pointer-events: none;
}
header nav.mobile .menu-item-has-children.active > .sub-menu-wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header nav.mobile .menu-item-has-children > audio {
  display: block;
  width: 100%;
}
header nav.mobile .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 112px;
  padding-left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav.mobile .search.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header nav.mobile .search .searchBox {
  position: static;
  opacity: 1;
  padding: 0 24px;
  border: none;
}
header nav.mobile .search .searchBox form {
  width: 100%;
}
header nav.mobile .menu-mobile-menu-container, header nav.mobile .menu-primary-menu-container {
  text-align: center;
  padding-top: 136px;
}
header nav.mobile .menu-mobile-menu-container ul, header nav.mobile .menu-primary-menu-container ul {
  padding-inline: 24px;
  list-style: none;
  margin: 0;
}
header nav.mobile .menu-mobile-menu-container li, header nav.mobile .menu-primary-menu-container li {
  cursor: pointer;
  padding-block: 32px;
  border-bottom: 1px solid #E3E3E8;
}
header nav.mobile .menu-mobile-menu-container li:not(.menu-item-has-children) a, header nav.mobile .menu-primary-menu-container li:not(.menu-item-has-children) a {
  display: block;
}
header .mob-menu-toggle {
  display: none;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
header .open-sb {
  padding: 0;
  border: none;
  background: none;
  height: 24px;
  cursor: pointer;
}
header .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  background: #ffffff;
  border-top: 1px solid #E3E3E8;
  border-bottom: 1px solid #E3E3E8;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: -2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .searchBox.active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 1;
}
header .searchBox form {
  position: relative;
  width: 684px;
}
header .searchBox input[type=search] {
  font-family: Inter;
  font-size: 16px;
  line-height: 21.79px;
  height: 48px;
  width: 100%;
  border: 1px solid #E3E3E8;
  border-radius: 8px;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  outline: none;
  font-weight: 300;
}
header .searchBox input[type=search]::-webkit-search-cancel-button {
  display: none;
}
header .searchBox button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: url("./../images/sgrey.svg");
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  cursor: pointer;
  padding: 0;
  -webkit-filter: invert(48%) sepia(7%) saturate(0%) hue-rotate(136deg) brightness(88%) contrast(83%);
          filter: invert(48%) sepia(7%) saturate(0%) hue-rotate(136deg) brightness(88%) contrast(83%);
}
header .search {
  padding-left: 95px;
}

.lb-button {
  position: relative;
  border-radius: 8px;
  width: 193px;
  height: 48px;
  background: #000000;
  overflow: hidden;
}
.lb-button:hover::after {
  opacity: 0;
}
.lb-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lb-button a {
  font-family: Inter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

/* FOOTER */
.footer {
  background: #F8F8F8;
  padding-top: 40px;
}
.footer h5 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #707070;
}
.footer ul {
  padding: 0;
  margin: 16px 0 0 0;
  list-style: none;
}
.footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #707070;
  padding-bottom: 8px;
}
.footer li a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}
.footer li a:hover {
  text-decoration: underline;
}
.footer form {
  position: relative;
  width: 210px;
  margin: 16px 0;
}
.footer form input[type=email] {
  font-family: Inter;
  font-size: 11.44px;
  font-weight: 400;
  line-height: 15.58px;
  letter-spacing: 0.8px;
  color: #707070;
  border: none;
  background: #EEEEEE;
  padding: 13px 48px 13px 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.footer form input[type=email]:focus {
  outline: none;
}
.footer form input[type=email]::-webkit-input-placeholder {
  opacity: 0.5;
}
.footer form button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: none;
  width: 24px;
  height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
  font-size: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.footer form button[type=submit]::before {
  content: url("./../images/white-arrow.svg");
}
.footer form button[type=submit]:hover {
  background: #000000;
}
.footer .follow-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.footer .follow-us ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .follow-us li {
  padding: 0;
}
.footer .follow-us li:last-of-type a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  border-radius: 100px;
  background: #EEEEEE;
}
.footer .follow-us li:last-of-type a img {
  width: 19px;
  height: 19px;
  -webkit-filter: invert(75%) sepia(0%) saturate(0%) hue-rotate(196deg) brightness(70%) contrast(89%);
          filter: invert(75%) sepia(0%) saturate(0%) hue-rotate(196deg) brightness(70%) contrast(89%);
}
.footer .footer-logo {
  margin: -9px 0 0 -9px;
}
.footer .container {
  max-width: 1392px;
  padding-inline: 24px;
  margin: 0 auto;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .row:first-of-type {
  padding-bottom: 28px;
  max-width: 1032px;
  margin: 0 auto;
  opacity: 0.3;
}
.footer .row:last-of-type {
  position: relative;
  padding-top: 64px;
  padding-bottom: 55px;
  border-top: 1px solid rgba(112, 112, 112, 0.1019607843);
  border-bottom: 1px solid rgba(112, 112, 112, 0.1019607843);
}
.footer .row:last-of-type::after {
  content: "";
  background: url("./../images/plant.png");
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -24px;
}
.footer .row:last-of-type .col {
  position: relative;
  z-index: 1;
}
.footer .row:last-of-type .col:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 29.17%;
  margin-left: -23px;
  margin-right: 18px;
}
.footer .row:last-of-type .col:nth-of-type(3) {
  width: 210px;
}
.footer .row:last-of-type .col:last-of-type {
  padding-right: 0;
}

section.legal {
  padding-top: 20px;
  padding-bottom: 12px;
  background: #F8F8F8;
  border-bottom: 8px solid #0373AD;
}
section.legal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1392px;
  padding-inline: 24px;
  margin: 0 auto;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #707070;
}
section.legal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.legal ul li {
  padding-left: 32px;
}
section.legal ul a {
  color: inherit;
  text-decoration: none;
}
section.legal ul a:hover {
  text-decoration: underline;
}

/* HOME */
.page-template-homepage .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
  height: 600px;
  position: relative;
  font-family: Inter;
  text-align: center;
}
.page-template-homepage .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.page-template-homepage .hero h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  color: #FFFFFF;
}
.page-template-homepage .hero p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  color: #E8E8E8;
  max-width: clamp(530px, 33.125rem + (1vw - 7.68px) * 21.4844, 585px);
  margin: 0 auto;
}
.page-template-homepage .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.page-template-homepage .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-homepage .hero__link {
  width: 193px;
}
.page-template-homepage .top-categories {
  text-align: center;
  padding-top: 80px;
}
.page-template-homepage .top-categories h5 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 300;
  line-height: 33.6px;
  padding-bottom: 24px;
}
.page-template-homepage .top-categories .lb-button {
  margin: 9px auto 0;
}
.page-template-homepage .top-categories .woocommerce {
  max-width: 1440px;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.page-template-homepage .top-categories .woocommerce ul.products {
  margin: 0 -16px;
}
.page-template-homepage .top-categories .woocommerce ul.products li.product {
  width: 25%;
  padding-inline: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  margin-right: 0;
}
.page-template-homepage .top-categories .woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.78px;
  padding: 27px 16px;
  color: #000000;
  text-transform: capitalize;
  background: #f6f6f6;
  position: relative;
}
.page-template-homepage .top-categories .woocommerce ul.products a {
  display: block;
  background: #f6f6f6;
  overflow: hidden;
}
.page-template-homepage .top-categories .woocommerce ul.products a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page-template-homepage .top-categories .woocommerce ul.products a img {
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-template-homepage .our-mission {
  font-family: Inter;
  color: #000000;
  padding-top: 80px;
}
.page-template-homepage .our-mission h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 33.6px;
  padding-bottom: 17px;
}
.page-template-homepage .our-mission h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
}
.page-template-homepage .our-mission p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  max-width: 600px;
  color: #666666;
}
.page-template-homepage .our-mission .lb-button {
  width: 137px;
}
.page-template-homepage .our-mission .blocks-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.page-template-homepage .our-mission .blocks-wrap__col div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-bottom: 16px;
}
.page-template-homepage .our-mission .blocks-wrap p {
  font-size: 16px;
  line-height: 25.6px;
}
.page-template-homepage .our-mission .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 24px;
  margin: 0 auto;
}
.page-template-homepage .our-mission__col:first-child {
  width: 46%;
}
.page-template-homepage .our-mission__col:first-child img {
  border-radius: 12px;
}
.page-template-homepage .our-mission__col:last-child {
  width: 49%;
}
.page-template-homepage .photo-gallery {
  padding-top: 80px;
}
.page-template-homepage .photo-gallery__wrap {
  max-width: 1392px;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
}
.page-template-homepage .photo-gallery .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: calc((100% - 1392px) / 2 - 24px);
}
.page-template-homepage .photo-gallery h2 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 300;
  line-height: 33.6px;
  color: #000000;
}
.page-template-homepage .photo-gallery img {
  max-height: 496px;
  max-width: 799px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.page-template-homepage .photo-gallery .lb-gallery {
  padding-left: 24px;
}
.page-template-homepage .photo-gallery .slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.page-template-homepage .photo-gallery .slick-slide {
  margin: 0 12px;
}
.page-template-homepage .photo-gallery .slick-disabled {
  opacity: 0.5;
}
.page-template-homepage .photo-gallery .gallery-prev, .page-template-homepage .photo-gallery .gallery-next {
  font-size: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 37px;
  cursor: pointer;
}
.page-template-homepage .photo-gallery .gallery-prev::before {
  content: url("./../images/vector-left.png");
}
.page-template-homepage .photo-gallery .gallery-next::before {
  content: url("./../images/vector-right.png");
}
.page-template-homepage .browse-our-catalog {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-inline: 24px;
}
.page-template-homepage .browse-our-catalog h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  color: #000000;
}
.page-template-homepage .browse-our-catalog p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  color: #666666;
  max-width: 646px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 24px;
}
.page-template-homepage .browse-our-catalog .container {
  padding: 105px;
  background: #F6F6F6;
  border-radius: 12px;
  max-width: 1392px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-homepage .browse-our-catalog .lb-button {
  width: 179px;
  margin: 0 auto;
}

/* PLP */
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header,
.tax-product_cat.archive.woocommerce.woocommerce-page .term-description {
  display: none;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 80px;
  padding-right: 75px;
  margin-bottom: 70px;
  background: url("./../images/black-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header h2 {
  font-family: Inter;
  font-weight: 300;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header p {
  font-family: Inter;
  font-weight: 300;
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: 0.55px;
  color: #D7D7D7;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

.search.archive.woocommerce.woocommerce-page .lb-archive-header {
  display: none;
}
.search.archive.woocommerce.woocommerce-page .page {
  padding-top: 118px;
}

.tax-product_cat.archive.woocommerce.woocommerce-page .lb-close-filter, .search.archive.woocommerce.woocommerce-page .lb-close-filter {
  display: none;
  cursor: pointer;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-info, .search.archive.woocommerce.woocommerce-page .woocommerce-info {
  font-family: Inter;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .lb-reset, .search.archive.woocommerce.woocommerce-page .lb-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #707070;
  width: 61px;
  cursor: pointer;
  text-decoration: none;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .lb-reset.disabled, .search.archive.woocommerce.woocommerce-page .lb-reset.disabled {
  cursor: default;
  opacity: 0.3;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .lb-reset::before, .search.archive.woocommerce.woocommerce-page .lb-reset::before {
  content: url("./../images/arrow-rotate.svg");
  display: block;
  height: 12px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .lb-filter-btn, .search.archive.woocommerce.woocommerce-page .lb-filter-btn {
  background: url("./../images/filter-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 76px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper > a, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 76px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__subtitle, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__subtitle {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #A5A199;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__downloads, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__downloads {
  padding-inline: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products, .search.archive.woocommerce.woocommerce-page ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px -16px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product, .search.archive.woocommerce.woocommerce-page ul.products li.product {
  width: 33.333%;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product:hover img:not(.lb-download-icon), .search.archive.woocommerce.woocommerce-page ul.products li.product:hover img:not(.lb-download-icon) {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .lb-image-wrapper, .search.archive.woocommerce.woocommerce-page ul.products li.product .lb-image-wrapper {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product a, .search.archive.woocommerce.woocommerce-page ul.products li.product a {
  display: block;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product a img, .search.archive.woocommerce.woocommerce-page ul.products li.product a img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product h2, .search.archive.woocommerce.woocommerce-page ul.products li.product h2 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.78px;
  text-align: center;
  color: #000000;
  padding: 0;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download, .search.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download {
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #707070;
  border-top: 1px solid rgba(112, 112, 112, 0.1019607843);
  padding-block: 16px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download:hover, .search.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download:hover {
  text-decoration: underline;
}
.tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download img, .search.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download img {
  width: 24px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header, .search.archive.woocommerce.woocommerce-page .woocommerce-products-header {
  position: absolute;
  top: 40px;
  left: 24px;
  z-index: -2;
  padding-bottom: 0;
  border: none;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header div, .search.archive.woocommerce.woocommerce-page .woocommerce-products-header div {
  display: none;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header h1, .search.archive.woocommerce.woocommerce-page .woocommerce-products-header h1 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 300;
  line-height: 38.4px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page, .search.archive.woocommerce.woocommerce-page .page {
  position: relative;
  padding-bottom: 32px;
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-attribute, .search.archive.woocommerce.woocommerce-page .page .lb-attribute {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-attribute.active::after, .search.archive.woocommerce.woocommerce-page .page .lb-attribute.active::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-attribute::after, .search.archive.woocommerce.woocommerce-page .page .lb-attribute::after {
  content: "\f347";
  font-family: "dashicons";
  width: 14px;
  color: #565656;
  text-align: center;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .woocommerce-pagination .button, .search.archive.woocommerce.woocommerce-page .page .woocommerce-pagination .button {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 124px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  margin: 24px auto 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .woocommerce-pagination .button:hover, .search.archive.woocommerce.woocommerce-page .page .woocommerce-pagination .button:hover {
  background: #707070;
  color: #ffffff;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-button, .search.archive.woocommerce.woocommerce-page .page .lb-button {
  margin-top: 8px;
  width: 100%;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-button input, .search.archive.woocommerce.woocommerce-page .page .lb-button input {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .filter-buttons a, .search.archive.woocommerce.woocommerce-page .page .filter-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .filter-buttons input#reset, .tax-product_cat.archive.woocommerce.woocommerce-page .page .filter-buttons a, .search.archive.woocommerce.woocommerce-page .page .filter-buttons input#reset, .search.archive.woocommerce.woocommerce-page .page .filter-buttons a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #707070;
  text-transform: uppercase;
  width: 100%;
  height: 48px;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  background: #ffffff;
  margin-top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .filter-buttons input#reset:hover, .tax-product_cat.archive.woocommerce.woocommerce-page .page .filter-buttons a:hover, .search.archive.woocommerce.woocommerce-page .page .filter-buttons input#reset:hover, .search.archive.woocommerce.woocommerce-page .page .filter-buttons a:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter, .search.archive.woocommerce.woocommerce-page .page .lb-filter {
  position: sticky;
  top: 180px;
  height: calc(100vh - 180px);
  width: 23.5%;
  padding-right: 10px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter h3, .search.archive.woocommerce.woocommerce-page .page .lb-filter h3 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter ul, .search.archive.woocommerce.woocommerce-page .page .lb-filter ul {
  padding: 0 10px 0 0;
  margin: 0 -10px 0 0;
  list-style: none;
  height: calc(100vh - 343px);
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: auto;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter ul::-webkit-scrollbar, .search.archive.woocommerce.woocommerce-page .page .lb-filter ul::-webkit-scrollbar {
  width: 3px;
  background: none;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter ul::-webkit-scrollbar-thumb, .search.archive.woocommerce.woocommerce-page .page .lb-filter ul::-webkit-scrollbar-thumb {
  background: #F8F8F8;
  border-radius: 4px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter li, .search.archive.woocommerce.woocommerce-page .page .lb-filter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding: 8px;
  margin-bottom: 7px;
  border-top: 1px solid #CCCCCC;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter li span, .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter li input, .search.archive.woocommerce.woocommerce-page .page .lb-filter li span, .search.archive.woocommerce.woocommerce-page .page .lb-filter li input {
  cursor: pointer;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter li div, .search.archive.woocommerce.woocommerce-page .page .lb-filter li div {
  display: none;
  font-size: 14px;
  line-height: 24px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter li div.active, .search.archive.woocommerce.woocommerce-page .page .lb-filter li div.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter input[type=checkbox], .search.archive.woocommerce.woocommerce-page .page .lb-filter input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter input[type=checkbox]::before, .search.archive.woocommerce.woocommerce-page .page .lb-filter input[type=checkbox]::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter input[type=checkbox]:checked::before, .search.archive.woocommerce.woocommerce-page .page .lb-filter input[type=checkbox]:checked::before {
  content: "\f147";
  font-family: dashicons;
  color: #ffffff;
  background: #CCCCCC;
}
.tax-product_cat.archive.woocommerce.woocommerce-page .page #container, .search.archive.woocommerce.woocommerce-page .page #container {
  width: 74.426%;
}

/* Shop Page */
.lb-shop-page.woocommerce .page {
  padding-top: 39px;
  padding-bottom: 64px;
}
.lb-shop-page.woocommerce .lb-archive-header {
  display: none;
}
.lb-shop-page.woocommerce #container {
  width: 100%;
}
.lb-shop-page.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  padding-top: 66px;
  padding-inline: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.lb-shop-page.woocommerce ul.products li.product {
  width: 25%;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.lb-shop-page.woocommerce ul.products li.product a {
  display: block;
  background: #F6F6F6;
  overflow: hidden;
}
.lb-shop-page.woocommerce ul.products li.product a:hover img:not(.lb-download-icon) {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.lb-shop-page.woocommerce ul.products li.product a img {
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lb-shop-page.woocommerce ul.products li.product h2 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.78px;
  text-align: center;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lb-shop-page.woocommerce .woocommerce-products-header {
  position: static;
  padding-bottom: 75px;
  border-bottom: 1px solid #CBD1D6;
}
.lb-shop-page.woocommerce .woocommerce-products-header .shop-title {
  font-family: Inter;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  letter-spacing: 1.5px;
}
.lb-shop-page.woocommerce .woocommerce-products-header .shop-text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  color: #666666;
  padding-top: 16px;
  letter-spacing: -0.3px;
}
.lb-shop-page.woocommerce .woocommerce-products-header img {
  border-radius: 12px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
  width: 100%;
}
.lb-shop-page.woocommerce .shop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.lb-shop-page.woocommerce .shop-column:first-child {
  width: 40%;
}
.lb-shop-page.woocommerce .shop-column:last-child {
  width: 46%;
}

/* Contact Page */
.page-template-contact-us .page {
  padding-top: 40px;
}
.page-template-contact-us .page .container {
  max-width: 1202px;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.page-template-contact-us .title {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.page-template-contact-us .title h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  color: #000000;
}
.page-template-contact-us .title p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  padding-top: 16px;
  padding-bottom: 80px;
  color: #666666;
}
.page-template-contact-us .contact-info {
  float: left;
  width: 41.074%;
}
.page-template-contact-us .contact-info h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  padding-bottom: 16px;
  color: #000000;
}
.page-template-contact-us .contact-info div, .page-template-contact-us .contact-info a {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  color: #666666;
  text-decoration: none;
}
.page-template-contact-us .contact-info a:hover {
  text-decoration: underline;
}
.page-template-contact-us .contact-info__block {
  padding-bottom: 50px;
}
.page-template-contact-us .contact-info__block div {
  max-width: 180px;
}
.page-template-contact-us .contact-form {
  float: right;
  width: 58.926%;
  padding-bottom: 80px;
}
.page-template-contact-us .contact-form .wpcf7-form {
  position: relative;
  padding: 20px;
  border: 1px solid #CBD1D6;
  border-radius: 24px;
}
.page-template-contact-us .contact-form .wpcf7-form label {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #202632;
  width: 100%;
}
.page-template-contact-us .contact-form .wpcf7-form label > span {
  color: #C81919;
}
.page-template-contact-us .contact-form .wpcf7-form.invalid {
  margin-top: 56px;
}
.page-template-contact-us .contact-form .wpcf7-form.invalid .wpcf7-response-output {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #C81919;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -57px;
  border: none;
  width: 490px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-template-contact-us .contact-form select {
  cursor: pointer;
  color: #BABABA;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page-template-contact-us .contact-form textarea {
  resize: none;
}
.page-template-contact-us .contact-form input, .page-template-contact-us .contact-form select, .page-template-contact-us .contact-form textarea {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.36px;
  border: 1px solid #BABABA;
  border-radius: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 16px;
  margin-top: 4px;
}
.page-template-contact-us .contact-form input:focus, .page-template-contact-us .contact-form select:focus, .page-template-contact-us .contact-form textarea:focus {
  outline: none;
}
.page-template-contact-us .contact-form input::-webkit-input-placeholder, .page-template-contact-us .contact-form select::-webkit-input-placeholder, .page-template-contact-us .contact-form textarea::-webkit-input-placeholder {
  color: #BABABA;
}
.page-template-contact-us .contact-form option {
  font-weight: 300;
}
.page-template-contact-us .contact-form .wpcf7-submit {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  max-width: 153px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.page-template-contact-us .contact-form .wpcf7-submit:hover {
  background: #000000;
}
.page-template-contact-us .contact-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-contact-us .contact-form p:nth-of-type(-n+4) {
  width: 50%;
  float: left;
}
.page-template-contact-us .contact-form p:nth-of-type(6) .wpcf7-form-control-wrap::after, .page-template-contact-us .contact-form p:nth-of-type(7) .wpcf7-form-control-wrap::after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url("./../images/chevron-down.svg");
  height: 24px;
  width: 24px;
  text-align: center;
  pointer-events: none;
}
.page-template-contact-us .embed-map {
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-inline: 24px;
  padding-bottom: 75px;
}

/* About Page */
.page-template-about-us .title {
  border-bottom: 1px solid #CBD1D6;
}
.page-template-about-us .title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-about-us .title__col:first-child {
  width: 43%;
}
.page-template-about-us .title__col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
}
.page-template-about-us .title h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  letter-spacing: 1.5px;
}
.page-template-about-us .title p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  padding-top: 16px;
  letter-spacing: -0.26px;
  color: #666666;
}
.page-template-about-us .our-mission {
  font-family: Inter;
  color: #000000;
  padding-top: 38px;
}
.page-template-about-us .our-mission h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 38.4px;
  padding-bottom: 17px;
}
.page-template-about-us .our-mission h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
}
.page-template-about-us .our-mission p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  color: #666666;
}
.page-template-about-us .our-mission .blocks-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  padding-top: 62px;
}
.page-template-about-us .our-mission .blocks-wrap__col div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-bottom: 16px;
}
.page-template-about-us .our-mission .blocks-wrap p {
  font-size: 16px;
  line-height: 25.6px;
}
.page-template-about-us .our-mission .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 24px;
  margin: 0 auto;
}
.page-template-about-us .our-mission__col:first-child {
  width: 46%;
}
.page-template-about-us .our-mission__col:first-child img {
  border-radius: 12px;
}
.page-template-about-us .our-mission__col:last-child {
  width: 48.9%;
}
.page-template-about-us .our-mission__col > p {
  letter-spacing: 0.15px;
}
.page-template-about-us .our-history {
  padding-top: 77px;
}
.page-template-about-us .our-history__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-about-us .our-history__col {
  width: 560px;
}
.page-template-about-us .our-history__col:last-child {
  padding-right: clamp(5px, 0.3125rem + (1vw - 10.26px) * 27.7778, 120px);
  padding-left: 30px;
}
.page-template-about-us .our-history h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 38.4px;
  padding-bottom: 16px;
  letter-spacing: 0.4px;
}
.page-template-about-us .our-history p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.15px;
  color: #666666;
}
.page-template-about-us .photo-gallery {
  padding-top: 40px;
}
.page-template-about-us .photo-gallery .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: calc((100% - 1392px) / 2 - 24px);
}
.page-template-about-us .photo-gallery img {
  max-height: 496px;
  max-width: 799px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.page-template-about-us .photo-gallery__slider {
  padding-left: 24px;
}
.page-template-about-us .photo-gallery .slick-slide {
  margin: 0 12px;
}
.page-template-about-us .photo-gallery .slick-disabled {
  opacity: 0.5;
}
.page-template-about-us .photo-gallery .slick-prev, .page-template-about-us .photo-gallery .slick-next {
  font-size: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 37px;
  cursor: pointer;
}
.page-template-about-us .photo-gallery .slick-prev {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-template-about-us .photo-gallery .slick-prev::before {
  content: url("./../images/vector-left.png");
}
.page-template-about-us .photo-gallery .slick-next {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-template-about-us .photo-gallery .slick-next::before {
  content: url("./../images/vector-right.png");
}
.page-template-about-us .our-team {
  padding-top: 80px;
  max-width: 1025px;
  margin: 0 auto;
  padding-inline: 53.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-template-about-us .our-team h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 38.4px;
}
.page-template-about-us .our-team p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.15px;
  padding-top: 16px;
  max-width: 675px;
  margin: 0 auto;
  color: #666666;
}
.page-template-about-us .our-team div {
  padding-top: 80px;
}
.page-template-about-us .our-team img {
  border-radius: 12px;
}
.page-template-about-us .be-a-part-of-the-change {
  padding-top: 76px;
}
.page-template-about-us .be-a-part-of-the-change h2 {
  font-size: 25px;
}
.page-template-about-us .be-a-part-of-the-change .col {
  width: 43.1%;
}
.page-template-about-us .be-a-part-of-the-change p {
  padding-bottom: 65px;
  letter-spacing: 0.18px;
}
.page-template-about-us .our-vision__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-about-us .our-vision__col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
}
.page-template-about-us .our-vision__col:last-child {
  width: 48.9%;
}
.page-template-about-us .our-vision h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 38.4px;
  letter-spacing: 0.5px;
}
.page-template-about-us .our-vision p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  padding-top: 24px;
  letter-spacing: 0.15px;
  color: #666666;
  max-width: 670px;
}
.page-template-about-us .our-vision img {
  border-radius: 8px;
}

/* PDP */
.single-product.admin-bar .navigation {
  top: 172px;
}
.single-product .page {
  padding-top: 40px;
}
.single-product h3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  color: #000000;
}
.single-product .title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 24px;
}
.single-product .title__container h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  color: #292727;
  letter-spacing: 1.5px;
}
.single-product .title__container p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  letter-spacing: -0.15px;
  color: #666666;
  letter-spacing: -0.22px;
  padding-top: 16px;
}
.single-product .title__text {
  width: 54%;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .title__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  background: #F6F6F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .title__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-product .lb-product-select {
  position: relative;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-product .lb-product-select select {
  text-transform: uppercase;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
  width: 100%;
  height: 48px;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.single-product .lb-product-select::after {
  content: "\f347";
  font-family: "dashicons";
  width: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #707070;
}
.single-product .navigation {
  position: sticky;
  top: 140px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  background: #ffffff;
  z-index: 2;
}
.single-product .navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.single-product .navigation .lb-button {
  width: 152px;
}
.single-product .navigation .lb-product-tabs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0 16px 0 0;
}
.single-product .navigation .lb-product-tabs li {
  position: relative;
  text-align: center;
  padding: 27px 16px;
  text-wrap: nowrap;
}
.single-product .navigation .lb-product-tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
}
.single-product .navigation .lb-product-tabs li.active a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-product .navigation .lb-product-tabs a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  color: #707070;
  text-transform: uppercase;
}
.single-product .chip {
  margin-top: -200px;
  padding-top: 240px;
}
.single-product .chip h3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
}
.single-product .chip p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  padding-top: 24px;
  color: #666666;
}
.single-product .chip__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .chip__col:first-child {
  width: 54%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .chip__col:last-child {
  width: 46%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .chip__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  aspect-ratio: 1/1;
  background: rgba(212, 212, 212, 0.2);
  border-radius: 8px;
}
.single-product .chip__image img {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
.single-product .specs {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -200px;
  padding-top: 278px;
}
.single-product .specs h3 {
  padding-bottom: 24px;
}
.single-product .specs th, .single-product .specs td {
  height: 42px;
  width: 278px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .specs table, .single-product .specs th, .single-product .specs td {
  text-align: left;
  border: 1px solid #CDD6E2;
  border-collapse: collapse;
}
.single-product .specs thead, .single-product .specs tbody {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1px;
  color: #292727;
}
.single-product .specs th {
  font-weight: 300;
}
.single-product .specs thead {
  background: #F8F8F8;
  text-transform: uppercase;
}
.single-product .applications {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -200px;
  padding-top: 280px;
  padding-bottom: 40px;
}
.single-product .applications h3 {
  letter-spacing: 0.15px;
}
.single-product .applications .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
  padding-top: 24px;
}
.single-product .applications .title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  color: #979797;
  padding-top: 8px;
}
.single-product .applications .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .line-drawing {
  padding-top: 40px;
  padding-bottom: 72px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.single-product .line-drawing h3 {
  padding-bottom: 22px;
  letter-spacing: 0.5px;
}
.single-product .line-drawing__container {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .line-drawing .content {
  max-width: 918px;
  margin: 0 auto;
}
.single-product .line-drawing .slick-prev, .single-product .line-drawing .slick-next {
  font-size: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843) !important;
          box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843) !important;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  outline: none;
  background: #FFFFFF !important;
  border: 1px solid #CCCCCC;
  border-radius: 37px;
  cursor: pointer;
}
.single-product .line-drawing .slick-prev.slick-disabled, .single-product .line-drawing .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.single-product .line-drawing .slick-prev::before, .single-product .line-drawing .slick-next::before {
  opacity: 1;
}
.single-product .line-drawing .slick-prev {
  left: 16px;
}
.single-product .line-drawing .slick-prev::before {
  line-height: 13px;
  content: url("./../images/vector-left.png");
}
.single-product .line-drawing .slick-next {
  right: 16px;
}
.single-product .line-drawing .slick-next::before {
  line-height: 13px;
  content: url("./../images/vector-right.png");
}
.single-product .line-drawing .slick-dots {
  bottom: -43px;
  margin-block: 16px;
}
.single-product .line-drawing .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 2px;
}
.single-product .line-drawing .slick-dots li.slick-active button::before {
  color: #474747;
}
.single-product .line-drawing .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.single-product .line-drawing .slick-dots li button::before {
  font-size: 8px;
  opacity: 1;
  color: #D9D9D9;
  width: 8px;
  height: 8px;
}
.single-product .downloads {
  font-family: Inter;
  margin-top: -200px;
  padding-top: 240px;
  padding-bottom: 40px;
}
.single-product .downloads__container {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .downloads .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 33px;
  margin: 0 -20px;
  padding-top: 24px;
}
.single-product .downloads .downloadable {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .downloads h3 {
  letter-spacing: 0.5px;
}
.single-product .downloads h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  color: #292727;
  text-transform: uppercase;
}
.single-product .downloads a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  color: #979797;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-product .downloads a span {
  letter-spacing: -0.18px;
}
.single-product .downloads a:hover h4 {
  text-decoration: underline;
}
.single-product .downloads a:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.single-product .be-apart-of-change {
  margin-top: -200px;
  padding-top: 200px;
  text-align: center;
  padding-inline: 24px;
}
.single-product .be-apart-of-change__container {
  max-width: 1392px;
  margin: 0 auto;
  background: #F6F6F6;
  border-radius: 24px;
  padding-top: 81px;
  padding-bottom: 82px;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .be-apart-of-change h2 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 300;
  line-height: 33.6px;
  color: #000000;
  letter-spacing: 0.5px;
  padding-bottom: 16px;
}
.single-product .be-apart-of-change p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
}
.single-product .be-apart-of-change span {
  display: block;
  font-family: Inter;
  font-size: 56px;
  font-weight: 300;
  line-height: 67.2px;
  color: #000000;
  padding-bottom: 15px;
}
.single-product .be-apart-of-change .lb-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -16px;
  padding-top: 64px;
}
.single-product .be-apart-of-change .lb-stats p {
  letter-spacing: -0.35px;
}
.single-product .be-apart-of-change .lb-stats__col {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .inspiration {
  margin-top: -200px;
  padding-top: 240px;
}
.single-product .inspiration__wrap {
  max-width: 1392px;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
}
.single-product .inspiration .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: calc((100% - 1392px) / 2 - 24px);
}
.single-product .inspiration h3 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 300;
  line-height: 33.6px;
  color: #292727;
  letter-spacing: -1px;
}
.single-product .inspiration img {
  height: 496px;
  max-width: 661px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.single-product .inspiration .lb-gallery {
  padding-left: 24px;
}
.single-product .inspiration .slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.single-product .inspiration .slick-slide {
  margin: 0 12px;
}
.single-product .inspiration .slick-disabled {
  opacity: 0.5;
}
.single-product .inspiration .gallery-prev, .single-product .inspiration .gallery-next {
  font-size: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 37px;
  cursor: pointer;
}
.single-product .inspiration .gallery-prev::before {
  content: url("./../images/vector-left.png");
}
.single-product .inspiration .gallery-next::before {
  content: url("./../images/vector-right.png");
}
.single-product .woocommerce-loop-product__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .woocommerce-loop-product__wrapper > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 76px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .woocommerce-loop-product__subtitle {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #A5A199;
}
.single-product .woocommerce-loop-product__downloads {
  padding-inline: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product.woocommerce .related {
  margin-top: -200px;
  padding-top: 262px;
  padding-bottom: 64px;
}
.single-product.woocommerce .related .tabs-select {
  display: none;
}
.single-product.woocommerce .related .content {
  display: none;
}
.single-product.woocommerce .related .content.active {
  display: block;
}
.single-product.woocommerce .related .tabs {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1019607843);
}
.single-product.woocommerce .related .tabs nav {
  max-width: 1440px;
  margin: 0 auto;
}
.single-product.woocommerce .related .tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product.woocommerce .related .tabs li {
  position: relative;
  display: inline-block;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
  padding-bottom: 11px;
  cursor: pointer;
  text-transform: uppercase;
  width: 154px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.single-product.woocommerce .related .tabs li.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-product.woocommerce .related .tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
}
.single-product.woocommerce .related ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  padding-top: 20px;
  padding-inline: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.single-product.woocommerce .related ul.products li.product {
  width: 25%;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.single-product.woocommerce .related ul.products li.product:hover img:not(.lb-download-icon) {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.single-product.woocommerce .related ul.products li.product .woocommerce-button--download {
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #707070;
  border-top: 1px solid rgba(112, 112, 112, 0.1019607843);
  padding-block: 16px;
}
.single-product.woocommerce .related ul.products li.product .woocommerce-button--download:hover {
  text-decoration: underline;
}
.single-product.woocommerce .related ul.products li.product .woocommerce-button--download img {
  width: 24px;
}
.single-product.woocommerce .related ul.products li.product .lb-image-wrapper {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.single-product.woocommerce .related ul.products li.product a {
  display: block;
  background: #F6F6F6;
}
.single-product.woocommerce .related ul.products li.product a img {
  height: 100%;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-product.woocommerce .related ul.products li.product h2 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.78px;
  text-align: center;
  color: #000000;
  padding: 0;
}
.single-product #lightbox {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-product #lightbox .lb-outerContainer {
  border-radius: 16px;
}
.single-product #lightbox .lb-dataContainer {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
.single-product #lightbox .lb-image {
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.single-product #lightbox .lb-data .lb-close {
  background: url("./../images/close-icon.svg");
  background-position: center;
}

/* Legal */
.page-template-legal .content, .page-template-default .content {
  padding-top: 40px;
  padding-bottom: 64px;
}
.page-template-legal .content__container, .page-template-default .content__container {
  max-width: clamp(689px, 43.0625rem + (1vw - 10.25px) * 65.3012, 960px);
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-legal .content h1, .page-template-default .content h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  color: #000000;
  padding-bottom: 40px;
  letter-spacing: 2px;
  max-width: clamp(689px, 43.0625rem + (1vw - 10.25px) * 65.3012, 960px);
  margin: 0 auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-legal .content h2, .page-template-default .content h2 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  color: #292727;
  padding-top: 41px;
  padding-bottom: 15px;
  padding-left: 14px;
  letter-spacing: 1.5px;
}
.page-template-legal .content h3, .page-template-default .content h3 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 300;
  line-height: 38.4px;
  color: #292727;
  padding-top: 32px;
  padding-bottom: 15px;
  letter-spacing: 1px;
}
.page-template-legal .content h3:last-of-type, .page-template-default .content h3:last-of-type {
  padding-top: 40px;
}
.page-template-legal .content h5, .page-template-default .content h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.5px;
  color: #000000;
}
.page-template-legal .content p, .page-template-default .content p {
  padding-top: 17px;
}
.page-template-legal .content p, .page-template-legal .content li, .page-template-default .content p, .page-template-default .content li {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.9px;
  letter-spacing: -0.25px;
  color: #666666;
}
.page-template-legal .content ul, .page-template-legal .content ol, .page-template-default .content ul, .page-template-default .content ol {
  padding-left: 25px;
}
.page-template-legal .content blockquote, .page-template-default .content blockquote {
  margin: 41px 0 7px;
}
.page-template-legal .content blockquote p, .page-template-default .content blockquote p {
  font-family: Inter;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 44.8px;
  letter-spacing: 0;
  padding: 0;
}
.page-template-legal .content .wp-block-group, .page-template-default .content .wp-block-group {
  padding-top: 17px;
  padding-bottom: 15px;
}
.page-template-legal .content .wp-block-group__inner-container, .page-template-default .content .wp-block-group__inner-container {
  background: #ECECEC;
  padding: 16px 16px 16px 24px;
}
.page-template-legal .content .wp-block-group p, .page-template-default .content .wp-block-group p {
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.1px;
  padding: 0;
}

/* Work */
.post-type-archive-work h1, .page-template-page-work h1, .tax-work-tag h1 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
}
.post-type-archive-work h3, .page-template-page-work h3, .tax-work-tag h3 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.36px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.post-type-archive-work p, .page-template-page-work p, .tax-work-tag p {
  font-family: Inter;
  color: #FFFFFF;
  opacity: 0.8;
}
.post-type-archive-work .lb-product-select, .page-template-page-work .lb-product-select, .tax-work-tag .lb-product-select {
  position: relative;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-type-archive-work .lb-product-select select, .page-template-page-work .lb-product-select select, .tax-work-tag .lb-product-select select {
  text-transform: uppercase;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
  width: 100%;
  height: 48px;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 0 32px 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.post-type-archive-work .lb-product-select::after, .page-template-page-work .lb-product-select::after, .tax-work-tag .lb-product-select::after {
  content: "\f347";
  font-family: "dashicons";
  width: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #707070;
  pointer-events: none;
}
.post-type-archive-work section.header, .page-template-page-work section.header, .tax-work-tag section.header {
  padding-top: 39px;
  padding-bottom: 39px;
  border-bottom: 1px solid #CBD1D6;
}
.post-type-archive-work section.header .container, .page-template-page-work section.header .container, .tax-work-tag section.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.post-type-archive-work section.header ul, .page-template-page-work section.header ul, .tax-work-tag section.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-work section.header ul a, .page-template-page-work section.header ul a, .tax-work-tag section.header ul a {
  display: block;
  position: relative;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 28px 24px;
  color: #707070;
  text-transform: uppercase;
  text-decoration: none;
}
.post-type-archive-work section.header ul a.active, .page-template-page-work section.header ul a.active, .tax-work-tag section.header ul a.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-type-archive-work section.header ul a.active::after, .page-template-page-work section.header ul a.active::after, .tax-work-tag section.header ul a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-151.25%, #86B891), to(#0373AD));
  background: linear-gradient(180deg, #86B891 -151.25%, #0373AD 100%);
}
.post-type-archive-work .content, .page-template-page-work .content, .tax-work-tag .content {
  padding-top: 24px;
  max-width: 1440px;
  padding-inline: 24px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.post-type-archive-work .content .container, .page-template-page-work .content .container, .tax-work-tag .content .container {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.post-type-archive-work .content figure, .page-template-page-work .content figure, .tax-work-tag .content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.post-type-archive-work .content figcaption, .page-template-page-work .content figcaption, .tax-work-tag .content figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 26, 0)), to(#15161A));
  background: linear-gradient(180deg, rgba(21, 22, 26, 0) 0%, #15161A 100%);
  padding: 100px 16px 8px 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-type-archive-work .content .work, .page-template-page-work .content .work, .tax-work-tag .content .work {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-type-archive-work .content .work a, .page-template-page-work .content .work a, .tax-work-tag .content .work a {
  position: relative;
}
.post-type-archive-work .content .work a:hover figcaption, .page-template-page-work .content .work a:hover figcaption, .tax-work-tag .content .work a:hover figcaption {
  opacity: 1;
}
.post-type-archive-work .content .work img, .page-template-page-work .content .work img, .tax-work-tag .content .work img {
  height: 100%;
  width: 100%;
}
.post-type-archive-work .content .work-5, .page-template-page-work .content .work-5, .tax-work-tag .content .work-5 {
  padding-bottom: 33px;
}

.work-template-default .title, .page-template-work-single .title {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CBD1D6;
}
.work-template-default .title h1, .page-template-work-single .title h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 57.6px;
  color: #000000;
}
.work-template-default .title p, .page-template-work-single .title p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  letter-spacing: -0.2px;
  color: #666666;
  padding-top: 16px;
}
.work-template-default .title img, .page-template-work-single .title img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 12px;
}
.work-template-default .title .post-tags, .page-template-work-single .title .post-tags {
  display: none;
}
.work-template-default .title__container, .page-template-work-single .title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  padding-inline: 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.work-template-default .title__col:first-child, .page-template-work-single .title__col:first-child {
  width: clamp(504px, 31.5rem + (1vw - 10.25px) * 26.0241, 612px);
  padding-right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.work-template-default .title__col:last-child, .page-template-work-single .title__col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(473px, 29.5625rem + (1vw - 10.25px) * 40.241, 640px);
}
.work-template-default .album__container, .page-template-work-single .album__container {
  padding-top: 24px;
  max-width: 1440px;
  padding-inline: 24px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.work-template-default .album a, .page-template-work-single .album a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.work-template-default.lb-disable-scrolling::before, .page-template-work-single.lb-disable-scrolling::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 11;
}
.work-template-default #lightbox.lightbox .lb-image, .page-template-work-single #lightbox.lightbox .lb-image {
  border: none;
}
.work-template-default #lightbox .lb-outerContainer, .page-template-work-single #lightbox .lb-outerContainer {
  background-color: transparent;
}
.work-template-default #lightbox .lb-nav, .page-template-work-single #lightbox .lb-nav {
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.work-template-default #lightbox .lb-nav a, .page-template-work-single #lightbox .lb-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  -webkit-box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 37px;
  cursor: pointer;
  opacity: 1;
}
.work-template-default #lightbox .lb-nav a::before, .page-template-work-single #lightbox .lb-nav a::before {
  content: "";
  height: 16px;
  width: 8px;
}
.work-template-default #lightbox .lb-nav a.lb-prev, .page-template-work-single #lightbox .lb-nav a.lb-prev {
  margin-left: -149px;
}
.work-template-default #lightbox .lb-nav a.lb-prev::before, .page-template-work-single #lightbox .lb-nav a.lb-prev::before {
  background: url("./../images/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.work-template-default #lightbox .lb-nav a.lb-next, .page-template-work-single #lightbox .lb-nav a.lb-next {
  margin-right: -149px;
}
.work-template-default #lightbox .lb-nav a.lb-next::before, .page-template-work-single #lightbox .lb-nav a.lb-next::before {
  background: url("./../images/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.work-template-default #lightbox .lb-dataContainer, .page-template-work-single #lightbox .lb-dataContainer {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  padding: 0;
}
.work-template-default #lightbox .lb-data, .page-template-work-single #lightbox .lb-data {
  padding: 0;
}
.work-template-default #lightbox .lb-data .lb-details, .page-template-work-single #lightbox .lb-data .lb-details {
  display: none;
}
.work-template-default #lightbox .lb-data .lb-close, .page-template-work-single #lightbox .lb-data .lb-close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  -webkit-box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 37px;
  cursor: pointer;
  opacity: 1;
  margin: -24px;
}
.work-template-default #lightbox .lb-data .lb-close::before, .page-template-work-single #lightbox .lb-data .lb-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu {
    padding-inline: 24px;
  }
  header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu .sub-menu {
    left: 351px;
  }
  header nav.desktop ul.desktop > .menu-item-has-children > .sub-menu::after {
    left: 318px;
  }
}
@media screen and (max-width: 1025px) {
  .footer {
    padding-top: 64px;
  }
  .footer .footer-logo {
    width: 136px;
    margin: -9px 0 0 -15px;
  }
  .footer .our-products {
    padding-bottom: 25px;
  }
  .footer .row:first-of-type {
    max-width: 738px;
  }
  .footer .row:last-of-type .col:nth-of-type(2) {
    width: 159px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 26px;
    margin-right: 1px;
  }
  .footer .row:last-of-type .col:nth-of-type(3) {
    width: 169px;
  }
  .footer .row:last-of-type::after {
    top: 44%;
  }
  section.legal {
    padding-top: 23px;
    padding-bottom: 24px;
  }
  /* PLP */
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter, .search.archive.woocommerce.woocommerce-page .page .lb-filter {
    width: 24%;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products, .search.archive.woocommerce.woocommerce-page ul.products {
    margin: -8px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product, .search.archive.woocommerce.woocommerce-page ul.products li.product {
    padding: 8px;
  }
  /* Shop Page */
  .lb-shop-page.woocommerce .page {
    padding-bottom: 71px;
  }
  .lb-shop-page.woocommerce .woocommerce-products-header {
    padding-bottom: 35px;
  }
  .lb-shop-page.woocommerce .shop-column:first-child {
    width: 48%;
  }
  .lb-shop-page.woocommerce .shop-column:last-child {
    width: 48.5%;
  }
  .lb-shop-page.woocommerce ul.products {
    padding-top: 72px;
    padding-inline: 16px;
  }
  .lb-shop-page.woocommerce ul.products li.product {
    padding: 8px;
  }
  /* Contact Page */
  .page-template-contact-us .title {
    max-width: 645px;
  }
  .page-template-contact-us .contact-form {
    width: 69.5%;
  }
  .page-template-contact-us .contact-info {
    width: 30%;
  }
  /* About Page */
  .page-template-about-us .title__col:first-child {
    width: 48%;
  }
  .page-template-about-us .title__col:last-child {
    width: 48.3%;
  }
  .page-template-about-us .title img {
    border-radius: 12px;
  }
  .page-template-about-us .our-history {
    padding-top: 80px;
  }
  .page-template-about-us .our-vision__col:first-child {
    width: 39.7%;
  }
  .page-template-about-us .our-vision__col:last-child {
    width: 56.9%;
  }
  .page-template-about-us .our-vision img {
    border-radius: 5px;
  }
  /* PDP */
  .single-product .specs th, .single-product .specs td {
    min-width: 195px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .work-template-default #lightbox .lb-nav a.lb-prev, .page-template-work-single #lightbox .lb-nav a.lb-prev {
    margin-left: -120px;
  }
  .work-template-default #lightbox .lb-nav a.lb-next, .page-template-work-single #lightbox .lb-nav a.lb-next {
    margin-right: -120px;
  }
}
@media screen and (max-width: 1200px) {
  /* PDP */
  .single-product .navigation nav {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .single-product .navigation .lb-product-tabs {
    display: block;
    width: calc(100% - 168px);
    padding: 0 56px;
  }
  .single-product .navigation .lb-product-tabs .slick-prev, .single-product .navigation .lb-product-tabs .slick-next {
    font-size: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.1019607843);
    outline: none;
    background: #FFFFFF !important;
    border: 1px solid #CCCCCC;
    border-radius: 37px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
  .single-product .navigation .lb-product-tabs .slick-prev {
    left: 0;
  }
  .single-product .navigation .lb-product-tabs .slick-prev::before {
    content: url("./../images/vector-left.png");
  }
  .single-product .navigation .lb-product-tabs .slick-next {
    right: 0;
  }
  .single-product .navigation .lb-product-tabs .slick-next::before {
    content: url("./../images/vector-right.png");
  }
}
@media screen and (max-width: 1025px) {
  .be-a-part-of-the-change .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 70px 0 24px 48px;
  }
  .be-a-part-of-the-change .col {
    width: 100%;
  }
  .be-a-part-of-the-change p {
    padding-top: 21px;
    padding-bottom: 63px;
  }
  .be-a-part-of-the-change .lb-change-slider {
    width: 100%;
    margin-top: 32px;
  }
  .be-a-part-of-the-change .slick-next {
    right: 16px;
  }
  header .mob-menu-toggle {
    display: block;
  }
  header nav.desktop .search {
    display: none;
  }
  header nav.desktop ul {
    padding-left: 0;
    padding-right: 55px;
  }
  /* Homepage */
  .page-template-homepage .top-categories .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }
  .page-template-homepage .top-categories .woocommerce ul.products li.product {
    padding-inline: 8px;
  }
  .page-template-homepage .our-mission .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-homepage .our-mission__col > img {
    width: 100%;
  }
  .page-template-homepage .our-mission__col:first-child {
    width: 100%;
  }
  .page-template-homepage .our-mission__col:first-child img {
    border-radius: 18px;
  }
  .page-template-homepage .our-mission__col:last-child {
    width: 100%;
    padding-top: 20px;
  }
  /* About Page */
  .page-template-about-us .our-mission .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-about-us .our-mission__col:first-child {
    width: 100%;
  }
  .page-template-about-us .our-mission__col:first-child img {
    width: 100%;
    border-radius: 18px;
  }
  .page-template-about-us .our-mission__col:last-child {
    padding-top: 30px;
    width: 100%;
  }
  .page-template-about-us .our-history__col:first-child p {
    padding-right: 2px;
  }
  .page-template-about-us .our-history__col:last-child {
    padding-right: 0;
  }
  .page-template-about-us .be-a-part-of-the-change .col {
    width: 100%;
  }
  /* PDP */
  .single-product .title__text {
    width: 34.5%;
  }
  .single-product .title__image {
    width: 65.5%;
  }
  .single-product .line-drawing .content {
    max-width: 100%;
  }
  .single-product .line-drawing .content img {
    width: 100%;
  }
  .single-product.woocommerce .related nav {
    padding-inline: 24px;
  }
  .single-product.woocommerce .related ul.products {
    padding-inline: 16px;
  }
  .single-product.woocommerce .related ul.products li.product {
    padding-inline: 8px;
  }
  /* Work */
  .post-type-archive-work .content, .page-template-page-work .content, .tax-work-tag .content {
    padding-bottom: 19px;
  }
  .post-type-archive-work .content .container, .page-template-page-work .content .container, .tax-work-tag .content .container {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .post-type-archive-work .content .work, .page-template-page-work .content .work, .tax-work-tag .content .work {
    padding-bottom: 22px;
  }
  .post-type-archive-work .content .work-5, .page-template-page-work .content .work-5, .tax-work-tag .content .work-5 {
    padding-bottom: 23px;
  }
  .work-template-default .album__container, .page-template-work-single .album__container {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    padding-bottom: 18px;
  }
  .work-template-default .album a, .page-template-work-single .album a {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .be-a-part-of-the-change p {
    padding-bottom: 31px;
  }
  /* Homepage */
  .page-template-homepage .hero h1 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .page-template-homepage .top-categories h5 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .page-template-homepage .our-mission h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .page-template-homepage .our-mission__col:first-child img {
    border-radius: 13.5px;
  }
  .page-template-homepage .photo-gallery h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .page-template-homepage .photo-gallery img {
    max-height: 396px;
    max-width: 638px;
    border-radius: 10px;
  }
  .page-template-homepage .browse-our-catalog h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-template-homepage .browse-our-catalog .container {
    padding: 108px 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header h2 {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header p {
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0.17px;
  }
  .search.archive.woocommerce.woocommerce-page .page {
    padding-top: 109px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page #container, .search.archive.woocommerce.woocommerce-page .page #container {
    width: 66%;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter, .search.archive.woocommerce.woocommerce-page .page .lb-filter {
    width: 32.5%;
    padding-right: 5px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .woocommerce-pagination .button, .search.archive.woocommerce.woocommerce-page .page .woocommerce-pagination .button {
    margin: 16px auto 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header h1, .search.archive.woocommerce.woocommerce-page .woocommerce-products-header h1 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper {
    min-height: 57px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper > a, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper > a {
    height: 57px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product, .search.archive.woocommerce.woocommerce-page ul.products li.product {
    width: 50%;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product h2, .search.archive.woocommerce.woocommerce-page ul.products li.product h2 {
    font-size: 16px;
    line-height: 19.36px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download, .search.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download {
    font-size: 14px;
    padding-block: 8px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download img, .search.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download img {
    width: 22px;
  }
  /* Contact Page */
  .page-template-contact-us .title h1 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .page-template-contact-us .contact-form {
    float: none;
    width: 100%;
  }
  .page-template-contact-us .contact-info {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page-template-contact-us .contact-info__block {
    padding-bottom: 27px;
  }
  .page-template-contact-us .contact-info__block div {
    margin: 0 auto;
  }
  /* About Page */
  .page-template-about-us .title h1 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .page-template-about-us .our-team {
    padding-top: 82px;
  }
  .page-template-about-us .be-a-part-of-the-change p {
    padding-bottom: 31px;
  }
  /* Shop Page */
  .lb-shop-page.woocommerce .page {
    padding-bottom: 68px;
  }
  .lb-shop-page.woocommerce .woocommerce-products-header {
    padding-bottom: 35px;
  }
  .lb-shop-page.woocommerce .woocommerce-products-header .shop-title {
    font-size: 34px;
    line-height: 40.8px;
    letter-spacing: 1.1px;
  }
  .lb-shop-page.woocommerce .shop-column:last-child {
    width: 48.3%;
  }
  .lb-shop-page.woocommerce ul.products {
    padding-top: 70px;
  }
  .lb-shop-page.woocommerce ul.products li.product {
    width: 33.333%;
  }
  .lb-shop-page.woocommerce ul.products li.product h2 {
    font-size: 16px;
    line-height: 19.36px;
  }
  /* PDP */
  .single-product .title__container h1 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .single-product .title__container p {
    letter-spacing: 1.1px;
    line-height: 24px;
  }
  .single-product .title__text {
    width: 54%;
  }
  .single-product .title__image {
    width: 45%;
  }
  .single-product .chip {
    margin-top: -200px;
    padding-top: 280px;
  }
  .single-product .chip p {
    letter-spacing: 1px;
  }
  .single-product .chip__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-product .chip__col:first-child {
    width: 55%;
    padding-right: 30px;
  }
  .single-product .chip__col:last-child {
    width: 45%;
  }
  .single-product .line-drawing .slick-dots li button::before {
    font-size: 9px;
  }
  .single-product .be-apart-of-change__container {
    padding-bottom: 79px;
  }
  .single-product .be-apart-of-change p {
    letter-spacing: 1px;
    line-height: 24px;
  }
  .single-product .be-apart-of-change span {
    padding-bottom: 12px;
  }
  .single-product .be-apart-of-change .lb-stats {
    margin: 0 -12px;
  }
  .single-product .be-apart-of-change .lb-stats p {
    letter-spacing: 1px;
  }
  .single-product .be-apart-of-change .lb-stats__col {
    padding: 0 12px;
  }
  .single-product .woocommerce-loop-product__wrapper {
    min-height: 57px;
  }
  .single-product .woocommerce-loop-product__wrapper > a {
    height: 57px;
  }
  .single-product.woocommerce .related {
    padding-bottom: 32px;
  }
  .single-product.woocommerce .related ul.products {
    padding-top: 8px;
  }
  .single-product.woocommerce .related ul.products li.product {
    width: 33.333%;
    padding: 8px;
  }
  .single-product.woocommerce .related ul.products li.product .woocommerce-button--download {
    font-size: 14px;
    padding-block: 8px;
  }
  .single-product.woocommerce .related ul.products li.product .woocommerce-button--download img {
    width: 22px;
  }
  .single-product.woocommerce .related ul.products li.product h2 {
    font-size: 16px;
    line-height: 19.36px;
  }
  /* Legal */
  .page-template-legal .content__container, .page-template-default .content__container {
    max-width: clamp(640px, 40rem + (1vw - 7.68px) * 19.1406, 689px);
  }
  .page-template-legal .content h1, .page-template-default .content h1 {
    max-width: clamp(640px, 40rem + (1vw - 7.68px) * 19.1406, 689px);
    font-size: 34px;
    line-height: 40.8px;
  }
  .page-template-legal .content h2, .page-template-default .content h2 {
    font-size: 30px;
    line-height: 36px;
    padding-left: 10px;
  }
  .page-template-legal .content h3, .page-template-default .content h3 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .page-template-legal .content h5, .page-template-default .content h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-template-legal .content blockquote, .page-template-default .content blockquote {
    margin: 47px 0 4px;
  }
  .page-template-legal .content blockquote p, .page-template-default .content blockquote p {
    font-size: 24px;
    line-height: 38.8px;
  }
  /* Work */
  .post-type-archive-work .content, .page-template-page-work .content, .tax-work-tag .content {
    padding-bottom: 24px;
  }
  .post-type-archive-work .content .container, .page-template-page-work .content .container, .tax-work-tag .content .container {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .post-type-archive-work .content .work, .page-template-page-work .content .work, .tax-work-tag .content .work {
    padding-bottom: 16px;
  }
  .post-type-archive-work .content .work-5, .page-template-page-work .content .work-5, .tax-work-tag .content .work-5 {
    padding-bottom: 17px;
  }
  .work-template-default .title h1, .page-template-work-single .title h1 {
    font-size: 34px;
    line-height: 40.8px;
    letter-spacing: 1.5px;
  }
  .work-template-default .album__container, .page-template-work-single .album__container {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    padding-bottom: 24px;
  }
  .work-template-default .album a, .page-template-work-single .album a {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .be-a-part-of-the-change .lb-change-slider {
    margin-top: 53px;
  }
  .be-a-part-of-the-change .slick-next {
    right: 24px;
  }
  /* Header */
  header nav.mobile .back-mob-menu, header nav.mobile .close-mob-menu {
    top: 48px;
  }
  header nav.mobile .menu-mobile-menu-container, header nav.mobile .menu-primary-menu-container {
    padding-top: 121px;
  }
  /* Homepage */
  .page-template-homepage .top-categories .woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 17px 16px;
  }
  /* Footer */
  .footer {
    padding-top: 39px;
  }
  .footer .footer-logo {
    width: 130px;
    margin: -6px 0 0 -12px;
  }
  .footer .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .row:first-of-type {
    max-width: 560px;
    padding-bottom: 35px;
  }
  .footer .row:last-of-type .col:first-of-type {
    width: 100%;
    padding-bottom: 45px;
  }
  .footer .row:last-of-type .col:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .row:last-of-type::after {
    top: 19%;
    left: -7px;
    width: 171px;
    height: 154px;
    background-size: contain;
  }
  section.legal {
    padding-top: 19px;
    padding-bottom: 13px;
  }
  section.legal ul li {
    padding-left: 27px;
  }
  /* Shop Page */
  .lb-shop-page.woocommerce .page {
    padding-bottom: 61px;
  }
  .lb-shop-page.woocommerce .woocommerce-products-header {
    padding-bottom: 42px;
  }
  .lb-shop-page.woocommerce .shop-column:first-child {
    width: 46%;
  }
  .lb-shop-page.woocommerce .shop-column:last-child {
    width: 51.4%;
  }
  /* PLP */
  .tax-product_cat.archive.woocommerce.woocommerce-page .page #container, .search.archive.woocommerce.woocommerce-page .page #container {
    width: 65.25%;
    padding-right: 9px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter, .search.archive.woocommerce.woocommerce-page .page .lb-filter {
    width: 31%;
  }
  /* Contact Page */
  .page-template-contact-us .title {
    max-width: 595px;
  }
  /* About Page */
  .page-template-about-us .title__col:last-child {
    width: 47.8%;
  }
  .page-template-about-us .our-mission__col:first-child img {
    border-radius: 13px;
  }
  .page-template-about-us .our-mission__col:last-child {
    padding-top: 28px;
  }
  .page-template-about-us .photo-gallery img {
    max-height: 376px;
    max-width: 605px;
    border-radius: 9px;
  }
  .page-template-about-us .our-team {
    padding-inline: 24px;
  }
  .page-template-about-us .our-team img {
    border-radius: 9px;
  }
  .page-template-about-us .our-vision__container {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .page-template-about-us .our-vision__col:first-child {
    width: 53.7%;
  }
  .page-template-about-us .our-vision__col:last-child {
    width: 41.9%;
  }
  /* PDP */
  .single-product .title__text {
    width: 39%;
    padding-right: 24px;
  }
  .single-product .title__image {
    width: 61%;
  }
  .single-product .specs th, .single-product .specs td {
    min-width: 144px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .single-product .downloads .content {
    display: grid;
    grid-template-columns: auto auto 1fr;
  }
  .single-product .be-apart-of-change p {
    letter-spacing: 0;
  }
  .single-product .be-apart-of-change .lb-stats {
    padding-top: 69px;
  }
  .single-product .be-apart-of-change .lb-stats p {
    letter-spacing: -0.35px;
    line-height: 28px;
  }
  .single-product .inspiration img {
    height: clamp(339px, 21.1875rem + (1vw - 7.68px) * 61.3281, 496px);
    max-width: clamp(452px, 28.25rem + (1vw - 7.68px) * 81.6406, 661px);
    border-radius: 8px;
  }
  .single-product.woocommerce .related {
    padding-bottom: 72px;
  }
  /* Work */
  .post-type-archive-work section.header ul a, .page-template-page-work section.header ul a, .tax-work-tag section.header ul a {
    padding-inline: 20px;
  }
  .post-type-archive-work section.header .container, .page-template-page-work section.header .container, .tax-work-tag section.header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 32px;
  }
  .work-template-default #lightbox .lb-nav a.lb-prev, .page-template-work-single #lightbox .lb-nav a.lb-prev {
    margin-left: -96px;
  }
  .work-template-default #lightbox .lb-nav a.lb-next, .page-template-work-single #lightbox .lb-nav a.lb-next {
    margin-right: -96px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
  .admin-bar header nav.mobile {
    top: 46px;
  }
  .single-product.admin-bar .navigation {
    top: 186px;
  }
}
@media screen and (max-width: 767px) {
  .top-bar {
    padding: 12.5px;
  }
  .top-bar h2 {
    font-size: 10px;
    line-height: 15px;
  }
  header .logo {
    max-width: 78px;
  }
  header nav.desktop .menu-primary-menu-container {
    display: none;
  }
  .be-a-part-of-the-change {
    padding-top: 60px;
  }
  .be-a-part-of-the-change .container {
    border-radius: 8px;
    padding: 56px 0 24px 24px;
  }
  .be-a-part-of-the-change .col {
    padding-right: 24px;
  }
  .be-a-part-of-the-change h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .be-a-part-of-the-change p {
    padding-top: 18px;
  }
  .be-a-part-of-the-change .lb-change-slider {
    margin-top: 24px;
  }
  .be-a-part-of-the-change slide {
    margin: 0 4px;
  }
  .be-a-part-of-the-change .slick-prev {
    left: 4px;
  }
  .be-a-part-of-the-change .slick-next {
    right: 4px;
  }
  /* Homepage */
  .page-template-homepage .hero {
    height: 472px;
    overflow: hidden;
  }
  .page-template-homepage .hero h1 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .page-template-homepage .hero__bg {
    top: auto;
    height: 600px;
  }
  .page-template-homepage .top-categories {
    padding-top: 40px;
  }
  .page-template-homepage .top-categories h5 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 32px;
  }
  .page-template-homepage .top-categories .lb-button {
    margin: 17px auto 0;
  }
  .page-template-homepage .top-categories .woocommerce ul.products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7.5px;
  }
  .page-template-homepage .top-categories .woocommerce ul.products li.product {
    width: 50%;
    padding-inline: 7.5px;
  }
  .page-template-homepage .top-categories .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 14px;
    line-height: 16.94px;
    padding: 14px 10px;
  }
  .page-template-homepage .our-mission h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-template-homepage .our-mission .blocks-wrap {
    grid-column-gap: 16px;
  }
  .page-template-homepage .photo-gallery h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-template-homepage .photo-gallery img {
    max-width: clamp(319px, 19.9375rem + (1vw - 3.75px) * 81.3776, 638px);
    max-height: clamp(198px, 12.375rem + (1vw - 3.75px) * 50.5102, 396px);
  }
  .page-template-homepage .browse-our-catalog h2 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .page-template-homepage .browse-our-catalog p {
    max-width: 473px;
  }
  .page-template-homepage .browse-our-catalog .container {
    padding: 95px 0;
  }
  /* PLP */
  .tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    margin-bottom: 24px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .lb-archive-header p {
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0.08px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page.admin-bar .page .lb-filter, .tax-product_cat.archive.woocommerce.woocommerce-page.admin-bar .page .lb-filter-header, .search.archive.woocommerce.woocommerce-page.admin-bar .page .lb-filter, .search.archive.woocommerce.woocommerce-page.admin-bar .page .lb-filter-header {
    top: 46px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .lb-filter-header, .search.archive.woocommerce.woocommerce-page .lb-filter-header {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 100%;
    padding: 28px 24px 0;
    background: #ffffff;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .lb-close-filter, .search.archive.woocommerce.woocommerce-page .lb-close-filter {
    display: block;
    width: 24px;
    height: 16px;
    border: none;
    background: url("./../images/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .filter-buttons, .search.archive.woocommerce.woocommerce-page .filter-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    position: fixed;
    left: 100%;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #CBD1D6;
    padding: 20px 24px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page, .search.archive.woocommerce.woocommerce-page .page {
    padding-top: 39px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page #container, .search.archive.woocommerce.woocommerce-page .page #container {
    width: 100%;
    padding-right: 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .woocommerce-pagination .button, .search.archive.woocommerce.woocommerce-page .page .woocommerce-pagination .button {
    margin: 37px auto 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter, .search.archive.woocommerce.woocommerce-page .page .lb-filter {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #ffffff;
    padding: 28px 24px 151px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter.active, .search.archive.woocommerce.woocommerce-page .page .lb-filter.active {
    left: 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter.active .lb-filter-header, .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter.active .filter-buttons, .search.archive.woocommerce.woocommerce-page .page .lb-filter.active .lb-filter-header, .search.archive.woocommerce.woocommerce-page .page .lb-filter.active .filter-buttons {
    left: 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter ul, .search.archive.woocommerce.woocommerce-page .page .lb-filter ul {
    height: 100%;
    padding-top: 36px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter li, .search.archive.woocommerce.woocommerce-page .page .lb-filter li {
    padding: 8px 5px 8px 8px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter h3, .search.archive.woocommerce.woocommerce-page .page .lb-filter h3 {
    padding-bottom: 19px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .filter-buttons .lb-button, .tax-product_cat.archive.woocommerce.woocommerce-page .page .filter-buttons input#reset, .tax-product_cat.archive.woocommerce.woocommerce-page .page .filter-buttons a, .search.archive.woocommerce.woocommerce-page .page .filter-buttons .lb-button, .search.archive.woocommerce.woocommerce-page .page .filter-buttons input#reset, .search.archive.woocommerce.woocommerce-page .page .filter-buttons a {
    margin: 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper {
    min-height: 46px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper > a, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper > a {
    height: 46px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__subtitle, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__subtitle {
    font-size: 10px;
    line-height: 1.7;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product h2, .search.archive.woocommerce.woocommerce-page ul.products li.product h2 {
    font-size: 14px;
    line-height: 16.94px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download, .search.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download {
    font-size: 12px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download img, .search.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download img {
    width: 20px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header, .search.archive.woocommerce.woocommerce-page .woocommerce-products-header {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 16px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header h1, .search.archive.woocommerce.woocommerce-page .woocommerce-products-header h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header div:not(.term-description), .search.archive.woocommerce.woocommerce-page .woocommerce-products-header div:not(.term-description) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  /* Shop Page */
  .lb-shop-page.woocommerce .page {
    padding-top: 33px;
    padding-bottom: 37px;
  }
  .lb-shop-page.woocommerce .woocommerce-products-header {
    display: none;
  }
  .lb-shop-page.woocommerce ul.products {
    padding-top: 0;
  }
  .lb-shop-page.woocommerce ul.products li.product {
    width: 50%;
  }
  .lb-shop-page.woocommerce ul.products li.product h2 {
    font-size: 14px;
    line-height: 16.94px;
  }
  /* Contact Page */
  .page-template-contact-us .title p {
    padding-bottom: 39px;
  }
  .page-template-contact-us .contact-info h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-template-contact-us .contact-info div, .page-template-contact-us .contact-info a {
    font-size: 16px;
    line-height: 25.6px;
  }
  .page-template-contact-us .contact-info__block {
    padding-bottom: 25px;
  }
  .page-template-contact-us .contact-info__block div {
    max-width: 160px;
  }
  .page-template-contact-us .contact-form {
    padding-top: 8px;
  }
  .page-template-contact-us .contact-form .wpcf7-form {
    padding: 28px 16px;
  }
  .page-template-contact-us .contact-form p {
    padding: 12px 0;
  }
  .page-template-contact-us .contact-form p:nth-of-type(-n+4) {
    float: none;
    width: 100%;
  }
  /* About Page */
  .page-template-about-us .title__container {
    position: relative;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 109px;
  }
  .page-template-about-us .title__col:first-child {
    width: 100%;
  }
  .page-template-about-us .title__col:last-child {
    width: 100%;
  }
  .page-template-about-us .title h1 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 40px;
    font-size: 32px;
    line-height: 38.4px;
  }
  .page-template-about-us .title p {
    padding-top: 33px;
  }
  .page-template-about-us .title img {
    width: 100%;
  }
  .page-template-about-us .our-mission h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-template-about-us .our-mission .blocks-wrap {
    padding-top: 65px;
  }
  .page-template-about-us .our-history {
    padding-top: 42px;
  }
  .page-template-about-us .our-history h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-template-about-us .our-history p {
    padding-right: 4px;
  }
  .page-template-about-us .our-team h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-template-about-us .be-a-part-of-the-change h2 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.2px;
  }
  .page-template-about-us .our-vision__container {
    padding-top: 59px;
    padding-bottom: 41px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-about-us .our-vision__col:first-child {
    width: 100%;
  }
  .page-template-about-us .our-vision__col:last-child {
    width: 100%;
    padding-top: 32px;
  }
  .page-template-about-us .our-vision h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-template-about-us .our-vision p {
    max-width: 100%;
  }
  .page-template-about-us .our-vision img {
    border-radius: 9px;
    width: 100%;
  }
  /* PDP */
  .single-product.admin-bar .navigation {
    top: 170px;
  }
  .single-product h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .single-product .lb-product-select {
    display: block;
  }
  .single-product .title__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 16px;
  }
  .single-product .title__container h1 {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 1.1px;
  }
  .single-product .title__container p {
    padding-top: 21px;
    letter-spacing: -0.22px;
  }
  .single-product .title__text {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .single-product .title__image {
    width: 100%;
  }
  .single-product .navigation {
    top: 124px;
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .single-product .navigation .lb-product-tabs {
    display: none;
  }
  .single-product .chip {
    margin-top: -205px;
    padding-top: 225px;
  }
  .single-product .chip p {
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0.15px;
  }
  .single-product .chip__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-product .chip__col:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .single-product .chip__col:last-child {
    width: 100%;
  }
  .single-product .chip__image {
    margin-right: -8px;
  }
  .single-product .specs {
    margin-top: -205px;
    padding-top: 241px;
  }
  .single-product .specs th, .single-product .specs td {
    min-width: 145px;
    white-space: nowrap;
  }
  .single-product .specs__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 3px;
  }
  .single-product .specs__table-wrap::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: none;
  }
  .single-product .specs__table-wrap::-webkit-scrollbar-thumb {
    background: #0E74B0;
    border-radius: 3px;
  }
  .single-product .specs__table-wrap::-webkit-scrollbar-track {
    height: 3px;
    border-radius: 4px;
    background: #F6F6F6;
  }
  .single-product .applications {
    margin-top: -205px;
    padding-top: 245px;
    padding-bottom: 20px;
  }
  .single-product .applications .content {
    padding-top: 21px;
    grid-template-columns: 1fr 1fr;
  }
  .single-product .downloads .content {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .single-product .be-apart-of-change {
    text-align: left;
  }
  .single-product .be-apart-of-change h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .single-product .be-apart-of-change p {
    max-width: 100%;
  }
  .single-product .be-apart-of-change span {
    font-size: 40px;
    line-height: 48px;
  }
  .single-product .be-apart-of-change .lb-stats {
    padding-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
    margin: 0;
  }
  .single-product .be-apart-of-change .lb-stats__col {
    width: 100%;
    padding: 0;
  }
  .single-product .inspiration h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .single-product .inspiration img {
    height: clamp(198px, 12.375rem + (1vw - 3.75px) * 50.5102, 396px);
    max-width: clamp(263px, 16.4375rem + (1vw - 3.75px) * 67.602, 528px);
  }
  .single-product .woocommerce-loop-product__wrapper {
    min-height: 46px;
  }
  .single-product .woocommerce-loop-product__wrapper > a {
    min-height: 46px;
    height: 100%;
  }
  .single-product .woocommerce-loop-product__subtitle {
    font-size: 10px;
    line-height: 1.7;
  }
  .single-product.woocommerce .related {
    margin-top: -200px;
    padding-top: 246px;
    padding-bottom: 12px;
  }
  .single-product.woocommerce .related nav {
    padding-bottom: 16px;
  }
  .single-product.woocommerce .related .tabs-list {
    display: none;
  }
  .single-product.woocommerce .related ul.products {
    padding-top: 12px;
  }
  .single-product.woocommerce .related ul.products li.product {
    width: 50%;
  }
  .single-product.woocommerce .related ul.products li.product .woocommerce-button--download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 12px;
  }
  .single-product.woocommerce .related ul.products li.product .woocommerce-button--download img {
    width: 20px;
  }
  .single-product.woocommerce .related ul.products li.product h2 {
    font-size: 14px;
    line-height: 16.94px;
  }
  .single-product.woocommerce .related ul.products li.product a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-product.woocommerce .related ul.products li.product a:has(+ .woocommerce-loop-product__wrapper) {
    height: auto;
  }
  .single-product.woocommerce .related ul.products li.product a img {
    aspect-ratio: 1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* Legal */
  .page-template-legal .content, .page-template-default .content {
    padding-bottom: 26px;
  }
  .page-template-legal .content__container, .page-template-default .content__container {
    max-width: 100%;
  }
  .page-template-legal .content h1, .page-template-default .content h1 {
    max-width: 100%;
    letter-spacing: 0.3px;
    padding-bottom: 22px;
  }
  .page-template-legal .content h2, .page-template-default .content h2 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 8px;
    padding-left: 7px;
    letter-spacing: 0.4px;
  }
  .page-template-legal .content h3, .page-template-default .content h3 {
    font-size: 18px;
    line-height: 21.6px;
    padding-top: 24px;
    padding-bottom: 8px;
    letter-spacing: 0px;
  }
  .page-template-legal .content h3:last-of-type, .page-template-default .content h3:last-of-type {
    padding-top: 24px;
  }
  .page-template-legal .content blockquote p, .page-template-default .content blockquote p {
    font-size: 19px;
    line-height: 33.4px;
    line-height: 38.4px;
  }
  .page-template-legal .content .wp-block-group, .page-template-default .content .wp-block-group {
    padding-bottom: 9px;
  }
  /* Work */
  .post-type-archive-work section.header, .page-template-page-work section.header, .tax-work-tag section.header {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .post-type-archive-work section.header ul, .page-template-page-work section.header ul, .tax-work-tag section.header ul {
    display: none;
  }
  .post-type-archive-work section.header .container, .page-template-page-work section.header .container, .tax-work-tag section.header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-type-archive-work .lb-product-select, .page-template-page-work .lb-product-select, .tax-work-tag .lb-product-select {
    display: block;
  }
  .post-type-archive-work .content, .page-template-page-work .content, .tax-work-tag .content {
    padding-bottom: 9px;
  }
  .post-type-archive-work .content .container, .page-template-page-work .content .container, .tax-work-tag .content .container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .post-type-archive-work .content figcaption, .page-template-page-work .content figcaption, .tax-work-tag .content figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;
    height: 90%;
    max-height: 130px;
  }
  .work-template-default .title, .page-template-work-single .title {
    position: relative;
    padding-top: 109px;
  }
  .work-template-default .title__container, .page-template-work-single .title__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .work-template-default .title__col:first-child, .page-template-work-single .title__col:first-child {
    width: 100%;
    padding: 0;
  }
  .work-template-default .title__col:last-child, .page-template-work-single .title__col:last-child {
    width: 100%;
  }
  .work-template-default .title img, .page-template-work-single .title img {
    border-radius: 18px;
  }
  .work-template-default .title h1, .page-template-work-single .title h1 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 38.4px;
  }
  .work-template-default .title p, .page-template-work-single .title p {
    font-size: 16px;
    line-height: 25.6px;
    padding-top: 32px;
    text-align: center;
  }
  .work-template-default .album__container, .page-template-work-single .album__container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding-bottom: 8px;
  }
  .work-template-default #lightbox .lb-data .lb-close, .page-template-work-single #lightbox .lb-data .lb-close {
    width: 32px;
    height: 32px;
    margin: -16px;
  }
  .work-template-default #lightbox .lb-data .lb-close::before, .page-template-work-single #lightbox .lb-data .lb-close::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background-size: contain;
  }
  .work-template-default #lightbox .lb-nav a::before, .page-template-work-single #lightbox .lb-nav a::before {
    height: 9px;
    width: 5px;
  }
  .work-template-default #lightbox .lb-nav a.lb-next, .page-template-work-single #lightbox .lb-nav a.lb-next {
    width: 32px;
    height: 32px;
  }
  .work-template-default #lightbox .lb-nav a.lb-prev, .page-template-work-single #lightbox .lb-nav a.lb-prev {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 766px) {
  header nav.mobile .sub-menu-wrapper {
    padding-top: 122px;
  }
  .be-a-part-of-the-change {
    padding-top: 39px;
  }
  .be-a-part-of-the-change slide {
    width: clamp(279px, 17.4375rem + (1vw - 3.75px) * 64.3766, 532px);
  }
  .be-a-part-of-the-change img {
    height: auto;
  }
  .be-a-part-of-the-change .slick-prev {
    left: -16px;
  }
  .be-a-part-of-the-change .slick-next {
    right: 8px;
  }
  /* Homepage */
  .page-template-homepage .hero {
    padding-inline: 47px;
  }
  .page-template-homepage .our-mission {
    padding-top: 40px;
  }
  .page-template-homepage .our-mission__col:first-child img {
    border-radius: 6.13px;
  }
  .page-template-homepage .our-mission .blocks-wrap__col div {
    padding-bottom: 18px;
  }
  .page-template-homepage .photo-gallery {
    padding-top: 39px;
  }
  .page-template-homepage .browse-our-catalog {
    padding-top: 40px;
    padding-bottom: 19px;
  }
  .page-template-homepage .browse-our-catalog .container {
    padding: 81px 24px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer form {
    width: 100%;
    max-width: 375px;
    margin: 13px 0;
  }
  .footer .our-products {
    padding-bottom: 57px;
  }
  .footer .row:first-of-type {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 66px;
       -moz-column-gap: 66px;
            column-gap: 66px;
    padding-bottom: 15px;
  }
  .footer .row:last-of-type {
    padding-bottom: 63px;
  }
  .footer .row:last-of-type::after {
    top: 10.5%;
    left: 3px;
  }
  .footer .row:last-of-type .col:nth-of-type(2) {
    width: 100%;
  }
  .footer .row:last-of-type .col:nth-of-type(3) {
    width: 100%;
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .footer .row:last-of-type .col:last-of-type {
    width: 100%;
  }
  section.legal {
    padding-top: 20px;
  }
  section.legal .container {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.legal span {
    display: block;
  }
  section.legal ul {
    -webkit-column-gap: 33px;
       -moz-column-gap: 33px;
            column-gap: 33px;
    padding-bottom: 24px;
  }
  section.legal ul li {
    padding: 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page {
    padding-top: 24px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-products-header, .search.archive.woocommerce.woocommerce-page .woocommerce-products-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 24px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .filter-buttons, .search.archive.woocommerce.woocommerce-page .filter-buttons {
    padding: 22px 24px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .page .lb-filter, .search.archive.woocommerce.woocommerce-page .page .lb-filter {
    padding-bottom: 155px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper, .search.archive.woocommerce.woocommerce-page .woocommerce-loop-product__wrapper {
    min-height: auto;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 10px;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product a, .search.archive.woocommerce.woocommerce-page ul.products li.product a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product a img, .search.archive.woocommerce.woocommerce-page ul.products li.product a img {
    height: auto;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product a:has(+ .woocommerce-loop-product__wrapper), .search.archive.woocommerce.woocommerce-page ul.products li.product a:has(+ .woocommerce-loop-product__wrapper) {
    height: auto;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product a:has(+ .woocommerce-loop-product__wrapper) + .woocommerce-loop-product__wrapper, .search.archive.woocommerce.woocommerce-page ul.products li.product a:has(+ .woocommerce-loop-product__wrapper) + .woocommerce-loop-product__wrapper {
    padding: 0;
  }
  .tax-product_cat.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download, .search.archive.woocommerce.woocommerce-page ul.products li.product .woocommerce-button--download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* Contact Page */
  .page-template-contact-us .contact-form {
    padding-bottom: 60px;
  }
  .page-template-contact-us .embed-map {
    padding-bottom: 36px;
  }
  /* Shop Page */
  .lb-shop-page.woocommerce .page {
    padding-top: 24px;
    padding-bottom: 27px;
  }
  .lb-shop-page.woocommerce ul.products {
    padding-inline: 8px;
  }
  .lb-shop-page.woocommerce ul.products li.product {
    padding: 12px;
  }
  /* About Page */
  .page-template-about-us .our-mission__col:first-child img {
    border-radius: 6px;
  }
  .page-template-about-us .our-mission__col:last-child {
    padding-top: 24px;
  }
  .page-template-about-us .our-mission .blocks-wrap {
    padding-top: 66px;
    grid-column-gap: 16px;
  }
  .page-template-about-us .our-mission .blocks-wrap__col:nth-child(odd) {
    padding-right: 10px;
  }
  .page-template-about-us .our-history__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-about-us .our-history__col {
    width: 100%;
  }
  .page-template-about-us .our-history__col:last-child {
    padding-top: 34px;
    padding-left: 0;
  }
  .page-template-about-us .photo-gallery {
    padding-top: 49px;
  }
  .page-template-about-us .photo-gallery img {
    max-width: clamp(291px, 18.1875rem + (1vw - 3.75px) * 80.3069, 605px);
    max-height: clamp(181px, 11.3125rem + (1vw - 3.75px) * 49.8721, 376px);
    border-radius: 5px;
  }
  .page-template-about-us .photo-gallery .slick-next {
    right: 24px;
  }
  .page-template-about-us .photo-gallery .slick-prev {
    left: 24px;
  }
  .page-template-about-us .our-team img {
    border-radius: 5px;
  }
  .page-template-about-us .be-a-part-of-the-change {
    padding-top: 57px;
  }
  .page-template-about-us .our-vision__container {
    padding-top: 41px;
  }
  .page-template-about-us .our-vision img {
    border-radius: 4px;
  }
  .single-product .specs h3 {
    padding-bottom: 26px;
  }
  .single-product .specs__table-wrap {
    margin-right: -24px;
  }
  .single-product .applications .content {
    gap: 13px;
  }
  .single-product .line-drawing h3 {
    padding-left: 4px;
  }
  .single-product .line-drawing__container {
    padding-inline: 20px;
  }
  .single-product .be-apart-of-change .lb-stats {
    padding-top: 25px;
  }
  .single-product .be-apart-of-change p {
    line-height: 25.6px;
  }
  /* Work */
  .post-type-archive-work .content, .page-template-page-work .content, .tax-work-tag .content {
    padding-inline: 20px;
    padding-bottom: 24px;
  }
  .work-template-default .title img, .page-template-work-single .title img {
    border-radius: 8px;
  }
  .work-template-default .album__container, .page-template-work-single .album__container {
    padding-inline: 20px;
    padding-bottom: 24px;
  }
  .work-template-default #lightbox .lb-image, .work-template-default #lightbox .lb-dataContainer, .page-template-work-single #lightbox .lb-image, .page-template-work-single #lightbox .lb-dataContainer {
    max-width: 100%;
    height: auto !important;
    width: 100%;
  }
  .work-template-default #lightbox .lb-outerContainer, .page-template-work-single #lightbox .lb-outerContainer {
    max-width: 100%;
    height: auto !important;
  }
  .work-template-default #lightbox .lb-nav a.lb-prev, .page-template-work-single #lightbox .lb-nav a.lb-prev {
    margin-left: -40px;
  }
  .work-template-default #lightbox .lb-nav a.lb-next, .page-template-work-single #lightbox .lb-nav a.lb-next {
    margin-right: -40px;
  }
  /* Legal */
  .page-template-legal .content h3, .page-template-default .content h3 {
    padding-bottom: 2px;
  }
  .page-template-legal .content h2, .page-template-default .content h2 {
    padding-bottom: 3px;
  }
  .page-template-legal .content p, .page-template-default .content p {
    padding-top: 24px;
  }
  .page-template-legal .content ul, .page-template-legal .content ol, .page-template-default .content ul, .page-template-default .content ol {
    margin-top: 23px;
  }
  .page-template-legal .content blockquote, .page-template-default .content blockquote {
    margin: 38px 0 0;
  }
  .page-template-legal .content blockquote p, .page-template-default .content blockquote p {
    line-height: 32.4px;
  }
  .page-template-legal .content .wp-block-group, .page-template-default .content .wp-block-group {
    padding-bottom: 2px;
  }
  .page-template-legal .content .wp-block-group__inner-container, .page-template-default .content .wp-block-group__inner-container {
    padding: 19px 16px 16px 24px;
  }
}