/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[3]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!../node_modules/import-glob/index.js!./styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Button style
 */
/**
 * Plus minus gebruikt in de navigatie van de mobile menu
 */
/**
 * Required Variables
 */
/**
 * Responsive breakpoints mixin
 * gebruik: @include media(mobile-only) { }
 */
:root {
  --scroll-padding: 180px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding: var(--scroll-padding, 80px);
  overflow-x: hidden;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: var(--wp--preset--color--background);
}

::-moz-selection {
  color: var(--wp--preset--color--base);
  background: var(--wp--preset--color--primary);
}

::selection {
  color: var(--wp--preset--color--base);
  background: var(--wp--preset--color--primary);
}

strong {
  font-weight: 700;
}

@media only screen and (min-width: 782px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 781px) {
  .hidden-mobile {
    display: none !important;
  }
}

/* stylelint-disable */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* stylelint-enable */
.wp-site-blocks {
  padding: 0;
}
.wp-site-blocks main {
  margin: 0;
}

.wc-block-components-checkbox label {
  font-size: inherit !important;
}

.yoast-breadcrumbs span {
  gap: var(--wp--preset--spacing--20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoast-breadcrumbs span a {
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.yoast-breadcrumbs span a:hover {
  color: var(--wp--preset--color--red);
}
.yoast-breadcrumbs span svg {
  color: var(--wp--preset--color--primary);
  height: 16px;
}
.yoast-breadcrumbs span .fa-house {
  margin-bottom: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.yoast-breadcrumbs span .fa-house:hover {
  color: var(--wp--preset--color--secondary);
}

.has-sierletter-font-family {
  font-weight: 400 !important;
}

.wp-block-heading {
  font-display: swap;
}

@media only screen and (max-width: 959px) {
  .yoast-breadcrumbs span {
    display: inline;
  }
  .yoast-breadcrumbs span span {
    display: inherit;
  }
}
.header-image-background > div {
  z-index: 0;
}
.header .wp-block-group.alignwide {
  z-index: 2;
}
.header.has-background {
  position: relative;
}
.header.has-background > * {
  position: relative;
  z-index: 1;
}
.header.has-background > *.hidden-mobile {
  border-top: solid 1px var(--wp--preset--color--secondary-light);
  border-bottom: solid 1px var(--wp--preset--color--secondary-light);
  padding: 0 !important;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation {
  margin-top: 0 !important;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul {
  gap: 0;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li:hover {
  background-color: var(--wp--preset--color--grey);
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li.has-child {
  padding-right: var(--wp--preset--spacing--60);
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li.has-child button.wp-block-navigation__submenu-icon {
  display: none;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li.has-child::after {
  content: var(--wp--custom--images--arrowdown);
  position: absolute;
  right: 13px;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container {
  padding: var(--wp--preset--spacing--50);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  gap: var(--wp--preset--spacing--60);
  margin-left: calc(var(--wp--preset--spacing--40) * -1);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row nowrap !important;
          flex-flow: row nowrap !important;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-wrapper span {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-wrapper span:hover {
  color: var(--wp--preset--color--primary);
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--wp--preset--spacing--30);
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-extra a {
  display: grid;
  text-align: center;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-extra a img {
  max-width: 150px;
  height: auto;
  border-radius: 999px;
  border: solid 1px var(--wp--preset--color--sand);
  padding: 8px;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-extra a span {
  text-transform: capitalize;
  margin-top: var(--wp--preset--spacing--30);
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: -15px;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-extra a span::after {
  content: var(--wp--custom--images--arrow);
  margin-left: var(--wp--preset--spacing--30);
  position: absolute;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container .submenu-extra a:hover span {
  color: var(--wp--preset--color--primary);
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container li {
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  background: none;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container li a {
  padding: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container li a:hover {
  color: var(--wp--preset--color--primary);
}
.header.has-background > *.hidden-mobile nav.wp-block-navigation ul li ul.wp-block-navigation__submenu-container li a span {
  text-transform: capitalize;
}
.header.has-background::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 0;
}

@media only screen and (max-width: 959px) {
  .custom-logo {
    max-width: 150px !important;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  .header.fixed {
    padding-top: var(--wp--preset--spacing--10);
    padding-bottom: var(--wp--preset--spacing--10);
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}
@media only screen and (max-width: 781px) {
  .header.fixed > div {
    gap: var(--wp--preset--spacing--30);
  }
  header.wp-block-template-part .iconenHeader {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
  header.wp-block-template-part .iconenHeader .wp-block-search {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    border: 0 !important;
  }
  header.wp-block-template-part .iconenHeader .wp-block-search .wp-block-search__inside-wrapper {
    padding: 3px 10px;
  }
  header.wp-block-template-part .iconenHeader .wp-block-search .wp-block-search__inside-wrapper input {
    opacity: 1 !important;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  header.wp-block-template-part .iconenHeader .wp-block-search .wp-block-search__inside-wrapper button {
    font-size: var(--wp--preset--font-size--medium) !important;
  }
  header.wp-block-template-part .iconenHeader nav.wp-block-navigation {
    min-height: 38px;
    width: 100%;
  }
  header.wp-block-template-part .custom-logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
  header.wp-block-template-part button.wp-block-navigation__responsive-container-open {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  header.wp-block-template-part button.wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  header.wp-block-template-part button.wp-block-navigation__responsive-container-open::before {
    content: var(--wp--custom--images--hamburger);
    position: absolute;
    right: 0;
    top: 2px;
  }
  header.wp-block-template-part button.wp-block-navigation__responsive-container-open::after {
    content: "MENU";
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: var(--wp--preset--font-size--x-small);
  }
}
/* Standaard submenu verbergen */
.wp-block-navigation__submenu-container {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  z-index: 1000;
}

/* Submenu tonen bij hover */
.wp-block-navigation-item.has-child:hover > .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* Zorg ervoor dat de lijst-items correct worden weergegeven */
.wp-block-navigation__submenu-container li {
  position: relative;
}

body main {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
body main.fixed:not(.is-layout-constrained) {
  padding-top: calc(var(--scroll-padding)) !important;
}
body main.fixed:not(.is-layout-flow) {
  padding-top: calc(var(--scroll-padding) + 35px) !important;
}
body.woocommerce-checkout main.fixed:not(.is-layout-flow) {
  padding-top: var(--wp--preset--spacing--50) !important;
}

header.wp-block-template-part .header .wp-block-group .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.wp-block-template-part .header .wp-block-group .custom-logo {
  width: auto;
  padding: 5px 0;
  min-width: 300px;
}
header.wp-block-template-part .header.scrolled {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
header.wp-block-template-part .header.scrolled .wp-block-group .custom-logo {
  padding: 0;
  min-width: inherit;
}
header .header > div .brand {
  grid-area: 1/1/3/2;
}
header .header > div .nav-top-indrukwekkend {
  grid-area: 1/2/2/3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header .header > div .nav-top-indrukwekkend .menu-top-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
header .header > div .nav-top-indrukwekkend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
header .header > div .nav-top-indrukwekkend ul li.current_page_item a {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
}
header .header > div .nav-top-indrukwekkend ul li a {
  color: var(--wp--preset--color--contrast);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
header .header > div .nav-top-indrukwekkend ul li a:hover, header .header > div .nav-top-indrukwekkend ul li a.current-menu-item {
  color: var(--wp--preset--color--primary);
}
header .header > div .nav-primary-indrukwekkend {
  grid-area: 2/2/3/3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header .header > div .nav-primary-indrukwekkend ul.nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li {
  display: block;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.mobile-hidden {
  display: none;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.current-menu-item a {
  color: var(--wp--preset--color--primary);
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.google-translate {
  display: none;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li > a {
  color: var(--wp--preset--color--contrast);
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: var(--wp--preset--font-size--large);
}
header .header > div .nav-primary-indrukwekkend ul.nav > li > a:hover {
  color: var(--wp--preset--color--secondary);
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children > a::after {
  font: var(--fa-font-solid);
  font-size: 0.9em;
  content: "\f0d7";
  display: none;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children > a svg {
  margin-left: 5px;
  color: var(--wp--preset--color--primary);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children .sub-menu {
  background-color: var(--wp--preset--color--base);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 9px 15px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 9px 15px -6px rgba(0, 0, 0, 0.15);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1rem;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children .sub-menu li {
  list-style: none;
  margin-bottom: 10px;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children .sub-menu li a {
  text-decoration: none;
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children .sub-menu li a:hover {
  color: var(--wp--preset--color--secondary);
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children .sub-menu li.current-menu-item a {
  color: var(--wp--preset--color--primary);
}
header .header > div .nav-primary-indrukwekkend ul.nav > li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
header .header-full {
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
header .header-full > div {
  width: calc(100% - 4rem);
  max-width: 100%;
}
header .header-full > div.wp-block-group.alignfull {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
header .header.transparent {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  left: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .header.transparent > div {
  background: transparent;
}
header .header.transparent::after {
  -webkit-box-shadow: 0 0 26px #000;
          box-shadow: 0 0 26px #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
header .header.transparent.fixed {
  position: fixed;
}
header .header.transparent.show {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}
header .header.transparent.show::after {
  opacity: 1;
}
header .header.transparent.show ul li a.wp-block-navigation-item__content {
  color: var(--wp--preset--color--contrast);
}
header .header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
header .header.fixed:not(.transparent) {
  background-color: var(--wp--preset--color--base);
  border: 0;
  -webkit-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
header .header.fixed.show > div .brand img {
  max-width: 70px;
}
@media only screen and (min-width: 782px) {
  header .header.fixed.show > div .brand img {
    max-width: 135px;
  }
}
header .searchHeader {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .searchHeader .dgwt-wcas-search-wrapp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 var(--wp--preset--spacing--30);
  max-width: 100%;
}
header .searchHeader .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
  background: transparent;
  padding: 0;
}
header .searchHeader .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  padding: 10px 15px 8px 50px !important;
  background: var(--wp--preset--color--base);
  font-size: inherit;
  font-family: inherit;
  border: solid 1px var(--wp--preset--color--secondary-light);
}
header .searchHeader .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:hover {
  background: var(--wp--preset--color--base);
}
header .searchHeader .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
  margin-right: 0;
  right: 15px !important;
}
header .searchHeader .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  left: 10px;
  top: 7px;
}
header .searchHeader .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
  background: var(--wp--preset--color--base);
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .searchHeader .dgwt-wcas-search-wrapp .wp-block-search__inside-wrapper {
  border: solid 2px var(--wp--preset--color--secondary-light);
  border-radius: 50px;
  gap: 1rem;
  padding: 5px 20px;
  background: var(--wp--preset--color--base);
}
@media only screen and (max-width: 481px) {
  header .searchHeader .dgwt-wcas-search-wrapp .wp-block-search__inside-wrapper {
    gap: 0;
  }
}
header .searchHeader .dgwt-wcas-search-wrapp .wp-block-search__inside-wrapper input {
  padding: 0;
  text-align: left;
  background: inherit;
}
header .searchHeader .dgwt-wcas-search-wrapp .wp-block-search__inside-wrapper input:focus {
  outline: none;
}
header .searchHeader .dgwt-wcas-search-wrapp .wp-block-search__inside-wrapper button {
  padding: 0;
  border: 0;
}
header .searchHeader .dgwt-wcas-search-wrapp .wp-block-search__inside-wrapper button::after {
  content: var(--wp--custom--images--search);
}
header .searchHeader .dgwt-wcas-search-wrapp .wp-block-search__inside-wrapper button .search-icon {
  display: none;
}
header .iconenHeader {
  gap: 15px;
}
header .iconenHeader .wp-block-woocommerce-customer-account {
  margin-right: 4px;
}
header .iconenHeader .wp-block-woocommerce-customer-account a {
  padding: 0;
}
header .iconenHeader .wp-block-woocommerce-customer-account a::after {
  content: var(--wp--custom--images--account);
  margin-top: 5px;
}
header .iconenHeader .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
  display: none;
}
header .iconenHeader .wc-block-mini-cart {
  margin-top: 4px;
  margin-right: 12px;
}
header .iconenHeader .wc-block-mini-cart .wc-block-mini-cart__button {
  padding: 0;
}
header .iconenHeader .wc-block-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__badge {
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--cta);
  top: 5px;
}
header .iconenHeader .wc-block-mini-cart .wc-block-mini-cart__button:hover .wc-block-mini-cart__badge {
  color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--secondary);
}
header .iconenHeader .wc-block-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge {
  display: inline-block !important;
}
header .iconenHeader .wc-block-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge::after {
  content: var(--wp--custom--images--cartblack);
}
header .iconenHeader .wc-block-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__icon {
  display: none;
}
header .iconenHeader .wpml-language-switcher-block {
  width: auto !important;
}
header .iconenHeader .wpml-language-switcher-block img.wpml-ls-flag {
  max-width: initial;
  width: 24px !important;
  height: 24px !important;
}

.dgwt-wcas-suggestions-wrapp a.js-dgwt-wcas-suggestion-more {
  background-color: transparent;
  font-size: inherit;
  color: var(--wp--preset--color--cta);
  padding-top: 20px;
}
.dgwt-wcas-suggestions-wrapp a.js-dgwt-wcas-suggestion-more:hover {
  background: transparent !important;
  color: var(--wp--preset--color--contrast);
}

.brand.wp-block-group {
  margin: 0;
}

@media only screen and (min-width: 960px) {
  header .header .hamburger {
    display: none;
  }
  header .header > div .nav-top-indrukwekkend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header > div .nav-primary-indrukwekkend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 959px) {
  .iconenHeader {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-block-search .wp-block-search__inside-wrapper {
    margin: 0 !important;
    width: 90% !important;
    padding: 2px 10px !important;
  }
  .menuHeader .hamburger {
    position: inherit !important;
  }
  header .header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .searchHeader .dgwt-wcas-search-wrapp {
    min-width: inherit !important;
    margin: 0 !important;
  }
  header .searchHeader .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
    padding: 6px 10px 5px 34px !important;
  }
  header .searchHeader .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier {
    margin: 0;
    top: 2px;
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .wp-container-core-group-is-layout-4 {
    gap: var(--wp--preset--spacing--20);
  }
}
@media only screen and (max-width: 481px) {
  .is-layout-flex {
    gap: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  header .header > div .brand {
    margin: 0;
  }
  header .header > div .brand svg {
    max-width: 200px;
  }
}
@media only screen and (max-width: 781px) {
  body main.fixed:not(.is-layout-constrained), body main.fixed:not(.is-layout-flow) {
    padding-top: var(--wp--preset--spacing--50);
  }
  html.has-modal-open .wp-block-site-logo {
    z-index: 999998 !important;
  }
  html.has-modal-open #modal-2-content {
    padding-top: var(--wp--preset--spacing--70);
  }
  html.has-modal-open .wp-block-navigation__responsive-container-close {
    position: absolute;
    right: -6px;
    top: -5px;
    z-index: 2;
    background: var(--wp--preset--color--primary);
    border: 0;
    color: var(--wp--preset--color--base);
    border-radius: 999px;
    height: 28px;
    width: 28px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html.has-modal-open .iconenHeader {
    gap: 25px;
    margin-right: 50px;
  }
  html.has-modal-open .iconenHeader .wp-block-woocommerce-customer-account,
  html.has-modal-open .iconenHeader .wpml-language-switcher-block,
  html.has-modal-open .iconenHeader .wc-block-mini-cart {
    display: block !important;
    z-index: 999998 !important;
  }
  html.has-modal-open .iconenHeader .wp-block-search {
    display: none;
  }
  header .header {
    padding: var(--wp--preset--spacing--30);
  }
  header .header .wp-block-search {
    width: 100% !important;
    margin: 0;
  }
  header .header .wp-block-search.actief {
    border: solid 1px var(--wp--preset--color--primary);
    border-radius: 4px;
    padding: 5px 15px;
    max-width: 100%;
  }
  header .header.fixed {
    -webkit-box-shadow: rgb(119, 123, 114) 0 0 26px !important;
            box-shadow: rgb(119, 123, 114) 0 0 26px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .header .brand {
    margin: 0;
    grid-area: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  header .header .brand svg {
    max-width: 240px;
  }
  header .header .searchHeader {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    grid-area: inherit;
    min-width: 33.33%;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  header .header .searchHeader .wp-block-search__input input::-webkit-input-placeholder {
    color: white !important;
  }
  header .header .searchHeader .wp-block-search__input input::-moz-placeholder {
    color: white !important;
  }
  header .header .searchHeader .wp-block-search__input input:-ms-input-placeholder {
    color: white !important;
  }
  header .header .searchHeader .wp-block-search__input input::-ms-input-placeholder {
    color: white !important;
  }
  header .header .searchHeader .wp-block-search__input input::placeholder {
    color: white !important;
  }
  header .header .iconenHeader {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    grid-area: inherit;
    min-width: 35px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    gap: 10px;
  }
}
.wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--grey) !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation li {
  width: 100%;
  border-bottom: solid 1px var(--wp--preset--color--primary);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation li .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation li ul li {
  border-top: 0 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation li ul li ul li {
  border-top: 0 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation li a,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation li button {
  padding-bottom: 7px;
  text-transform: uppercase;
  padding-left: 3px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation li svg {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: inline-block !important;
  position: absolute;
  top: 1px;
  right: 0;
  width: 25px;
  height: 25px;
}

.wp-block-navigation-submenu__toggle svg {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

/* Draai de pijl als het submenu open is */
.wp-block-navigation-submenu__toggle[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

#site-content.menu-open {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

header .wp-block-site-logo {
  max-width: 300px;
}
@media only screen and (max-width: 481px) {
  header .wp-block-site-logo {
    max-width: 225px;
  }
}

header .header .hamburger {
  width: 45px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header .hamburger .bar1, header .header .hamburger .bar2, header .header .hamburger .bar3 {
  position: absolute;
  right: 0;
  left: inherit !important;
  display: inline-block;
  width: 35px;
  height: 4px;
  background-color: var(--wp--preset--color--contrast);
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header .hamburger .bar1 {
  top: 30%;
}
header .header .hamburger .bar2 {
  top: 50%;
}
header .header .hamburger .bar3 {
  top: 70%;
}
header .header .hamburger:hover .bar1, header .header .hamburger:hover .bar2, header .header .hamburger:hover .bar3 {
  background-color: var(--wp--preset--color--secondary);
}

.mobile-navigation-container {
  padding-top: calc(var(--scroll-padding) + 20px);
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--wp--preset--color--lichtpaars);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: auto;
}

.mobile-menu {
  gap: var(--wp--preset--spacing--30);
  /* Open submenu tonen bij klik */
}
.mobile-menu li.sub-item a {
  text-transform: inherit !important;
}
.mobile-menu li.sub-first {
  margin-top: var(--wp--preset--spacing--50) !important;
}
.mobile-menu li.has-child svg {
  display: none;
}
.mobile-menu li.has-child::after {
  content: var(--wp--custom--images--arrowdown);
  position: absolute;
  right: 3px;
}
.mobile-menu li.has-child:hover {
  cursor: pointer;
}
.mobile-menu li:last-child {
  border-bottom: 0 !important;
}
.mobile-menu .wp-block-navigation__submenu-container {
  display: none !important;
  padding: var(--wp--preset--spacing--20) !important;
  padding-top: var(--wp--preset--spacing--30) !important;
  padding-bottom: 0 !important;
}
.mobile-menu .wp-block-navigation__submenu-container.is-open {
  display: block !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.mobile-menu .wp-block-navigation__submenu-container.is-open li.has-child button {
  padding-top: 7px;
}
.mobile-menu .wp-block-navigation__submenu-container.is-open li.has-child::after {
  top: 7px;
}
.mobile-menu .wp-block-navigation__submenu-container.is-open li.wp-block-navigation-item {
  border-bottom: 0 !important;
  border-top: solid 1px var(--wp--preset--color--primary) !important;
}
.mobile-menu .wp-block-navigation__submenu-container.is-open li.wp-block-navigation-item a.wp-block-navigation-item__content {
  padding-top: 7px !important;
}
.mobile-menu .wp-block-navigation-submenu__toggle:focus:not(:focus-visible) {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
}

@media only screen and (max-width: 781px) {
  ul.mobile-menu li.sub-item {
    border-bottom: 0 !important;
  }
  ul.mobile-menu li.sub-item a.wp-block-navigation-item__content {
    padding-bottom: 0 !important;
  }
}
footer.wp-block-template-part {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  background: var(--wp--preset--color--background);
}
footer.wp-block-template-part .__fbcw__bar-widget {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 0 !important;
}
footer.wp-block-template-part .wp-block-site-logo a {
  display: block;
}
footer.wp-block-template-part nav.wp-block-navigation {
  gap: 0;
}
footer.wp-block-template-part nav.wp-block-navigation ul li a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: underline;
}
footer.wp-block-template-part nav.wp-block-navigation ul li a:hover {
  color: var(--wp--preset--color--red);
}
footer.wp-block-template-part ul.pages {
  padding: 0;
}
footer.wp-block-template-part ul.pages li {
  list-style: none;
}
footer.wp-block-template-part .footer-closure nav.wp-block-navigation {
  gap: 1.2rem;
}
footer.wp-block-template-part a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer.wp-block-template-part a:hover {
  color: var(--wp--preset--color--red);
}
footer.wp-block-template-part p.indrukwekkend::before {
  content: var(--wp--custom--images--eye);
  margin-right: 5px;
  display: none;
}
footer.wp-block-template-part ul.wp-block-social-links {
  gap: 1rem;
}
footer.wp-block-template-part ul.wp-block-social-links li.wp-social-link {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
}
footer.wp-block-template-part ul.wp-block-social-links li.wp-social-link a svg {
  display: none;
}
footer.wp-block-template-part ul.wp-block-social-links li.wp-social-link-facebook a.wp-block-social-link-anchor::after {
  content: var(--wp--custom--images--facebook);
}
footer.wp-block-template-part ul.wp-block-social-links li.wp-social-link-instagram a.wp-block-social-link-anchor::after {
  content: var(--wp--custom--images--instagram);
}

.otgs-development-site-front-end {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  footer.wp-block-template-part .columnAddress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 781px) {
  footer.wp-block-template-part .nawColumn {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  footer.wp-block-template-part .socialColumn {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  footer.wp-block-template-part .closure .wp-block-columns {
    gap: 0.5rem;
  }
  footer.wp-block-template-part .closure .wp-block-columns .wp-block-column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.wp-block-template-part .closure .wp-block-columns .wp-block-column p.has-text-align-center p.has-text-align-right {
    text-align: left !important;
  }
}
@media only screen and (max-width: 481px) {
  footer.wp-block-template-part p.indrukwekkend {
    text-align: center !important;
  }
  footer.wp-block-template-part .__fbcw__bar-widget {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: var(--wp--preset--spacing--50) !important;
  }
  footer.wp-block-template-part .is-not-stacked-on-mobile {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  footer.wp-block-template-part .is-not-stacked-on-mobile .nawColumn,
  footer.wp-block-template-part .is-not-stacked-on-mobile .socialColumn {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  footer.wp-block-template-part .footer-content {
    padding-top: var(--wp--preset--spacing--50) !important;
    padding-bottom: var(--wp--preset--spacing--50) !important;
  }
  footer.wp-block-template-part .footer-content .footer-info {
    margin-top: 0 !important;
  }
  footer.wp-block-template-part .footer-content .footer-info .has-footer-font-size {
    padding-bottom: 0 !important;
  }
  footer.wp-block-template-part .footer-content .footer-info .wp-block-social-links {
    margin-top: 0 !important;
  }
  footer.wp-block-template-part .closure {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: solid 1px var(--wp--preset--color--secondary);
  }
  footer.wp-block-template-part .closure .wp-block-column .wp-block-group p:first-child {
    display: none;
  }
}
body.post-type-archive-product,
body.tax-product_brand,
body.tax-product_cat {
  background: var(--wp--preset--color--base);
}

.shortbrand p {
  margin-top: var(--wp--preset--spacing--20);
}

.colums-brand h1 {
  margin-top: 0 !important;
  font-size: var(--wp--preset--font-size--large) !important;
}
.colums-brand h2,
.colums-brand h3 {
  margin-bottom: 0 !important;
  font-size: var(--wp--preset--font-size--large) !important;
}
.colums-brand p {
  margin-bottom: var(--wp--preset--spacing--40);
}

.wc-block-product-categories {
  padding-bottom: var(--wp--preset--spacing--70);
}
.wc-block-product-categories ul.wc-block-product-categories-list--has-images {
  grid-template-columns: repeat(6, 1fr) !important;
}
.wc-block-product-categories ul.wc-block-product-categories-list--has-images li {
  text-align: center;
}
.wc-block-product-categories ul.wc-block-product-categories-list--has-images li a {
  text-decoration: none;
}
.wc-block-product-categories ul.wc-block-product-categories-list--has-images li a .wc-block-product-categories-list-item__image {
  margin-bottom: var(--wp--preset--spacing--30) !important;
  border: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.wc-block-product-categories ul.wc-block-product-categories-list--has-images li a .wc-block-product-categories-list-item__image img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  width: 100%;
  height: auto;
  display: block;
}
.wc-block-product-categories ul.wc-block-product-categories-list--has-images li a:hover .wc-block-product-categories-list-item__image {
  -webkit-box-shadow: 3px 2px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 10px 2px rgba(0, 0, 0, 0.2);
}
.wc-block-product-categories ul.wc-block-product-categories-list--has-images li a:hover .wc-block-product-categories-list-item__image img {
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}

ul.wc-block-product-template,
ul.wp-block-post-template {
  gap: var(--wp--preset--spacing--40) !important;
}
ul.wc-block-product-template li.outofstock:hover,
ul.wp-block-post-template li.outofstock:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
ul.wc-block-product-template li.outofstock:hover .wc-block-components-product-image,
ul.wp-block-post-template li.outofstock:hover .wc-block-components-product-image {
  margin: 0 !important;
}
ul.wc-block-product-template li.outofstock:hover .hover-image,
ul.wp-block-post-template li.outofstock:hover .hover-image {
  display: none;
}
ul.wc-block-product-template li.wc-block-product,
ul.wc-block-product-template li.type-product,
ul.wc-block-product-template li.product,
ul.wp-block-post-template li.wc-block-product,
ul.wp-block-post-template li.type-product,
ul.wp-block-post-template li.product {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  background-color: var(--wp--preset--color--base);
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: var(--wp--preset--spacing--40);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.wc-block-product-template li.wc-block-product p,
ul.wc-block-product-template li.type-product p,
ul.wc-block-product-template li.product p,
ul.wp-block-post-template li.wc-block-product p,
ul.wp-block-post-template li.type-product p,
ul.wp-block-post-template li.product p {
  margin: 0 !important;
}
ul.wc-block-product-template li.wc-block-product.outofstock,
ul.wc-block-product-template li.type-product.outofstock,
ul.wc-block-product-template li.product.outofstock,
ul.wp-block-post-template li.wc-block-product.outofstock,
ul.wp-block-post-template li.type-product.outofstock,
ul.wp-block-post-template li.product.outofstock {
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.wc-block-product-template li.wc-block-product.outofstock .wp-block-button,
ul.wc-block-product-template li.type-product.outofstock .wp-block-button,
ul.wc-block-product-template li.product.outofstock .wp-block-button,
ul.wp-block-post-template li.wc-block-product.outofstock .wp-block-button,
ul.wp-block-post-template li.type-product.outofstock .wp-block-button,
ul.wp-block-post-template li.product.outofstock .wp-block-button {
  display: none;
}
ul.wc-block-product-template li.wc-block-product.outofstock .shipping-info-outofstock,
ul.wc-block-product-template li.type-product.outofstock .shipping-info-outofstock,
ul.wc-block-product-template li.product.outofstock .shipping-info-outofstock,
ul.wp-block-post-template li.wc-block-product.outofstock .shipping-info-outofstock,
ul.wp-block-post-template li.type-product.outofstock .shipping-info-outofstock,
ul.wp-block-post-template li.product.outofstock .shipping-info-outofstock {
  margin-top: auto;
}
ul.wc-block-product-template li.wc-block-product .wc-block-components-product-showroom-badge,
ul.wc-block-product-template li.type-product .wc-block-components-product-showroom-badge,
ul.wc-block-product-template li.product .wc-block-components-product-showroom-badge,
ul.wp-block-post-template li.wc-block-product .wc-block-components-product-showroom-badge,
ul.wp-block-post-template li.type-product .wc-block-components-product-showroom-badge,
ul.wp-block-post-template li.product .wc-block-components-product-showroom-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background-color: var(--wp--preset--color--secondary-light);
  right: 0;
  top: var(--wp--preset--spacing--40);
  padding: 0 10px;
  border-radius: 30px 0 0 30px;
  border: 0;
  position: absolute;
  color: var(--wp--preset--color--contrast);
}
ul.wc-block-product-template li.wc-block-product .wc-block-components-product-sale-badge,
ul.wc-block-product-template li.type-product .wc-block-components-product-sale-badge,
ul.wc-block-product-template li.product .wc-block-components-product-sale-badge,
ul.wp-block-post-template li.wc-block-product .wc-block-components-product-sale-badge,
ul.wp-block-post-template li.type-product .wc-block-components-product-sale-badge,
ul.wp-block-post-template li.product .wc-block-components-product-sale-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background-color: var(--wp--preset--color--red);
  left: var(--wp--preset--spacing--40);
  bottom: var(--wp--preset--spacing--40);
  padding: 0 8px;
  border-radius: 30px;
  border: 0;
  position: absolute;
}
ul.wc-block-product-template li.wc-block-product .wc-block-components-product-sale-badge span,
ul.wc-block-product-template li.type-product .wc-block-components-product-sale-badge span,
ul.wc-block-product-template li.product .wc-block-components-product-sale-badge span,
ul.wp-block-post-template li.wc-block-product .wc-block-components-product-sale-badge span,
ul.wp-block-post-template li.type-product .wc-block-components-product-sale-badge span,
ul.wp-block-post-template li.product .wc-block-components-product-sale-badge span {
  color: var(--wp--preset--color--base);
  text-transform: initial;
  font-weight: 900;
}
ul.wc-block-product-template li.wc-block-product .wc-block-components-product-image,
ul.wc-block-product-template li.type-product .wc-block-components-product-image,
ul.wc-block-product-template li.product .wc-block-components-product-image,
ul.wp-block-post-template li.wc-block-product .wc-block-components-product-image,
ul.wp-block-post-template li.type-product .wc-block-components-product-image,
ul.wp-block-post-template li.product .wc-block-components-product-image {
  margin: 0 !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.wc-block-product-template li.wc-block-product .wc-block-components-product-image p,
ul.wc-block-product-template li.type-product .wc-block-components-product-image p,
ul.wc-block-product-template li.product .wc-block-components-product-image p,
ul.wp-block-post-template li.wc-block-product .wc-block-components-product-image p,
ul.wp-block-post-template li.type-product .wc-block-components-product-image p,
ul.wp-block-post-template li.product .wc-block-components-product-image p {
  margin: 0;
}
ul.wc-block-product-template li.wc-block-product .wc-block-components-product-image img,
ul.wc-block-product-template li.type-product .wc-block-components-product-image img,
ul.wc-block-product-template li.product .wc-block-components-product-image img,
ul.wp-block-post-template li.wc-block-product .wc-block-components-product-image img,
ul.wp-block-post-template li.type-product .wc-block-components-product-image img,
ul.wp-block-post-template li.product .wc-block-components-product-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-radius: 16px 16px 0 0;
}
ul.wc-block-product-template li.wc-block-product .wc-block-components-product-image .hover-image,
ul.wc-block-product-template li.type-product .wc-block-components-product-image .hover-image,
ul.wc-block-product-template li.product .wc-block-components-product-image .hover-image,
ul.wp-block-post-template li.wc-block-product .wc-block-components-product-image .hover-image,
ul.wp-block-post-template li.type-product .wc-block-components-product-image .hover-image,
ul.wp-block-post-template li.product .wc-block-components-product-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
ul.wc-block-product-template li.wc-block-product .showroom-badge,
ul.wc-block-product-template li.type-product .showroom-badge,
ul.wc-block-product-template li.product .showroom-badge,
ul.wp-block-post-template li.wc-block-product .showroom-badge,
ul.wp-block-post-template li.type-product .showroom-badge,
ul.wp-block-post-template li.product .showroom-badge {
  position: absolute;
  right: 15px;
  top: 15px;
  margin-bottom: 0;
  background: var(--wp--preset--color--sand);
}
ul.wc-block-product-template li.wc-block-product .taxonomy-product_brand,
ul.wc-block-product-template li.type-product .taxonomy-product_brand,
ul.wc-block-product-template li.product .taxonomy-product_brand,
ul.wp-block-post-template li.wc-block-product .taxonomy-product_brand,
ul.wp-block-post-template li.type-product .taxonomy-product_brand,
ul.wp-block-post-template li.product .taxonomy-product_brand {
  padding: 0 var(--wp--preset--spacing--40);
  margin-bottom: 0;
  margin-top: var(--wp--preset--spacing--30);
}
ul.wc-block-product-template li.wc-block-product .taxonomy-product_brand span,
ul.wc-block-product-template li.type-product .taxonomy-product_brand span,
ul.wc-block-product-template li.product .taxonomy-product_brand span,
ul.wp-block-post-template li.wc-block-product .taxonomy-product_brand span,
ul.wp-block-post-template li.type-product .taxonomy-product_brand span,
ul.wp-block-post-template li.product .taxonomy-product_brand span {
  text-transform: uppercase;
  color: var(--wp--preset--color--sand);
  font-size: 0.95rem;
  font-weight: 900;
}
ul.wc-block-product-template li.wc-block-product .wp-block-post-title,
ul.wc-block-product-template li.type-product .wp-block-post-title,
ul.wc-block-product-template li.product .wp-block-post-title,
ul.wp-block-post-template li.wc-block-product .wp-block-post-title,
ul.wp-block-post-template li.type-product .wp-block-post-title,
ul.wp-block-post-template li.product .wp-block-post-title {
  margin: 0 !important;
  padding: 0 var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--30) !important;
}
ul.wc-block-product-template li.wc-block-product .wp-block-post-title a,
ul.wc-block-product-template li.type-product .wp-block-post-title a,
ul.wc-block-product-template li.product .wp-block-post-title a,
ul.wp-block-post-template li.wc-block-product .wp-block-post-title a,
ul.wp-block-post-template li.type-product .wp-block-post-title a,
ul.wp-block-post-template li.product .wp-block-post-title a {
  color: var(--wp--preset--color--contrast);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--normal);
  line-height: var(--wp--custom--typography--line-height--small);
}
ul.wc-block-product-template li.wc-block-product .wp-block-post-title a::before,
ul.wc-block-product-template li.type-product .wp-block-post-title a::before,
ul.wc-block-product-template li.product .wp-block-post-title a::before,
ul.wp-block-post-template li.wc-block-product .wp-block-post-title a::before,
ul.wp-block-post-template li.type-product .wp-block-post-title a::before,
ul.wp-block-post-template li.product .wp-block-post-title a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-price .wc-block-components-product-price del,
ul.wc-block-product-template li.type-product .wp-block-woocommerce-product-price .wc-block-components-product-price del,
ul.wc-block-product-template li.product .wp-block-woocommerce-product-price .wc-block-components-product-price del,
ul.wp-block-post-template li.wc-block-product .wp-block-woocommerce-product-price .wc-block-components-product-price del,
ul.wp-block-post-template li.type-product .wp-block-woocommerce-product-price .wc-block-components-product-price del,
ul.wp-block-post-template li.product .wp-block-woocommerce-product-price .wc-block-components-product-price del {
  font-size: inherit;
}
ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-price .wc-block-components-product-price ins,
ul.wc-block-product-template li.type-product .wp-block-woocommerce-product-price .wc-block-components-product-price ins,
ul.wc-block-product-template li.product .wp-block-woocommerce-product-price .wc-block-components-product-price ins,
ul.wp-block-post-template li.wc-block-product .wp-block-woocommerce-product-price .wc-block-components-product-price ins,
ul.wp-block-post-template li.type-product .wp-block-woocommerce-product-price .wc-block-components-product-price ins,
ul.wp-block-post-template li.product .wp-block-woocommerce-product-price .wc-block-components-product-price ins {
  font-weight: 700;
}
ul.wc-block-product-template li.wc-block-product .wp-block-group,
ul.wc-block-product-template li.type-product .wp-block-group,
ul.wc-block-product-template li.product .wp-block-group,
ul.wp-block-post-template li.wc-block-product .wp-block-group,
ul.wp-block-post-template li.type-product .wp-block-group,
ul.wp-block-post-template li.product .wp-block-group {
  position: relative !important;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained,
ul.wc-block-product-template li.type-product .is-layout-constrained,
ul.wc-block-product-template li.product .is-layout-constrained,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained,
ul.wp-block-post-template li.type-product .is-layout-constrained,
ul.wp-block-post-template li.product .is-layout-constrained {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 !important;
  padding: 0 var(--wp--preset--spacing--40);
  gap: var(--wp--preset--spacing--30);
  margin-top: auto !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: var(--wp--preset--spacing--40);
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-woocommerce-product-price,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-woocommerce-product-price {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: var(--wp--preset--font-size--normal);
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price ins,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price ins,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-woocommerce-product-price ins,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price ins,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price ins,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-woocommerce-product-price ins {
  width: 100%;
  display: inline-block;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price span,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price span,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-woocommerce-product-price span,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price span,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price span,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-woocommerce-product-price span {
  font-size: var(--wp--preset--font-size--normal);
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price span.from,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price span.from,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-woocommerce-product-price span.from,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price span.from,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price span.from,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-woocommerce-product-price span.from {
  display: none;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price del,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-woocommerce-product-price del {
  font-weight: 200 !important;
  color: var(--wp--preset--color--sand);
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price del span,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price del span,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-woocommerce-product-price del span,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-woocommerce-product-price del span,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-woocommerce-product-price del span,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-woocommerce-product-price del span {
  font-size: var(--wp--preset--font-size--small);
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button {
  margin: 0 !important;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  margin-left: auto !important;
  gap: 0;
  z-index: 1;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link {
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--30);
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link span,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link span,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link span,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link span,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link span,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link span {
  display: none;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link::before,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link::before,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link::before,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link::before,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link::before,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link::before {
  content: var(--wp--custom--images--plus);
  height: 24px;
  margin-right: 3px;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link::after,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link::after,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link::after,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link::after,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link::after,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link::after {
  content: var(--wp--custom--images--cart);
  height: 24px;
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link:hover,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link:hover,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link:hover,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .wp-block-button__link:hover,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .wp-block-button__link:hover,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--contrast);
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button a.added_to_cart,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button a.added_to_cart,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button a.added_to_cart,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button a.added_to_cart,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button a.added_to_cart,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button a.added_to_cart {
  margin-top: 0;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_grouped span,
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_bundle span,
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_variable span,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_grouped span,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_bundle span,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_variable span,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_grouped span,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_bundle span,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_variable span,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_grouped span,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_bundle span,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_variable span,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_grouped span,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_bundle span,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_variable span,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_grouped span,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_bundle span,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_variable span {
  display: none;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_grouped::before,
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_bundle::before,
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_variable::before,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_grouped::before,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_bundle::before,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_variable::before,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_grouped::before,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_bundle::before,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_variable::before,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_grouped::before,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_bundle::before,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_variable::before,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_grouped::before,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_bundle::before,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_variable::before,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_grouped::before,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_bundle::before,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_variable::before {
  content: var(--wp--custom--images--plusicon);
  max-height: 22px;
  padding: 0 8px;
}
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_grouped::after,
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_bundle::after,
ul.wc-block-product-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_variable::after,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_grouped::after,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_bundle::after,
ul.wc-block-product-template li.type-product .is-layout-constrained .wp-block-button .product_type_variable::after,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_grouped::after,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_bundle::after,
ul.wc-block-product-template li.product .is-layout-constrained .wp-block-button .product_type_variable::after,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_grouped::after,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_bundle::after,
ul.wp-block-post-template li.wc-block-product .is-layout-constrained .wp-block-button .product_type_variable::after,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_grouped::after,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_bundle::after,
ul.wp-block-post-template li.type-product .is-layout-constrained .wp-block-button .product_type_variable::after,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_grouped::after,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_bundle::after,
ul.wp-block-post-template li.product .is-layout-constrained .wp-block-button .product_type_variable::after {
  content: "";
}
ul.wc-block-product-template li.wc-block-product:hover,
ul.wc-block-product-template li.type-product:hover,
ul.wc-block-product-template li.product:hover,
ul.wp-block-post-template li.wc-block-product:hover,
ul.wp-block-post-template li.type-product:hover,
ul.wp-block-post-template li.product:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
ul.wc-block-product-template li.wc-block-product:hover .wc-block-components-product-image,
ul.wc-block-product-template li.type-product:hover .wc-block-components-product-image,
ul.wc-block-product-template li.product:hover .wc-block-components-product-image,
ul.wp-block-post-template li.wc-block-product:hover .wc-block-components-product-image,
ul.wp-block-post-template li.type-product:hover .wc-block-components-product-image,
ul.wp-block-post-template li.product:hover .wc-block-components-product-image {
  margin: var(--wp--preset--spacing--20) !important;
}
ul.wc-block-product-template li.wc-block-product:hover .hover-image,
ul.wc-block-product-template li.type-product:hover .hover-image,
ul.wc-block-product-template li.product:hover .hover-image,
ul.wp-block-post-template li.wc-block-product:hover .hover-image,
ul.wp-block-post-template li.type-product:hover .hover-image,
ul.wp-block-post-template li.product:hover .hover-image {
  opacity: 1;
}

.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  gap: var(--wp--preset--spacing--30);
  margin: 0;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a span.wc-block-product-categories-list-item__image {
  margin: 0;
  max-width: 100%;
  border: solid 1px var(--wp--preset--color--secondary);
  padding: var(--wp--preset--spacing--10);
  background: var(--wp--preset--color--base) !important;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a span.wc-block-product-categories-list-item__image img {
  width: 100%;
  border-radius: 9999px;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a .wc-block-product-categories-list-item__name {
  font-family: var(--wp--preset--font-family--sierletter);
  font-size: var(--wp--preset--font-size--button);
  color: var(--wp--preset--color--contrast);
  padding: 0 var(--wp--preset--spacing--20);
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li ul.wc-block-product-categories-list {
  display: none;
}

.wp-block-product-best-sellers ul.wc-block-grid__products,
.wp-block-handpicked-products ul.wc-block-grid__products {
  margin: 0;
  gap: 1.5rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product {
  font-size: inherit !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: var(--wp--preset--spacing--30);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
  width: 100%;
  text-decoration: none;
  color: var(--wp--preset--color--contrast);
  grid-area: 1/1/2/3;
  margin-bottom: var(--wp--preset--spacing--30);
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-title,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-title {
  padding: 0 var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--30);
  color: var(--wp--preset--color--contrast);
  text-align: left;
  font-weight: 400;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-onsale,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-onsale {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--wp--preset--color--primary);
  left: 0 !important;
  top: var(--wp--preset--spacing--60);
  padding: 6px var(--wp--preset--spacing--40);
  border-radius: 0 4px 4px 0;
  margin: 0;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-onsale span,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-onsale span {
  color: var(--wp--preset--color--base);
  text-transform: initial;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image {
  width: 100%;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image img,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image img {
  border-radius: 4px 4px 0 0;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
  grid-area: 2/1/3/2;
  margin: 0;
  text-align: left;
  padding: 0 var(--wp--preset--spacing--30);
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 700;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price del,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price del {
  font-weight: 400 !important;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price ins,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price ins {
  font-weight: 700;
  text-decoration: none;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart {
  grid-area: 2/2/3/3;
  margin: 0;
  text-align: right;
  padding: 0 var(--wp--preset--spacing--30);
  margin-top: auto;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button {
  gap: 3px;
  overflow: hidden;
  text-indent: -9999px;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button::before,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button::before {
  font: var(--fa-font-solid);
  font-size: 0.9em;
  content: "+";
  display: none;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button::after,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button::after {
  font: var(--fa-font-solid);
  font-size: 0.9em;
  content: "\f291";
  display: none;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button.added,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button.added {
  background: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button.added::before,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button.added::before {
  content: "\f00c" !important;
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart {
  margin-top: var(--wp--preset--spacing--20);
}
.wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product:hover,
.wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product:hover {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

form.woocommerce-ordering {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  margin-left: auto !important;
  position: relative;
  float: right !important;
}
form.woocommerce-ordering select {
  position: relative;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: right;
  padding-right: 30px;
  font-size: var(--wp--preset--font-size--normal) !important;
  cursor: pointer;
}
form.woocommerce-ordering::after {
  content: var(--wp--custom--images--arrowdown);
  position: absolute;
  right: 0;
  top: -2px;
  z-index: -1;
}

.home .highlighted-products {
  margin-top: 0;
}

.categories-woocommere .woocommerce ul.products {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.25em;
  display: grid;
  margin: 0;
  padding: 0;
}
.categories-woocommere .woocommerce ul.products li.product-category {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: inherit;
  width: inherit;
  float: none;
  margin-bottom: var(--wp--preset--spacing--60);
}
.categories-woocommere .woocommerce ul.products li.product-category a {
  height: 100%;
  display: grid;
}
.categories-woocommere .woocommerce ul.products li.product-category a img {
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.categories-woocommere .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--wp--preset--spacing--40);
  gap: var(--wp--preset--spacing--40);
}
.categories-woocommere .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title mark.count {
  display: none;
}
.categories-woocommere .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title::after {
  margin: 0;
  border-radius: 4px !important;
  content: "View products";
  margin-top: auto;
  display: inline-block;
  font-size: var(--wp--preset--font-size--medium) !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--wp--preset--spacing--30);
  background: transparent;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  border-width: 0.094rem;
}
.categories-woocommere .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title::after:hover {
  color: var(--wp--preset--color--base) !important;
}
.categories-woocommere .woocommerce ul.products li.product-category a:hover h2.woocommerce-loop-category__title::after {
  background: var(--wp--preset--color--secondary) !important;
  border-color: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--base) !important;
}
.categories-woocommere .woocommerce ul.products li.product-category:hover {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.categories-woocommere .woocommerce ul.products::before {
  content: inherit;
}

.wp-block-columns .wp-block-column h2.wp-block-query-title {
  font-size: var(--wp--preset--font-size--xx-large);
  font-weight: 400;
}

small.taxPrice {
  font-size: 0.8rem;
  display: block;
  font-weight: 500;
}

.woocommerce-order-received .wc-block-order-confirmation-order-note {
  margin-top: 0;
  border-top: 0;
}

@media only screen and (max-width: 959px) {
  ul.wc-block-product-template.columns-6,
  ul.wp-block-post-template.columns-6 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media only screen and (max-width: 781px) {
  .filter-column {
    display: none;
  }
  .facetwp-template form.woocommerce-ordering::after {
    top: 6px !important;
  }
  .woocommerce .woocommerce-ordering select {
    vertical-align: inherit;
    text-align: left;
    padding-left: 10px;
  }
  .wp-block-woocommerce-product-collection h2.wp-block-heading {
    text-align: center;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
    grid-template-columns: 1fr 1fr !important;
  }
  .wp-block-product-best-sellers ul.wc-block-grid__products,
  .wp-block-handpicked-products ul.wc-block-grid__products,
  .wp-block-woocommerce-related-products ul.wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.8rem;
  }
  .wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product,
  .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product,
  .wp-block-woocommerce-related-products ul.wc-block-grid__products li.wc-block-grid__product {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title,
  .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title,
  .wp-block-woocommerce-related-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
    padding: 0 var(--wp--preset--spacing--20) !important;
  }
  .wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price,
  .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price,
  .wp-block-woocommerce-related-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
    padding: 0 var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--20);
  }
  .wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale,
  .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale,
  .wp-block-woocommerce-related-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
    top: var(--wp--preset--spacing--20) !important;
  }
  .wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button,
  .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button,
  .wp-block-woocommerce-related-products ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button {
    margin-top: auto;
    padding: 0;
  }
  .wp-block-product-best-sellers ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link,
  .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link,
  .wp-block-woocommerce-related-products ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link {
    width: 100%;
  }
  ul.wc-block-product-template,
  ul.wp-block-post-template {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.6em !important;
  }
  ul.wc-block-product-template.columns-6, ul.wc-block-product-template.columns-4,
  ul.wp-block-post-template.columns-6,
  ul.wp-block-post-template.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  ul.wc-block-product-template li.wc-block-product,
  ul.wc-block-product-template li.type-product,
  ul.wp-block-post-template li.wc-block-product,
  ul.wp-block-post-template li.type-product {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-bottom: var(--wp--preset--spacing--40);
    width: 100% !important;
    min-width: 0;
  }
  ul.wc-block-product-template li.wc-block-product .wp-block-post-title,
  ul.wc-block-product-template li.type-product .wp-block-post-title,
  ul.wp-block-post-template li.wc-block-product .wp-block-post-title,
  ul.wp-block-post-template li.type-product .wp-block-post-title {
    padding: 0 var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--20) !important;
    padding-bottom: var(--wp--preset--spacing--20) !important;
  }
  ul.wc-block-product-template li.wc-block-product .is-layout-constrained,
  ul.wc-block-product-template li.type-product .is-layout-constrained,
  ul.wp-block-post-template li.wc-block-product .is-layout-constrained,
  ul.wp-block-post-template li.type-product .is-layout-constrained {
    padding: 0 var(--wp--preset--spacing--30) !important;
    gap: var(--wp--preset--spacing--20) !important;
  }
  ul.wc-block-product-template li.wc-block-product:hover,
  ul.wc-block-product-template li.type-product:hover,
  ul.wp-block-post-template li.wc-block-product:hover,
  ul.wp-block-post-template li.type-product:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  ul.wc-block-product-template li.wc-block-product:hover .wc-block-components-product-image,
  ul.wc-block-product-template li.type-product:hover .wc-block-components-product-image,
  ul.wp-block-post-template li.wc-block-product:hover .wc-block-components-product-image,
  ul.wp-block-post-template li.type-product:hover .wc-block-components-product-image {
    margin: 0;
  }
  ul.wc-block-product-template li.wc-block-product:hover .hover-image,
  ul.wc-block-product-template li.type-product:hover .hover-image,
  ul.wp-block-post-template li.wc-block-product:hover .hover-image,
  ul.wp-block-post-template li.type-product:hover .hover-image {
    display: none;
  }
  ul.wc-block-product-template li.wc-block-product .wp-block-group .wp-block-group,
  ul.wc-block-product-template li.type-product .wp-block-group .wp-block-group,
  ul.wp-block-post-template li.wc-block-product .wp-block-group .wp-block-group,
  ul.wp-block-post-template li.type-product .wp-block-group .wp-block-group {
    padding: var(--wp--preset--spacing--20) !important;
  }
  ul.wc-block-product-template li.wc-block-product .wp-block-group h3,
  ul.wc-block-product-template li.type-product .wp-block-group h3,
  ul.wp-block-post-template li.wc-block-product .wp-block-group h3,
  ul.wp-block-post-template li.type-product .wp-block-group h3 {
    padding-bottom: var(--wp--preset--spacing--50) !important;
  }
  ul.wc-block-product-template li.wc-block-product .wp-block-group .price_cart,
  ul.wc-block-product-template li.type-product .wp-block-group .price_cart,
  ul.wp-block-post-template li.wc-block-product .wp-block-group .price_cart,
  ul.wp-block-post-template li.type-product .wp-block-group .price_cart {
    grid-template-columns: 1fr;
    gap: var(--wp--preset--spacing--30);
    padding: 0 !important;
  }
  ul.wc-block-product-template li.wc-block-product .wp-block-group .price_cart .wp-block-button button.wp-block-button__link,
  ul.wc-block-product-template li.type-product .wp-block-group .price_cart .wp-block-button button.wp-block-button__link,
  ul.wp-block-post-template li.wc-block-product .wp-block-group .price_cart .wp-block-button button.wp-block-button__link,
  ul.wp-block-post-template li.type-product .wp-block-group .price_cart .wp-block-button button.wp-block-button__link {
    width: 100%;
  }
}
@media only screen and (max-width: 481px) {
  .facetwp-template h1.wp-block-query-title {
    padding-left: 0 !important;
    text-align: center;
  }
  .facetwp-template p.woocommerce-result-count {
    text-align: center;
  }
  .facetwp-template form.woocommerce-ordering {
    background: var(--wp--preset--color--base);
    border: solid 1px var(--wp--preset--color--sand);
    width: 100%;
    padding: 5px 0;
    border-radius: 9px;
  }
  .facetwp-template form.woocommerce-ordering::after {
    top: 10px !important;
    right: 8px !important;
    z-index: 1;
    margin-left: 0 !important;
  }
  .facetwp-template form.woocommerce-ordering select {
    padding-right: 0;
    border: 0;
  }
  .facetwp-template .wp-block-woocommerce-product-categories {
    padding-bottom: var(--wp--preset--spacing--20);
  }
  .facetwp-template .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a span.wc-block-product-categories-list-item__image {
    display: none;
  }
  .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a span.wc-block-product-categories-list-item__name {
    border: solid 1px var(--wp--preset--color--secondary);
    border-radius: 999px;
  }
}
.single-product .product.woocommerce {
  margin-top: 0;
}
.single-product .productInfo {
  border-radius: 16px !important;
}
.single-product .woocommerce-notices-wrapper .wc-block-components-notice-banner__content {
  font-size: var(--wp--preset--font-size--normal) !important;
}
.single-product .woocommerce-notices-wrapper .wc-block-components-notice-banner__content a.button {
  font-size: var(--wp--preset--font-size--normal) !important;
}
.single-product h1.wp-block-post-title {
  line-height: var(--wp--custom--typography--line-height--small) !important;
  margin-top: 0;
}
.single-product p.stock {
  display: none;
}
.single-product p.out-of-stock {
  display: block;
}
.single-product .is-style-owl {
  margin-top: var(--wp--preset--spacing--70) !important;
  margin-bottom: var(--wp--preset--spacing--70) !important;
}
.single-product .is-style-owl::after {
  background-color: var(--wp--preset--color--grey) !important;
}
.single-product .colums-brand .wp-block-term-description h1 {
  display: none;
}
.single-product .colums-brand .wp-block-term-description h2,
.single-product .colums-brand .wp-block-term-description h3 {
  margin-bottom: 0 !important;
}
.single-product .cwginstock-subscribe-form {
  margin: 0;
  padding: 0;
  margin-top: var(--wp--preset--spacing--50);
}
.single-product .cwginstock-subscribe-form .panel-primary {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: var(--wp--preset--spacing--30);
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-heading h4 {
  margin: 0;
  font-weight: 700;
  color: var(--wp--preset--color--contrast);
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-body {
  padding: 0;
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-body .row {
  margin: 0;
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-body .col-md-12 {
  padding: 0;
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-body .form-group {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--30);
  padding: 0 var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--40);
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-body .form-group input {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px var(--wp--preset--color--primary);
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-body .form-group .cwgstock_name,
.single-product .cwginstock-subscribe-form .panel-primary .panel-body .form-group .cwgstock_email {
  text-align: left !important;
  margin-bottom: 0;
  padding: 14px 10px;
  border-radius: 10px;
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-body .form-group .cwgstock_button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: var(--wp--preset--color--cta);
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  border-width: 0.094rem;
  border-color: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--system-font);
  font-size: var(--wp--preset--font-size--button);
  font-weight: 700;
  line-height: var(--wp--custom--typography--line-height--small);
  cursor: pointer;
  border-radius: var(--wp--custom--button--radius);
}
.single-product .cwginstock-subscribe-form .panel-primary .panel-body .form-group .cwgstock_button:hover {
  background: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--contrast);
}
.single-product form.bundle_form {
  margin: var(--wp--preset--spacing--60) 0;
}
.single-product form.bundle_form ul.bundled_products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--60);
}
.single-product form.bundle_form ul.bundled_products::before, .single-product form.bundle_form ul.bundled_products::after {
  display: none;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product {
  text-align: left;
  width: 100%;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .images figure img {
  border-radius: 20px;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details span.bundled_product_title_link {
  display: none;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .product_excerpt {
  display: none;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .bundled_item_cart_details {
  padding-bottom: var(--wp--preset--spacing--30) !important;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .bundled_item_cart_details span.bundled_item_price_quantity {
  display: none;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details {
  position: absolute;
  bottom: 0;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details .quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  background: var(--wp--preset--color--base);
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details .quantity input {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details .quantity input[type=number]::-webkit-inner-spin-button,
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details .quantity input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details .quantity .plus,
.single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details .quantity .minus {
  padding: 0.3em 0.6em;
  cursor: pointer;
}
.single-product form.bundle_form .cart .bundle_wrap .bundle_price {
  font-weight: 900;
}
.single-product form.bundle_form .bundle_data .quantity {
  height: 47px;
}
.single-product .wp-block-post-terms span.wp-block-post-terms__prefix {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
.single-product .wp-block-post-terms a {
  color: var(--wp--preset--color--contrast);
  font-weight: 400;
}
.single-product .wp-block-post-terms a:hover {
  color: var(--wp--preset--color--red) !important;
}
.single-product .wp-block-post-terms.taxonomy-product_tag {
  margin-top: var(--wp--preset--spacing--20);
}
.single-product .taxonomy-product_brand a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: var(--wp--preset--color--contrast);
}
.single-product .taxonomy-product_brand a:hover {
  color: var(--wp--preset--color--red);
}
.single-product .taxonomy-product_brand span.wp-block-post-terms__separator {
  display: none;
}
.single-product .taxonomy-product_brand span.wp-block-post-terms__separator + a {
  display: none;
}
.single-product .wp-block-woocommerce-product-price del {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--sand);
}
.single-product .wp-block-add-to-cart-form form.variations_form {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.single-product .wp-block-add-to-cart-form .wc-block-components-quantity-selector button.minus,
.single-product .wp-block-add-to-cart-form .wc-block-components-quantity-selector button.plus {
  display: none;
}
.single-product .wp-block-add-to-cart-form .quantity {
  background-color: var(--wp--preset--color--base);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-column: 1;
  width: unset;
}
.single-product .wp-block-add-to-cart-form .quantity input.qty {
  -webkit-appearance: textfield !important;
     -moz-appearance: textfield !important;
          appearance: textfield !important;
}
.single-product .wp-block-add-to-cart-form form.grouped_form {
  width: 100%;
}
.single-product .wp-block-add-to-cart-form form.grouped_form table.group_table tr td {
  width: auto;
}
.single-product .wp-block-add-to-cart-form form.grouped_form table.group_table tr td:first-child {
  min-width: 7em;
}
.single-product .wp-block-add-to-cart-form form.cart {
  margin-bottom: 0 !important;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_sells_title {
  margin: 0;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_sells_title h3 {
  margin: 0;
}
.single-product .wp-block-add-to-cart-form form.cart h3.bundle-sells-heading {
  margin-bottom: 0;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form {
  grid-template-columns: auto auto auto auto;
  display: grid;
  grid-gap: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--60);
  padding-top: var(--wp--preset--spacing--40);
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .details {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--wp--preset--spacing--30);
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .details h4.bundled_product_title {
  position: relative;
  font-size: inherit !important;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .details h4.bundled_product_title a {
  position: inherit;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .details h4.bundled_product_title a::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .details .bundled_product_optional_checkbox {
  padding-top: 10px;
  border-top: solid 1px var(--wp--preset--color--primary);
  margin-top: auto;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .details .product_excerpt {
  display: none;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .bundle_data {
  display: none;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .bundled_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  background-color: var(--wp--preset--color--base);
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 0;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .bundled_product .images {
  width: 100%;
}
.single-product .wp-block-add-to-cart-form form.cart .bundle_form .bundled_product .images img {
  border-radius: 15px 15px 0 0;
}
.single-product .wp-block-add-to-cart-form form.cart .wc-pao-addons-container .woocommerce-info {
  display: none;
}
.single-product .wp-block-add-to-cart-form form.cart .wc-pao-addons-container .wc-pao-addon-container .form-row input {
  border-color: var(--wp--preset--color--primary) !important;
}
.single-product .wp-block-add-to-cart-form form.cart .wc-pao-addons-container .product-addon-totals ul {
  padding: 0 var(--wp--preset--spacing--40);
}
.single-product .wp-block-add-to-cart-form form.cart .wc-pao-addons-container .product-addon-totals ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .wp-block-add-to-cart-form form.cart .wc-pao-addons-container .product-addon-totals ul li .wc-pao-col2 {
  padding-left: var(--wp--preset--spacing--40);
  margin-left: auto !important;
}
.single-product .wp-block-add-to-cart-form form.cart .quantity {
  margin-bottom: 0 !important;
  margin-right: 10px !important;
  border-radius: 30px;
  background: var(--wp--preset--color--base);
}
.single-product .wp-block-add-to-cart-form form.cart .quantity::after {
  border: 0;
}
.single-product .wp-block-add-to-cart-form form.cart .quantity input.qty {
  padding: 0 !important;
  height: 100%;
  font-size: var(--wp--preset--font-size--medium);
  border: 0;
  margin-right: 0 !important;
  width: 2em;
}
.single-product .wp-block-add-to-cart-form form.cart .quantity button {
  background: none;
  color: var(--wp--preset--color--cta);
  border: 0;
  font-size: var(--wp--preset--font-size--medium);
  padding: 0 10px;
  font-weight: 600;
  opacity: 1;
}
.single-product .wp-block-add-to-cart-form form.cart .quantity button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-product .wp-block-add-to-cart-form form.cart .quantity button:hover {
  cursor: pointer;
  color: #000;
}
.single-product .wp-block-add-to-cart-form form.cart button.button {
  background: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--base);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-product .wp-block-add-to-cart-form form.cart button.button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.single-product .wp-block-add-to-cart-form form.cart button.button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.single-product .wp-block-add-to-cart-form form.cart button.button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.single-product .wp-block-add-to-cart-form .product-extra-info-below-cart {
  margin-top: var(--wp--preset--spacing--10) !important;
}
.single-product .wp-block-add-to-cart-form .product-extra-info-below-cart span {
  position: relative;
  padding-left: var(--wp--preset--spacing--60);
}
.single-product .wp-block-add-to-cart-form .product-extra-info-below-cart span::after {
  width: 25px !important;
  height: 25px !important;
  background-image: var(--wp--custom--images--tools) !important;
  background-size: contain;
  left: 4px !important;
}
.single-product .wp-block-add-to-cart-form .custom-shipping-info {
  margin-top: var(--wp--preset--spacing--50);
}
.single-product .wp-block-add-to-cart-form .custom-shipping-info:first-child {
  margin-top: var(--wp--preset--spacing--10);
}
.single-product .wp-block-add-to-cart-form .custom-shipping-info span {
  position: relative;
  padding-left: var(--wp--preset--spacing--60);
}
.single-product .wp-block-add-to-cart-form .custom-shipping-info span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: var(--wp--custom--images--truck);
  background-position: center;
  background-repeat: no-repeat;
}
.single-product .wp-block-add-to-cart-form p.stock {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: var(--wp--preset--font-size--medium);
  margin-top: var(--wp--preset--spacing--20);
}
.single-product .wp-block-woocommerce-product-meta {
  display: none;
}
.single-product .wp-block-woocommerce-product-image-gallery {
  width: 100%;
  max-width: 100%;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-for {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 4px;
  border-radius: 16px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-for .slick-list {
  border-radius: 16px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-for .slick-list .slick-track {
  border-radius: 16px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-for .slick-list .slick-track .woocommerce-product-gallery__image {
  border-radius: 16px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-for .slick-list .slick-track .woocommerce-product-gallery__image img {
  border-radius: 16px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav {
  margin-top: 1.5rem;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-arrow {
  width: 30px;
  height: 30px;
  background: var(--wp--preset--color--base);
  border-radius: 9999px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-arrow::before {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--xx-large);
  opacity: 1;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-next {
  right: -10px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-prev {
  left: -15px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-list .slick-track {
  margin-left: inherit;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-list .slick-track .slick-slide {
  border: 0;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-list .slick-track .slick-slide img {
  border-radius: 16px;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-list .slick-track .slick-slide.slick-current {
  border: 0;
}
.single-product .wp-block-woocommerce-product-image-gallery .wpgs-nav .slick-list .slick-track .slick-slide.slick-current img {
  border: solid 1px var(--wp--preset--color--primary);
}
.single-product .wp-block-woocommerce-product-image-gallery .onsale {
  background-color: var(--wp--preset--color--red);
  left: var(--wp--preset--spacing--40) !important;
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--40);
  border-radius: 30px;
  color: var(--wp--preset--color--base);
  min-height: inherit;
  line-height: inherit;
  bottom: inherit;
  top: var(--wp--preset--spacing--40);
}
.single-product .wp-block-woocommerce-product-image-gallery .showroom-banner-wrapper {
  right: var(--wp--preset--spacing--40) !important;
  top: var(--wp--preset--spacing--40);
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--40);
  position: absolute;
  z-index: 1;
  background-color: var(--wp--preset--color--dark-grey);
  border-radius: 30px;
  border: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-product .wp-block-woocommerce-product-image-gallery .showroom-banner-wrapper a.showroom-banner {
  color: var(--wp--preset--color--base);
  text-decoration: none;
  font-weight: 600 !important;
}
.single-product .wp-block-woocommerce-product-image-gallery .showroom-banner-wrapper:hover {
  background-color: var(--wp--preset--color--secondary-light);
}
.single-product .wp-block-woocommerce-product-image-gallery .showroom-banner-wrapper:hover a.showroom-banner {
  color: var(--wp--preset--color--dark-grey);
}
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery {
  margin-bottom: 0 !important;
}
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  position: relative;
}
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  border: solid 5px var(--wp--preset--color--base);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 21px;
  background-image: var(--wp--custom--images--search);
  background-position: 15px 20px;
  background-repeat: no-repeat;
  background-color: var(--wp--preset--color--base);
  border-top-right-radius: 30px;
  padding: 18px;
}
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery .flex-control-nav {
  gap: var(--wp--preset--spacing--40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--wp--preset--spacing--40) !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery .flex-control-nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery .flex-control-nav li img {
  border-radius: 15px;
  opacity: 1 !important;
}
.single-product table.shop_attributes {
  border: 0;
  margin-top: 0.5em;
  margin-bottom: initial;
}
.single-product table.shop_attributes tr:nth-child(1n) td,
.single-product table.shop_attributes tr:nth-child(1n) th {
  background: var(--wp--preset--color--lichtpaars);
}
.single-product table.shop_attributes tr:nth-child(2n) td,
.single-product table.shop_attributes tr:nth-child(2n) th {
  background: var(--wp--preset--color--base);
}
.single-product table.shop_attributes tr th {
  border: 0;
  text-align: left;
  text-transform: capitalize;
  padding: 8px 0;
}
.single-product table.shop_attributes tr td {
  border: 0;
  padding: 8px 0;
}
.single-product table.shop_attributes tr td p {
  font-style: normal;
  padding: 0;
}
.single-product table.shop_attributes tr td p a {
  color: var(--wp--preset--color--secondary);
}
.single-product .wp-block-woocommerce-product-details {
  -webkit-margin-before: var(--wp--preset--spacing--60);
          margin-block-start: var(--wp--preset--spacing--60);
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--description h2:first-child,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2:first-child {
  display: none;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--description h2,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2 {
  margin-top: var(--wp--preset--spacing--30) !important;
  margin-bottom: 0 !important;
  font-size: var(--wp--preset--font-size--large) !important;
  font-weight: 400 !important;
  padding-bottom: 0;
  line-height: var(--wp--custom--typography--line-height--small) !important;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--description h3,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h3 {
  margin-bottom: 0 !important;
  margin-top: var(--wp--preset--spacing--30) !important;
  padding-bottom: 0;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--description ul,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--additional_information ul {
  margin-block: 0;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--description p,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--additional_information p {
  margin-top: 0;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--description button.lees-meer-knop,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--additional_information button.lees-meer-knop {
  background: none;
  border: 0;
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--brand_tab .brand-description h1 {
  display: none;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--brand_tab .brand-description h2 {
  margin-top: var(--wp--preset--spacing--30) !important;
  margin-bottom: 0 !important;
  font-size: var(--wp--preset--font-size--large) !important;
  font-weight: 400 !important;
  line-height: var(--wp--custom--typography--line-height--small) !important;
  padding-bottom: 0;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--brand_tab .brand-description h3 {
  margin-bottom: 0 !important;
  margin-top: var(--wp--preset--spacing--30) !important;
  padding-bottom: 0;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--brand_tab .brand-description ul {
  margin-block: 0;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--brand_tab .brand-description p {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--60) !important;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px var(--wp--preset--color--secondary) !important;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs li {
  border: 0 !important;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs li a {
  padding: 10px 18px;
  padding-bottom: 5px;
  font-weight: 600 !important;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs li.active {
  background-color: var(--wp--preset--color--base) !important;
  border: 0 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 8px -8px 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 8px -8px 12px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: -2px;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs li:hover {
  border: 0;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 0.5em 1em !important;
  background-color: var(--wp--preset--color--base);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 0 !important;
  padding-bottom: 2em !important;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information h4.bundled_product_attributes_title {
  display: none;
}
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes:first-child {
  display: block;
}
.single-product .up-sells {
  display: none;
}
.single-product .wp-block-woocommerce-product-collection ul.wc-block-product-template li.wc-block-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 781px) {
  .wp-block-woocommerce-related-products ul {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (max-width: 481px) {
  .single-product .woocommerce div.product div.images .flex-control-thumbs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
  }
  .single-product .productInfo {
    padding: var(--wp--preset--spacing--30) !important;
    margin-top: var(--wp--preset--spacing--60) !important;
  }
  .single-product .productInfo .taxonomy-product_brand {
    margin-top: var(--wp--preset--spacing--40);
  }
  .single-product .wp-block-woocommerce-product-image-gallery .onsale {
    left: var(--wp--preset--spacing--40) !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    font-size: inherit;
    top: var(--wp--preset--spacing--40) !important;
    bottom: inherit;
  }
  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery {
    margin-bottom: 0 !important;
  }
  .single-product .wp-block-woocommerce-product-details .wp-block-woocommerce-accordion-item[data-wp-context*=woocommerce-accordion-item-4] {
    display: none !important;
  }
  .single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs li a {
    padding: 6px 10px 0 !important;
    text-transform: capitalize;
  }
  .single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 0;
    padding: 10px !important;
  }
  .single-product .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel p {
    margin-top: 10px !important;
  }
  .single-product form.bundle_form ul.bundled_products {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 0;
    gap: 0;
  }
  .single-product form.bundle_form ul.bundled_products li.bundled_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--wp--preset--spacing--40);
    padding-bottom: 0;
    border-bottom: solid 1px var(--wp--preset--color--sand);
    margin-bottom: var(--wp--preset--spacing--40);
  }
  .single-product form.bundle_form ul.bundled_products li.bundled_product .images figure img {
    margin-bottom: 0 !important;
  }
  .single-product form.bundle_form ul.bundled_products li.bundled_product .details .bundled_product_title {
    font-size: var(--wp--preset--font-size--normal);
  }
  .single-product form.bundle_form ul.bundled_products li.bundled_product .details .cart .bundled_item_after_cart_details {
    position: relative;
  }
}
.woocommerce-cart .wp-block-post-title {
  max-width: var(--wp--style--global--wide-size);
}
.woocommerce-cart .wc-block-components-sidebar {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  padding: var(--wp--preset--spacing--50);
  position: sticky;
  top: 150px;
  margin-top: -20px;
  border-radius: 30px;
  -webkit-box-shadow: rgb(226, 226, 226) 1px 1px 15px;
          box-shadow: rgb(226, 226, 226) 1px 1px 15px;
  background-color: var(--wp--preset--color--base);
}
.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-proceed-to-checkout-block {
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
  display: none;
}
.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  border-top: 0;
  padding-top: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block form.wc-block-components-totals-coupon__form button.wc-block-components-button {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 !important;
  background: transparent;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  border-width: 0.094rem;
}
.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block form.wc-block-components-totals-coupon__form button.wc-block-components-button:hover {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block form.wc-block-components-totals-coupon__form button.wc-block-components-button:hover {
  color: var(--wp--preset--color--base) !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a.wc-block-cart__submit-button {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a.wc-block-cart__submit-button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a.wc-block-cart__submit-button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-product-badge {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart-items-block table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata,
.woocommerce-cart .wp-block-woocommerce-cart-items-block table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices {
  display: none;
}

.wp-block-woocommerce-cart table.wc-block-cart-items {
  border-bottom: 0 !important;
  margin: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block {
  border-bottom: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block thead .wc-block-cart-items__header th {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block thead .wc-block-cart-items__header th span {
  display: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr:nth-child(1n) td {
  border: 0;
  background: var(--wp--preset--color--lichtpaars) !important;
  border-radius: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr:nth-child(1n) td:first-child {
  border-radius: 4px 0 0 4px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr:nth-child(1n) td:last-child {
  border-radius: 0 4px 4px 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr:nth-child(2n) td {
  background: var(--wp--preset--color--base) !important;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr td {
  border: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr td .wc-block-cart-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--20);
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr td .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  background: var(--wp--preset--color--base);
  margin-bottom: 0;
}

.wc-block-mini-cart__drawer .wc-block-components-button.wc-block-components-drawer__close {
  margin-top: -10px;
}
.wc-block-mini-cart__drawer .wc-block-components-notices__snackbar {
  display: none;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--20);
}
.wc-block-mini-cart__drawer h2.wp-block-woocommerce-mini-cart-title-block {
  padding: var(--wp--preset--spacing--40);
  margin: 0;
  -webkit-mask-image: inherit;
          mask-image: inherit;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-items-block {
  padding: 0;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-items-block table.wc-block-cart-items tbody tr:nth-child(1n) {
  background: var(--wp--preset--color--base) !important;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-items-block table.wc-block-cart-items tbody tr:nth-child(2n) {
  background: var(--wp--preset--color--lichtpaars) !important;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-items-block table.wc-block-cart-items tbody tr td {
  padding: var(--wp--preset--spacing--30) !important;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-items-block table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector {
  background: var(--wp--preset--color--base);
  margin: 0;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-items-block table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-items-block table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-badge {
  display: none !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-components-totals-item__description {
  font-size: 1rem !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
  margin-top: var(--wp--preset--spacing--60);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.outlined {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: var(--wp--preset--spacing--30);
  border-width: 0.094rem;
  border-radius: var(--wp--custom--button--radius);
  color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  border-width: 0.094rem;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.outlined:hover {
  color: var(--wp--preset--color--base) !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.outlined:hover {
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.contained {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-radius: var(--wp--custom--button--radius);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.contained.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.contained.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.contained:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}

@media only screen and (max-width: 781px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr {
    grid-template-columns: 80px 1fr;
    padding: var(--wp--preset--spacing--20);
  }
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr:nth-child(2n) {
    background: var(--wp--preset--color--base) !important;
  }
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr td {
    background: none;
  }
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr td.wc-block-cart-item__product {
    padding-right: var(--wp--preset--spacing--30);
  }
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block tbody tr td.wc-block-cart-item__image {
    padding-right: var(--wp--preset--spacing--30);
  }
  .wp-block-woocommerce-cart .wc-block-components-sidebar {
    margin-top: var(--wp--preset--spacing--40);
    position: relative;
    border-radius: 15px;
    padding: var(--wp--preset--spacing--40) !important;
    top: inherit;
  }
}
.woocommerce-checkout .gtranslate_wrapper {
  float: right;
}
.woocommerce-checkout .wp-block-site-logo img {
  width: 200px !important;
}
.woocommerce-checkout .wc-block-components-checkbox label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-checkout .wc-block-components-shipping-rates-control,
.woocommerce-checkout .wc-block-components-radio-control {
  background-color: var(--wp--preset--color--base);
}
.woocommerce-checkout .wc-block-checkout__main form.wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row button.wc-block-components-button {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-radius: var(--wp--custom--button--radius);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce-checkout .wc-block-checkout__main form.wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row button.wc-block-components-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  padding: var(--wp--preset--spacing--50);
  position: sticky;
  top: 150px;
  margin-top: -20px;
  border-radius: 30px;
  -webkit-box-shadow: rgb(226, 226, 226) 1px 1px 15px;
          box-shadow: rgb(226, 226, 226) 1px 1px 15px;
  background-color: var(--wp--preset--color--base);
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  padding: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-product-metadata {
  display: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-panel__button {
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--40) !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-panel__button .wc-block-components-order-summary__button-text {
  font-weight: 700;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-panel__button svg {
  right: var(--wp--preset--spacing--40);
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item:nth-child(1n) {
  background: var(--wp--preset--color--base) !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item:nth-child(2n) {
  background: var(--wp--preset--color--lichtpaars) !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item {
  padding: var(--wp--preset--spacing--50);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  border-top: 0;
  padding-top: 0;
  margin-top: var(--wp--preset--spacing--40);
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block form.wc-block-components-totals-coupon__form button.wc-block-components-button {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary) !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 !important;
  background: transparent;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  border-width: 0.094rem;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block form.wc-block-components-totals-coupon__form button.wc-block-components-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block form.wc-block-components-totals-coupon__form button.wc-block-components-button:hover {
  color: var(--wp--preset--color--base) !important;
}

.wc-block-components-totals-item .wc-block-components-totals-item__value {
  width: auto;
}
.wc-block-components-totals-item div {
  width: 100%;
}
.wc-block-components-totals-item div .checkout-besparing {
  margin-top: var(--wp--preset--spacing--50);
  padding: var(--wp--preset--spacing--30);
  background: #f0f8f4;
  border: 1px solid #cce5da;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#verzendmelding {
  padding-left: 16px;
  padding-right: 16px;
}
#verzendmelding .verzendmelding {
  padding: var(--wp--preset--spacing--30);
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 6px;
}

@media only screen and (max-width: 781px) {
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper {
    display: none !important;
  }
  .woocommerce-checkout .wc-block-components-address-form {
    background-color: inherit;
  }
  .woocommerce-checkout .wc-block-components-radio-control {
    background-color: #fff;
  }
  .woocommerce-checkout .wc-block-components-checkbox label {
    font-size: inherit;
  }
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    padding: var(--wp--preset--spacing--40);
  }
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0;
    padding: 0;
    border: 0;
  }
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
    padding-top: var(--wp--preset--spacing--30);
    border-bottom: 0;
  }
}
@media only screen and (max-width: 481px) {
  .woocommerce-checkout header.wp-block-template-part .custom-logo {
    max-width: 200px !important;
    min-width: 200px !important;
  }
  .woocommerce-checkout .wp-site-blocks .wp-block-group {
    margin: var(--wp--preset--spacing--40) 0;
  }
  .woocommerce-checkout .wp-site-blocks .wp-block-group .wp-block-columns {
    gap: 0;
  }
  .woocommerce-checkout .wp-site-blocks .wp-block-group .wp-block-columns.is-not-stacked-on-mobile {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .woocommerce-checkout .wp-site-blocks .wp-block-group .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .woocommerce-checkout .wp-site-blocks .wp-block-group .wp-block-columns.is-not-stacked-on-mobile .wp-block-column .gtranslate_wrapper {
    float: left;
  }
}
.woocommerce-account {
  /* stylelint-disable-next-line selector-id-pattern */
}
.woocommerce-account header.wp-block-template-part .header {
  margin-bottom: 0 !important;
}
.woocommerce-account main.fixed .wp-block-group-is-layout-flow,
.woocommerce-account main.fixed .wp-block-post-content {
  padding-top: 0 !important;
}
.woocommerce-account.logged-in .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: var(--wp--preset--spacing--60);
  max-width: 100% !important;
  padding: 0;
}
.woocommerce-account.logged-in .woocommerce::before, .woocommerce-account.logged-in .woocommerce::after {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .ui-accordion h3.ui-accordion-header {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .ui-accordion .ui-accordion-content table .woocommerce-orders-table__cell-order-actions a.woocommerce-button {
  font-size: inherit !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .ui-accordion .ui-accordion-content table .woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover {
  border: solid 1px var(--wp--preset--color--contrast);
}
.woocommerce-account.logged-in::before, .woocommerce-account.logged-in::after {
  display: none;
}
.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  padding: var(--wp--preset--spacing--50);
  -webkit-box-shadow: rgb(226, 226, 226) 1px 1px 15px;
          box-shadow: rgb(226, 226, 226) 1px 1px 15px;
  background: var(--wp--preset--color--base);
  gap: var(--wp--preset--spacing--20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
}
.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content .wc-block-components-notice-banner {
  margin: 0;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content form label {
  margin-bottom: 0;
  font-weight: 700;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content .addresses .title a.edit {
  float: inherit;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.woocommerce-Button,
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.woocommerce-Button.has-dark-grey-background-color:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.woocommerce-Button.has-contrast-background-color:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.woocommerce-Button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.woocommerce-account #customer_login .woocommerce-form-login,
.woocommerce-account #customer_login .woocommerce-form-register {
  background: var(--wp--preset--color--base);
}
.woocommerce-account .lost_reset_password {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  background: var(--wp--preset--color--base);
}
.woocommerce-account .woocommerce {
  min-width: 100%;
}
.woocommerce-account .woocommerce .u-columns h2 {
  margin: 0 !important;
}
.woocommerce-account .woocommerce .u-columns form {
  margin-top: 0 !important;
}

@media only screen and (max-width: 781px) {
  .woocommerce-account .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.error404 .wp-block-group.is-style-indrukwekkend-afgerond {
  padding: var(--wp--preset--spacing--40);
}

.wp-block-buttons .wp-block-button .wp-element-button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-buttons .wp-block-button .wp-element-button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button .wp-element-button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button .wp-element-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button .wp-element-button.has-contrast-background-color {
  border-color: var(--wp--preset--color--contrast);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-dark-grey-background-color {
  border-color: var(--wp--preset--color--dark-grey);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-cta-background-color {
  border-color: var(--wp--preset--color--cta);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-sand-background-color {
  border-color: var(--wp--preset--color--sand);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-primary-background-color {
  border-color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-secondary-background-color {
  border-color: var(--wp--preset--color--secondary);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-secondary-light-background-color {
  border-color: var(--wp--preset--color--secondary-light);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-grey-background-color {
  border-color: var(--wp--preset--color--grey);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-base-background-color {
  border-color: var(--wp--preset--color--base);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-red-background-color {
  border-color: var(--wp--preset--color--red);
}
.wp-block-buttons .wp-block-button .wp-element-button.has-green-background-color {
  border-color: var(--wp--preset--color--green);
}
.wp-block-buttons .wp-block-button.is-style-fill .wp-element-button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-buttons .wp-block-button.is-style-fill .wp-element-button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-fill .wp-element-button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-fill .wp-element-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-fill .wp-element-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  border-width: 0.094rem;
  border-color: currentColor;
  color: currentColor;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button:hover {
  color: var(--wp--preset--color--base) !important;
}
.wp-block-buttons .wp-block-button.is-style-icon .wp-element-button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
  border: 0;
  padding: 0;
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-style-icon .wp-element-button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-icon .wp-element-button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-icon .wp-element-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-icon .wp-element-button:hover {
  text-decoration: underline;
  background: none !important;
}
.wp-block-buttons .wp-block-button.is-style-icon .wp-element-button::after {
  content: var(--wp--custom--images--arrow);
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  right: 0;
  margin-top: 2px;
  margin-left: var(--wp--preset--spacing--50);
}
.wp-block-buttons .wp-block-button.is-style-text .wp-element-button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
  border: 0;
  padding: 0;
  color: currentColor;
}
.wp-block-buttons .wp-block-button.is-style-text .wp-element-button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-text .wp-element-button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-text .wp-element-button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-text .wp-element-button:hover {
  text-decoration: underline;
  background: none !important;
}

.wp-block-separator {
  text-align: center;
  line-height: 0;
  height: 0;
  font-size: 1em;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible;
  border-width: 0.5px 0 !important;
  border-style: solid;
  border-color: var(--wp--preset--color--primary) !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.wp-block-separator.is-style-owl {
  width: 100% !important;
}
.wp-block-separator.is-style-owl::after {
  content: "";
  color: var(--wp--preset--color--cta);
  display: inline;
  background: var(--wp--custom--images--separator) center center no-repeat;
  background-color: var(--wp--preset--color--background);
  background-size: 40%;
  padding: 1em 2em;
}
.wp-block-separator.is-style-default {
  display: block !important;
  width: 100% !important;
  border-color: var(--wp--preset--color--licht-grijs) !important;
}

.wp-block-cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
  position: relative;
  height: 100%;
  -ms-flex-line-pack: end;
      align-content: end;
}
.wp-block-cover .wp-block-cover__inner-container .wp-block-columns {
  height: 100%;
  position: initial !important;
}
.wp-block-cover .wp-block-cover__inner-container .wp-block-columns .wp-block-column {
  position: initial !important;
}

.wp-block-media-text {
  gap: 4em;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text figure img {
  border-radius: 4px;
}

.wp-block-group.featured-collection .wp-block-cover {
  padding: 0 !important;
}
.wp-block-group.featured-collection .wp-block-cover .wp-block-cover__inner-container {
  margin-top: inherit !important;
  height: inherit !important;
  padding: var(--wp--preset--spacing--50);
}
.wp-block-group.featured-collection .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
  text-align: left;
  padding-right: 0;
}
.wp-block-group.featured-collection .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
  padding: 0 !important;
  padding-bottom: var(--wp--preset--spacing--40) !important;
}
.wp-block-group.featured-collection .wp-block-columns .wp-block-column:last-child {
  display: none !important;
}
.wp-block-group.featured-collection .wp-block-columns .wp-block-column img {
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: visibility 1.25s ease-in, -webkit-transform 1.25s;
  transition: visibility 1.25s ease-in, -webkit-transform 1.25s;
  -o-transition: visibility 1.25s ease-in, -o-transform 1.25s;
  transition: transform 1.25s, visibility 1.25s ease-in;
  transition: transform 1.25s, visibility 1.25s ease-in, -webkit-transform 1.25s, -o-transform 1.25s;
}
.wp-block-group.featured-collection .wp-block-columns .wp-block-column:hover img {
  -webkit-transform: scale(1.1) !important;
       -o-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.wp-block-group.is-style-lines {
  position: relative;
}
.wp-block-group.is-style-lines > * {
  z-index: 1;
}
.wp-block-group.is-style-lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  background-image: var(--wp--custom--images--lineleft);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.wp-block-group.is-style-lines::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 400px;
  height: 100%;
  background-image: var(--wp--custom--images--lineright);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wp-block-group.is-style-lines-right {
  position: relative;
}
.wp-block-group.is-style-lines-right > * {
  z-index: 1;
}
.wp-block-group.is-style-lines-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: var(--wp--custom--images--linenewsletter);
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 781px) {
  .home .wp-block-group.is-style-lines {
    padding: 0 !important;
    padding-bottom: var(--wp--preset--spacing--60) !important;
  }
  .home .wp-block-group.is-style-lines .wp-block-columns .wp-block-column hr {
    display: none;
  }
  .home .wp-block-group.is-style-lines .wp-block-columns .wp-block-column h1 {
    padding: 0 var(--wp--preset--spacing--40);
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
  .home .wp-block-group.is-style-lines .wp-block-columns .wp-block-column .wp-block-buttons {
    padding: 0 var(--wp--preset--spacing--40);
  }
  .home .wp-block-group.is-style-lines .wp-block-columns .wp-block-column:first-child {
    border-radius: 0 !important;
    padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40) !important;
    padding-bottom: var(--wp--preset--spacing--90) !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home .wp-block-group.is-style-lines .wp-block-columns .wp-block-column:first-child .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .wp-block-group.is-style-lines .wp-block-columns .wp-block-column:first-child .wp-block-columns .wp-block-column {
    padding: inherit !important;
  }
  .home .wp-block-group.is-style-lines .wp-block-columns .wp-block-column.is-style-overlay {
    margin: var(--wp--preset--spacing--40);
    margin-top: -80px;
    border-radius: 25px !important;
  }
  .home .wp-block-group.is-style-lines .wp-block-columns .wp-block-column.is-style-overlay .wp-block-buttons {
    padding: 0;
  }
  .wp-block-group.recentlyViewed h2.wp-block-heading, .wp-block-group.featured-collection h2.wp-block-heading, .wp-block-group.populair-cat h2.wp-block-heading {
    text-align: center;
    margin-left: 0 !important;
  }
  .wp-block-group.featured-collection .wp-block-cover {
    height: 250px;
  }
  .wp-block-group.featured-collection .wp-block-cover .wp-block-heading {
    text-align: left;
    padding-right: 0;
  }
  .wp-block-group.featured-collection .wp-block-cover .wp-block-buttons {
    padding: 0 !important;
  }
  .wp-block-group.featured-collection .wp-block-cover .wp-block-cover__background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(217, 217, 217, 0)), to(rgba(0, 0, 0, 0.85))) !important;
    background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0) 50%, rgba(0, 0, 0, 0.85) 100%) !important;
    background: -o-linear-gradient(top, rgba(217, 217, 217, 0) 50%, rgba(0, 0, 0, 0.85) 100%) !important;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 50%, rgba(0, 0, 0, 0.85) 100%) !important;
  }
  .wp-block-group.featured-collection .wp-block-columns .wp-block-column .wp-block-cover::after {
    display: none;
  }
  .wp-block-group.featured-collection .wp-block-columns .wp-block-column:last-child {
    display: none !important;
  }
  .wp-block-group.newsletter {
    margin-top: var(--wp--preset--spacing--60) !important;
    margin-bottom: var(--wp--preset--spacing--60) !important;
  }
  .wp-block-group.newsletter .wp-block-columns .wp-block-column:last-child {
    display: none !important;
  }
  .wp-block-group.newsletter::after {
    width: 75%;
    height: 75%;
    right: 0;
    background-size: contain;
    bottom: 0;
    top: inherit;
    background-image: none;
  }
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: var(--wp--preset--spacing--60);
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .gform_fields {
  grid-row-gap: var(--wp--preset--spacing--40);
}
.gform_wrapper .gform_fileupload_rules {
  padding-top: 0;
}
.gform_wrapper .gform_fileupload_multifile {
  background: var(--wp--preset--color--base);
}
.gform_wrapper .gform_fileupload_multifile .gform-theme-field-control {
  height: 192px;
  background: var(--wp--preset--color--base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper .gform_fileupload_multifile .gform_button_select_files {
  background-color: transparent;
  border: solid 1px var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  margin-top: 5px;
  font-weight: 400;
}
.gform_wrapper .gform_fileupload_multifile .gform_button_select_files:hover {
  color: var(--wp--preset--color--base);
}
.gform_wrapper input:not([type=radio]) {
  border: 0;
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--normal);
}
.gform_wrapper textarea {
  padding: 10px;
  border: 0;
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--normal);
}
.gform_wrapper .gform_footer input.gform_button,
.gform_wrapper .gform-footer input.gform_button,
.gform_wrapper .button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: var(--wp--preset--font-family--system-font) !important;
  font-size: var(--wp--preset--font-size--button) !important;
  font-weight: 700 !important;
  line-height: var(--wp--custom--typography--line-height--small) !important;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60) !important;
  text-decoration: none;
}
.gform_wrapper .gform_footer input.gform_button.has-dark-grey-background-color:hover,
.gform_wrapper .gform-footer input.gform_button.has-dark-grey-background-color:hover,
.gform_wrapper .button.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.gform_wrapper .gform_footer input.gform_button.has-contrast-background-color:hover,
.gform_wrapper .gform-footer input.gform_button.has-contrast-background-color:hover,
.gform_wrapper .button.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.gform_wrapper .gform_footer input.gform_button:hover,
.gform_wrapper .gform-footer input.gform_button:hover,
.gform_wrapper .button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.gform_wrapper .gform_footer input.gform_button:hover,
.gform_wrapper .gform-footer input.gform_button:hover,
.gform_wrapper .button:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.gform_wrapper .gfield_label {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 2px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  color: var(--wp--preset--color--contrast);
}
.gform_wrapper .gfield_checkbox input {
  padding: 0;
  margin: 0;
  height: 18px;
  width: 18px;
  margin-right: 2px;
}
.gform_wrapper .ginput_container_select select {
  padding: 10px;
  background: #fff;
  border: solid 1px #888;
  height: 43px;
  font-size: var(--wp--preset--font-size--small);
}
.gform_wrapper .gfield_html_formatted {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--contrast);
}
.gform_wrapper .gform_fields .gfield.label-animation {
  position: relative;
  margin-top: 20px;
}
.gform_wrapper .gform_fields .gfield.label-animation label {
  position: absolute;
  font-weight: normal;
  top: 0;
  padding: 10px;
  margin-left: 10px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.gform_wrapper .gform_fields .gfield.label-animation label.active {
  top: -20px;
  font-size: 14px;
  background: #fff;
}

@media only screen and (max-width: 481px) {
  .gform_wrapper input {
    line-height: 1 !important;
  }
}
ul.wp-block-list.is-style-list-tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: var(--wp--preset--spacing--30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.wp-block-list.is-style-list-tags li {
  display: inline-block;
}
ul.wp-block-list.is-style-list-tags li a {
  background: transparent;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  border-width: 0.094rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 4px;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  display: inline-block;
  background: var(--wp--preset--color--base);
  text-decoration: none;
  font-weight: 700;
}
ul.wp-block-list.is-style-list-tags li a:hover {
  color: var(--wp--preset--color--base) !important;
}

.merkenlijst-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 1rem 0;
}
.merkenlijst-block .merken-groep ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.merkenlijst-block .merken-groep ul li {
  margin-bottom: 0.25rem;
}
.merkenlijst-block .merken-groep ul li a {
  text-decoration: none;
  color: #333;
}
.merkenlijst-block .merken-groep ul li a:hover {
  text-decoration: underline;
}
.merkenlijst-block .merken-groep ul li ul.submerken {
  padding-left: var(--wp--preset--spacing--30);
}

@media only screen and (max-width: 781px) {
  .merkenlijst-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 481px) {
  .merkenlijst-block {
    grid-template-columns: 1fr;
  }
}
figure.is-style-indrukwekkend-circle {
  border-radius: 9999px;
  position: relative;
}

figure.is-style-rounded {
  border-radius: 30px;
  position: relative;
}

@media only screen and (max-width: 781px) {
  figure.is-style-rounded {
    border-radius: 15px;
  }
  figure.is-style-rounded img {
    border-radius: 15px;
  }
}
.wp-block-columns.is-style-homepage .wp-block-column .wp-block-group {
  position: initial !important;
}

.wp-block-columns {
  position: relative;
}
.wp-block-columns .wp-block-column {
  position: relative;
}
.wp-block-columns .wp-block-column .wp-block-cover {
  position: relative;
}
.wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
  margin-top: auto;
  height: auto;
}
.wp-block-columns .wp-block-column .wp-block-cover::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateY(-65%);
       -o-transform: translateY(-65%);
          transform: translateY(-65%);
}
.wp-block-columns .wp-block-column.is-style-overlay {
  margin-left: calc(var(--wp--preset--spacing--40) * -1);
  -webkit-box-shadow: 0 0 20px 0 rgb(166, 166, 166);
          box-shadow: 0 0 20px 0 rgb(166, 166, 166);
  min-height: 565px;
}
.wp-block-columns .wp-block-column.is-style-circle figure {
  border: solid 1px var(--wp--preset--color--secondary);
  padding: var(--wp--preset--spacing--10);
  background: var(--wp--preset--color--base);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-columns .wp-block-column.is-style-circle:hover figure {
  padding: 0;
  -webkit-box-shadow: 0 0 20px 0 rgb(166, 166, 166);
          box-shadow: 0 0 20px 0 rgb(166, 166, 166);
}
.wp-block-columns .wp-block-column .wp-block-columns {
  position: static;
}
.wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
  position: static;
}
.wp-block-columns .wp-block-column figure.is-style-rounded {
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column figure.is-style-rounded img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  width: 100%;
  height: auto;
  display: block;
}
.wp-block-columns .wp-block-column .wp-block-buttons .wp-block-button a.wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-columns .wp-block-column .wp-block-buttons .wp-block-button a.wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.wp-block-columns.usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-columns.usp .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-block-columns.usp .wp-block-column:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: fit-content;
      flex-basis: fit-content;
}
.wp-block-columns.usp .wp-block-column p {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-block-columns.usp .wp-block-column p::before {
  content: var(--wp--custom--images--package);
  margin-top: 6px;
  margin-right: 8px;
}
.wp-block-columns.usp .wp-block-column:first-child {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), color-stop(50%, #000), color-stop(51%, transparent));
  background: -webkit-linear-gradient(top, transparent 49%, #000 50%, transparent 51%);
  background: -o-linear-gradient(top, transparent 49%, #000 50%, transparent 51%);
  background: linear-gradient(to bottom, transparent 49%, #000 50%, transparent 51%);
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-block-columns.usp .wp-block-column:first-child p {
  background: var(--wp--preset--color--background);
  padding-left: var(--wp--preset--spacing--40);
}
.wp-block-columns.usp .wp-block-column:first-child p::before {
  content: var(--wp--custom--images--calendar);
  margin-top: 6px;
  margin-right: 8px;
}
.wp-block-columns.usp .wp-block-column:last-child {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), color-stop(50%, #000), color-stop(51%, transparent));
  background: -webkit-linear-gradient(top, transparent 49%, #000 50%, transparent 51%);
  background: -o-linear-gradient(top, transparent 49%, #000 50%, transparent 51%);
  background: linear-gradient(to bottom, transparent 49%, #000 50%, transparent 51%);
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-block-columns.usp .wp-block-column:last-child p {
  background: var(--wp--preset--color--background);
  padding-right: var(--wp--preset--spacing--40);
}
.wp-block-columns.usp .wp-block-column:last-child p::before {
  content: var(--wp--custom--images--truck);
  margin-top: 6px;
  margin-right: 8px;
}
.wp-block-columns.heightFull {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wp-block-columns.heightFull .wp-block-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 30px;
}
.wp-block-columns.heightFull .wp-block-column .wp-block-heading {
  margin: var(--wp--preset--spacing--30) 0;
}
.wp-block-columns.heightFull .wp-block-column .wp-block-buttons {
  margin-top: auto;
}
.wp-block-columns.heightFull .wp-block-column .wp-block-buttons .wp-block-button a.wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-columns.heightFull .wp-block-column .wp-block-buttons .wp-block-button a.wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.wp-block-columns.heightFull .wp-block-column:hover {
  -webkit-box-shadow: 3px 5px 20px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 5px 20px 4px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background: var(--wp--preset--color--base);
}
.wp-block-columns.heightFull .wp-block-column:hover figure {
  padding: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.wp-block-columns.heightFull .wp-block-column:hover figure img {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media only screen and (max-width: 1199px) {
  .wp-block-columns .wp-block-column.is-style-overlay {
    min-height: inherit;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-columns .wp-block-column.is-style-circle:hover figure {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: var(--wp--preset--spacing--20);
  }
  .wp-block-columns.heightFull .wp-block-column:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .wp-block-columns.heightFull .wp-block-column:hover figure {
    padding: 0;
  }
  .wp-block-columns.usp .wp-block-column {
    display: none;
  }
  .wp-block-columns.usp .wp-block-column:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), color-stop(50%, #000), color-stop(51%, transparent));
    background: -webkit-linear-gradient(top, transparent 49%, #000 50%, transparent 51%);
    background: -o-linear-gradient(top, transparent 49%, #000 50%, transparent 51%);
    background: linear-gradient(to bottom, transparent 49%, #000 50%, transparent 51%);
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-block-columns.usp .wp-block-column:nth-child(2) p {
    background: var(--wp--preset--color--background);
    padding: 0 10px;
  }
  .wp-block-columns.driekolommen .wp-block-column {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  .wp-block-columns.driekolommen .wp-block-column h2,
  .wp-block-columns.driekolommen .wp-block-column p {
    padding: 0 var(--wp--preset--spacing--30) !important;
  }
  .wp-block-columns.driekolommen .wp-block-column .wp-block-buttons {
    padding-left: var(--wp--preset--spacing--30) !important;
    padding-right: var(--wp--preset--spacing--30) !important;
    padding-top: var(--wp--preset--spacing--50) !important;
  }
  .wp-block-columns.driekolommen .wp-block-column .wp-block-buttons .wp-block-button a.wp-block-button__link {
    text-align: left;
  }
  .wp-block-columns.driekolommen .wp-block-column:last-child {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    margin-top: var(--wp--preset--spacing--30);
  }
  .wp-block-columns.vijfkolommen {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-block-columns.vijfkolommen .wp-block-column {
    width: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    -ms-flex-preferred-size: inherit !important;
        flex-basis: inherit !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: var(--wp--preset--spacing--30);
  }
  .wp-block-columns.vijfkolommen .wp-block-column img {
    max-width: 100%;
    height: auto;
  }
  .wp-block-columns.vijfkolommen .wp-block-column .wp-block-buttons {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.wp-block-query-pagination {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  gap: 2rem;
}
.wp-block-query-pagination a {
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0 auto;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  padding: 0 10px;
  color: var(--wp--preset--color--contrast);
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-right: solid 1px var(--wp--preset--color--contrast);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:last-child {
  border-right: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  color: var(--wp--preset--color--cta);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  font-weight: 700;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:hover {
  color: inherit;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  padding-left: var(--wp--preset--spacing--70) !important;
}
.wp-block-query-pagination .wp-block-query-pagination-previous::after {
  left: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  padding-right: var(--wp--preset--spacing--70) !important;
}
.wp-block-query-pagination .wp-block-query-pagination-next::after {
  right: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  color: var(--wp--preset--color--contrast);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover {
  color: var(--wp--preset--color--cta);
}
.wp-block-query-pagination .wp-block-query-pagination-previous::after,
.wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--wp--preset--color--base);
  background-image: var(--wp--custom--images--arrowdown);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 8px;
  padding: 0 5px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow,
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow {
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination {
  padding-left: 0;
}
.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination li {
  margin: 0 10px;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination li a {
  background-color: inherit;
  border: 0;
  width: inherit;
  height: inherit;
  padding: 5px 0;
}
.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination li span {
  color: var(--wp--preset--color--contrast);
  padding: 5px 15px;
  font-weight: 500;
}
.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination li span.current {
  background-color: var(--wp--preset--color--secondary);
  border-radius: 4px;
  width: inherit;
  height: inherit;
}

@media only screen and (max-width: 781px) {
  nav.wp-block-query-pagination {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
/* Frontend Styles */
.schema-faq-section {
  background: white;
  margin: 1rem 0;
  border: 2px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.schema-faq-section .schema-faq-question {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity ease 0.25s;
  -o-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s;
  padding: 1rem;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 800;
}
.schema-faq-section .schema-faq-question::after {
  display: inline-block;
  margin-left: auto;
  content: var(--wp--custom--images--arrowdown);
}
.schema-faq-section .schema-faq-question.expanded {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.schema-faq-section .schema-faq-question.expanded::after {
  -webkit-transform: rotate(0.5turn);
       -o-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}
.schema-faq-section .schema-faq-answer {
  padding: 0 1rem 1rem;
  display: none;
  margin-top: 0;
}
.schema-faq-section .schema-faq-answer.default {
  display: block;
}

blockquote.wp-block-quote {
  position: relative;
  margin: 5rem 0;
  border-left: 2px solid var(--wp--preset--color--primary);
  max-width: calc(0.7 * var(--wp--style--global--content-size));
  padding-left: 70px;
}
blockquote.wp-block-quote::before {
  content: "“";
  font-weight: 300;
  position: absolute;
  top: -1rem;
  left: 40px;
  font-size: 4rem;
}
blockquote.wp-block-quote p {
  margin-top: 0;
  position: relative;
  font-weight: 300;
}
blockquote.wp-block-quote cite {
  text-transform: none;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--small);
  display: inline-block;
  line-height: var(--wp--preset--font-size--small);
}

@media only screen and (max-width: 781px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    padding-left: 0;
  }
}
.tax-product_brand .wp-block-group.filter-column .facet-wrap:last-child {
  display: block;
}

.wp-block-group.filter-column {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 150px;
  width: 100%;
}
.wp-block-group.filter-column .facetwp-type-reset {
  margin-bottom: 0;
}
.wp-block-group.filter-column .facetwp-type-reset .facetwp-reset {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  border: solid 1px var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
  border-radius: var(--wp--custom--button--radius);
  font-family: var(--wp--preset--font-family--nunito);
  font-size: var(--wp--preset--font-size--button);
  font-weight: 700;
  line-height: var(--wp--custom--typography--line-height--small);
  cursor: pointer;
}
.wp-block-group.filter-column .facetwp-type-reset .facetwp-reset:hover {
  color: var(--wp--preset--color--base) !important;
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-group.filter-column .facet-wrap {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin-bottom: var(--wp--preset--spacing--40);
}
.wp-block-group.filter-column .facet-wrap:last-child {
  margin-bottom: 0;
  display: none;
}
.wp-block-group.filter-column .facet-wrap .facet-label {
  margin-top: 0;
  font-size: var(--wp--preset--font-size--normal);
  margin-bottom: var(--wp--preset--spacing--20);
  font-weight: 700;
  text-transform: uppercase;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete {
  border-radius: 4px;
  border: solid 2px var(--wp--preset--color--primary);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete input.facetwp-autocomplete {
  border: 0;
  padding: 0 10px;
  font-size: var(--wp--preset--font-size--medium);
  width: 100%;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete .fcomplete-wrap {
  font-family: var(--wp--preset--font-family--header);
  font-size: var(--wp--preset--font-size--medium);
  border: 0;
  margin-top: 50px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete .fcomplete-wrap .fcomplete-status {
  font-style: inherit;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete input.facetwp-autocomplete-update {
  font-family: var(--wp--preset--font-family--header);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  margin-left: auto;
  border-radius: 0 !important;
  padding: var(--wp--preset--spacing--20) !important;
  border: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete input.facetwp-autocomplete-update.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete input.facetwp-autocomplete-update.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete input.facetwp-autocomplete-update:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-autocomplete input.facetwp-autocomplete-update:hover {
  cursor: pointer;
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-dropdown {
  border-radius: 4px;
  border: solid 2px var(--wp--preset--color--primary);
}
.wp-block-group.filter-column .facet-wrap .facetwp-type-dropdown select {
  background: var(--wp--preset--color--base);
  padding: 8px 10px;
  border: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  border-radius: 4px;
  width: 100%;
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet {
  margin-bottom: var(--wp--preset--spacing--30);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-dropdown {
  max-height: 350px;
  overflow: scroll;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet.facetwp-type-slider {
  margin-bottom: 0 !important;
  margin-top: var(--wp--preset--spacing--30) !important;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap {
  width: 100% !important;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .facetwp-facet-price {
  margin-top: var(--wp--preset--spacing--30);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-label-wrap {
  cursor: pointer;
  border-radius: 5px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-label-wrap::after {
  content: var(--wp--custom--images--arrowdown);
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 0;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-label-wrap:hover {
  cursor: pointer;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-label-wrap .fs-arrow {
  display: none;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-dropdown .fs-search {
  margin: 5px;
  border: solid 1px var(--wp--preset--color--dark-grey);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-dropdown .fs-search input {
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options {
  max-height: 100%;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-checkbox i {
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option.d1 .fs-option-label {
  padding-left: 10px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option.d2 .fs-option-label {
  padding-left: 20px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option.d3 .fs-option-label {
  padding-left: 30px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option.selected .fs-checkbox i {
  background-color: var(--wp--preset--color--cta);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-checkbox {
  background: var(--wp--custom--images--uncheck) no-repeat;
  background-size: auto;
  background-size: 17px 25px;
  padding-left: 25px;
  cursor: pointer;
  margin: 5px 0;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-checkbox.checked {
  background: var(--wp--custom--images--check) no-repeat;
  background-size: auto;
  background-size: 17px 25px;
  margin-bottom: 0;
  padding-left: 25px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-toggle {
  margin-top: var(--wp--preset--spacing--40);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-slider {
  border: 0;
  height: 8px;
  background: transparent;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-slider .noUi-base {
  padding-top: 5px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-slider .noUi-handle {
  border: 0;
  background: var(--wp--preset--color--sand);
  border-radius: 999px;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-slider .noUi-connects {
  background: var(--wp--preset--color--grey);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-slider .noUi-connects .noUi-connect {
  background: var(--wp--preset--color--primary);
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-slider-reset {
  display: none;
}
.wp-block-group.filter-column .facet-wrap .facetwp-facet .facetwp-type-slider {
  margin-bottom: 0;
}

.facetwp-selections ul {
  padding: 0;
  margin-top: 0;
}
.facetwp-selections ul li {
  background: var(--wp--preset--color--secondary-light);
  padding: var(--wp--preset--spacing--20);
  margin-right: var(--wp--preset--spacing--30);
  border-radius: 10px;
}
.facetwp-selections ul li:last-child {
  margin-right: 0;
}
.facetwp-selections ul li span.facetwp-selection-label {
  font-weight: 700;
}
.facetwp-selections ul li span.facetwp-selection-value:last-child {
  margin-right: 0;
}

.facetwp-flyout h3 {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--10);
  color: var(--wp--preset--color--primary);
}
.facetwp-flyout .facetwp-flyout-content {
  padding-top: var(--wp--preset--spacing--70);
}
.facetwp-flyout .facetwp-flyout-content .name-sale {
  display: none;
}
.facetwp-flyout .facetwp-flyout-content .facetwp-facet {
  margin-bottom: var(--wp--preset--spacing--40);
}
.facetwp-flyout .facetwp-flyout-content .facetwp-facet .fs-wrap {
  width: 100%;
}
.facetwp-flyout .facetwp-flyout-close {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  padding: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--large);
  width: 22px;
  height: 22px;
  border-radius: 99px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.facetwp-flyout .facetwp-flyout-close:hover {
  background: var(--wp--preset--color--secondary);
}
.facetwp-flyout input.facetwp-slider-reset {
  font-family: var(--wp--preset--font-family--header);
  margin-top: var(--wp--preset--spacing--50);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.facetwp-flyout input.facetwp-slider-reset.has-dark-grey-background-color:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.facetwp-flyout input.facetwp-slider-reset.has-contrast-background-color:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.facetwp-flyout input.facetwp-slider-reset:hover {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}

.mobile-filter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}
.mobile-filter .wp-block-button {
  width: 100%;
}
.mobile-filter .wp-block-button a.wp-block-button__link {
  width: 100%;
}
.mobile-filter .facetwp-flyout-open a.wp-block-button__link::before {
  font: var(--fa-font-solid);
  content: "\f0b0";
  display: none;
  color: var(--wp--preset--color--contrast);
}
.mobile-filter .facetwp-flyout-open a.wp-block-button__link svg {
  margin-right: var(--wp--preset--spacing--20);
}

@media only screen and (max-width: 481px) {
  .facetwp-template .wp-block-columns.are-vertically-aligned-center.wp-container-core-columns-is-layout-1 {
    gap: var(--wp--preset--spacing--20);
    text-align: center;
  }
  .facetwp-template .wp-block-columns.are-vertically-aligned-center.wp-container-core-columns-is-layout-1 form.woocommerce-ordering {
    width: 100%;
  }
  .facetwp-template .wp-block-columns.are-vertically-aligned-center.wp-container-core-columns-is-layout-1 form.woocommerce-ordering::after {
    right: inherit;
    top: 5px;
    margin-left: -22px;
  }
  .facetwp-template .wp-block-columns.are-vertically-aligned-center.wp-container-core-columns-is-layout-1 form.woocommerce-ordering select {
    text-align: center;
    border: solid 1px var(--wp--preset--color--contrast);
    background: #fff;
    padding: 7px 0;
    padding-right: 20px;
  }
  .facetwp-template .wp-block-woocommerce-product-collection .is-content-justification-space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--wp--preset--spacing--20);
  }
  .mobile-filter .facetwp-flyout-open {
    width: 100%;
  }
  .mobile-filter .facetwp-flyout-open a.wp-block-button__link {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map*/