.banner-content {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 30px;
    display: none;
}
.banner-content h1, .banner-content h2 {
    margin-bottom: 10px;
}
.page.lecrieú #main-collection-banner .banner-content, .page.alexandra #main-collection-banner .banner-content, .page.gilded #main-collection-banner .banner-content {
    right: 0;
}
.mobile-banner-link {
    display: block;
    height: 100%;
}

#main-collection-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    height: 60vw;
    max-height: 100vh;
    min-height: 33vw;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#collection-description {
    background: #eee;
    padding: 30px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#collection-description h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .03em;
    margin-bottom: 20px;
}
#collection-description p {
    margin: auto;
}
.more-info {
    border: none;
    background: none;
    font-weight: 500;
    text-transform: uppercase;
}

#exit-banner {
    background-image: url('https://cdn.vanderloc.com/images/pages/collection-details/collection-details-banner.jpg');
    background-position: center bottom;
    background-size: cover;
    height: 50vw;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#exit-banner .banner-content {
    display: none;
    text-transform: uppercase;
}
#exit-banner-mobile-content {
    text-align: center;
    padding: 30px 30px 40px;
}
#exit-banner h2, #exit-banner-mobile-content h2 {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 58px;    
    letter-spacing: .2em;
}

/* Collection Content */
#collection-details-content {
    margin: 20px 0 0;
}
#collection-details-content h2 {
    letter-spacing: .1rem;
}
#collection-details-content h3 {
    letter-spacing: .03rem;
    margin-bottom: 10px;
}
#collection-details-content .details-section {
    padding: 30px;
}
#collection-details-content .details-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#collection-details-content .details-header {
    background: #000;
    color: #fff;
    text-align: center;
}
#collection-details-content .details-footer {
    text-align: center;
    background-color: #eee;
}
#collection-details-content .details-footer .button-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
#collection-details-content ul {
    padding-left: 1.5rem;
}
#collection-details-content ul p {
    margin-bottom: .5rem;
}

/* Modals */
.modal-content {
    padding: 10px 30px;
}
.modal-header {
    height: 0px;
    padding: 0px;
    margin: 0px;
}

@media (min-width: 576px) {
    .banner-content {
        padding: 40px;
    }
    .modal-content {
        padding: 20px 40px;
    }
    #collection-details-content .details-section {
        padding: 40px;
    }
}

@media (min-width: 768px) {
    .banner-content {
        padding: 60px;
        display: block;
    }
    .more-info {
        color: white;
    }
    #collection-description {
        padding: 60px;
    }
    #collection-description {
        display: none;
    }
    #collection-description p {
        max-width: 600px;
    }
    #exit-banner {
        height: 40vw;
    }
    #exit-banner .banner-content {
        display: block;
    }
    #exit-banner-mobile-content {
        display: none;
    }
    #collection-details-content .details-section {
        padding: 40px 60px;
    }
}

@media (min-width: 992px) {
    .banner-content {
        padding: 80px;
    }
    #collection-description {
        padding: 80px;
    }
    #collection-description h2 {
        display: none;
    }
    #collection-description p {
        max-width: 700px;
    }
    #exit-banner {
        height: 33vw;
    }
    #collection-details-content .details-section {
        padding: 40px 80px;
    }
    #collection-details-content .details-row {
        justify-content: space-between;
        flex-direction: row;
        gap: 40px;
    }
    #collection-details-content .details-row > div {
        flex: 1;
    }
}

@media (min-width: 1200px) {
    .banner-content {
        padding: 100px;
    }
    #collection-description {
        padding: 100px;
    }
    #collection-description p {
        max-width: 800px;
    }
    #collection-details-content .details-section {
        padding: 60px 100px;
    }
    #collection-details-content .details-row {
        gap: 60px;
    }
}

@media (min-width: 1400px) {
    #main-collection-banner {
        height: 50vw;
    }
    #collection-description p {
        max-width: 1000px;
    }
    #collection-details-content .details-row, 
    #collection-details-content .details-header h2, 
    #collection-details-content .details-header p, 
    #collection-details-content .details-footer h3, 
    #collection-details-content .details-footer p {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}