.button, .no-highlight, .related-title, .card {
    /* If you want to implement it in very old browser-versions */
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* The rule below is not implemented in browsers yet */
    -o-user-select: none;
    /* The rule below is implemented in most browsers by now */
    user-select: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700';
/* ======================================== */

* {
    box-sizing: border-box;
}
*> :first-child {
    margin-top: 0;
}
*> :last-child {
    margin-bottom: 0;
}
a, a:visited {
    color: inherit;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 19px;
    background: white;
/*    color: #555;*/
    line-height: 1.5;
    /*  word-break: break-all;*/
    overflow-x: hidden;
    color: #FFF;
}
header {
    background: #FFF;
    border-bottom: 1px solid #0000000a;
}
.dark-mode header {
    border-bottom: 1px solid #ffffff0a;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    max-width: 1240px;
    margin: 0 auto;
}
article {
    padding: 2rem 1.5rem;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
}
p {
    margin-bottom: 20px;
    word-break: normal;
}
p, ul, ol, h1, h2, h3 {
    letter-spacing: 0.5px;
    font-size: 20px;
}
h1, h2, h3 {
    font-weight: 300;
    /*  margin: 1.75em 0 1em;*/
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 15px;
}
article h1 {
    font-weight: 200;
    font-size: 52px;
    margin: 0;
    line-height: 1;
}
.title {
    margin-top: 15px;
    word-break: break-word;
}
.product-image .hero-img, .product-info .title {
    margin-top: 0;
}
article h2, article h3 {
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #00000014;
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: bold;
}
.dark-mode article h2, .dark-mode article h3 {
    /*    border-bottom: 1px solid #FFFFFF14;*/
}
article h4, article h5 {
    font-size: 22px;
    font-weight: normal;
    /*  border-bottom: 1px solid #00000014;*/
    /*  padding-bottom: 20px;*/
    /*  margin-bottom: 30px;*/
    /*  margin-top: 40px;*/
}
h4 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.5em;
}
h2 {
    font-size: 2em;
}
h1 {
    font-size: 2.5em;
}
a {
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /*  border-bottom: 1px solid;*/
}
article a {
/*    border-bottom: 1px solid;*/
}
a:hover {
    color: #4080bf;
}
hr {
    margin: 3em 0;
    height: 2px;
    background: #000;
    border: none;
}
.dark-mode hr {
    background: #FFF;
}
blockquote {
    padding: 1em;
    margin: 1.75rem 0;
    background: #f2f2f2;
    color: #555;
}
.dark-mode blockquote {
    background: #000000;
    color: #fff;
}
ul, ol {
    margin: 0;
    margin-left: 15px;
}
li {
    /*  margin: 0.5em 0;*/
}
img {
    display: block;
    max-width: 100%;
    /*  margin: 1.75rem 0;*/
}
code {
    background: #16181f;
    padding: 0.2em 0.4em;
    font-family: "Consolas", "Monaco", monospace;
    font-size: 18px;
    color: #FFF;
}
pre {
    padding: 20px;
    margin: 1.75rem 0;
    background: #1f1f1f;
    overflow: scroll;
    font-family: "Consolas", "Monaco", monospace;
    line-height: 1.6;
    border-radius: 5px;
    letter-spacing: 0.3px;
}
pre code {
    padding: 0;
    background: none;
}
abbr[title] {
    text-decoration: none;
    border-bottom: 1px dotted #555;
}
q {
    font-style: italic;
}
q:before {
    content: "";
}
q:after {
    content: "";
}
table {
    margin: 1.75rem auto;
    border-collapse: collapse;
    width: 100%;
}
#cart table {
    margin: 0;
}
table th {
    font-weight: 600;
}
table td, table th {
    text-align: left;
    padding: 0.5em 1em;
    border: 1px solid #00000015;
}
.dark-mode table td, .dark-mode table th {
    border: 1px solid #dddddd0d;
}
table caption {
    text-align: left;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-style: italic;
}
dl {
    margin: 1.75rem 0;
}
dt, dd {
    margin: 0.5em 0;
}
dt {
    font-weight: 600;
    margin-bottom: 0;
}
dd {
    padding-left: 1em;
    margin-top: 0;
}
button {
    display: block;
    margin: 1.75rem auto;
    padding: 1em 2.5em;
    border: 2px solid #666;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: white;
    color: #666;
    transition: background 0.1s, color 0.1s;
}
button:hover {
    background: #666;
    color: white;
}
time {
    margin-bottom: 24px;
    display: block;
    margin-top: 20px;
    font-size: 22px;
    font-style: italic;
    opacity: 0.8;
    word-break: break-word;
}
.row {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}
.col {
    width: 40%;
    margin: 10px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.5rem 0 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    color: #ffffff;
}
.card {
    margin-top: 1.5rem;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease-in-out;
    margin-bottom: 25px;
    background: #FFF;
}
.dark-mode .card {
    background: #1a1a1a;
    /*  background: #2f2d44;*/
}
.card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.col .card h2 {
    font-size: 21px;
    margin: 0;
    line-height: 1.1;
    font-weight: 100;
    letter-spacing: 0;
    word-break: break-word;
    margin-top: 5px;
    margin-bottom: 6px;
}
.card .card-content {
    padding: 20px;
    padding-bottom: 25px !important;
    min-height: 110px;
    padding-bottom: 0;
}
.card .card-content .kicker {
    color: #38beea;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.card .card-content .kicker a {
    text-decoration: none;
    border-bottom: 0;
}
.card .card-content p {
    color: #adacb5;
}
.card .card-content p:last-of-type {
    margin-bottom: 0;
}
.card .card-image img {
    width: 100%;
    height: auto;
}
.card .card-footer {
    position: relative;
}
.card .card-footer .icon {
    position: absolute;
    right: 2rem;
    max-width: 20px;
    top: 55%;
    margin-top: -10px;
    transition: color 0.3s;
}
.card .card-footer a {
    background: transparent;
    border: none;
    /*  color: #fff;*/
    padding: 20px 20px;
    width: 100%;
    text-align: left;
    display: block;
    opacity: 0;
    position: relative;
    top: 3px;
    font-weight: 400;
    transition: opacity 0.3s, top 0.3s ease 0s;
}
.card .card-footer a:hover {
    text-decoration: none;
    opacity: 1;
    top: 0;
}
.card .card-footer a:hover {
    box-shadow: inset 0 0 0 2px #38beea;
    outline: none;
    border-radius: 2px;
    z-index: 1090;
    position: relative;
}
.card .card-footer:after {
    content: "";
    width: 0%;
    height: 3px;
    background: #38beea;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}
.card .card-footer:hover:after {
    width: 100%;
}
.card:hover .card-footer .icon, .card:focus .card-footer .icon {
    color: #38beea;
}
.card:hover .card-footer a, .card:focus .card-footer a {
    opacity: 1;
    top: 0;
}
.card:hover .card-footer:after, .card:focus .card-footer:after {
    width: 100%;
}
.home {
    padding: 10px 30px;
    max-width: 1280px;
    margin: 0 auto;
}
.dark-mode a {
    color: #FFF;
}
.dark-mode body, .dark-mode header {
    background: #121212;
    color: #FFF;
}
pre code.hljs {
    font-size: 16px;
}
.dark-mode pre code.hljs {
    font-size: 16px;
    color: #FFF;
}
.dark-mode .hljs-number {
    color: #2b9bff
}
.dark-mode .hljs-attr {
    color: #f2f2f2;
}
p code {
    margin: 0 1px;
    border-radius: 7px;
    padding: 3px 9px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: monospace;
}
.dark-mode p code {
    background: #434343;
}
article {
    /*  margin-bottom: 50px;*/
}
.menu-items {
    display: flex;
    align-items: center;
}
.menu-items>div {
    margin-left: 20px;
}
.nano-locked {
    margin-top: 10px !important;
}
@media (max-width: 768px) {
    .col .card:not(:first-child) {
        margin-top: 0;
    }
    .title {
        margin-top: 0px;
    }
    time {
        /*    margin-top: 10px;*/
        /*    margin-bottom: 10px;*/
    }
    article h1 {
        font-size: 36px;
    }
}
footer {
    text-align: center;
    border-top: 5px solid var(--highlight);
    margin-top: 15px;
    padding: 30px 0;
    font-size: 14px;
}
footer .links {
    opacity: 0.5;
    font-size: 95%;
    padding: 0;
    margin: 2rem auto;
    justify-content: center;
}
footer small {
    display: block;
    max-width: var(--max-width);
    font-size: 0.75rem;
    line-height: 1.25;
    margin: 0 auto;
    padding: 1em 2rem;
}
@media (max-width: 768px) {
    .row {
        display: block;
    }
    .row .col {
        width: 100%;
        margin: 0 0 10px 0;
    }
}
.hero-img {
    margin: 30px 0;
    border-radius: 10px;
    margin-top: 20px;
}
#title a {
    border: 0;
    text-decoration: none;
}
#title h2 {
    font-size: 22px;
    margin: 0;
}
#funding-wrap .goal-stat span {
    font-size: 100% !important;
}
#funding-wrap {
    margin-bottom: 25px;
    font-size: 18px !important;
    padding: 7px !important;
}
.hljs-attr {
    color: #1bc2f6 !important;
}
.hljs-name {
    color: #ef0f77 !important;
}
.dark-mode .dark-invert {
    filter: invert(1);
}
.nano-pay-unlock-button {
    /*  max-width: 400px;*/
    margin: 0 auto !important;
    margin-top: 30px !important;
    border: 2px solid #209ce9;
}
.dark-mode .nano-pay-unlock-button {
    border: 0;
}
.premium {
    display: none;
}
.flex {
    display: flex;
    align-items: start;
}
.flex.wrap {
    flex-wrap: wrap;
    justify-content: left;
}
.flex.between {
    justify-content: space-between;
}
.product-image {
    max-width: 55%;
    min-width: 55%;
    border-radius: 5px;
    position: relative;
}
.product-image img {
    /*    min-width: 55%;*/
    /*    background: #f4f4f4;*/
}
.product-info {
    padding-left: 50px;
    max-width: 45%;
}
.price {
    font-size: 20px;
}
.product-info .price {
    font-size: 24px;
}
.price-info {
    margin: 15px 0;
    /*    display: block;*/
}

.product-info .title {
    font-size: 32px;
}

.button {
    border: 2px solid;
    text-align: center;
    padding: 10px 15px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    color: inherit;
    background: var(--highlight);
}

.button:hover {
    background: #FFF;
    color: #000;
}

.button.active, .button.active:hover {
    background: #2cb401;
    border-color: #2cb401;
    color: #FFF;
}

.related .card, .related .col {
    margin: 0;
}
.related .card {
    margin-bottom: 40px;
}
.col a, .col h2 {
    text-decoration: none;
    border-bottom: 0;
}
.related-title {
    font-weight: lighter;
    padding-bottom: 20px;
    font-size: 26px;
}
#cart-count {
    display: none;
    position: absolute;
    background: #000;
    color: #FFF;
    padding: 5px 0;
    height: 17px;
    line-height: 6px;
    font-size: 13px;
    border-radius: 50%;
    width: 17px;
    right: -11px;
    top: -10px;
    text-align: center;
    /*  padding-right: 1px;*/
}
#cart {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.visually-hidden {
    display: none;
}
.flex-icon {
    padding: 3px 5px;
    cursor: pointer;
    line-height: 20px;
    /*  background: #eae8e8;*/
    color: #000;
    border-radius: 5px;
    margin: 0 5px;
    display: flex;
}
.dark-mode .flex-icon {
    filter: invert(1);
}
.flex-input input {
    width: 100%;
    text-align: center;
    min-height: 26px;
    border: 0;
    border-radius: 30px;
    background: transparent;
    color: inherit;
}
.flex-input {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 130px;
    background: transparent;
    padding: 5px 0;
    border-radius: 30px;
    border: 1px solid #00000026;
}
.dark-mode .flex-input {
    border: 1px solid #ffffff26;
    /*  background: #222121;*/
}
.item-image {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 15px;
}
.cart-item__quantity {
    max-width: 80px;
    min-width: 190px;
}
.product-option {
    opacity: 0.5;
}
.payment-info {
    min-width: 300px;
    padding: 13px 17px 24px 17px;
    border-radius: 5px;
    margin-left: 30px;
/*    min-height: 285px;*/
}
table td, table th, .payment-info {
    background: #FFF;
}
.dark-mode table td, .dark-mode table th, .dark-mode .payment-info {
    background: #1c1b1b;
}
#cart hr {
    margin: 30px 0px 35px;
    opacity: 0.1;
}
.opacity {
    letter-spacing: 0.5px;
    opacity: 0.7;
    /*  text-transform: uppercase;*/
    font-size: 18px;
}
.between {
    margin: 3px 0;
    align-items: center;
}
#checkout {
    min-width: 73%;
    padding: 20px;
    background: #FFF;
    /*  background: #1c1b1b;*/
    border-radius: 5px;
}
#checkout input {
    width: 100%;
    min-height: 45px;
    padding: 0 9px;
    font-size: 16px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
}
#checkout .flex input:first-child {
    margin-right: 10px;
}
#checkout .flex input:last-child {
    margin-left: 10px;
}
#checkout h3 {
    margin-top: 0;
}
#paypal-button-container {
    /*    border-radius: 5px;*/
    max-width: 600px;
    margin: 0 auto;
}
#checkout-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    background: #ffffffba;
}
.dark-mode #checkout-backdrop {
    background: #000000ba;
}
#paypal-checkout {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.paypal-body {
    background: #FFF;
    padding: 35px 70px 30px 70px;
    min-width: 480px;
    overflow: auto;
    max-height: 80vh;
    border-radius: 5px;
    box-shadow: 1px 1px 21px #0000002b;
}
#cart table {
    /*  min-width: 870px;*/
}
@media (max-width: 1024px) {
    .flex {
        flex-wrap: wrap;
    }
    .cart-item__details {
        min-width: 260px;
    }
    .cart-item__quantity {
        min-width: 180px;
    }
    article {
        padding-top: 10px
    }
    .product-image, .product-info {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    #cart table {
        width: 90%;
        margin: 0 auto;
        overflow: scroll;
        max-width: 100%;
        display: block;
    }
    .payment-info {
        width: 90%;
        margin: 0 auto;
    }
}
.sale {
    background: #277cff;
    color: #FFF;
    padding: 3px 9px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: 15px;
    margin-left: 5px;
    vertical-align: text-bottom;
    font-weight: bold;
}
.product-info .sale {
    margin-left: 11px;
}
.related-title {
    border-top: 1px solid #ffffff05;
    padding-top: 0;
    margin-top: 50px;
}
#add-to-cart-popup>div {
    background: #FFF;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 1px 1px 11px #0000002e;
}
.dark-mode #add-to-cart-popup>div {
    background: #0d0d0d;
}
#add-to-cart-popup {
    display: none;
    position: fixed;
    background: #ffffff5e;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    top: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.dark-mode #add-to-cart-popup {
    background: #00000091;
}
#add-to-cart-popup .button {
    min-width: 260px;
}
.color,
.size {
    padding: 0px 15px;
    border-radius: 30px;
    margin-right: 10px;
    border: 1px solid;
    font-size: 20px;
    cursor: pointer;
}
.color.selected, .color:hover,
.size.selected, .size:hover {
    background: #000;
    color: #FFF;
}
.dark-mode .color.selected, .dark-mode .color:hover,
.dark-mode .size.selected, .dark-mode .size:hover {
    background: #FFF;
    color: #000;
}
.banner {
    background: var(--highlight);
    padding: 10px 0;
    text-align: center;
    color: #FFF;
}
.nano-pay-button {
    cursor: pointer;
    padding: 7px 25px;
    border-radius: 4px;
    margin: 15px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    letter-spacing: 1px;
    min-height: 48px;
    color: #000;
}
.nano-pay-button img {
    max-width: 24px;
    width: auto;
    min-width: auto;
    margin: 0 8px 0 0!important;
    float: none;
}
.nano-pay-button {
    border: 2px solid;
    border-radius: 30px !important;
    background: #209ce9;
    border-color: #209ce9;
    color: #FFF;
}
.nano-pay-button img {
    border: 1.5px solid #FFF;
    border-radius: 50%;
}
.complete-item {
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-zoom {
    position: absolute;
    background: #ffffffa6;
    padding: 10px 10px;
    left: 10px;
    top: 10px;
    filter: invert(1);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    zoom: 0.7;
}

.card-image {
    min-height: 45vh;
    background-size: cover;
    background-position: center;
}

/*@media (max-width: 1024px) { .card-image { min-height: 630px; background-size: contain; } }*/
/*@media (max-width: 600px) { .card-image { min-height: 320px; background-size: cover; } }*/
/*@media (max-width: 400px) { .card-image { min-height: 340px; background-size: cover; } }*/


#hero {
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-color: #eeeeee;
}

.title {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    color: #ffd74f;
    letter-spacing: 2px;
    font-family: sans-serif;
    font-weight: 400;
}
#cart-count {
    background: var(--highlight);
/*    color: #000;*/
}
.bag-icon svg {
/*    fill: #FFF;*/
}
body, header {
    background-color: var(--primary);
    color: var(--text);
}
.logo {
    max-width: 200px; 
}

.card .card-content {
    background: var(--primary);
    color: #000;
}

.card .card-content h2 {
    color: #000;
    font-weight: bold;
}

.product-info .title {
    color: var(--highlight);
}

#newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--highlight);
    color: #000;
    padding: 30px;
    font-size: 15px;
    margin-bottom: 50px;
}

.newsletter-input {}

.newsletter-input input {
    width: 200px;
    height: 30px;
    appearance: none;
    border: 0;
    padding: 7px 10px;
    font-size: 13px;
    zoom: 1.4;
    font-family: monospace;
    border-radius: 30px;
    text-align: center;
}

.newsletter-input button {
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 13px 40px;
    appearance: none;
    border: 0;
    font-size: 16px;
}

.ig-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-bottom: 50px;
}

.ig-reel {
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
}

.ig-reel img {
    width: 100%;
}

#instagram {
    margin-bottom: 50px;
    border-top: 5px solid var(--highlight);
    padding-top: 45px;
    margin-top: 25px;
}

.social-icon {
    max-width: 40px;
}

.button, a.button {
    background: var(--highlight);
    color: #FFF;
    border: 0;
}

table .button {
/*    color: #FFF;*/
}

.flex-input {
    background: #FFF;
    color: #000;
}

.flex-input input {
    font-weight: bold;
}

#add-to-cart-popup>div {
    background: #000000;
    border: 1px solid;
}

.flex-icon svg {
    fill: #000;
    filter: invert(0);
}

footer p {
    font-size: 16px !important
}

@media (max-width: 768px) {
    footer p {
        max-width: 250px; 
        margin: 0 auto;
    }
    .flex-input {
        width: 100%;
        max-width: 100% !important;
    }
    .social-icon {
        max-width: 30px;
    }
    .ig-title {
        font-size: 22px;
    }
    .logo {
        max-width: 170px; 
    }
    #hero {
        height: 30vh;
    }
    .ig-reel img {
        width: 100%;
        object-fit: cover;
        height: 150px;
        object-position: left;
    }
}


#cart, table a {
    color: #000 !important;
} 


.button.checkout:hover {
    background: #000;
    color: #FFF;
}