@font-face {
    font-family: 'Satoshi-Variable';
    src: url('./fonts/Satoshi-Variable.woff2') format('woff2'),
         url('./fonts/Satoshi-Variable.woff') format('woff'),
         url('./fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
  }



body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Satoshi-Variable';
    color: #000;

    &.blocked {
        overflow: hidden !important;
    }
}

p {
    margin: 0;
    padding: 0;
}

a, button {
    display: block;
    pointer-events: all;
    cursor: pointer;
    text-decoration: none;
    color: unset;
    cursor: pointer;
    transition: 0.5s;
}

h1, h2, h3, h4, h5 {
    font-weight: 900;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 120px;
    font-weight: 900;
    letter-spacing: -1px;
}

h2 {
    font-size: 76px;
    font-weight: 400;
    letter-spacing: -1px;
}

.fade {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -moz-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -webkit-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
}

.show {
    opacity: 1;
    visibility: visible;
}

.slide-from-top {
    transform: translateY(-100%);
    transition: 1s ease-in-out;
}

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


    #btnLogo {
        width: 125px;
        top: 0px !important;
        margin-left: 0px !important;
        position: absolute;
    }

    #burgerMenu {
        width: 115px;
        margin-right: 0px !important;
        position: absolute;
        top: 5px;
        right: 0;
    }

    .mobile-only {
        display: block !important;
    }

    #section03-shop{
        opacity: 1;
    }

    #section10{
        display: none;
    }

    #section09{
        display: none;
    }
    
    .desktop-only {
        display: none !important;
    }


    
    #menu {
        height: 60px;
        flex-direction: column;
        align-content: flex-start;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
    }

    .active {
            height: 100vh !important;
        }

        a {
            
            text-transform: unset;
            font-size: 20px;
            margin-left: -5px;

           
        }

        #menu  a img {
            height: 100%;
        }

        .menu {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100vw;
            position: absolute;
            left: -3px;
            top: 12vh;
        }

            #menu a {
                height: 55px;
            }

            .right {
                position: fixed;
                display: flex;
                align-items: flex-end;
                justify-content: space-evenly;
                align-content: flex-end;
                flex-direction: row;
                transform: translateY(50px);
                top: 60vh;
                padding: 0 20vw;
                box-sizing: border-box;
            
            

   
            }

            #btnBuyNow {
                position: absolute;
                transform: translateY(50px);
                font-size: 13px;
                color: #fff;
                background-color: #1f1f1f;
                border-radius: 20px;
                height: 40px;
            }
        
    


        #btnLogo {
            width: 50%;
            top: 0;
            padding: 0px 0px 0px 10px !important;
            margin-left: 0px;
            left: 0%;
            position: absolute;
            display: flex;
            justify-content: flex-start;
        }

        #btnLogo img{
            height: 65% !important;
        }

        #burgerMenu {
            width: 50%;
            margin-right: 0px;
            position: absolute;
            padding: 0px 10px 0px 0px !important;
            top: 0;
            display: flex !important;
            justify-content: flex-end;
            right: 0;
        }
    

    footer {
        margin-top: 100px;
    }
    footer   .column:nth-child(1) {
            width: 100%;
        }

        footer   .column:nth-child(2), .column:nth-child(3) {
            display: none;
        }

        footer  .info {
            margin-top: -10px;
        }
    
    
    .button{
        width: 120px;
    }

    #section01 {
        margin-top: 0vh !important;}

        #section01 h1 {
            font-size: 9.5vw;
        }
        #section01 h2 {
            font-size: 6.5vw;
        }

        #section01 .wrapper {
            margin-left: 20px;
            margin-top: -38vh;
            text-align: center;
        }

    

    #section06 *{
        color: #FFF;
    }

    #section02 {    
        margin-top: 0vh !important;
        margin-left: -200vw;
        }

       #section02 h1 {
            
            color: white;
            font-size: 9.5vw;
        }
        #section02 h2 {
            
            color: white;
            font-size: 6.5vw;
        }

        #section02 .wrapper {
            width: 280px;
            text-align: center;
            margin-top: 40px;
            transform: translate(40px,-25vh);
            margin-left: -20px;
        }

        #section02 p {
            color: white;
            font-size: 14px;
        }
    

    #section03 * {
        color: #fff;

    }

    #section04 * {
        color: #fff;
    }


    #section06 {

        display: flex;
        justify-content: flex-start;
        padding-top: 65px !important;
}

 #section06  h1 {
            font-size: 9.5vw;
            margin-top: -5px;
        }
        #section06   h2 {
            font-size: 6.5vw;
        }
        #section06   .wrapper:nth-child(1) {
            text-align: center;
            width: 30vw;
        }

         #section06   .wrapper:nth-child(2) {
            text-align: center;
            width: 58vw;
            margin-right: 7vw;
        }

        #section06  p {
            margin: 0;
            padding: 0;
            font-size: 14px;
            text-align: center;
        }
    



        #section04 {

            display: flex;
            justify-content: flex-start;
            padding-top: 65px !important;
    }
    
    #section04  h1 {
                font-size: 9.5vw;
                margin-top: -5px;
            }
            #section04   h2 {
                font-size: 6.5vw;
            }
            #section04   .wrapper:nth-child(1) {
                text-align: center;
                width: 30vw;
            }
    
            #section04   .wrapper:nth-child(2) {
                text-align: center;
                width: 58vw;
                margin-right: 7vw;
            }
    
            #section04  p {
                margin: 0;
                padding: 0;
                font-size: 14px;
                text-align: center;
            }



            #section05 {

                display: flex;
                justify-content: flex-start;
                padding-top: 65px !important;
        }
        
        #section05  h1 {
                    font-size: 9.5vw;
                    margin-top: -5px;
                }
                #section05   h2 {
                    font-size: 6.5vw;
                }
                #section05   .wrapper:nth-child(1) {
                    text-align: center;
                    width: 30vw;
                }
        
                #section05   .wrapper:nth-child(2) {
                    text-align: center;
                    width: 58vw;
                    margin-right: 7vw;
                }
        
                #section05  p {
                    margin: 0;
                    padding: 0;
                    font-size: 14px;
                    text-align: center;
                }


                


        #section03 {

            display: flex;
            justify-content: flex-start;
            padding-top: 65px !important;
    }
    
    #section03  h1 {
                font-size: 9.5vw;
                margin-top: -5px;
            }
            #section03   h2 {
                font-size: 6.5vw;
            }
            #section03   .wrapper:nth-child(1) {
                text-align: center;
                width: 30vw;
            }
    
            #section03   .wrapper:nth-child(2) {
                text-align: center;
                width: 58vw;
                margin-right: 7vw;
            }
    
            #section03  p {
                margin: 0;
                padding: 0;
                font-size: 14px;
                text-align: center;
            }







    #section03 {

        margin-top: 80vh !important;
    }
    #section03  .wrapper:nth-child(2) {
            margin-right: 0;
        }
    

    #section04 {
        color: #fff;
        margin-top: 100vh;
    }
    #section04  .wrapper:nth-child(2) {
            width: 30vw;
            transform: translate(-30px, 5px);
            margin-right: 0rem;
        }
    

    #section05 {
        margin-top: 90vh !important;}

       #section05 .wrapper:nth-child(1) {
            margin-left: 30px;
        }
        #section05 .wrapper:nth-child(2) {
            margin-right: -3vw;
        }
    

    #section06 {
        margin-top: 80vh !important;
    }
    #section06   .box {
            flex-direction: column;
        }

        #section06 .wrapper:nth-child(1) {
            transform: translateY(-200vw);
        }
        #section06  .wrapper:nth-child(2) {
            transform: translateY(200vw);
            width: 80vw;
        }

    

     
        
        #section07 h1 {
            font-size: 9.5vw;
            margin-top: -5px;
        }
        #section07 h2 {
            font-size: 6.5vw;
        }
        #section07 .wrapper {
            text-align: center;
            width: 90vw;
            margin-top: 85px;
        }
    

    #section08 {
        margin-top: -62vh ;}

       #section08 h1 {
            font-size: 9.5vw;
            line-height: 13.5vw;
            margin-top: -5px;
        }
        #section08  h2 {
            font-size: 6.5vw;
            line-height: 6.5vw;
        }
        #section08 .wrapper {
            width: auto;
            text-align: center;
        }

        #section08  .box {
            justify-content: center;
        }
    
    
    #section09 {
        justify-content: center;
        margin-top: 200vh;
        position: fixed;
        display: flex;
        flex-direction: column;
    }

     #section09   h1 {
            font-size: 9.5vw;
        }
        #section09   h2 {
            font-size: 6.5vw;
            line-height: 4.5vh;
        }
    
        #section09  .box {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            flex-direction: column;
        }

        #section09 .wrapper:nth-child(1) {
            text-align: center;
            width: unset;
            margin-left: 0;
        }

       #section09 .wrapper:nth-child(2) {
            text-align: center;
            width: 80vw;
            margin-top: 40px;
        }
        
    

    #section10 {
        margin-top: 100vh !important;}

        
       #section10 h1 {
            font-size: 9.5vw;
        }
        #section10  h2 {
            font-size: 6.5vw;
            line-height: 4.5vh;
        }

        #section10 .box {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: flex-start;
            width: 95vw;
            flex-direction: column;
        }

        #section10 .wrapper:nth-child(1) {
            text-align: center;
            width: unset;
        }

        #section10 .wrapper:nth-child(2) {
            text-align: center;
            width: 65vw;
            margin-right: 0;
            margin-top: 40px;
        }
    

    #section11 {
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
        justify-content: center;}


      #section11  h1 {
            font-size: 21vw;
            font-weight: 900;
            letter-spacing: -1px;
        }

        #section11 h2 {
            font-size: 9vw;
            line-height: 11vw;
            font-weight: 500;
            letter-spacing: -1px;
            text-align: center;
        }

        #section11  .wrapper {
            display: flex;
            text-align: center;
            flex-direction: column;
            text-align: center;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
        }



        .page-about #section01-about {
            align-items: center;
            display: flex;
            align-content: center;
            justify-content: flex-start;
        }
        
        .page-about #section01-about h1 {
            font-size: 8.5vw;
        }
        
        .page-about #section01-about h2 {
            font-size: 5.5vw;
        }
        
        .page-about #section01-about .bottle-container {
            transform: scale(0.45) translateY(250px);
        }
        
        .page-about #section01-about .box {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: flex-start;
            width: 100vw;
            flex-direction: column;
        }
        
        .page-about #section01-about .wrapper:nth-child(1) {
            margin-left: 0;
            text-align: center;
            margin-top: 70px;
        }
        
        .page-about #section01-about .wrapper:nth-child(2) {
            text-align: center;
            width: 80vw;
            margin-top: 20px !important;
        }
        
        .page-about #section01-about .text01 {
            margin-top: 10px;
            font-size: 14px;
        }
        
        .page-about #section01-about .p2 {
            flex-direction: column;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
        }
        
        .page-about #section01-about .text02 {
            margin-left: 0vw !important;
            margin-top: -34vh !important;
            font-size: 14px;
        }
        
        .page-about #section01-about .bottle-container-p2 {
            margin-top: 39vh !important;
            margin-left: 13vw !important;
            transform: translateY(-100vh);
        }
        
        .page-about #section01-about .bottle-container-p2 img {
            width: 50% !important;
        }
        
        .page-about #section02-about h2 {
            font-size: 11.5vw;
        }
        
        .page-about #section02-about p {
            font-size: 25px;
            margin-top: 15px;
        }
        
        .page-about footer {
            margin-top: 0px;
        }

        .page-science {
            & .wrapper {
                h1 {
                    font-size: 40px;
                    line-height: 40px;
                    padding-top: 0px;
                }
        
                p {
                    width: 100%;
                }
        
                .caroussel {
                    width: 100% !important;
                    height: 44vw;
                }
        
                .spacer {
                    height: 0 !important;
                }
        
                & #section02-science, & #section03-science {
                    h1 {
                        padding-top: 0px;
                    }
        
                    .product, .lid {
                        transform: scale(0.5);
                        transform-origin: 61vw 0vh;
                    }
        
                    .lid {
                        transform-origin: 80vw 0vh;
                    }
        
                    & .feature {
                        p {
                            width: 140px;
                            font-size: 23px;
                        }
        
                        &.aluminium {
                            margin-left: -60px;
                        }
        
                        &.capacity {
                            margin-left: -70px;
                        }
        
                        &.keeps {
                            margin-left: -55px;
                        }
        
                        &.usbc {
                            margin-left: 20px;
                            margin-top: -55px;
                        }
        
                        &.waterproof {
                            margin-left: 240px;
                        }
        
                        &.uvc {
                            margin-left: 154px;
                        }
                    }
        
                    .header {
                        margin-top: 40px;
                    }
        
                    .product-features {
                        margin-top: 0px;
                    }
                }
        
                & #section04-science {
                    height: 400vh !important;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
        
                    h1 {
                        margin-top: 0vh;
                    }
        
                    & .cards {
                        .card {
                            display: flex;
                            width: 90vw;
                            height: 75vw;
                            border-radius: 20px;
                        }
                    }
                }
        
                .comparison {
                    margin-top: 100px;
        
                    table {
                        width: 100%;
                        table-layout: fixed;
        
                        th:nth-child(1) {
                            padding-left: 20px;
                        }
                    }
                }
            }
        
            footer {
                margin-top: 0;
                position: absolute;
                width: 100vw;
            }
        }
        
        .page-contact {
            .header {
                margin-top: 40px;
                height: 240px;
        
                p {
                    font-size: 18px;
                    padding: 0px 10px;
                }
            }
            .wrapper {
                padding: 50px 5vw;
            }
        
            .address {
                padding: 80px 40px;
                width: 100vw;
                flex-direction: column;
        
                .column {
                    width: 100%;
                    margin-bottom: 60px;
                }
            }
        
            footer {
                margin-top: 0px;
            }
        }
        
        .page-science .wrapper #section02-science .feature,
        .page-science .wrapper #section03-science .feature {
            p {
                width: 140px;
                font-size: 23px;
            }
        }
        
        .page-science .wrapper #section02-science .feature.aluminium,
        .page-science .wrapper #section03-science .feature.aluminium {
            margin-left: -60px;
        }
        
        .page-science .wrapper #section02-science .feature.capacity,
        .page-science .wrapper #section03-science .feature.capacity {
            margin-left: -70px;
        }
        
        .page-science .wrapper #section02-science .feature.keeps,
        .page-science .wrapper #section03-science .feature.keeps {
            margin-left: -55px;
        }
        
        .page-science .wrapper #section02-science .feature.usbc,
        .page-science .wrapper #section03-science .feature.usbc {
            margin-left: 20px;
            margin-top: -55px;
        }
        
        .page-science .wrapper #section02-science .feature.waterproof,
        .page-science .wrapper #section03-science .feature.waterproof {
            margin-left: 240px;
        }
        
        .page-science .wrapper #section02-science .feature.uvc,
        .page-science .wrapper #section03-science .feature.uvc {
            margin-left: 154px;
        }
        
        .page-science .wrapper .header {
            margin-top: 40px;
        }
        
        .page-science .wrapper .product-features {
            margin-top: 0px;
        }
        
        .page-science .wrapper #section04-science {
            height: 400vh !important;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }
        
        .page-science .wrapper #section04-science h1 {
            margin-top: 0vh;
        }
        
        .page-science .wrapper #section04-science .cards .card {
            display: flex;
            width: 90vw;
            height: 75vw;
            border-radius: 20px;
        }
        
        .page-science .wrapper .comparison {
            margin-top: 100px;
        }
        
        .page-science .wrapper .comparison table {
            width: 100%;
            table-layout: fixed;
        }
        
        .page-science .wrapper .comparison table th:nth-child(1) {
            padding-left: 20px;
        }
        
        .page-science footer {
            margin-top: 0;
            position: absolute;
            width: 100vw;
        }

    #section01-shop{
        height: fit-content !important;
    }

    #section02 {}

    .section02 h1,
.section03 h1 {
    font-size: 10.5vw;
    line-height: 10vw;
}

.checkout-product-list {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 300px;
}

#miniCart{
    overflow-y: scroll;
}


.section02 h2,
.section03 h2 {
    font-size: 5.5vw;
}

.section02 p,
.section03 p {
    font-size: 14px;
}

.page-cart {
    .row {
        flex-direction: column;
    }

    .left {
        height: unset !important;
        margin: 0  !important;
        width: 90vw  !important;
        position: relative  !important;
    }

    


    .right {
        position: relative !important;
        margin: 0 !important;
        width: 90vw !important;
        border-radius: 0 !important;
        top: 25px !important;

        .wrapper {
            padding: 0;
            width: 100% !important;
        }

        .button {
            width: 100% !important;
        }
    }

    table {
        width: 100%;
        table-layout: fixed;

        th {
            padding: 10px 5px;
        }
    }
}


    /* Main Product */
    .main-product {
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    /* Gallery */
    .gallery .row .thumbs img {
        width: auto;
        height: 75px;
    }

    .active-menu {
        height: 100vh !important;
    }

    /* Header */
    .header {
        margin-top: 50px;
    }

    /* Coverflow */
    .coverflow {
        overflow: hidden;
    }

    .coverflow .swiper-slide {
        width: 100vw;
        border-radius: 15px;
    }

    /* Section03-Shop */
    #section03-shop {
        display: flex;
        opacity: 1 !important;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

    #section03-shop .bottle-container {
        transform: scale(0.65);
    }

    #section03-shop .wrapper:nth-child(1) {
        margin-left: 0;
        text-align: center;
        align-items: unset;
        margin-top: -30px;
        position: relative;
        left: 0;
    }

    #section03-shop .wrapper:nth-child(2) {
        text-align: center;
        width: 90vw;
        margin-top: 20px;
        position: relative;
        right: 0;
    }

    #section03-shop .wrapper:nth-child(4) {
        position: relative;
        left: 0;
        transform: translate(0px, 0vh) !important;
        opacity: 1 !important;
        margin-top: unset;
        background-color: transparent;
        display: flex;
        padding: 4rem 0rem 0rem 0rem !important;
        align-items: center;
        align-content: center;
        bottom: 0vh !important;
    }

    #section03-shop .wrapper:nth-child(5) {
        width: 90vw;
        position: relative;
        margin-top: unset;
        right: 0;
        padding: 1rem 0rem !important;
        transform: translate(0px, 0vh) !important;
        opacity: 1 !important;
        background-color: transparent;
        display: flex;
        align-items: center;
        text-align: center;
        align-content: center;
        justify-content: flex-end;
        bottom: 0vh !important;
    }

    /* Product Information */
    .product-information .column {
        text-align: left;
    }

    /* Section02-Shop */
    #section02-shop {
        height: fit-content !important;
    }

    /* Section03-Shop */
    #section03-shop {
        visibility: visible;
        height: fit-content !important;
        min-height: 100vh !important;
    }

    .bottle-container {
        position: relative !important;
        height: 300px !important;
        width: auto !important;
        padding: 2rem 0rem;
    }

    /* Section04 */
    .section04,
    #section04 {
        margin-top: 0vh;
        height: 1250px;
    }

    .section04 table,
    #section04 table {
        width: 100%;
    }

    .section04 th,
    #section04 th {
        padding: 10px;
    }

    /* Footer */
    footer {
        margin-top: -30vw}
    
    #section05 > *{
        color: white;
    }

    #section07 > *{
        color: white;
    }


    .mini-cart {

        h1 {
            margin-top: 70px;
        }
            
        .wrapper-cart {
            width: 100vw !important;
        }
    }

       


    .page-contact .header {
        margin-top: 40px;
        height: 240px;
    }
    
    .page-contact .header p {
        font-size: 18px;
        padding: 0px 10px;
    }
    
    .page-contact .wrapper {
        padding: 50px 5vw;
    }
    
    .page-contact .address {
        padding: 80px 40px;
        width: 100vw;
        display: flex;
        flex-direction: column;
    }
    
    .page-contact .address .column {
        width: 100%;
        margin-bottom: 60px;
    }
    
    .page-contact footer {
        margin-top: 0px;
    }
    

    .page-login, .page-register, .page-forgot, .page-cart {
        #btnEye {
            right: -30px;
        }
        .content {

            .sign-up {
                gap: 25px;
            }

            &.row {
                flex-direction: column;
            }

            .left {
                height: 100vh;
                position: fixed;
            }

            .right {
                position: absolute;
                background-color: #fff;
                margin: 5vw;
                width: 90vw;
                border-radius: 15px;
                top: 25vh;
            }

            .wrapper {
                width: 75%;
            }
            .button {
                width: 115% !important;
            }
        }

    }

    .page-cart {
        .row {
            flex-direction: column;
        }

        .left {
            height: unset !important;
            margin: 0  !important;
            width: 90vw  !important;
            position: relative  !important;
        }

        .right {
            position: relative !important;
            margin: 0 !important;
            width: 90vw !important;
            border-radius: 0 !important;
            top: 25px !important;

            .wrapper {
                padding: 0;
                width: 100% !important;
            }

            .button {
                width: 100% !important;
            }
        }

        table {
            width: 100%;
            table-layout: fixed;

            th {
                padding: 10px 5px;
            }
        }
    }

    



    
}

.slide-from-top.show {
    transform: translateY(0);
}

.slide-from-right {
    transform: translateX(200%);
    transition: 1s ease-in-out;
}

.slide-from-right.show {
    transform: translateX(0);
}

.mobile-only {
    display: none !important;
}

.desktop-only {
    display: block;
}



#btnEye {
    position: absolute;
    right: 25px;
    top: 53px;
    width: 20px;
}

#btnLogout {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;

        img {
            width: 20px;
        }

        span {
            font-size: 14px;
            margin-left: 5px;
        }
}

.line-spacer {
    &.h10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    &.h20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    &.h30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    &.h40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

html.is-changing .transition-fade {
    transition: opacity 0.25s;
    opacity: 1;
  }
  /* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
    opacity: 0;
}

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

.white {
    color: #fff;
    /* background-color: #000 !important; */
}

.row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.title {
    padding: 0 !important;
}



.button {
    border-radius: 90px;
    border: 1px solid #E5E7EB;
    display: flex;
    padding: 8px 15px 7px 15px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #FFF;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    align-content: center;
    width: 80px;

    img {
        width: 15px;
    }
}

#preloader {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 9999999999;
    background: #000;
    color: #fff;
    pointer-events: all;

    .logo-wrapper {
        display: flex;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;

        * {
            position: absolute;
        }

        .waves-wrapper {
            width: 179px;
            height: 83px;
            mask-image: url(../assets/images/logoMask.png);
            mask-repeat: no-repeat;
            mask-position: 0px -45px;
            z-index: 9;
            margin-left: 62px;
            margin-top: 46px;
            transform: translateY(45px);
            background-color: #fff;

            #wave01, #wave02 {
                height: 100%;
            }

            #wave01 {
                animation-name: wave01;
                animation-duration: 2s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                animation-timing-function: ease-in-out;
            }
            #wave02 {
                animation-name: wave02;
                animation-duration: 2s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                animation-timing-function: ease-in-out;
            }

            
        }

        
    }

    

    .wrapper {
        height: 100vh;
        width: 100%;
        position: fixed;
        display: flex;
        text-align: right;
        padding: 30px;
        box-sizing: border-box;
        align-items: flex-end;
        justify-content: flex-end;
        align-content: flex-end;
        flex-direction: column;

        #bar {
            background-color: #fff;
            width: 10%;
            height: 10px;
            bottom: 0;
            left: 0;
        }

        .bar-wrapper {
            box-sizing: border-box;
            display: block;
            height: 6px;
            width: 96vw;
            bottom: 2vh;
            left: 2vh;
            position: absolute;
            border-radius: 10px;
            overflow: hidden;
        }

        .bar-wrapper * {
            position: absolute;
            left: 0;
            top: 0;
        }

        .background {
            background-color: rgba(255, 255, 255, 0.20);
            width: 100%;
            height: 10px;
        }
    }
    #percent {
        color: #fff;
        font-family: 'Satoshi-Variable';
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 60px;
    }
}




#menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    background-color: #000;

    a {
        padding: 0 30px;
        color: rgba(255, 255, 255, 0.50);
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0;
        display: flex;
        align-content: center;
        align-items: center;
    }
    
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

fieldset {
    border: none;
}

input[type=text], input[type=tel],input[type=password], textarea {
    border-radius: 120px;
    border: 2px solid var(--Neutrals-3, #353945);
    padding: 5px 15px;
    background-color: transparent;
    color: #9CA3AF;
    font-size: 13px;
    font-family: 'Satoshi-Variable';
    width: 90%;
}

label {
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
}

fieldset label {
    margin-bottom: 5px;
    display: block;
}

#btnSubmit, .btnSubmit {
    background-color: transparent;
    border: none;
    margin-left: -40px;
    /* margin-top: 5px; */

    img {
        width: 25px;
        margin-top: 4px;
    }
}

.mini-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    z-index: 999;

    .background {
        content: '';
        background: rgba(0, 0, 0, 0.25);
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
    }

    h1 {
        font-size: 25px;
        margin-top: 100px;
    }

    .wrapper-cart {
        width: 25vw !important;
        height: 100vh;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: stretch !important;
        z-index: 99;
        box-shadow: 10px 10px 30px #00000070;
        padding: 20px !important;
        box-sizing: border-box;
    }

    .cart-item {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        width: 100%;
        border-bottom: 1px solid #DFE4EA;
        margin-bottom: 20px;
        padding-bottom: 20px;

        img {
            width: 80px !important;
            height: 80px;
            display: block;
            border-radius: 10px;
            background: rgba(228, 215, 207, 0.50);
            object-fit: contain;
            padding: 5px;
        }

        .column.image {
            width: 90px;
        }

        .column.price {
            text-align: right;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
        }

        .info {
            text-align: left;
            font-size: 12px;
            width: 100%;

            .product-name {
                font-weight: 700;
            }

            .row {
                gap: 10px;
            }
        }

        .price {
            font-size: 12px;
        }

        .edit {
            font-weight: 700;
            margin-top: 12px;

            a {
                border: 1px solid #e4e4e4;
                border-radius: 3px;
                padding: 2px 6px;
            }
        }

        

        
    }

    .cart-wrapper {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        justify-content: space-between;
        align-items: stretch;
        height: 100vw;
        place-content: flex-end;
    }

    .subtotal {
        justify-content: space-between;
        font-size: 13px;

        div {
            display: flex;
            flex-direction: row;
            align-content: center;
            align-items: center;
        }
    }

    .button {
        background-color: #000;
        color: #fff;
        width: 105px;
    }

    
}



#smooth-contentXXX {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.section {
    width: 100vw;
    height: 100vh !important;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;

    &.left {
        align-items: flex-start;
        padding-left: 40px !important;
    }

    &.top {
        justify-content: flex-start;
        padding-top: 120px !important;
    }
}

.spacer {
    width: 100vw;
    height: 100vh;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}


.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .box {
    /* visibility: hidden; */
  }

#heroVideo {
    position: fixed;
    width: 100vw;
    height: 91vh;
    object-fit: cover;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

#page-content {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}


#section01 {
    align-items: flex-start;
    margin-top: -60vh !important;
    position: fixed;

    h1 {
        font-size: 5.5vw;
    }
    
    h2 {
        font-size: 3.5vw;
        line-height: 2.5vw;
    }

    .wrapper {
        margin-left: 40px;
        /* margin-top: -35vh; */
        text-align: right;
    }

}

#scrollMsg {
    width: 100%;
    bottom: 5%;
    position: fixed;
    text-align: center;

    img {
        width: 130px;
    }
}

#section02 {
    align-items: flex-start;
    margin-top: -10vh !important;
    margin-left: -100%;
    position: fixed;

    .wrapper {
        width: 28vw;
        transform: translate(40px,-18vh);
        margin-left: auto;
    }

    h1 {
        font-size: 5.5vw;
    }
    
    h2 {
        font-size: 3.5vw;
    }
}


#section03, #section04, #section05, #section06 {

    .wrapper:nth-child(1) {
        text-align: right;
        width: 29vw;
    }
    .wrapper:nth-child(2) {
        text-align: left;
        width: 28vw;
        margin-right: 0vw;
    }

    .box {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        width: 95vw;
    }

    h1 {
        font-size: 5.5vw;
    }
    
    h2 {
        font-size: 3.5vw;
    }
}


#section03 {

    margin-top: 0vh !important;
    position: fixed;

    .wrapper:nth-child(2) {
        text-align: left;
        width: 28vw;
        margin-right: 8vw;
    }
}



#section04 {
    /* margin-top: -90vh !important; */
    position: fixed;

    .wrapper:nth-child(2) {
        text-align: left;
        width: 28vw;
        margin-right: 6vw;
    }
}



#section05 {
    margin-top: 0vh !important;
    position: fixed;

    .box {
        width: 200vw;
        margin-left: 0%;
    }
}

#section06 {
    margin-top: 0vh !important;
    position: fixed;

    .wrapper:nth-child(1) {
        text-align: right;
        width: 29vw;
        transform: translateY(200vw);
    }
    .wrapper:nth-child(2) {
        text-align: left;
        width: 28vw;
        margin-right: 4vw;
        transform: translateY(-200vw);
    }

}


#section07 {

    justify-content: flex-start;
    position: fixed;

    .wrapper {
        text-align: right;
        width: 90vw;
        margin-top: 125px;
    }

    h1 {
        font-size: 5.5vw;
    }
    
    h2 {
        font-size: 3.5vw;
    }
}

#section08 {
    margin-bottom: 0vh !important;

    .wrapper {
        text-align: right;
        width: 18vw;
    }

    .box {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        width: 95vw;
    }

    h1 {
        font-size: 5.5vw;
        line-height: 5.7vw;
        margin-top: 25px;
    }
    
    h2 {
        font-size: 3.5vw;
        line-height: 3.7vw;
    }
}


#section09 {
    margin-top: -100vh;
    .wrapper:nth-child(1) {
        text-align: right;
        width: 18vw;
        margin-left: 5vw;
    }
    .wrapper:nth-child(2) {
        text-align: left;
        width: 30vw;
        margin-right: 2vw;
    }

    .box {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        width: 95vw;
    }

    h1 {
        font-size: 5.5vw;
        line-height: 5.7vw;
        margin-top: 25px;
    }
    
    h2 {
        font-size: 3.5vw;
        line-height: 3.7vw;
    }
}


#section10 {
    margin-top: -100vh !important;
    .wrapper:nth-child(1) {
        text-align: right;
        width: 24vw;
    }
    .wrapper:nth-child(2) {
        text-align: left;
        width: 25vw;
        margin-right: 6vw;
    }

    .box {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        width: 95vw;
    }

    h1 {
        font-size: 5.5vw;
        line-height: 5.7vw;
        margin-top: 25px;
    }
    
    h2 {
        font-size: 3.5vw;
        line-height: 3.7vw;
    }
}

#section11 {
    display: flex;
    align-items: flex-start;
    margin-top: -100vh !important;

    .wrapper {
        display: flex;
        text-align: center;
        flex-direction: column;
        text-align: right;
    }

    h2 {
        font-size: 56px;
        font-weight: 500;
        letter-spacing: -1px;
        margin-bottom: 25px;
    }

    .box {
        width: 100vw;
    }
}

#section12 {

    position: fixed;
    bottom: -100vh;

    h2 {
        font-size: 56px;
    }

    .button {
        margin-top: 20px;
    }
    .center {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
}


footer {
    color: var(--gray-400, #9CA3AF) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    background-color: #000;
    padding-top: 40px;

    .info {
        font-size: 14px;
        margin-top: 50px;
    }


    p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding: 20px 0;
    }

    b {
        color: #fff !important;
        text-transform: uppercase;
    }

    a {
        padding: 0px 0 15px;
    }

    a:hover {
        color: #fff;
    }

    .logo {
        width: 70px;
    }

    .column {
        width: 33%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    

    
}

.full-height {
    height: 100vh;
}


.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
  .tab input:checked ~ .tab__content {
    max-height: 10rem;
  }
  

  .accordion {
        overflow: hidden;
        position: relative;
    }

  .tab {
        margin-bottom: 25px;
    }

    .tab:after {
        border-bottom: 1px solid #E5E7EB;
        content: '';
        padding-top: 20px;
        position: absolute;
        width: 100%;
    }

  .tab__label,
  .tab__close {
    display: flex;
    color: white;
    background: var(--theme);
    cursor: pointer;
  }
  .tab__label {
    justify-content: space-between;
    padding: 1rem;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
  .tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
  }
  .tab input:checked + .tab__label::after {
    transform: rotate(270deg);
  }
  .tab__content p {
    margin: 0;
    padding: 0 1rem;
}
  .tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
  .accordion--radio {
    --theme: var(--secondary);
  }
  
  /* Arrow animation */
  .tab input:not(:checked) + .tab__label:hover::after {
    animation: bounce .5s infinite;
  }
  @keyframes bounce {
    25% {
      transform: rotate(90deg) translate(.25rem);
    }
    75% {
      transform: rotate(90deg) translate(-.25rem);
    }
  }

    @keyframes wave01 {
        from {transform: translateX(0px);}
        to {transform: translateX(-60px);}
    }
    @keyframes wave02 {
        from {transform: translateX(-60px);}
        to {transform: translateX(0px);}
    }


.page-about {
    background: #D7BDA6;

    #section01-about {
        align-items: flex-start;
        
        .animation {
            margin-left: -120%;
        }
        

        h1 {
            font-size: 5.5vw;
            line-height: 3vw;
        }
        
        h2 {
            font-size: 3.5vw;
        }

        .wrapper:nth-child(1) {
            margin-left: 20vw;
            text-align: right;
        }
        .wrapper:nth-child(2) {
            text-align: left;
            width: 27vw;
            margin-top: 150%;
        }

        .box {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: space-between;
            width: 95vw;
        }

        p {
            font-size: 22px;
        }

        .bottle-container {
            position: absolute;
            width: 100vw;
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
            pointer-events: none;
        }

        .text01 {
            margin-top: 150px;
        }

        .image {
            width: 243px;
            margin-top: 130px;
            position: absolute;
            text-align: center;
            overflow: hidden;
            height: 880px;
            transform: scale(0.8);
            display: flex;
            flex-direction: row;
            align-content: center;
            justify-content: center;
            align-items: center;

            img {
                position: absolute;
            }

            img:nth-child(1) {
                z-index: 10;
            }

            img:nth-child(2) {
                z-index: 9;
                margin-top: 190px;
                margin-left: -400px;
            }

            img:nth-child(3) {
                z-index: 8;
            }

        }

        .p2 {
            display: none;
            position: absolute;
            width: 100vw;
            height: 100vh;
            left: 0;
            top: 0;
            display: flex;
            flex-direction: row;
            align-content: center;
            justify-content: center;
            align-items: center;

            .bottle-container-p2 {
                width: 380px;
                margin-top: 210px;
                margin-left: -195px;
                position: absolute;
                transform: translateY(-100vh);
            }

            .bottle-container-p2 img {
                width: 100%;
            }

            .text-p2 {
                transform: translateY(100vh);
            }

            .text02 {
                width: 43vh;
                margin-left: 35vw;
                margin-top: 70px;
            }
        }
        
    }


    #section02-about {
        align-items: flex-start;

        &.fixed {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            transform: scale(1) !important;
        }

    
        h2 {
            font-size: 3.5vw;
        }

        

        .wrapper {
            text-align: center;
            width: 100vw;
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
            transform: scale(0);
        }

        .roundabout {
            position: absolute;
            transform: rotate(0deg);
            margin-top: 130px;

            .center-point {
                background-color: #000;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                position: absolute;
                display: none;
            }

            .founder {
                position: absolute;
                -webkit-transform-origin-y: bottom;
                margin-top: -340px;
                margin-left: -120px;
                display: flex;
                height: 340px;
                flex-direction: column;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
            }

            .founder:nth-child(1) {
                transform: rotate(0deg);
            }

            .founder:nth-child(2) {
                transform: rotate(120deg);
            }

            .founder:nth-child(3) {
                transform: rotate(240deg);
            }
        }

        p {
            font-size: 15px;
            font-weight: 700;
            width: 250px;
            text-align: center;
        }
    }

    footer {
        z-index: 99999;
        position: absolute;
        width: 100vw;
    }
}



.page-contact {
    background: #000;

    .header {
        background-image: url(../assets/images/contactBackground.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 100px;

        h2 {
            font-size: 48px;
            font-weight: 600;
            color: #fff;
        }

        p {
            color: #9CA3AF;
            font-size: 20px;
            text-align: center;
            margin-top: 10px;
        }
    }


    .wrapper {
        background-color: #fff;
        padding: 50px 30vw;

        p {
            color: #6B7280;
        }

        h3 {
            color: #111928;
            text-align: center;
            font-size: 30px;
            font-style: normal;
            font-weight: 900;
            line-height: 125%; /* 50px */
            letter-spacing: -0.4px;
            margin-bottom: 30px;
        }

        .subtitle {
            text-align: center;
            margin-bottom: 50px;
        }

        .faq {
            .question {
                font-weight: 800;
            }
            .answer {
                color: #6B7280;
            }
        }

        .form {
            padding-top: 50px;

            input[type=text], textarea {
                border-radius: 15px;
                border: 1px solid #D1D5DB;
                background: #F9FAFB;
            }

            button {
                border-radius: 90px;
                background: #000;
                color: #fff;
                border: none;
                padding: 13px 23px;
                font-size: 12px;
                margin-left: 10px;
            }
        }
    }

    .address {
        display: flex;
        padding: 80px 100px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        background-color: #fff;
        align-content: flex-start;
        justify-content: space-evenly;
        align-items: flex-start;

        .column {
            justify-content: flex-start;
            align-items: center;
            align-content: center;
            width: 20%;
        }
        p {
            color: #6B7280;
            font-size: 12px;
        }

        b {
            margin: 10px 0;
        }

        img {
            border-radius: 8px;
            background: #F3F4F6;
            width: 50px;
            padding: 10px;
            box-sizing: border-box;
        }

        a {
            font-weight: 800;
            font-size: 12px;
            margin-top: 5px;
        }
    }

}



.page-science {
    background: #fff;


    .header, .product-features {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }


    .wrapper {
        background-color: #fff;
        padding: 50px 10vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;

        &.grey {
            background-color: #F4F5F6;
        }

        h1 {
            font-size: 45px;
        }
    
        p {
            color: #6B7280;
            font-size: 16px;
            text-align: center;
            margin: 25px 0;
            width: 50vw;
        }

        .button {
            background-color: #000;
            color: #fff;
            width: auto;
            padding: 10px 20px;
        }

        .caroussel {
            width: 80%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            overflow: hidden;
            margin: 0px;
            box-sizing: border-box;

            img {
                width: 100%;
            }
        }


        #section02-science, #section03-science {

            h1 {
                padding-top: 150px;
            }


            .product, .lid {
                margin-left: -140px;
                position: relative;
                transform: scale(0.9);
                transform-origin:20vw 15vh;
            }

            .main-image {
                width: 345px;
            }

            .features {
                position: absolute;
                left: 0;
                top: 0;
            }

            .feature {
                display: flex;
                flex-direction: row;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: absolute;
                transform: scale(0);

                p {
                    width: 210px;
                    margin: 0 10px;
                    color: #6B7280;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 150%; /* 30px */
                }

                img {
                    width: 80px;
                }

                &.inverted {
                    flex-direction: row-reverse !important;

                    img {
                        transform: scaleX(-1);
                    }

                    p {
                    }
                }

                &.led {
                    margin-left: 340px;
                    margin-top: 10px;
                }

                &.aluminium {
                    margin-top: 80px;
                    margin-left: -150px;
                }

                &.capacity {
                    margin-top: 320px;
                    margin-left: -150px;
                }
                &.sterilization {
                    margin-left: 340px;
                    margin-top: 310px;
                }
                &.keeps {
                    margin-top: 520px;
                    margin-left: -150px;
                }
                &.rubber {
                    margin-left: 340px;
                    margin-top: 570px;
                }
                &.waterproof {
                    margin-left: 290px;
                }
                &.usbc {
                    margin-left: -130px;
                    margin-top: 25px;
                    justify-content: flex-start;
                    flex-direction: row-reverse;
                    flex-wrap: nowrap;
                    text-align: right;

                    img {
                        margin-left: 0px;
                    }
                }

                &.uvc {
                    margin-top: 350px;
                    margin-left: 219px;
                    display: flex;
                    flex-direction: column;
                    align-content: center;
                    align-items: center;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    text-align: center;
                
                    
                    img {
                        transform: rotate(90deg) translate(-30px,90px);
                        width: 60px !important;
                    }

                    p {
                        width: 310px;
                    }
                }
            }

        }

        #section03-science {
            width: 100vw !important;
            height: 100vh !important;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;

            .lid {
                display: none;
                position: fixed;
                height: 440px;
                transform: scale(1.2);
                margin-top: -100vh;

                .feature img {
                    width: 120px;
                }

                img {
                    width: 330px;
                    margin-left: 170px;
                }
            }
        }
    }

    #section04-science {

        h1 {
            margin-top: -40vh;
        }

        .cards {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            position: relative;

            .card {
                display: flex;
                width: 35vw;
                height: 20vw;
                padding: 20px 40px;
                box-sizing: border-box;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                border-radius: 32.661px;
                background: var(--Neutrals-8, #FCFCFD);
                box-shadow: 0px -8px 30px 6px rgba(15, 15, 15, 0.04);
                position: absolute;
                opacity: 0;
                transform: translateY(100px);

                img {
                    width: 50px;
                }

                p {
                    color: #000;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 150%; /* 39px */
                    letter-spacing: -0.52px;
                    text-transform: capitalize;
                    width: 90%;
                }
            }

        }
    }

    .comparison {
        width: 100%;

        p {
            width: 100%;
        }
        h1 {
            font-size: 35px;
            font-weight: 700;
        }

        table {
            width: 100%;

            th, td {
                padding: 15px;
            }

            * {
                font-weight: 200;
            }

            img {
                width: 25px;
            }

            .title {
                 * {
                    font-weight: 600;
                    font-size: 17px;
                 }
                background-color: #f3f4f6;
                th {
                    border: 1px solid #e6e7ea;
                }

                th:nth-child(1) {
                    padding-left: 40px;
                }
            }

            th {
                width: 25%;
                border-bottom: 1px solid #e6e7ea;
            }

            th:nth-child(1) {
                width: 50%;
                text-align: left;
                padding-left: 50px;
            }
        }
    }

    .faq {
        .accordion {
            p {
                text-align: left;
                margin-top: 0px;
            }

            .tab:after {
                left: 0;
            }
        }
       

    }
    #section04-science,#section05-science,#section06-science {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding-top: 100px !important;
    }

    footer {
        position: absolute;
    }
}



.page-shop {

    background: #fff;

    #section01-shop {
        z-index: 9;
        .column {
            justify-content: center;
        }
    }

    #section03-shop {
        visibility: hidden;
        justify-content: center;
        left: 0 !important;
        top: 0 !important;
        transform: translate(0px, 0px) !important;
        pointer-events: none;

        .wrapper:nth-child(1) {
            margin-left: 12vw;
            text-align: right;
            align-items: flex-end;
            margin-top: -100px;
            padding: 0 !important;
            position: absolute;
            left: 0;
        }
        .wrapper:nth-child(2) {
            text-align: left;
            width: 22vw;
            margin-top:-110px;
            padding: 0 !important;
            position: absolute;
            right: 7vw;
        }
        
        .wrapper:nth-child(4) {
            position: absolute;
            left: 0;
            transform: translate(0px, 20vh);
            opacity: 0;
            margin-top: -15vh;
            background-color: transparent;
            display: flex;
            align-items: flex-end;
        }

        .wrapper:nth-child(5) {
            width: 35vh;
            position: absolute;
            margin-top: -20vh;
            right: -3vw;
            transform: translate(0px, 20vh);
            opacity: 0;
            background-color: transparent;
            display: flex;
            align-items: flex-start;
            text-align: left;
        }

        .bottle-container {
            position: absolute;
            width: 100vw;
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
            pointer-events: none;
            top: 50px;

            .image {
                text-align: center;
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: center;
                align-items: center;
                margin-left: -145px;
            }

            .bottle {
                width: 290px;
            }

            .base {
                position: absolute;
                width: 181px;
                margin-left: 139px;
                margin-top: 550px;
                transform: translateY(70px);
                opacity: 0;
            }
        }
    }

    .fixed {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }

    .row {
        gap: 30px;
    }

    .header {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
        text-align: center;
        width: 100%;
    }

    .gallery {
        width: 100%;
        
        .row {
            gap: 10px;

        .column {
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;

            &.main {

                    img {
                        height: 50vh !important;
                        width: auto !important;
                    }
                }
            }
            
            .thumbs {
                width: 20vw;
                display: flex;
                justify-content: space-between;
                align-items: stretch;
                flex-direction: column;
                flex-wrap: nowrap;
                gap: 10px;

                img {
                    width: 40px;
                }
            }

        }

        a {
            width: 100%;
            height: 100%;
            background-color: #f3f4f6;
            border-radius: 20px;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;

            img {
                width: 100%;
            }
        }
    }

    footer {
        .row {
            gap: 0px;
        }
    }

    .content  {
        
        h1 {
            font-size: 30px !important;
            text-transform: uppercase;
        }

        b {
            font-size: 18px;
            margin: 20px 0px;
        }

        p {
            text-align: left;
            font-size: 15px;
            border-bottom: 1px solid #dfdedd;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

        

        .colors {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
        
            b  {
                font-size: 14px;
                margin: 0px;
            }

            .color {
                background-color: #fff;
                width: 10px;
                height: 10px;
                border-radius: 20px;
                border: 4px solid transparent;
                gap: 15px;

                &.white {
                    background-color: #fff;
                }

                &.orange {
                    background-color: #FF9314;
                }

                &.pink {
                    background-color: #EF466F;
                }

                &.selected {
                    border: 4px solid #000;
                }
            }

            
        }

       .button {
            background-color: #000;
            color: #fff;
            width: 170px;
            font-size: 11px;

            img {
                width: 20px;
            }
        }

        .stepper {
            font-size: 14px;
            font-weight: 900;
            height: 7px;
            background-color: #E6E8EC;
            width: 80px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            align-content: center;
            padding: 15px;
            border-radius: 20px;
        }
    }


    .wrapper {
        background-color: #fff;
        padding: 50px 10vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;

        &.product {
            display: flex;
            justify-content: center;
            height: 100vh;
            padding-top: 80px;
        }

        &.grey {
            background-color: #F4F5F6;
        }

        h1 {
            font-size: 45px;
        }


    }

    .caroussel {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 0px;
        box-sizing: border-box;

        img {
            width: 100%;
        }

        swiper-slide, .swiper-slide {
            border-radius: 20px;
            overflow: hidden;
        }
    }

    .section02, .section03 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
        padding-top: 100px !important;
    
        h1 {
            font-size: 5.5vw;
            line-height: 5vw;
        }
        
        h2 {
            font-size: 3.5vw;
        }

        

        p {
            font-size: 22px;
        }

    }

    footer {
        position: absolute;
        width: 100vw;
    }

    

    .section04 {
        background-color: #bfbfbf;
        overflow: hidden;
        position: sticky;

        h1 {
            font-size: 35px;
            font-weight: 100;
        }

        .black {
            background-color: #000;
            color: #fff;
        }

        .bottle-container {
            position: absolute;
            top: 10vh;
            z-index: -1;
        }

        .product-information {
            width: 90%;
            margin-bottom: 40px;

            h4 {
                font-weight: 400;
                font-size: 18px;
            }

            h5 {
                font-weight: 100;
                font-size: 16px;
            }
        }

        .product-information img {
            height: 40px;
            margin: 15px 0px;
        }

        table {
            width: 90%;
            font-size: 18px;
            position: relative;

            tr:after {
                content: '';
                width: 100%;
                border-bottom: 1px solid #3e4043;
                position: absolute;
                left: 0;
            }

            th {
                font-weight: 100;
                padding: 20px;
                color: #aca7a7;
            }

            th:nth-child(2) {
                font-weight: 400;
                text-align: left;
                color: #fff;
            }
        }
    }
}


.page-login, .page-register, .page-forgot, .page-cart {

    .content {
        
        
        .left {
            background-image: url(../assets/images/loginBackground.jpg);
            background-size: cover;
            background-position: center;
        }

        .right {
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
        }

        .wrapper {
            padding: 5vw;
            width: 70%;
        }

        form {
            fieldset {
                border: none;
                padding: 15px 0;
                position: relative;
                width: 100%;

                img {
                    width: 100%;
                }
            }

            input, textarea {
                background-color: #F9FAFB;
                border: 1.333px solid #D1D5DB;
                font-size: 12px;
                color: #6B7280;
                padding: 10px 20px;
                width: 100%;
            }

            input[type="password"] {
                padding-top: 15px;
            }

            input[type="checkbox"] {
                margin-right: 7px;
                width: auto;
            }

            .column, .column a {
                flex-direction: row;
                font-size: 12px;
            }

            span {
                margin-top: 2px;
                display: flex;
                flex-direction: row;

                a {
                    margin: 0px 5px;
                }
            }

            .button {
                width: 100%;
                background-color: #000;
                color: #fff;
                font-size: 14px;
                padding: 10px;
            }

            .new-account {
                font-size: 12px;
                display: flex;

                a {
                    margin: 0px 5px;
                }
            }

            .forgot {
                text-align: right;
                display: flex;
                justify-content: flex-end;
                margin-right: 10px;
            }
        }

        .sign-up {
            gap: 10px;
            .button {
                width: 100%;
                border-radius: 10px;
            }
        }

        .or {
            hr {
                border: none;
                border-bottom: 1px solid #E5E7EB;
                width: 100%;
            }
            .column {
                text-align: center;
                display: flex;
                align-content: center;
                justify-content: center;
                align-items: center;
            }
            .column:nth-child(2) {
                width: 30%;
                color: #6B7280;
            }
        }

    }


    
}

.page-login, .page-register, .page-forgot {
    p {
        font-size: 14px;
        margin: 15px 0px;
        color: #4B5563;
    }
}

#section01_cart {
    &.wrapper {
        width: 90% !important;
    }
}

.page-cart {

    .wrapper {
        padding: 30px 30px;
    }

    .header {
        margin-top: 100px;
    }

    .row {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-content: flex-start;
        align-items: flex-start;
    }

    .left {
        background-image: none !important;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }

    h2 {
        color: var(--gray-900, #111928);
        font-size: 25px;
        font-style: normal;
        font-weight: 900;
        line-height: 125%; /* 40px */
    }

    .left.column {
        width: 60%;
    }
    .right.column {
        width: 40%;

        .wrapper {
            width: 90%;
        }
    }



    table {
        width: 100%;
        border-spacing: 0;
        font-size: 12px;
        text-align: left;

        .title {
            color: var(--gray-500, #6B7280);
            font-size: 11px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            text-transform: uppercase;
            text-align: left;
            background-color: #F9FAFB;

            th {
                font-weight: 700;
            }
            
        }

        th:first-child, th:last-child {
            font-weight: 700;
        }

        th:nth-child(odd) {
            background-color: #f9fafb;
        }

        th {
            padding: 15px 20px;
            border-bottom: 1px solid #e0e0e0;
            font-weight: 400;
        }

        .green {
            color: #069771;
            font-weight: 600;
        }

        .red {
            color: #9B1C1C;
            font-weight: 600;
        }

        
    }

    .wrapper {
        width: 90%;
    }

    form {
        .row {
            gap: 10px;
        }

        input, textarea {
            box-sizing: border-box;
        }

        .button {
            width: 150px !important;
        }
    }

    .empty {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        
        p {
            color: #6B7280;
            font-size: 14px;
        }
    }
    

    
}

.coverflow {

    &.swiper {
        width: 100% !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vh;
        height: auto;
        border-radius: 30px;
        overflow: hidden;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%; 
    }

}




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

    .mobile-only {
        display: block !important;
    }
    
    .desktop-only {
        display: none !important;
    }

    #preloader {
        .wrapper {
            
        }

        #percent {
            margin-bottom: 0px;
        }

        .bar-wrapper {
            width: 93vw !important;
        }

        
    }
    
    #menu {
        height: 60px;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;

        &.active {
            height: 100vh;
        }

        a {
            
            text-transform: unset;
            font-size: 20px;
            margin-left: -5px;

            img {
                width: 100%;
            }
        }

        .menu {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100vw;
            position: absolute;
            left: -3px;
            top: 12vh;

            a {
                height: 50px;
            }

            &.right {
                position: fixed;
                display: flex;
                align-items: flex-end;
                justify-content: space-evenly;
                align-content: flex-end;
                flex-direction: row;
                transform: translateY(50px);
                top: 60vh;
                padding: 0 20vw;
                box-sizing: border-box;
            
            

                #btnBuyNow {
                    position: absolute;
                    transform: translateY(50px);
                    font-size: 13px;
                    color: #fff;
                    background-color: #1f1f1f;
                    border-radius: 20px;
                    height: 40px;
                }
            }
        }
    
        #btnLogo {
            width: 65px;
            top: 15px;
            margin-left: -10px;
            position: absolute;
        }

        #burgerMenu {
            width: 55px;
            margin-right: -25px;
            position: absolute;
            top: 5px;
            right: 0;
        }
    }

    footer {
        margin-top: 100px;

        .column:nth-child(1) {
            width: 100%;
        }

        .column:nth-child(2), .column:nth-child(3) {
            display: none;
        }

        .info {
            margin-top: -10px;
        }
    }
    

    #heroVideo {
        top: 60px;
    }

    #section01 {
        margin-top: 0vh !important;
        h1 {
            font-size: 9.5vw;
        }
        h2 {
            font-size: 6.5vw;
        }

        .wrapper {
            margin-left: 20px;
            margin-top: -260px;
            text-align: center;
        }

    }

    #section02 {    
        margin-top: 0vh !important;
        margin-left: -150%;

        h1 {
            font-size: 9.5vw;
        }
        h2 {
            font-size: 6.5vw;
        }

        .wrapper {
            width: 190px;
            margin-top: 120px;
            transform: translate(40px,-212px);
            margin-left: -20px;
        }

        p {
            font-size: 14px;
        }
    }

    #section03 * {
        color: #fff;
    }

    #section03, #section04, #section05, #section06 {

        display: flex;
        justify-content: flex-start;
        padding-top: 65px !important;

        h1 {
            font-size: 9.5vw;
            margin-top: -5px;
        }
        h2 {
            font-size: 6.5vw;
        }
        .wrapper:nth-child(1) {
            text-align: center;
            width: 30vw;
        }

        .wrapper:nth-child(2) {
            text-align: center;
            width: 58vw;
            margin-right: 7vw;
        }

        p {
            margin: 0;
            padding: 0;
            font-size: 14px;
            text-align: center;
        }
    }

    #section03 {

        margin-top: 80vh !important;
        
        .wrapper:nth-child(2) {
            margin-right: 0;
        }
    }

    #section04 {
        color: #fff;
        margin-top: 90vh;

        .wrapper:nth-child(2) {
            width: 90vw;
            transform: translate(-30px, 5px);
        }
    }

    #section05 {
        margin-top: 90vh !important;
        .wrapper:nth-child(1) {
            margin-left: 30px;
        }
        .wrapper:nth-child(2) {
            margin-right: -3vw;
        }
    }

    #section06 {
        margin-top: 80vh !important;
        
        .box {
            flex-direction: column;
        }

        .wrapper:nth-child(1) {
            transform: translateY(-200vw);
        }
        .wrapper:nth-child(2) {
            transform: translateY(200vw);
            width: 80vw;
        }

    }

    #section07 {
        
        h1 {
            font-size: 9.5vw;
            margin-top: -5px;
        }
        h2 {
            font-size: 6.5vw;
        }
        .wrapper {
            text-align: center;
            width: 90vw;
            margin-top: 85px;
        }
    }

    #section08 {
        h1 {
            font-size: 9.5vw;
            line-height: 13.5vw;
            margin-top: -5px;
        }
        h2 {
            font-size: 6.5vw;
            line-height: 6.5vw;
        }
        .wrapper {
            width: auto;
            text-align: center;
        }

        .box {
            justify-content: center;
        }
    }
    
    #section09 {
        justify-content: center;
        margin-top: 200vh;
        position: fixed;
        display: flex;
        flex-direction: column;

        h1 {
            font-size: 9.5vw;
        }
        h2 {
            font-size: 6.5vw;
            line-height: 4.5vh;
        }
    
        .box {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            flex-direction: column;
        }

        .wrapper:nth-child(1) {
            text-align: center;
            width: unset;
            margin-left: 0;
        }

        .wrapper:nth-child(2) {
            text-align: center;
            width: 80vw;
            margin-top: 40px;
        }
        
    }

    #section10 {

        h1 {
            font-size: 9.5vw;
        }
        h2 {
            font-size: 6.5vw;
            line-height: 4.5vh;
        }

        .box {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: flex-start;
            width: 95vw;
            flex-direction: column;
        }

        .wrapper:nth-child(1) {
            text-align: center;
            width: unset;
        }

        .wrapper:nth-child(2) {
            text-align: center;
            width: 65vw;
            margin-right: 0;
            margin-top: 40px;
        }
    }

    #section11 {
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
        justify-content: center;

        h1 {
            font-size: 21vw;
            font-weight: 900;
            letter-spacing: -1px;
        }

        h2 {
            font-size: 9vw;
            line-height: 11vw;
            font-weight: 500;
            letter-spacing: -1px;
            text-align: center;
        }

        .wrapper {
            display: flex;
            text-align: center;
            flex-direction: column;
            text-align: center;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
        }

        .box {
            
        }
    }

    .page-about {
        & #section01-about {

            align-items: center;
            display: flex;
            align-content: center;
            justify-content: flex-start;

            h1 {
                font-size: 8.5vw;
            }

            h2 {
                font-size: 5.5vw;
            }
            .bottle-container {
                transform: scale(0.45) translateY(250px);
            }
            .box {
                display: flex;
                align-items: center;
                align-content: center;
                justify-content: flex-start;
                width: 100vw;
                flex-direction: column;
            }

            .wrapper:nth-child(1) {
                margin-left: 0;
                text-align: center;
                margin-top: 70px;
            }

            .wrapper:nth-child(2) {
                text-align: center;
                width: 80vw;
                margin-top: 20px !important;
            }

            .text01 {
                margin-top: 10px;
                font-size: 14px;
            }

            .p2 {
                flex-direction: column;
                align-content: flex-start;
                justify-content: center;
                align-items: flex-start;
            }

            .text02 {
                margin-left: 10vw !important;
                margin-top: -34vh  !important;
                font-size: 14px;
            }

            .bottle-container-p2 {
                margin-top: 39vh !important;
                margin-left: 13vw !important;
                transform: translateY(-100vh);

                img {
                    width: 50% !important;
                }
            }
        }

        #section02-about {
            h2 {
                font-size: 11.5vw;
            }
            p {
                font-size: 25px;
                margin-top: 15px;
            }
        }

        footer {
            margin-top: 0px;
        }
            
        
    }


    .page-science {
        & .wrapper {
            h1 {
                font-size: 40px;
                line-height: 40px;
                padding-top: 0px;
            }

            p {
                width: 100%;
            }

            .caroussel {
                width: 100% !important;
                height: 44vw;
            }

            .spacer {
                height: 0 !important;
            }
        
            & #section02-science, & #section03-science {
                
                h1 {
                    padding-top: 0px;
                }

                .product, .lid {
                    transform: scale(0.5);
                    transform-origin: 61vw 0vh;
                }

                .lid {
                    transform-origin: 80vw 0vh;
                }
        
                & .feature {

                    p {
                        width: 140px;
                        font-size: 23px;
                    }

                    &.aluminium {
                        margin-left: -60px;
                    }

                    &.capacity {
                        margin-left: -70px;
                    }
                    &.keeps {
                        margin-left: -55px;
                    }

                    &.usbc {
                        margin-left: 20px;
                        margin-top: -55px;
                    }

                    &.waterproof {
                        margin-left: 240px;
                    }

                    &.uvc {
                        margin-left: 154px;
                    }
                }
                    

                .header {
                    margin-top: 40px;
                }

                .product-features {
                    margin-top: 0px;
                }

                

                

            
            }

            & #section04-science {
                height: 400vh !important;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;

                h1 {
                    margin-top: 0vh;
                }

                & .cards {
                    .card {
                        display: flex;
                        width: 90vw;
                        height: 75vw;
                        border-radius: 20px;
                    }
                }
            }

            .comparison {
                margin-top: 100px;

                table {
                    width: 100%;
                    table-layout: fixed;

                    th:nth-child(1) {
                        padding-left: 20px;
                    }
                }
            }

        }

        footer {
            margin-top: 0;
            position: absolute;
            width: 100vw;
        }
        
    }


    .page-shop {

        #section02 {
            
        }

        & .section02, & .section03 {
            h1 {
                font-size: 10.5vw;
                line-height: 10vw;
            }
            h2 {
                font-size: 5.5vw;
            }

            p {
                font-size: 14px;
            }
        }
        .main-product {
            display: flex;
            flex-direction: column;
            margin-top: 100px;
        }

        & .gallery {
            & .row {
                & .thumbs {
                    img {
                        width: 20px;
                    }
                }
            }
        }

        .header {
            margin-top: 50px;
        }

        .coverflow {
            overflow: visible;
            .swiper-slide {
                width: 43vh;
                border-radius: 15px;
            }
        }

        & #section03-shop {
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: flex-start;
            align-items: center;

            .bottle-container {
                transform: scale(0.65);
            }

            .wrapper:nth-child(1) {
                margin-left: 0;
                text-align: center;
                align-items: unset;
                margin-top: -30px;
                position: relative;
                left: 0;
            }

            .wrapper:nth-child(2) {
                text-align: center;
                width: 90vw;
                margin-top: 20px;
                position: relative;
                right: 0;
            }

            .wrapper:nth-child(4) {
                position: relative;
                left: 0;
                transform: translate(0px, 20vh);
                opacity: 0;
                margin-top: unset;
                background-color: transparent;
                display: flex;
                align-items: center;
                align-content: center;
                bottom: -35vw;
            }

            .wrapper:nth-child(5) {
                width: 90vw;
                position: relative;
                margin-top: unset;
                right: 0;
                transform: translate(0px, 20vh);
                opacity: 0;
                background-color: transparent;
                display: flex;
                align-items: center;
                text-align: center;
                align-content: center;
                justify-content: flex-end;
                bottom: -10vw;
            }
        }

        .product-information {
            .column {
                text-align: left;
            }
        }

        .section04, #section04 {

            margin-top: -375vh;

            table {
                width: 100%;

    
                th {
                    padding: 10px;
                }
            }
        }

        footer {
            margin-top: -30vh;
        }
    }

    .mini-cart {

        h1 {
            margin-top: 70px;
        }
            
        .wrapper-cart {
            width: 100vw !important;
        }
    }

       


    .page-contact {
        .header {
            margin-top: 40px;
            height: 240px;

            p {
                font-size: 18px;
                padding: 0px 10px;
            }
        }
        .wrapper {
            padding: 50px 5vw;
        }

        .address {
            padding: 80px 40px;
            width: 100vw;
            flex-direction: column;

            .column {
                width: 100%;
                margin-bottom: 60px;
            }
        }

        footer {
            margin-top: 0px;
        }
        
    }

    .page-login, .page-register, .page-forgot, .page-cart {
        #btnEye {
            right: -30px;
        }
        .content {

            .sign-up {
                gap: 25px;
            }

            &.row {
                flex-direction: column;
            }

            .left {
                height: 100vh;
                position: fixed;
            }

            .right {
                position: absolute;
                background-color: #fff;
                margin: 5vw;
                width: 90vw;
                border-radius: 15px;
                top: 25vh;
            }

            .wrapper {
                width: 75%;
            }
            .button {
                width: 115% !important;
            }
        }

    }

    .page-cart {
        .row {
            flex-direction: column;
        }

        .left {
            height: unset !important;
            margin: 0  !important;
            width: 90vw  !important;
            position: relative  !important;
        }

        .right {
            position: relative !important;
            margin: 0 !important;
            width: 90vw !important;
            border-radius: 0 !important;
            top: 25px !important;

            .wrapper {
                padding: 0;
                width: 100% !important;
            }

            .button {
                width: 100% !important;
            }
        }

        table {
            width: 100%;
            table-layout: fixed;

            th {
                padding: 10px 5px;
            }
        }
    }

    
}
