header.site-header .custom-logo {
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.page-id-7 header.site-header.top:not(.nav-open) {
  background-color: transparent;
}

header.site-header.nav-open {
  --header-mobile-menu-background: #4b883c;
}
header.site-header .menu-item-22::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 2rem 0;
  background: #63705c;
}
header.site-header a {
  text-transform: uppercase;
}
header.site-header li i img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
header.site-header li.focus i img:last-of-type {
  display: inline-block;
}
header.site-header li.focus i img:first-of-type {
  display: none;
}
header.site-header li.focus a {
  padding-bottom: 0 !important;
}
header.site-header li.focus .submenu {
  padding-left: 2rem;
  padding-bottom: 1rem;
}
header.site-header li.focus .submenu a {
  color: #fff;
  text-transform: uppercase;
  /* Desktop/headings/h6 */
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 19.2px */
}
header.site-header .header-cart {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.elementor-element .elementor-widget-text-editor h3 {
  color: var(--BRAND-Background, #fafafa);
  /* Headings/Desktop/H5__Desktop */
  font-family: var(--Font-Family-Title, Exo);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
  margin: 0 0 10px !important;
}

body:not(.elementor-page) .article-content {
  max-width: min(1200px, 80%);
  margin: 8rem auto;
}
body:not(.elementor-page) .article-content .wc-block-components-product-name {
  font-size: 140%;
  line-height: 110%;
}
body:not(.elementor-page) .article-content .wc-block-cart__submit-button {
  border-color: #4b883c;
  border: 2px solid #4b883c;
  border-radius: 8px;
  color: #4b883c;
  font-family: var(--Font-Family-Title, Exo);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}
body:not(.elementor-page) .article-content .wc-block-components-checkout-place-order-button__text {
  color: white;
}

.mobile-menu .site-header.nav-open .mobile-widget:not(.shrink) {
  margin: 4rem 0 !important;
}

.hover-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  min-height: 300px;
  background-color: #4b883c;
  color: white;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.hover-block div.content {
  width: 100%;
}
.hover-block div.content div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.hover-block div.content span {
  color: var(--BRAND-Background, #fafafa);
  text-align: center;
  display: block;
  /* Headings/Desktop/H5__Desktop */
  font-family: var(--Font-Family-Title, Exo);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}
.hover-block div.content i.arrow {
  display: block;
  max-width: 0;
  transition: max-width 0.3s ease-in-out;
  overflow: hidden;
  height: 39px;
  width: 55px;
}
.hover-block:hover {
  background-color: #3c6930;
}
.hover-block:hover div.content i.arrow {
  max-width: 55px;
}

.elementor-widget-woocommerce-product-price .nypris {
  color: #4c524f;
}

.emmissions-savings-widget {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--Typography-Body, #4c524f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.16px;
  padding: 1rem 0;
}

.product-variations {
  color: var(--Typography-Headings, #1c1e1d);
  font-size: 16px;
  font-style: normal;
  line-height: 140%; /* 22.4px */
}
.product-variations table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
  font-family: system-ui, sans-serif;
}
@media screen and (max-width: 700px) {
  .product-variations table tr th:first-of-type,
  .product-variations table tr td:first-of-type {
    display: none;
  }
}
.product-variations thead {
  text-align: left;
  font-weight: 600;
}
.product-variations thead th {
  padding: 0 1rem;
  color: #444;
  text-align: center;
  text-transform: capitalize;
}
.product-variations thead th:first-child {
  width: 80px;
  text-align: center;
}
.product-variations tbody tr {
  border: 1px solid #63705c;
  border-radius: 16px;
  box-shadow: 0 0 0 1px #63705c;
  overflow: hidden;
}
.product-variations tbody tr td {
  padding: 1rem;
  vertical-align: middle;
}
.product-variations td:first-child {
  width: 80px;
  text-align: center;
  align-items: center;
}
.product-variations td:first-child img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.product-variations td.attribute-price .amount bdi {
  font-weight: 600;
}
.product-variations td:nth-child(2),
.product-variations td:nth-child(3),
.product-variations td:nth-child(4) {
  text-align: center;
}
.product-variations td:last-child {
  text-align: right;
}
.product-variations td:last-child .quantity-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
}
.product-variations td:last-child .quantity-control button {
  background: none;
  border: none;
  font-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.product-variations td:last-child .quantity-control span {
  margin: 0 0.5rem;
}
.product-variations td:last-child .add-btn {
  margin-left: 1rem;
  font-size: 0.85rem;
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .product-variations tbody tr td,
  .product-variations tbody tr th {
    padding: 10px 5px;
  }
}

variation-form {
  width: -moz-max-content;
  width: max-content;
  justify-self: end;
}

/** Custom shop page **/
custom-archive .breadcrumbs {
  margin-top: 2rem;
  display: flex;
  gap: 0.3rem;
}
custom-archive .breadcrumbs span, custom-archive .breadcrumbs a {
  display: block;
}

.elementor custom-archive cf-filters {
  /** Slider styles **/
}
.elementor custom-archive cf-filters button:not(.close) {
  color: var(--Typography-Headings, #1c1e1d);
  text-align: center;
  border-color: #1c1e1d;
  border-radius: 50px;
  /* Desktop/headings/h6 */
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 19.2px */
  background-color: transparent;
  padding: 10px 27px 10px 32px;
  cursor: pointer;
}
.elementor custom-archive cf-filters button:not(.close) svg {
  margin-left: 10px;
}
.elementor custom-archive cf-filters button:not(.close):hover, .elementor custom-archive cf-filters button:not(.close):active, .elementor custom-archive cf-filters button:not(.close):focus {
  background-color: transparent;
  border-color: #1c1e1d;
}
.elementor custom-archive cf-filters h2 {
  color: var(--BRAND-Color-2, #4b883c);
  /* Headings/Desktop/H5__Desktop */
  font-family: var(--Font-Family-Title, Exo);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.elementor custom-archive cf-filters .close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.elementor custom-archive cf-filters .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 999;
}
.elementor custom-archive cf-filters .overlay.open {
  opacity: 1;
  visibility: visible;
}
.elementor custom-archive cf-filters .filters {
  overflow-y: scroll;
  /** Hide scrollbar but still scrollable **/
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
  background: white;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  padding: 1rem;
  flex-direction: column;
  gap: 1rem;
  z-index: 1000;
}
.elementor custom-archive cf-filters .filters::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.elementor custom-archive cf-filters .filters.open {
  transform: translateX(0);
  display: flex;
  pointer-events: auto;
}
.elementor custom-archive cf-filters .filters.open .close-btn {
  align-self: flex-end;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
.elementor custom-archive cf-filters .filters .filter-group h3 {
  color: var(--BRAND-Color-2, #4b883c);
  text-align: left;
  /* Desktop/headings/h6 */
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 19.2px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.elementor custom-archive cf-filters .filters .filter-group .content {
  display: none;
}
.elementor custom-archive cf-filters .filters .filter-group[data-open] .content {
  display: block;
  padding: 1rem 0;
}
.elementor custom-archive cf-filters .filter-group .content {
  display: none;
}
.elementor custom-archive cf-filters .filter-group[data-open] .content {
  display: block;
  position: relative;
}
.elementor custom-archive cf-filters .select {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  padding: 0.5em 0.75em;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.elementor custom-archive cf-filters .select button {
  border: none;
  padding: 0;
}
.elementor custom-archive cf-filters .select.open {
  border-color: #4b883c;
}
.elementor custom-archive cf-filters .select-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elementor custom-archive cf-filters .select-options {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
.elementor custom-archive cf-filters .select-option {
  padding: 0.5em 0.75em;
}
.elementor custom-archive cf-filters .select-option:hover {
  background: #f3f3f3;
}
.elementor custom-archive cf-filters .select-option.selected {
  background: #e6f1e3;
}
.elementor custom-archive cf-filters .price-values {
  display: flex;
  justify-content: space-between;
}
.elementor custom-archive cf-filters .price-values label {
  font-weight: 600;
  color: #1c1e1d;
}
.elementor custom-archive cf-filters .noUi-horizontal {
  height: 11px;
}
.elementor custom-archive cf-filters .noUi-horizontal .noUi-base .noUi-connect {
  background: var(--BRAND-Color-2, #4b883c);
}
.elementor custom-archive cf-filters .noUi-horizontal .noUi-base .noUi-handle {
  height: 14px;
  width: 14px;
  top: -3px;
  right: -8px;
  border-radius: 50%;
  border: 2px solid var(--BRAND-Color-2, #d9d9d9);
  background: #d9d9d9;
}
.elementor custom-archive cf-filters .noUi-horizontal .noUi-base .noUi-handle::before, .elementor custom-archive cf-filters .noUi-horizontal .noUi-base .noUi-handle::after {
  height: 6px;
  background-color: #bfbfbf;
  left: 6px;
  top: 2px;
}
.elementor custom-archive cf-filters .noUi-horizontal .noUi-base .noUi-handle::after {
  left: 4px;
}

.category-filter .category-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 3rem 0;
}
.category-filter .category-list .category-button {
  border-radius: 100px;
  border: 1px solid var(--BRAND-Color-2, #4b883c);
  background: var(--BRAND-Color-2, #4b883c);
  padding: 6px 13px 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.category-filter .category-list .category-button.excluded {
  background: transparent;
  color: var(--BRAND-Color-2, #4b883c);
  border: 1px solid var(--BRAND-Color-2, #4b883c);
}

.products-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 3rem;
}
.products-container product-listing {
  flex: 1 1 min(416px, 33.333% - 30px);
  box-sizing: border-box;
  max-width: calc(33.333% - 20px);
  width: 100%;
}
.products-container .product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  overflow: hidden;
  font-family: system-ui, sans-serif;
}
.products-container .product-image {
  width: 100%;
  height: 496px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.products-container .product-info {
  padding: 16px 0;
}
.products-container .product-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 4px 0 8px;
  color: #000;
  line-height: 120%;
}
.products-container .product-subtitle {
  font-size: 0.9rem;
  color: #444;
  margin: 0;
}
.products-container .product-price {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 6px 0 2px;
  color: #000;
}
.products-container .product-tax {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}
.products-container .product-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 600px) {
  .products-container product-listing {
    flex: 1 1 min(280px, 50% - 20px);
    max-width: calc(50% - 20px);
  }
  .products-container product-listing .product-image {
    height: 186px;
    border-radius: 8px;
    -o-object-position: center;
       object-position: center;
  }
}

.cf-pagination {
  margin: 4rem auto;
  width: -moz-max-content;
  width: max-content;
}
.cf-pagination button.nav-btn {
  background: transparent;
  padding: 5px;
  color: var(--Typography-Headings, #1c1e1d);
  /* Body/Desktop */
  font-family: var(--Font-Family-Body, Hind);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  border-width: 0;
}
.cf-pagination button.nav-btn.active {
  text-decoration: underline;
}
.cf-pagination button.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

product-categories swiper-slide {
  padding-bottom: 2rem;
  border-radius: 12px;
}
product-categories swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: relative;
  min-height: 410px;
  border-radius: 12px;
  height: 100%;
}
product-categories swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100% !important;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px !important;
}
product-categories swiper-slide .name {
  z-index: 2;
  color: var(--BRAND-Background, #fafafa);
  text-align: center;
  font-family: var(--Font-Family-Title, Exo);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

table.product-specs {
  width: 100%;
}
table.product-specs tr {
  width: 100%;
}
table.product-specs tr th,
table.product-specs tr td {
  padding: 10px 20px;
  text-align: left;
  color: var(--Typography-Headings, #1c1e1d);
  font-family: var(--Font-Family-Body, Hind);
  font-size: 16px;
  font-style: normal;
  line-height: 140%; /* 22.4px */
}
table.product-specs tr:nth-child(even) {
  background: #e9edf2;
}
table.product-specs tr:last-of-type th:first-of-type {
  border-bottom-left-radius: 8px;
}
table.product-specs tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}/*# sourceMappingURL=style.css.map */