/*
Theme Name: Gember Member
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Vul hier de beschrijving in van de website
Version: 1.0
*/

:root {
  --yellow: #fec84f;
  --green: #63B230;
  --very-light-blue: #effbff;
  --light-blue: #dcebf0;
  --font: #063241;
  --button: #063241;
  --dark: #1E1E1E;
  --button-radius: 12px;
  --element-padding-desktop: 100px 0;
  --element-margin-mobile: 0 0 60px 0;
  --element-margin-desktop: 0 0 100px 0;
  --smaller-section-padding: 80px 0;
  --border-radius: 25px;
  --desktop-margin: 150px 0;
  --input-border: #0632417A;

  
}

* {
  padding: 0;
  margin: 0;
}

p strong {
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}


img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

body {
  position: relative;
  font-family:"Work Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: var(--font);
  transition: all 0.3s;
}

body .wpb-content-wrapper {
  transition: all 0.3s;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}


h1 {
  font-size: clamp(24px, 3vw, 50px);
  font-weight: 900;
  margin-bottom: 20px;
  text-wrap: balance;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  color: black;
}

h2 {
  font-size: clamp(25px, 3.5vw, 34px);
  margin-bottom: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 110%;

  color: black;
  font-weight: 900;
}

h3 {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 110%;
  color: black;
}

h4 {
  font-size: clamp(17px, 3.5vw, 19px);
  line-height: 28px;
}

h5 {
  font-size: clamp(14px, 2vw, 14px);
}

h6 {
  font-size: clamp(12px, 1.5vw, 14px);
}

p {
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 132%;
}

a:not(header a):not(footer a) {
  font-size: clamp(16px, 1.5vw, 16px);
  line-height: 25px;
  font-weight: 400;
  text-decoration: underline;

}

a:hover {
  text-decoration: none;
  color: var(--font);
}

footer a:hover {
  text-decoration: underline;
}

footer ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

strong {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

header ul,
footer ul,
.tekst-image-semi-inner ul {
  list-style: none;
}

p:empty {
  margin: 0;
}

ul li:not(header ul li),
ol li:not(header ol li) {
  font-size: 16px;
  position: relative;
  line-height: 28px;
}

ul:not(header ul):not(footer ul),
ol:not(header ol):not(footer ol) {
  padding-left: 20px;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

p, a {
  color: var(--font);
}

header.sticky-top {
  top: -35px;
}

.admin-bar header.sticky-top {
  top: -3px;
}

.admin-bar.has-announcement-bar header.sticky-top {
  top: -38px;
}

.has-announcement-bar header.sticky-top {
  top: -70px;
}

.element-padding-desktop {
  padding: var(--element-padding-desktop);
}

.element-margin-desktop {
  margin: var(--element-margin-desktop);
}


/* Theme CSS */

.gm-btn.header-btn {
  background-color: white;
  color: var(--font);
}

.gm-btn.header-btn:hover {
  background-color: white;
  color: var(--font);
}

.gm-btn:hover {
  color: var(--donkergroen);
  text-decoration: none;
}

.label-up {
  display: flex;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.25s;
  align-items: center;
  justify-content: center;
}

.gm-btn:hover .label-up, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover .label-up {
  top:-100%;
}

.gm-btn, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-ResetPassword .woocommerce-form-login__submit {
  padding: 0 16px;
  text-transform: uppercase;
  border-radius: var(--button-radius);
  text-decoration: none;
  letter-spacing: 0;
  line-height: 132%;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  width: fit-content;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  transition: all 0.3s;
}

button.woocommerce-form-login__submit {
  border: none;
  box-shadow: none;
  outline: none;
}

.btn-green {
  background-color: var(--green);
  color: white;
}

.btn-white {
  background-color: white;
  color: var(--font);
}

.btn-green:hover {
  background-color: var(--green);
  color: white;
}

.btn-blue, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  background-color: var(--button);
  color: white;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: var(--button);
  color: white;
}

.btn-blue:hover {
  color: white;
}

.btn-lightblue {
  background-color: var(--very-light-blue);
  border: 2px solid var(--button);
}

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.faq-section {
  overflow: hidden;
}

.faq-bg {
  content: '';
  background-image: url(./img/splash-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 800px;
  height: 800px;
  display: block;
  position: absolute;
  left: 58%;
  bottom: 0%;
  z-index: 0;
}

.faq-inner {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  position: relative;
  z-index: 1;

  background-color: var(--light-blue);
  border-radius: var(--border-radius);
  padding: 50px 30px;
}

.faq-grid {
  max-width: 500px;
  width: 100%;
}

.faq-inner h2 {
  max-width: 300px;
}

.faq-bottom {
  display: none;
  margin-top: 15px;
}

.faq-bottom p {
  margin-bottom: 0;
}

.faq-single {
  cursor: pointer;
  padding: 15px 0;
  border-bottom: 1px solid var(--font);
}

.faq-top p {
  margin-bottom: 0;
}

/* .faq-top > *::after {
  content: "";
  background-image: url(img/plus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 12px;
  width: 12px;
  margin-top: 2px;
  display: block;
  transition: all 0.3s;
} */

.faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.faq-toggle {
  position: relative;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  /* border: 1px solid var(--dark); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-toggle span {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-toggle span:first-child img {
  width: 2px;
  height: 16px;
  transform: rotate(0);
  transition: transform 0.3s ease;
}

.faq-toggle span:first-child img.rotate {
  transform: rotate(90deg);
}


body {
  background-color: var(--very-light-blue);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 250px)) 400px;
  gap: 30px;

  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col:last-child {
  width: 400px;
}

 header > a img {
  max-height: 56px;
  height: 56px;
}

.mob-slide-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

}

.mob-open {
  margin-bottom: 10px;
}

.mob-slide-toggle .faq-toggle {
  margin-bottom: 0 !important;
  display: none;
}

.mob-slide-toggle > p {
  font-weight: 700;
}

.footer-col:not(:last-child) {
  margin-top: 30px;
}

.footer-bottom {
  border-top: 1px solid #06324114;
  padding: 20px 0 20px 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.footer-bottom-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.footer-bottom-left a {
  color: #063241;
  font-size: 12px;
}

.nav-bar-last {
  display: flex;
  gap: 20px;
}

.nav-bar-last img {
  width: 22px;
}

.minicart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  bottom: 60%;
  right: -45%;
  background-color: var(--green);
  color: white;
  border-radius: 50%;
  font-size: 12px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-col:not(:last-child) > p {
  font-weight: bold;
}

footer {
  padding: 100px 0 0 0;
  background-color: white;
}

footer form {
  padding: 30px !important;
  background-color: var(--very-light-blue) !important;
  border-radius: var(--border-radius) !important;
}

footer .gform_body h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

footer .gform_body .gform_fields {
  gap: 10px;
}

.footer-adres > div > div p {
  margin-bottom: 0;
  line-height: 1.2;

}

.footer-adres > div > div {
  margin-bottom: 20px;
}

.footer-adres a:first-of-type {
  display: block;
  margin-bottom: 20px;
}

.footer-adres a {
  font-weight: bold;
}

#gform_1 .gform_wrapper .gform_footer {
  margin-top: 10px !important;
}

.gform_wrapper .gform_footer input.gform_button {
  background-color: var(--button) !important;
  border-radius: var(--button-radius) !important;
  width: 100% !important;
  padding: 15px 0 !important;
}

.gform_wrapper .gform-body .ginput_container input:not([type="checkbox"]), .gform_wrapper .gform-body .ginput_container textarea {
  border: 1px solid var(--button);
  background-color: white;
  box-shadow: unset;
  border-radius: var(--button-radius);
  padding-top: 22px;
  padding-bottom: 22px;
}

.gform_wrapper .gform-body .ginput_container input::placeholder {
  opacity: 0.5;
}

.gform_fields {
  row-gap: 15px !important;
}

.contact-section {
  margin: 100px 0;
}

.faq-subject {
  margin-bottom: 50px;
}

.faq-page-section .faq-inner {
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.faq-page-section {
  margin: 100px 0;
}

.faq-page-section .faq-bg {
  left: 70%;
  top: 0%;

}

.faq-page-section .faq-inner > div {
  width: 100%;
}

.faq-page-section .faq-inner > div > div:last-child {
  margin-bottom: 0;
}

.faq-subject > p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.gform_wrapper .floating-placeholder {
  position: relative;
}

.gfield_consent_label {
  cursor: pointer !important;
}

.ginput_container_consent input::before {
  color: var(--dark) !important;
}

.ginput_container_consent input {
  border-color: var(--dark) !important;
}

.gform_wrapper .floating-placeholder .float-label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #0632417A;
  transition: 0.2s ease all;
  pointer-events: none;
  background: #fff;
}

.gform_wrapper .ginput_container_textarea .floating-placeholder .float-label {
  top: 25px;
}

.gform_wrapper .floating-placeholder input:focus + .float-label,
.gform_wrapper .floating-placeholder input:not(:placeholder-shown) + .float-label,
.gform_wrapper .floating-placeholder textarea:focus + .float-label,
.gform_wrapper .floating-placeholder textarea:not(:placeholder-shown) + .float-label {
  top: 10px;
  font-size: 10px;
  color: var(--dark);
}

.page-header.no-margin-pageheader {
  margin-bottom: 0;
}

video {
  width: 100%;
  object-fit: cover;
  border: 0;
  padding: 0;
  margin: 0;
}

header .header-usps {
  display: flex;
  height: 35px;
  position: relative;
  z-index: 1;
  background-color: var(--very-light-blue);
}

header .header-usps-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}



.header-usps p {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.header-usps-inner > div > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-usps-inner img {
   filter: brightness(0) saturate(100%) invert(17%) sepia(28%) saturate(1162%) hue-rotate(155deg) brightness(95%) contrast(96%);
   width: 32px;
   height: 28px;
   object-fit: contain;
}

.nav-bar {
  background-color: white;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.nav-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 5px;
  padding-bottom: 5px;

  position: relative;
  z-index: 1;
}

header .menu {
  display: flex;
  gap: 32px;
  margin-bottom: 0;
}

header .menu a {
  font-weight: 600;
  font-size: 15px;
}

.front-page-header {
  background-color: white;
  height: calc(100dvh - 101px);
  position: relative;
  margin-top: 0;
  margin-bottom: 100px;
}

.admin-bar .front-page-header {
  height: calc(100dvh - 133px);
}

.admin-bar.has-announcement-bar .front-page-header {
  height: calc(100dvh - 168px);
}

.admin-bar.has-announcement-bar .front-page-header video {
  height: calc(100dvh - 168px);
}

.front-page-header video {
  max-width: 100%;
  width: 100%;
  height: calc(100dvh - 101px);
  object-fit: cover;
}

.admin-bar .front-page-header video {
  height: calc(100dvh - 133px);
}

.front-page-header-inner {
  position: absolute;
  bottom: 100px;
  right: 50%;
  transform: translate(50%, 0);
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  max-width: 1000px;
  
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px); /* voor Safari */
  padding: 30px;
  border-radius: var(--border-radius);
  
}

.front-page-header-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.front-page-header-inner h1 {
  color: white;
  margin-bottom: 10px;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0,0,0,0.2);
  font-weight: 900;
}

.front-page-header-inner p {
  color: white;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.single-usp-section {
  background-color: white;
}

.single-usp-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}

.single-usp-inner > div {
  display: flex;
  gap: 2px;
}

.single-usp-inner p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;

}

.front-page-header .single-usp-section {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.woocommerce-product-details__short-description {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.single-usp-inner img {
  width: 16px;
  height: 16px;
}

.custom-loader {
  width: 25px;
  height: 25px;
  border: 4px dotted white;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  display: none;
}

.custom-loader.loading {
  display: inline-block;
}

@keyframes rotation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dynamic-add-to-cart-div {
  display: flex;
  gap: 5px;
}

.abonnement-box.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  user-select: none;
}


.woocommerce-product-gallery__image img.zoomImg {
  width: 1024px !important;
  height: 1024px !important;
}

.variation-option.active {
  background-color: var(--button);
  color: white;
  width: fit-content;
}

.sidebar-cart-price {
  margin-bottom: 0;
  min-width: 50px;
  display: flex;
  justify-content: flex-end;
}

.promo-badge {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  margin-bottom: 20px;
  border-radius: var(--button-radius);
}

.promo-badge p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: white;
}

.announcement-bar {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);

  position: relative;
  top: 0;
  transition: top 0.5s ease-in-out;
}

.announcement-bar p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: white;
}

.nav-bar-inner > a img {
  height: 56px;
  object-fit: contain;
  transition: all 0.3s;
}

.scrolled .nav-bar-inner > a img {
  width: 75%;
}

.footer-col .gform-footer {
  margin-top: 0 !important;
}

.change-amount {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  z-index: 0;
  background-color: var(--light-blue);
  padding: 10px;
  border-radius: var(--button-radius);
}

.change-amount img {
  width: 22px;
  min-width: 22px;
  cursor: pointer;
}

.amount-inner-single-product {
  color: var(--dark);
  font-size: 24px;
  width: 26px;
  text-align: center;
}

.amount-inner-single-product p {
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
  width: 26px;
  text-align: center;
  margin-bottom: 0;
}

.gm-dot {
  width: 4px;
  height: 4px;
  display: block;
  background-color: white;
  border-radius: 50%;
}

.minicart-inner {
  background-color: var(--light-blue);
  width: 500px;
  top: 0;
  height: 100dvh;
  position: fixed;
  padding: 30px;
  right: 0;
  transition: all 0.3s;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.minicart-inner.active {
  transform: translateX(0);
}

.minicart-section {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.45);
  visibility: hidden;
  opacity: 0;
}

.minicart-section.active {
  visibility: inherit;
  opacity: 1;
}

.admin-bar .minicart-section {
  height: 100vh;
}

.admin-bar .minicart-inner {
  top: 32px;
  height: calc(100vh - 32px);
}    

.minicart-header .minicart-close {
  cursor: pointer;
}

.minicart-header .minicart-close img {
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
}

.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--dark);
  margin-bottom: 20px;
}

.minicart-header p {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.minicart-free-shipping span {
  min-width: 54px;
}

.minicart-free-shipping p {
  margin-bottom: 10px;
}

.minicart-free-shipping > span {
  height: 2px;
  background: white;
  width: 100%;
  display: block;
}

.minicart-link {
  cursor: pointer;
}

.whygm-inner {
  display: flex;
  flex-wrap: wrap;
}

.block-left,
.block-right {
  flex: 1;
  min-width: 300px; 
  position: relative;
}

.block-left img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 25px 25px 0;
  object-fit: cover;
}

.block-left .img-on-top {
  position: absolute;
  width: 200px;
  height: auto;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  object-fit: contain;
}

.whygm-single {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.whygm-single p {
  margin-bottom: 0;
  line-height: 1.2;
}

.whygm-single .img-div {
  border-radius: 14px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.woocommerce-order-received .woocommerce-order-details.woocommerce-info.mollie-instructions, .woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details
 {
  display: none;
}

.whygm-inner .block-right {
  background-color: var(--light-blue);
  border-radius: 0 12px 12px 0;
  
}

.whygm-grid {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.whygm-inner .block-right-inner {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.whygm-reuseable .whygm-inner .block-right-inner {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;

  z-index: 99;
  position: relative;
}

.whygm-reuseable .whygm-inner .block-right-inner h2 {
  text-align: center;
  text-wrap: balance;
  margin-bottom: 10px;
}

.whygm-inner .block-right-inner a {
  margin: 0 auto 0 auto;
}

.img-right {
  flex-direction: row-reverse;
}


.img-right .block-right {
  border-radius: 25px 0 0 25px;
}

.whygm-reuseable .whygm-inner .block-right-inner > div:first-child p {
  margin: auto;
}

.vergelijking .block-right-inner {
  justify-content: unset;
}

.vergelijking .block-right-inner img {
  border-radius: 25px 0 0 25px;
}

.vergelijking-img-mobile {
  display: none;
}

.vergelijking.whygm-reuseable .block-right-inner {
  padding: 0;
}

.whygm-grid.vergelijking-grid {
  margin-top: 0;
}

.vergelijking-grid p {
  margin-bottom: 0;
  font-size: 13px;
  width: 60%;
  hyphens: auto;
}

.single-vergelijking {
  border-bottom: 1px solid  #06324114;
  padding: 8px 0;
  margin-top: 5px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}

.single-vergelijking > div {
  display: flex;
  gap: 75px;
}

.logo-slider .slick-track {
  width: fit-content !important;
}

.single-vergelijking img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.single-vergelijking-head {
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
  gap: 18px;
  border-bottom: 1px solid  #06324114;
  padding-bottom: 8px;
}

.single-vergelijking-head p:first-child {
  max-width: 60px;
}

.single-vergelijking-head p {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  width: fit-content;
}

.thankyou-left video {
  max-height: 850px;
  border-radius: var(--button-radius);
}

.gm-header-container {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  text-wrap: balance;
}

.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.grid-3 img {
  width: 100%;
}

.logo-inner.logo-slider .slick-slide img {
  object-fit: contain;
  max-height: 100px;
  height: 100%;
  margin: auto;
}

.logo-inner.logo-slider .slick-slide {
  width: 150px;
  max-height: 125px;
  height: 100%;
}

.logo-inner.logo-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 75px;
}

.benefits-section img {
  border-radius: var(--button-radius);
  height: 277px;
 
}

.benefits-section .grid-3 p {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 0;
  color: #063241CC;
  line-height: 132%;
  font-size: 15px;
}

.benefits-inner .shop-item-media-wrapper {
  margin-bottom: 20px;
  border-radius: var(--border-radius);
}


.banner-section {
  position: relative;
  background-color: var(--yellow);
  margin-top: 135px;
}

.banner-section > img {
  position: absolute;
  left: 0;
  height: 568px;
  width: fit-content;
  top: -20%;
}

.banner-mobile {
  display: none;
}

.nav-bar-last > a {
  width: 20px;
}

.banner-section .banner-inner {
  display: flex;
  padding: 220px 0 220px 30px;
  position: relative;
}

.banner-section .banner-inner h2 {
  font-size: clamp(35px, 3.5vw, 100px);
  width: 40%;
  line-height: 100%;
}

.banner-section .banner-inner img {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 500px;
}

.expert-single .expert-single-header {
  text-align: center;
}

.expert-single .expert-single-header p:first-of-type {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}

.expert-single .expert-single-header p:last-child {
  font-size: 13px;
  opacity: 0.6;
  min-height: 35px;
  line-height: 132%;
}

.expert-single .expert-single-header {
  border-bottom: 2px solid var(--very-light-blue);
  margin-bottom: 10px;
}

.expert-single {
  background-color: var(--light-blue);
  border-radius: var(--border-radius);
  padding: 30px;
}

.expert-single-header img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid white;
}

#video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
 
}
#popup-content {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  width: 650px;
  max-width: 100%;
  height: 90%;
}

#popup-content video {
  max-width: 100%;
  border-radius: var(--border-radius);
  height: 100%;
}

#close-popup {
  position: absolute;
  top: 40px; 
  right: 50px;
  z-index: 10;
  cursor: pointer;
}

#close-popup img {
  position: relative;
  z-index: 10;
  transform: rotate(-45deg);
}

.free-shipping-options {
  display: flex;
  gap: 20px;
  position: relative;
  width: fit-content;
}

.connection-line {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.free-progress-message {
  text-align: center;
   margin-top: 20px;
}

.cart-bar-text p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.cart-bar-text img:first-child {
  object-fit: contain;
  width: 18px;
  height: 19px

}

.cart-bar-text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 128px;
  width: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--very-light-blue);
  border-radius: 11px;
}

.minicart-free-shipping {
  flex: 1;
  position: relative;
}

.free-shipping-bar {
  width: 100%;
  height: 134px;
  width: 134px;
  background: var(--very-light-blue);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.free-shipping-fill,
.free-shot-fill,
.free-shotglas-fill {
  height: 100%;
  background: var(--green);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width;
}




.minicart-coupon p {
  margin-bottom: 0;
}

body .button.checkout-button {
  background-color: var(--green);
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: var(--button-radius);
  padding: 16px;
  font-size: 14px;
  text-decoration: none;
}

body .button.checkout-button:focus-visible {
  border: none !important;
}

body .button.checkout-button:hover {
  background-color: var(--green);
  color: white;
}

.betaalmethoden {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.betaalmethoden img {
  border: 1px solid var(--button);
  border-radius: 4px;
  width: 100%;
}

.betaalmethode-img {
  width: 40px;
}

/* body.no-scroll,
html.no-scroll {
  overflow: hidden !important;
  height: 100%;
} */

.minicart {
  margin-bottom: 10px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.minicart-top {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0; 
}

.minicart-bottom {
  flex-shrink: 0;
}

.minicart-bottom-divider {
  border-top: 1px solid var(--button);
  margin-left: -30px;
  margin-right: -30px;

}

.minicart-discount {
  display: none;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.minicart {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: var(--button) transparent; /* Firefox */
  scrollbar-gutter: stable both-edges;
  padding-right: 10px;
}

/* WebKit (Chrome, Edge, Safari) */
.minicart::-webkit-scrollbar {
  width: 2px;
}

.minicart::-webkit-scrollbar-track {
  background: transparent;
  margin-block: 8px;
}

.minicart::-webkit-scrollbar-thumb {
  background-color: var(--button); 
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 10px;
}

.minicart::-webkit-scrollbar-button {
  display: none;
  height: 0;
}


.sidebar-cart-items {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;

  height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
}

.admin-bar .sidebar-cart-items {
  height: fit-content;
}

.cart-item-image {
  display: flex;
  position: relative;
}

.cart-item-image img {
  width: 48px;
  height: 48px;
  border-radius: var(--button-radius);
  flex-shrink: 0;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  gap: 8px;
  padding: 20px;
}

.cart-item-info {
  display: flex;
  gap: 5px;
}

.cart-item-info > p, .variation-line p {
  flex: 1 1 0;
  font-size: 12px;
  color: #1E1E1E;
  opacity: 0.6;
  margin-bottom: 0;
}

.minicart-footer {
  border-top: 1px solid var(--dark);
  padding-top: 20px;
}

.cart-item-name {
  color: var(--button);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.minicart-coupon {
  perspective: 1000px;
  width: 100%;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.general-usps {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.general-usps p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}

.pdp-product-variation .product-price .regular-price[style] {
  width: fit-content;
  display: inline-block;
}

.general-usps p::before {
  content: '';
  background-image: url(./img/green-check-square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: inline-block;
}

#minicart-coupon-input {
  height: 40px !important;
  margin-bottom: 0 !important;
}

.coupon-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  cursor: pointer;
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-face.card-back input {
  margin-bottom: 0;
}

/* .card-face.card-back > div:first-child {
  height: 100%;
} */

.card-face.card-back > div:last-child {
  flex-shrink: 0;
  margin-bottom: 5px;
}

.coupon-form {
  display: flex;
  align-items: center;
  gap: 5px;
}

.coupon-message {
  transition: all 0.2s;
}

.coupon-message.active {
  display: block;
  padding-top: 10px;
}

.coupon-message p {
  font-weight: 600;
  margin-bottom: 0;
}

.card-back {
  transform: rotateX(180deg);
}

.minicart-coupon.flipped .coupon-card {
  transform: rotateX(180deg);
}

.cart-item > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-item > div:last-child {
  gap: 10px;
}

.coupon-card img {
  width: 24px;
  height: 24px;
}

.coupon-card .card-back img {
  transform: rotate(45deg);
}

.pdp-content .whygm-grid .img-div {
  /* border: 1px solid var(--button); */
  width: 18px;
  height: 18px;
  border-radius: 10px;
  flex-shrink: 0;
}

.pdp-content .whygm-grid {
  gap: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.pdp-content .whygm-grid .whygm-single {
  gap: 5px;
}

.pdp-content .single-usp-inner {
  justify-content: flex-start;
  margin-bottom: 40px;
  padding: 0;
  margin-top: 5px;
  flex-wrap: wrap;
}

.pdp-content h1 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1;
  margin-bottom: 20px;
}

.single {
  background-color: var(--very-light-blue);
}

.variations-dropdown-header p {
  margin-bottom: 5px;
}

.variations-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

body .pdp-review-select {
  padding: 12px;
  cursor: pointer;
  font-size: 14px;
  margin: 20px 0 0 0;
  width: 25%;
  background-color: var(--light-blue);
}

body .pdp-review-select:hover {
  background-color: var(--very-light-blue);
}

.pdp-review-select p {
  margin-bottom: 0;
}


.pdp-variaties > div:hover, .pdp-package-single:hover {
  background-color: var(--light-blue);
}

.selected-option, .pdp-review-select {
  padding: 15px 12px;
  background-color: #fff;
  border: 1px solid var(--dark);
  border-radius: var(--button-radius);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}

.variations-dropdown.active .selected-option, .pdp-review-select-wrapper.active .pdp-review-select {
  border-radius: 12px 12px 0 0;
}

.variations-dropdown-header .selected-option {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.selected-option p {
  margin-bottom: 0;
}

.variations-container {
  margin-bottom: 30px;
  margin-top: 30px;
}

body .pdp-review-select-dropdown {
  width: 25%;
}

.variations-dropdown-options, .pdp-review-select-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid var(--dark);
  border-top: none;
  border-radius: 0 0 12px 12px;
  z-index: 999;
}

.pdp-review-select-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.gm-variation-option p, .pdp-review-select-dropdown p{
  margin-bottom: 0;
}

.gm-variation-option:last-of-type, .pdp-review-select-dropdown > div:last-child {
  border-radius: 0 0 12px 12px;
}

.gm-variation-option, .pdp-review-select-dropdown > div {
  padding: 12px;
  cursor: pointer;
  font-size: 14px;
}

.gm-variation-option:hover, .pdp-review-select-dropdown > div:hover {
  background-color: var(--light-blue);
}

.variations-dropdown.active .variations-dropdown-options {
  display: block;
}

.pdp-review-select-wrapper.active .pdp-review-select-dropdown {
  display: block;
}

.pdp-package-single.active {
  background-color: var(--light-blue);
  border-color: var(--dark);
}

.pdp-product-variation.active {
  background-color: var(--light-blue);
  border-color: var(--dark);
}

.pdp-product-variation, .pdp-package-single, .gm-input {
  border: 1px solid var(--dark);
  margin-bottom: 10px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-radius: var(--button-radius);
  height: 65px;
}

.gm-input {
  margin-bottom: 0;
}

.pdp-review-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.pdp-review-button {
  margin-top: 50px;
}

.pdp-reviews {
  background-color: var(--light-blue);
  padding: 30px;
  border-radius: var(--button-radius);
  margin-bottom: 20px;
}

.review-btn-outer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pdp-review > p {
  margin-bottom: 0;
}

.pdp-review > p:nth-child(2) {
  margin-bottom: 5px;
  opacity: 0.64;
  font-size: 12px;
}

.pdp-review-text {
  color: #031A22CC;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.pdp-review-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.pdp-review > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--light-blue);
  margin-bottom: 10px;
}

.toggle-review {
  margin-top: 15px;
  display: block;
}

.pdp-review > div p {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}

.pdp-review > div > div {
  display: flex;
  gap: 2px;
}

.pdp-review {
  background-color: var(--very-light-blue);
  border-radius: var(--button-radius);
  padding: 20px;
  height: 100%;
}

.pdp-reviews .single-usp-inner {
  margin-bottom: 30px;
}



input:not([type="checkbox"]) {
  border: 1px solid var(--dark) !important;
  margin-bottom: 15px !important;

  padding: 10px !important;
  border-radius: var(--button-radius) !important;
  height: 56px !important;
  width: 100% !important;
}

#wpadminbar .adminbar-input {
  height: 24px !important;
}


.pdp-product-variation > div, .pdp-package-single > div, .gm-input > div {
  display: flex;
  align-items: center;
  gap: 8px;

}

.pdp-package-single > div:last-child {
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
}

.sale-price-abo {
  margin-left: 8px;
}

.pdp-product-variation .product-price {
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  gap: 8px;
}

.single-product .sale-price {
  line-height: 1;
}

.product-price > div {
  line-height: 1;
  display: flex;
}

.single-product bdi {
  font-size: 15px;
}

.product-price-korting {
  background-color: #E4552E;
  color: white;
  font-size: 13px;
  height: 24px;
  padding: 0 12px;
  width: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.subtitel {
  color: #063241CC;
  font-size: 12px;

}

.has-variaties .pdp-package-single .onetime-subtitel,
.has-variaties .pdp-package-single .subtitel {
    display: none !important;
}

.has-variaties .pdp-package-single .product-price-korting {
  display: none !important;
}

.pdp-product-variation p, .pdp-package-single p, .gm-input p {
  margin-bottom: 0;
  line-height: 132%;
}

#verzending {
  margin-bottom: 30px;
}

.custom-checkbox-circle {
  width: 16px;
  height: 16px;
  border: 2px solid var(--dark);
  border-radius: 50%;
  position: relative;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}

.price-subscription, .price-onetime{
  display: flex;
  gap: 0;
  line-height: 1;
}

.product-price-korting:empty {
  display: none;
}

.regular-price {
  margin-right: 5px;
}

.ot-testimonial-single-content p {
  font-size: 15px;
}

.custom-checkbox-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--dark);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}

.pdp-product-variation.active .custom-checkbox-circle::after, 
.pdp-package-single.active .custom-checkbox-circle::after, 
.gm-input.active .custom-checkbox-circle::after, 
.checkout-custom-checkbox.active .custom-checkbox-circle::after {
  transform: translate(-50%, -50%) scale(1);
}

.checkout-custom-checkbox.active .custom-checkbox,
.gm-input.custom-checkbox.active {
  background-color: var(--light-blue);
}

body .gform_wrapper .gform_fields input:focus,
body .gform_wrapper .gform_fields textarea:focus {
  outline: none;
  box-shadow: none;
}

.pdp-product-variaties-outer {
  margin-bottom: 30px;
}

.checkout-login-fields {
  margin-bottom: 10px;
}

.verzendsamenvatting-box p {
  margin-bottom: 0;
}

.single-product .woocommerce .container-large.product-content {
  display: flex;
  gap: 50px;
}


.pdp-left {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  max-width: 62%;
  width: 62%;
}

.pdp-sticky-container  {
  padding-top: 80px;
  max-width: 100%;
  width: 470px;
  
}

.pdp-sticky-container .sticky-top {
  top: 120px;
  margin-bottom: 100px;
  max-height: calc(100vh - 170px); 
  overflow-y: auto; 
}

.review-score p {
  text-transform: unset;
}

.single-product .shop-element-swiper {
  overflow: hidden !important;
}

.single-product .product .images {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.woocommerce .flex-control-nav.flex-control-thumbs.has-scroll {
  max-height: 731px;
  overflow-y: auto !important;
  display: flex;
  gap: 10px;

  scrollbar-width: thin;          /* Firefox */
  scrollbar-color: #ccc transparent; /* Firefox */
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 108px !important;
  margin-right: 10px !important;
  flex-shrink: 0;
}

.flex-control-nav.flex-control-thumbs li {
  height: 113px;
  width: 100% !important;
  flex-shrink: 0;
}

.flex-control-nav.flex-control-thumbs li img {
  border-radius: var(--button-radius);
}

.flex-viewport, .woocommerce-product-gallery__image  {
  max-width: 100%;
  /* height: 731px !important; */
  height: 731px !important;
  object-fit: cover;
  border-radius: var(--button-radius);
}

.woocommerce-product-gallery {
  width: 100% !important;
}

.tabs.wc-tabs {
  list-style: none;
  padding-left: 0;
}

.woocommerce div.product div.images img, .woocommerce div.product div.images .woocommerce-product-gallery__image a  {
  height: 100% !important;
}

.zoomImg {
  display: none !important;
}

.woocommerce-Tabs-panel ul {
  margin-bottom: 20px;
}

.tabs.wc-tabs li > a {
  text-decoration: none;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px 0;
}

.tabs.wc-tabs > li {
  border-bottom: 1px solid var(--dark);
  cursor: pointer;
}

.woocommerce-tabs .wc-tabs li.active .woocommerce-Tabs-panel {
  display: none;
}

.woocommerce-tabs .wc-tabs li .woocommerce-Tabs-panel {
  display: none;
}

.woocommerce-tabs .wc-tabs li.rotate .woocommerce-Tabs-panel {
  display: block;
}

.remove-from-cart {
  display: none !important;
}

.pdp-content .pdp-product-variaties-outer {
  margin-bottom: 20px;
}

.pdp-content .change-amount {
  width: fit-content;
  border: 1px solid var(--dark);
  background-color: var(--very-light-blue);
  margin-bottom: 20px;
}

.shop-item-single-tekst > div p:first-child {
  font-weight: 600;
  line-height: 132%;
}

.shop-item-single-tekst > div p {
  margin-bottom: 2px;
  font-size: clamp(16px, 1.5vw, 18px);

}

.shop-item-single-tekst > div {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.shop-item-single-tekst > p {
  font-size: 13px;
  color: #031A22CC;
  margin-bottom: 0;
  line-height: 132%;
}

.pdp-tekst-under-title {
  margin-bottom: 20px;
  font-size: clamp(14px, 1.5vw, 14px);
}

.shop-item-single {
  text-decoration: none;
  position: relative;
  margin-right: 20px !important;
}

.no-margin-element .element-margin-desktop {
  margin: 0;
}

.shop-item-media-wrapper {
  position: relative;
  width: 100%;
  height: 277px;
  overflow: hidden;
}

.shop-item-section .shop-element-swiper  .shop-item-media-wrapper, .shop-element-swiper  .shop-item-single {
  height: 350px !important;
  width: 350px !important;
}

.shop-item-media-wrapper .product-thumb,
.shop-item-media-wrapper video {
  position: absolute;
  border-radius: var(--button-radius);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  transition: none;
}

.shop-item-media-wrapper .product-thumb.fallback-thumb {
  object-fit: contain;
  width: 100%
}

.shop-item-media-wrapper video {
  opacity: 0;
  pointer-events: none;
}

.shop-items-inner {
  position: relative;
}

.shop-item-media-wrapper.has-video:hover img {
  opacity: 0;
}

.shop-item-media-wrapper.has-video:hover video {
  opacity: 1;
  pointer-events: auto;
}

.shop-element-header {
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-button-next, .swiper-button-prev {
  border: 2px solid black;
}

.swiper-button-next, .swiper-button-prev {
  background: var(--very-light-blue);
  color: black !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper-button-next::after {
  margin-left: 2px;
}

.swiper-button-prev::after {
  margin-right: 2px;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 19px !important;
  font-weight: 700;
}

.swiper-button-next {
  left: 50px !important;
  top: -40px !important;
}

.swiper-button-prev {
  left: 0 !important;
  top: -40px !important;
}

.shop-element-swiper {
  width: calc(100%);
  overflow: visible !important;
}

.video-single .img-div img {
  border-radius: var(--button-radius);
  min-width: 365px;
  max-width: 365px;
  height: 640px;
}

.video-single {
  position: relative;
  transform: rotate(-6deg);
}

.benefits-inner .button-container {
  margin-top: 20px;
}


.playbutton {
  position: absolute;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
}

.video-section .swiper-wrapper {
  display: flex;
  padding: 20px 0;
}

.video-section .swiper-slide {
  width: 365px !important;

}

.video-section .swiper-slide  .img-div img {
  transform: rotate(-6deg) !important;
}

.videoslider-grid > .container {
  position: absolute;
}

.video-section .gm-header-container {
  width: 40%;
}

.block-left video {
  width: 100%;
  border-radius: 12px 0 0 12px;
  height: 100%;
  object-fit: cover;
}

.swiper.videoslider-grid {
  padding-bottom: 35px;
}

.shop-item-label {
  position: absolute;
  border-radius: var(--button-radius);
  top: 10px;
  right: 10px;
  background-color: white;
  height: 31px;
  padding: 0 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-item-label p {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}

.page-header .container-large-content {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: -35px;
}

.page-header .container-large-content h1 {
  margin-bottom: 0;
  font-weight: 900;
}

.page-header .container-large-content p {
  margin-top: 20px;
}

.single-product .price {
  display: none;
}

.page-header {
  height: 60vh;
  position: relative;
  margin-bottom: 100px;
  transition: all 0.3s;
}

.page-header-mobile {
  display: none;
}

.rank-math-breadcrumb {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.pdp-product-variaties-outer ins {
  text-decoration: unset;
}

.pdp-product-variaties-outer .subscription-details {
  border-bottom: none;
}


.page-template-page-page-header .rank-math-breadcrumb a,
.page-template-page-page-header .rank-math-breadcrumb p,
body.shop .rank-math-breadcrumb a,
body.shop .rank-math-breadcrumb p {
  color: white;
  margin-bottom: 0;
  font-size: 12px;
}

.rank-math-breadcrumb a, .rank-math-breadcrumb p {
  margin-bottom: 0;
  font-size: 12px;
}

.page-header > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60vh;
  object-fit: cover;
  width: 100%;
}

.page-header-inner {
  padding: 40px;
  border-radius: var(--button-radius);
  max-width: 700px;
  width: 100%;
  min-height: 200px;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;


  background: rgba(255, 255, 255, 0.15); /* lichte doorzichtigheid */
  backdrop-filter: blur(10px);           /* glas-achtige blur */
  -webkit-backdrop-filter: blur(10px);   /* voor Safari */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-header-inner > * {
  color: white;
}

.page-header-inner .btn-container {
  justify-content: flex-start;
}

.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}

.woocommerce-shop .shop-items-inner .btn-container {
  display: none;
}

.woocommerce-checkout #menu-primary, .woocommerce-checkout .nav-bar-last  {
  display: none;
}

.woocommerce-checkout .btn-mobile-nav {
  display: none;
}

.woocommerce-order-received #menu-primary,
.woocommerce-order-received .nav-bar-last {
  display: flex;
}

.checkout .woocommerce-checkout-inner {
  display: flex;
}

.customer_details, .checkout-items-original {
  width: 50%;
  padding: 100px;
}

.checkout-items.sticky-top {
  top: 120px;
}

.checkout-items-original {
  background-color: var(--light-blue);
  padding-right: 0;
}

.afrekenen .woocommerce-message {
  display: none;
}

.customer_details {
  padding-left: 0;
}

.checkout-wrapper {
  display: flex;
}

.afrekenen .left-space, .afrekenen .right-space {
  margin-left: -15px;
}

.left-space, .right-space {
  flex-grow: 1;
}

.right-space{
  background-color: var(--light-blue);
}

.diff-shipping-adres-container.hide-ship {
  display: none;
}

.diff-shipping-adres-container.hide-ship.active {
  display: block;
}

.checkout-header {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 10px !important;
}

.postcode-box > div:last-child {
  display: flex;
  gap: 10px;
}

.postcode-box > div:last-child > div {
  flex-grow: 1;
}


.checkout-image {
  position: relative;
  width: fit-content;
}

.checkout-quantity {
  position: absolute;
  color: white;
  background-color: var(--dark);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.checkout-items ul {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout-item {
  border: 1px solid var(--dark);
  background-color: var(--light-blue);
  margin-bottom: 20px;
}

.checkout-totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 10px;
}

.checkout-totals >div:first-child p {
 margin-bottom: 5px;
}

.checkout-totals div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 21px;
}

.factuuradres-optioneel .checkout-change-adres .checkout-custom-checkbox .custom-checkbox p {
  font-size: 15px;
  color: var(--font);
}

.checkout-change-adres > div:first-child .custom-checkbox {
  margin-bottom: 0;
  border-radius: 12px 12px 0 0;
  border-bottom: unset;
}

.checkout-change-adres > div:last-child .custom-checkbox {
  border-radius: 0 0 12px 12px;
}

.single-checkbox.active {
  border-color: var(--dark);
}

.single-checkbox input[type="checkbox"] {
  display: none;
}

.single-checkbox {
  display: flex;
}

body.afrekenen, body.front-page {
  overflow-x: unset;
}

body {
  overflow: unset;
}

.single-checkbox > label {
  cursor: pointer;
  display: flex;
  gap: 5px;
}

.benefits-inner {
  position: relative;
  z-index: 9;
}

.single-checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: 2px solid var(--dark);
  display: inline-block;
  border-radius: 3px;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}

.contact .contact-section input:not([type="checkbox"]) {
  margin-bottom: 0 !important;
}

.single-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 9px;
  border: solid var(--dark);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.single-checkbox input[type="checkbox"]:checked + .checkmark::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

.single-checkbox-content {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.single-checkbox-content p {
  margin-bottom: 0;
  line-height: 16px;
  cursor: pointer;
}

.single-checkbox input[type="checkbox"] {
  display: none;
}

.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}

.billing-details-container {
  margin-bottom: 30px;
}

#payment {
  margin-bottom: 30px;
  border-radius: var(--button-radius) !important;
}

.phone-box input {
  margin-bottom: 0 !important;
}

.factuuradres-optioneel {
  margin-bottom: 30px;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

#place_order {
  display: none;
}

#payment > .form-row.place-order {
  display: none;
}

.wc_payment_methods {
  padding: 0 !important;
  border-radius: 12px;
}

.wc_payment_methods li {
  padding: 0 20px;
  border: 1px solid var(--dark);
  display: flex;
  align-items: center;
  background-color: var(--very-light-blue);
}

.wc_payment_methods li:first-child {
  border-radius: 12px 12px 0 0;
 border-bottom: unset;
}

.wc_payment_methods li:last-child {
  border-radius: 0 0 12px 12px;
}

.wc_payment_methods li label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  height: 56px;
  padding: 10px;
  cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  border: 1px solid var(--dark);
  border-radius: 4px;
}

input.input-radio {
  display: none ;
}

.wc_payment_method .custom-checkbox-circle {
  cursor: pointer;
}

.wc_payment_method.active {
  background-color: var(--light-blue);
}

.wc_payment_method.active .custom-checkbox-circle::after {
  transform: translate(-50%, -50%) scale(1);
}

.checkout-onthouden {
  margin-bottom: 30px;
}

.select2-selection__rendered {
  padding-left: 0 !important;
  color: var(--dark) !important;
}

.woocommerce form .form-row.billing_country {
  padding: 0 !important;
  margin: 0 !important;
}

.select2-container--open .select2-dropdown {
  margin-top: -1px !important;
}

.logged-in .select2-container--open .select2-dropdown {
  margin-top: -33px !important;
}

.checkout-contact-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 56px;
}

.select2-selection  {
  padding: 10px !important;
  background-color: #fff;
  border: 1px solid var(--dark);
  border-radius: var(--button-radius) !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px !important;
  /* margin-bottom: 15px !important; */
  width: 100%;
}

.select2-selection.select2-selection--single {
  margin-bottom: 0 !important;
}

.select2-search__field {
  display: none;
}

.select2-search--dropdown {
  display: none;
  padding: 0;
}

.phone-box {
  margin-top: 15px;
}

.select2-container--open .select2-selection--single {
  border-radius: 12px 12px 0 0 !important;
}

.order-item .variation-line {
  display: flex;
  width: fit-content;
  gap: 5px;
  white-space: nowrap;
}

.plaats-dropdown .woocommerce-input-wrapper {
  width: 100%;
}



.voorwaarden-onthouden p {
  margin-bottom: 0;
}

.thankyou-total {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
  padding-right: 21px;
}

.thankyou-total p:first-child {
  font-size: 18px;
}

.thankyou-total p:last-child {
  min-width: 50px;
}

.voorwaarden-onthouden .single-checkbox {
  margin-bottom: 0;
  display: flex;
  gap: 5px;
}

.woocommerce-NoticeGroup-checkout {
  margin-top: 30px;
}

.onsale {
  display: none;
}

.thankyou-wrapper .container-large {
  display: flex;
}

.thankyou-wrapper .container-large > div {
  width: 50%;
  padding: 100px;
}

.thankyou-wrapper {
  display: flex;
}

.thankyou-right {
  background-color: var(--light-blue);
  padding-top: 225px !important;
  padding-right: 0 !important;
}

.thankyou-left .single-usp-inner {
  margin-bottom: 50px;
}

.thankyou-left > p, .thankyou-left > h2 {
  text-align: center;

}

.thankyou-right-inner.sticky-top {
  z-index: 1;
  top: 120px;
}

.thankyou-left {
  padding-left: 0 !important;
}

.thankyou-subtext {
  color: #063241CC;
  margin-top: 30px;
  margin-bottom: 100px;
}

.swiper-scrollbar {
  width: 200px !important;
  height: 6px !important; 
  margin: 0 auto !important;
  background: #031A2229 !important;
  border-radius: 3px !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  cursor: pointer;
}

.swiper-scrollbar-drag {
  background: var(--button) !important;
  height: 100%;
  border-radius: 3px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.shop-element-swiper .swiper-wrapper {
  padding-bottom: 70px !important;
}

.icon-minus,
.icon-trash {
  display: none;
}

.icon-minus.active,
.icon-trash.active {
  display: flex;
  cursor: pointer;
}

.icon-trash {
  font-size: 24px;
}

button:focus,
.button:focus,
.woocommerce button.button:focus {
    outline: none;
    box-shadow: none;
}

.afrekenen .faq-grid {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

.faq-grid-outer {
  margin-top: 50px;
}

.pdp-popup-usps li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 1;
}

.diff-shipping-adres-container {
  margin-top: 30px;
}

.pdp-popup-usps li::before {
  content: '';
  background-image: url(./img/green-check-square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
}

.pdp-popup-usps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}

.popup-right p {
  color: #063241CC;
}

.popup-right .button-container {
  display: flex;
  gap: 10px;
}

#pdp-popup.modal-active, #cta-popup.modal-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

#pdp-popup, #cta-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  max-width: calc(100% - 30px);
  transform: translate(-50%, -50%);
  z-index: 10401;
  background-color: var(--very-light-blue);
  border-radius: var(--button-radius);
}

.close-popup img {
  transform: rotate(45deg);
  width: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.pdp-popup-inner {
  display: flex;
}

.pdp-popup-inner .popup-right {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-right h2 {
  font-size: clamp(20px, 3.5vw, 30px);
}

.popup-left, .popup-right {
  width: 50%;
  flex-shrink: 0;
}

.popup-left img {
  border-radius: 12px 0 0 12px;
  height: 100%;
}

.popup-right .btn-container {
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.sw-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10400;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.account-registreren-popup .popup-right {
  width: 100%;
}

.account-registreren form.register {
  border: none;
  padding: 0;
  margin: 0;
}

#pdp-popup.account-registreren-popup {
  width: 400px;
}

.myaccount-login {
  display: flex;
  padding-top: 200px;
}

.myaccount-login > div {
  width: 370px;
}

.mijn-account .woocommerce {
  position: relative;

  display: flex;
}

.mijn-account .woocommerce .container-large {
  margin: 0 auto;
}

.mijn-account .woocommerce .row {
  height: 100%;
}

.mijnaccount-login-img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 50% !important;
  height: calc(100vh - 101px) !important;
}

#customer_login {
  height: 100%;
  display: flex;
  align-items: center;
  height: calc(100vh - 101px) !important;
}

.pdp-popup-usps li {
  font-size: 14px;
}

.remove-from-cart-btn .custom-loader {
  border: 4px dotted var(--button);
  width: 22px;
  height: 22px;
}


.icon-trash.hidden {
  display: none;
}

.remove-from-cart-btn {
  display: flex;
}

.mijnaccount-back.mijnaccount-back-mobile, .woocommerce-edit-account .mijnaccount-back {
  display: none ;
}

.mijnaccount-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.mijnaccount-header h2 {
  margin-bottom: 0;
  font-size: clamp(18px, 3.5vw, 24px);
}

.mijn-account .myaccount-login .woocommerce-form-login {
  margin-top: 0;
  border: unset;
  padding: 0;
}

.woocommerce-form-login__rememberme {
  display: none !important;
}

.woocommerce-LostPassword.lost_password a {
  font-size: 12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
  margin-right: 0;
  margin-top: 8px;
  margin-bottom: 5px;
}

.woocommerce .woocommerce-form-row .woocommerce-Input.input-text {
  border: 1px solid var(--dark);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-radius: var(--button-radius);
  height: 56px;

  width: 100%;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100%;
}

.woocommerce-form-login > p {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.mijnaccount-header a {
  font-size: 14px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  margin-top: -7.5px !important;
}

.woocommerce-MyAccount-navigation {
  margin-left: -15px;
  background-color: var(--light-blue);
  padding-right: 50px;
  height: 100%;
  padding-bottom: 50px;
  padding-left: 15px;
}

.custom-account-dashboard {
  padding-top: 100px;
}

.woocommerce-account .woocommerce .left-space {
  background-color: var(--light-blue);
}

.woocommerce-account .woocommerce .right-space {
  background-color: var(--very-light-blue);
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  padding-left: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}


.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-top: 30px;
  padding-left: 0;
}

.woocommerce-MyAccount-navigation ul a {
  text-decoration: none;
}

.woocommerce-account .woocommerce > div {
  flex-shrink: 0;
}

.account-links li a {
  padding: 15px 0;
  display: block;
}

.account-links li {
  border-bottom: 1px solid var(--dark);

}

.account-links li.active a {
  font-weight: bold;
}

.account-links li span {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 10px;
  transition: all 0.3s;
}

.account-links li span::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
}

.account-links li:first-child span::before {
  background-image: url(./img/bestellingen.svg);
}

.account-links li:nth-child(2) span::before {
  background-image: url(./img/abonnementen.svg);
}

.account-links li:last-child span::before {
  background-image: url(./img/gegevens.svg);
}

.account-links li.active span {
  margin-left: 50px;
}

.custom-order {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--dark);
}

.view-orders {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}

.custom-order-list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.custom-order-list ul li {
  border: 1px solid var(--dark);
  border-radius: var(--button-radius);
  padding: 20px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.custom-order-list ul li > div:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-order-list ul li img {
  border-radius: var(--button-radius);
}

.custom-order > p {
  margin-bottom: 10px;
  color: #063241CC;
  margin-top: 30px;
  font-size: 13px;
}

.custom-order .sub-title {
  margin-bottom: 10px;
  color: var(--font);
  margin-top: 0;
  font-size: 15px;
}

.order-item p {
  margin-bottom: 0;
}

.order-item-actions {
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-item-actions a:first-child {
  margin-right: 20px;
}

.mijnaccount-back {
  margin-bottom: 30px;
  margin-top: -62px;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}

.mijnaccount-back p {
 margin-bottom: 0;
}

.woocommerce-view-order .order-items {
  border-bottom: 1px solid var(--dark);
  padding-bottom: 20px;
}

.custom-order-totals {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--dark);
  margin-bottom: 50px;
}

.address-columns {
  display: flex;
}

.address-columns > div:first-child {
  border-right: 1px solid var(--dark);
  padding-right: 50px;
  margin-right: 50px;
}

.address-column {
  margin-top: 30px;
}


.address-column p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-order-totals {
  margin-right: 21px;
}

.custom-order-totals > div > p {
  display: flex;
  gap: 50px;
  justify-content: flex-end;
}

.custom-order-totals > div > p:first-child {
  margin-bottom: 5px;
}

.gegevensvoorkeuren-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.gegevens-tile:hover {
  border-color: var(--green);
}

.gegevens-tile {
  border: 2px solid var(--dark);
  border-radius: var(--button-radius);
  padding: 30px;
  text-decoration: none;
  transition: all 0.2s;
}

.gegevens-tile img {
  margin-bottom: 20px;
}

.gegevens-tile > div > p:first-of-type {
  font-size: 15px;
  margin-bottom: 5px;
}

.gegevens-tile > div > p {
  margin-bottom: 0;
  font-size: 13px;
}

.gegevens-tile .view-order {
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 0;
  transition: all 0.2s;
}

.gegevens-tile:hover .view-order {
  text-decoration: none;
}

.account-details .gegevens-tile {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mijnaccount-header.edit-address a {
  font-size: 12px;
} 

.mijnaccount-header.edit-address a .label-up::before {
  content: '';
  background-image: url(./img/adres-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 18px;
  display: block;
  margin-bottom: 2px;
}

.mijnaccount-header.edit-address a .label-up {
  gap: 8px;
  align-items: center;
}

.standaard-adres-label::before {
  content: '';
  background-image: url(./img/green-check-square.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.standaard-adres-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.mijn-account .woocommerce-form-row label {
  margin-bottom: 0;
}

.edit-address-lines {
  opacity: 0.7;
  font-size: 13px;
}

.adres-acties {
  display: flex;
  gap: 20px;
}

.gegevensvoorkeuren-grid.edit-address .gegevens-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.blog-inner a {
  text-decoration: none;
}

.shop-item-media-wrapper img {
  border-radius: var(--border-radius);
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}

.blog-inner .shop-item-media-wrapper {
  border-radius: var(--border-radius);
}

.shop-item-media-wrapper {
  /* border-radius: var(--border-radius); */
  overflow: hidden;
  margin-bottom: 10px;
}

.single-grid-item:hover img {
  transform: scale(1.1);
}

.blog-categories {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 12px;
  color: #5b7781;
  line-height: 132%;
}

.blog-header {
  margin-top: 50px;
}

.categorie-slider {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none; 
}

.categorie-slider::-webkit-scrollbar {
  display: none;
}

.categorie-slider a {
  text-decoration: none;
  border: 1px solid var(--dark);
  border-radius: var(--button-radius);
  padding: 8px;
  display: block;
  width: fit-content;
}

.blog-categories > p {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.category-card.active, .categorie-slider a:hover {
  background-color: var(--button);
  color: white;
}

.blog-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.blog .pagination {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 10px;
}

.blog .pagination > span, .blog .pagination > a:not(.next, .prev) {
  font-size: 15px;
  border: 1px solid var(--button);
  border-radius: 50%;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.blog .pagination > span {
  background-color: var(--button);
  color: white;
}

.blog .pagination > a:not(.next, .prev):hover {
  background-color: var(--button);
  color: white;
}

body.blog .pagination .next.page-numbers, body.blog .pagination .prev.page-numbers {
  color: white;
  background-color: var(--button);
  padding: 5px 10px;
  border-radius: var(--button-radius);
}

.blog .pagination a {
  text-decoration: none;
}

.blog-card.full-width {
  width: 100%;
}

.blog-card.full-width img {
  object-fit: cover;
}

.blogrow-grid-3 {
  width: calc(33.333% - 13.33px);
}

.blog-grid-wrapper img {
  width: 100%;
  height: 100%;
}

.blog-card.full-width .shop-item-media-wrapper {
  height: 480px;
}

.hero-image {
  height: 480px;
  margin-top: 50px;
}

.hero-image img {
  border-radius: var(--button-radius);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#apply-minicart-coupon {
  margin-bottom: 0;
  text-decoration: underline;
}

#apply-minicart-coupon:hover {
  text-decoration: none;
}

.hero-meta .blog-categories {
  margin-top: 5px;
}

.hero-date {
  margin-bottom: 30px;
  color: #5b7781;
  font-size: 12px;
}

.hero-title {
  margin-bottom: 0;
}

.menu-product-link img {
  border-radius: var(--button-radius);
  height: 150px;
  
}

.menu-product-link {
  position: relative;
  text-decoration: none;
}

.product-link-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-link-header p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

.has-announcement-bar .mega-menu-cont {
  top: 135px;
}

.checkout-items.sticky-top {
  z-index: 1;
}

.mega-menu-cont {
  position: absolute;
  z-index: 1100;
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px); 
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  width: fit-content;
  padding: 30px;
  background-color: white;
  border-radius: 0 0 25px 25px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.has-mega-menu-sw {
  position: relative;
}

.mega-menu-cont.active {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(-11px); 
}

#menu-primary {
  padding: 16px 0;
}


.menu-product-link .shop-item-label p {
  font-size: 11px;
}

.menu-product-link .shop-item-label {
  border-radius: 10px;
}

.menu-product-link > div {
  position: relative;
  width: 150px;
  
}

.mega-menu-lijst {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.menu-item-has-children > a, .has-mega-menu-sw > a {
  background-image: url(img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  margin-top: 3px;
  cursor: pointer;
}



.my-subscriptions > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
  gap: 5px;
}

.my-subscriptions > div span {
  color: #063241CC;
  font-size: 13px;
}

.subscription-signal {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
}

.subscription-details ul {
  list-style: none;
  padding-left: 0;
  width: 500px;
}

.subscription-details > p {
  margin-bottom: 10px;
  margin-top: 30px;
}

.subscription-details, .subscription-actions {
  border-bottom: 1px solid var(--font);
  margin-bottom: 50px;
}

.pdp-package-single .subscription-details {
  margin-bottom: 0;
}

.subscription-actions {
  padding-bottom: 20px;
}

.subscription-actions > p {
  margin-bottom: 10px;
}

.subscription-order > p {
  margin-bottom: 10px;
}

.subscription-actions > div {
  display: flex;
  gap: 20px;
}

.subscription-details li {
  color: #063241CC;
  display: flex;
  justify-content: space-between;
}

.subscription-details li > span:nth-child(2) {
  display: flex;
  align-items: center;
}

.single-shipping-option .gm-input {
  border-radius: 12px !important;
  border-bottom: 1px solid var(--dark) !important;
}

.woocommerce-additional-fields {
  display: none;
}

.container-large {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.whygm-single .img-div img {
  object-fit: contain;
}


.blogrow-grid-3 .single-grid-item, .blog-card.full-width a {
  text-decoration: none;
}

.mob-slide {
  transition: all 0.3s;
}

.vergelijking-grid > div:last-child {
  border-bottom: none;
}

.pswp {
  z-index: 10001 !important;
}

.bg-video {
  will-change: transform;
}

#menu_checkbox {
  display: none;
}

.btn-mobile-nav  {
  display: none;
}

.animated-hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 30px;
  height: 10px;
  position: relative;
  margin-bottom: 0;
}

.animated-hamburger-menu .line {
  width: 100%;
  height: 2px;
  background-color: var(--button);
}

.mobile-item-slider {
  display: none;
}

.thankyou-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.shop-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-title {
  margin-bottom: 0;
  line-height: 132%;
  font-size: 15px;
}

.single .faq-bg {
  display: none;
}

.post-content {
  margin-bottom: 50px;
}


.woocommerce-ResetPassword {
  min-height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  align-items: center;
  margin: auto;
}

.woocommerce-ResetPassword > p:first-child {
  text-align: center;
}

.remove-coupon-button {
  background: none;
  border: none;
  color: #c00;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 10px;
  padding: 0;
}

.coupon-line p {
  margin-bottom: 0;
}

.coupon-line > div {
  justify-content: flex-start;
  gap: 8px;
}

.coupon-line a {
  font-size: 15px;
}

.coupon-line {
  margin-bottom: 5px;
}

.woocommerce-NoticeGroup-checkout, .woocommerce-notices-wrapper {
  position: absolute;
  width: 100%;
}

.woocommerce-notices-wrapper {
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.woocommerce-notices-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce-error {
  border: 1px solid #b81c23;
  border-radius: var(--button-radius);
  width: 31%;
  max-width: 585px;
  margin-top: 50px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--green);
  border-width: 1px;
}

body:not(.woocommerce-account) input.validated {
  border-color: var(--green);
  border-width: 1px;
  background-image: url('./img/check-circle.svg') !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.afrekenen input:-webkit-autofill {
  background-image: url('./img/check-circle.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px !important;
}

.pdp-stars-overview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 50%;
  margin: auto;
}

.pdp-single-star {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdp-single-star p {
  margin-bottom: 0;
  width: 9px;
  flex-shrink: 0;
}

.pdp-single-star img {
  object-fit: contain;
  flex-shrink: 0;
}

.pdp-single-star > div {
  height: 4px;
  width: 100%;
  border-radius: var(--button-radius);
  background-color: white;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.pdp-single-fill {
  will-change: width;
  height: 100%;
  background: var(--green);
  transition: width 0.4s cubic-bezier(0.65, 0, 0.15, 1);
  transition: width 0.2s ease-in-out;
  width: 0%;
}

#tab-voedingswaarde ul {  
  list-style: none;
  max-width: 400px;
  width: 100%;
  padding-left: 0;
}

#tab-voedingswaarde ul li {
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#tab-voedingswaarde ul li:first-child {
  background-color: var(--font) !important;
  color: white;
  border-radius: 12px 12px 0 0;
  font-weight: 600;
}

#tab-voedingswaarde ul li:nth-child(odd) {
  background-color: var(--very-light-blue);
}

#tab-voedingswaarde ul li:nth-child(even) {
  background-color: var(--light-blue);
}

.single-video {
  position: absolute;
}

.carousel-container {
  display: flex;
  justify-content: center;
}

.section-logos h2 {
  width: 100%;
  text-align: center;
}

.slowjuice .vc_row-fluid {
  padding: 0 50px;
  display: flex;
    gap: 50px;
}

.slowjuice .whygm-inner {
  flex-direction: column;
  align-items: center;
  gap: 50px;
  height: 100%;
}

.slowjuice .whygm-inner img {
  width: 150px;
  height: 150px;
}

.slowjuice .whygm-inner .block-right {
  border-radius: 12px;
}

.slowjuice .whygm-inner .block-left {
  display: flex;
  justify-content: center;
  flex-grow: 0;
} 

.slowjuice .whygm.tekst-image {
  margin-bottom: 0;
  height: 100%;
}

.slowjuice .container .vc_column-inner, .slowjuice .container .vc_column-inner .wpb_wrapper {
  height: 100%;
}

.slowjuice ul {
  margin-bottom: 0;
}

.slowjuice .wpb_wrapper p {
  line-height: 28px;
}

header.sticky-top, .admin-bar header.sticky-top {
  z-index: 1100;
}

#kennismaken {
  scroll-margin-top: 100px;
}

.over-ons .wpb_wrapper p {
  line-height: 28px;
}

.kh-adres-popup.active {
  display: block;
}

.kh-adres-popup .emailwens-2 {
  margin-bottom: 10px;
  cursor: pointer;
}

.kh-adres-popup-buttons a {
  min-width: 250px;
}

.kh-edit-addresses .adres-info-box {
  display: block;
  padding: 10px 10px 10px 15px;
}

.kh-edit-addresses .adres-info-box .adres-box {
  width: 100%;
  margin-bottom: 10px;
  cursor: initial;
  padding: 10px 16px;
}

.kh-edit-addresses .adres-info-box .adres-box:hover {
  border: 2px solid #f0f3f0;
}

.kh-adres-popup-container .shiprow-box {
  display: flex;
  gap: 16px;
}

.woocommerce form .shiprow-box .form-row {
  margin-left: 0;
  padding-left: 0;
}

.shiprow-box > div {
  width: 100%;
}

.kh-adres-popup-container .shiprow-box.postcode-box > div:last-child {
display: block;
}

.standaard-adres-box {
  color: white;
  background: var(--button);
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 4px;
}

body.woocommerce-checkout {
  transition: all 0.3s ease;
}

body.woocommerce-checkout.edit-address {
  padding-left: 70px;
}

.kh-edit-addresses-container.active .kh-edit-addresses {
  transform: translateX(0%);
}

.kh-edit-addresses h3 {
  background: var(--button);
  color: white;
  font-size: 16px;
  width: 100%;
  padding: 13px;
  position: relative;
}

.kh-adres-popup-container {
  position: fixed;
  z-index: 10401;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.45);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kh-adres-popup-container.active {
  visibility: inherit;
  opacity: 1;
}

.kh-adres-popup {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 30px 40px;
  width: fit-content;
  z-index: 9999999;
  transition: all 0.2s ease;
  transform: scale(0.9);
}

.form-row .woocommerce-input-wrapper {
  width: 100%;
}

.form-row .woocommerce-input-wrapper select {
  border: 1px solid var(--dark) !important;
  margin-bottom: 15px !important;
  padding: 10px !important;
  border-radius: var(--button-radius) !important;
  height: 56px !important;
  width: 100% !important;
  padding-right: 30px !important;
}
  

.kh-adres-popup-container.active .kh-adres-popup {
  transform: scale(1);
}

.kh-adres-popup .bezorg-gegevens-box {
  margin-bottom: 5px;
}

.kh-adres-popup.active {
  display: block;
}

.kh-adres-popup .emailwens-2 {
  margin-bottom: 10px;
  cursor: pointer;
}

.kh-adres-popup-head {
  display: flex;
  justify-content: space-between;
}

.kh-adres-popup-head h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--button);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.kh-adres-popup-head p {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.kh-adres-popup-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.kh-adres-popup-buttons a {
  width: 100%;
}

.bezorg-gegevens-box .is-error {
  border-color: #df5252 !important;
  background-color: #fbdada !important;
}

.kh-adres-popup-button-annuleer  {
  border: 1px solid var(--button);
}

 body.no-scroll [id^="trustbadge-container-"], body.active-modal [id^="trustbadge-container-"], body.mijn-account [id^="trustbadge-container-"] {
    display: none !important;
  }

.logos-no-slider .logo-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  width: 100%;
  gap: 10px;
}  

.logos-no-slider .logo-inner img {
  width: 100%;
  max-width: 120px;
}

.logos-no-slider .single-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  max-width: 120px;
  width: 100%;
  flex-shrink: 0;
}

.logos-no-slider .single-logo p {
  font-weight: bold;
  text-align: center;
}

.change-amount  {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer / Edge */
  user-select: none;         /* Standaard */
}

.logos-no-slider .single-logo p {
  color: black;
}

.mega-menu-lijst .swiper-slide {
  width: fit-content;
  display: block;
  margin-right: 10px !important;
}

.mega-menu-lijst .swiper-slide:last-child {
  margin-right: 0 !important;
}

.product-price-korting p {
  color: white;
}

.pdp-sticky-container .summary {
  padding-right: 20px;
}

.pdp-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.2) transparent;
}

.pdp-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); 
  border-radius: 10px;
}

.pdp-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);    
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.pdp-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.30);  
}


body.postid-62 .pdp-quantity-section {
  display: none;
}


@media (min-width: 576px) {
  .container-large {
    max-width: 100%;
  }

}

@media (min-width: 768px) {
  .container-large {
    max-width: 753px;
  }

}

@media (min-width: 992px) {

  .container-large {
    max-width: 960px;
  }
 
}

@media (min-width: 1200px) {
  .container-large {
      max-width: 1100px;
  }

  .container {
    width: 910px;
  }

}




@media (min-width: 1500px) {
  .container-large {
      max-width: 1400px;
  }

}

@media (max-width: 1500px) {

  .page-header-inner {
    max-width: 500px;
  }

  .mijnaccount-login-img {
    width: 55% !important;
  }

  .front-page-header-inner {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    max-width: 1000px;
    
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px); /* voor Safari */
    padding: 30px;
    border-radius: var(--border-radius);
    
  }

  .faq-inner {
    gap: 20px;
  }
}

@media (max-width: 1300px) {
  .pdp-left {
    max-width: 60%;
    flex: 1;
  }

  .pdp-sticky-container {
    flex: 1;
  }

  .single-product .woocommerce .container-large.product-content {
    gap: 50px;
  }

  .shop-item-section .shop-element-swiper .shop-item-media-wrapper, .shop-element-swiper .shop-item-single {
    height: 250px !important;
    width: 250px !important;
  }

  .shop-element-swiper .swiper-wrapper {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 1200px) {

  .single-product .woocommerce .container-large.product-content {
    gap: 50px;
  }

  .banner-section .banner-inner img {
    right: 0px;
    width: 450px;
  }

  .slowjuice .whygm-inner .block-right {
    min-width: 100%;
  }

 
}


@media (max-width: 991px) {

  .logos-no-slider .logo-inner {
    grid-template-columns: 1fr 1fr 1fr;
  } 

  .slowjuice .vc_row-fluid.vc_row-no-padding {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }

  .slowjuice .whygm-inner {
    gap: 20px;
  }

  .banner-section .banner-inner img {
    right: 0px;
    width: 350px;
  }

  .banner-section > img {
    height: 450px;
  }

  .kh-adres-popup-container {
    padding: 0 30px;
  }

  .shop-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mijnaccount-login-img {
    width: 45% !important;
  }

  .thankyou-wrapper .container-large > div {
    padding: 100px 20px;
  }

  .page-header-inner {
    max-width: 400px;
  }

  .footer-col:last-child {
    width: 330px;
  }

  footer {
    padding: 100px 30px;
  }

  .header-usps .container-large {
    text-align: center;
  }

  .header-usps-inner {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .header-usps .slick-list {
    display: flex;
  }
  
  .header-usps-inner.slick-initialized {
    opacity: 1;
  }

  .checkout.woocommerce-checkout {
    flex-direction: column;
  }

  .header-usps p {
    width: fit-content;
  }

  .header-usps .slick-list .slick-slide > div {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }



  .checkout-items-original {
    padding: 15px;
  }

  .checkout.woocommerce-checkout {
    flex-direction: column;
  }

  .customer_details, .checkout-items-original {
    width: 100%;
  }

  .afrekenen .left-space, .afrekenen .right-space {
    margin-left: 0;
  }


  .checkout-items-original {
    border-radius: var(--button-radius);
  }

  .woocommerce-checkout-inner .checkout-items-original {
    border-radius: unset;
  }

  .customer_details  {
    padding: 50px;
    padding-right: 30px;
  }

  .checkout-items-original {
    padding: 50px;
    padding-left: 30px;
  }

  body .pdp-review-select {
    width: 50%;
  }

  body .pdp-review-select-dropdown {
    width: 50%;
  }

  .pdp-left {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
  }

  .logo-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .single-logo {
    margin: 0 auto 0 auto;
  }

  .pdp-sticky-container {
    max-width: 100%;
    width: 100%;
  }

  .summary.pdp-content {
    width: 100% !important;
  }

  .account-links li span::before {
    width: 40px;
    height: 40px;
  }

  .account-links li.active span {
    margin-left: 20px;
  }

  .subscription-details ul {
    width: 400px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .woocommerce-orders .custom-account-dashboard > img {
    display: none;
  }

  .custom-account-dashboard {
    padding-top: 0;
  }

  .left-space, .right-space {
    flex-grow: 0;
  }

  .woocommerce-notices-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-slider .single-carousel {
    width: 80px !important;
  }

  .logo-slider .slick-track {
    display: flex !important;
    gap: 20px;
  }

  .mijnaccount-login-img {
    position: static;
    bottom: 0;
    right: 0;
    left: 0;
    top: unset;
    width: 100% !important;
    height: 45% !important;
  }

  #customer_login {
    flex-direction: column;
  }

  .myaccount-login {
    padding-top: 50px;
  }

  .thankyou-wrapper .container-large {
    flex-direction: column;
  }

  .nav-bar-inner > a {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    justify-content: center;
  }

  .thankyou-wrapper .container-large > div {
    padding: 50px 0;
    width: 100%;
  }

  .thankyou-left > img {
    width: 100%;
  }

  .afrekenen .faq-grid {
    margin-top: 0;
  }

  .thankyou-right {
    padding: 15px !important;
    border-radius: var(--button-radius);
  }

  .thankyou-subtext {
    margin-top: 15px;
    margin-bottom: 50px;
  }

  .thankyou-left .single-usp-inner {
    margin-bottom: 50px;
  }

  .nav-bar-inner > a img {
    height: 50px;
  }

  .nav-bar-inner {
    height: 66px;
  }

  .banner-section .banner-inner img {
    right: 0px;
    width: 300px;
  }

  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    display: block;
  }

  .banner-section .banner-inner {
    padding: 220px 0 120px 0px;
  }

  .footer-col:last-child {
    width: 100%;
  }

  footer {
    padding: 50px 0 20px 0;
  }

  .single-product .woocommerce .container-large.product-content {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .admin-bar .front-page-header {
    height: calc(100svh - 133px);
  }

  .front-page-header {
      height: calc(100svh - 101px);
      margin-bottom: 50px;
  }

  .front-page-header video {
    max-width: 100%;
    width: 100%;
    height: calc(100svh - 101px);
    object-fit: cover;
  }
  
  .admin-bar .front-page-header video {
    height: calc(100svh - 133px);
  }  

  .checkout-items-original {
    display: none;
  }

  .vergelijking .block-right-inner img {
    border-radius: 25px 25px 0 0;
  }

  .page-header {
    margin-bottom: 60px;
    height: calc(100svh - 101px);
  }

  .admin-bar .page-header {
    height: calc(100svh - 133px);
  }

  .page-header > img {
    height: 100%;
    height: calc(100svh - 101px);
  }

  .faq-bg {
    width: 500px;
    height: 500px;
    left: 0%;
    top: -250px;
    transform: rotate(90deg);
  }

  .page-header-inner h1 {
    text-align: center;
    width: 100%;
  }

  .page-header-inner {
    max-width: 100%;
    min-height: unset;
  }

  .product-link-header {
    padding-left: 15px;
  } 

  .whygm .block-right {
    border-radius: 0 0 12px 12px;
  }

  .slowjuice .whygm-inner img {
    width: 100px;
    height: 125px;
  }

  .mobile-item-slider p {
    margin-bottom: 0;
  }

  .mobile-item-slider img {
    height: 100%;
  }


  .whygm .block-right-inner {
    padding: 25px 15px !important;
  }

  .vergelijking.whygm-reuseable .block-right-inner {
    padding: 0 !important;
  }

  .mobile-item-slider {
    display: block;
    padding-top: 20px;
    border-bottom: 1px solid var(--dark);
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
  }

  .mobile-item-slider > div:first-child div {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-item-slider > div:first-child p {
    margin-bottom: 0;
  }

  .mobile-item-slider > div:first-child img {
    transition: all 0.3s;
  }

  .mobile-item-slider-items {
    transition: all 0.3s;
    padding: 0 15px;

    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .mobile-item-slider-items.open {
    opacity: 1;
    max-height: 1000px;
    margin-top: 20px;
  }

  .mobile-item-slider > div:first-child img.rotated {
    transform: rotate(180deg);
  }

  #minicart-coupon-input::placeholder {
    font-size: 12px;
  }

  .mobile-item-slider > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
  }

  .block-left img {
    border-radius: 12px 12px 0 0;
  }

  .btn-container {
    margin-top: 20px;
  }

  .element-margin-desktop {
    margin: var(--element-margin-mobile);
    position: relative;
  }

  .gm-header-container {
    margin-bottom: 20px;
    width: 100%;
  }

  .over-ons .whygm-inner {
    flex-direction: column;
  }

  .banner-section {
    margin-top: 75px;
  }

  .gm-header-container h2 {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;


  }
  .benefits-section .gm-header-container h2 {
    width: 100%;
    text-align: start !important;
  }

  .benefits-section .gm-header-container p {
    text-align: start !important;
  }

  .expert-section .expert-slider {
    padding-bottom: 20px;
    padding-right: 30px !important;
  }

  .shop-item-section .shop-element-swiper {
    padding-bottom: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .admin-bar header.sticky-top {
    top: 11px;
    z-index: 1100;
  }


  .mijn-account .woocommerce {
   display: block;
  }

  .expert-section, .shop-item-section {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .expert-section .expert-slider .swiper-wrapper {
    padding-left: 15px;
  }

  .block-left video {
    border-radius: 12px 12px 0 0;
  }

  .faq-inner {
    flex-direction: column;
    gap: 0;
    padding: 40px 20px;
  }

  .faq-grid {
    max-width: 100%;
    width: 100%;
  }

  .checkout-totals >div:first-child p {
    margin-bottom: 0px;
  }

  .checkout-totals > div:last-child {
    margin-top: 10px;
  }

  .faq-inner h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .video-section .gm-header-container {
    width: 60%;
  }

  .video-section .swiper-slide {
    width: 210px !important;
    height: 210px !important;
  }

  .video-single .img-div img {
    min-width: 210px !important;
    max-width: 210px !important;
    height: 210px !important;
  }

  .videoslider-grid {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .woocommerce-order-received .btn-mobile-nav {
    display: block;
  }

  .logo-inner.logo-slider .slick-slide img {
    max-height: 75px;
  }

  .logo-inner.logo-slider .slick-slide {
    width: 125px;
    max-height: 90px;
  }

  .logo-inner.logo-slider .slick-track {
    gap: 30px;
  }

  .admin-bar.has-announcement-bar .front-page-header video {
    height: calc(100svh - 161px);
  }
  .admin-bar.has-announcement-bar .front-page-header {
    height: calc(100svh - 161px);
  }

  .gegevensvoorkeuren-grid {
    grid-template-columns: 1fr;
  }


  .playbutton {
    bottom: 20px;
    right: 10px;
  }

  #close-popup {
    top: 20px;
    right: 20px;
  }

  .shop-element-swiper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .admin-bar header {
    margin-top: 46px !important;
  }

  .pdp-left {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  html {
    margin-top: 0 !important;
  }

  .no-margin-element .element-margin-desktop {
    margin: 0 0 50px 0;
  }

  .whygm.vergelijking .whygm-inner {
    flex-direction: column-reverse;
  }

  .whygm.vergelijking .block-right {
    border-radius: 25px 25px 0 0;
  }

  .admin-bar.has-announcement-bar header.sticky-top {
    top: -25px;
  }

  .vergelijking .block-left img {
    border-radius: 0 0 25px 25px;
    height: 210px;
  }

  .front-page-header-inner {
    top: unset;
    right: unset;
    transform: unset;
    padding: 30px;
    border-radius: unset;
    width: 100%;
    bottom: 0;
  }

  .swiper-button-prev {
    left: 15px !important;
  }

   .swiper-button-next {
    left: 60px !important;
  } 

  .woocommerce-MyAccount-navigation {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    height: fit-content;
    padding-bottom: 0;
    margin-left: 0;
  }

  .faq-page-section, .contact-section {
    margin: 50px 0;
  }

   .shop-item-section .shop-element-swiper .shop-item-media-wrapper, .shop-element-swiper .shop-item-single, .mega-menu-lijst .menu-product-image, .mega-menu-lijst .swiper-slide {
    height: 150px !important;
    width: 150px !important;
  }

  .mega-menu-lijst .swiper-button-next {
    right: 15px !important
  }

  .shop-item-single {
    margin-right: 10px !important;
  }

  .shop .shop-item-single {
    margin-right: auto !important;
  }

  .pdp-sticky-container .sticky-top {
    top: 0;
    margin-bottom: 0;
    max-height: fit-content;
    overflow-y: unset;
  }

  .shop-items-inner .shop-item-single-tekst {
    margin-right: 10px;
  }

  .shop-item-section .gm-header-container {
    margin-bottom: 75px;
    text-align: start;
  }

  .shop .shop-item-section .gm-header-container {
    margin-bottom: 30px;
    text-align: center;
  }

  .shop-item-section .gm-header-container h2 {
    width: 100%;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
  }

  .woocommerce-orders .mijnaccount-header {
    padding-top: 0;
  }

  .woocommerce-dashboard .mijnaccount-header, .woocommerce-MyAccount-navigation ul {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mijnaccount-back.mijnaccount-back-mobile, .woocommerce-edit-account .mijnaccount-back {
    display: flex;
  }

  .mijn-account .container-large .row {
    margin-left: 0;
    margin-right: 0;
  }

  .mijn-account .container-large .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-dashboard .custom-account-dashboard {
    padding-top: 30px;
  }

  .mijn-account .woocommerce .container-large {
    padding: 0;
  }

  .woocommerce-MyAccount-navigation ul {
   margin-bottom: 30px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-3 .shop-item-single {
    margin: auto;
    width: 100%;
  }

  .benefits-inner .grid-4 {
    grid-template-columns: 1fr;
  }


  .blog-section .blog-categories {
    margin-top: 0;
  }

  .blog-section .grid-3 > a {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .blog-section .grid-3 > a img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }

  .blog-section .grid-3 {
    gap: 10px;
  }

  .blog-section .grid-3 .shop-item-media-wrapper {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
  }

  .blog-section .grid-3 .shop-item-media-wrapper p {
    margin-bottom: 0;
  }

  .pdp-sticky-container {
    padding-top: 0;
    min-width: 100%;
  }

  .single-product .product .images {
    display: block;
  }

  .footer-cols {
    padding-bottom: 30px;
  }

  .flex-control-nav.flex-control-thumbs {
    flex-direction: unset;
    margin-top: 10px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .woocommerce-notices-wrapper {
    position: relative;
    margin-top: 20px;
  }

  .vergelijking-img-mobile {
  display: block;
  }

  .vergelijking-img-desktop {
  display: none;
  }

  .flex-control-nav.flex-control-thumbs li {
    height: 100px;
    width: 100px !important;
  }

  .woocommerce-product-gallery__image {
    height: 100%;
  }
  .flex-viewport, .woocommerce-product-gallery__image, .woocommerce-product-gallery__image img  {
    height: 450px !important;
    border-radius: var(--button-radius);
  }

  header .menu {
    display: none;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    gap: 20px;
    padding-top: 10px;
  }

  .nav-bar-last > a {
    display: none;
  }

  .admin-bar .menu-primary-container {
    top: 147px;
    height: calc(100svh - 147px);
  }

  .menu-primary-container {
    position: fixed;
    top: 101px;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 100%;
    height: calc(100svh - 101px);
    background: var(--very-light-blue);
    z-index: 99999;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: none;

    display: flex;
    flex-direction: column;
  }

  .has-announcement-bar .menu-primary-container {
    top: 136px;
    height: calc(100svh - 136px);
  }

  .admin-bar.has-announcement-bar .menu-primary-container {
    top: 182px;
    height: calc(100svh - 182px);
  }

  .btn-mobile-nav {
    display: block;
  }

  #menu-primary {
    padding: 0 15px 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .menu-primary-container .menu a {
    text-decoration: none;
  }

  .faq-grid-outer {
    margin-top: 50px;
  }

  .menu-primary-container .menu li:first-child {
    display: none;
  }

  .woocommerce-error {
    border: 1px solid #b81c23;
    border-radius: var(--button-radius);
    width: 100%;
  }

  .woocommerce-checkout {
    position: relative;
  }

  body.no-scroll {
    padding-right: 0;
  }

  body.no-scroll {
    overflow: hidden;
    height: 100svh;
  }

  .mega-menu-431 {
    border-bottom: 1px solid #DCEBF0;
    padding-bottom: 30px;
  }

  .doorgaan-div {
    margin-top: 50px;
  }

  .mega-menu-cont-431 img {
    width: 100%;
    display: block;
  }


  .mega-menu-lijst .menu-product-link > div {
    width: 100%;
  }

  .mega-menu-lijst .swiper-wrapper {
    padding-bottom: 20px;
  }

  .mega-menu-lijst {
    padding: 0 15px !important;
  }


  .mega-menu-cont {
    opacity: 1 ;
    pointer-events: auto;
    position: static;
    transform: none;
    top: auto;
    right: auto;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    background-color: var(--very-light-blue);
    padding-left: 0;
    padding-right: 0;
   
  }

  .mega-menu-cont-431 {
    display: none;
  }

  .mega-menu-cont-431.moved-into-mobile-menu {
    display: block;
  }

  .product-link-header a {
    text-decoration: underline;
  }

  .menu-primary-container .btn-container-mob-menu a {
    min-width: 120px;
    flex-grow: 1;
  }

  .menu-primary-container .btn-container-mob-menu {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin: auto 15px 30px 15px;
    width: calc(100% - 30px);
  }

  .mega-menu-lijst {
    flex-wrap: wrap;
  }

  .customer_details {
    padding: 50px 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-right: 15px;

  }

  .woocommerce-dashboard .woocommerce-MyAccount-content {
    display: none;
  }

  .custom-order-totals {
    margin-right: 0;
  }

  .custom-order-list ul li {
    padding: 10px;
  }

  .custom-order-totals > div {
    margin-right: 11px;
  }

  .blog-grid-wrapper {
    margin-bottom: 50px;
  }


  .woocommerce-orders .custom-navigation, 
  .woocommerce-view-order .custom-navigation,
  .woocommerce-subscriptions .custom-navigation,
  .woocommerce-view-subscription .custom-navigation,
  .account-preferences-page .custom-navigation,
  .account-details-page .custom-navigation,
  .woocommerce-edit-address .custom-navigation,
  .woocommerce-edit-account .custom-navigation
   {
    display: none;
  }


 
  .woocommerce-view-order .woocommerce .col-sm-12,
  .woocommerce-subscriptions .woocommerce .col-sm-12,
  .woocommerce-view-subscription .woocommerce .col-sm-12,
  .account-preferences-page .woocommerce .col-sm-12,
  .account-details-page .woocommerce .col-sm-12,
  .woocommerce-edit-address .woocommerce .col-sm-12,
  .woocommerce-edit-account .woocommerce .col-sm-12 {
    display: flex;
    flex-direction: column-reverse
  }

  .woocommerce-orders .woocommerce-MyAccount-navigation, 
  .woocommerce-view-order .woocommerce-MyAccount-navigation,
  .woocommerce-subscriptions .woocommerce-MyAccount-navigation,
  .woocommerce-view-subscription .woocommerce-MyAccount-navigation {
    padding-top: 0;
  }

  .mijnaccount-back {
    margin-top: 0px;
  }

  .pdp-popup-inner {
    flex-direction: column;
  }

  .pdp-popup .popup-left, .pdp-popup .popup-right {
    width: 100%;
  }

  .pdp-popup .popup-left img {
    border-radius: 12px 12px 0 0;
    height: 200px;
    width: 100%;
  }

  .popup-right .btn-container {
    flex-wrap: wrap;
  }

  .popup-right .btn-container a {
    width: 100%;
  }

  .page-header > picture { 
    position: relative;
  }

  .page-header .container-large-content {
    position: absolute;
    bottom: 15px;
    height: fit-content;
    justify-content: center;
  }

  /* .page-header-inner {
    width: 100%;
    padding: 30px;
    border-radius: 0;
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    margin-top: 0;
    min-height: unset;
    text-align: center;
  } */

  .page-header-inner .btn-container {
    justify-content: center;
  }

  .page-header-mobile {
    display: block;
  }

  .page-header-desktop {
    display: none;
  }

  .banner-section .banner-inner {
    padding: 50px 0 120px 20px;
    position: relative;
  }

  .banner-section .banner-inner img {
    right: 0px;
    width: 225px;
  }

  .banner-section .banner-inner h2 {
    margin-bottom: 100px;
  }

  .banner-section > img {
    height: 300px;
    left: unset;
    right: -78px;
    top: -45%;
    transform: rotate(30deg);
  }

  .shop .faq-bg {
    width: 250px;
    height: 250px;
    left: 70%;
    top: -215px;
    transform: rotate(30deg);
  }


  .woocommerce-ResetPassword {
    min-height: 45vh;
    width: 100%;
    padding: 0 15px;
  }

  .pdp-sticky-container .summary {
    padding-right: 0;
  }

}

@media screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed;
  }
}



@media (max-width: 500px) {

  #pdp-popup .popup-right {
    padding: 20px 15px;
  }

  .address-columns {
    flex-direction: column;
  }

  .address-columns > div:first-child {
    border-right: unset;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid var(--dark);
  }

  .mijn-account .woocommerce .login-row {
    height: fit-content;
    width: 100%;
  }

  .myaccount-login > div {
    width: 100%;
    padding: 0 15px 0 15px;
  }

  #customer_login {
    height: 100% !important;
  }

  .myaccount-login {
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .mijnaccount-header {
    padding-top: 0;
  }

  .afrekenen .cart-item {
    align-items: center;
  }

  .menu-primary-container .btn-container a {
    width: 100%;
  }

  .shop-item-label {
    height: 24px;
    padding: 0 4px;
  }

  .checkout-totals div {
    padding-right: 11px;
  }

  .checkout-totals > div:last-child p {
    margin-bottom: 0;
  }

  .menu-product-link .shop-item-label p {
    font-size: 9px;
  }

  .minicart-link {
    margin-right: 6px;
  }
  
  .footer-bottom {
    padding-bottom: 0;
  }

  .woocommerce-product-gallery__wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  
    padding: 0;
    scroll-padding: 0;

  }
  .woocommerce-product-gallery__image {
    scroll-snap-align: start !important;
    width: 100%;
  }

    .flex-control-nav.flex-control-thumbs li{
    width: calc(16.666% - 10px) !important; 
    height: auto;
  }

  .flex-viewport, .woocommerce-product-gallery__image, body .woocommerce .woocommerce-product-gallery__image img {
    max-width: 100%;
    height: 340px !important;
  }

  .blog-card.full-width .shop-item-media-wrapper {
    height: 300px;
    width: 100%;
  }

  /* .single-usp-inner {
    max-width: 90%;
    margin: 0 auto;
  } */

  .single-usp-inner p {
    font-size: 12px;
  }

  .shop-item-media-wrapper {
    height: 210px;
    width: 210px;
    flex-shrink: 0;
  }

  .shop-item-single {
    width: 210px !important;
  }

  .video-section .gm-header-container {
    width: 60%;
    text-align: start;
    margin-left: 15px;
    margin-right: auto;
  }

  .block-left .img-on-top {
    width: 120px;
  }

  .block-left {
    height: 275px;
  }

  .container-large {
    padding: 0 15px;
  }

  .footer-col:not(:last-child) {
    margin-top: 0;
  }

  .footer-col:last-child {
    width: 100%;
  }

  .footer-cols {
    flex-direction: column;
    gap: 20px;
  }

  .footer-cols > div:first-child {
    text-align: center;
  }

  .mob-open {
    display: none;
  }

  .footer-cols .footer-col ul li a {
    font-weight: bold;
  }

  .footer-col.footer-adres {
    margin-top: -20px;
  }

  .footer-cols .footer-col:nth-child(3) > p, .footer-cols .footer-col:nth-child(4) > p {
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--font);
    font-weight: 400;
  }

  .footer-col.mob-slide {
    border-bottom: 1px solid var(--font);
  }

  .mob-slide-toggle p {
    margin-bottom: 0;
    padding: 15px 0;
  }

  .mob-open ul, .mob-open div{
    align-items: start;
  }

  .mob-slide.active > p {
    border-bottom: unset !important;
    font-weight: bold !important;
  }

  .hero-image {
    height: 300px;
    margin-top: 50px;
  }

  .blogrow-grid-3 {
    width: 100%;
  }

  .blogrow-grid-3 .single-grid-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }

  .blogrow-grid-3 .shop-item-media-wrapper {
    height: 90px;
    width: 90px;
  }

  .blogrow-grid-3 .shop-item-media-wrapper img {
    border-radius: 12px;
  }

  .footer-cols > div:nth-child(2) p:first-child {
    display: none;
  }

  footer ul {
    margin-bottom: 0;
  }

  .mob-slide-toggle .faq-toggle {
    display: block;
  }
  
  .mob-slide-toggle > p {
    font-weight: 400;
  }

  .minicart-inner {
    max-width: calc(100% - 30px);
  }

  .cart-item {
    align-items: flex-start;
    gap: 0;
    max-width: 100%;
    padding: 10px;
  }

  .change-amount {
    width: fit-content;
    padding: 4px 10px;
    margin-top: 5px;
  }

  .cart-item-name, .sidebar-cart-price {
    font-size: 14px;
  }

  .icon-trash {
    font-size: 19px;
  }

  .cart-item .change-amount img {
    width: 17px;
    min-width: 17px;
  }

  .cart-item .plus-icon-single-product {
    display: flex;
  }

  .cart-item .product-type, .cart-item .variation-line {
    white-space: nowrap;
  }

  .cart-item-info > p, .variation-line p {
    font-size: 11px;
  }

  .address-columns .address-column:last-child {
    margin-top: 20px;
  }

  .shop-items-grid {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }

  .shop-items-grid .shop-item-single {
    margin: auto;
  }

  .shop-item-single-tekst > div {
    margin-top: 5px;
  }

  .coupon-form input {
    max-width: 100px;
  }

  .minicart-inner {
    padding: 30px 20px;
  }

  .minicart-bottom-divider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .faq-page-section .faq-bg {
    left: -12%;
    top: -3%;
    transform: unset;
  }

  .faq-header {
    position: relative;
  }

  .faq-page-section .faq-inner {
    padding: 20px 15px;
  }
  
  .container-large.product-content > .container {
    padding-left: 0;
    padding-right: 0;
  }

  body .pdp-review-select, body .pdp-review-select-dropdown {
    width: 100%;
  }

  .pdp-review-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pdp-stars-overview {
    width: 100%
  }

  .pdp-reviews .single-usp-inner {
    margin-bottom: 20px;
   flex-wrap: wrap;
  }

  .pdp-reviews .single-usp-inner > p {
    font-size: 16px;
    text-align: center;
  }

  .pdp-reviews .single-usp-inner img {
    width: 16px;
    height: 16px;
  }

  #verzending .checkout-custom-checkbox:last-child p {
    font-size: 14px;
  }

  .block-left, .block-right {
    min-width: unset;
  }

  .free-shipping-bar {
    height: 95px;
    width: 95px;
  }

  .free-shipping-options {
    overflow-x: auto;
    gap: 10px;
  }

  .cart-bar-text {
    width: 89px;
    height: 89px;
  }

  .cart-bar-text p {
    font-size: 13px;
  }

  .shipping-unlocked {
    width: 15px !important;
    height: 15px !important;
  }

  .kh-adres-popup {
    padding: 30px 20px;
  }

  .kh-adres-popup-container.active .kh-adres-popup {
    max-height: 90vh;       
    overflow-y: auto;         
    overscroll-behavior: contain;

    position: fixed;
    top: 5vh;              
    left: 50%;
    transform: translateX(-50%);
  }

  .benefits-inner .shop-item-media-wrapper {
    height: 210px;
    width: 100%;
    flex-shrink: 0;
    }

 .logos-no-slider .logo-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logos-no-slider .single-logo img {
    max-width: 65px;
  }

  .logos-no-slider .single-logo p {
    font-size: 14px !important;
  }

  .shop-element-swiper {
    overflow: hidden !important;
  }

  .block-left,
  .block-right {
min-width: 280px;
  }

}
