@charset "utf-8";

/*

List // list-collection

*/


.list-collection ul li{
    margin-bottom: .625rem;
}

.list-collection a .a--collection-title{
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    transition: all .3s 0s cubic-bezier(.6, .5, .5, .75);
}

.list-collection a:hover .a--collection-title{
    color: #999;
    text-decoration: underline;
}


@media (min-width: 640px) {
    .list-collection ul li span{
    display: inline-block;
    }
    
    .list-collection a .a--collection-title{
    padding:0 0 1.5rem;
    font-size: 1.5rem;
    }
	
}
