/** Shopify CDN: Minification failed

Line 44:4 Unexpected "{"
Line 44:5 Expected identifier but found "%"
Line 44:59 Unexpected "{"
Line 44:60 Expected identifier but found "%"
Line 82:0 Unexpected "{"
Line 82:1 Expected identifier but found "%"
Line 84:2 Unexpected "{"
Line 84:3 Expected identifier but found "%"
Line 198:4 Unexpected "{"
Line 198:5 Expected identifier but found "%"
... and 2 more hidden warnings

**/
.tpo_modal-content img {
    width: 100%;
    height: auto;
}

.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);
    {% comment %} background-color: rgba(14, 14, 6, 0.75); {% endcomment %}
    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;
    width: 100%;
    height: 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;
}

{% comment %} .modal.modal_sections.modal-size {
    max-width: 800px;
} {% endcomment %}

.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: none;
    background: none;
    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%;
    /* max-width: 1620px;
    padding: 0 40px; */
    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: 0px;
    margin: 0 0px 30px;
    font-weight: 400;
    line-height: 1.666;
}

.comparison_box .wrapper:last-child {
    margin-bottom: 0;
}
.comparison_box .wrapper {
    display: block;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    max-width: 1200px;
    margin: 0 auto 40px;
    background: #fff;
    padding: 10px 25px;
}

.comparison_box table {
    width: 100%;
    border-collapse: separate;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-spacing: 0px;
}

.comparison_box th:first-child, .comparison_box td:first-child {
    padding-left: 0;
}

.comparison_box th, .comparison_box td {
    padding: 15px;
    border-bottom: 1px solid #d5d5d5;
    {% comment %} background-color: #fff; {% endcomment %}
    text-align: left;
    vertical-align: baseline;
}

.comparison_box th {
    color: #0E55A4;
    font-weight: 700;
}

.comparison_box td.heading {
    width: 25%;
    color: var(--color-heading);
    font-weight: 700;
}

.comparison_box tr:last-child th, .comparison_box tr:last-child td {
    border-bottom-width: 0;
}

.content p {
    margin-bottom: 20px !important;
}

.content ol {
    padding: 0 !important;
}

.content ol li {
    margin-bottom: 15px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin: 30px 0 25px !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 640px) {
.comparison_box table {
    font-size: 13px !important;
}

.comparison_box th.heading, .comparison_box td.heading {
    position: sticky;
    left: 0;
    width: 60px !important;
    min-width: 60px;
    z-index: 2;
}

.comparison_box th, .comparison_box td {
    width: 50%;
    min-width: 130px;
    padding: 10px 8px !important;
}
}

@media screen and (max-width: 1024px) {
.content-wrap h2 {
    font-size: 24px;
}

/* .content-wrapper {
    padding: 0 20px;
} */

.modal_box .modal-product-type {
    padding: 0;
}

.modal_box .modal-size {
    padding: 20px;
}

.comparison_box table {
    font-size: 14px;
}

.comparison_box th.heading, .comparison_box td.heading {
    width: 160px;
}

.comparison_box th, .comparison_box td {
    padding: 12px 15px;
}
}