/** Shopify CDN: Minification failed

Line 176:16 Expected identifier but found whitespace
Line 176:22 Unexpected ";"

**/
:root {
        --primary: #0c3a39;
        --sec: #FFA917;
        --cta: ;
        --link: #E0CEA7;
        --text-dark: #333;
        --text-light: ;
        --error: #fc7878;
        --light-border : #A6BCBB;

		--normal-content-width: 500px !important;
		--normal-page-width: 100rem;
}

@media screen and (max-width: 749px) {
  .menu-drawer,
  .menu-drawer__submenu,
  .menu-drawer__animated-element {
    animation-duration: 0.3s !important;
    transition-duration: 0.3s !important;
    animation-delay: .01s !important;
    transition-delay: 0s !important;
  }
}


/* SW FLEX DESINGSYSTEM -------*/

.sw-row { display: flex;flex-wrap: wrap; position: relative; width: 100%; }

.sw-absolute { position: absolute; }
.sw-margin-none { margin: 0; }
.sw-padding-none { padding: 0; }

.sw-mobile-hide {} @media (max-width:468px) { .sw-mobile-hide { display: none; }}
.sw-tablet-hide {} @media (max-width:768px) { .sw-tablet-hide { display: none; }}

.sw-row-100 	{ flex: 1 0 100%; position: relative; min-width: 350px; }
.sw-row-90 		{ flex: 1 0 90%;  position: relative; min-width: 350px; }
.sw-row-80 		{ flex: 1 0 80%;	 position: relative; min-width: 350px; }
.sw-row-75 		{ flex: 1 0 75%; 	 position: relative; min-width: 350px; 	}
.sw-row-70 		{ flex: 1 0 70%; 	 position: relative; min-width: 350px; 	}
.sw-row-60 		{ flex: 1 0 60%; 	 position: relative; min-width: 275px; 	}
.sw-row-50 		{ flex: 1 0 50%; 	 position: relative; min-width: 350px; 	}
.sw-row-40 		{ flex: 1 0 40%; 	 position: relative; min-width: 350px; 	}
.sw-row-45 		{ flex: 1 0 45%; 	 position: relative; min-width: 350px; 	}
.sw-row-33 		{	flex: 1 0 33%; 	 position: relative; min-width: 300px; 	}
.sw-row-30 		{	flex: 1 0 30%; 	 position: relative; min-width: 300px; 	}
.sw-row-25 		{	flex: 1 0 25%; 	 position: relative; }
.sw-row-20 		{	flex: 1 0 20%; 	 position: relative; }
.sw-row-15 		{	flex: 1 0 15%; 	 position: relative; }
.sw-row-10 		{	flex: 1 0 10%; 	 position: relative; }
.sw-row-5  		{	flex: 1 0 5%;  		 position: relative; }

@media (max-width:768px) { 
	.sw-row-100,.sw-row-90,.sw-row-80,.sw-row-70,.sw-row-60,.sw-row-50,.sw-row-40,.sw-row-30 {
		margin-bottom: 10px;
	}}

@media (max-width:768px) { .sw-display-none-mob { display: none; }}

.sw-column-gap-5 {	column-gap: 5%; }
.sw-column-gap-4 {	column-gap: 4%; }
.sw-column-gap-3 {	column-gap: 3%; }
.sw-column-gap-2 {	column-gap: 2%; }
.sw-column-gap-1 {	column-gap: 1%; }

.sw-margin-top-250 	{ margin-top: 250px; }
.sw-margin-top-100 	{ margin-top: 100px; }
.sw-margin-top-75 		{	margin-top: 75px; }
.sw-margin-top-50 		{	margin-top: 50px; }
.sw-margin-top-25 		{	margin-top: 25px; }
.sw-margin-top-10 		{	margin-top: 10px; }

.sw-margin-bottom-250	{ margin-bottom: 250px;	}
.sw-margin-bottom-100 	{ margin-bottom: 100px;		}
.sw-margin-bottom-75 		{ margin-bottom: 75px; 		}
.sw-margin-bottom-50 	{ margin-bottom: 50px; 		}
.sw-margin-bottom-25 		{ margin-bottom: 25px; 		}
.sw-margin-bottom-10 		{ margin-bottom: 10px; 		}

.sw-margin-left-250 { margin-left: 250px; }
.sw-margin-left-100 { margin-left: 100px; }
.sw-margin-left-75 { margin-left: 75px; }
.sw-margin-left-50 { margin-left: 50px; }
.sw-margin-left-25 { margin-left: 25px; }
.sw-margin-left-10 { margin-left: 10px; }

.sw-margin-right-250 { margin-right: 250px; }
.sw-margin-right-100 { margin-right: 100px; }
.sw-margin-right-75 { margin-right: 75px; }
.sw-margin-right-50 { margin-right: 50px; }
.sw-margin-right-25 { margin-right: 25px; }
.sw-margin-right-10 { margin-right: 10px; }
.sw-margin-right-5 { margin-right: 5px; }

.sw-margin-250 { margin: 250px; }
.sw-margin-100 { margin: 100px; }
.sw-margin-75 { margin: 75px; }
.sw-margin-50 { margin: 50px; }
.sw-margin-25 { margin: 25px; }
.sw-margin-10 { margin: 10px; }

.sw-margin-block-250 { display: block !important; margin: 250px; }
.sw-margin-block-100 { display: block!important; margin: 100px; }
.sw-margin-block-75 { display: block!important; margin: 75px; }
.sw-margin-block-50 { display: block!important; margin: 50px; }
.sw-margin-block-25 { display: block!important; margin: 25px; }
.sw-margin-block-10 { display: block!important; margin: 10px; }
.sw-margin-block-5 { display: block!important; margin: 5px; }

.sw-padding-top-250 { padding-top: 250px; }
.sw-padding-top-100 { padding-top: 100px; }
.sw-padding-top-75 { padding-top: 75px; }
.sw-padding-top-50 { padding-top: 50px; }
.sw-padding-top-25 { padding-top: 25px; }
.sw-padding-top-10 { padding-top: 10px; }

.sw-padding-bottom-250 { padding-bottom: 250px; }
.sw-padding-bottom-100 { padding-bottom: 100px; }
.sw-padding-bottom-75 { padding-bottom: 75px; }
.sw-padding-bottom-50 { padding-bottom: 50px; }
.sw-padding-bottom-25 { padding-bottom: 25px; }
.sw-padding-bottom-10 { padding-bottom: 10px; }

.sw-padding-leftright-250 { padding: 0 250px; }
.sw-padding-leftright-200 { padding: 0 200px; }
.sw-padding-leftright-100 { padding: 0 150px; }
.sw-padding-leftright-100 { padding: 0 100px; }
.sw-padding-leftright-75 { padding: 0 75px; }
.sw-padding-leftright-50 { padding: 0 50px; }
.sw-padding-leftright-25 { padding: 0 25px; }
.sw-padding-leftright-10 { padding: 0 10px; }

.sw-padding-topbottom-250 { padding: 250px 0px; }
.sw-padding-topbottom-200 { padding: 200px 0px; }
.sw-padding-topbottom-100 { padding: 150px 0px; }
.sw-padding-topbottom-100 { padding: 100px 0px; }
.sw-padding-topbottom-75 { padding: 75px 0px; }
.sw-padding-topbottom-50 { padding: 50px 0px; }
.sw-padding-topbottom-25 { padding: 25px 0px; }
.sw-padding-topbottom-10 { padding: 10px 0px; }

.sw-padding-250 { padding: 250px; }
.sw-padding-200 { padding: 200px; }
.sw-padding-150 { padding: 150px; }
.sw-padding-100 { padding: 100px; }
.sw-padding-90 { padding: 90px; }
.sw-padding-80 { padding: 80px; }
.sw-padding-75 { padding: 75px; }
.sw-padding-60 { padding: 60px; }
.sw-padding-50 { padding: 50px; }
.sw-padding-35 { padding: 35px; }
.sw-padding-25 { padding: 25px; }
.sw-padding-10 { padding: 10px; }
.sw-padding-5 { padding: 5px; }

.sw-min-width-500 { min-width: 500px }
.sw-min-width-400 { min-width: 400px }
.sw-min-width-300 { min-width: 300px }
.sw-min-width-250 { min-width: 250px }
.sw-min-width-200 { min-width: 200px }
.sw-min-width-100 { min-width: 100px }
.sw-min-width-50 { min-width: 50px }

body::-webkit-scrollbar-track {
  background: orange;        /* color of the tracking area */
}

scrollbar-color: green;

.mostly-customized-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}


/* HomePage --------------------------------------
-------------------------------------------------*/

/* Header */

/* Homepage vlakken */


/* Taalkeuze */

/* Newsletter 

.sw-newsletter {
	display: block;
	position: relative;
	width: 100%;
	height: 350px;
	background: var(--base-green);
	border-bottom: 2px solid #103c3c;
}

p.sw-newsletter-title {
	display: block;
	position: relative;
	text-align: center;
	color: white;
	padding-top: 20px;
	font-size: 28px;
	line-height: 1;
} @media (max-width:468px) {
	p.sw-newsletter-title { padding-top: 10px; font-size: 20px; }}

p.sw-newsletter-subtitle {
	display: block;
	position: relative;
	text-align: center;
	color: white;
	padding-top: 20px;
	font-size: 16px;
} @media (max-width:468px) {
	p.sw-newsletter-subtitle { padding-top: 10px; font-size: 12px; }}

*/

/* Collections--------------------------------------
----------------------------------------------------*/

.sw-col-toptekst {}
@media screen and (max-width: 768px) {  
	.sw-col-toptekst, collection-hero__title { 
		text-align: center;
}}

/* Productcard --------------------------------*/



/* Product Page ---------------------------------
---------------------------------------------------*/

/* Loyalty points */
.sw-product-loyalty {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	column-gap: 5%;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 20px;
	border-radius: 0 0 0 50px;
	border-radius: 5px 5px 25px;
	border-bottom: 2px dashed #ffa915;
}

.sw-product-loyalty img {
	flex: 1 1 40px;
	height: 30px;
	max-width: 40px;
}

.sw-product-loyalty p {
	flex: 1 1 75px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
}

.sw-product-loyalty p.btn {
	flex: 0 0 20px;
	height: 30px;
	position: relative;
	line-height: 2;
	padding: 0 9px;
	background: var(--base-orange);
	cursor: help;
	color: var(--base-green);
	border-radius: 5px 5px 10px;
}

.sw-product-loyalty img.logo {
	flex: 1 1 40px;
	height: 30px;
	max-width: 55px;
	height: auto;
	object-fit: contain;
}

.sw-product-loyalty p.uitleg {
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	background: var(--base-orange);
	padding: 10px;
	line-height: 1.5;
	border-radius: 5px 5px 25px;
	z-index: 10;
}

/* Product Page ----------------------------------
-------------------------------------------------*/


.media-fit-cover :is(img, video, iframe, .deferred-media__poster-image) {
	object-fit: contain !important;
}


.product-media {
	max-height: 700px;
}

.slideshow-controls__thumbnails {
	.slideshow-control {
		img { object-fit: contain !important; 
		}
  }
}

.sw-footer {
	background: var(--base-green);
}

.sw-footer-content {
	display: flex;
	flex-wrap: wrap;
}

.sw-footer-instance {
	flex: 1 1 300px;
	padding-top: 20px;
	position: relative;
}

.sw-footer-instance-second {
	bottom: 0;
} @media screen and (max-width:619px) {
	.sw-footer-instance-second { position: relative; }}

h5.sw-footer-instance-title {
	display: block;
	position: relative;
	color: white;
	text-align: left;
	font-size: 18px;
	font-weight: 900;
	margin: 5px 0;
} @media screen and (max-width:619px) {
	h5.sw-footer-instance-title { text-align: center; }}

h5.sw-footer-instance-title:after {
	content: '';
	display: block;
	border-bottom: 1px solid var(--base-orange);
	width: 200px;
} @media screen and (max-width:619px) {
	h5.sw-footer-instance-title:after { width: 100%; }}

p.sw-footer-instance-link {
	display: block;
	position: relative;
	color: white;
	text-align: left;
	font-size: 14px;
	line-height: 1;
	transition: all .3s;
} @media screen and (max-width:619px) {
	p.sw-footer-instance-link { text-align: center; }}

p.sw-footer-instance-link:hover {
	color: #F6AE5B;
}

p.sw-footer-instance-text {
	display: block;
	position: relative;
	color: white;
	text-align: left;
	font-size: 14px;
	line-height: 2;
	cursor: default;
} @media screen and (max-width:619px) {
	p.sw-footer-instance-text { text-align: center; }}

img.sw-footer-instance-img {
	display: block;
	position: relative;
	width: 200px;
	height: auto;
	margin: 0 auto;
}

img.sw-footer-instance-social {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	margin-right: 10px;
	margin-top: 5px;
}

.sw-footer-keurmerken {
} @media screen and (max-width:619px) {
	.sw-footer-keurmerken { text-align: center; }}

img.sw-footer-instance-keurmerk {
	position: relative;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	margin-right: 10px;
	margin-top: 5px;
	transition: all .3s;
	object-fit: contain;
}

img.sw-footer-instance-keurmerk:hover {
	transform: scale(1.1);
}

.sw-footer-instance-social-layout {
	display: flex;
	justify-content: start;
} @media screen and (max-width:619px) {
	.sw-footer-instance-social-layout { justify-content: center; }}

.sw-footer-bottomline {
	display: flex;
	flex-wrap: wrap;
}

.sw-footer-bottomline-half {
	flex: 1 1 50%;
} @media screen and (max-width:619px) {
	.sw-footer-bottomline-half { }}

p.sw-footer-bottomline-text {
	color: white;
	font-weight: bold;
	display: inline-flex;
	margin-right: 10px;
	padding-top: 20px;
}

.sw-footer-bottomline-icons {}

img.sw-footer-betaaliconen {
	width: 35px;
	height: 25px;
	margin-right: 5px;
}

.trusted-stars-service-widget .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 !important;
}

.sw-reviews-footer {
	display: flex;
	position: relative;
	padding: 0px 0px;
}

.sw-reviews-footer .left {
	flex: 0 0 30px;
}

.sw-reviews-footer .middle {
	flex: 0 0 75px;
	position: relative;
}

.sw-reviews-footer .right {
	flex: 0 1 250px;
	margin-right: 15px;
}

.sw-reviews-footer img {
	position: relative;
	width: 75px;
	height: 20px;
	vertical-align: sub;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.sw-reviews-footer img.logo {
	width: 20px;
	height: 20px; 
}

.sw-reviews-footer span {
	position: absolute;
	left: 0;
	width: 75px;
	height: 25px;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}

.sw-reviews-footer p {
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-align: left;
	line-height: 2.5;
	margin: 0;
	margin-left: 5px;
}

/* HEADER */

img.sw-header-icon {
	width: 35px;
	height: 25px;
}


/* 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: #000;
    outline: 0px solid white;
    color: white;
    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: 45px;
  height: 45px;
  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: #eee;
  outline: 2px solid black;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  opacity: 1
}