.collection {
    padding-bottom: 1rem
}

.collection .title {
    margin: 1rem auto;
    text-align: center;
    text-transform: uppercase
}

.collection .title span {
    font-size: 1.1rem;
    display: block;
    color: #545050;
    letter-spacing: 0.08em
}

@media (min-width: 0px) and (max-width: 768px) {
    .collection .title span {
        font-size: 1.25rem
    }
}

@media (min-width: 0px) and (max-width: 565px) {
    .collection .title span {
        font-size: 1.25rem
    }
}

.collection .collection-items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (min-width: 769px) and (max-width: 1023px) {
    .collection .collection-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .collection .collection-items {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.collection .collection-items._centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.collection .collection-items._centered .item {
    margin: 1rem 4rem
}

.collection .collection-items .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1rem;
    width: auto;
    max-width: 12rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (min-width: 769px) and (max-width: 1023px) {
    .collection .collection-items .item {
        width: 25%;
        max-width: 25%
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .collection .collection-items .item {
        width: auto;
        max-width: 15rem
    }
}

@media (min-width: 0px) and (max-width: 565px) {
    .collection .collection-items .item {
        width: 100%;
        max-width: 20rem
    }
}

.collection .collection-items .item .image {
    display: block;
    margin: auto;
    width: auto;
    height: 7rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (min-width: 769px) and (max-width: 1023px) {
    .collection .collection-items .item .image {
        height: auto
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .collection .collection-items .item .image {
        height: auto
    }
}

.collection .collection-items .item .image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.collection .collection-items .item .title {
    text-align: center;
    margin: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.collection .collection-items .item .title h2 {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin: 0;
    font-size: 0.8rem;
    color: #545050
}

@media (min-width: 0px) and (max-width: 565px) {
    .collection .collection-items .item .title h2 {
        font-size: 1.25rem
    }
}

.collection .collection-items .item .meta {
    text-align: center
}

.collection .collection-items .item .meta span {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 0.8rem;
    color: #545050
}

.collection .collection-items .item .cta {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.5rem
}
