/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2024 | 05:24:59 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	font-family: "Open Sans", sans-serif;
	line-height: 27px;
	font-size: 14px; 
	font-weight: 400;
	color: rgb(119, 119, 119);
}

.page-id-80 .cart-and-instagram {
	position:  fixed; 
	top: 20px;
	right: 10%;
	display: flex;
	font-size: 18px;
	color: #555; 
	font-weight: 500;
	letter-spacing: 2.5px;
	z-index: 3;
	align-items: center;
}	
	.page-id-80 .cart-and-instagram .instagram {
		width: 20px; 
		height: auto; 
		aspect-ratio: 1;
		object-fit: cover;
		margin-left: 10px;
	}

.page-id-80 .lightbox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: flex; 
	align-items: center; 
	justify-content: center;
	opacity: 1; 
	transition-property: opacity, pointer-events;
	transition-duration: 0.4s, 0s;
	box-sizing: border-box;
}
	.page-id-80 .lightbox-container.hidden {
		opacity: 0;
		transition-duration: 0.4s, 0s;
		transition-property: opacity, pointer-events;
		pointer-events: none;
	}
	.page-id-80 .lightbox-container .image-container {
		z-index: 6; 
		background-color: white; 
		height: 90%;
		width: auto;
		object-fit: cover;
		aspect-ratio: 1;
		border-radius: 5px;
		position: relative;
	}
		.page-id-80 .lightbox-container .image-container img {
			height: 100%;
			width: auto;
			object-fit: contain; 
			aspect-ratio: 1;
		}
		.page-id-80 .lightbox-container .image-container .close {
			position: absolute;
			cursor: pointer; 
			opacity: 1;
			top: -30px;
			right: 0;
			height: 25px; 
			width: 25px;
			z-index: 7;
			display: flex; 
			align-items: center; 
			justify-content: center;
		}
			.page-id-80 .lightbox-container .image-container .close img {
				aspect-ratio: 1;
				object-fit: cover;
				width: 100%;
				height: auto;
			}
	.page-id-80 .lightbox-container .overlay {
		position: absolute; 
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 5;
	}

.page-id-80 .logo {
	width: 20vw;
	position: fixed; 
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-left: -10vw; 
	margin-top: -10vw;
	opacity: 1;
	transition-delay: 1s;
	transition-property: opacity;
	transition-duration: 0.6s;
}
	.page-id-80 .logo.hidden {
		opacity: 0;
		transition-property: opacity;
		pointer-events: none;
		transition-delay: 0s;
		transition-duration: 0.6s;
	}

.page-id-80 .half {
	cursor: pointer;
	position: fixed;
	height: 100%;
	width: 50%;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-duration: 1s;
	transition-property: width, z-index;
	transition-delay: 0.2s, 1.2s;
	top: 0;
	z-index: 1;
}
	.page-id-80 .half.expanded {
		width: 100%;
		transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
		transition-duration: 1s;
		transition-property: width;
		transition-delay: 0s;
		cursor: unset;
		z-index: 2;
	}
	.page-id-80 .half .half-content {
		z-index: 2;
		position: absolute; 
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex; 
		flex-direction: column;
		justify-content: center; 
		align-items: center;
	}
		.page-id-80 .half .half-content img {
			width: 35vw;
			cursor: pointer;
		}
		.page-id-80 .half .half-content .heading-and-price-row {
			text-align: center;
			margin-top: 0px;
			transition-delay: 0.2s;
			transition-duration: 0.4s;
			opacity: 0;
			height: 78.39px;
		}
			.page-id-80 .half.expanded .half-content .heading-and-price-row {
				transition-delay: 1s;
				opacity: 1;
			}
		.page-id-80 .half .half-content p {
			margin-top: 0;
			height: 27px;
			transition-delay: 0.1s;
			transition-duration: 0.4s;
			opacity: 0;
		}
			.page-id-80 .half.expanded .half-content p {
				margin-top: 0;
				transition-delay: 1.1s;
				opacity: 1;
			}
		.page-id-80 .half .half-content .back-text {
			letter-spacing: 3px;  
			margin-top: 15px;
		}
		.page-id-80 .half .half-content .add-to-cart-and-back-button-row {
			margin-top: 23px; 
			transition-delay: 0.3s, 0s;
			transition-duration: 1.2s, 0.4s;
			transition-property: margin-bottom, opacity;
			height: 54px;
			opacity: 0;
			text-align: center;
			margin-bottom: -224.39px;
		}
			.page-id-80 .half.expanded .half-content .add-to-cart-and-back-button-row {
				margin-top: 23px;
				transition-delay: 0s, 1.2s;
				transition-duration: 1.2s, 0.4s;
				transition-property: margin-bottom, opacity;
				opacity: 1;
				margin-bottom: 0;
			}	

.page-id-80 .half.dark {
	background-color: white;
	left: 0;
}

.page-id-80 .half.light {
	right: 0;
	background-color: white;
}

.page-id-80 .half.light h1 {
	color: rgb(119, 119, 119);
}
.page-id-80 .half.light p {
	color: rgb(119, 119, 119);
}
.page-id-80 .half.light .price {
	color: rgb(119, 119, 119);
}
.page-id-80 .half.light .add-to-cart-button {
	color: black; 
	outline: 0px solid black;
}
	.page-id-80 .half.light .add-to-cart-button:hover {
		outline-width: 3px; 
		outline-offset: -4px;
		transition: 0.4s;
	}

.page-id-80 h1 {
	font-family: "Open Sans", sans-serif;
	color: rgb(119, 119, 119);
	font-size: 20px;
	margin-bottom: 5px;
}

.page-id-80 p {
	margin-top: 0;
	margin-bottom: 0;
}

.page-id-80 .price {
	font-size: 16px;
	margin-bottom: 10px;
}

.page-id-80 .add-to-cart-button {
	margin-top: 23px;
	border: 1px black solid;
	padding: 13px 36px;
	color: black; 
	outline: 0px solid black;
	font-size: 11px; 
	letter-spacing: 3.85px;
	box-sizing: border-box; 
	transition: 0.4s;
}
	.page-id-80 .add-to-cart-button:hover {
		outline-width: 3px; 
		outline-offset: -4px;
		transition: 0.4s;
	}

@media screen and (max-width: 900px) {
	.page-id-80 .logo { 
		top: 10%;
		width: 40vw; 
		left: 50%;
		margin-left: -20vw;
	}
	
	.page-id-80 .half .half-content img {
		width: 40vw;
	}
	
	.page-id-80 .lightbox-container .image-container { 
		width: 90%;
		height: auto;
	}
}

@media screen and (max-width: 1200px) and (orientation:landscape) { 
	.page-id-80 .lightbox-container .image-container { 
		height: 80%;
		width: auto;
	}
		.page-id-80 .lightbox-container .image-container img {
			height: 100%;
		}
	
	.page-id-80 .logo { 
		top: 50%;
		width: 25vw; 
		margin-top: -12.5vw;
		left: 50%;
		margin-left: -12.5vw;
	}
	
	.page-id-80 .half .half-content img {
		width: 20vw;
		margin-top: -40px;
	}
	
	.page-id-80 .half .half-content .heading-and-price-row {
		margin-top: -15px;
		height: 60px;
	}
	
	.page-id-80 .half .half-content h1 {
		margin-bottom: 0;
	}
	
	.page-id-80 .half .half-content .price {
		margin-bottom: 0px;
	}
	
	.page-id-80 .half .half-content p {
		height: 22px;
	}
	
	.page-id-80 .half .half-content .add-to-cart-button {
		padding: 8px 24px;
	}
	
	.page-id-80 .half.expanded .half-content .add-to-cart-and-back-button-row { 
		margin-top: 15px;
	}
	
	.page-id-80 .half .half-content .back-text {
		margin-top: 10px;
		margin-bottom: 60px;
	}
}