/* Collection */

#collection .collection__image {
    margin-bottom: 15px;
}

#collection .collection__image img {
    z-index: -1;
}

#collection .collection__image .bg_sale {
    position: absolute;
    top: 0;
    height: auto;
    margin: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

#collection .collection__title {
    border-bottom: 1px solid #338d45;
    margin-bottom: 1.07143em;
}

#collection .collection__title h1 {
    background: #338d45;
    display: inline-block;
    color: #fff;
    display: inline-block;
    font-size: 1.71429em;
    font-weight: normal;
    padding: 0.20833em 0.5em;
    text-align: left;
    margin: 0;
    vertical-align: bottom;
}