@charset "UTF-8";
/*/ Layout /*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@font-face {
  font-family: "JUST Sans";
  src: url("/wp-content/themes/loeihard-theme/assets/font/JUST Sans Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("/wp-content/themes/loeihard-theme/assets/font/JUST Sans Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("/wp-content/themes/loeihard-theme/assets/font/JUST Sans SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("/wp-content/themes/loeihard-theme/assets/font/JUST Sans Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("/wp-content/themes/loeihard-theme/assets/font/JUST Sans ExBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("/wp-content/themes/loeihard-theme/assets/font/JUST Sans Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("/wp-content/themes/loeihard-theme/assets/font/JUST Sans ExLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*/ FONTS IMPORT LOCAL /*/
@font-face {
  font-family: "";
  src: url("../font/");
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 21px;
  font-family: "JUST Sans", sans-serif, sans-serif;
  background-color: #FFFFFF;
  color: #33312B;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in;
}
a:hover {
  color: rgb(56.8, 147.2, 56.8);
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

ol li {
  list-style-type: disc;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.non-clickable {
  pointer-events: none;
  cursor: default;
}

.burger-trigger {
  position: relative;
  height: 18px;
  width: 20px;
  z-index: 15;
  display: none;
  cursor: pointer;
}
.burger-trigger span {
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #FFFFFF;
  transition-duration: 0.3s;
  border-radius: 99px;
}
.burger-trigger span:first-child {
  top: 0px;
}
.burger-trigger span.center {
  top: calc(50% - 2px);
}
.burger-trigger span:last-child {
  bottom: 0px;
}
.burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 6.5px;
}
.burger-trigger.burger-active span.center {
  opacity: 0;
}
.burger-trigger.burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 7.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "JUST Sans", sans-serif;
}

.fa {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
}

.theme-button {
  background-color: #47B847;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 16px;
  border: 1px solid #34A853;
  transition: 0.2s ease-in-out;
  text-align: center;
  font-family: "JUST Sans", sans-serif, sans-serif;
  font-size: 16px;
}
.theme-button.white {
  background-color: #FFFFFF;
  border: 1px solid #656256;
  color: #656256;
}
.theme-button i {
  font-size: 20px;
}
.theme-button .arrow {
  display: flex;
}
.theme-button .arrow.first {
  scale: 1;
  transition: scale 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left;
}
.theme-button .arrow.last {
  margin-left: -28px;
  scale: 0;
  transition: scale 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right;
}
.theme-button span {
  position: relative;
  left: 0;
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.theme-button:hover .arrow.last {
  transform-origin: left;
  scale: 1;
}
.theme-button:hover .arrow.first {
  transform-origin: right;
  scale: 0;
}
.theme-button:hover span {
  left: -28px;
}

.theme-indicator {
  font-size: 18px;
  color: #47B847;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.theme-indicator__BIG {
  font-size: 36px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 40px;
}

.theme-wrapper {
  padding: 52px 0;
}

.theme-search-searchbox {
  padding: 25px 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.theme-search-searchbox form {
  padding: 16px 20px;
  background-color: #FFFFFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 16px;
}
.theme-search-searchbox form select {
  padding: 6px 12px;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.theme-search-searchbox .results {
  text-transform: lowercase;
  text-underline-offset: 0.15em;
}
.theme-search-searchbox .results span {
  color: #47B847;
  font-weight: bold;
}

.theme-breadcrumbs {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: "Lexend", sans-serif;
  display: flex;
  align-items: center;
}
.theme-breadcrumbs a {
  color: #000000;
}
.theme-breadcrumbs i {
  color: #47B847;
  margin: 0px 8px;
  font-size: 8px;
}
.theme-breadcrumbs .current-product {
  font-weight: 400;
}

.filter-product-container {
  padding: 0px 0px 50px;
}

.loadmore {
  margin-top: 32px;
}
.loadmore .wpgb-facet button {
  background-color: #47B847;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px !important;
  border: 1px solid #34A853 !important;
  transition: 0.2s ease-in-out !important;
  text-align: center;
  font-family: "JUST Sans", sans-serif, sans-serif;
  font-size: 16px !important;
}
.loadmore .wpgb-facet button:hover {
  background-color: rgb(56.8, 147.2, 56.8);
}

.theme-loader {
  border-bottom: 1px solid #e4e4e4;
}
.theme-loader .wpgb-facet .wpgb-pagination {
  display: flex;
  justify-content: center;
  padding: 12px 0px;
}
.theme-loader .wpgb-facet .wpgb-pagination li {
  border: 1px solid #656256;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.theme-loader .wpgb-facet .wpgb-pagination li a {
  color: #656256;
}
.theme-loader .wpgb-facet .wpgb-pagination li a[aria-current] {
  color: #656256;
}

@media screen and (max-width: 768px) {
  .burger-trigger {
    display: block;
  }
  .theme-button {
    padding: 6px 10px;
  }
}
/*/ WooCommerce /*/
.woocommerce form .form-row {
  display: block !important;
}

.wc-item-meta li:last-child {
  display: none;
}

.woocommerce-form-register {
  border: 1px solid #E6E1E3 !important;
}
.woocommerce-form-login {
  border: 1px solid #E6E1E3 !important;
}
.woocommerce .woocommerce-MyAccount-navigation {
  padding: 75px 15px;
}
.woocommerce .woocommerce-MyAccount-navigation-link {
  padding: 16px 20px;
}
.woocommerce .woocommerce-MyAccount-navigation-link a {
  color: #000000;
}
.woocommerce .woocommerce-MyAccount-navigation-link a:hover {
  color: #47B847;
}
.woocommerce .woocommerce-MyAccount-navigation-link.is-active {
  background-color: #F2F0F1;
  border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 8px;
  border-top: 1px solid #E8E8E8;
}
.woocommerce .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #CB1010;
}
.woocommerce .woocommerce-MyAccount-content {
  padding: 75px 15px;
}
.woocommerce input#reg_email, .woocommerce input#user_login {
  border: none;
  background-color: #F2F0F1;
  border-radius: 999px;
  padding: 12px 62px 12px 20px;
}
.woocommerce button.woocommerce-Button.button, .woocommerce button.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  padding: 10px 40px;
  font-size: 16px;
  display: inline-block;
  transition: 0.2s ease-in;
  border-radius: 999px;
}

.theme-breadcrumbs-single-product {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: "Lexend", sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.theme-breadcrumbs-single-product a {
  color: #000000;
}
.theme-breadcrumbs-single-product i {
  color: #47B847;
  margin: 0px 8px;
  font-size: 8px;
}
.theme-breadcrumbs-single-product .current-product {
  font-weight: 400;
}

.theme-single-product {
  padding: 32px 0;
}
.theme-single-product .product .slick-slide img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-single-product .product-nav-slider {
  margin: 24px -10px 12px -10px;
  position: relative;
}
.theme-single-product .product-nav-slider button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  color: #34A853;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 60.58%);
  height: 100%;
  width: 8%;
}
.theme-single-product .product-slider-item {
  border: 1px solid #e4e4e4;
  height: 100%;
}
.theme-single-product .product-nav-item {
  border: 1px solid #e4e4e4;
  margin: 0px 10px;
  cursor: pointer;
  border-radius: 8px;
  padding: 14px;
}
.theme-single-product .product .product-description-description ul {
  list-style-position: inside;
  list-style-type: disc;
}
.theme-single-product .product-description {
  margin-bottom: 44px;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}
.theme-single-product .product-description-title {
  font-size: 24px;
  font-weight: bold;
}
.theme-single-product .product-description h2 {
  font-size: 24px;
  font-weight: 753;
  margin: 20px 0px;
}
.theme-single-product .product-specs {
  margin-bottom: 44px;
}
.theme-single-product .product-specs-description {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-family: "Lexend", sans-serif;
}
.theme-single-product .product-specs-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #000000;
}
.theme-single-product .product-specs-item {
  display: flex;
  padding: 12px 20px;
}
.theme-single-product .product-specs-item strong {
  color: #000000;
  width: 40%;
  display: inline-block;
  word-wrap: break-word;
}
.theme-single-product .product-specs-item span {
  width: 60%;
  display: inline-block;
}
.theme-single-product .product-specs-item:nth-child(odd) {
  background-color: #ededed;
}
.theme-single-product .product-specs-item:nth-child(even) {
  background-color: #FFFFFF;
}
.theme-single-product .product .faq-title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}
.theme-single-product .info-margin {
  margin-left: 58px;
  position: sticky;
  top: 40px;
  align-self: flex-start;
}
.theme-single-product-info-title {
  font-size: 36px;
  font-weight: 753;
  color: #000000;
}
.theme-single-product-info-data {
  display: flex;
  font-size: 16px;
  gap: 24px;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 20px;
  color: #000000;
}
.theme-single-product-info-data .sku,
.theme-single-product-info-data .shipping {
  display: flex;
}
.theme-single-product-info-data img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.theme-single-product-info-data i {
  color: #47B847;
  font-size: 24px;
  margin-right: 8px;
}
.theme-single-product-info-description {
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 32px;
}
.theme-single-product-info-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #34A853;
  margin-top: 24px;
}
.theme-single-product-info-price .price-btw {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}
.theme-single-product-info-price > div {
  font-size: 14px;
}
.theme-single-product-info-price h2 {
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 22px;
}
.theme-single-product .usp-container {
  padding-top: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.theme-single-product .theme-usp-point {
  display: flex;
  gap: 12px;
  align-items: center;
}
.theme-single-product .theme-usp-point .icon-wrap {
  width: 4%;
  display: flex;
  justify-content: center;
}
.theme-single-product .theme-usp-point img {
  width: auto;
  height: auto;
}
.theme-single-product .theme-usp-point p {
  font-size: 16px;
  margin: 0;
}

.theme-add-to-cart-title {
  padding: 8px 0px 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.theme-add-to-cart-wrapper {
  padding-bottom: 14px;
}
.theme-add-to-cart-wrapper .wapf-field-group > div:last-child {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 26px;
}
.theme-add-to-cart-wrapper .wapf-field-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.theme-add-to-cart-wrapper .wapf-field-input {
  width: 100%;
}
.theme-add-to-cart-wrapper .wapf-field-label {
  margin-bottom: 0px !important;
  font-size: 16px;
  font-weight: bold;
}
.theme-add-to-cart-wrapper .wapf-field-label abbr {
  display: none;
}
.theme-add-to-cart-wrapper .wapf-field-description {
  position: absolute;
  right: 0;
  font-style: italic;
  color: #7C7C7C;
  font-size: 12px;
  padding: 0px 5px;
}
.theme-add-to-cart-wrapper .wapf-field-description a {
  color: #47B847;
  text-decoration: underline;
}
.theme-add-to-cart-wrapper .wapf input[type=email],
.theme-add-to-cart-wrapper .wapf input[type=number],
.theme-add-to-cart-wrapper .wapf input[type=text],
.theme-add-to-cart-wrapper .wapf input[type=url],
.theme-add-to-cart-wrapper .wapf select,
.theme-add-to-cart-wrapper .wapf textarea {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  padding: 6px 8px 6px 12px;
}
.theme-add-to-cart-wrapper .wapf-field-calc {
  visibility: hidden;
  display: none;
}
.theme-add-to-cart-wrapper select {
  color: #33312B;
}
.theme-add-to-cart-wrapper select option {
  color: #33312B;
}
.theme-add-to-cart-wrapper button.single_add_to_cart_button.button.alt {
  border-radius: 2px;
  background-color: #53D753;
  color: #FFFFFF;
  width: 88%;
  padding: 6px 20px;
  border: 1px solid #47B847;
  transition: 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.theme-add-to-cart-wrapper button.single_add_to_cart_button.button.alt:hover {
  border: 1px solid #34A853;
  background-color: #47B847;
}
.theme-add-to-cart-wrapper a.added_to_cart.wc-forward {
  display: none;
}
.theme-add-to-cart-wrapper .quantity .qty {
  border-radius: 2px;
  border: 1px solid #E3E3E3;
  height: 48px;
}
.theme-add-to-cart-wrapper .custom-flex-add-to-cart {
  display: flex;
  gap: 12px;
}
.theme-add-to-cart-wrapper button.single_add_to_cart_button.button.alt::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/bag-happy.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px 3px 0px 0px;
}
.theme-add-to-cart-wrapper #price_calculator tr.price-table-row.length-input {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.theme-add-to-cart-wrapper #price_calculator tr.price-table-row.length-input label {
  font-size: 16px;
  font-weight: bold;
}
.theme-add-to-cart-wrapper #price_calculator .price-table-row.calculated-price > td {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.theme-add-to-cart-wrapper #price_calculator .price-table-row.calculated-price .amount {
  margin-left: 8px;
  font-weight: 900 !important;
  font-size: 28px;
}
.theme-add-to-cart-wrapper #price_calculator input,
.theme-add-to-cart-wrapper #price_calculator select {
  border-radius: 2px;
  border: 1px solid #E3E3E3;
  text-align: center;
  min-height: 48px;
  min-width: 3.631em;
}
.theme-add-to-cart-wrapper .wapf--inner > div:not(:last-child) {
  display: none;
}
.theme-add-to-cart-wrapper .wapf--inner span {
  font-weight: 400 !important;
  font-size: 16px;
}
.theme-add-to-cart-wrapper .wapf--inner .wapf-total.wapf-grand-total.price.amount {
  margin-left: 8px;
  font-weight: 900 !important;
  font-size: 28px;
  float: unset;
}
.theme-add-to-cart-help {
  display: flex;
  gap: 20px;
  border-radius: 8px;
  border: 1px dashed #4EA5D9;
  background: rgba(78, 165, 217, 0.12);
  padding: 20px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-family: "Lexend", sans-serif;
}
.theme-add-to-cart-help p {
  margin: 0;
}
.theme-add-to-cart-help a {
  color: #4EA5D9;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.theme-add-to-cart-help a:hover {
  color: initial;
}

.theme-product-suggestions {
  background-color: #F4F2F3;
}
.theme-product-suggestions-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.theme-product-suggestions-title {
  font-size: 36px;
  font-weight: 900;
}
.theme-product-suggestions-wrapper {
  display: flex;
  gap: 28px;
  width: 100%;
}
.theme-product-suggestions-wrapper .product-item {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  height: 100%;
  width: 25%;
  position: relative;
}
.theme-product-suggestions-wrapper .product-item .add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
}
.theme-product-suggestions-wrapper .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px 20px 20px 0px;
}
.theme-product-suggestions-wrapper .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline span {
  display: none !important;
}
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.add_to_cart_button,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #53D753;
  border: 1px solid #47B847;
  position: relative;
  cursor: pointer;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.add_to_cart_button::before,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button::before,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button::before {
  content: url("/wp-content/themes/loeihard-theme/assets/icons/add-to-cart.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.add_to_cart_button:hover,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button:hover,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button:hover {
  border: 1px solid #53D753;
}
.theme-product-suggestions-wrapper .product-item .add-to-cart a.added_to_cart.wc-forward {
  display: none !important;
}
.theme-product-suggestions-wrapper .product-item .add-to-cart .price,
.theme-product-suggestions-wrapper .product-item .add-to-cart .woocommerce-Price-amount,
.theme-product-suggestions-wrapper .product-item .add-to-cart .woocommerce-Price-currencySymbol,
.theme-product-suggestions-wrapper .product-item .add-to-cart form > *:not(.single_add_to_cart_button),
.theme-product-suggestions-wrapper .product-item .add-to-cart span.screen-reader-text {
  display: none !important;
}
.theme-product-suggestions-wrapper .product-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.theme-product-suggestions-wrapper .product-image {
  padding: 28px;
  padding-bottom: 0px;
}
.theme-product-suggestions-wrapper .product-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-product-suggestions-wrapper .product-info {
  border-top: 1px solid #E4E4E4;
  padding: 28px 20px 22px;
}
.theme-product-suggestions-wrapper .product-name {
  font-size: 18px;
  font-weight: 700;
  color: #33312B;
  margin-bottom: 8px;
  font-family: "Lexend", sans-serif;
}
.theme-product-suggestions-wrapper .product-sku {
  font-size: 14px;
  color: color-mix(in srgb, #33312B 50%, white 50%);
  text-transform: lowercase;
  margin-bottom: 36px;
}
.theme-product-suggestions-wrapper .product-price {
  display: flex;
  flex-direction: column;
  color: #34A853;
  font-family: "JUST Sans", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 18px;
}
.theme-product-suggestions-wrapper .product-price span:nth-child(n+3) {
  display: none !important;
}
.theme-product-suggestions-wrapper .product-price-label {
  color: #34A853;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}
.theme-product-suggestions-seemore {
  font-size: 16px;
  font-weight: 400;
  color: #47B847 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.15em;
}
.theme-product-suggestions-image {
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  position: relative;
  overflow: hidden;
}
.theme-product-suggestions-image::after {
  content: "Product bekijken";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #47B847;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 400;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.theme-product-suggestions-image:hover::after {
  height: 40px;
  opacity: 1;
}
.theme-product-suggestions-content {
  margin-top: 6px;
}
.theme-product-suggestions-content a {
  color: #33312B;
}
.theme-product-suggestions-content-tags {
  font-size: 14px;
  font-weight: 400;
  color: #7C7C7C;
  margin-top: 4px;
}
.theme-product-suggestions-content-tags a {
  color: #7C7C7C;
}
.theme-product-suggestions-content-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-top: 4px;
}
.theme-product-suggestions-content-price {
  font-size: 18px;
  font-weight: 500;
  text-transform: lowercase;
}

.reset_variations {
  display: none !important;
}

.woocommerce-variation.single_variation {
  font-weight: 600;
  margin-bottom: 12px;
}

.variations_form {
  font-family: "Lexend", sans-serif;
}
.variations_form .variations {
  width: 100%;
}
.variations_form label {
  color: #000000;
  font-size: 14px;
}
.variations_form select {
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  width: 100%;
  padding: 12PX 16Px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #000000;
}
.variations_form .woocommerce-Price-amount.amount {
  display: flex;
  flex-direction: column;
  color: #34A853;
  font-family: "JUST Sans", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 18px;
}

.theme-accordion-bundle-content {
  font-size: 18px;
  margin-bottom: 40px;
}
.theme-accordion-bundle-button {
  margin-bottom: 44px;
}
.theme-accordion-bundle-partners {
  display: flex;
  gap: 32px;
}
.theme-accordion-bundle-partners__item {
  padding: 50px;
  border-radius: 14px;
  background-color: #33312B;
  width: 50%;
}
.theme-accordion-accordion {
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  height: 100%;
}
.theme-accordion-accordion-item {
  padding: 12px;
}
.theme-accordion-accordion-item.active .theme-accordion-accordion-item-header::after {
  transform: scaleY(-1);
}
.theme-accordion-accordion-item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.theme-accordion-accordion-item-header {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.theme-accordion-accordion-item-header::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  right: 0;
  color: #47B847;
  transition: 0.2s ease-in-out;
}
.theme-accordion-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.theme-accordion-accordion-item-body p {
  margin: 0;
  margin-top: 16px;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .theme-accordion-accordion {
    margin-top: 44px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .theme-single-product .info-margin {
    margin-left: 0px;
    margin-top: 32px;
  }
  .theme-product-suggestions-card {
    margin-bottom: 30px;
  }
  .theme-product-suggestions-wrapper {
    flex-wrap: wrap;
  }
  .theme-product-suggestions-wrapper .product-item {
    height: unset;
    width: calc((100% - 28px) / 2);
  }
  .theme-product-suggestions-wrapper .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline {
    margin: 0px 12px 12px 0px;
  }
  .theme-product-suggestions-wrapper .product-item .add-to-cart a.button.add_to_cart_button,
  .theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button,
  .theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
  .theme-product-suggestions-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button {
    width: 32px;
    height: 32px;
  }
  .theme-product-suggestions-wrapper .product-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .theme-single-product .icon-wrap {
    width: 8% !important;
  }
  .theme-single-product .theme-usp-point img {
    width: 24px;
    height: 24px;
  }
  .theme-single-product .product-specs-description {
    width: 100%;
  }
  .theme-single-product-info-data .sku,
  .theme-single-product-info-data .shipping {
    flex-direction: column;
  }
  .theme-single-product-info-data img {
    width: 24px;
    height: 24px;
  }
  .theme-accordion-bundle-partners {
    gap: 24px;
  }
  .theme-accordion-bundle-partners__item {
    padding: 24px;
  }
  .theme-accordion-accordion {
    padding: 8px;
  }
  .theme-accordion-accordion-item-header {
    width: 95%;
  }
  .theme-accordion-accordion-item-header::after {
    width: 0%;
    font-size: 20px;
    transform: translateY(-50%);
  }
  .theme-product-suggestions .top-row {
    display: block;
  }
  .theme-add-to-cart-wrapper .wapf-field-description {
    position: relative;
    padding: 5px 0px 0px 0px;
  }
}
.theme-archive-active-filters {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 15px 0px;
  align-items: center;
  margin-bottom: 12px;
}
.theme-archive-active-filters .active-filters-list {
  display: flex;
  gap: 12px;
}
.theme-archive-active-filters .active-filters-list .active-filter-label {
  padding: 4px 8px;
  background: #E4E4E4;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #000000;
  border-radius: 4px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.theme-archive-active-filters .active-filters-list .remove-filter {
  background: #000000;
  border-radius: 999px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: white;
}
.theme-archive-active-filters-title {
  display: flex;
  gap: 12px;
  align-items: center;
}
.theme-archive-active-filters-title img {
  width: auto;
  height: auto;
}
.theme-archive-active-filters-title span {
  font-size: 24px;
  font-weight: 753;
}
.theme-archive-active-filters .price-filter {
  display: flex;
  align-items: center;
}
.theme-archive-active-filters .price-filter-label {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.theme-archive-active-filters .price-filter .wpgb-facet > fieldset:last-child {
  margin: 0px;
}
.theme-archive-active-filters .price-filter select.wpgb-sort.wpgb-select {
  border: none;
  font-family: "Lexend";
  font-weight: 300;
}
.theme-archive-active-filters .price-filter .wpgb-select-separator {
  display: none;
}
.theme-archive-active-filters .price-filter .wpgb-facet select.wpgb-select + .wpgb-select-controls svg {
  margin-right: 0px;
}
.theme-archive .filters-sidebar-section {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 12px;
}
.theme-archive .filters-sidebar-section.material .wpgb-facet span.wpgb-checkbox-control {
  border-radius: 999px;
}
.theme-archive .filters-sidebar-section-title {
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  color: #33312B;
}
.theme-archive .filters-sidebar-section .wpgb-facet span.wpgb-checkbox-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.theme-archive .filters-sidebar-section .wpgb-facet span.wpgb-checkbox-control:hover {
  border-color: #47B847;
}
.theme-archive .filters-sidebar-section .wpgb-facet span.wpgb-checkbox-control:focus {
  outline: none;
}
.theme-archive .filters-sidebar-section .wpgb-facet .wpgb-checkbox {
  align-items: center;
  gap: 12px;
}
.theme-archive .filters-sidebar-section .wpgb-facet span.wpgb-checkbox-label {
  padding: 0;
}
.theme-archive .filters-sidebar-section .wpgb-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
  background-color: #47B847;
  border-color: #67C167;
  border-width: 3px;
}
.theme-archive .theme-loader .wpgb-page {
  height: 40px;
  min-width: 40px;
  line-height: 40px !important;
}
.theme-archive .theme-loader .wpgb-page a {
  line-height: 40px !important;
}
.theme-archive .theme-loader .wpgb-facet .wpgb-pagination li a[aria-current] {
  color: #34A853;
}

.theme-product-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E4E4E4;
}
.theme-product-archive .product-item {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  width: calc((100% - 56px) / 3);
  position: relative;
}
.theme-product-archive .product-item .add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
}
.theme-product-archive .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px 20px 20px 0px;
}
.theme-product-archive .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline span {
  display: none !important;
}
.theme-product-archive .product-item .add-to-cart a.button.add_to_cart_button,
.theme-product-archive .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button,
.theme-product-archive .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.theme-product-archive .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #53D753;
  border: 1px solid #47B847;
  position: relative;
  cursor: pointer;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.theme-product-archive .product-item .add-to-cart a.button.add_to_cart_button::before,
.theme-product-archive .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button::before,
.theme-product-archive .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
.theme-product-archive .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button::before {
  content: url("/wp-content/themes/loeihard-theme/assets/icons/add-to-cart.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-product-archive .product-item .add-to-cart a.button.add_to_cart_button:hover,
.theme-product-archive .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button:hover,
.theme-product-archive .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.theme-product-archive .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button:hover {
  border: 1px solid #53D753;
}
.theme-product-archive .product-item .add-to-cart a.added_to_cart.wc-forward {
  display: none !important;
}
.theme-product-archive .product-item .add-to-cart .price,
.theme-product-archive .product-item .add-to-cart .woocommerce-Price-amount,
.theme-product-archive .product-item .add-to-cart .woocommerce-Price-currencySymbol,
.theme-product-archive .product-item .add-to-cart form > *:not(.single_add_to_cart_button),
.theme-product-archive .product-item .add-to-cart span.screen-reader-text {
  display: none !important;
}
.theme-product-archive .product-image {
  padding: 28px;
  padding-bottom: 0px;
}
.theme-product-archive .product-info {
  border-top: 1px solid #E4E4E4;
  padding: 28px 20px 22px;
}
.theme-product-archive .product-name {
  font-size: 18px;
  font-weight: 700;
  color: #33312B;
  margin-bottom: 8px;
  font-family: "Lexend", sans-serif;
}
.theme-product-archive .product-sku {
  font-size: 14px;
  text-transform: lowercase;
  color: color-mix(in srgb, #33312B 50%, #FFFFFF 50%);
  margin-bottom: 36px;
}
.theme-product-archive .product-price {
  display: flex;
  flex-direction: column;
  color: #34A853;
  font-family: "JUST Sans", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 18px;
}
.theme-product-archive .product-price span:nth-child(n+3) {
  display: none !important;
}
.theme-product-archive .product-price-label {
  color: #34A853;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}

@media screen and (max-width: 768px) {
  .theme-product-archive .product-item {
    width: calc((100% - 28px) / 2);
  }
  .theme-product-archive .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline {
    margin: 0px 12px 12px 0px;
  }
  .theme-product-archive .product-item .add-to-cart a.button.add_to_cart_button,
  .theme-product-archive .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button,
  .theme-product-archive .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
  .theme-product-archive .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button {
    width: 32px;
    height: 32px;
  }
  .theme-product-archive .product-price {
    font-size: 20px;
  }
  .theme-product-archive .product-info {
    padding: 28px 12px 22px;
  }
}
/*/ Blocks /*/
.theme-top-header {
  padding: 12px 0;
}
.theme-top-header-nav {
  display: flex;
  gap: 20px;
}
.theme-top-header-nav a {
  color: #656256;
  font-size: 12px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
}
.theme-top-header .stars {
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
}
.theme-top-header .stars i {
  color: #FBBC05;
}

.theme-header {
  background-color: #47B847;
  padding: 18px 0;
}
.theme-header-mobile-logo {
  display: none;
}
.theme-header-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 28px;
}
.theme-header-wrapper ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
.theme-header-wrapper ul li.current_page_item a {
  color: #53D753;
}
.theme-header-bottom-wrapper-left {
  display: flex;
  justify-content: space-between;
  width: 30%;
  padding-right: 24px;
}
.theme-header-bottom-wrapper-left .header-logo-link {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.theme-header-bottom-wrapper-left .header-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 95%;
  max-height: 213px;
  height: 100%;
}
.theme-header-bottom-wrapper-left-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.theme-header-bottom-wrapper-left-menu:hover {
  color: #47B847;
}
.theme-header-bottom-wrapper-search {
  padding: 0 20px 0px 20px;
  display: flex;
  align-items: center;
  margin: -12px 0 -14px 0;
  position: relative;
  width: 58%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  gap: 24px;
}
.theme-header-bottom-wrapper-search-bar {
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px 12px 8px 16px;
  font-size: 15px;
  background-color: #ffffff;
}
.theme-header-bottom-wrapper-search-bar::-moz-placeholder {
  color: rgba(101, 98, 86, 0.5);
}
.theme-header-bottom-wrapper-search-bar::placeholder {
  color: rgba(101, 98, 86, 0.5);
}
.theme-header-bottom-wrapper-search-bar:focus-visible {
  outline: none;
}
.theme-header-bottom-wrapper-search-icon {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 52px;
  background-size: contain;
}
.theme-header-bottom-wrapper-search-icon img {
  position: absolute;
}
.theme-header-bottom-wrapper-search-results {
  position: absolute;
  top: 60px;
  left: 50px;
  right: 50px;
  padding: 8px 20px;
  background-color: #FFFFFF;
  border-radius: 16px;
  z-index: 200;
  transition: 0.2s ease-in;
}
.theme-header-bottom-wrapper-search-results.hidden {
  transform: translate(0, -50px);
  opacity: 0;
  visibility: hidden;
}
.theme-header-bottom-wrapper-search-results-list {
  margin: 0;
}
.theme-header-bottom-wrapper-search-results-list-item:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.theme-header-bottom-wrapper-search-results-list-item-link {
  color: #33312B;
  padding: 12px 0;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.theme-header-bottom-wrapper-search-results-list-item-link:hover {
  color: #47B847;
}
.theme-header-bottom-wrapper-search .menu {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 12px;
  border: none;
  transition: 0.2s ease-in-out;
  text-align: center;
  font-family: "JUST Sans", sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 753;
  cursor: pointer;
  width: 142px;
}
.theme-header-bottom-wrapper-search .menu .burger {
  width: 20px;
}
.theme-header-bottom-wrapper-buttons {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.theme-header-bottom-wrapper-buttons img {
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-header-bottom-wrapper-buttons-user {
  padding: 11.5px 26px;
  color: #47B847;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-header-bottom-wrapper-buttons-user-icon {
  padding-right: 12px;
  display: inline-flex;
}
.theme-header-bottom-wrapper-buttons-user-icon img {
  width: 14px;
}
.theme-header-bottom-wrapper-buttons-user:hover {
  color: #47B847;
}
.theme-header-bottom-wrapper-buttons-heart {
  margin: 0 12px;
  padding: 12px 13px;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-header-bottom-wrapper-buttons-heart img {
  width: 18px;
}
.theme-header-bottom-wrapper-buttons-cart {
  padding: 12px;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-header-bottom-wrapper-buttons-cart img {
  width: 20px;
  height: 20px;
}
.theme-header-bottom-wrapper-buttons-cart .cfw-side-cart-quantity {
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: #47B847;
  border-radius: 999px;
  color: white;
  height: 20px;
  font-size: 8px !important;
  width: 20px;
  text-align: center;
}
.theme-header-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-header-buttons-mobile-search {
  display: none;
}
.theme-header-buttons a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 433;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0px 24px;
}
.theme-header-buttons-user {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 433;
}
.theme-header-buttons-user-icon i {
  margin-right: 8px;
  font-size: 20px;
}
.theme-header-buttons-cart {
  position: relative;
}
.theme-header-buttons-cart a {
  border: none;
  padding: 0;
}
.theme-header-buttons-cart span {
  position: absolute;
  font-size: 10px;
  border-radius: 99px;
  background: #FFC021;
  width: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
  right: -5px;
  top: 2px;
  color: white;
  font-weight: 700;
}
.theme-header .shoppingcart {
  width: 24px;
}

.theme-bottom-header {
  background-color: #FFFFFF;
  padding: 14px 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.theme-bottom-header-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.theme-bottom-header-wrapper ul li a {
  color: #656256;
  font-size: 16px;
  font-weight: 433;
}
.theme-bottom-header-wrapper ul li.current_page_item a {
  color: #53D753;
}

.theme-header-megamenu {
  display: block;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 1080px;
  min-height: 300px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}
.theme-header-megamenu-container {
  display: flex;
}
.theme-header-megamenu.collapse-menu {
  transform: translate(-50%, 0);
  z-index: 50;
  opacity: 1;
  visibility: visible;
}
.theme-header-megamenu-left {
  width: 240px;
  border-right: 1px solid #E4E4E4;
  padding: 20px 12px;
}
.theme-header-megamenu-left .mega-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-header-megamenu-left .mega-menu-list.sub {
  border-top: 1px solid #E4E4E4;
}
.theme-header-megamenu-left .mega-menu-list.sub > li {
  padding: 6px 12px;
  margin: 8px 16px 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #656256;
}
.theme-header-megamenu-left .mega-menu-list.sub > li.trigger-active {
  color: #47B847;
}
.theme-header-megamenu-left .mega-menu-list.sub > li > a {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
}
.theme-header-megamenu-left .mega-menu-list.sub > li > a:hover {
  color: inherit;
}
.theme-header-megamenu-left .mega-menu-list.sub > li .sub-menu {
  display: none;
}
.theme-header-megamenu-left .mega-menu-list > li {
  padding: 6px 12px;
  border-radius: 4px;
  margin: 8px 16px 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #000000;
}
.theme-header-megamenu-left .mega-menu-list > li.has-children::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-size: 12px;
  color: #34A853;
}
.theme-header-megamenu-left .mega-menu-list > li.trigger-active {
  background-color: #EDEDED;
  color: #47B847;
}
.theme-header-megamenu-left .mega-menu-list > li > a {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  font-weight: 559;
}
.theme-header-megamenu-left .mega-menu-list > li > a:hover {
  color: inherit;
}
.theme-header-megamenu-left .mega-menu-list > li .sub-menu {
  display: none;
}
.theme-header-megamenu-right {
  flex: 1;
  padding: 24px 28px;
}
.theme-header-megamenu-right .category-header {
  display: none;
}
.theme-header-megamenu-right-top-menu .mega-menu-right-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.theme-header-megamenu-right-top-menu .mega-menu-right-list li .parent-category {
  color: #000000;
  font-size: 16px;
  font-weight: 559;
  font-family: "JUST Sans", sans-serif;
}
.theme-header-megamenu-right-top-menu .mega-menu-right-list li a {
  color: #656256;
  font-family: "Lexend", sans-serif;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 0;
  display: block;
}
.theme-header-megamenu-right-top-menu .mega-menu-right-list li a:hover {
  color: #47B847;
}
.theme-header-megamenu-right-top-menu .mega-menu-right-list .sub-sub-menu {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .theme-top-header {
    padding: 8px 0;
  }
  .theme-top-header-nav a {
    font-size: 10px;
    text-decoration-line: underline;
  }
  .theme-top-header-nav a:not(:first-child) {
    display: none;
  }
  .theme-top-header .stars {
    font-size: 10px;
  }
  .theme-header {
    padding: 18px 16px;
  }
  .theme-header .desktop-logo {
    display: none;
  }
  .theme-header .theme-header-mobile-logo {
    display: block;
  }
  .theme-header-bottom-wrapper-search {
    width: auto;
  }
  .theme-header-bottom-wrapper-search .menu {
    display: none;
  }
  .theme-header-bottom-wrapper-search-bar {
    display: none;
  }
  .theme-header-bottom-wrapper-search-icon {
    display: none;
  }
  .theme-header-buttons {
    gap: 16px;
  }
  .theme-header-buttons a {
    border: none;
    padding: 0;
  }
  .theme-header-buttons-samples {
    display: none;
  }
  .theme-header-buttons-user-icon span {
    display: none;
  }
  .theme-header-buttons-user-title {
    font-size: unset;
  }
  .theme-header-buttons-mobile-search-bar {
    display: none;
  }
  .theme-header-megamenu {
    display: flex;
    position: fixed;
    top: 134px;
    left: 0;
    transform: translateX(-100%);
    width: 100vw;
    height: calc(100vh - 60px);
    min-width: unset;
    min-height: unset;
    border-radius: 0;
    z-index: 9999;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
  }
  .theme-header-megamenu.collapse-menu {
    transform: translateX(0);
  }
  .theme-header-megamenu-container {
    display: flex;
    width: 200%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }
  .theme-header-megamenu-container.show-subcategories {
    transform: translateX(-50%);
  }
  .theme-header-megamenu-left {
    width: 100vw;
    border-right: none;
    border-bottom: none;
    padding: 20px;
    flex-shrink: 0;
    background-color: #FFFFFF;
  }
  .theme-header-megamenu-left .mega-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .theme-header-megamenu-left .mega-menu-list > li {
    margin: 8px 0;
    padding: 6px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .theme-header-megamenu-left .mega-menu-list > li.has-children {
    background-color: #EDEDED;
  }
  .theme-header-megamenu-left .mega-menu-list > li.has-children::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    font-size: 12px;
    color: #34A853;
  }
  .theme-header-megamenu-left .mega-menu-list > li.trigger-active {
    background-color: #EDEDED;
    color: #47B847;
  }
  .theme-header-megamenu-left .mega-menu-list > li.trigger-active > a {
    color: #47B847;
  }
  .theme-header-megamenu-left .mega-menu-list > li.trigger-active::after {
    color: #47B847;
  }
  .theme-header-megamenu-left .mega-menu-list > li > a {
    font-size: 16px;
    font-weight: 559;
    flex: 1;
    color: inherit;
    text-decoration: none;
  }
  .theme-header-megamenu-left .mega-menu-list > li .sub-menu {
    display: none;
  }
  .theme-header-megamenu-right {
    width: 100vw;
    padding: 20px;
    overflow-y: auto;
    background-color: #FFFFFF;
    margin-bottom: 182px;
  }
  .theme-header-megamenu-right .category-header {
    display: block;
    background-color: #EDEDED;
    border-radius: 4px;
    margin-bottom: 14px;
  }
  .theme-header-megamenu-right .category-header .back-arrow {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 12px;
    color: #47B847;
    cursor: pointer;
    gap: 16px;
    padding: 6px 12px;
  }
  .theme-header-megamenu-right .category-header .back-arrow i {
    font-size: 12px;
    color: #34A853;
  }
  .theme-header-megamenu-right .category-header .category-title {
    font-size: 16px;
    font-weight: 559;
    color: #47B847;
  }
  .theme-header-megamenu-right-top-menu .subcategory-group .parent-title {
    font-size: 20px;
    font-weight: 559;
    color: #000000;
    margin: 24px 0 12px 0;
    padding-bottom: 8px;
    display: block;
  }
  .theme-header-megamenu-right-top-menu .subcategory-group .parent-title:first-child {
    margin-top: 0;
  }
  .theme-header-megamenu-right-top-menu .subcategory-group .subcategory-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .theme-header-megamenu-right-top-menu .subcategory-group .subcategory-list a {
    color: #656256;
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
    text-decoration: none;
    border-radius: 4px;
  }
  .theme-header-megamenu-right-top-menu .subcategory-group .subcategory-list a:hover {
    background-color: rgba(71, 184, 71, 0.1);
    color: #47B847;
  }
  .theme-header-megamenu .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F8F9FA;
  }
  .theme-header-megamenu .close-button::before {
    content: "×";
  }
  .theme-bottom-header {
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .theme-bottom-header::-webkit-scrollbar {
    display: none;
  }
  .theme-bottom-header-wrapper ul {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    gap: 20px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .theme-bottom-header-wrapper ul li {
    flex-shrink: 0;
  }
  .theme-bottom-header-wrapper ul li a {
    color: #656256;
    font-size: 12px;
    font-weight: 433;
    white-space: nowrap;
    display: block;
    padding: 8px 0;
  }
  .theme-bottom-header-wrapper ul li.current_page_item a {
    color: #53D753;
  }
}
.theme-footer {
  padding-top: 50px;
  background-color: #47B847;
  color: #FFFFFF;
}
.theme-footer-divider {
  border-top: 1px solid #E6E1E3;
}
.theme-footer-menu-title {
  margin-bottom: 18px;
  font-weight: 700;
}
.theme-footer-menu ul a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}
.theme-footer-menu ul a:hover {
  opacity: 0.7;
}
.theme-footer-menu-contact .icon-wrap {
  width: 8%;
  display: flex;
  justify-content: center;
}
.theme-footer-menu-contact img {
  width: auto;
  height: 24px;
  overflow: visible;
}
.theme-footer-menu-contact .footer-text {
  color: #FFFFFF;
}
.theme-footer-bottom {
  font-size: 14px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 100;
}
.theme-footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
}
.theme-footer-bottom-wrapper-left {
  display: flex;
  justify-content: space-between;
}
.theme-footer-bottom-wrapper-left .header-logo-link {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.theme-footer-bottom-wrapper-left .header-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 215px;
  height: 100%;
}
.theme-footer-bottom-wrapper-left-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.theme-footer-bottom-wrapper-left-menu:hover {
  color: #47B847;
}
.theme-footer-bottom-wrapper-search {
  /* padding: 0 32px; */
  /* border-left: 1px solid #E5E1E3; */
  /* border-right: 1px solid #E5E1E3; */
  display: flex;
  align-items: center;
  margin: -12px 0 -14px 0;
  gap: 48px;
  position: relative;
}
.theme-footer-bottom-wrapper-search .theme-usp-point img {
  width: auto;
  height: auto;
  min-height: 24px;
  max-height: 24px;
}
.theme-footer-bottom-wrapper-search .theme-usp-point i {
  font-size: 20px;
}
.theme-footer-bottom-wrapper-search .theme-usp-point a {
  color: #33312B;
  font-size: 16px;
  font-weight: 500;
}
.theme-footer-bottom-wrapper-search .menu-main-menu-container ul {
  display: flex;
  gap: 44px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.theme-footer-bottom-wrapper-search .menu-main-menu-container a {
  color: #33312B;
}
.theme-footer-bottom-wrapper-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.theme-footer-bottom-wrapper-buttons .star-rating {
  line-height: normal;
  overflow: visible;
  position: relative;
  float: right;
  height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.theme-footer-bottom-wrapper-buttons .span-rating {
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
}
.theme-footer-bottom-wrapper-buttons .span-rating i {
  color: #FBBC05;
}
.theme-footer-bottom-wrapper-buttons img {
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-footer-bottom-wrapper-buttons-user {
  display: flex;
  padding: 11.5px 26px;
  color: #4EA5D9;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-footer-bottom-wrapper-buttons-user-icon {
  padding-right: 12px;
  display: inline-flex;
}
.theme-footer-bottom-wrapper-buttons-user-icon img {
  width: 14px;
}
.theme-footer-bottom-wrapper-buttons-user:hover {
  color: #4EA5D9;
}
.theme-footer-bottom-wrapper-buttons-heart {
  margin: 0 12px;
  padding: 12px 13px;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-footer-bottom-wrapper-buttons-heart img {
  width: 18px;
}
.theme-footer-bottom-wrapper-buttons-cart {
  padding: 12px;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-footer-bottom-wrapper-buttons-cart img {
  width: 20px;
  height: 20px;
}
.theme-footer-bottom-wrapper-buttons-cart .cfw-side-cart-quantity {
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: #47B847;
  border-radius: 999px;
  color: white;
  height: 20px;
  font-size: 8px !important;
  width: 20px;
  text-align: center;
}
.theme-footer-bottom-megamenu {
  display: flex;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 1080px;
  min-height: 300px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #E6E1E3;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}
.theme-footer-bottom-megamenu.collapse-menu {
  transform: translate(-50%, 0);
  z-index: 50;
  opacity: 1;
  visibility: visible;
}
.theme-footer-bottom-megamenu-left {
  width: 240px;
  border-right: 1px solid #E5E1E3;
  padding: 20px 12px;
}
.theme-footer-bottom-megamenu-left-mega {
  border-bottom: 1px solid #E5E1E3;
}
.theme-footer-bottom-megamenu-left-mega ul li {
  padding: 4px 16px;
  border-radius: 999px;
  margin: 8px 16px 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-footer-bottom-megamenu-left-mega ul li.trigger-active {
  background-color: #F8F7F8;
}
.theme-footer-bottom-megamenu-left-mega ul li a {
  color: #4EA5D9;
}
.theme-footer-bottom-megamenu-left-mega ul li a:hover {
  color: #47B847;
}
.theme-footer-bottom-megamenu-left-mega ul li .sub-menu {
  display: none;
}
.theme-footer-bottom-megamenu-left-minor ul li {
  padding: 4px 16px;
  margin: 8px 16px 8px 0;
}
.theme-footer-bottom-megamenu-left-minor ul li a {
  color: #3C374D;
}
.theme-footer-bottom-megamenu-right {
  width: 80%;
  transition: 0.2s ease-in;
  opacity: 0;
}
.theme-footer-bottom-megamenu-right.fade-in {
  opacity: 1;
}
.theme-footer-bottom-megamenu-right-top {
  display: flex;
  justify-content: space-between;
  min-height: 300px;
  padding: 20px 12px;
}
.theme-footer-bottom-megamenu-right-top-menu {
  width: 100%;
}
.theme-footer-bottom-megamenu-right-top-menu > ul {
  display: flex;
  justify-content: space-around;
  padding: 16px 0;
}
.theme-footer-bottom-megamenu-right-top-menu > ul > li {
  padding: 0 16px;
}
.theme-footer-bottom-megamenu-right-top-menu > ul > li > a {
  color: #3C374D;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  cursor: auto;
}
.theme-footer-bottom-megamenu-right-top-menu > ul > li > .sub-menu a {
  color: #707070;
  font-size: 14px;
  margin: 6px 0;
  display: block;
}
.theme-footer-bottom-megamenu-right-top-menu > ul > li > .sub-menu a:hover {
  color: #47B847;
}
.theme-footer-bottom-megamenu-right-top-wrapper {
  width: 200px;
}
.theme-footer-bottom-megamenu-right-top-wrapper-post {
  border: 1px solid #E5E1E3;
  border-radius: 12px;
  overflow: hidden;
  color: #3C374D;
  display: block;
  margin-bottom: 8px;
  min-height: 100px;
}
.theme-footer-bottom-megamenu-right-top-wrapper-post-image {
  border-bottom: 1px solid #E5E1E3;
}
.theme-footer-bottom-megamenu-right-top-wrapper-post-image img {
  height: 100%;
}
.theme-footer-bottom-megamenu-right-top-wrapper-post-wrapper {
  padding: 16px 8px;
}
.theme-footer-bottom-megamenu-right-top-wrapper-post-wrapper-title {
  font-size: 12px;
}
.theme-footer-bottom-megamenu-right-top-wrapper-post-wrapper-date {
  font-size: 8px;
  opacity: 60%;
}
.theme-footer-bottom-megamenu-right-top-wrapper-more {
  display: block;
  text-align: end;
  font-size: 12px;
  color: #707070;
  text-decoration: underline;
}
.theme-footer-bottom-megamenu-right-bottom {
  border-top: 1px solid #E5E1E3;
  padding: 8px 32px;
}
.theme-footer-bottom-megamenu-right-bottom-link {
  color: #707070;
  text-decoration: underline;
}
.theme-footer-slab {
  background: #FBFBFB;
  padding: 12px 0px;
  margin-top: 48px;
}
.theme-footer-slab-container-copy {
  display: flex;
  gap: 20px;
  font-size: 14px;
  justify-content: center;
}
.theme-footer-slab-container-copy a {
  color: #7C7C7C;
}
.theme-footer-slab-container-copy a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.theme-footer-slab-container-copy .copyright {
  color: #7C7C7C;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 1400px) {
  .theme-footer-bottom-wrapper-buttons {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .copyright {
    position: relative !important;
    margin-top: 30px;
    font-size: smaller;
  }
  .theme-footer-bottom-wrapper-buttons {
    display: flex;
  }
  .theme-footer-bottom-wrapper {
    flex-direction: column;
  }
  .theme-footer-bottom-wrapper-left {
    margin-bottom: 32px;
    width: 200px;
  }
  .theme-footer-bottom-wrapper-search {
    flex-wrap: wrap;
  }
  .theme-footer-bottom-wrapper-buttons {
    margin-top: 52px;
    width: 100%;
    justify-content: center;
  }
  .theme-footer-slab-container-copy {
    gap: 0px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .theme-footer-bottom-wrapper-search {
    display: block;
    width: 100%;
  }
  .theme-footer-bottom-wrapper-search .theme-usp-point .icon-wrap {
    width: 8%;
    display: flex;
    justify-content: center;
  }
}
.theme-hero {
  background: rgba(83, 215, 83, 0.1);
}
.theme-hero .hero-slide-content {
  display: flex;
  justify-content: space-between;
  gap: 92px;
}
.theme-hero .hero-slide-content .text {
  width: 40%;
}
.theme-hero .hero-slide-content .image {
  width: 40%;
}
.theme-hero .hero-slider:not(.slick-initialized) .hero-slide:not(:first-child) {
  display: none;
}
.theme-hero .hero-slider:not(.slick-initialized) {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.theme-hero .hero-slider.slick-initialized {
  opacity: 1;
}
.theme-hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: baseline;
}
.theme-hero-wrapper .label {
  color: #53D753;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.theme-hero-wrapper-title {
  font-size: 48px;
  font-family: "JUST Sans", sans-serif;
  font-weight: 900;
  color: #33312B;
}
.theme-hero-wrapper-desc {
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 24px;
}
.theme-hero-image {
  padding: 150px 160px;
  border-radius: 10px;
}
.theme-hero-image h2 {
  color: #FFFFFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  font-family: "JUST Sans", sans-serif;
  font-size: 36px;
  font-weight: 400;
}
.theme-hero .slick-slider .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  top: 40px;
  gap: 24px;
}
.theme-hero .slick-slider .slick-dots li {
  height: 6px;
  width: 40px;
  background-color: #47B847;
  opacity: 20%;
}
.theme-hero .slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.theme-hero .slick-slider .slick-dots li button {
  display: none;
}

@media screen and (max-width: 768px) {
  .theme-hero .hero-slide-content {
    flex-direction: column-reverse;
  }
  .theme-hero .hero-slide-content .text, .theme-hero .hero-slide-content .image {
    width: 100%;
  }
  .theme-hero-image {
    padding: 0 20px;
  }
  .theme-hero-wrapper-desc {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .theme-hero-wrapper-title {
    font-size: 38px;
  }
  .theme-hero-wrapper-desc {
    font-size: 14px;
  }
}
.theme-subhero {
  padding: 58px 0px;
  background: rgba(83, 215, 83, 0.1);
}
.theme-subhero.archive .theme-subhero-wrapper {
  align-items: flex-start;
  text-align: left;
  width: 75%;
}
.theme-subhero .subhero-brand-image {
  width: 25%;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-subhero .subhero-brand-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-subhero-title {
  margin: 0 0 8px 0;
  font-family: "JUST Sans", sans-serif, sans-serif;
  color: #33312B;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.theme-subhero-description {
  color: #33312B;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
}
.theme-subhero-description p {
  margin: 0;
}
.theme-subhero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.theme-subhero-wrapper .theme-breadcrumbs {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .theme-subhero.archive .theme-subhero-wrapper {
    width: 88%;
  }
  .theme-subhero-title {
    font-size: 32px;
  }
  .theme-subhero-description {
    font-size: 14px;
  }
}
.theme-usp {
  padding: 25px 0px;
}
.theme-usp .usp-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-usp-point {
  display: flex;
  gap: 8px;
  align-items: center;
}
.theme-usp-point:hover img {
  animation: wiggle 0.6s ease-in-out;
}
.theme-usp-point img {
  width: auto;
  height: auto;
  max-width: 32px;
  transition: transform 0.2s ease-in-out;
}
.theme-usp-point p {
  font-size: 16px;
  margin: 0;
}

@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(4deg);
  }
}
@media screen and (max-width: 768px) {
  .theme-usp .usp-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .theme-usp-point:not(:last-child) {
    margin-bottom: 12px;
  }
}
.theme-banner {
  position: relative;
}
.theme-banner-block {
  background-color: #4EA5D9;
  padding: 48px 60px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
}
.theme-banner .left {
  width: 50%;
}
.theme-banner .right {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.theme-banner-content {
  color: #FFFFFF;
  width: 80%;
}
.theme-banner-content h2 {
  color: #FFFFFF;
  font-family: "JUST Sans", sans-serif, sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 12px;
}
.theme-banner-content-title {
  font-size: 36px;
  margin: 0;
  font-family: "JUST Sans", sans-serif, sans-serif;
}
.theme-banner-content-subtitle {
  font-size: 21px;
  width: 64%;
}
.theme-banner .fluentform {
  background: #FFFFFF;
  padding: 8px;
  border-radius: 8px;
}
.theme-banner .fluentform .frm-fluent-form .ff-t-container {
  align-items: center;
}
.theme-banner .fluentform .ff-el-group {
  margin: 0;
}
.theme-banner .fluentform .theme-button {
  margin: 0 !important;
}
.theme-banner .fluentform .ff-el-input--content {
  font-family: "Lexend", sans-serif;
}
.theme-banner .fluentform .ff-t-cell.ff-t-column-1 {
  position: relative;
}
.theme-banner .fluentform .ff-t-cell.ff-t-column-1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #E4E4E4;
}

@media screen and (max-width: 768px) {
  .theme-banner-block {
    padding: 32px;
  }
  .theme-banner .left {
    width: 100%;
  }
  .theme-banner .right {
    display: none;
  }
  .theme-banner-content {
    width: 100%;
  }
  .theme-banner-content h2 {
    font-size: 32px;
  }
  .theme-banner .fluentform .ff-t-cell.ff-t-column-1::after {
    display: none;
  }
  .theme-banner .fluentform .ff-el-form-control {
    padding: 11px 4px !important;
  }
}
@media screen and (max-width: 576px) {
  .theme-banner-content h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .theme-banner .theme-button {
    width: 100%;
  }
}
.theme-highlight {
  background-color: #F6F9F3;
  padding: 124px 0px;
}
.theme-highlight-image {
  position: relative;
}
.theme-highlight-image img {
  border-radius: 10px;
  height: 100%;
}
.theme-highlight-image-banner {
  background-color: #012D28;
  position: absolute;
  border-radius: 10px;
  bottom: -32%;
  left: 50%;
  right: auto;
  padding: 42px;
  transform: translateX(-50%);
  width: calc(100% - 200px);
  font-size: 36px;
  font-family: "JUST Sans", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 40px;
}
.theme-highlight-image-banner p {
  margin: 0;
}
.theme-highlight-content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.theme-highlight-content-title {
  color: #47B847;
  font-family: "JUST Sans", sans-serif;
  font-size: 36px;
}

.theme-pickup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.theme-pickup-content-title {
  color: #47B847;
  font-family: "JUST Sans", sans-serif;
  font-size: 40px;
  margin: 0;
  line-height: 40px;
  margin-bottom: 20px;
}

.theme-brands {
  background-color: #F4F2F3;
}
.theme-brands-title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #33312B;
  margin-bottom: 30px;
  width: 100%;
}

.theme-brands-wrapper {
  gap: 28px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.brand-item {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  width: 20%;
}

.brand-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.brand-image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E4E4;
  border-radius: 8px 8px 0 0;
}

.brand-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand-info {
  padding: 15px;
  text-align: center;
  border: 1px solid #E4E4E4;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.brand-name {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.brand-count {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.no-brands-message {
  text-align: center;
  color: #666;
  font-style: italic;
}

@media (max-width: 768px) {
  .theme-brands-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }
  .brand-item {
    width: 45%;
  }
  .brand-image {
    height: 120px;
  }
  .brand-name {
    font-size: 16px;
  }
}
.theme-product-cat-collection {
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  display: flex;
  height: 100%;
  justify-content: space-evenly;
  padding: 32px 0px;
}
.theme-product-cat-collection-title {
  font-size: 24px;
  font-weight: 700;
  color: #33312B;
  margin-bottom: 12px;
  font-family: "Lexend", sans-serif;
}
.theme-product-cat-collection-subcategories .subcategory-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 8px;
  color: #33312B;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  transition: color 0.2s ease;
}
.theme-product-cat-collection-subcategories .subcategory-link i {
  font-size: 12px;
  margin-left: 8px;
  color: #34A853;
  position: relative;
  transition: right 0.2s ease;
  right: 0px;
}
.theme-product-cat-collection-subcategories .subcategory-link:hover {
  color: #47B847;
}
.theme-product-cat-collection-subcategories .subcategory-link:hover i {
  right: -4px;
}
.theme-product-cat-collection-info {
  color: #656256;
  font-size: 16px;
  margin-bottom: 20px;
}
.theme-product-cat-collection-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #47B847;
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.theme-product-cat-collection-button:hover {
  background-color: rgb(56.8, 147.2, 56.8);
  color: #FFFFFF;
}
.theme-product-cat-collection-button .arrow {
  transition: transform 0.2s ease;
}
.theme-product-cat-collection-button:hover .arrow.last {
  transform: translateX(3px);
}
.theme-product-cat-collection-image {
  height: 200px;
  overflow: hidden;
}
.theme-product-cat-collection-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}

.divider {
  padding: 0px 15px 0px 0px;
}

.no-categories-message {
  text-align: center;
  color: #656256;
  font-style: italic;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .theme-product-cat .row {
    row-gap: 32px;
  }
}
@media screen and (max-width: 576px) {
  .theme-product-cat-collection-subcategories .subcategory-link {
    font-size: 14px;
  }
}
.theme-recent-products-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.theme-recent-products-top-title {
  color: #33312B;
  font-family: "JUST Sans", sans-serif;
  font-size: 36px;
  font-weight: 900;
}
.theme-recent-products-wrapper {
  width: 100%;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.theme-recent-products-wrapper .product-item {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  width: calc((100% - 84px) / 4);
  position: relative;
}
.theme-recent-products-wrapper .product-item .add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
}
.theme-recent-products-wrapper .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px 20px 20px 0px;
}
.theme-recent-products-wrapper .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline span {
  display: none !important;
}
.theme-recent-products-wrapper .product-item .add-to-cart a.button.add_to_cart_button,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #53D753;
  border: 1px solid #47B847;
  position: relative;
  cursor: pointer;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.theme-recent-products-wrapper .product-item .add-to-cart a.button.add_to_cart_button::before,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button::before,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button::before {
  content: url("/wp-content/themes/loeihard-theme/assets/icons/add-to-cart.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-recent-products-wrapper .product-item .add-to-cart a.button.add_to_cart_button:hover,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button:hover,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button:hover {
  border: 1px solid #53D753;
}
.theme-recent-products-wrapper .product-item .add-to-cart a.added_to_cart.wc-forward {
  display: none !important;
}
.theme-recent-products-wrapper .product-item .add-to-cart .price,
.theme-recent-products-wrapper .product-item .add-to-cart .woocommerce-Price-amount,
.theme-recent-products-wrapper .product-item .add-to-cart .woocommerce-Price-currencySymbol,
.theme-recent-products-wrapper .product-item .add-to-cart form > *:not(.single_add_to_cart_button),
.theme-recent-products-wrapper .product-item .add-to-cart span.screen-reader-text {
  display: none !important;
}
.theme-recent-products-wrapper .product-image {
  padding: 28px;
  padding-bottom: 0px;
}
.theme-recent-products-wrapper .product-info {
  border-top: 1px solid #E4E4E4;
  padding: 28px 20px 22px;
}
.theme-recent-products-wrapper .product-name {
  font-size: 18px;
  font-weight: 700;
  color: #33312B;
  margin-bottom: 8px;
  font-family: "Lexend", sans-serif;
}
.theme-recent-products-wrapper .product-sku {
  font-size: 14px;
  text-transform: lowercase;
  color: color-mix(in srgb, #33312B 50%, #FFFFFF 50%);
  margin-bottom: 36px;
}
.theme-recent-products-wrapper .product-price {
  display: flex;
  flex-direction: column;
  color: #34A853;
  font-family: "JUST Sans", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 18px;
}
.theme-recent-products-wrapper .product-price-label {
  color: #34A853;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}

@media screen and (max-width: 992px) {
  .theme-recent-products-wrapper .product-item {
    width: calc((100% - 28px) / 2);
  }
  .theme-recent-products-wrapper .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline {
    margin: 0px 12px 12px 0px;
  }
  .theme-recent-products-wrapper .product-item .add-to-cart a.button.add_to_cart_button,
  .theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button,
  .theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
  .theme-recent-products-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button {
    width: 32px;
    height: 32px;
  }
  .theme-recent-products-wrapper .product-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .theme-recent-products-top {
    display: block;
    margin-bottom: 30px;
  }
  .theme-recent-products-top-title {
    font-size: 16px;
  }
}
.theme-product-slider {
  padding: 52px 0px 100px;
}
.theme-product-slider-left {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  flex-direction: column;
  align-items: baseline;
  width: 88%;
  height: 100%;
}
.theme-product-slider-left-title {
  color: #33312B;
  font-family: "JUST Sans", sans-serif;
  font-size: 36px;
  font-weight: 900;
}
.theme-product-slider-left-description {
  font-size: 18px;
  font-family: "Lexend", sans-serif;
}
.theme-product-slider-wrapper {
  width: 100%;
  position: relative;
}
.theme-product-slider-wrapper .product-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.theme-product-slider-wrapper .product-slider .slick-list {
  padding: 0 52px;
}
.theme-product-slider-wrapper .product-slider .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  pointer-events: none;
  border-left: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: -4px 0 12px 0 rgba(0, 0, 0, 0.1);
}
.theme-product-slider-wrapper .product-slider .slick-slide {
  margin: 0 14px;
}
.theme-product-slider-wrapper .product-slider .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  top: 32px;
  width: 37%;
}
.theme-product-slider-wrapper .product-slider .slick-dots li {
  height: 6px;
  width: 112px;
  background-color: #47B847;
  opacity: 20%;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.theme-product-slider-wrapper .product-slider .slick-dots li.slick-active {
  opacity: 1;
}
.theme-product-slider-wrapper .product-slider .slick-dots li button {
  display: none;
}
.theme-product-slider-wrapper .product-slider .slick-dots li:hover {
  opacity: 40%;
}
.theme-product-slider-wrapper .product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
}
.theme-product-slider-wrapper .product-slider .slick-arrow:hover {
  background: #47B847;
  border-color: #47B847;
  color: #FFFFFF;
}
.theme-product-slider-wrapper .product-slider .slick-arrow i {
  font-size: 16px;
  color: inherit;
}
.theme-product-slider-wrapper .product-slider .slick-arrow.slick-prev {
  left: -24px;
}
.theme-product-slider-wrapper .product-slider .slick-arrow.slick-next {
  right: -24px;
}
.theme-product-slider-wrapper .product-item {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  height: inherit;
  position: relative;
}
.theme-product-slider-wrapper .product-item .add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
}
.theme-product-slider-wrapper .product-item .add-to-cart p.product.woocommerce.add_to_cart_inline {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px 20px 20px 0px;
}
.theme-product-slider-wrapper .product-item .add-to-cart a.button.add_to_cart_button,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #53D753;
  border: 1px solid #47B847;
  position: relative;
  cursor: pointer;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.theme-product-slider-wrapper .product-item .add-to-cart a.button.add_to_cart_button::before,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button::before,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button::before {
  content: url("/wp-content/themes/loeihard-theme/assets/icons/add-to-cart.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-product-slider-wrapper .product-item .add-to-cart a.button.add_to_cart_button:hover,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button:hover,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.theme-product-slider-wrapper .product-item .add-to-cart a.button.product_type_variable.add_to_cart_button:hover {
  border: 1px solid #53D753;
}
.theme-product-slider-wrapper .product-item .add-to-cart a.added_to_cart.wc-forward {
  display: none !important;
}
.theme-product-slider-wrapper .product-item .add-to-cart .price,
.theme-product-slider-wrapper .product-item .add-to-cart .woocommerce-Price-amount,
.theme-product-slider-wrapper .product-item .add-to-cart .woocommerce-Price-currencySymbol,
.theme-product-slider-wrapper .product-item .add-to-cart form > *:not(.single_add_to_cart_button) {
  display: none !important;
}
.theme-product-slider-wrapper .product-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.theme-product-slider-wrapper .product-image {
  padding: 28px;
  padding-bottom: 0px;
}
.theme-product-slider-wrapper .product-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-product-slider-wrapper .product-info {
  border-top: 1px solid #E4E4E4;
  padding: 28px 20px 22px;
}
.theme-product-slider-wrapper .product-name {
  font-size: 18px;
  font-weight: 700;
  color: #33312B;
  margin-bottom: 8px;
  font-family: "Lexend", sans-serif;
}
.theme-product-slider-wrapper .product-sku {
  font-size: 14px;
  color: color-mix(in srgb, #33312B 50%, white 50%);
  text-transform: lowercase;
  margin-bottom: 36px;
}
.theme-product-slider-wrapper .product-price {
  display: flex;
  flex-direction: column;
  color: #34A853;
  font-family: "JUST Sans", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 18px;
}
.theme-product-slider-wrapper .product-price-label {
  color: #34A853;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}

@media screen and (max-width: 576px) {
  .theme-product-slider-left {
    width: 100%;
  }
  .theme-product-slider-left-title {
    font-size: 32px;
  }
  .theme-product-slider-left-description {
    font-size: 16px;
  }
  .theme-product-slider-wrapper .product-slider .slick-list {
    padding: 0px;
    margin: 0 -12px;
  }
  .theme-product-slider-wrapper .product-slider .slick-list::after {
    width: 0px;
  }
}
.theme-services {
  background: #F4F2F3;
  padding-top: 222px;
}
.theme-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.theme-services-wrapper .slick-track {
  display: flex;
  align-items: stretch;
}
.theme-services-wrapper .slick-list {
  padding: 0 52px;
}
.theme-services-wrapper .slick-slide {
  margin: 0 14px;
}
.theme-services-wrapper .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  top: 32px;
}
.theme-services-wrapper .slick-dots li {
  height: 6px;
  width: 112px;
  background-color: #47B847;
  opacity: 20%;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.theme-services-wrapper .slick-dots li.slick-active {
  opacity: 1;
}
.theme-services-wrapper .slick-dots li button {
  display: none;
}
.theme-services-wrapper .slick-dots li:hover {
  opacity: 40%;
}
@media (min-width: 769px) {
  .theme-services-wrapper .theme-services-slide {
    width: calc(50% - 15px);
  }
}
.theme-services-wrapper-item {
  display: flex;
  gap: 32px;
  padding: 20px;
  background-color: #FFFFFF;
  height: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
}
.theme-services-wrapper-item-image {
  position: relative;
  width: 40%;
}
.theme-services-wrapper-item-image img {
  border-radius: 4px;
  height: 100%;
  aspect-ratio: 1/1;
}
.theme-services-wrapper-item-image .service-send {
  position: absolute;
  margin: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(71, 184, 71, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out, scale 0.2s ease-in-out;
  scale: 0.5;
}
.theme-services-wrapper-item-image .service-send i {
  color: #FFFFFF;
  font-size: 64px;
}
.theme-services-wrapper-item-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme-services-wrapper-item-content-title {
  color: #33312B;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.theme-services-wrapper-item-content-description {
  color: #33312B;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.theme-services-wrapper-item:hover .service-send {
  scale: 1;
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .theme-services-wrapper-item {
    flex-direction: column;
    padding: 12px;
    gap: 12px;
  }
  .theme-services-wrapper-item-image, .theme-services-wrapper-item-content {
    width: 100%;
  }
  .theme-services-wrapper-item-content-title {
    word-break: break-word;
    font-size: 21px;
  }
  .theme-services-wrapper-item-content-description {
    font-size: 14px;
  }
  .theme-services-wrapper .slick-prev,
  .theme-services-wrapper .slick-next {
    background: #47B847;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
  }
  .theme-services-wrapper .slick-prev:before,
  .theme-services-wrapper .slick-next:before {
    display: none;
  }
  .theme-services-wrapper .slick-prev i,
  .theme-services-wrapper .slick-next i {
    color: #FFFFFF;
    font-size: 16px;
  }
  .theme-services-wrapper .slick-prev {
    left: 10px;
  }
  .theme-services-wrapper .slick-next {
    right: 10px;
  }
}
.theme-review-title {
  font-size: 36px;
  font-weight: 900;
  font-family: "JUST Sans", sans-serif, sans-serif;
  margin-bottom: 40px;
  color: #33312B;
}
.theme-review .news-archive-gap {
  flex-wrap: wrap;
  margin: -15px;
}
.theme-review .theme-news-archive-card {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background-color: #FFFFFF;
  margin: 15px;
  width: calc(33.333% - 30px);
  transition: 0.2s ease-in-out;
}
.theme-review .theme-news-archive-card .theme-news-archive-content {
  padding: 32px 40px;
}
.theme-review .theme-news-archive-card .theme-news-archive-content-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-review .theme-news-archive-card .theme-news-archive-content-title {
  font-size: 16px;
  font-weight: 753;
  color: #000;
  font-family: "JUST Sans", sans-serif;
  margin-bottom: 0px;
}
.theme-review .theme-news-archive-card .theme-news-archive-content-excerpt {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.theme-review .theme-news-archive-card .theme-news-archive-content-send .review-label {
  color: #47B847;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.theme-review .review-stars {
  color: #FFD700;
  font-size: 20px;
}
.theme-review .review-content {
  margin: 12px 0;
}

@media screen and (max-width: 992px) {
  .theme-review .theme-news-archive-card {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .theme-review-title {
    font-size: 32px;
  }
  .theme-review .theme-news-archive-card {
    width: calc(50% - 30px);
  }
  .theme-review .theme-news-archive-card .theme-news-archive-content {
    padding: 12px;
  }
  .theme-review .theme-news-archive-card .theme-news-archive-content-data .review-stars {
    font-size: 16px;
  }
  .theme-review .theme-news-archive-card .theme-news-archive-content-title {
    font-size: 14px;
  }
  .theme-review .theme-news-archive-card .theme-news-archive-content-excerpt {
    font-size: 14px;
  }
  .theme-review .google-reviews {
    margin-bottom: 30px;
  }
  .theme-review .google-reviews span {
    font-size: 20px;
  }
}
.theme-image-content {
  margin-bottom: 60px;
}
.theme-image-content h2 {
  font-size: 36px;
  font-weight: 900;
  font-family: "JUST Sans", sans-serif, sans-serif;
  color: #33312B;
  margin-bottom: 36px;
}
.theme-image-contentp {
  font-size: 18px;
  font-family: "Lexend", sans-serif, sans-serif;
}
.theme-image-single {
  background: #D9D9D9;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-image-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.theme-image-double {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: calc(100% - 24px);
}
.theme-image-double-top, .theme-image-double-bottom {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}
.theme-image-double-top.full-image, .theme-image-double-bottom.full-image {
  height: 100%;
  aspect-ratio: 1/1;
}
.theme-image-double-top img, .theme-image-double-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 992px) {
  .theme-image-content {
    margin-bottom: 12px;
  }
  .theme-image-content h2 {
    font-size: 32px;
  }
  .theme-image-single {
    margin-bottom: 8px;
    height: unset;
  }
  .theme-image-double {
    flex-direction: row;
    gap: 8px;
  }
  .theme-image-double-top, .theme-image-double-bottom {
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.theme-contact .form {
  width: 90%;
  margin: auto 0 0 auto;
}
.theme-contact .fluentform .ff-el-form-control {
  border-radius: 2px !important;
  border: 1px solid #e3e3e3;
  padding: 6px 8px 6px 12px;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 14px;
  resize: none;
}
.theme-contact .fluentform .ff-el-form-control::-moz-placeholder {
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.theme-contact .fluentform .ff-el-form-control::placeholder {
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.theme-contact .fluentform .ff-el-input--label {
  font-size: 16px;
  font-weight: 900;
}
.theme-contact .fluentform label {
  font-weight: 700 !important;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
  color: #000000;
}
.theme-contact .fluentform select#ff_3_cpt_selection {
  color: #000000;
}
.theme-contact .fluentform .theme-button {
  box-shadow: 0 4px 4px 0 rgba(20, 51, 20, 0.12);
}
.theme-contact .fluentform .ff-el-is-required.asterisk-right label:after {
  display: none;
}
.theme-contact .form h2 {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
}
.theme-contact-block {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.19);
  padding: 48px 32px 28px;
  border: 1px solid #E4E4E4;
}
.theme-contact .contact-container {
  margin-bottom: 48px;
}
.theme-contact .contact-container h2,
.theme-contact .handige-links h2 {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
}
.theme-contact .handige-links a {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.theme-contact-point {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #33312B;
}
.theme-contact-point:not(:last-child) {
  margin-bottom: 12px;
}
.theme-contact-point .icon-wrap {
  width: 5%;
  display: flex;
  justify-content: center;
}
.theme-contact-point img {
  width: auto;
  height: auto;
}
.theme-contact-point i {
  color: #33312B;
  width: 5%;
}
.theme-contact-point-title {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #33312B;
}
.theme-contact label.ff_file_upload_holder {
  width: 100%;
}
.theme-contact label.ff_file_upload_holder > span {
  background: #ced4da !important;
  border: 3px dashed #fff !important;
  display: flex !important;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .theme-contact-block {
    margin-bottom: 32px;
  }
  .theme-contact .form {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .theme-contact .contact-container {
    margin-bottom: 24px;
  }
  .theme-contact-block {
    padding: 36px 24px 16px;
  }
  .theme-contact .form {
    width: 100%;
  }
}
.faq #masonry-grid {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.faq .masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 32px;
  vertical-align: top;
}
@media (max-width: 900px) {
  .faq #masonry-grid {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.faq strong {
  color: #000000;
}
.faq a {
  color: #47B847;
}
.faq a strong {
  color: #47B847;
}
.faq .theme-accordion-bundle-content {
  font-size: 18px;
  margin-bottom: 40px;
}
.faq .theme-accordion-bundle-button {
  margin-bottom: 44px;
}
.faq .theme-accordion-bundle-partners {
  display: flex;
  gap: 32px;
}
.faq .theme-accordion-bundle-partners__item {
  padding: 50px;
  border-radius: 14px;
  background-color: #000000;
  width: 50%;
}
.faq .theme-accordion-title {
  margin: 0;
  border-bottom: 1px solid #EAE7EB;
  color: #000;
  font-family: "JUST SANS";
  font-size: 28px;
  font-style: normal;
  font-weight: 753;
  line-height: normal;
  text-align: center;
  padding: 0 0 24px 0;
}
.faq .theme-accordion-accordion {
  border-radius: 0px;
  border: none;
  height: auto;
}
.faq .theme-accordion-accordion-item {
  padding: 20px 0px;
  border-bottom: 1px solid #EAE7EB;
}
.faq .theme-accordion-accordion-item.active .theme-accordion-accordion-item-header {
  color: #47B847;
}
.faq .theme-accordion-accordion-item.active .theme-accordion-accordion-item-header::after {
  transform: scaleY(-1);
}
.faq .theme-accordion-accordion-item-header {
  font-size: 18px;
  position: relative;
  cursor: pointer;
  margin: 0;
  transition: 0.2s ease-in-out;
  color: #000000;
  font-family: "JUST Sans", sans-serif;
  font-weight: 559;
}
.faq .theme-accordion-accordion-item-header:hover {
  color: #47B847;
}
.faq .theme-accordion-accordion-item-header::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  right: 0;
  color: #000000;
  transition: 0.2s ease-in-out;
}
.faq .theme-accordion-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.faq .theme-accordion-accordion-item-body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .faq #masonry-grid {
    -moz-column-count: 1;
         column-count: 1;
  }
  .faq .theme-accordion-accordion-item-body p {
    font-size: 14px;
    font-weight: 300;
  }
}
.theme-monteer .monteer-extrablock {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.theme-monteer-content {
  font-size: 18px;
}
.theme-monteer-content a,
.theme-monteer-content u {
  color: #47B847;
  text-decoration: underline !important;
  text-underline-offset: 0.15em;
}
.theme-monteer-content ul {
  list-style: disc;
  list-style-position: inside;
}
.theme-monteer-content ol {
  list-style: auto;
}
.theme-monteer-info-block {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.19);
  border: 1px solid #E4E4E4;
  padding: 32px;
}
.theme-monteer-info-block .monteer-info-container h2 {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
}
.theme-monteer-info-block .monteer-info-container li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
}
.theme-monteer-info-block .monteer-info-container li:not(:last-child) {
  margin-bottom: 6px;
}
.theme-monteer-info-point {
  display: flex;
  gap: 8px;
  align-items: center;
}
.theme-monteer-info-point i {
  color: #292D32;
  width: 5%;
}
.theme-monteer-info-point p {
  font-size: 16px;
  margin: 0;
}
.theme-monteer-contact-block {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.19);
  border: 1px solid #E4E4E4;
  padding: 48px 32px 28px;
}
.theme-monteer-contact-block .monteer-contact-container h2 {
  font-weight: 700;
  font-size: 28px;
}
.theme-monteer-contact-block .monteer-contact-container .monteer-handige-links {
  margin-top: 48px;
}
.theme-monteer-contact-block .monteer-contact-container .monteer-handige-links a {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}
.theme-monteer-contact-point {
  display: flex;
  gap: 8px;
  align-items: center;
}
.theme-monteer-contact-point:not(:last-child) {
  margin-bottom: 12px;
}
.theme-monteer-contact-point .icon-wrap {
  width: 10%;
  display: flex;
  justify-content: center;
}
.theme-monteer-contact-point img {
  width: auto;
  height: auto;
}
.theme-monteer-contact-point i {
  color: #292D32;
  width: 5%;
}
.theme-monteer-contact-point a {
  color: #33312B;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  width: 90%;
  font-family: "Lexend", sans-serif;
}
.theme-monteer-contact-point a:not(:last-child) {
  padding-top: 6px;
}

@media screen and (max-width: 992px) {
  .theme-monteer-info-block {
    min-width: 100%;
  }
  .theme-monteer-contact-block {
    min-width: 100%;
  }
  .theme-monteer-content {
    margin: 30px 0px;
    word-break: break-word;
  }
}
.theme-multi-content-type {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  color: #000000;
}
.theme-multi-content-type-content-title {
  font-family: "JUST Sans", sans-serif;
  font-size: 36px;
  font-weight: 900;
}
.theme-multi-content-type-form-title {
  font-family: "JUST Sans", sans-serif;
  font-size: 28px;
  font-weight: 753;
  margin-bottom: 18px;
}
.theme-multi-content-images {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.theme-multi-content-images .theme-multi-content-image-item img {
  border-radius: 8px;
  max-height: 359px;
}
.theme-multi-content .fluentform .ff-el-group {
  margin-bottom: 12px;
}
.theme-multi-content .fluentform .ff-el-form-control {
  border-radius: 2px !important;
  border: 1px solid #e3e3e3;
  padding: 6px 8px 6px 12px;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 14px;
  resize: none;
}
.theme-multi-content .fluentform .ff-el-form-control::-moz-placeholder {
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.theme-multi-content .fluentform .ff-el-form-control::placeholder {
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.theme-multi-content .fluentform input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.theme-multi-content .fluentform input[type=checkbox] span {
  font-weight: 400;
  margin-left: 4px;
}
.theme-multi-content .fluentform input[type=checkbox]:checked {
  background-color: #47B847;
  border-color: #67C167;
  border-width: 4px;
}
.theme-multi-content .fluentform input[type=checkbox]:checked::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.theme-multi-content .fluentform input[type=checkbox]:hover {
  border-color: #47B847;
}
.theme-multi-content .fluentform input[type=checkbox]:focus {
  outline: none;
}
.theme-multi-content .fluentform .ff-el-input--label {
  font-size: 16px;
  font-weight: 900;
}
.theme-multi-content .fluentform label {
  font-weight: 700 !important;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
  color: #000000;
}
.theme-multi-content .fluentform select#ff_3_cpt_selection {
  color: #000000;
}
.theme-multi-content .fluentform .theme-button {
  box-shadow: 0 4px 4px 0 rgba(20, 51, 20, 0.12);
}
.theme-multi-content .fluentform .ff-el-is-required.asterisk-right label:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .theme-multi-content-images {
    margin-top: 32px;
  }
  .theme-multi-content-type-form {
    width: 100%;
  }
}
.theme-seo-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 24px;
  color: #000000;
}
.theme-seo-content {
  color: #000000;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
}
.theme-seo-content strong {
  color: #47B847;
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 0.15em;
}
.theme-seo-content h2 {
  font-size: 24px;
  font-weight: 900;
}
.theme-seo-content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.theme-seo-content a {
  color: #47B847;
}

@media screen and (max-width: 576px) {
  .theme-seo-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .theme-seo-content {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */