@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

ul#main-nav > li > a {
    font-weight: 700;
    letter-spacing: 3px;
}

#insta-feed h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif !important;
}



#sort label, #sort select {
    display:  inline-block;
}

select#sort-by {
    border:  none;
    outline:  1px solid #ddd !important;
    height: 35px;
}

div#sort {
    width:100% !important;
}

body .product-collection {
    float: left !important;
}


.promo-inner .caption {
    top: 0 !Important;
}

.promo-inner .caption p {
    top: 50%;
    transform:translateY(-50%);
    position:relative;
}


#shopify-section-1521603155364 .rte {
    text-align: center;
}

.megamenu .mega-stack li a {
    letter-spacing:0 !Important;
}

.index img.instagram-image {
    filter: none !important;
    opacity: 1  !important;
}

.index img.instagram-image:hover {opacity:  0.7 !important;transition: 2s !important;max-width: 110% !important;width: 110% !important;}

#facebook img._1drn._-s.img {
    border:  none !important;
}

#facebook a._42ft._4jy0._opc.pluginConnectButtonDisconnected._4jy3._517h._51sy {
    border:  none;
    background:  none;
    font-size: 9px !important;
    padding:  0;
}

#facebook a._1drp._5lv6 {
    font-size:  13px;
    color:black !important;
}

#facebook ._3-8w {
    font-size:  10px !important;
}

.section-title a:hover,input[type="submit"]:hover,.button:hover, .cta a:hover {
    opacity:  0.7;
}


#shopify-section-header #logo img {
    width: 100%;
    max-width: 200px;
}

ul#main-nav {
    padding-left:30px;
}

input#AddToCart {
    font-weight: 900;
}


@media only screen and (min-width: 940px){
ul.vendor-list {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px; }
}}

@media only screen and (max-width: 940px) and (min-width: 500px){
ul.vendor-list {
    -moz-column-count: 2 !important;
    -moz-column-gap: 20px;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 20px;
    column-count: 2 !important;
    column-gap: 20px; }
}}

h1 {
  text-transform: uppercase !important;
}

/* SHOP GRID */

.ci img {
    height: 450px;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 980px) {
    .ci img {
        height: auto;
    }
  .homepage-products .ci img {
    height: 200px;
}
}

.homepage-products .ci img {
    object-fit: cover;
}


/* HIDE DESCRIPTION */
#collection-description {position: absolute;right: 110%;}


.collection-carousel img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}



@media (min-width: 768px) {
    .collection-carousel img {
      height: 250px; 
    } 
}


/* FIX PRODUCT GRIDS */

#product-loop {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(300px, 1fr) );
    grid-gap: 2rem;
}

#product-loop > .product {
    width: 100%;
}


#product-main-image img {
    min-width: 100%;
}

#product-main-image img.zoomImg {
    display: none !important;
}

 
/* CENTER NAV */
@media (min-width: 768px) {
  #navigation .nav-container {

      display: flex !important;
      flex-direction: row;
      justify-content: space-between;
  }

  #navigation nav,
  #navigation ul#cart {
      width: auto;
	}
}

