.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;
    border-color: #e485c0;
    color: white;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: white;
    border-color: #e485c0;
    color: #e485c0;
}

.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;
}/* End custom CSS */