/** Shopify CDN: Minification failed

Line 231:71 Expected ":"

**/
:root {
  --base-green: #1F312E;
  --light-green: #E4FFB1;
  --base-orange: #F1B355;
  --dark-green: #0F2A26;
  --error: #ff3333;
  --success: #7fc990ff;
  --cta: #f1b355;
}

/* FLICKITY -----------------------------------*/

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
    display: inline-block;
    position: absolute;
    background: var(--base-orange);
    outline: 0px solid white;
    color: var(--base-green);
    border: none;
    transition: all .2s;
}

.flickity-button:hover {
  background: #9cad5b ;
  cursor: pointer
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19F
}

.flickity-button:active {
  opacity: .6
}

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.flickity-button-icon {
  fill: currentColor
}

.flickity-prev-next-button {
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-page-dots {
  position: relative;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: var(--light-green);
  outline: 1px solid var(--base-green);
  border-radius: 50%;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  background: var(--base-orange);
  opacity: 1;
}


p.sw-module-uitleg-btn {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, var(--light-green) 50%, #fff8f2 50%);
  background-size: 200% 100%;
  background-position: right;
  border-bottom: 4px solid #b59980;
  color: #22322a;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 100px;
  cursor: pointer;
  margin: 0;
  margin-top: 75px;
  height: auto;
  border-radius: 5px;
  text-align: center;
  transition: all .4s ease-in-out;
}

p.sw-module-uitleg-btn:hover {
  background-position: left;
  border-bottom: 4px solid #67b7ae;
}

/* SW GENERAL STYLES */

.sw-gen-spacer {
  display: block !important;
  position: relative;
  width: 100%;
}
.sw-gen-spacer .px10  {   height: 10px;   }
.sw-gen-spacer .px25  {   height: 25px;   }
.sw-gen-spacer .px50  {   height: 50px;   }
.sw-gen-spacer .px75  {   height: 75px;   }
.sw-gen-spacer .px100 {   height: 100px;  }
.sw-gen-spacer .px150 {   height: 150px;  }
.sw-gen-spacer .px200 {   height: 200px;  }
.sw-gen-spacer .px250 {   height: 250px;  }

.sw-blok {
  display: flex; flex-wrap: wrap; position: relative;
  margin: 0 auto; width: 100%; max-width: 1500px; padding: 0 30px;
}

.sw-blok-block {
  display: block; flex-wrap: wrap; position: relative;
  margin: 0 auto; width: 100%; max-width: 1500px; padding: 0 30px;
}

.light-bg {}

.sw-blok-mob-full { padding: 0 30px; }
@media screen and (max-width: 768px) { .sw-blok-mob-full { padding: 0; }}

.sw-blok .flex100 { flex: 1 1 100%; position: relative; min-width: 450px; }
.sw-blok .flex90  { flex: 1 1 88%;  position: relative; min-width: 300px; }
.sw-blok .flex80  { flex: 1 1 78%;  position: relative; min-width: 300px; }
.sw-blok .flex70  { flex: 1 1 68%;  position: relative; min-width: 300px; }
.sw-blok .flex60  { flex: 1 1 58%;  position: relative; min-width: 300px; }
.sw-blok .flex50  { flex: 1 1 48%;  position: relative; min-width: 300px; }
.sw-blok .flex40  { flex: 1 1 38%;  position: relative;                   }
.sw-blok .flex30  { flex: 1 1 28%;  position: relative;                   }
.sw-blok .flex20  { flex: 1 1 18%;  position: relative;                   }
.sw-blok .flex10  { flex: 1 1 8%;   position: relative;                   }
.sw-blok .flex5   { flex: 1 1 4%;   position: relative;                   }

/* SALC SHELL */

.shell { 
  display: block; position: relative; 
  max-width: var(--page-width); margin: 0 auto; margin-bottom: 50px;ful.sw-pdp-inbouwen
}
.shell h3.transparant { 
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: clamp(12px, 4vw, 250px);
    color: #fff;
    bottom: 35%;
    opacity: .05;
    font-weight: 700;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%);
    z-index: -1;
}
.sw-salc-info {
  text-align: center; 
}
.sw-salc-info h3 {
  font-size: 50px; color: var(--base-orange); 
  font-weight: bold; text-align: center; margin: 0;
} 

h5.sw-salc-opmerking {
  display: inline-block; margin: 0 auto; text-align: center; 
  color: var(--base-orange);
  padding: 5px 10px; font-size: 17px; font-weight: bold;
}

.sw-salc-info h3 span {
  margin-left: 0;
  color: white;
} @media screen and (max-width:768px) {
  .sw-salc-info h3 span {
    display: block;
    margin: 0;
  }}

.sw-salc-info h3:after {
  content: '';
  display: block;
  border-bottom: 2px solid var(--light-green);
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}
.sw-salc-info p {
  font-size: 15px; color: var(--light-green); 
}
.shell button {
  display: block; position: relative; margin: 0 auto; 
  margin-top: 100px; background: var(--base-orange); 
  color: var(--base-green); font-size: 20px; 
  font-weight: bold; padding: 10px 20px; text-align: center; 
}
.shell img.box {
  display: none; position: absolute; left: 50%; 
  transform: translate(-50%, 0%); bottom: 0px; 
  width: 150px; height: auto; 
}
.shell .highlights {
  display: flex; flex-wrap: wrap; column-gap: 2.5%; align-items: baseline;  
}
.shell .highlights p {
  flex: 1 1 30%; font-size: 18px; font-weight: bold; 
  color: white; min-width: 250px;
}
.shell .space {
  display: block !important; position:relative; 
  margin-bottom: 150px; 
}

.sw-salc-container {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}

/* SW PDP */

.sw-pdp-title {
  text-align: center;  position: relative;
  display: block; margin: 0 auto;
}

h1.sw-pdp-title  {
  font-size: 50px; color: var(--base-orange); 
  font-weight: bold; text-align: center;
} 

h1.sw-pdp-title span { color: white; }
@media screen and (max-width: 768px) { h1.sw-pdp-title span { display: block; margin: 0; }}

h1.sw-pdp-title:after {
  content: ''; display: block; border-bottom: 2px solid var(--light-green);
  width: 70%; margin: 0 auto; margin-top: 20px; 
}

ul.sw-pdp-top-opties {
  list-style: none;
  color: var(--base-orange);
  margin: 0;
  padding: 0;
  font-weight: bold;
}

img.sw-pdp-box { 
  display: block; width: 200px; height: auto;
}

p.sw-pdp-greentext {
  font-size: 15px;
  color: var(--light-green);
}

ul.sw-pdp-inbouwen {
  display: block; position: relative; list-style: none; padding: 30px; margin-left: 20px;
  border: 2px solid var(--base-orange);
  background-color: var(--base-green); font-size: 17px;
}

img.sw-pdp-highlight-icon {
  display: block; margin: 0 auto; width: 75px; height: 75px;
}

p.sw-pdp-highlight {
  font-size: 18px; font-weight: bold; text-align: center;
} p.orange { color: var(--base-orange); }
p.sw-pdp-highlight:after { content: ''; border-bottom: 1px solid var(--light-green); }

.sw-pdp-lightbg {
  display: block !important;
  background: #FFFCF5;
}

h4.sw-pdp-info-title {
  color: var(--base-orange); margin: 0; font-weight: bold; line-height: 2;
}

p.sw-pdp-info-text {
  color: var(--base-green); padding: 10px 20px; text-align: justify;
}

.btn-add-to-cart {
  background-color: #111;
  color: #fff;
  padding: 14px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-add-to-cart:hover {
  background-color: #ffc857;
  color: #000;
}

/* SW EXAMPLES ---------------------------*/

 /* ---------- BANNER + HOTSPOTS (RESPONSIVE) ---------- */
.sw-example-hotspots {
  display: block;
  width: 100%;
  position: absolute;
  max-width: 1500px;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 5;
  bottom: 0;
}
@media screen and (max-width: 1199px) { 
  .sw-example-hotspots {
    position: relative;
    height: auto;
  }}

/* ===== HOTSPOT (infoscherm) ===== */
.salc-hotspot {
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 220px;
  background: var(--base-orange);
  border-radius: 0px;
  padding: 12px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--base-green);
  z-index: 1;
  border: 5px solid var(--base-green);
  cursor: default;
  animation: pulse-glow 2s infinite;
  transition: all .3s;
}
.salc-hotspot:hover {
  font-size: 1.1rem;
  width: 300px;
}

@media screen and (max-width: 1199px) {
  .salc-hotspot {
    background: none;
    color: var(--base-orange);
    border: none;
    border-bottom: 1px solid var(--light-green);
    text-align: center;
  }
}

/* ===== PULS GLOW – ANIMATIE ===== */
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0 0px 40px rgba(255, 255, 255, 1);
  }

  100% {
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
  }

}

/* ===== PIJL ONDER ELK INFO-VAK ===== */
.salc-hotspot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 5px;
  height: 42px;
  background: white;
}

.salc-hotspot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 42px);
  transform: translateX(-50%);
  border: 20px solid #ffffff;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, .75);
  border-radius: 100px;
}

/* ===== RESPONSIVE (mobiel) ===== */
@media (max-width: 1199px) {
  .salc-banner {
    aspect-ratio: auto;
    height: auto;
  }

  .salc-banner__img {
    height: auto;
  }

  .salc-hotspot, .salc-hotspot:hover {
    position: static;
    transform: none;
    width: auto;
    margin: 1rem 0;
    animation: none;
    font-size: 0.9rem;
  }

  .salc-hotspot::after,
  .salc-hotspot::before {
    display: none;
  }

}

/* Wrapper styling */
.sw-toggle-wrapper {
  display: block;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
}

.sw-toggle-wrapper p {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: sub;
}

.sw-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.sw-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

img.sw-ai-enhanced {
  display: block;
  position: absolute;
  width: 125px;
  height: 125px;
  top: 50%;
  left: 10%;
  z-index: 10;
}

.sw-slider {
  position: absolute;
  cursor: pointer;
  background-color: white;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s;
  box-shadow: inset 1px 1px 8px #0a0a0a;
  outline: 2px solid #000000;
}

.sw-slider::before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 2px;
  top: 2px;
  background-color: #02061e;
  border-radius: 50%;
  transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
}
.test{} 

.sw-slider::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ed3f3f;
  transition: background-color 0.3s;
}

.sw-toggle input:checked + .sw-slider::before {
  transform: translateX(30px);
}

.sw-toggle input:checked + .sw-slider::after {
  background-color: #a8f59d;
}
/* ---------- BANNER + HOTSPOTS (RESPONSIVE) ---------- */ 



.sw-handleiding { 
  padding: 20px;
  border: 1px solid var(--light-green);
}

p.handleiding-opmerking {
  flex: 0 0 100%;
  font-size: 17px;
  color: var(--light-green);
  font-weight: bold;
  text-transform: italic;
}


.sw-handleiding-title {
  display: block;
  position: relative;
  width: 100%;
  color: var(--base-orange);
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 25px;
}

.sw-handleiding-subtitle {
  display: block;
  position: relative;
  width: 100%;
  color: var(--light-green);
  font-weight: bold;
  font-size: 17px;
  margin: 0;
  margin-bottom: 25px;
}



.sw-handleiding-start {
  display: block;
  position: relative;
  width: 100%;
  color: var(--base-orange);
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 50px;
}



.sw-handleiding {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem 0;
}

.sw-handleiding > .flex100,
.sw-handleiding > .flex50 {
  flex: 0 0 auto;
  width: 100%;
  max-width: 325px;
  scroll-snap-align: start;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.sw-handleiding-start {
  flex: 0 0 100%;
  scroll-snap-align: start;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--base-orange);
}

.sw-handleiding-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: var(--base-orange);
}

.sw-handleiding-subtitle {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  margin-top: 1rem;
  color: var(--light-green);
}

.sw-handleiding ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}

.sw-handleiding li {
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

/* ADD TO CART ------------------*/

.fixed-cart-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 750px;
  z-index: 1000;
  background: var(--base-green);
  padding: 0.75rem 1rem;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-top: 2px solid white;
  border-left: 2px solid white;
}

.fixed-cart-bar .cart-product-title {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixed-cart-bar .cart-product-price {
  font-size: 1rem;
  color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.fixed-cart-bar .btn-add-to-cart {
  background: var(--base-orange);
  color: var(--base-green);
  font-weight: 700;
  border: none;
  border-radius: 2px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s;
  flex-shrink: 0;
}

.fixed-cart-bar .btn-add-to-cart:hover,
.fixed-cart-bar .btn-add-to-cart:focus {
  background: #e47b24; /* Donkerdere variant van je orange */
}

/* SW FLICK --------------*/

/* SW FLICK ------------------*/

.salc-motion {
  position: relative;
  width: 100%;
  color: white;
}

.salc-motion__viewport {
  overflow: hidden;
  width: 100%;
}

.salc-motion__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  will-change: transform;
  touch-action: pan-y;
  user-select: none;
}

.salc-motion__track.is-animating {
  transition-property: transform;
  transition-timing-function: ease;
}

.salc-motion.is-salc-motion-static .salc-motion__track {
  justify-content: center;
}

.salc-motion__item {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  margin-right: 0;
}

.salc-motion__button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid var(--light-green);
  border-radius: 5px;
  background: #292824;
  color: white;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.salc-motion__button[disabled],
.salc-motion__button[hidden] {
  display: none;
}

.salc-motion__button--prev {
  left: 10px;
}

.salc-motion__button--next {
  right: 10px;
}

.salc-motion__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 20px;
}

.salc-motion__dots[hidden] {
  display: none;
}

.salc-motion__dot {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 2px solid var(--light-green);
  border-radius: 999px;
  background: transparent;
  color: var(--base-orange);
  opacity: 1;
  cursor: pointer;
}

.salc-motion__dot.is-active {
  background: currentColor;
  opacity: 1;
}