/* MISC */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900);
* {
	transition:0.125s all linear;
	scrollbar-width:thin;
	scrollbar-color:white black;
}
::-webkit-scrollbar {
	width:5px;
	height:5px;
}
::-webkit-scrollbar-thumb {
	border-right:1px solid #000;
	border-top:0;
	border-left:1px solid #000;
	border-bottom:0;
	background-color:#000;
}
::-webkit-scrollbar-button {
	width:0;
	height:0;
	border:0;
}
::-webkit-scrollbar-track-piece {
    background-color:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
::-webkit-scrollbar-track {
    background-color:#fff;
}
::selection {
	background:transparent;
	color:#ff0000;
}
/* DEFAULTS */
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
body {
	height:100vh;
	width:100vw;
	overflow:hidden;
	display:grid;
	grid-template-rows:50px 1fr 50px;
	grid-template-columns:1fr;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
/* HEADER */
header {
	border-bottom:1px solid #000;
	line-height:50px;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	display:flex;
	justify-content:space-between;
	z-index:2;
}
header .logo {
	width:100px;
	text-align:center;
}
header .logo span {
	color:#f00;
	display:none;
	position:relative;
	left:75px;
	top:-50px;
}
header .logo:hover span {
	display:block;
}
header .menuToggle {
	display:none;
	width:50px;
	text-align:center;
	border-left:1px solid #000;
}
header nav {
	display:block;
}
header nav a {
	width:100px;
	text-align:center;
	display:inline-block;
	border-bottom:5px solid #fff;height:44px;
}
header nav .active, header nav a:hover {
	border-bottom:5px solid #000;
	text-decoration:none;
}
/* MAIN BODY */
main {
	z-index:1;
	overflow:hidden;
	width:100%;
	height:calc(100vh - 100px);
}
.container {
	border-left:1px solid #000;
	height:100%;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.container .pagesection {
	border-bottom:1px solid #000;
	margin-bottom:20px;
}

/* LIST NAV */
.listpage .list-page-cat {
	border-bottom:1px solid #000;
}
.listpage .last-page-cat {
	margin-bottom:20px;
}

.listpage #abclist, .container .bclist {
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	height:50px;
	width:97.5%;
	padding:0 1.25%;
}
.listpage #abclist {
	line-height:50px;
	display:flex;
	justify-content:space-evenly;
}
.listpage nav a {
	height:40px;
	line-height:40px;
	margin:5px auto;
}
.listpage #abclist a, .listpage #abclist  span {
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.listpage .abclist, .listpage #abclist .closeabclist {
	font-weight:800;
	display:none;
}
.listpage:has(> nav.menuOpened) {
	grid-template-rows:300px 1fr;
}
.listpage .menuOpened {
	display:grid!important;
	height:300px!important;
	width:100%;
	grid-template-rows:50px 50px 50px 50px 50px 50px;
	grid-template-columns:50px 50px 50px 50px 50px;
	z-index:2;
}
.listpage .menuOpened a {
	display:block!important;
}
.listpage .menuOpened .abclist {
	display:none!important;
}
.listpage .menuOpened .closeabclist {
	display:block!important;
}
.container .bclist {white-space:nowrap;}
.container .bclist li {
	display: inline-block;
	line-height:40px;
	margin:5px 10px 5px -10px;
	padding:0 20px;
	position:relative;
}
.container .bclist li::before, .container .bclist li::after {
	border-right:1px solid #000;
	content:'';
	display:block;
	height:50%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:-1;
	transform:skewX(45deg);   
}
.container .bclist li::after {
	bottom:0;
	top:auto;
	transform:skewX(-45deg);
}
.container .bclist li:last-of-type::before, .container .bclist li:last-of-type::after {display:none;}
.container .bclist li a.bclist-parent {color:#666;} 
.container .bclist li a.active {text-decoration:underline;}
.container .bclist li a {text-decoration: none;} 
.container .bclist li a:hover {text-decoration:underline;}
.listpage .list-page-cat .list-page-nav {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
}
.listpage .list-page-cat h1 {
	height:50px;
	line-height:50px;
	text-indent:20px;
	font-weight:800;
	font-size:22px;
	grid-area:scrollh1;
}
.listpage .list-page-cat hr {
	border:0;
	border-bottom:5px solid #000;
	grid-area:scrollhr;
	margin-top:0;
}
.listpage .list-page-cat .list-page-nav a {
	display:flex;
	height:100px;
	line-height:100px;
}
.listpage .list-page-cat .list-page-nav a svg {
	aspect-ratio:3 / 1;
	opacity:0.75;
	width:90%;
	position:relative;
	float:left;
	margin:0 auto;
	background:#000;
}
.listpage .list-page-cat .list-page-nav a svg:hover {opacity:1;}
/* ITEM SHOP */
.itemshop .itemshop-container {
	padding:0 20px 20px 20px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:20px;
}
.itemshop .itemshop-container a {
	border-radius:10px;
	border:1px solid #000;
	padding:10px 0;
}
.itemshop .itemshop-container a:hover {
	text-decoration:none;
}
.item-title {
	text-transform:uppercase;
	font-weight:800;
	line-height:22px;
	height:25px;
}
.item-brand {
	font-weight:800;
	text-transform:uppercase;
	overflow:hidden;
	line-height:22px;
	height:22px;
}
.item-price {
	font-weight:800;
	text-transform:uppercase;
	height:30px;
}
.item-size {
	font-weight:800;
	text-transform:uppercase;
	height:30px;
}
.item-year {
	font-weight:800;
	text-transform:uppercase;
	height:20px;
}
.itemshop .itemshop-container .item-title {
	font-size:22px;
	width:95%;
	overflow:hidden;
	padding:0 5%;
}
#Portfolio .item-title {
	font-size:22px;
	width:95%;
	overflow:hidden;
	padding:0 5%;
}
.itemshop .itemshop-container .item-brand {
	font-size:11px;
	width:90%;
	padding:0 5%;
}
.itemshop .itemshop-container .item-overlay {
	text-align:center;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	line-height:25px;
	height:25px;
	margin:0 5%;
	width:90%;
	margin-top:-25px;
	top:25px;
	position:relative;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.item-sold {
	background:#f00!important;
	color:#fff!important;
}
.free-ship {
	background:#FCA311!important;
	color:#000!important;
}
.new-item {
	background:#0f0!important;
	color:#000!important;
}
.item-sale {
	background:#00f!important;
	color:#fff!important;
}
.itemshop .itemshop-container img {
	z-index:1;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	overflow:hidden;
	height:auto;
	margin:0 5%;
	width:90%;
	border-radius:5px;
}
.itemshop .itemshop-container .item-price {
	font-size:11px;
	padding:0 5%;
	float:left;
}
.item-price:before {content:"$"}
.item-price:after {content:".00"}
.itemshop .itemshop-container .item-size {
	font-size:11px;
	padding:0 5%;
	float:right;
}
.itemshop .itemshop-container .item-year {
	font-size:11px;
	width:90%;
	padding:0 5%;
	float:left;
}
.item-year:before {content:"("}
.item-year:after {content:")"}
.itemshop #shopItem {
	display:grid;
	grid-template-columns:1fr;
}
.itemshop .itemshop-container p {
	line-height:15px;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	margin:0px auto 15px auto;
	text-indent:40px;
}
.itempage h1, .itempage h2, .itempage h6  {
	width:90%;
	padding:0 5%;
}
.itempage p {
	line-height: 15px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 15px auto;
	text-indent: 40px;
	width:90%;
	padding:0 5%;
}
/* ABOUT */
.container #about .aboutme {
	display:grid;
	grid-template-columns:300px 1fr;
	margin:15px auto;
	grid-template-areas:
		"nutFacts biography"
}
.designerpage #about .aboutme {
	display:grid;
	grid-template-columns:300px 1fr;
	margin:0px auto 15px auto;
	grid-template-areas:
		"nutFacts biography"
		"refSources refSources"
}
.container #about .aboutme .nutfacts {
	margin-left:20px;
	border: 5px solid #000;
	padding: 1rem;
	color:#000;
	grid-area:nutFacts;
	width: calc(300px - 2rem - 10px);
	height:500px;
	background:#fff;
	overflow-x:hidden;
	overflow-y:scroll;
}
aside.nutfacts h1, aside.nutfacts h2, aside.nutfacts h3, aside.nutfacts h4, aside.nutfacts h5, aside.nutfacts h6 {position:relative;}
.container article#about section.aboutme aside.nutfacts h2.FFTitle {height:1.25em;}
.container article#about section.aboutme aside.nutfacts h3 {margin-top:3px;}
.container article#about section.aboutme aside.nutfacts h4 {margin-top:5px;}
.container article#about section.aboutme aside.nutfacts h5, aside h6 {height: 1.25em;}
.container article#about section.aboutme aside.nutfacts hr {
	position:relative;
	margin:0 auto;
	width:100%;
	border:0;
	height:0;
	border-top:1px solid #000;
}
.container article#about section.aboutme aside.nutfacts hr.thickhr {border-top:8px solid #000;}
.container article#about section.aboutme aside.nutfacts hr.boldhr {border-top:5px solid #000;}
.container article#about section.aboutme aside.nutfacts span.right {
	position:relative;
	float:right;
}
.container article#about section.aboutme aside.nutfacts i {font-style: italic;}
.container article#about section.aboutme aside.nutfacts .indtext {text-indent:20px;}
.container article#about section.aboutme aside.nutfacts .doubleindtext {text-indent:40px;}
.container article#about section.aboutme aside.nutfacts .bt {font-weight:800;}
.container article#about section.aboutme aside.nutfacts .meas:after {content:"\0022"}
.container article#about section.aboutme aside.nutfacts h2 {font-size:2em;}
.container article#about section.aboutme aside.nutfacts h4 {
	font-size:1em;
	line-height:1.25em;
}
.container article#about section.aboutme aside.nutfacts h5, aside.nutfacts h6 {
	font-size:.75em;
	line-height:1.25em;
}
.container article#about section.aboutme .biography {
	margin:0 auto;
	width:90%;
	grid-area:biography;
}
.container article#about section.aboutme .biography p {
	line-height:15px;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	margin:0px auto 15px auto;
	text-indent:40px;
}
.container article#about section.aboutme .biography p q {
	background:#ACACAC;
	border:2px solid #ACACAC;
	color:#000;
	quotes: "“" "”" "‘" "’";
}
.designerpage .refSources {
	grid-area:refSources;
	margin:0 auto;
	width:90%;
}
.designerpage .refSources h1 {
	height:50px;
	line-height:50px;
	font-size:15px;
	font-weight:800;
	text-transform:uppercase;
}
.designerpage .refSources details {
	border:1px solid #000;
	padding:0 20px;
	margin-bottom:20px;
}
.designerpage .refSources details:last-child {
	margin-bottom:0px;
}
.designerpage .refSources details summary {
	height:50px;
	line-height:50px;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
}
.designerpage .refSources details p {
	border-top:1px solid #000;
	height:50px;
	line-height:50px;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	text-indent:20px;
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}
.container article#about section.aboutme p mark {
	background:#FCA311;
	border:2px solid #FCA311;
	color:#000;
}
.gallery {
	overflow:hidden;
	display:grid;
	grid-template-columns:50px 1fr 50px;
	margin:0 auto 50px auto;
	border:1px solid #000;
	width:95%;
}
.listpage article.gallery {
	width:95%;
	overflow:hidden;
	height:500px;
}
.itempage article.gallery {
	overflow:hidden;
	height:500px;
}
article.gallery button {
	color:#000;
	background:#fff;
	font-weight:800;
	width:50px;
	border:0;
	font-size:0px;
	text-align:center;
	height:500px;
}
article.gallery button:first-child {
	border-right:1px solid #000;
}
article.gallery button:last-child {
	border-left:1px solid #000;
}
article.gallery button.slick-prev:after {
	content:"\276E";
	font-size:20px;
}
article.gallery button.slick-next:after {
	content:"\276F";
	font-size:20px;
}
article.gallery figure {
	width:100%;
	height:500px;
}
article.gallery figure img {
	height:100%;
	width:100%;
	object-fit: contain;
	background:#000;
}
article.gallery figure figcaption {
    margin:0 auto;
	width:100%;
	padding:0 1em;
	position:relative;
	top:-55px;
	border-top:1px solid #000;
	font-family: 'Open Sans', sans-serif;
	height:55px;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:1px;
}
#Portfolio article.gallery figure figcaption {
	background:#fff;
	color:#000;
	line-height:16.5px;
}
#Portfolio {
    margin-bottom: 0px;
    border: 0;
}
.listpage article.gallery figure figcaption {
	background:#fff;
	color:#000;
	line-height:16.5px;
}
.itempage article.gallery figure figcaption {
	height:55px;
	line-height:52.5px;
	text-align:center;
}

/* ERROR CODE PAGE */
.errorpage {
	text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.errorpage h1 {
	font-weight:800;
	text-transform:uppercase;
}
.errorpage h2 {
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
}
/* FOOTER */
footer {
	border-top:1px solid #000;
	line-height:50px;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	display:flex;
	justify-content:space-between;
	z-index:2;
}
footer span.copyright {
	float:left;
	margin-left:20px;
}
footer nav {
	float:right;
	margin-right:20px;
	display:block;
}
footer nav a {
	width:100px;
	text-align:center;
	display:inline-block;
}



/* MEDIA QUERIES */
@media only screen and (max-width: 1200px) {
	::-webkit-scrollbar-track-piece {
		background-color:#fff;
		border-left:1px solid #000;
		border-right:0;
	}
	.container {
		border-left:0;
		width:100%;
		max-width:auto;
		overflow-x:hidden;
		overflow-y:scroll;
	}
}
@media only screen and (max-width: 900px) {
	.listpage nav#abclist {height:100px; flex-wrap:wrap;}
	.listpage nav#abclist a {width:50px;}
	.listpage .list-page-cat .list-page-nav {grid-template-columns:1fr 1fr 1fr;}
	.container article#about section.aboutme {
		display:grid;
		grid-template-columns:1fr;
		margin:0px auto 15px auto;
		grid-template-areas:
			"biography"
			"nutFacts";
	}
	.designerpage article#about section.aboutme {
		grid-template-areas:
			"biography"
			"nutFacts"
			"refSources";
	}
	.container article#about section.aboutme aside.nutfacts {
		width: calc(95% - 2rem - 10px);
		margin: 0 auto;
	}
	.itemshop .itemshop-container {grid-template-columns: 1fr 1fr;}
}

@media only screen and (max-width: 650px) {
	header {
		display:block;
	}
	header a.logo {
		float:left;
	}
	header span.menuToggle {
		display:block;
		float:right;
	}
	header nav {
		display:none;
	}
	header nav a.active, header nav a:hover {
		border-bottom:5px solid transparent;
		text-decoration:underline;
	}
	header nav.menuOpened {
		width:100%;
		display:flex;
		position:absolute;
		top:50px;
		background:#fff;
		border-bottom:1px solid #000;
	}
	.listpage nav#abclist a {width:33px;}
	.listpage .list-page-cat nav.list-page-nav {grid-template-columns:1fr 1fr;}
	.itemshop #shopItem {
		display:grid;
		grid-template-columns:1fr;
	}
	.itemshop #shopItem figure {
		border-bottom:1px solid #000;
	}
}

@media only screen and (max-width: 450px) {
	.listpage nav#abclist {height:50px;}
	.listpage nav#abclist a {display:none;}
	.listpage nav#abclist span.abclist {display:block;}
	.listpage .list-page-cat nav.list-page-nav {grid-template-columns:1fr;}
	.itemshop .itemshop-container {grid-template-columns: 1fr;}
}