.elementor-kit-8{--e-global-color-primary:#E0C9BC;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#68636D;--e-global-color-accent:#E485C0;--e-global-color-1230301:#F2F3F0;--e-global-color-8491f65:#47424D;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:400;font-family:"Raleway", Sans-serif;font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Abhaya Libre", Sans-serif;font-weight:500;}.elementor-kit-8 h2{font-family:"Abhaya Libre", Sans-serif;font-weight:500;}.elementor-kit-8 h3{font-family:"Abhaya Libre", Sans-serif;font-weight:500;}.elementor-kit-8 h4{font-family:"Abhaya Libre", Sans-serif;font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Abhaya Libre", Sans-serif;font-size:20px;font-weight:500;border-style:solid;border-width:2px 2px 2px 2px;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.usp-icon{
  width: 50px;
  margin: 0 20px 0 0;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1024px){
  .usp-icon{
    width: 40px;
    margin: 0 10px 0 0;
  }
}

.scroll-viewport {
  height: 470px;
  overflow: hidden;
  position: relative;
}

.scroll-track {
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  animation: scroll-up 45s linear infinite;
}

.scroll-viewport.down .scroll-track {
  animation-direction: reverse;
}

@keyframes scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.scroll-viewport:hover .scroll-track { animation-play-state: paused; }


.scroll-track > * { flex: 0 0 auto; }

@media (max-width: 767px){
  .full-bleed {
    position: relative;
  }
}

.blog-image img {
    height: 250px;
    object-fit: cover;
}

@media (max-width: 1024px){
    .blog-image img {
    height: 200px;
    object-fit: cover;
}
}

@media (max-width: 767px) {
  .posts-slider .elementor-posts-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .posts-slider .elementor-posts-container::-webkit-scrollbar {
    display: none;
  }

  .posts-slider .elementor-post {
    flex: 0 0 100%; /* 1 post per view */
    scroll-snap-align: start;
  }
}

@media (max-width: 767px) {
  .posts-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .posts-pagination .bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
  }

  .posts-pagination .bullet.active {
    background: #000; /* actieve kleur */
  }
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}


/* Verberg JetWoo sterren */
.jet-woo-product-rating {
    display: none !important;
}

/* Prijs + rating naast elkaar */
.jet-woo-product-price {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Rating naar rechts drukken */
.yhds-rating {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #9E7692;
    font-weight: 500;
    font-size: 15px;
}

/* Ster */
.yhds-svg-star {
    width: 15px;
    height: 15px;
    fill: #e485c0;
}

.yhds-rating-count {
    font-weight: 300;
}

.elementor-post__category, .elementor-post__categories {
    color: #E485C0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
}

.elementor-post__category:hover, .elementor-post__categories:hover {
    color: #68636d;
}

.jet-woo-products__inner-box .jet-woo-product-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4em;
  min-height: calc(2 * 1.4em);
}

.woocommerce-info {
    border-top-color: #e485c0;
}

.woocommerce-info::before {
    color: #e485c0;
}

.yhds-verified-buyer {
	display: inline-block;
	font-size: 0.85em;
	color: #9E7692;
	background: #E485C020;
	padding: 2px 8px;
	border-radius: 999px;
	font-weight: 500;
}

body.product-cat-has-variable .hide-price-filter-when-variable {
    display: none !important;
}

/* Maak product thumbnails altijd vierkant + centreer afbeelding (mid/mid) */
.jet-woo-products__thumb-wrap,
.jet-woo-product-thumbnail,
.jet-woo-product-thumbs,
.jet-woo-product-thumbs__inner{
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;   /* mid */
  justify-content: center; /* mid */
}

/* Zorg dat elke img binnen die vierkante box netjes schaalt */
.jet-woo-product-thumbs__inner img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%; 
  display: block;
}

/* Inner padding weghalen mega menu */
.jet-mega-menu-mega-container__inner {
    padding: 0px !important;
}

/* Label manual label producten 
.jet-woo-product-thumbnail {
    position: relative;
}

.manual-label {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "Abhaya Libre", Sans-serif;
    padding: 5px;
    background-color: #e485c0;
    color: #ffffff;
    font-size: 20px;
    z-index: 999;
    pointer-events: none;
    border-radius: 100px;
}

@media (max-width: 768px) {
    .manual-label {
        font-size: 16px;
    }
} */

th.product-name, th.product-price, th.product-quantity, th.product-subtotal {
    font-weight: 400 !important;
}

.woocommerce-shipping-totals.shipping, tr.cart-subtotal {
    display: none !important;
}

.wc-block-components-checkout-place-order-button {
    background-color: #e485c0 !important;
    border-color: #e485c0 !important;
    color: white !important;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: white !important;
    border-color: #e485c0 !important;
    color: #e485c0 !important;
}

.pwgc-apply-gift-card-button:hover {
    background-color: #e485c0;
    border-color: #e485c0;
    color: white;
}

.pwgc-apply-gift-card-button {
    background-color: white;
    border-color: #e485c0;
    color: #e485c0;
}

.wc-block-components-checkbox__label a {
    color: #e485c0;
}

.wc-block-components-product-metadata__description {
    display: none;
}

#payment-method-message {
    display: none;
}

/* Manual label producten */
.jet-woo-product-thumbnail {
    position: relative;
    overflow: hidden; /* zorgt dat de ribbon netjes binnen de thumbnail blijft */
}

.manual-label {
    position: absolute;
    top: 22px;
    right: -38px;
    z-index: 999;
    pointer-events: none;

    display: inline-block;
    min-width: 150px;
    text-align: center;

    font-family: "Abhaya Libre", Sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    background-color: #e485c0;

    padding: 5px 28px;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

    transform: rotate(45deg);
    transform-origin: center;
}

/* kleine driehoekjes/afwerking aan beide kanten optioneel */
.manual-label::before,
.manual-label::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.manual-label::before {
    left: -1px;
    border-width: 0 0 20px 16px;
    border-color: transparent transparent #cf6fad transparent;
}

.manual-label::after {
    right: -1px;
    border-width: 20px 16px 0 0;
    border-color: #cf6fad transparent transparent transparent;
}

@media (max-width: 768px) {
    .manual-label {
        font-size: 16px;
        min-width: 120px;
        top: 18px;
        right: -32px;
        padding: 5px 22px;
    }

    .manual-label::before {
        border-width: 0 0 16px 12px;
    }

    .manual-label::after {
        border-width: 16px 12px 0 0;
    }
}

.yhds-staffel-discount {
    color: #e485c0;
    margin-left: 10px;
}

#aafw-placeautocomplete-shipping::part(prediction-list) {
  background-color: #fff !important;
}

#aafw-placeautocomplete-shipping::part(prediction-item) {
  background-color: #fff !important;
}

.aafw-search-address-label {
    display: none;
}

.woocommerce-message {
    border-top-color: #e485c0 !important;
}

.yhds-checkout-address-notice {
	font-size: 13px;
	margin: 0 !important;
}

.yhds-staffel-price-excl {
    display: none;
}

body.yhds-tax-display-excl .yhds-staffel-price-incl {
    display: none;
}

body.yhds-tax-display-excl .yhds-staffel-price-excl {
    display: inline;
}

body.yhds-tax-display-incl .yhds-staffel-price-incl {
    display: inline;
}

body.yhds-tax-display-incl .yhds-staffel-price-excl {
    display: none;
}

.elementor-widget-jet-smart-filters-checkboxes:has(> .elementor-widget-container > .jet-smart-filters-checkboxes[style*="display: none"]) {
    display: none !important;
}
.elementor-widget-jet-smart-filters-checkboxes {
    margin: 0 !important;
}

.yhds-mini-cart-empty {
  display: block !important;
}

/*
@media (max-width: 767px) {
  [id^="trustbadge-container-"] {
    display: none !important;
  }
}
*/

gmp-place-autocomplete::part(input) {
  color: #1c1c1c !important;
  -webkit-text-fill-color: #1c1c1c !important;
  caret-color: #1c1c1c !important;
}

gmp-place-autocomplete::part(input)::placeholder {
  color: #1c1c1c !important;
  -webkit-text-fill-color: #1c1c1c !important;
  opacity: 1 !important;
}

.woocommerce-checkout a.wc-block-checkout__login-prompt {
  font-size: 15px !important;
}

.elementor-element-c8d12cd .elementor-icon-wrapper,
.elementor-element-427d3a6 .elementor-icon-wrapper {
	position: relative;
	display: inline-block;
}

.elementor-element-c8d12cd .yhds-cart-count,
.elementor-element-427d3a6 .yhds-cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #e485c0;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	box-sizing: border-box;
	z-index: 10;
	pointer-events: none;
}

etrusted-widget {
  display: block;
  max-width: 100%;
  transform: scale(0.85);
  transform-origin: left center;
  margin: 0 !important;
}

@media (max-width: 767px) {
  etrusted-widget {
    transform: scale(0.75);
  }
}

@media (max-width: 767px) {
  .mob-rela {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .jet-woo-thumb-with-effect .jet-woo-product-thumbs.effect-fade img:last-child,
  .jet-woo-thumb-with-effect .hovered-content,
  .jet-woo-thumb-with-effect .jet-woo-product-img-overlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .jet-woo-thumb-with-effect .jet-woo-product-thumbs__inner img {
    opacity: 1 !important;
    transform: none !important;
  }
}

.wc-block-cart__totals-title {
    font-size: 25px !important;
    font-family: "Abhaya Libre", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: none !important;
    color: #68636d !important;
}

.wc-block-cart-items__header, .wc-block-cart-items__header-image, .wc-block-cart-items__header-total {
    text-transform: none !important;
    font-size: 18px !important;
    font-family: "Abhaya Libre", Sans-serif !important;
    color: #68636d !important;
}

.wc-block-cart-item__wrap, .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    font-family: "Abhaya Libre", Sans-serif !important;
    color: #68636d !important;
}

.wc-block-components-button__text {
    font-family: "Abhaya Libre", Sans-serif !important;
    font-size: 20px !important;
}

.wc-block-components-totals-item__label {
    font-family: "Abhaya Libre", Sans-serif !important;
    font-size: 20px !important;
    color: #68636d !important;
}

.wc-block-components-product-name, .wc-block-components-product-details {
    font-size: 18px !important;
    color: #68636d !important;
}

.wc-block-components-quantity-.elementor-kit-8__input {
    font-size: 16px !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator,
.wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title):not(.with-empty-cart-icon) {
    display: none !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before {
    display: none !important;
    content: none !important;
}

.wp-block-woocommerce-empty-cart-block p.has-text-align-center a {
    color: #68636d !important;
    text-decoration: underline !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    font-size: 25px !important;
}

table.wc-block-cart-items {
    background-color: #f2f3f0 !important;
    padding: 10px !important;
}

.wc-block-cart-items,
.wc-block-cart-items thead,
.wc-block-cart-items tbody,
.wc-block-cart-items tr,
.wc-block-cart-items th, 
.wc-block-cart-items td {
    background: #f2f3f0 !important;
    padding: 10px !important;
}

body table.wc-block-cart-items,
body table.wc-block-cart-items td,
body table.wc-block-cart-items th {
    background: #f2f3f0 !important;
    padding: 10px !important;
}

.wc-block-components-checkout-order-summary__title-text, .wc-block-components-product-name, .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item-tax-value,
.wc-block-components-totals-item__value span,
.wc-block-components-totals-footer-item-tax-value span {
    font-family: "Abhaya Libre", sans-serif !important;
    color: #68636d !important;
    font-size: 18px !important;
}

@media (max-width: 767px) {
    .wc-block-cart-items__row,
    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
        padding: 20px !important;
    }
    .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed !important;
    }

    .wc-block-cart-item__product,
    .wc-block-cart-item__wrap,
    .wc-block-cart-item__total,
    .wc-block-cart-item__image {
        min-width: 0 !important;
    }

    .wc-block-cart-items td,
    .wc-block-cart-items th {
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }
}

/* WooCommerce Checkout Blocks: velden + overzicht naast elkaar */
@media (min-width: 782px) {
  .wc-block-components-sidebar-layout.wc-block-checkout {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 40px !important;
  }

  .wc-block-components-main.wc-block-checkout__main {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .wc-block-components-sidebar.wc-block-checkout__sidebar {
    flex: 0 0 380px !important;
    width: 380px !important;
    max-width: 380px !important;
    min-width: 320px !important;
    margin-left: 0 !important;
  }
  .wc-block-cart-items__header-image {
    padding-left: 16px !important;
}
}

/* Mobiel gewoon onder elkaar houden */
@media (max-width: 781px) {
  .wc-block-components-sidebar-layout.wc-block-checkout {
    display: block !important;
  }

  .wc-block-components-sidebar.wc-block-checkout__sidebar,
  .wc-block-components-main.wc-block-checkout__main {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Reset bestaande lijnen */
.wc-block-cart-items,
.wc-block-cart-items thead,
.wc-block-cart-items tbody,
.wc-block-cart-items th,
.wc-block-cart-items td,
.wc-block-cart-items__header,
.wc-block-cart-items__row {
  border: none !important;
  box-shadow: none !important;
}

/* Zorg dat de tabel netjes werkt */
.wc-block-cart-items {
  border-collapse: collapse !important;
}

/* Productrij als referentie voor de lijn */
.wc-block-cart-items tbody tr.wc-block-cart-items__row {
  position: relative !important;
}

/* Alleen een lijn tussen de producten */
.wc-block-cart-items tbody tr.wc-block-cart-items__row:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ffffff;
}

.wc-block-cart-item__remove-link {
    z-index: 10 !important;
}

@media (min-width: 1025px) {
  .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    margin-right: 50px !important;
    padding: 30px !important;
    background-color: #f2f3f0 !important;
  }
}

@media (max-width: 1024px) {
  .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.wc-block-components-totals-coupon__button:disabled .wc-block-components-button__text,
.wc-block-components-totals-coupon__button[aria-disabled="true"] .wc-block-components-button__text {
    color: #fff !important;
    opacity: 1 !important;
}

body.woocommerce-cart #pwgc-redeem-gift-card-container {
  display: none !important;
}

.btw-validatie-melding {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.btw-validatie-melding.is-invalid {
  color: #b45309;
}

.btw-validatie-melding.is-valid {
  color: #15803d;
}

.jet-woo-product-price .price,
.elementor-jet-single-price .price {
    line-height: 1;
}

.jet-woo-product-price .price del,
.elementor-jet-single-price .price del {
    text-decoration: none !important;
    line-height: 1;
}

.jet-woo-product-price .price ins,
.elementor-jet-single-price .price ins {
    text-decoration: none;
    line-height: 1;
}

.jet-woo-product-price .price del,
.elementor-jet-single-price .price del {
    margin-right: 10px;
}

.jet-woo-product-price .price del,
.jet-woo-product-price .price ins,
.jet-woo-product-price .price del .woocommerce-Price-amount,
.jet-woo-product-price .price ins .woocommerce-Price-amount {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.elementor-jet-single-price .price ins {
    position: relative;
    top: -0.08em;
}

.jet-woo-product-price .price del .woocommerce-Price-amount {
    position: relative;
}

.elementor-jet-single-price .price .wts-price-container,
.elementor-jet-single-price .price del,
.elementor-jet-single-price .price ins,
.elementor-jet-single-price .price .wts-price-wrapper,
.elementor-jet-single-price .price .wts-active,
.elementor-jet-single-price .price .wts-active .woocommerce-Price-amount,
.elementor-jet-single-price .price .wts-active .woocommerce-Price-amount bdi {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.elementor-jet-single-price .price .wts-inactive {
    display: none !important;
}

.elementor-jet-single-price .price del .wts-active .woocommerce-Price-amount {
    position: relative;
}

.jet-woo-product-price .price del .woocommerce-Price-amount::after,
.elementor-jet-single-price .price del .wts-active .woocommerce-Price-amount::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

.jet-woo-product-price .woocommerce-Price-currencySymbol,
.elementor-jet-single-price .woocommerce-Price-currencySymbol {
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 0.15em;
}

@media (max-width: 767px) {
    .jet-woo-product-price .woocommerce-Price-currencySymbol,
    .elementor-jet-single-price .woocommerce-Price-currencySymbol {
        top: 0.1em;
    }
}

.jet-woo-product-price .woocommerce-Price-amount bdi,
.elementor-jet-single-price .woocommerce-Price-amount bdi {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

/* Cadeaubon product: velden bovenaan, kooprij eronder */
form.cart:has(#pwgc-purchase-container) .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Cadeaubon formulier altijd volledige breedte */
form.cart:has(#pwgc-purchase-container) #pwgc-purchase-container {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 1 !important;
    display: block !important;
}

/* Cadeaubon velden netjes over volledige breedte */
form.cart:has(#pwgc-purchase-container) .pwgc-field-container {
    width: 100% !important;
}

form.cart:has(#pwgc-purchase-container) .pwgc-input-text,
form.cart:has(#pwgc-purchase-container) #pwgc-message {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Hoeveelheid + koopknop onder het cadeaubonformulier */
form.cart:has(#pwgc-purchase-container) .woosa-qty-minus,
form.cart:has(#pwgc-purchase-container) .quantity,
form.cart:has(#pwgc-purchase-container) .woosa-qty-plus,
form.cart:has(#pwgc-purchase-container) .single_add_to_cart_button {
    order: 2 !important;
}

/* Koopknop vult de resterende ruimte naast de +/- */
form.cart:has(#pwgc-purchase-container) .single_add_to_cart_button.elementor-button {
    flex: 1 1 auto !important;
}

/* Mobiel cadeaubon: formulier boven, normale quantity breedte, button strak naast + */
@media (max-width: 767px) {
    form.cart:has(#pwgc-purchase-container) .woocommerce-variation-add-to-cart {
        display: grid !important;
        grid-template-columns: auto auto auto minmax(0, 1fr) !important;
        column-gap: 8px !important;
        row-gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    form.cart:has(#pwgc-purchase-container) #pwgc-purchase-container {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Laat - 1 + hun normale styling en breedte behouden */
    form.cart:has(#pwgc-purchase-container) .woosa-qty-minus,
    form.cart:has(#pwgc-purchase-container) .quantity,
    form.cart:has(#pwgc-purchase-container) .woosa-qty-plus {
        width: auto !important;
        min-width: unset !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Alleen de afstand tussen + en koopknop kleiner maken */
    form.cart:has(#pwgc-purchase-container) .woosa-qty-plus {
        margin-right: -3px !important;
    }

    form.cart:has(#pwgc-purchase-container) .single_add_to_cart_button.elementor-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        justify-self: stretch !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    form.cart:has(#pwgc-purchase-container) .single_add_to_cart_button .elementor-button-content-wrapper {
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    form.cart:has(#pwgc-purchase-container) .single_add_to_cart_button .elementor-button-text {
        min-width: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810,
#trustbadge-container-98e3dadd90eb493088abdc5597a70810 > div,
#trustbadge-container-98e3dadd90eb493088abdc5597a70810 > div > div {
  top: auto !important;
  bottom: 20px !important;
  left: 20px !important;
  right: auto !important;
  position: fixed !important;
}

#btw-validatie-melding.btw-validatie-melding {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  flex-basis: 100%;
  clear: both;
  margin-top: 6px;
}/* End custom CSS */