body:not(.template-index)  img {
	height: auto!important;
}


header .alert p {
margin:7px 0
}


#our-ethos .wrapper{
	max-width:100%;
}

.adam{
  font-family: 'Adam';
  letter-spacing: 1px;
  
}

.grid-product__image-link{
background-color:#fff
}



.site-nav__dropdown{
	border:1px solid #f8f2ee;
  	box-shadow:none;
 	color:red;     
}

.site-nav__dropdown a, .site-nav__grandchild-dropdown a{
  font-style: normal;
}

.size-q{
  padding-bottom:1rem;
  display:block;
}


.tall-grid .grid__item{
	height:600px;
}

.tall-grid .collection-grid__item-link{
    padding-bottom: 5rem;
}

.tall-grid .collection-grid__item-title--wrapper .collection-grid__item-title{
    position: absolute;
    bottom: 1rem;
    color: black;
    left: 0;
    right: 0;
    background: #f8f2ee;
    padding: 4%;
    font-style: normal;
  	font-size:14px;
    width: 8rem;
}

.blog{
    display: flex;
    justify-content: space-around;
  	flex-flow:row wrap;
}


.blog article{
    margin-bottom: 1rem;
    max-width: 30%;
  flex-basis:30%;
}

.blog article:nth-child(3n+2){
 margin-top:1rem; 
}

.blog-loop-img{
	min-height:16vw;
    background-size: cover;
    background-position: center;
}


footer{
text-align:center;
}

#insta-feed, .instafeed-shopify{
margin-bottom:3rem;
}

@media (min-width: 550px){

.site-footer__linklist{
text-align:left;
}
  
}