@charset "UTF-8";
.gform_wrapper {
  background-color: #ffffff;
}
.gform_wrapper #gform_3_validation_container {
  display: none !important;
}
.gform_wrapper .gform_heading {
  display: flex;
  flex-direction: column-reverse;
}
.gform_wrapper .gform_heading .gform_description {
  color: #87A314;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 10px;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 43px;
  line-height: 48px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 17px;
  }
}
.gform_wrapper form .gfield input,
.gform_wrapper form .gfield textarea,
.gform_wrapper form .gfield input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search]) {
  background-color: #F2ECE2;
  border-radius: 40px;
  border-color: #F2ECE2;
}
.gform_wrapper form .gfield input:focus,
.gform_wrapper form .gfield textarea:focus,
.gform_wrapper form .gfield input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search]):focus {
  border: 1px solid #89A709;
  --gf-local-outline-color: $green-400;
  outline: none;
}
.gform_wrapper form .gfield input::placeholder,
.gform_wrapper form .gfield textarea::placeholder,
.gform_wrapper form .gfield input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search])::placeholder {
  color: #262A15;
}
.gform_wrapper form .gfield input::-webkit-input-placeholder,
.gform_wrapper form .gfield textarea::-webkit-input-placeholder,
.gform_wrapper form .gfield input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search])::-webkit-input-placeholder {
  color: #262A15;
}
.gform_wrapper form .gfield input:-ms-input-placeholder,
.gform_wrapper form .gfield textarea:-ms-input-placeholder,
.gform_wrapper form .gfield input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search]):-ms-input-placeholder {
  color: #262A15;
}
.gform_wrapper form .gfield input::-moz-placeholder,
.gform_wrapper form .gfield textarea::-moz-placeholder,
.gform_wrapper form .gfield input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search])::-moz-placeholder {
  color: #262A15;
}
.gform_wrapper form .gfield textarea {
  padding: 15px 15px;
  border-radius: 20px;
}
.gform_wrapper form .gfield .gfield_label {
  color: #415100;
}
.gform_wrapper form .gform_button.button,
.gform_wrapper form #gform_submit_button_3 {
  background-color: #89A709;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 40px;
  padding: 14px 23px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.gform_wrapper form .gform_button.button:hover, .gform_wrapper form .gform_button.button:focus,
.gform_wrapper form #gform_submit_button_3:hover,
.gform_wrapper form #gform_submit_button_3:focus {
  background-color: #5E7306;
  outline: none;
}
.gform_wrapper form .gform_button.button .icon-chevron-right-small,
.gform_wrapper form #gform_submit_button_3 .icon-chevron-right-small {
  font-size: 13px;
}
.gform_wrapper form .gform_button.button .icon-chevron-right-small:before,
.gform_wrapper form #gform_submit_button_3 .icon-chevron-right-small:before {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.formulier-wrapper .gform_wrapper {
  padding: 110px 0;
}
@media (max-width: 767px) {
  .formulier-wrapper .gform_wrapper {
    padding: 80px 0;
  }
}

.visual-wrapper {
  position: relative;
  background-color: #F2ECE2;
  margin-top: 30px;
  margin-bottom: 130px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .visual-wrapper {
    margin: 50px 0;
  }
}
.visual-wrapper:after {
  position: absolute;
  bottom: -30px;
  content: "";
  background-image: url("../assets/images/overlay-visual.svg");
  background-size: 1400px 35px;
  background-repeat: repeat-x;
  height: 35px;
  width: 100%;
  background-position: center;
}
.visual-wrapper .visual {
  top: -58px;
}
.visual-wrapper .visual .content-wrapper img {
  height: 588px;
}
@media (max-width: 1200px) {
  .visual-wrapper .visual .content-wrapper img {
    height: inherit;
  }
}

.video-wrapper {
  margin: -58px auto 100px;
  width: 100%;
  height: 100%;
  max-height: 588px;
  overflow: hidden;
  border-radius: 20px;
}
.video-wrapper iframe.video {
  overflow: hidden;
  aspect-ratio: 17/9;
  border-radius: 20px;
  margin-top: -5px;
}

@media (max-width: 1200px) {
  body.menu-open header {
    background-color: white;
    height: 100%;
  }
}

body.home header .header-wrapper .hamburger-and-logo .navbar-toggler {
  position: relative;
  top: 2px;
  left: 0;
}

header .header-wrapper {
  padding: 30px 0;
}
@media (max-width: 1200px) {
  header .header-wrapper {
    padding: 15px 0;
  }
}
header .header-wrapper .hamburger-and-logo {
  align-items: center;
}
header .header-wrapper .hamburger-and-logo .navbar-toggler {
  position: relative;
  top: 2px;
  left: 3px;
}
header .header-wrapper .hamburger-and-logo .logo img {
  width: 283px;
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo .logo {
    text-align: center;
  }
  header .header-wrapper .hamburger-and-logo .logo img {
    width: 170px;
  }
}
header .header-wrapper .hamburger-and-logo .navbar-toggler .animated-icon3 span {
  background: #89A709;
}
header .header-wrapper .hamburger-and-logo nav.navbar {
  padding-left: 50px;
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo nav.navbar {
    padding-left: 0;
    top: calc(100%);
  }
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav {
  padding: 30px 0px;
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav {
    height: 100vh;
  }
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item {
  padding: 0;
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item {
    padding: 0 0 10px;
    border-color: #F2F5E4;
  }
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item:last-child {
    border-bottom: 0;
  }
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item a {
  font-size: 18px;
  color: #262A15;
  font-weight: 500;
  padding: 10px 0;
  transition: 0.3s;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item a:hover {
  color: #FCB613;
  text-decoration: underline;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item a::after {
  transition: 0.3s;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.current-menu-item > a {
  color: #89A709;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.contact a {
  color: #ffffff;
  background-color: #89A709;
  padding: 12px 24px;
  border-radius: 200px;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.contact a:hover {
  text-decoration: none;
  background-color: #5E7306;
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.contact a {
    width: fit-content;
  }
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.contact {
    margin-top: 20px;
  }
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children > a:after {
  top: -3px;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children.current-menu-parent > a {
  color: #5E7306;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children ul.sub-menu {
  padding: 10px 15px 10px;
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children ul.sub-menu {
    padding: 5px 0 0 10px;
  }
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
  padding: 0;
  margin: 0;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
  padding-block: 7px;
  line-height: 30px;
  font-size: 17px;
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    padding-block: 0;
  }
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:hover {
  color: #FCB613;
}
header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children ul.sub-menu li.menu-item.current_page_item a {
  color: #5E7306;
}
@media (max-width: 1200px) {
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children .show-deeper {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 26px;
    color: #262A15;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children .show-deeper:after {
    content: "";
    font-family: "icomoon";
    font-weight: 400;
    display: inline-block;
    font-size: 8px;
    transition: 0.3s;
    color: #262A15;
  }
  header .header-wrapper .hamburger-and-logo nav.navbar ul.navbar-nav > li.menu-item.menu-item-has-children .show-deeper.open:after {
    transform: rotate(180deg);
  }
}

footer {
  background-color: #415100;
}
@media (max-width: 767px) {
  footer .container {
    padding-inline: 17px;
  }
}
footer .footer-top-row {
  background-color: #415100;
  position: relative;
  padding-top: 34px;
}
footer .footer-top-row:before {
  position: absolute;
  top: -65px;
  content: "";
  background-image: url("../assets/images/overlay-footer.svg");
  background-size: 1400px 35px;
  background-repeat: repeat-x;
  height: 88px;
  width: 100%;
  background-position: center;
}
@media (max-width: 991px) {
  footer .footer-top-row:before {
    top: -60px;
  }
}
footer .footer-main {
  padding: 54px 0 52px;
}
footer .footer-main h4 {
  color: #FCB613;
}
@media (max-width: 991px) {
  footer .footer-main h4 {
    text-align: left;
  }
}
footer .footer-main .contact-buttons {
  align-items: start;
}
footer .footer-main .footer-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  footer .footer-main ul.menu {
    text-align: left;
  }
}
footer .footer-main ul.menu li.menu-item a {
  color: #F2ECE2;
  transition: 0.3s;
}
footer .footer-main ul.menu li.menu-item a:hover {
  color: #FCB613;
}
footer .footer-main .adresgegevens span {
  color: #F2ECE2;
}
footer .footer-main .contact-buttons {
  gap: 12px;
}
footer .footer-main .contact-buttons .btn {
  background-color: #89A709;
}
footer .footer-main .contact-buttons .btn:hover {
  background-color: #5E7306;
}
footer .footer-main .contact-buttons .btn.btn-tel {
  margin-top: 0;
}
footer .footer-main .contact-buttons .btn:after {
  display: none;
}
footer .footer-main .adresgegevens-container {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  footer .footer-main .adresgegevens-container {
    text-align: left;
  }
}
footer .footer-top-row {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  footer .footer-top-row {
    align-items: start;
    padding-inline: 0;
  }
}
footer .footer-top-row .footer-top-tekst {
  display: flex;
  justify-content: center;
  text-align: left;
}
@media (max-width: 991px) {
  footer .footer-top-row .footer-top-tekst {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-top-row .footer-top-tekst img {
    margin-bottom: 22px;
  }
}
footer .footer-top-row .footer-top-tekst p {
  margin: 0 0 0 30px;
  max-width: 413px;
}
@media (max-width: 992px) {
  footer .footer-top-row .footer-top-tekst p {
    margin: 0;
  }
}
@media (max-width: 768px) {
  footer .footer-top-row .footer-top-tekst p {
    margin: 0;
  }
}
footer .footer-top-row .footer-top-tekst p a {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer-top-row .footer-top-tekst p a:hover {
  color: #FCB613;
}
footer .footer-bottom-row .copyright-menu-container span {
  color: #A1AA82;
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .footer-bottom-row ul.menu {
    text-align: left;
  }
}
footer .footer-bottom-row ul.menu li.menu-item a {
  font-size: 16px;
  color: #A1AA82;
  transition: 0.3s;
}
footer .footer-bottom-row ul.menu li.menu-item a:hover {
  color: #FCB613;
}

/* ------------------------------------------------ // kop */
h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #415100;
}
@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
}

h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  color: #415100;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #415100;
}

h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #415100;
}

.highlight {
  color: #89A709;
}

table tbody tr:nth-child(2n+1) td,
table:not(.has-background) tbody tr:nth-child(2n+1) td,
.wp-block-table tbody tr:nth-child(2n+1) td,
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) td {
  background-color: #ECE4D6;
}

main ol li,
main ul:not(.products) li,
.page main .wp-block-columns .wp-block-column .wp-block-list li {
  padding-inline-start: 40px;
  text-indent: -31px;
}

@media (max-width: 1200px) {
  .home header .header-wrapper {
    padding: 10px 0 0;
  }
}
.home main {
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  .home main .over-delekkerstekaas {
    margin-top: -40px;
  }
}
.home main .over-delekkerstekaas h1 {
  max-width: 394px;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 991px) {
  .home main .over-delekkerstekaas h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
.home main .over-delekkerstekaas .row {
  align-items: center;
}
.home main .over-delekkerstekaas p {
  max-width: 648px;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .home main .over-delekkerstekaas p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home main .over-delekkerstekaas p strong {
  color: #89A709;
}
.home main .uitgelichte-pagina-titel-wrapper {
  display: flex;
  justify-content: center;
}
.home main .uitgelichte-pagina-titel-wrapper h2 {
  position: relative;
  margin-bottom: 40px;
  width: fit-content;
}
.home main .uitgelichte-pagina-titel-wrapper h2:before {
  position: relative;
  top: 15px;
  left: -22px;
  width: 54px;
  height: 54px;
  background-image: url("../assets/images/kaas.svg");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}
@media (max-width: 1200px) {
  .home main .uitgelichte-pagina-titel-wrapper h2:before {
    top: 8px;
    left: -8px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
}
.home main .uitgelichte-pagina-container.onder {
  margin-bottom: 0;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina {
  max-height: inherit;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina {
    height: inherit;
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina:before {
  display: none;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina:after {
  position: absolute;
  border-radius: 10px;
  content: "";
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media (max-width: 767px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina:hover .overlay-tekst .lees-meer-wrapper .icon-chevron-right:before {
  color: #FCB613;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina:hover .afbeelding {
  transform: scale(1.05);
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .afbeelding {
  width: 100%;
  height: 410px;
  transition: 0.3s;
}
@media (max-width: 1600px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina .afbeelding {
    height: 390px;
  }
}
@media (max-width: 1200px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina .afbeelding {
    height: 310px;
  }
}
@media (max-width: 992px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina .afbeelding {
    height: 290px;
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst {
  bottom: 10px;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst h4.titel {
  margin-bottom: 10px;
  color: #FCB613;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst h4.titel {
    font-size: 18px;
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst p {
  max-width: 90%;
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst p {
    font-size: 14px;
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst .lees-meer-wrapper {
  position: absolute;
  right: -18px;
  bottom: -3px;
}
@media (max-width: 767px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst .lees-meer-wrapper {
    right: -8px;
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst .icon-chevron-right:before {
  transition: 0.3s;
  content: "";
  font-size: 30px;
  color: #ffffff;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .afbeelding {
  border-radius: 20px;
}
.home main .certificaten-wrapper {
  position: relative;
  background-color: #F2F5E4;
  padding: 140px 0;
  margin: 120px 0;
}
@media (max-width: 1200px) {
  .home main .certificaten-wrapper {
    margin: 80px 0;
    padding: 60px 0;
  }
}
.home main .certificaten-wrapper:before {
  position: absolute;
  top: -30px;
  content: "";
  background-image: url("../assets/images/overlay-groen-bovenkant.svg");
  background-size: 1400px 35px;
  background-repeat: repeat-x;
  height: 35px;
  width: 100%;
  background-position: center;
}
.home main .certificaten-wrapper:after {
  position: absolute;
  bottom: -30px;
  content: "";
  background-image: url("../assets/images/overlay-groen-onderkant.svg");
  background-size: 1400px 35px;
  background-repeat: repeat-x;
  height: 35px;
  width: 100%;
  background-position: center;
}
.home main .certificaten-wrapper .subtitel {
  display: block;
  margin-bottom: 10px;
  color: #89A709;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
}
@media (max-width: 1200px) {
  .home main .certificaten-wrapper .subtitel {
    margin-top: 40px;
  }
}
.home main .certificaten-wrapper h2 {
  margin-bottom: 35px;
  max-width: 536px;
}
.home main .certificaten-wrapper .btn {
  font-size: 18px;
  padding-bottom: 16px;
  padding-top: 14px;
}
.home main .certificaten-wrapper .btn .icon-chevron-right-small {
  font-size: 13px;
  font-weight: bold;
}

.page .page-wrapper {
  position: relative;
  background-color: #F2ECE2;
}
.page .page-wrapper:after {
  position: absolute;
  bottom: -60px;
  content: "";
  background-image: url("../assets/images/overlay-beige-onderkant.svg");
  background-size: 1400px 35px;
  background-repeat: repeat-x;
  height: 88px;
  width: 100%;
  background-position: center;
}
.page .page-wrapper h1 {
  padding: 123px 0 0 0;
}
@media (max-width: 1200px) {
  .page .page-wrapper h1 {
    padding: 40px 0 0 0;
  }
}
.page main ul {
  margin: 0 0 30px 0;
}
.page main ul li {
  margin: 13px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  list-style: none;
  color: #415100;
}
.page main ul li:before {
  margin-right: 10px;
  font-family: "icomoon";
  font-size: 21px;
  font-weight: 100;
  content: "";
  color: #89A709;
  vertical-align: -2px;
}
@media (max-width: 1200px) {
  .page main ul li {
    font-size: 19px;
    line-height: 20px;
  }
}
.page main .wp-block-image {
  display: block;
}
.page main .wp-block-image img {
  border-radius: 20px;
}
.page main .wp-block-columns {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .page main .wp-block-columns {
    margin: 40px 0 !important;
  }
}
.page main .wp-block-columns.is-layout-flex {
  gap: 136px;
}
@media (max-width: 1450px) {
  .page main .wp-block-columns.is-layout-flex {
    gap: 100px;
  }
}
.page main .wp-block-columns .wp-block-column h2 {
  margin-top: 0;
}
.page main .wp-block-columns .wp-block-column .wp-block-list {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page main .wp-block-columns .wp-block-column .wp-block-list {
    padding-left: 0;
  }
}
.page main .wp-block-columns .wp-block-column .wp-block-list li {
  margin: 7px 0;
}
.page main .has-medium-font-size {
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .page main .has-medium-font-size {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
.page main .has-medium-font-size strong {
  color: #89A709;
}

body.archive .woocommerce-container {
  position: relative;
  background-color: #F2ECE2;
}
body.archive .woocommerce-container::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  height: 100%;
  top: 0;
  background: #F2ECE2;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}
body.archive .woocommerce-container .woocommerce-products-header {
  padding: 123px 0 0 0;
}
body.archive .woocommerce-container .woocommerce-products-header .categorie-beschrijving {
  margin-bottom: 63px;
}
body.archive .woocommerce-container .woocommerce-products-header .categorie-beschrijving p {
  font-size: 22px;
  line-height: 38px;
}
@media (max-width: 992px) {
  body.archive .woocommerce-container .woocommerce-products-header .categorie-beschrijving p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  body.archive .woocommerce-container .woocommerce-products-header .categorie-beschrijving {
    margin-bottom: 31px;
  }
}
@media (max-width: 992px) {
  body.archive .woocommerce-container .woocommerce-products-header {
    padding: 60px 0 0 0;
  }
}
body.archive #primary {
  width: 100%;
}
body.archive #primary .storefront-sorting {
  padding: 0;
  margin: 0;
}
body.archive #primary .storefront-sorting:has(.woocommerce-pagination) {
  border-top: 0;
}
body.archive .archive-content-onderaan {
  position: relative;
  background-color: #F2ECE2;
  padding-bottom: 130px;
}
body.archive .archive-content-onderaan::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  height: 100%;
  top: 0;
  background: #F2ECE2;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 992px) {
  body.archive .archive-content-onderaan {
    padding-bottom: 65px;
  }
}
body.archive .footer-top-row {
  margin-top: 15px;
}

body.archive.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  body.archive.woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.archive.woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
body.archive.woocommerce ul.products .product {
  background-color: #ffffff;
  padding: 20px;
  border: 0;
}
body.archive.woocommerce ul.products .product a.woocommerce-LoopProduct-link {
  overflow: hidden;
}
body.archive.woocommerce ul.products .product a.woocommerce-LoopProduct-link img {
  transition: 0.3s;
}
body.archive.woocommerce ul.products .product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title, body.archive.woocommerce ul.products .product a.woocommerce-LoopProduct-link:focus .woocommerce-loop-product__title {
  color: #FCB613;
}
body.archive.woocommerce ul.products .product a.woocommerce-LoopProduct-link:hover img, body.archive.woocommerce ul.products .product a.woocommerce-LoopProduct-link:focus img {
  transform: scale(1.02);
}
body.archive.woocommerce ul.products .product .woocommerce-loop-product__title {
  margin-bottom: 4px;
  color: #262A15;
}
body.archive.woocommerce ul.products .product .product-weight {
  color: #415100;
  font-size: 12px;
  line-height: 16px;
}

body.single-product .btn.btn-outline {
  margin-bottom: 20px;
}
body.single-product .product-detail-wrapper {
  position: relative;
}
body.single-product .product-detail-wrapper:after {
  position: absolute;
  bottom: -60px;
  content: "";
  background-image: url("../assets/images/overlay-beige-onderkant.svg");
  background-size: 1400px 35px;
  background-repeat: repeat-x;
  height: 88px;
  width: 100%;
  background-position: center;
}
body.single-product .product-detail-wrapper #primary {
  background-color: #F2ECE2;
  position: relative;
}
body.single-product .product-detail-wrapper #primary::before, body.single-product .product-detail-wrapper #primary::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #F2ECE2;
}
body.single-product .product-detail-wrapper #primary::before {
  left: -50vw;
}
body.single-product .product-detail-wrapper #primary::after {
  right: -50vw;
}
body.single-product .product-detail-wrapper #primary .product-title {
  margin-top: 80px;
}
body.single-product .product-detail-wrapper #primary .woocommerce-product-gallery {
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  min-height: 625px;
}
@media (max-width: 1200px) {
  body.single-product .product-detail-wrapper #primary .woocommerce-product-gallery {
    min-height: 480px;
  }
}
body.single-product .product-detail-wrapper #primary .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #5E7306;
  border-radius: 10px;
}
body.single-product .product-detail-wrapper #primary .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  color: #ffffff;
}
body.single-product .product-detail-wrapper #primary .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #FCB613;
}
body.single-product .product-detail-wrapper #primary .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  height: 100%;
}
body.single-product .product-detail-wrapper #primary .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
body.single-product .product-detail-wrapper #primary .product-beschrijving-container {
  padding-left: 33px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  body.single-product .product-detail-wrapper #primary .product-beschrijving-container {
    padding-left: 0;
  }
}
body.single-product .product-detail-wrapper #primary .product-sku {
  margin-bottom: 42px;
  color: #89A709;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  body.single-product .product-detail-wrapper #primary .product-sku {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  body.single-product .product-detail-wrapper #primary .product-sku {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.single-product .product-detail-wrapper #primary .woocommerce-product-details__short-description {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  body.single-product .product-detail-wrapper #primary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
  }
}
body.single-product .product-detail-wrapper #primary .price,
body.single-product .product-detail-wrapper #primary .edit-link {
  display: none;
}
body.single-product .product-detail-wrapper #primary .product-usps {
  margin-top: 30px;
}
@media (max-width: 767px) {
  body.single-product .product-detail-wrapper #primary .product-usps {
    margin-top: 0px;
  }
}
body.single-product .product-detail-wrapper #primary .product-usps .usp-list .usp-item .icon-check {
  color: #89A709;
}
body.single-product .product-detail-wrapper #primary .product-usps .usp-list .usp-item .icon-check:before {
  font-size: 25px;
}
body.single-product .product-detail-wrapper #primary .summary {
  border-color: #5E7306;
  border-width: 2px;
}
body.single-product .product-detail-wrapper #primary .tabs.wc-tabs {
  display: none;
}
body.single-product .product-detail-wrapper #primary .woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 0;
}
body.single-product .product-detail-wrapper #primary #tab-description {
  padding: 130px 260px 0;
}
@media (max-width: 1200px) {
  body.single-product .product-detail-wrapper #primary #tab-description {
    padding: 130px 160px 0;
  }
}
@media (max-width: 992px) {
  body.single-product .product-detail-wrapper #primary #tab-description {
    padding: 130px 120px 0;
  }
}
@media (max-width: 767px) {
  body.single-product .product-detail-wrapper #primary #tab-description {
    padding: 40px 0 0;
  }
}
body.single-product .product-detail-wrapper #primary #tab-description h2 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.single-product .product-detail-wrapper #primary #tab-description h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

body {
  color: #262A15;
  font-size: 16px;
  line-height: 24px;
  font-family: "Lexend", sans-serif;
}

.btn,
.wp-block-button .wp-element-button {
  background-color: #89A709;
  padding-bottom: 15px;
  padding-top: 13px;
  font-size: 18px;
}
.btn:after,
.wp-block-button .wp-element-button:after {
  margin-left: 5px;
  font-family: "icomoon";
  position: relative;
  top: 1px;
  font-size: 14px;
  content: "";
}
.btn:hover, .btn:active, .btn:focus,
.wp-block-button .wp-element-button:hover,
.wp-block-button .wp-element-button:active,
.wp-block-button .wp-element-button:focus {
  background-color: #5E7306;
}

.btn.btn-outline {
  color: #262A15;
  background-color: transparent;
  border: 1px solid #415100;
  padding: 10px 16px;
  font-size: 14px;
  color: #415100;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  color: #FCB613;
  background-color: transparent;
  border-color: #FCB613;
}
.btn.btn-outline:hover:before, .btn.btn-outline:focus:before {
  color: #FCB613;
  transition: 0.3s;
}
.btn.btn-outline:before {
  margin-right: 5px;
  font-family: "icomoon";
  position: relative;
  top: 1px;
  font-size: 12px;
  font-weight: 100;
  color: #415100;
  content: "";
}
.btn.btn-outline:after {
  display: none;
}

.wp-block-button .wp-element-button {
  padding-top: 14px;
  font-size: 18px;
}