﻿@font-face {
    font-family: "Fira Sans";
    src: url("./fonts/FiraSans-Light.woff") format('woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Fira Sans";
    src: url("./fonts/FiraSans-SemiBold.woff") format('woff');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Fira Sans";
    src: url("./fonts/FiraSans-Regular.woff") format('woff');
    font-style: normal;
    font-weight: 400;
}

.body-no-scroll {
    height: 100vh;
    width: 100vw;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

section {
    margin: 60px 0;
}

.panel {
    background: linear-gradient(110deg, #262626 23.3%, #1c1c1c 83.03%);
    border-radius: 1rem;
    box-shadow: inset -1px -1px 2px 0 #00000059, inset 1px 1px 2px 0 #ffffff0f;
    display: grid;
    flex-grow: 1;
    gap: .25rem;
    grid-template-columns: 1fr auto;
    margin: .5rem .75rem;
    padding: .75rem .75rem .75rem 1rem;
    pointer-events: all;
    transition: transform .7s cubic-bezier(.67, .01, .19, .99);
}


.modal-window {
    position: fixed;
    top: 20%;
    left: calc(50% - 400px);
    padding: 42px 48px;
    color: #808285;
    width: 800px;
    font-size: 16px;
    max-height: 500px;
    overflow: auto;
    z-index: 2000;
    border-radius: 10px;
    background-color: #FFF;
    border: 2px solid #E6E6E6;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}


::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background-color: #E5E5E5;
}

::-webkit-scrollbar-thumb {
    background-color: #808285;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
    }
}

/* NAVIGATION */

.ste_nav_base {
    justify-content: flex-start;
    display: flex;
    flex: 1 0;
    flex-wrap: wrap;
    height: 64px;
    overflow: hidden;
    padding-right: 24px;
}

.ste_nav_link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 20px;
    position: relative;
    word-wrap: break-word;
    align-items: center;
    color: #222;
    font-family: inherit;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    transition: .3s ease-in-out;
    transition-property: color, box-shadow;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    line-height: 95%;
}

.ste_nav_link:hover.ste_nav_inner {
    box-shadow: inset 0 -3px 0 -1px #BA0C2F;
}

.ste_nav_link .sup {
    background-color: #BA0C2F;
    color: white;
    font-size: 10px;
    border-radius: 5px;
    padding: 0 4px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.upload-btn-wrapper {
    position: relative;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}


.close-btn {
    background-color: transparent;
    height: 44px;
    width: 44px;
    display: inline-flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #ddd;
}

.close-btn1::after {
    content: "❌&#xFE0E;";
    background-color: #f5f5f5;
    width: 100vw;
    height: 44px;
    position: absolute;
    left: 0;
    z-index: -10;
}

#page-info a {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 40px 30px;
    display: block;
    margin: 5px;
}


.academy-box {
    padding: 20px;
}

.academy-box .title {
    font-size: 1.4rem;
    font-weight: bold;
}

.academy-box .subtitle {
    font-weight: bold;
}

.academy-box p {
    margin: 10px 0;
}

.academy-box img {
    border-radius: 10px;
    margin: 40px 0;
}

.faq {
    margin-top: 60px;
}

.faq-item {
    font-size: 1.2rem;
    border: 1px dashed #dfe0e5;
    padding: 20px 25px;
    margin-top: 10px;
    border-radius: 10px
}

.faq-item h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
}

.copyright {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
    padding: 50px 0;
    text-align: center;
    z-index: -20;
}

.copyright a {
    color: inherit;
}

#points-amount {
    font-size: 12px;
}

#cart-amount {
    display: inline-block;
    background-color: #222;
    color: #fff;
    border-radius: 50% 50%;
    font-size: 10px;
    padding: 0px 5px;
    vertical-align: text-top;
}


.page-fade {
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.sidebar {
    animation: fadeInRight 250ms ease-in-out;
    background-color: #fff;
    height: 95vh;
    position: fixed;
    right: 20px;
    top: 20px;
    transition: .5s;
    z-index: 1005;
    width: 440px;
    padding: 20px;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 1.2rem;
    border-radius: 15px;
    overflow: hidden;
}

.sidebar-inner {
    overflow-y: scroll;
    height: 90%;
    padding-bottom: 60px;
    padding-right: 5px;
}


.sidebar.active {
    display: block;
}

body, html {

    overscroll-behavior: none;
    font-family: "Fira Sans", sans-serif;
}

.nav_gap {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 1px;
}

.navbar {
    padding: 5px;
}

.button1 {
    cursor: pointer;
    font-size: 1rem;
    border-radius: 99rem;
    color: #28303f;
    gap: 8px;
    padding: 8px calc(16px + 4px);
    font-family: inherit;
    border: 1px solid transparent;


}


.button-white {
    background-color: #fff;
}

.warn {
    background-color: #6C6C6C;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.button {
    font-family: inherit;
    font-size: 11px;
    background: white;
    color: #a7a7a7;
    display: inline-block;
    padding: 10px 12px;
    margin: 15px 0;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
    transition: color 0.6s, box-shadow 0.3s, transform 0.3s;
    border: 0;
    cursor: pointer;
}

.button .material-symbols-outlined {
    vertical-align: middle;
    font-size: 24px;
}


.button-noshadow {
    box-shadow: none;
}

.button-file {
    box-shadow: none;
    border: 2px dashed #BA0C2F;
    color:#BA0C2F
}

h2 {
    font-weight: 600;
}

.oldprice {
    text-decoration: line-through;
}

.price {
    color:#BA0C2F;
    font-weight: bold;
}

.reg-label {
    padding: 5px 0;
    margin-top: 10px;
    font-weight: bold;
}

.button-red {
    background-color: #BA0C2F;
    color: white !important;
}

.button-black {
    background-color: #222;
    color: white !important;
}

.button-accent {
    background-color: #222;
    color: white;
}

.badge {
    padding: 10px 15px;
    border: 2px solid #BA0C2F;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: left;
    display: grid;
    background-color: #F5F5F5;
    color: #BA0C2F;
    grid-template-columns: auto 35px;
    font-weight: bold;
}

.badge-number {
    background-color: #BA0C2F;
    color:#fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge img {
    height: 36px;
    vertical-align: middle;
}

.badge-number.inactive {
    background-color: #ddd;
}
.badge.inactive {
    filter: grayscale(100%);
    border-style: dashed;
    color: #ddd;
    background: none;
    border-color: #ddd
}

.more-banner {
    background-color: #E2E8F0;
    border-radius: 15px;
    padding: 45px 60px;
}

.container {
    padding: 0 10px;
}

.minibanner {
    font-size: 1rem;
    display: block;
    font-family: inherit;
    padding: 15px 15px;
    border-radius: 15px;
    background-color: #222;
    margin: 20px 0;
    text-align: center;
    cursor: pointer;
    line-height: 100%;
    transition: background-color 250ms ease;
    color: #fff;
    z-index: 500;
    width: 100%;
    border: none;
}

.minibanner:visited {
    color: #fff;
}

.minibanner:hover {
    background-color: #222;
    color: #fff;
}

.top-header {
    border-top: 5px solid #222;
}

#desktop_nav {
    margin-bottom: 40px;
}

.subnav1 {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product {
    padding: 30px 0;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    margin: 5px;
}

#products .column {
    padding: 5px;
}

#products .column:nth-child(2n) {
    border-left: none;
}

#products .column:nth-child(-n + 3) {
}

.image-holder img {
    border-radius: 10px;
}

.image-holder {
    margin-bottom: 10px;
}

.pro-info {
    border: 1px solid #ddd;
    padding: 50px 40px;
    font-size: 1rem;
    border-radius: 15px;
    margin: 0 10px;
    background-color: #f5f5f5;
    height: 100%;
}

.product-inner {
    padding: 0 20px;
    font-size: 1.4rem
}

.profile-btn {
    position: relative;
}

.profile-btn:hover .profile-preview {
    opacity: 1;
    z-index: 10;
}

.profile-preview .button {
    display: block;
    width: 100%;
}

.profile-btn .profile-preview {
    border: 1px solid #dfe0e5;
    position: absolute;
    min-width: 240px;
    top: 40px;
    left: -100px;
    padding: 10px 15px;
    opacity: 0;
    z-index: -10;
    border-radius: 15px;
    background-color: #fff;
}

.product:hover .product-preview {
    opacity: 1;
    z-index: 10
}

.product .product-preview {
    border-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0%;
    padding: 40px 15px;
    opacity: 0;
    z-index: -10;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 243, 245, 1) 100%);
}

.product img {
    max-height: 200px;
    border-radius: 15px;
}

.sidebar-input {
    background-color: #f5f5f5;
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 100%;
    font-family: inherit;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.bonus-banner {
    font-size: 1.4rem;
    margin: 40px auto;
    padding: 20px 0;
    border-bottom: 1px dashed #dfe0e5;
}

.product-price {
    color: #ba0c2f;
    display: inline-block;
}

.logo {
    display: inline-block;
    font-size: 2rem;
    color: #222;
    font-weight: bold;
}

a,
a:visited {
    text-decoration: none;
    color: #222;
}

.label {
    padding: 15px 0;
}

.flipbox {
    left: -9999px;
    position: absolute;
}

.flipbox + label {
    background-color: #ddd;
    font-size: 1rem;
    color: #555;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 20px 30px;
    transition: background-color 500ms ease, padding 500ms ease;
    user-select: none;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.flipbox + label {
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.flipbox + label .subtitle {
    display: block;
    font-size: 0.8rem;
    color: dimgray;
}


.flipbox:checked + label {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}


.cart-item {
    padding: 10px 15px;
    background: #f5f5f5;
    margin-bottom: 10px;
    border-radius: 10px;
    height: max-content;
}

.cart-button {
    background-color: #fff;
    border: 1px solid transparent;
    width: 25px;
    text-align: center;
    color: #222;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}