/*
Theme Name: Mass Files
Version: 2
Description: 
*/

.wp-block-image img {

    width: auto;
}

.box {
    padding: 20px;
    /* border: 1px solid; */
    margin-top: 10px;
    margin-bottom: 1.3em;
    /* color: blue; */
    background: rgb(255 255 0 / 90%);
}
.box a {
    text-decoration: underline;
    /* text-underline-position: under; */
}
.box p + p {
    margin-top: 1em;
}
.box p {
    filter: none;
}
.box.large {
    margin-top: calc(34px + 25px);
}
.box.large.additionalMargin {
    margin-top: calc(34px + 25px + 34px + 10px);
}
#product_content {
    padding-top: calc(34px + 25px + 34px + 10px);
}
#product_content .small {
    line-height: 1.4;
}
.large {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 1.3;
}
a.preorder {
    background: #00ff37;
    color: black !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    margin-top: 12px;
    width: 100%;
    padding: 0px !important;
    text-align: center;
}
a.preorder:hover, a.preorder:active {
    filter: brightness(0.8);
}


#header::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}