/*/ Layout /*/
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../font/SourceSans3-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "HemisphersBoldSans";
  src: url("../font/Hemisphers-Bold-Sans.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 21px;
  font-family: "SourceSans3", sans-serif, sans-serif;
  background-color: #FFFFFF;
  color: #000000;
}

.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(72.2371134021, 90.6649484536, 52.3350515464);
  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: 28px;
  height: 4px;
  background-color: #D9D9D9;
  transition-duration: 0.3s;
}
.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;
}

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

.theme-button {
  background-color: #F29F40;
  color: #FFFFFF;
  border-radius: 6px;
  border: none;
  padding: 14px 14px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out;
  text-align: center;
  font-family: "HemisphersBoldSans", sans-serif, sans-serif;
  font-size: 13px;
}
.theme-button.brown {
  background-color: #604D36;
}
.theme-button.green {
  background-color: #89B865;
}
.theme-button:hover {
  background-color: rgb(255, 206.472972973, 84);
}

.theme-indicator {
  font-size: 18px;
  color: #F29F40;
  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: 25px 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: #627B47;
  font-weight: bold;
}

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

.theme-loader {
  display: flex;
  justify-content: center;
  width: 100%;
}
.theme-loader button.wpgb-button.wpgb-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  outline: none !important;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.1s ease-in-out;
}
.theme-loader button.wpgb-button.wpgb-load-more::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f110" !important;
  font-size: 28px;
  animation: spin 1.5s linear infinite;
  color: #627B47;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .burger-trigger {
    display: block;
  }
}
.woocommerce form .form-row {
  display: block !important;
}

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

/*/ Blocks /*/
.theme-top-header {
  padding: 12px 0;
}
.theme-top-header .address {
  color: #012D28;
  font-size: 12px;
  font-weight: 500;
}
.theme-top-header .stars {
  color: #012D28;
  font-size: 12px;
  font-weight: 500;
}
.theme-top-header .stars i {
  color: #F29F40;
}

.theme-header {
  background-color: #012D28;
  padding: 30px 0;
}
.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: #F29F40;
}

.theme-bottom-header {
  background-color: #89B865;
  padding: 10px 0;
}
.theme-bottom-header-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.theme-bottom-header-wrapper ul li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}
.theme-bottom-header-wrapper ul li.current_page_item a {
  color: #604D36;
}

.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: "HemisphersBoldSans", sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.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;
  width: 100%;
}
.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-content {
  background-color: #1E6455;
  padding: 42px 64px;
  border-radius: 10px;
  color: #FFFFFF;
}
.theme-banner-content-title {
  font-size: 36px;
  margin: 0;
  font-family: "HemisphersBoldSans", sans-serif, sans-serif;
}
.theme-banner-content-subtitle {
  font-size: 21px;
  width: 64%;
}

.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: "HemisphersBoldSans", 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: #1E6455;
  font-family: "HemisphersBoldSans", sans-serif;
  font-size: 36px;
}

.theme-pickup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.theme-pickup-content-title {
  color: #1E6455;
  font-family: "HemisphersBoldSans", sans-serif;
  font-size: 40px;
  margin: 0;
  line-height: 40px;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */