/**
* Lantern Press - Customer Login / Registration
* @author Katharina Tramm
* @version 0.1
*/

/* ===== Product Details ===== */

.section-even-divided {
    height: 330px;
    align-items: center;
}

.section-even-divided .section-text {
    width: 412px;
}

.section-even-divided .section-text hr {
    width: 412px;
}

.section-even-divided .section-text p {
    margin: 10px auto 0 auto;
}

ul.product-list {
    margin: auto;
    display: grid;
    grid-template-rows: repeat(6, min-content);
    grid-auto-flow: column;
}

ul.product-list.five-split {
    grid-template-rows: repeat(5, min-content);
}

ul.product-list li {
    margin-bottom: 10px;
}

#collections {
    background: #fff;
    padding: 50px
}

#collections-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#collections-wrapper > div {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 418px;
}

.collection-intro {
    padding: 30px 30px 10px 35px;
}

.collection-intro p:last-of-type {
    text-align: center;
}

/* ===== Product Sub Pages ===== */

#products-wrapper {
    padding: 0px 72px;
}

.product-row:first-of-type {
    margin-top: 60px;
}

.product-row:last-of-type {
    margin-bottom: 60px;
}

.product-row {
    width: 880px;
    margin: 35px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.product {
    width: 260px;
    height: 350px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.product .small {
    margin-bottom: 6px;
}

.product-image {
    margin-top: 14px;
}

.product img {
    display: block;
}

.product-intro {
    padding: 16px 10px 0px 25px;
}

#manufacturing-banner {
    display: flex;
    border-top: 20px solid #F2F2F2;
    height: 365px;
    align-items: center;
}

#manufacturing-banner .left {
    font-family: Charter, Georgia, "Times New Roman", serif;
    font-size: 2em;
    line-height: 40px;
    margin-bottom: 24px;
    border-left: 1px solid #9a6142;
    padding: 0 80px 0 20px;
    margin-left: 40px;
}

#manufacturing-banner .right {
    padding-right: 50px;
}

.learn-more-banner {
    height: 300px;
    border-top: 20px solid #F2F2F2;
    display: flex;
    align-items: center;
    padding-left: 55px;
}

#customization-banner {
    background: url('/images/banner/customization.jpg') no-repeat;
    background-size: cover;
}

#art-work-banner {
    background: url('/images/banner/artwork.jpg') no-repeat;
    background-size: cover;
}

.learn-more-banner p {
    font-size: 1.5em;
    line-height: 33px;
    color: #fff;
}

.learn-more-banner a.button {
    color: #fff;
    border-color: #fff;
}

section.intro {
    padding: 45px 20px 0px 72px;
}

section.intro p {
    font-size: 1.25em;
    line-height: 20px;
    clear: both;
}

.collection .product-row:first-of-type {
    margin-top: 30px;
}

.large-boxes .product {
    height: 400px;
}

.collection h2 {
    margin-top: 30px;
}