body {
  overflow-x: hidden; /* Verberg horizontaal scrollen op heel de pagina */
}

.scrolling-text-container {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 8px 0;
}

.scrolling-track {
  display: flex;
  flex-shrink: 0;
  min-width: 200%;
  animation: scroll-left 30s linear infinite; /* desktop snelheid */
}

.scrolling-text {
  white-space: nowrap;
  color: #0b572b; /* donkergroen */
  font-size: 14px;
  font-weight: bold;
  padding-right: 50px; /* ruimte tussen herhalingen */
}

/* Animatie */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Tablet snelheid */
@media (max-width: 1024px) {
  .scrolling-track {
    animation-duration: 40s;
  }
}

/* Mobiel snelheid */
@media (max-width: 768px) {
  .scrolling-track {
    animation-duration: 40s;
  }
}

/* Klein mobiel */
@media (max-width: 480px) {
  .scrolling-track {
    animation-duration: 40s;
  }

  .scrolling-text {
    font-size: 13px;
  }
}


html, body {
  overflow-x: hidden;
}



@media (max-width: 768px) {
  .product-slider {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-left: 16px;
    flex-wrap: nowrap !important;
  }

  .product-slider > .elementor-element {
    flex: 0 0 70vw !important;
    scroll-snap-align: start;
    width: auto !important;
    max-width: none !important;
  }

  .product-slider::-webkit-scrollbar {
    display: none;
  }

  .product-slider {
    -ms-overflow-style: none;
    scrollbar-width:
			


			
.single-product .product_cat-nestro-briketten span.onsale,
.archive .product_cat-nestro-briketten span.onsale {
    border-radius: 0 5px 5px 0 !important;
    padding: 8px 14px !important;
    background-color: #2e7d32 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 14px;
}








		
			
			
			
