:root {
	--color-offwhite: #f4f4f4;
	--font-sans: 'Montserrat', Helvetica, Arial,sans-serif;
    --font-heading: 'Exo 2', sans-serif;
}
body {
	background-color: #0a0a0a;
	padding-bottom: 50px;
	font-family: var(--font-sans);
}

.menu-button label {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
   font-family: var(--font-heading);
}

h2 {
	color: #00FFFF;
}

h3 {
	color: #00FFFF;
}

.card {
	background-color: #1a1a1a;
	border: 2px solid #00FFFF;
	box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
	color: #e0e0e0;
}

.view-window .card {
	background-color: transparent;
}

.card h2 {
	color: #00FFFF;
}

.card p {
	color: #e0e0e0;
}

.card select,
.card .form-select select {
	color: #555555;
}

.product-price {
	color: #e0e0e0;
	font-weight: bold;
}

.card a {
	color: #4dd0e1;
}

.card a:hover {
	color: #4dd0e1;
	text-decoration: underline;
}

.navbar {
	background-color: #1a1a1a;
	color: #00FFFF;
}

.navbar h1 {
	color: #00FFFF;
	font-family: 'Exo 2', sans-serif;
}

@media( max-width: 810px ) {
.comtainer {
	padding-left: 1em;
	padding-right: 1em;
}
.navbar h1 {
	padding-left: 0.5em;
}
}

@media(max-width: 400px ) {
.navbar .display-flex {
    flex-wrap: wrap;
}
.navbar .nav {
	width: 100%;
	display: none;
}
.navbar .nav-flex ul {
	display: block;
}

.navbar .display-flex {
	display: block;
}	
.navbar .nav li {
	line-height: 1.5em;
}

.card .display-flex .flex-stretch {
	margin-left: -0.5em;
}

.card .display-flex > .flex-none:last-of-type {
	margin-left: -0.5em;
}

.menu-button label {
	display: block;
	padding: 0 1em;
    font-size: 30px;
}
#menu:checked+.navbar .nav {
	display: block;
}

}

.figure.product {
	background-color: #1a1a1a;
	border: 2px solid #00FFFF;
	border-radius: 0.5em;
	box-shadow: 0 0 8px rgba(0, 255, 255, 0.2);
	overflow: hidden;
}
.product-overlay {
	position: relative;
	overflow: hidden;
}

.product.figure img {
    height: 100%;
    object-fit: contain;
}

.productlist a {
	text-decoration: none;
	font-weight: initial;
}

.product.figure:hover {
	box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
	border-color: #00FFFF;
}

.productlist a,
.product-list a {
	text-decoration: none;
	font-weight: initial;
}

.product-overlay figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.3s;
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}
.product-overlay:hover figcaption {
	opacity: 1;
}
.product-overlay .caption-body {
	background-color: #fff;
	border-radius: 0.5em;
	padding: 1em;
	transform: translateY(2em);
	transition: all 0.3s;
}
.product-overlay:hover .caption-body {
	transform: translateY(0);
}
.product-overlay img {
	transform: scale(1,1);
	transition: all 0.3s;
}
.product-overlay:hover img {
	transform: scale(1.4,1.4);
}

@media(max-width: 600px) {
.product-overlay figcaption {
	position: relative;
	display: block;
	top: initial;
	left: initial;
	width: 100%;
	height: initial;
	opacity: 1;
	background-color: initial;
}
.product-overlay .caption-body {
	transform: none;
	padding: 0;
}
}


.images-main label {
	width: 100%;
	height: 20vh;
	object-fit: contain;
}

.images-thumbs img {
	width: 8em;
	height: 6em;
	object-fit: cover;
	margin-right: 1.2em;
}


.productlist .product,
.product-list .product {
    display: flex;
    flex-direction: column;
}


.productlist .product .flex-stretch,
.product-list .product .flex-stretch {
    height: 240px;        
    overflow: hidden;
}


.productlist .product img,
.product-list .product img,
.productlist .product.figure img,
.product-list .product.figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    object-position: center;
    display: block;
}

.productlist .product figcaption,
.product-list .product figcaption {
	color: #cccccc;
}

.productlist .product figcaption div:first-child,
.product-list .product figcaption div:first-child {
	color: #00FFFF;
	font-weight: bold;
}

.images-main img {
    width: 100%;
    height: 320px;     
    object-fit: contain; 
    display: block;
}





span.badge:not(:empty)::after {
	content: ')';
}
span.badge:not(:empty)::before {
	content: '(';
}





/*ipad*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {

}

/*phone*/
@media only screen and (min-width: 250px) and (max-width: 767px) {

}



.form-button {
	background-color: #1a1a1a;
	border: 2px solid #00FFFF;
	color: #00FFFF;
	font-weight: normal;
	padding: 0.5em 1em;
	border-radius: 0.2em;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 255, 255, 0.2);
}

.navbar .nav a:hover {
	background-color: rgba(0, 255, 255, 0.2);
	color: #00FFFF;
	font-size: 1.1em;
	text-decoration: none;
	text-shadow: 0 0 10px #00FFFF;
}

.form-button:hover {
	background-color: rgba(0, 255, 255, 0.1);
	color: #00FFFF;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-color: #00FFFF;
	box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
	text-shadow: 0 0 10px #00FFFF;
}

button:hover {
	background: linear-gradient(135deg, #b19cd9 0%, #bdc3c7 100%);
}

/* Contact Page Styles */
.contact-section {
	margin-top: 1.5em;
}

.contact-form {
	margin-top: 1.5em;
}

.contact-form-field {
	margin-bottom: 1em;
}

.contact-form label {
	display: block;
	margin-bottom: 0.5em;
}

.contact-form .form-input,
.contact-form textarea {
	width: 100%;
	max-width: 500px;
}
