/** Shopify CDN: Minification failed

Line 1353:18 Expected identifier but found whitespace
Line 1353:25 Unexpected "1px"
Line 1353:30 Unexpected "{"
Line 1353:40 Expected ":"
Line 1394:18 Expected identifier but found whitespace
Line 1394:25 Unexpected "3px"
Line 1394:30 Unexpected "{"
Line 1394:40 Expected ":"
Line 1396:18 Expected identifier but found whitespace
Line 1396:25 Unexpected "3px"
... and 3 more hidden warnings

**/
*,
*:before,
*:after {
    box-sizing: border-box;
    outline: 0;
}
 
*,
:focus,
:focus-visible,
:hover { 
    outline: 0;
    scrollbar-width: auto;
    scrollbar-color: var(--text-extralight-color) !important;
    -webkit-tap-highlight-color: transparent;
}
 
*::-webkit-scrollbar {
    background: #eee;
    width: 4px;
    height: 5px;
}

*::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

details>summary {
    cursor: pointer;
    list-style: none;
}

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

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: var(--text);
}

body {
    background: var(--body-background);
    color: var(--text-color);
    font-size: var(--text);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    line-height: var(--body-font-line-height);
    letter-spacing: var(--body-letter-spacing);
    font-style: var(--body-font-style);
    margin: 0;
    padding: 0;
    word-break: break-word;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-kerning: normal;
}

.body-main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    background: var(--body-background, #fff);
}

.main-content {
    display: flex;
    flex: 1;
    backface-visibility: hidden;
    min-height: calc(80vh - var(--header-height, 0px) - var(--announcement-height, 0px));
    flex-direction: column;
    background: var(--body-background, #fff);
    margin-bottom: var(--footer-height, 0px);
    z-index: 2;
}

ul,
ol {
    margin: 0;
    list-style: none;
    padding: 0px;
}

.rte a {
    text-decoration: underline;
    color: inherit;
}

.rte ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.rte ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
}

.rte p, .rte ul,.rte ul li,.rte ol li,.rte div {
    margin-bottom: 10px;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    margin-top: 20px;
    margin-bottom: 12px;
}

blockquote {
    border-left: 1px solid;
    padding-left: 1rem;
    color: var(--text-color);
}

a {
    text-decoration: none;
    color: var(--link-color);
    cursor: pointer;
    transition: 0.2s ease;
}

a[aria-disabled=true] {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-grab {
    cursor: grab;
}

.text-underline {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.hyperlink {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.list-inline {
    display: inline-flex;
    flex-wrap: wrap;
}

small,
sub,
sup {
    font-size: 95%;
}

iframe,
img {
    max-width: 100%;
}

button,
input[type="submit"] {
    cursor: pointer;
}

button {
    border: 0;
    padding: 0;
    color: var(--text-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    font-style: var(--body-font-style);
    font-size: var(--text);
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button[disabled] {
    opacity: 0.5;
}

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 2px;
    display: inline-block;
}

textarea {
    resize: none;
    min-height: 100px;
    overflow: auto;
}

.form-control,
input,
textarea {
    display: block;
    width: 100%;
    background-color: var(--form-background);
    border: 1px solid var(--form-border);
    padding: 12px 20px;
    min-height: 50px;
    color: var(--form-text-color);
    font-family: var(--body-font-family);
    line-height: 1;
    font-size: var(--small-text);
    border-radius: var(--form-radius);
}

.form-control::placeholder,
input::placeholder {
    opacity: 0.7;
    position: relative;
    color: var(--form-text-color);
}

.form-control:focus,
.form-control:focus-visible,
select:focus-visible {
    outline: transparent solid 1px;
    border-color: var(--text-color) !important;
}

body select {
    -webkit-appearance: none;
    text-overflow: ellipsis;
}

address {
    font-style: normal;
}

address p+p {
    margin-top: 5px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid rgb(var(--border-color));
    font-size: var(--small-text);
}

tr th,
tr td {
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid rgb(var(--border-color));
    color: var(--text-color);
    font-size: var(--small-text);
    padding: 16px 20px;
}

table.no-borders {
    border: 0;
}

table.no-borders th,
table.no-borders td {
    border: 0;
}

.table-main {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-font-line-height);
    letter-spacing: var(--heading-letter-spacing);
    margin: 0;
}

h1,
.h1 {
    font-size: var(--h1);
}

h2,
.h2 {
    font-size: var(--h2);
}

h3,
.h3 {
    font-size: var(--h3);
}

h4,
.h4 {
    font-size: var(--h4);
}

h5,
.h5 {
    font-size: var(--h5);
}

h6,
.h6 {
    font-size: var(--h6);
}

p {
    margin: 0;
    color: var(--text-color);
    font-size: var(--text);
}

.heading-font {
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-font-line-height);
    letter-spacing: var(--heading-letter-spacing);
}

.body-font {
    font-family: var(--body-font-family);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    letter-spacing: var(--body-letter-spacing);
}

.accent-font {
    font-family: var(--accent-font-family);
    font-style: var(--accent-font-style);
    font-weight: var(--accent-font-weight);
    line-height: var(--accent-font-line-height);
    letter-spacing: var(--accent-letter-spacing);
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.lowercase::first-letter {
    text-transform: uppercase;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-xsmall {
    font-size: var(--xsmall-text);
}

.text-small {
    font-size: var(--small-text);
}

.text {
    font-size: var(--text);
}

.text-medium {
    font-size: var(--medium-text);
}

.text-large {
    font-size: var(--large-text);
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.top-left {
    top: 15px;
    left: 15px;
}

.top-center {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.top-right {
    top: 15px;
    right: 15px;
}

.center-left {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-right {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.bottom-left {
    bottom: 15px;
    left: 15px;
}

.bottom-center {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-right {
    bottom: 15px;
    right: 15px;
}

.hidden {
    display: none !important;
}

.visually-hidden {
    visibility: hidden !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-flex {
    display: flex !important;
}

.container,
.container-fluid,
.container-sm,
.container-xs,
.shopify-policy__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.js-hidden {
    display: none;
}

.p-0 {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-text-left {
        text-align: left;
    }
    .d-text-center {
        text-align: center;
    }
    .d-text-right {
        text-align: right;
    }
    .d-top-left {
        top: 15px;
        left: 15px;
    }
    .d-top-center {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .d-top-right {
        top: 15px;
        right: 15px;
    }
    .d-center-left {
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .d-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .d-center-right {
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .d-bottom-left {
        bottom: 60px;
        left: 15px;
    }
    .d-bottom-center {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .d-bottom-right {
        bottom: 15px;
        right: 15px;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .container,
    .container-sm,
    .container-fluid,
    .shopify-policy__container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .container,
    .container-sm,
    .shopify-policy__container {
        max-width: 97%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1025px) {
    *:focus-visible {
        outline: 2px solid #595959;
        outline-offset: 1px;
        transition: unset!important;
        z-index: 1;  
    }
    .focus-inside:focus-visible {
        outline-offset: -2px;
    }
    .input-md {
        min-height: 54px;
    }
    .input-lg {
        min-height: 60px;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .container,
    .shopify-policy__container {
        max-width: 1300px;
    }
    .container-sm {
        max-width: 1220px;
    }
}

@media (min-width: 1441px) {
    .container,
    .shopify-policy__container {
        max-width: 1400px;
    }
    .container-sm {
        max-width: 1280px;
    }
}

@media (min-width: 1700px) {
    .container,
    .shopify-policy__container {
        max-width: 1680px;
    }
    .container-sm {
        max-width: 1440px;
    }
}

@media (max-width: 767px) {
    *::-webkit-scrollbar {
        display: block;
    }
    .m-text-left {
        text-align: left;
    }
    .m-text-center {
        text-align: center;
    }
    .m-text-right {
        text-align: right;
    }
    .m-top-left {
        top: 15px;
        left: 15px;
    }
    .m-top-center {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .m-top-right {
        top: 15px;
        right: 15px;
    }
    .m-center-left {
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .m-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .m-center-right {
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .m-bottom-left {
        bottom: 15px;
        left: 15px;
    }
    .m-bottom-center {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .m-bottom-right {
        bottom: 15px;
        right: 15px;
    }
    input,
    select,
    textarea,
    .form-control {
        font-size: 16px !important;
        padding: 8px 15px;
        min-height: 48px;
    }
    tr th, tr td {
        padding: 10px;
    }
}

/* styling below for split slideshow section on the homepage */

.split-slideshow-desc {
  text-shadow: 2px 2px 2px Black;
}

.split-slideshow-heading {
  text-shadow: 2px 2px 2px Black;
}

/* styling below for instructions and tutorials page */
    .active.label {
        background-image: linear-gradient(to bottom, #e6e6e6 0%, #ffffff  51%, #d6d6d6  100%);
    }


             
    .label {
           /* background-image: linear-gradient(to bottom, #e2e2e2 40%, #a0a0a0  71%, #6e6e6e  100%); */
           border: solid 3px #1c5e8c;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: flex;
          }

          .label:hover {
            background-color: #3ea6ff !important;
            background-position: top center; /* change the direction of the change here */
            color: #000 !important;
            text-decoration: none;
          }
         
          ul.tabs li a {
    color: #fff;
    display: block;
    text-decoration: none;
    width: auto;
    height: 28px;
    padding: 6px;
    line-height: 10px;
    margin-right: 6px !important;
    font-size: 13px;
    outline: none;
    align-items: center;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row;
}

ul.tabs {
    display: block;
    margin: 31px 0;
    border-bottom: solid 1px;
    border-top: 0;
    list-style: none outside;
    margin-left: 0;
    text-transform: uppercase;
    padding-bottom: 33px;
}

ul.tabs li a.active {
    border-right-width: 3px;
    height: 28px;
    color: #fff;
}

@media only screen and (max-width:950px) {
    ul.tabs li {
    display: block;
    width: auto;
    height: 31px;
    padding: 0;
    line-height: 2rem;
    float: none;
    margin-bottom: 0;
    border: 0;
    list-style: none outside;
    margin-left: 0;
    cursor: pointer;
}
}


/* #Tabs - brought over from previous theme
================================================== */
ul.tabs {
    display: block;
    margin: 25px 0;
    border-bottom: solid 1px {{ settings.border_color }};
    border-top: 0;
    list-style: none outside;
    margin-left: 0;
    text-transform: uppercase;
    padding-left:0;
    padding-bottom: 3px;
}
ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0;
    list-style: none outside;
    margin-left: 0;
    cursor: pointer;
}
ul.tabs li a {
    color: #467b9f;
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    line-height: 30px;
    margin-right: 60px;
    font-size: 13px;
    outline: none;
    @media (max-width: 960px) {
      margin-right: 30px
    }
    @include respond-to('medium'){
      font-size: 12px;
    }
    @include respond-to('small'){
      margin-right: 20px;
    }
}
ul.tabs li a.active {
    border-bottom: solid 3px {{ settings.border_color }};
    background-color: #3ea6ff !important;
    border-bottom: solid 3px {{ settings.headline_color }};
    height: 31px;
    position: relative;
    border-right-width: 1px;
    color: #FFF;
}
ul.tabs li:last-child a {
        margin: 0;
}
ul.tabs-content { margin: 0; display: block; border: 0; padding-left: 0;}
ul.tabs-content > li { display:none; border: 0; line-height: 1.8em; }
ul.tabs-content > li.active { display: block; border: 0; padding-left: 0px;}
ul.tabs-content ul {padding-left: 0;}


.announcement-bar__message {
  line-height: calc(0.4 / max(1, var(--font-heading-scale)));
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tabs:after {
  clear: both; }
ul.tabs {
  zoom: 1; }

  
/* Product Page fix for removing Pop-up media */

#product-media-popup {
  display: none;
  visibility: hidden;
}


/* Homepage Carosel Styling */
.slideshow-marquee-box{
  text-shadow: 0 0 BLACK;
}
/*.slideshow-heading {
  text-shadow: 4px 5px 4px white;
}
.slideshow-desc {
    text-shadow: 3px 1px 3px white;
    font-weight: 600;
}
*/

    .button.large-btn {
        border-radius: 15px;
        box-shadow: 5px 5px 6px 3px #08264d9e;
    }


@media only screen and (max-width:700px) {

  .hoverTable {
    scale: .95;
    position: relative;
    top: 0px;
    left: 10px;
    font-size: x-small;
    width: 105% !important;
  }
}

.hoverTable tr {
  background: #000 !important;
}

#Description h3 {
  color: #fff;
  font-weight: 600;
}

#Description ul, ol {
    margin: 0;
    list-style: inherit;
    margin-left: 20px;
    font-size: 1.5rem;
    padding: 0px;
}


#agree {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    width: 40px;
    top: 15px;
    height: 40px;
    scale: .7;
}


/* styling for completing dark theme */
.section-container {
    padding-top: var(--top-spacer);
    padding-bottom: var(--bottom-spacer);
    width: 100%;
    background: #201f1f;
    color: #ffffff;
}

.scheme-secondary {
    --body-background: #201f1f;
    --body-background-gradient: #ffffff;
    --body-alternate-background: #f2f2f2;
    --card-background: 255, 255, 255;
    --card-text: 32, 31, 31;
    --border-color: 0, 0, 0;
    --sub-heading-color: #ffffff;
    --heading-color: #ffffff;n
    --text-color: #ffffff;
    --text-light-color: rgba(72, 72, 72, 0.5);
    --text-extralight-color: rgba(72, 72, 72, 0.3);
    --link-color: #2877ff;
    --marquee-text-color: #681111;
    --marquee-background: #000000;
    --highlight-background: #ffffff;
    --highlight-color: #000000;
    --button-background: #000000;
    --button-text-color: #ffffff;
    --button-border: #000000;
    --button-background-hover: #d8f120;
    --button-text-color-hover: #000000;
    --button-border-hover: #d8f120;
    --secondary-button-background: #000000;
    --secondary-button-text-color: #201f1f;
    --secondary-button-border: #000000;
    --secondary-button-background-hover: #d8f120;
    --secondary-button-text-color-hover: #d8f120;
    --secondary-button-border-hover: #000000;
    --image-bg: #f2f2f2;
    --overlay-bg: 0, 0, 0;
    --overlay-color: #201f1f;
    --form-border: #d8d8d8;
    --form-background: #ffffff;
    --form-text-color: #ffffff;
    --slider-icon-color: #201f1f;
    --slider-icon-background: #000000;
    --slider-icon-border: #000000;
    --product-border: #d8d8d8;
    --product-background: #ffffff;
    --product-title-color: #ffffff;
    --shipping-bar-line: #808080;
}

@media only screen and (min-width:1000px) {

  .product-card .product-pricing span {
    font-size: 1.5rem !important;
}
  
}

.section-primary{
  --body-background: #201f1f !important;
  background:  #201f1f !important;
}

body {
  --body-background: #201f1f !important;
  background:  #201f1f !important;
}


.scheme-primary .related-products {
    overflow: hidden;
    background: #201f1f !important;
    --body-background: #201f1f !important;
}


.cartTCUForm {
    width: 35%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    top: -50px;
}

.cartTCUForm h3 {
  padding-bottom: 1rem;
}

.TCUCartButton {
    background: #201f1f;
    color: #fff;
    Font-weight: 600;
    border-radius: 15px;
    Font-size: larger;
}

.TCUCartButton:hover {
    background: #b62121;
    color: #fff;
    Font-weight: 600;
    border-radius: 15px;
    Font-size: larger;
}

.container-content h4 {
  color: #FFF;
}

.custom-icons-text {
    font-size: var(--small-text) * 2 !important;
    color: #000 !important;
}

/* Mobile Styling Fixes */

@media only screen and (min-width:200px) and (max-width:800px) {
    .slideshow-marquee-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        scale: .4;
    }
    
    .footer-logo-wrapper {
        width: 80% !important;
    }
    .header-logo {
        width: 100% !important;
    }
      
    .product-detail-accordion {
        padding-bottom: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }
    
    #ArtworkButton {
        background-image: url(/cdn/shop/files/Art-Dark-Mode.svg?v=1743013079);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        font-size: 0;
        min-width:80px;
    }
    
    #AvailabilityButton {
        background-image: url(/cdn/shop/files/Avail-Dark-Mode.svg?v=1742844978);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        font-size: 0;
    }
    
    #FeaturesButton {
        font-size: 0px;
        background-image: url(/cdn/shop/files/Features-Dark-Mode.svg?v=1742844978);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 40%;
    }
    
    #DescriptionButton {
        background-image: url(/cdn/shop/files/Mag-Dark-Mode.svg?v=1742844978);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        font-size: 0px;
    }
      
    .accordion-item {
        position: relative;
        display: flex;
        width: 25%;
        transition: .4s ease;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    
    .accordion-item button {
        min-width: 80px;
    }

    .custom-icons-box .list-inline {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .container-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }

    .infinityProducts {
        display: inline-flex;
        color: #bb0909;
    }

    }

    @media only screen and (min-width:578px) and (max-width:800px) {

        .infinityProducts {
            display: block;
            color: #bb0909;
        }
    }

 .section-container p {
   color: #fff;
 }

 .container-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        width: -webkit-fill-available;
    }