/** Shopify CDN: Minification failed

Line 97:0 Unexpected "}"

**/
.modal_box .inner,
.tpo_modal-content img {
    height: auto;
    width: 100%;
}
.tpo_modal-content {
    padding: 40px 0;
}
.tpo_modal-content hr {
    margin: 20px 0;
}
.tpo_modal-container {
    border-radius: 0 !important;
}
.modal_box {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    align-items: center;
    justify-content: stretch;
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(14, 14, 6, 0.75);
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}
.modal_box.is_visible {
    visibility: visible;
    opacity: 1;
}
.modal_box .inner {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 0;
    max-height: 100%;
    transition: 0.5s;
    transform: translateY(-600px);
}
.modal_box.is_visible .inner {
    transform: translateY(0);
}
.modal_box .modal {
    display: block;
    position: relative;
    width: 100%;
    max-width: 990px;
    padding: 40px;
    margin: 0 auto;
    background-color: #fff;
}
.modal.modal_sections.modal-size .tpo_modal-content {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}
.modal_box .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer;
}
/* .modal_box .close:after,
.modal_box .close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0e0e06;
    transition: 0.2s;
    transform: translateY(-50%) rotate(45deg);
}
.modal_box .close:before {
    transform: translateY(-50%) rotate(-45deg) !important; */
}
.content-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.content-wrap {
    display: block;
    position: relative;
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}
.content-wrap h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}
.content-wrapper h3.subheading {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin: 5rem 0 3rem;
    text-align: center;
    text-transform: uppercase;
}
.content-wrap .content {
    display: block;
    position: relative;
    min-width: 0;
    margin: 0 0 30px;
    font-weight: 400;
    line-height: 1.666;
}
.content-wrap content p {
    margin-bottom: 20px !important;
}
.content-wrap .content ol {
    padding: 0 !important;
}
.content-wrap .content ol li {
    margin-bottom: 15px;
}
.content-wrap .content h1,
.content-wrap .content h2,
.content-wrap .content h3,
.content-wrap .content h4,
.content-wrap .content h5,
.content-wrap .content h6 {
    margin: 30px 0 25px !important;
    font-weight: 600 !important;
}
@media screen and (max-width: 1024px) {
    .content-wrap h2 {
        font-size: 24px;
    }
    .modal_box .modal-product-type {
        padding: 0;
    }
    .modal_box .modal-size {
        padding: 20px;
    }
}
