/** Shopify CDN: Minification failed

Line 472:8 Unexpected "{"
Line 472:17 Expected ":"

**/
.product-form__submit.button, .drawer__footer-bottom button.button {
    font-size: 16px;
    padding: 29px;
    border: 1px solid black;
    background: #171717;
}
.product-form__submit.button:after, .drawer__footer-bottom button.button:after {
    content:inherit;
}
.product-form__submit .btn-text img {
    width: 100%;
    max-width: 30px;
    filter: invert(1);
    margin-right: 2px;
    transition: .7s ease;
}
.js [data-button_hover=standard] .button--primary:hover:not([disabled], .self-button) .btn-text img{
    filter: invert(0);
}
.drawer__inner .drawer__content a[href='/cart']{
  display: none;
}
.drawer__footer-bottom button.button img{
  max-width: 30px;
  filter: invert(1);
  margin-right: -8px;
  transition: .5s ease;
}
    .cart-quantity {
        width: 90px !important;
    }

/* css */
.drawer__tab .drawer__title{
  font-size: 18px;
}
.drawer__tab .count {
    font-size: 18px;
}
.drawer__inner .drawer__header{
  padding: 10px 20px;
}
body[data-rounded-block=round] .drawer--end .drawer__inner{
  border-end-start-radius: 20px;
  border-start-start-radius: 20px;
  border-top-right-radius: 0;
  font-weight: 500;
}
.drawer__inner .drawer__close{
  height: 30px;
    width: 30px;
}
.drawer__footer{
  position: absolute;
    bottom: 0;
  z-index: 999;
    background: #fff;
}

.drawer__footer-bottom{
  background: unset;
  border-top:1px solid #00000029;
}

/******************************************************************************************************/

form.drawer__footer-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

 .drawer__footer-bottom button.button {
    width: 100%;
    padding: 8px;
    margin-top: 12px; 
    margin-bottom: 0px;
    font-size: 14px;
}

.continue_shipping {
    text-underline-offset: 5px;
    font-weight: 700;
    text-decoration: underline;
    font-size: 12px;
    display: none;
}

.totals {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.drawer__scrollable{
  padding: 0 20px 0;
}
.drawer__footer-bottom {
        padding: 20px;
    }
.cart-quantity{
  width:70%;
  max-width: 100px;
}
.cart-quantity .quantity__button{
  height: 100%;
    display: flex;
    align-items: center;
}
.cart-quantity .quantity__button[name=plus]{
  padding-left: 0px;
    padding-right: 5px;
    width: 30px;
    padding-bottom: 0;
    position: absolute;
    bottom: 2px;
}
.cart-quantity .quantity__button[name=plus] svg{
  width:15px;
  height: 20px;
}
.cart-drawer .drawer__inner{
  max-width: 26rem;
}
input.quantity__input{
  background: transparent;
  border: 1px solid #00000047;
  border-radius: 50px !important;
  padding: 0 !important;
}
.cart-quantity .quantity__button[name=minus]{
  padding-block-start: 0;
  position: absolute;
  bottom: 1px;
  left: 18px;
}
.cart-quantity .quantity__buttons {
    font-size: 25px;
    padding: 0;
    right: 10px;
}
.cart-quantity .quantity__input{
  height: 36px;
}
li.discounts__discount span.badge.badge--highlight{
  font-size: 12px;
  text-transform: uppercase;
  background: #ccc;
  padding: 4px 10px;
}
a.horizontal-product__title{
  font-size: 15px;
}
ul.horizontal-products li.horizontal-product{
  height: fit-content;
  position: relative;
}
.cart-drawer-price-container {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
}
cart-drawer .price__sale:before{
  content: inherit;
}
cart-drawer .price__sale{
  text-decoration: line-through;
}
cart-drawer .horizontal-products {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

cart-drawer .horizontal-products::-webkit-scrollbar {
  display: none;
}
cart-drawer .horizontal-product__media{
  width: 5rem;
}
@-webkit-keyframes cartAnimation {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 40px 0;
	}
}

@keyframes cartAnimation {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 40px 0;
	}
}
.cart-drawer[active] .free-shipping-bar progress-bar:before {
    --tw-scale-x: var(--progress);
    background-image: linear-gradient(45deg, hsla(0, 0%, 95%, .8) 25%, transparent 0, transparent 50%, hsl(0deg 0% 95% / 50%) 0, hsl(0deg 0% 95% / 50%) 75%, transparent 0, transparent);
    background-size: 20px 20px;
    -webkit-animation: cartAnimation 2s linear infinite;
    animation: cartAnimation 2s linear infinite;
}
cart-items .horizontal-product{
  margin-block-end: var(--sp-4);
  padding-block-end: 0;
}
.cart-drawer-price-compare-at-price{
  font-size: 14px;
}
html:has(cart-drawer[open][active]) {
  overflow: hidden;
}
body.has-modal-opening, body.has-modal-open{
  padding-inline-end: 0;
}

.drawer__scrollable .horizontal-products {
  overflow-y: scroll;
}
cart-drawer ul.payment-icons li{
  width: 36px;
}
cart-drawer .cart-trustpiolet-img img {
    max-width: 230px;
    margin: 5px 0px 5px;
}
ul.payment-icons li svg {
    width: 34px;
    height: 20px;
}
.drawer__empty-text{
  margin-top: 100px;
}
.free-charger-smartcard .rapi-bundles__bar-price.buckscc-converted.buckscc-money{
  display: none !important;
}
.free-charger-smartcard .rapi-bundles__bar-price{
  display: none !important;
}
animate-element.product__info{
  transform: unset !important;
  opacity: 1 !important;
}

.properties_item .multiple-items{
   display: none;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.properties_item.open_bundle_item .multiple-items {
    display: flex;
    justify-content:start;
}
.properties_item .show_items {
    font-size: 13px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    cursor:pointer;
}
.properties_item .bundle_img {
    width: 20%;
}
.multiple-items .bundle-items {
    margin-bottom: 10px;
}
.properties_item .bundle_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}
.bundle-variant {
    font-size: 11px;
    color: grey;
}
.properties_item span.bundle-title {
    font-size: 12px;
}
.properties_item .bundle-items img {
    width: 40px;
    border-radius: 5px;
}
.properties_item .show_items svg {
    width: 25px;
    margin-left: 8px;
}
.properties_item.open_bundle_item svg{
  transform: rotate(180deg);
}
@media screen and (max-width: 1280px){
  ul.payment-icons li {
    width: 40px;
  }
}
@media only screen and (max-width: 638px){
    html.js .drawer .drawer__inner{
      max-height: calc(100% - 30px);
    }
  body[data-rounded-block=round] .drawer--end .drawer__inner{
  border-end-start-radius: 0px;
  border-start-start-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 500;
}
}
@media screen and (max-width: 420px){
  .cart-drawer-price-compare-at-price{
    display: flex;
    flex-direction: column;
  }
  .cart-drawer-price-container{
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 383px){
  body ul.payment-icons li {
    width: 28px;
  }
}
.bv-variant-container {
    border: 1px solid #00b67a;
    border-radius: 10px;
}
.bv-variant-option-container.show_dropdown {
    border-bottom: 1px solid #dedede;
    position:relative;
}
.bv-variant-option-container.show_dropdown:last-child {
    border-bottom: 0px;
}
.bv-variant-option-container {
    margin-bottom: 0px;
    padding:15px 20px;
    position:relative;
}
.variants-options{display:none;}
.show_dropdown .variants-options{display:flex;}
span.full-price {
    position: absolute;
    right: 20px;
    top: 20px;
    display:flex;
    gap:10px;
}
.variant-dropdown {
    cursor: pointer;
}
.bv-variant-option-container.show_dropdown .bv-pro-option-container {
    display: none;
}
.bv-variant-option-container{
  cursor:pointer;
}
span.compare-prices {
    color: #555;
    font-size: 16px;
    font-weight: normal;
}
span.regular-prices {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.variants-options select{
  font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 7px 25px 7px 7px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('/cdn/shop/files/download.svg?v=1774545353') !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-color: #fff;
    background-size: initial;
    color: #000;
    outline: none;
    max-width: 100%;
    width: auto;
    height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px var(--bar-border-color, rgba(0, 0, 0, .3));
    border-radius:4px;
    margin-bottom: 0px;
}
.variants-options {
    align-items: center;
    gap:10px;
    margin-top: 10px;
}
.icon-with-variant {
    display: flex;
    gap: 10px;
    margin-bottom:10px;
}
span.discount-percent {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .05em;
    text-indent: .05em;
    text-transform: uppercase;
    padding: 1px 5px;
    border-radius: 4px;
    color: white;
    user-select: none;
    white-space: nowrap;
    width: max-content;
    background: #e89287;
}
.bv-variant-option-container.show_dropdown:after {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    background: #f0f0f0;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12H18M12 6V18' stroke='%23545454' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.bv-variant-option-container.show_dropdown:last-child::after{
  content:none;
}
@media screen and (max-width: 1022px){
  .drawer__menu li{
    padding-inline-end: var(--sp-5);
  }
  .menu-drawer .drawer__scrollable{
    overflow-y: scroll;
  }
}

/* ============================================================
   PRODUCT PAGE VISUAL IMPROVEMENTS
   ============================================================ */

.product__price .price--on-sale .price__regular,
#Price-{{ section.id }} .price--on-sale .price__regular {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
}

.price--on-sale .price__regular {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
}

.price--on-sale .price__sale {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}

.price__savings-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 20px;
  background: #e8f7f1;
  color: #00875a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid #b3e0ce;
  white-space: nowrap;
}

.product-form__submit.button {
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 50px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.product-form__submit.button:not([disabled]):hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}

.product-form__submit.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#shipping-banner {
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
  font-weight: 500 !important;
}

#shipping-dates {
  color: #00875a !important;
  font-weight: 600 !important;
}

.product__title h1 {
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.judge-me-reviews-container-popup {
  padding: 24px;
}

.product__price .price {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .price--on-sale .price__regular {
    font-size: 1.5rem;
  }
  .price__savings-badge {
    font-size: 11px;
  }
}

/* ============================================================
   ANNOUNCEMENT BAR IMPROVEMENTS
   ============================================================ */

.topbar-section .announcement-text {
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.topbar-section .announcement-text strong {
  font-weight: 800;
  color: #00b67a;
  letter-spacing: 0.07em;
}

.topbar-section .announcement-icon svg {
  opacity: 0.85;
}

/* ============================================================
   RAPI BUNDLE BARS + VARIANT SELECTORS — green pill style
   ============================================================ */

.rapi-bundles__bar {
  background: #ffffff !important;
  border: 1.5px solid #efefef !important;
  border-radius: 12px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease !important;
  position: relative !important;
  overflow: visible !important;
}

.rapi-bundles__bar:hover {
  border-color: #00b67a !important;
  transform: translateY(-1px) !important;
}

.rapi-bundles__bar:has(input[type="radio"]:checked),
.rapi-bundles__bar--selected,
.rapi-bundles__bar.selected,
.rapi-bundles__bar[data-selected],
.rapi-bundles__bar input[type="radio"]:checked ~ *,
.rapi-bundles__bars .rapi-bundles__bar:has(input:checked) label {
  border-color: #00b67a !important;
  outline: none !important;
  box-shadow: 0 3px 12px rgba(0,182,122,0.2) !important;
  background: #edf8f4 !important;
}

.rapi-bundles__bar:has(input[type="radio"]:checked) label,
.rapi-bundles__bar:has(input[type="radio"]:checked) > * {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.rapi-bundles__bar:has(input[type="radio"]:checked)::before {
  content: '✓';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #00b67a;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.bv-variant-container {
  border: 1.5px solid #d3ede6 !important;
  border-radius: 12px !important;
  background: #f4faf8 !important;
  overflow: hidden !important;
}

.bv-variant-option-container.show_dropdown {
  border-bottom-color: #d3ede6 !important;
}

.bv-variant-option-container.show_dropdown:after {
  background-color: #f4faf8 !important;
  border: 1px solid #d3ede6 !important;
}

.bv-variant-option-container .bv-pro-option-container {
  font-weight: 600 !important;
  color: #111 !important;
}

.color-selected-var-container {
  font-size: 13px !important;
  gap: 5px !important;
}

.color-select-title {
  font-weight: 400 !important;
  color: #888 !important;
}

.color-selectedd {
  font-weight: 700 !important;
  color: #111 !important;
  font-style: normal !important;
}

.product__info .details {
  border-block-end: none !important;
}

.product__info .details + .details {
  border-block-start: 1px solid rgb(var(--color-border)) !important;
}

.rte:has(.rk-bs) {
  background: #ffffff !important;
}

.product__thumbnail[aria-current=true]:after {
  --tw-ring-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2) !important;
}

.rapi-bundles__bar-subtitle {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  margin-top: 4px !important;
}

.rapi-bullet-item {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-size: 12px !important;
  color: #444 !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

.rapi-bonus-item {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 12px !important;
  color: #555 !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin-left: 2px !important;
}

.custom-color-variant:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,182,122,0.15);
}

/* ============================================================
   FIX: zwarte lijn boven bundle-upsell kaarten
   ============================================================ */
.rk-bs__item {
  background-image: none !important;
}

/* ============================================================
   FIX: spacing rond bundle-afbeelding + ruimte tussen afbeelding en titel
   ============================================================ */
.rk-bs .rk-bs__img {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

/* ============================================================
   FIX: collapsible-rij labels (onder de ATC) — iets kleiner (15px)
   ============================================================ */
.product__info .details summary,
.product__info .details summary * {
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* ============================================================
   FEATURE: groen checkmark-bolletje op geselecteerd kleurvakje
   ============================================================ */
.custom-color-variant {
  position: relative;
  overflow: visible;
}
.custom-color-variant.active::before {
  content: '✓';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #00b67a;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

/* ============================================================
   FEATURE: kop boven de bundle-rij (vult de lege .rk-bs__heading)
   ============================================================ */
.rk-bs .rk-bs__heading {
  display: block !important;
}
.rk-bs .rk-bs__heading::before {
  content: "Choose a bundle & save";
}

/* ============================================================
   TYPOGRAFIE-COHESIE PRODUCT-KOLOM — alles op MONTSERRAT
   ============================================================ */
.product__info, .product__info *,
.rk-bs, .rk-bs * {
  font-family: 'Montserrat', sans-serif !important;
}
.product__info .rk-product-subtitle, .product__info .rk-product-subtitle *,
.product__info .nl-bullets__list, .product__info .nl-bullets__list *,
.cg-trust-line, .cg-trust-line *,
.rk-rhino, .rk-rhino * {
  font-family: 'Montserrat', sans-serif !important;
}
.product__info .rk-product-subtitle {
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #555 !important;
  font-weight: 400 !important;
}
.product__info .nl-bullets__text {
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #1f1f1f !important;
}
.cg-trust-line .cg-text {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #555 !important;
}
.rk-rhino {
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #555 !important;
}
.product__info .details .details__content {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* ============================================================
   FIX: productkaart-prijzen kleiner (site-breed)
   ============================================================ */
.product-card .price__regular,
.product-card .price--on-sale .price__regular {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.product-card .price__sale,
.product-card .price--on-sale .price__sale {
  font-size: 13px !important;
  line-height: 1.2 !important;
}
.product-card .price__savings-badge {
  font-size: 10px !important;
  padding: 2px 7px !important;
}

/* ============================================================
   TWEAK: bundle-namen en -prijzen (rk-bs kaarten) iets groter
   ============================================================ */
.rk-bs .rk-bs__title {
  font-size: 13px !important;
}
.rk-bs .rk-bs__price {
  font-size: 14px !important;
}
.rk-bs .rk-bs__compare {
  font-size: 11px !important;
}
