#header-content {
    align-items: center;
    justify-content: space-evenly;
    padding: 5rem 0;
    line-height: 1.5rem;
    gap: 2pc;
}

#header-content h1 {
    margin: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
}

.modal #close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    z-index: 1;
}

.modal-content {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    gap: 2rem;
}

.modal-content img {
    /* max-height: 80vh; */
    /* max-width: 80vw; */
    max-height: 80vh;
}

#modal-primary-img {
    border: solid #777777 2px;
}

#product-img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 45%;
}

#primary-img img {
    max-height: 30rem;
}

#primary-img {
    border: solid #777777 2px;
    padding: 1rem;
}

#thumbnails li, #modal-thumbnails li {
    border: solid #777777 2px;
    padding: 0.5rem;
}

#thumbnails li.is-active, #modal-thumbnails li.is-active {
    border-color: white;
}

.button.primary #vr {
    display: inline-block;
    margin: 0 0.5rem;
    position: relative;
    height: 1.5rem;
    border-left: 1px solid #777777;
}

.label.disclaimer {
    margin: 3rem auto 0;
    font-size: 0.9rem;
    max-width: 1200px;
}

.button.primary {
    color: #111113;
    background-color: white;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: white;
    width: 100%;
}

.button.secondary {
    color: white;
    border-color: #5e5e5e;
}

.button.secondary[selected] {
    background-color:rgb(59, 59, 59);
}

form label:hover {
    cursor: pointer;
}

.variants input:checked + label {
    border-color: white;
}

.rrp {
    font-size: 1rem;
    opacity: 50%;
    line-height: 1;
    white-space: nowrap;
}

section {
    padding: 3.5rem 0 3.5rem;
    margin: auto
}

.alt-bg {
    background-color: #EEEEFF;
}

.container {
    max-width: 1200px;
    width: 80%;
}

#key-points img {
    height: 6rem;
}

#key-points h2 {
    margin-bottom: 0.6rem;
}

#key-points .container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1pc;
}

section .container {
    display: flex;
    justify-content: space-around;
    margin: auto;
    text-align: center;
    flex-direction: column;
}

#key-points {
    padding: 5rem 0 3.5rem;
}

#key-points .key-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#explosion {
    padding: 0;
}

#explosion .container {
    background: radial-gradient(50% 138.66% at 50% 50.04%, rgba(46, 46, 46, 0) 0%, rgba(0, 0, 0, 0.63) 100%), #111113;
    color: white;
    align-items: center;
    padding: 5%;
    display: grid;
    grid-template-areas:
        "img a"
        "img b";
    grid-template-columns: 1fr 1fr;
    gap: 2pc;
    max-width: 1500px;
    box-sizing: border-box;
}

#explosion img {
    grid-area: img;
}

#competitor-comparison .bar-graph {
    display: flex;
    flex-direction: column;
    width:80%;
    margin: auto;
    gap: 1.2rem;
}

#competitor-comparison .bar-header {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#competitor-comparison .bar-header * {
    margin-bottom: 0.5rem;
}

#competitor-comparison span {
    color: #474852;
}

#specifications h3 {
    text-align: start;
    border-bottom: 1px black solid;
    padding: 1pc;
}

#specifications .items {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1pc;
    padding: 0 2pc;
}

#specifications th, #specifications td {
    line-height: 130%;
    font-size: 1.2rem;
    width: 0;
}

#specifications #head th {
    padding: 1pc 0 0;
}

#specifications th {
    font-weight: bold;
    padding: 1pc 0;
}

#specifications td {
    font-weight: normal;
    padding: 1pc 0;
}

#faq h2 {
    margin: 0;
}

#faq p {
    text-align: initial;
}

#faq a {
    color: blue;
    word-wrap: break-word;
}

#faq details {
    border-bottom: black solid 1px;
    padding: 1.5pc 2pc 1pc;
}

details > summary::-webkit-details-marker {
    display: none;
}

#faq .dropdown-arrow::before, #faq .dropdown-arrow::after {
    background-color: black;
}

@media screen and (max-height: 740px) {
    .modal-content img {
        max-height: 60vh;
    }
    
}

@media screen and (max-width: 1200px) {
    #header-content {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    #header-content {
        flex-direction: column;
        width: 90%;
        padding: 2rem 0 4rem;
    }

    #product-img {
        max-width: 70%;
    }

    #product-img img {
        max-height: 20rem;
    }

    .button.primary {
        text-align: center;
        margin: 0;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    .button.secondary {
        padding: 1rem 1rem;
    }

    #key-points .key-point {
        max-width: 200px;
    }

    #key-points .key-point h3 {
        margin-top: 1em;
    }

    #explosion .container {
        width: 100%;
        padding: 3rem 0;
        grid-template:
            "a"
            "img"
            "b";
        gap: 0.75rem;
    }

    #explosion .container > * {
        max-width: 450px;
        width: 80%;
        margin: auto;
    }

    #competitor-comparison .bar-graph {
        gap: 2rem;
        width: 100%;
    }

    #competitor-comparison .bar-graph line {
        stroke-width: 0.75rem;
    }

    #faq details {
        padding: 1.5pc 1pc 1pc;
    }
}

@media screen and (max-width: 600px) {
    #header-content {
        flex-direction: column;
        width: 100%;
        padding: 2rem 0 4rem;
    }

    #product-img {
        max-width: 100%;
    }

    .modal-content {
        max-width: 80%;
    }
}
