/** Shopify CDN: Minification failed

Line 148:16 Expected identifier but found whitespace
Line 148:22 Unexpected ";"
Line 500:19 Expected ":"

**/
/* 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-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: 250px; 	}
.sw-row-45 		{ 	flex: 1 0 45%; 		position: relative; 		min-width: 250px; 	}
.sw-row-33 		{		flex: 1 0 33%; 		position: relative; 		min-width: 250px; 	}
.sw-row-30 		{ 	flex: 1 0 30%; 		position: relative; 		min-width: 200px; 	}
.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 */

.sw-hp-2vlakken-stripe-orange {
	display: block !important;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 75px;
	margin-top: 90px;
	left: 0;
	background: var(--base-orange);
	opacity: .2;
}

.sw-hp-2vlakken-stripe-green {
	display: block !important;
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 75px;
	margin-top: 120px;
	right: 0;
	background: #0C3A39;
	opacity: .1;
}

.sw-hp-2-vlakken {
	display: block;
	max-width: 1400px;
	min-height: 225px;
	margin: 0 auto;
}

.sw-hp-vlakken-row-instance-2 {
	position: relative;
	width: 49%;
	height: 225px;
	overflow: hidden;
} @media (max-width:768px) {
	.sw-hp-vlakken-row-instance-2 { width: 100%; margin-bottom: 25px; }}

.sw-hp-vlakken-row-instance-2:hover p.sw-hp-vlakken-btn {
	background: var(--base-orange);
	color: var(--base-green);
	padding: 10px 50px;
	border-radius: 30px 0;
}


.sw-hp-3vlakken-stripe-orange {
	display: block !important;
	position: absolute;
	z-index: 0;
	width: 65vw;
	height: 75px;
	margin-top: 30px;
	left: 0;
	background: var(--base-orange);
	opacity: .2;
}

.sw-hp-3vlakken-stripe-green {
	display: block !important;
	position: absolute;
	z-index: 0;
	width: 65vw;
	height: 75px;
	margin-top: 30px;
	right: 0;
	background: #0C3A39;
	opacity: .1;
}

.sw-hp-vlakken-stripe {
}

.sw-hp-3-vlakken {
	display: block;
	position: relative;
	max-width: 1400px;
	min-height: 225px; 
	margin: 0 auto;
} @media (max-width:768px) {
	.sw-hp-3-vlakken {
		margin-top: 25px;
	}}

.sw-hp-vlakken-row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: 225px;
} @media (max-width:768px) { 
	.sw-hp-vlakken-row { flex-direction: column; height: auto; }}

.sw-hp-vlakken-row-instance-3 {
	position: relative;
	width: 32%;
	height: 225px;
	overflow: hidden;
} @media (max-width:768px) {
	.sw-hp-vlakken-row-instance-3 { width: 100%; margin-bottom: 25px; }}

.sw-hp-vlakken-row-shadow {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	height: 35%;
	background: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent);
	transition: .5s;
}

.sw-hp-vlakken-row-instance-3:hover .sw-hp-vlakken-row-shadow {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	height: 70%;
	background: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent);
}

img.sw-hp-vlakken-img {
	object-fit: cover;
	width: 100%;
	height: 225px;
	z-index: 1;
	transition: all ease-out .5s;
	border-radius: 0 0 80px 0;
}

.sw-hp-vlakken-bg {
	position: absolute;
	width: 60%;
	height: 60px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0%;
	background-color: rgba(255, 255, 255, .9);
	z-index: 2;
}

h2.sw-hp-vlakken-title {
	position: absolute;
	text-align: left;
	top: 20%;
	left: 10%;
	color: white;
	z-index: 2;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

p.sw-hp-vlakken-text {
	position: relative;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	color: #414141;
	z-index: 2;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

img.sw-hp-vlakken-style-1 {
	display: block;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
} @media (max-width:768px) {
	img.sw-hp-vlakken-style-1 { width: 100%; margin: 0 auto; }}

p.sw-hp-vlakken-btn {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #0C3A39;
	padding: 10px 20px;
	border-radius: 20px 0;
	z-index: 2;
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	transition: all .5s;
}

.sw-hp-vlakken-row-instance-3:hover p.sw-hp-vlakken-btn {
	background: var(--base-orange);
	color: var(--base-green);
	padding: 10px 50px;
	border-radius: 30px 0;
}



/* Taalkeuze */

span.sw-taalkeuze {
	display: inline-block;
	position: relative;
	height: 40px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}

@media (max-width:499px) {
	span.sw-taalkeuze {
		display: none;
	}

}

.sw-taalkeuze ul {
	position: relative;
	width: 90px;
	height: 40px;
	overflow: hidden;
	padding: 0;
	align-items: center;
	transition: all .2s ease-in-out;
	padding: 0px 10px;
	background: var(--base-green);
	margin: 0;
}

.sw-taalkeuze ul:hover {
}

.sw-taalkeuze li {
	display: block;
	list-style: none;
	position: relative;
	transition: all .3s;
}

.sw-taalkeuze li:first-child:after {
}

.sw-taalkeuze li:last-child {
	margin-bottom: 10px;
}

@media (max-width:799px) {
	.sw-taalkeuze li {
	}

}

@media (max-width:499px) {
	.sw-taalkeuze li {
	}

}

.sw-taalkeuze img {
	display: inline-block;
	position: relative;
	width: 20px;
	height: auto;
	margin: 0 auto;
}

.sw-taalkeuze p {
	display: inline-block;
	position: relative;
	line-height: 1;
	display: inline-flex;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.sw-taalkeuze span {
	transform: rotate(90deg);
	color: var(--base-orange);
	margin-left: 5px;
}

/* 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; }}

/* Laatste Blogs */

.sw-lb {
	min-height: 250px;
	justify-content: space-between;
}

h3.sw-lb-maintitle {
	text-align: center;
	font-size: 24px;
}

ul.sw-lb-c {
	
	margin: 0;
	padding: 0;
	box-shadow: none;
}

li.sw-lb-c-article {
	list-style: none;s
	border-radius: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: 1px solid #c0cfcf;
	border-radius: 10px;
	text-align: center;
	cursor: default;
	overflow: hidden;
	color: var(--base-green);
} @media (max-width:768px) {
	li.sw-lb-c-article { flex: 1 1 400px; margin-bottom: 20px; }}

h4.sw-lb-c-article-title {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	min-height: 70px;
	margin: 0 auto;
	color: var(--base-green);
	padding: 10px;
	font-weight: bold;
	top: 30%;
	background: rgba(255, 255, 255, .9);
	border-radius: 20px 0;
	max-width: 80%;
}

p.sw-lb-c-article-text {
	padding: 0px 25px;
	margin-bottom: 70px;
	font-style: italic;
	font-size: 12px;
}

p.sw-lb-c-article-readmore {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--base-orange);
	padding: 5px 25px;
	color: var(--base-green);
	border-radius: 20px 0;
	font-weight: bold;
	font-size: 15px;
	width: auto;
	margin: 0;
	transition: all .25s;
}

p.sw-lb-c-article-readmore:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	background: var(--base-green);
	color: white;
}

img.sw-lb-c-image {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

/* 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 ----------------------------------
-------------------------------------------------*/

.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;
}