.cat-cover{
	width: 100%;
	height: 50vh;
	text-align: center;
	margin-bottom: 1em;
	font-size: 3em;
	font-family: var(--font-darkmatterbold);
	text-transform: uppercase;
	color: white;
	  display: flex;
  align-items: center;    
  justify-content: center;  
  background-size: cover;
  background-position: center;
}


.cat-cover-inner {
  display: flex;
  flex-direction: column;  
  align-items: center;     
  justify-content: center; 
  text-align: center;

}

figure{
	width: 100%;
	aspect-ratio: 3/4;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

p{
	margin-bottom: 1em;
}

.artwork{
	padding: 1em;
	text-transform: uppercase;
	font-family: var(--font-darkmatterbold);
}

#shop-a{
	color: black;
}

#logo-shop {
  width: 20%;        
  position: static;   
  transform: none;
}

#logo-shop img {
  width: 100%;
  height: auto;
  display: block;
}

/*.artwork:hover,
.artwork:hover > a h2{
	background-color: black;
	color: white;
	border-bottom: 1px solid white;

}*/


.filters li a{
	margin-top: -2px;
}


.main{
	padding: 0em;
	
}

.grid{
	background-color: white;
	grid-row-gap: 2em;
}

main .grid{
	margin-bottom: 4em;
}

#items{
	grid-row-gap: 2em;
	grid-column-gap: 2em;
	padding: 4em 2em;
	
}

h3{
	background-color: white;
	border: 1px solid black;
	border-radius: 50px;
	text-align: center;
	color: black;
	padding: 1em;
	display: none;
	z-index: 2;
}

h4{
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    margin-top: 2em;
    margin-bottom: 2em;
    font-family: var(--font-darkmatterbold);
}


#right-shop{
	height: 100%;	
	background-color: white;
	color: black;
	border-bottom: 1px solid black;
}

.top-shop{
	grid-column-gap: 0px;
	cursor: pointer;
}

#left-shop{
	width: 50%;
	position: relative;
	left: 0;
	top: 0;
	height: 100vh;
	float: left;
}

.highlights-images{
	width: 100%;
	height: 100vh;

}

.highlights-images .slick-track,
.highlights-images .slick-slide,
.highlights-images .slick-slide div{
		height: 100vh; 
 }



body{
	background-color: transparent;
}

h2{
	margin-bottom: 10px;
	font-family: var(--font-darkmatterbold);
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	border-bottom: 1px solid black;

}

button{
    background-color: white;
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
    border-radius: 20PX;
    font-family: var(--font-atlmiami);
    cursor: pointer;
}


.price{
	
}

.highlights{
	font-family: var(--font-darkmatterbold);
	margin-top: 4em;
	font-size: 2em;
	line-height: 1.1em;
	margin-bottom: 4em;
}



.intro-text{
	font-size: 1.4em;
	font-family: var(--font-atlmiamiitalic);
	position: absolute;
	bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;

}


.slick-slide{
	height: 100%;
	width: 100%;
}


.highlight-text{
	font-family: var(--font-atlmiamiitalic);
	text-align: center;
	font-size: 3em;
	height: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 5%;
	padding-right: 5%;
	letter-spacing: -.8px;
	background-repeat: no-repeat;
	background-position: center;
}

.highlight-img{
	height: 100%;
	padding-top: 20%;
	padding-bottom: 20%;
	background-repeat: no-repeat;
	background-position: center;
	/*filter: invert(1);*/
}

.highlight-image{
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}



/*------------- HEADER*/

.header{
	background-color: white;
	border-bottom: 1px solid black;
}

header a{
	color: black;
}

nav a{
	color: darkgray;
}

.selected a{
    color: black !important;
}

.selected{
	color: black !important;
}


@media only screen and (max-width: 800px) {


#right-shop{
	min-height: 100vh;
}

	.header-menu{
		background-color: white;
		border-bottom: 1px solid black;
	}

	#menu-btn{
		color: black;
	}

.intro-text{
	position: relative;
	min-height: 80vh;
}

#items{
	padding: 0;
}
.highlight-img{
	
	padding-top: 65%;
	
}

	}





#mc_embed_signup {
  clear: both;   
   width: 100%;
   float: right;
}

#mc_embed_signup_scroll {
  display: flex;
  align-items: top; /* Align items vertically in the center */
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px !important;
    }

    #mc_embed_signup div#mce-responses {
    	overflow: hidden;    
	}

#mc_embed_signup .email {
  margin-right: 10px; /* Space between input and button */
  flex: 2; 
}

#mc_embed_signup .button {
  padding: 5px 10px;
  background-color: white;
  color: white;
  border: none;
  cursor: pointer;
}

#mc_embed_signup .button:hover {
  background-color: #0056b3;
}
	
.ns-su{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: black;
	color: white;	
	height: 5rem;
}

.ns{
	flex: 0 0 50%;
	font-size: 1.4em;
	line-height: 1.6em;
	
}

.mc-field-group{
	flex: 0 0 36%;
	padding-bottom: 0em !important;
	min-height: 0px !important;
}

.mc-field-group input{
	border-radius: 40px !important;
	text-indent: 5% !important;
}

.optionalParent{
/*  flex: 0 0 20%;*/
margin-left: 20px;
}


#mc_embed_signup div.response {
 margin: 0px !important;
 padding:0px !important;
 
}

#mc_embed_signup div#mce-responses {
    padding: 0px !important;
    margin: 0px !important;
    
}

#mc_embed_signup .button{
	margin: 0px 0px 0px 10px !important;
	background-color: black !important;
	color: white !important;
	border: 1px solid white !important;
	border-radius: 30px !important;
	height: auto !important;
	margin-left: auto !important;
}


#mc_embed_signup .button:hover{
	margin: 0px 0px 0px 10px !important;
	background-color: white !important;
	color: black !important;
	border: 1px solid white !important;
	border-radius: 30px !important;
	height: auto !important;
	margin-left: auto !important;
}



	





@media only screen and (max-width: 800px) {

	main{
		padding-bottom: 20vh;
	}

	#mc_embed_signup_scroll {
    	flex-wrap: wrap;
	}

		.ns{
		flex: 0 0 100%;
		margin-bottom: 5px;
	}


.ns-su{
		height: 11rem;
}




	#mc_embed_signup .foot {
     	grid-template-columns: none !important;
    	width:  100% !important;
    	margin-top: 5px;
}

	.mc-field-group{
		flex: 0 0 100%;
		padding-bottom: 0em !important;
		min-height: 0px !important;
	}

	
#mc_embed_signup .button{
	width: inherit !important;
	margin-top: 5px !important;
}

	.optionalParent{
		flex: 0 0 100%;
	}
}

