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


figure video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transform: translate(-50%, -50%);
}

.lazy-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee; /* placeholder */
  transition: opacity 0.4s ease;
  opacity: 0;
}

.lazy-bg.is-loaded {
  opacity: 1;
}


figcaption{
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

p{
    margin-bottom: 1em;
}

.artwork{
    padding: 1em;
    margin-top: -4px;
    font-family: var(--font-darkmatterbold);
    filter: contrast(1);
    transition-duration: .2s;
}

.artwork:hover{
    filter: contrast(1.1);
    transition-duration: .2s;
}

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

}*/


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

#shop-a {
  color: black;
}


.main{
    padding: 4em 1em 5em 1em;
    font-family: var(--font-darkmatterbold);
}



#logo-shop{
    width: 20%;
}

main .grid{
    background-color: white;
    /*grid-row-gap: 0;
    padding: 0;
    margin: 0;
    column-gap: 0;*/

}

.grid-shop{
    display: grid;
}

#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;
}

#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;
    
}

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


.right-shop,
.left-shop{
    height: 100vh;
    width: 50vw;
    position: relative;
    overflow: hidden;
}

.right-shop{
    left: 50vw;
    top: 0;    
    float: right;
}




.highlight-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* CENTERED TITLE */
.slide-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 3em;
  text-transform: uppercase;
}

.slide-title a{
    color: white;
}

/* OPTIONAL OVERLAY */
.left-shop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

/* MOBILE */
@media (max-width: 768px) {
  .primary-slide {
    width: 100vw;
  }
}



/*------------- 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;   
    /*padding: 1em;*/
    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%;
        margin-left: 0;
        
    }
}

