img{
    margin: 0;
    padding: 0;
    border:none;
}
ol,ul,li {
    list-style: none;
}
h1.product-title {
    margin-bottom: 10px;
}
a:link,
a:visited {
    text-decoration: none;

}

a:hover,
a:active {
    color: #999;

}

h1,
h2,
h3 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 20px;
}
#product-wrapper {
    position: relative;
    font-size: 0;
}

#product-details,
#product-gallery {
    display: inline-block;
    float: none;
    width: 50%;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.4em;
}


/* #product-details {
    position: sticky;
    top: 0px;
} */

#product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#product-gallery video {
    width: 100%;
    height: auto;
    /* height: 100%;
    object-fit: cover;
    object-position: center; */
    line-height: initial;
}

#product-details .mobile-header img,
#product-details .mobile-header video {
    width: 100%;
    display: none;
    margin-bottom: 20px;
}

#product-gallery li {
    line-height: 1.4em;
    position: relative;
}

#product-gallery li > div {
    line-height: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#product-details .inner {
    padding: 75px;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 90px;
}

.drawer p {
    display: none;
    padding-bottom: 20px;
}

.drawer h2,
.notdrawer h2 {
    font-size: 1rem;
    border-bottom: 1px solid;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.drawer h2:hover {
    cursor: pointer;
}

#product-details .intro {
    text-align: center;
}

#product-details li.drawer h2::before {
    content: '+';
    width: 15px;
    display: inline-block;
}

#product-details li.drawer h2.active::before {
    content: '\2013';
    width: 15px;
    display: inline-block;
}

#product-wrapper:after {
    content: '';
    display: table;
    clear: both
}

.variant-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 10px 5px auto;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
    border: 2px solid white;
    padding: 3px;
    transition: all .2s ease-in-out;
}

.active .variant-thumb {
    border: 2px solid #999999;
}

#options {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}

#options li a {
    transition: all .2s ease-in-out;
    display: inline-flex;
    width: 49%;
    padding-right: 10px;
    text-decoration: none;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-start;
    color: #333;
}

#options li a span {
    flex: 1 0 auto;
}

#options li a.active {
    color: black;
}

#email-sold-out {
    margin-bottom: 30px;
    display: none;
}

#email-sold-out p {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
}

#downloads-wrapper a {
    display: block;
}

#downloads-wrapper a::before {
    content: '\2193';
    width: 15px;
    display: inline-block;
}

.warning {
    color: #db8263;
    font-size: 13px;
    margin-left: 12px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.warning.visible {
    opacity: 1;
}

#product-details .product-price {
    /* display: block; */
    margin-bottom: 30px;
    color: #999999;
}

#product-details .compare-price {
    color: #999999;
    display: none;
    text-decoration: line-through;
    margin-left: 3px;
}

#product-details .prices {
    /* display: flex; */
    margin-bottom: 30px;
}

.button {
    background-color: #6f6c6c;
    color: white !important;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
    display: block;
    width: 150px;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    padding: 15px 30px;
    margin: 30px auto 0;
    font-family: "FFSuperGroteskWebProRegular";
    font-size: 14px;
}

.button.quote-button {
    width: 175px;
}

.button:hover {
    background: black;
}

#meta {
    margin-top: 40px;
}

li.notdrawer {
    padding-bottom: 10px;
}
@media only screen and (max-width : 1024px) {
    #product-details,
    #product-gallery,
    #materials-list li.intro {
        width: 100%;
    }
    #product-details .inner {
        padding: 0px 0px 30px 0px;
    }

    #product-details .inner .intro {
        padding-top: 75px;
    }

    #product-details .inner .description,
    #product-details .inner #options,
    #product-details .inner #meta {
        padding: 0px 25px;
    }

    #product-details .mobile-header img,
    #product-details .mobile-header video {
        display: block;
    }

    #product-wrapper {
        margin-bottom: 75px;
    }
}