body {
  background: #fff !important;
}

img.home-flower-right {
  position: absolute;
  right: 0;
  mix-blend-mode: multiply;
  margin-top: -100px;
}

img.home-flower-left {
  position: absolute;
  left: 0;
  mix-blend-mode: multiply;
}

.row.filters .filter-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  width: fit-content;
  padding: 32px 48px !important;
  margin-top: 64px;
}
.row.filters .filter-content .seperator {
  margin: 0 60px;
  width: 1px;
  height: auto;
  color: #F2F2F2;
  display: flex;
  font-size: 30px;
  line-height: initial;
  font-weight: 300;
  font-family: "Manrope";
}
.row.filters .filter-content .filter .nav-link.dropdown-toggle {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #262729;
  padding: 0;
}
.row.filters .filter-content .filter ul.dropdown-menu.show {
  margin-top: 36px !important;
  padding: 32px;
  padding-bottom: 16px;
  border: unset !important;
  border-radius: 10px;
  box-shadow: 0px 0 50px 0px rgba(0, 0, 0, 0.1), 0px 0 30.5526px rgba(0, 0, 0, 0.04);
}
.row.filters .filter-content .filter ul.dropdown-menu.show::before {
  content: "\a";
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 30%;
  transform: rotate(90deg);
  top: -22px;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li {
  padding: 0 !important;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item {
  padding-bottom: 16px;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:hover,
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:focus {
  background: unset !important;
}
.row.filters .search {
  margin-top: 64px;
}
.row.filters .search input.form-control,
.row.filters .search input.form-control:focus {
  padding: 40px 48px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  font-family: "Manrope";
  border: 1px solid #F1F1F1;
  outline: unset !important;
  border-right: unset !important;
  box-shadow: unset !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  /* Dark */
  color: #06040A;
}
.row.filters .search input.form-control::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  /* Dark */
  color: #06040A;
}
.row.filters .search span#basic-addon2 {
  padding: 40px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  border: 1px solid #F1F1F1;
  border-left: unset !important;
}

.product-wrapper-home {
  padding: 32px 36px;
  box-shadow: 0px 41px 239px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  min-height: 279px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-wrapper-home h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  /* identical to box height, or 110% */
  letter-spacing: -2px;
  color: #404040;
  margin: 0;
}
.product-wrapper-home p {
  font-family: "Manrope";
  margin-top: 16px;
  margin-bottom: auto;
  max-width: 357px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  /* or 193% */
  letter-spacing: -0.02em;
  color: #656565;
}
.product-wrapper-home a.btn {
  padding: 15px 44px;
  background-color: #2e7d53;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  /* identical to box height, or 214% */
  text-align: center;
  color: #ffffff;
}

.recipe-wrapper-home {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ebeff6;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  min-height: 399px;
  transition: all 0.15s ease-in-out;
}
.recipe-wrapper-home div.details {
  position: absolute;
  top: 16px;
  right: 16px;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  z-index: 1;
}
.recipe-wrapper-home div.details span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 1px 9px;
  color: #ffffff;
  border-radius: 4px;
  margin-left: 8px;
}
.recipe-wrapper-home div.details span.person {
  background-color: #2e7d53;
}
.recipe-wrapper-home div.details span.category {
  background-color: #a87928;
  margin-right: 16px;
}
.recipe-wrapper-home div.recipe-details {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.recipe-wrapper-home div.recipe-details h3 {
  font-family: "Manrope";
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  /* or 135% */
  text-align: center;
  margin-bottom: 8px;
  min-height: 55px;
  color: #525151;
}
.recipe-wrapper-home div.recipe-details p {
  font-family: "Manrope";
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  /* or 179% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #767676;
}
.recipe-wrapper-home div.recipe-details a.btn {
  padding: 10px;
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  /* identical to box height, or 214% */
  text-align: center;
}
.recipe-wrapper-home:hover {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 71px 172px rgba(0, 0, 0, 0.07), 0px 15.8588px 38.4185px rgba(0, 0, 0, 0.0417275), 0px 4.72157px 11.4382px rgba(0, 0, 0, 0.0282725);
}
.recipe-wrapper-home:hover div.details span.person {
  background-color: #019646;
}
.recipe-wrapper-home:hover div.details span.category {
  background-color: #d98b05;
}
.recipe-wrapper-home:hover div.recipe-details a.btn {
  color: #fff;
  background-color: #2e7d53;
  border: 1px solid #2e7d53;
}

section.our-story {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #70af85;
  color: #fff;
  background-image: url("/assets/img/our-story-pattern.png");
  background-blend-mode: multiply;
  min-height: 500px;
}
section.our-story span.sub-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
section.our-story h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 39px;
  line-height: 48px;
  /* or 124% */
  margin-top: 8px;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
section.our-story p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  opacity: 0.9;
  margin-bottom: 30px;
}
section.our-story a.btn {
  color: #fff !important;
  border: 1px solid #ffffff !important;
  border-radius: 10px;
  padding: 20px 30px;
}

.blog-wrapper-home {
  position: relative;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #ebeff6;
  border-radius: 10px;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  min-height: 460px;
}
.blog-wrapper-home div.blog-details {
  padding: 42px 24px;
  width: 100%;
}
.blog-wrapper-home div.blog-details h4 {
  margin: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  min-height: 110px;
  line-height: 36px;
  /* or 150% */
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: #525151;
}
.blog-wrapper-home div.blog-details p {
  margin-bottom: 24px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  /* or 193% */
  letter-spacing: -0.02em;
  color: #656565;
}
.blog-wrapper-home div.blog-details a.btn {
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 10px;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  /* identical to box height, or 214% */
}
.blog-wrapper-home .img-wrap {
  height: 191px;
  overflow: hidden;
}
.blog-wrapper-home:hover {
  background-color: #fff;
  box-shadow: 0px 71px 172px rgba(0, 0, 0, 0.07), 0px 15.8588px 38.4185px rgba(0, 0, 0, 0.0417275), 0px 4.72157px 11.4382px rgba(0, 0, 0, 0.0282725);
}
.blog-wrapper-home:hover div.blog-details a.btn {
  background-color: #2e7d53 !important;
  color: #fff !important;
  border-color: #fff !important;
}

body {
  background: #fff !important;
}

img.home-flower-right {
  position: absolute;
  right: 0;
  mix-blend-mode: multiply;
  margin-top: -100px;
}

img.home-flower-left {
  position: absolute;
  left: 0;
  mix-blend-mode: multiply;
}

.row.filters .filter-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  width: fit-content;
  padding: 32px 48px !important;
  margin-top: 64px;
}

.row.filters .filter-content .seperator {
  margin: 0 60px;
  width: 1px;
  height: auto;
  color: #f2f2f2;
  display: flex;
  font-size: 30px;
  line-height: initial;
  font-weight: 300;
  font-family: "Manrope";
}

.row.filters .filter-content .filter .nav-link.dropdown-toggle {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #262729;
  padding: 0;
}

.row.filters .filter-content .filter ul.dropdown-menu.show {
  margin-top: 36px !important;
  padding: 32px;
  padding-bottom: 16px;
  border: unset !important;
  border-radius: 10px;
  box-shadow: 0px 0 50px 0px #000, 0px 0 30.5526px #000;
}

.row.filters .filter-content .filter ul.dropdown-menu.show::before {
  content: "\a";
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 30%;
  transform: rotate(90deg);
  top: -22px;
}

.row.filters .filter-content .filter ul.dropdown-menu.show li {
  padding: 0 !important;
}

.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item {
  padding-bottom: 16px;
}

.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:hover, .row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:focus {
  background: unset !important;
}

.row.filters .search {
  margin-top: 64px;
}

.row.filters .search input.form-control, .row.filters .search input.form-control:focus {
  padding: 40px 48px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  font-family: "Manrope";
  border: 1px solid #f1f1f1;
  outline: unset !important;
  border-right: unset !important;
  box-shadow: unset !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  /* Dark */
  color: #06040a;
}

.row.filters .search input.form-control::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  /* Dark */
  color: #06040a;
}

.row.filters .search span#basic-addon2 {
  padding: 40px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  border: 1px solid #f1f1f1;
  border-left: unset !important;
}

.product-wrapper-home {
  padding: 32px 36px;
  box-shadow: 0px 41px 239px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  min-height: 279px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-wrapper-home h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  /* identical to box height, or 110% */
  letter-spacing: -2px;
  color: #404040;
  margin: 0;
}

.product-wrapper-home p {
  font-family: "Manrope";
  margin-top: 16px;
  margin-bottom: auto;
  max-width: 357px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  /* or 193% */
  letter-spacing: -0.02em;
  color: #656565;
}

.product-wrapper-home a.btn {
  padding: 15px 44px;
  background-color: #2e7d53;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  /* identical to box height, or 214% */
  text-align: center;
  color: #fff;
}

.recipe-wrapper-home {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ebeff6;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  min-height: 399px;
  transition: all 0.15s ease-in-out;
}

.recipe-wrapper-home div.details {
  position: absolute;
  top: 16px;
  right: 16px;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  z-index: 1;
}

.recipe-wrapper-home div.details span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 1px 9px;
  color: #fff;
  border-radius: 4px;
  margin-left: 8px;
}

.recipe-wrapper-home div.details span.person {
  background-color: #2e7d53;
}

.recipe-wrapper-home div.details span.category {
  background-color: #a87928;
  margin-right: 16px;
}

.recipe-wrapper-home div.recipe-details {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.recipe-wrapper-home div.recipe-details h3 {
  font-family: "Manrope";
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  /* or 135% */
  text-align: center;
  margin-bottom: 8px;
  min-height: 55px;
  color: #525151;
}

.recipe-wrapper-home div.recipe-details p {
  font-family: "Manrope";
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  /* or 179% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #767676;
}

.recipe-wrapper-home div.recipe-details a.btn {
  padding: 10px;
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  /* identical to box height, or 214% */
  text-align: center;
}

.recipe-wrapper-home:hover {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 71px 172px rgba(0, 0, 0, 0.07), 0px 15.8588px 38.4185px rgba(0, 0, 0, 0.0417275), 0px 4.72157px 11.4382px rgba(0, 0, 0, 0.0282725);
}

.recipe-wrapper-home:hover div.details span.person {
  background-color: #019646;
}

.recipe-wrapper-home:hover div.details span.category {
  background-color: #d98b05;
}

.recipe-wrapper-home:hover div.recipe-details a.btn {
  color: #fff;
  background-color: #2e7d53;
  border: 1px solid #2e7d53;
}

section.our-story {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #70af85;
  color: #fff;
  background-image: url("/assets/img/our-story-pattern.png");
  background-blend-mode: multiply;
  min-height: 500px;
}

section.our-story span.sub-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

section.our-story h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 39px;
  line-height: 48px;
  /* or 124% */
  margin-top: 8px;
  letter-spacing: -2px;
  margin-bottom: 24px;
}

section.our-story p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  opacity: 0.9;
  margin-bottom: 30px;
}

section.our-story a.btn {
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 10px;
  padding: 20px 30px;
}

.blog-wrapper-home {
  position: relative;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #ebeff6;
  border-radius: 10px;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  min-height: 460px;
}

.blog-wrapper-home div.blog-details {
  padding: 42px 24px;
  width: 100%;
}

.blog-wrapper-home div.blog-details h4 {
  margin: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  min-height: 110px;
  line-height: 36px;
  /* or 150% */
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: #525151;
}

.blog-wrapper-home div.blog-details p {
  margin-bottom: 24px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  /* or 193% */
  letter-spacing: -0.02em;
  color: #656565;
}

.blog-wrapper-home div.blog-details a.btn {
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 10px;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  /* identical to box height, or 214% */
}

.blog-wrapper-home .img-wrap {
  height: 191px;
  overflow: hidden;
}

.blog-wrapper-home:hover {
  background-color: #fff;
  box-shadow: 0px 71px 172px rgba(0, 0, 0, 0.07), 0px 15.8588px 38.4185px rgba(0, 0, 0, 0.0417275), 0px 4.72157px 11.4382px rgba(0, 0, 0, 0.0282725);
}

.blog-wrapper-home:hover div.blog-details a.btn {
  background-color: #2e7d53 !important;
  color: #fff !important;
  border-color: #fff !important;
}
