:root {
    --is-navbar-color: #3C3C3C;
    --is-span-hero: #C32B2D;
    --is-color-title: #0C0C0C;
    --is-color-numbers: #FFFFFF;
    --is-color-filter: #1E1E1E;
    --is-color-border-events: #797979;
    --is-color-border-cart: #79797920;
    --is-color-your-own: #2D2D2D;
    --is-color-documented: #E6E6E6;
    --is-color-radio: #f0f0f027;
    --is-color-product-1: #00C12B;
    --is-color-product-2: #F50606;
    --is-color-product-3: #F5DD06;
    --is-color-product-4: #F57906;
    --is-color-product-5: #06CAF5;
    --is-color-product-6: #063AF5;
    --is-color-product-7: #7D06F5;
    --is-color-product-8: #F506A4;
    --is-color-product-9: #FFFFFF;
    --is-color-product-10: black;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: var(--is-color-title);
}

body nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 30px 0;
}

body nav.nav-hidden {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

body nav.nav-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding: 30px 0;
    background-color: transparent;
}

body nav.scroll-up {
    padding: 15px 0;
    background-color: var(--is-color-product-10);
}

.container {
    width: 95%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0rem;
    padding-right: 0rem;
}

.all-section-padding {
    padding-top: 100px;
}

.all-section-padding-store {
    padding-top: 140px;
}

.noUi-horizontal {
    height: 6px !important;
}

.active-product {
    opacity: 1 !important;
}

.noUi-target,
.noUi-target * {
    box-shadow: inset 0 0 0 #F0F0F0, 0 0 0 0 #BBB !important;
    border: transparent !important;
    background-color: var(--is-color-radio) !important;
    border-radius: 50px !important;
}

.noUi-horizontal .noUi-handle,
.noUi-connect {
    background-color: white !important;
}

.noUi-horizontal .noUi-handle {
    height: 16px !important;
    width: 16px !important;
    right: -8px !important;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

.noUi-horizontal .noUi-tooltip {
    bottom: -40px !important;
    background-color: transparent !important;
    color: white !important;
    border: transparent !important;
}

.active {
    background-color: var(--is-navbar-color);
    border: transparent;
}

.true {
    opacity: 0;
}

.active-true img {
    opacity: 1;
}

.active-size {
    background-color: white;
    color: black;
}

swiper-container {
    width: 100%;
    height: 650px;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.scroll-type-product::-webkit-scrollbar {
    width: 0;
}

.hover-card:hover div img {
    transform: scale(1.1);
}
