:root{
	--fblack: #444;
	--fpink: #fff2ee;
	--forange: #65a38d;
	--forangeoriginal: #289c77;
}

html{
	position: relative;
	overflow-y: scroll;
}

html, body {
	overflow-x:hidden;
	min-height: 100%;
} 

@font-face { font-family: Lexend; src: url('Lexend.ttf'); } 

*{
	font-family: Lexend, sans-serif;
}

ul{
	list-style-type: none;	
}

body {
	color: var(--fblack);	
	margin: 0;
	padding: 0;
	background-image: url('/images/afbeelding-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

a{
	text-decoration: none;	
	color: var(--fblack);
}

#redirectlink{
	border-bottom: 2px solid var(--fblack);	
}

#redirectlink:hover{
	border-width: 3px;
}

.torso{
	margin: 0 10%;
	padding: 0 20px;
	background-color: white;
}

.thanktorso {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 60vh;
    text-align: center;
    position: relative;
    padding: 40px;
    z-index: 1;
    overflow: hidden;
}

.thanktorso::before {
	margin: 30px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/afbeelding-0.jpg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(6px);
    z-index: -1; 
}

.thanktorso h1, .thanktorso h4, .thanktorso a {
    z-index: 1; 
    position: relative;
    color: white;
}

#lblCategory{
	color: #888; 
	font-size: 16px; 
	font-weight: lighter; 
	letter-spacing: .07rem; 
	text-transform: uppercase;
}

.bloglist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.blog {
    display: flex;
    margin: 12px;
    width: 90%;
    height: 240px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border: 1px solid var(--forange);
    overflow: hidden;
	transition: height 0.6s ease-in-out;
}

.blog.open{
	height: 60vh;
}

.blog.open img {
	width: 320px;
	height: 320px;
}

.blog img {
	transition: height 0.6s ease-in-out, width 0.6s ease-in-out;
    width: 240px;
    height: 240px;
	overflow-clip-margin: unset; 
	object-fit: cover;
}

.blog-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
	position: relative;
}

.blog-title {
    margin: 0 0 8px;
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--forange);
}

.blog-text {
    flex: 1;
    margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.4;
    overflow: hidden;
    display: block;
}

.blog-date {
    font-size: 0.95rem;
    color: #aaa;
	font-style: italic;
	top: 0px;
	right: 24px;
	position: absolute;
}

.paymentbuton {
    accent-color: var(--forange);
    cursor: pointer;
    border: 0px;
    margin: 10px 0;
    margin-top: 4px;
    margin-right: 8px;
}

.choosebutton {
    accent-color: var(--forange);
    cursor: pointer;
    border: 0px;
    margin: 10px;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
    margin-top: 4px;
    margin-right: 8px;
}

.addbutton {
    user-select: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid var(--forange);
    color: var(--forange);
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.addbutton:hover {
    background-color: var(--forange);
    color: white;
}

.addbutton:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: var(--forange);
    color: var(--forange);
    background-color: white;
}

#bigbutton.addbutton {
    padding: 8px 34px; 
    font-size: 22px;
    border-radius: 7px; 
    margin-top: 30px; 
	border-width: 3px;
}

.bigbutton-container {
    text-align: center; 
    margin-top: 40px;
}

.banner-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.banner {
    width: 100%;
	height: 300px; 
	object-fit: cover; 
	filter: blur(1px) sepia(10%);
	-webkit-filter: blur(1px) sepia(10%);
	-moz-filter: blur(1px) sepia(10%);
	-ms-filter: blur(1px) sepia(10%);
	text-align: center;
	margin: 40px 0px;
}

.banner-text {
    position: absolute;
}

hr.seperator {
	border: none;
	height: 0;
	border-top: 1px solid #bbb;
	margin: 20px 0px;
}

hr.sep {
	border: none;
	height: 0;
	margin: 4px 0;
	padding: 0;
	border-top: 1px solid #bbb;
}

hr.seperatorvertical {
	border: none;
	width: 0;
	border-left: 1px solid #bbb;
	margin: 0px 20px;
}

.linkbutton{
	border-bottom: 2px solid var(--forange);
	font-weight: bold;
	padding: 6px;
	font-size: 18px;
	text-transform: uppercase;
}

#lblNewProduct {
    position: absolute;
    font-size: 16px;
    background: var(--forange);
    color: white;
	z-index: 2;
    padding: 6px;
    user-select: none;
    border-radius: 3px;
	left: 8px;
    top: 8px;
}

.producttitle {
    margin-top: 0.8em; 
	margin-bottom: 0.4em; 
    height: 3.4em; 
    width: 90%; 
    overflow-wrap: break-word; 
    line-height: 1.1em;
    font-size: clamp(0.8vw, 14px, 24px);
}

.product{
	display: inline-block;
	box-sizing: border-box;
	width: calc(25% - 22px);
	float: left;
	margin: 10px;
	line-height: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	border: 1px solid var(--forange);
}

#sold .producttitle{
	text-decoration: line-through;
}

#sold{
	opacity: 0.6;
}

.textblockhome{
	display: inline-block;
	width: auto;
	min-width: 200px;
	height: 100%;
	margin: 0px 16px;
}

.textblockhome p{
	margin: 10px;
}

.product img {
	overflow-clip-margin: unset;
	display: block;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 300px;
	border-radius: 5px 5px 0px 0px;
    transition: transform 0.15s ease-in-out;
	margin: 0;
	padding: 0;
}

.product:hover img {
    transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

.productlist{
	overflow: auto;
	width: calc(100% - 26px);
	border: 1px solid #bbb;
	padding: 12px;
	background-color: white;
}

@media (max-width: 1200px) {
	.torso {
		margin: 0 8%;
	}
	
	.addbutton{
		padding: 10px 12px;
		font-size: 18px;
	}
	
	.tablet{
		width: 40%;
		margin: 0 20px;	
	}
	
	.tablets{
		justify-content: space-evenly;	
	}
}

@media (max-width: 992px) {
	.torso {
		margin: 0 5%;
	}
	.product {
		width: calc(33% - 20px);
	}
	.panels {
		width: 90vw;
	}
	
}

@media (max-width: 768px) {
	.tablets{
		flex-direction: column;
		margin-bottom: -64px;
	}
	
	.tablet li, p{
		font-size: 18px;	
	}
	
	.tablet{
		width: 80%;	
		height: 300px;
		margin-bottom: 64px;
	}
	
	.choosebutton{
		transform: scale(1.1);
    	-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);	
	}
	
	.torso {
		margin: 0 2%;
	}
	.product {
		width: calc(50% - 24px);
	}
	.productimg {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.tab {
		font-size: 14px;
		padding: 8px 12px;
	}
	.panels {
		width: 85vw;
	}
	.banner {
		height: 200px;
	}
}

@media (max-width: 576px) {
	.torso {
		margin: 0;
	}
	
	#bigbutton.addbutton {
    	padding: 15px 30px; 
    	font-size: 20px;
    	border-radius: 10px; 
    	margin-top: 40px; 
	}
	
	.product {
		width: 100%;
		margin: 10px 0;
	}
	.productimg {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.addbutton, .linkbutton {
		padding: 6px 8px;
		font-size: 14px;
	}
	.tab {
		font-size: 12px;
		padding: 6px 8px;
	}
	.panels {
		width: 80vw;
	}
	.textblockhome p {
		font-size: 14px;
	}
	
	body {
		background-image: none;
	}
}