@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;
    }
}



img {
    user-select: none;
    pointer-events: none;
    display: block;
}

::-moz-selection {
    /* Code for Firefox */
    background: #fff;
    color: #000;
}

::selection {
    background: #fff;
    color: #000;
}

body::-webkit-scrollbar {
    width: 0.5em;
    /* // width: 0em;
    // display: none; */
    background: #000000;

}

body::-webkit-scrollbar-track {
    box-shadow: none;
    background: #000000;
    display: none;
}

body::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #000000;
}

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;
}

.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;
}

#btnLogout img {
    width: 20px;
}

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



.line-spacer .h10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.line-spacer .h20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.line-spacer .h30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.line-spacer .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;
}


.section {
    min-height: 650px !important;
}

.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: 120px;


}

.button img {
    width: 15px;
}




#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;
    cursor: pointer;
}

#menu 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; */


}

.offcanvas-body{
    height: 750px;
}

#btnSubmit,
.btnSubmit 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: 1000;
}

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

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

.mini-cart .wrapper-cart {
    width: 790px !important;
    height: 100%;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch !important;
    justify-content: space-between;
    z-index: 99;
    box-shadow: 10px 10px 30px #00000070;
    padding: 35px 45px 50px 45px;
    box-sizing: border-box;
}

.mini-cart .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;
        }
    }




}

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

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

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

.mini-cart .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;
}

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

.section .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;
}

.section-panel {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
}

.box {
    /* visibility: hidden; */
}

#heroVideo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    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;
    z-index: 2;
    top: 0;
    width: 100vw;
    height: 100vh;
}


#section-0 {
    align-items: flex-start;
    /* margin-top: -40vh !important; */
    /* position: fixed; */
}


#section-0 .box {
    /* For initial load */
    opacity: 0;
}

#section-0 h1 {
    font-size: 5.5vw;
}

#section-0 h2 {
    font-size: 3.5vw;
    line-height: 2.5vw;
}

#section-0 .wrapper {
    padding-left: 10vw;
    padding-top: 10vh;
    text-align: left;
}

.scroll-down-invitation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white !important;
}

#section-0 .scroll-down-invitation-container {
    position: absolute;
    bottom: 5vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}


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

#scrollMsg img {
    width: 130px;
}


#section-1 {
    align-items: flex-start;
    /* margin-top: -10vh !important; */
    /* margin-left: -100%; */
    /* position: fixed; */
}

#section-1 .box {
    width: 28vw;
    padding-left: 5vw;
    padding-top: 5vw;

}

#section-1 h1 {
    font-size: 5.5vw;
}

#section-1 h2 {
    font-size: 3.5vw;
}




#section-5 .wrapper:nth-child(1) {
    text-align: right;
    width: 29vw;
}

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

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

#section-5 h1 {
    font-size: 5.5vw;
}

#section-5 h2 {
    font-size: 3.5vw;
}


#section-2 .wrapper:nth-child(1) {
    text-align: right;
    width: 29vw;
}

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

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

#section-2 h1 {
    font-size: 5.5vw;
}

#section-2 h2 {
    font-size: 3.5vw;
}

#section-3 .wrapper:nth-child(1) {
    text-align: right;
    width: 29vw;
}

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

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

#section-3 h1 {
    font-size: 5.5vw;
}

#section-3 h2 {
    font-size: 3.5vw;
}

#section-4 .wrapper:nth-child(1) {
    text-align: right;
    width: 29vw;
}

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

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

#section-4 h1 {
    font-size: 5.5vw;
}

#section-4 h2 {
    font-size: 3.5vw;
}

#section-2 {
    margin-top: 0vh !important;
    /* position: fixed; */


}

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

#section-3 {
    /* margin-top: -90vh !important; */
    /* position: fixed; */
}

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

#section-4 {
    margin-top: 0vh !important;
    /* position: fixed; */
}


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

#section-5 {
    margin-top: 0vh !important;
    /* position: fixed; */

}

#section-5 .wrapper:nth-child(1) {
    text-align: right;
    width: 29vw;
    /* transform: translateY(200vw); */
}

#section-5 .wrapper:nth-child(2) {
    text-align: left;
    width: 28vw;
    margin-right: 4vw;
    /* transform: translateY(-200vw); */
}




#section-6.section-panel {
    justify-content: flex-end;
    align-items: flex-start;
}

#section-6 .box {
    padding-top: 5vw;
    padding-right: 5vw;
}

#section-6 .wrapper {
    text-align: right;
}

#section-6 h1 {
    font-size: 5.5vw;
}

#section-6 h2 {
    font-size: 3.5vw;
}




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

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

#section-7 h1 {
    font-size: 5.5vw;
    line-height: 5.7vw;
    margin-top: 25px;
}

#section-7 h2 {
    font-size: 3.5vw;
    line-height: 3.7vw;
}



#section-8 .wrapper:nth-child(1) {
    text-align: right;
    width: 18vw;
    margin-left: 5vw;
}

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

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

#section-8 h1 {
    font-size: 5.5vw;
    line-height: 5.7vw;
    margin-top: 25px;
}

#section-8 h2 {
    font-size: 3.5vw;
    line-height: 3.7vw;
}



#section-9 {
    /* position: fixed; */
}

#section-9 .wrapper:nth-child(1) {
    text-align: right;
    width: 24vw;
}

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


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


#section-9 h1 {
    font-size: 5.5vw;
    line-height: 5.7vw;
    margin-top: 25px;
}


#section-9 h2 {
    font-size: 3.5vw;
    line-height: 3.7vw;
}


#section-10 {
    display: flex;
    align-items: center;
    /* position: fixed; */
}

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

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

#section-10 .box {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#section-10 .button {
    color: #000 !important;
}


#section-11 {

    /* position: fixed; */
    bottom: -100vh;
}

#section-11 h2 {
    font-size: 56px;
}

#section-11 .button {
    margin-top: 20px;
}

#section-11 .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;
    left: 0%;
}

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


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

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

footer a {
    padding: 0px 0 15px;
}

footer a:hover {
    color: #fff;
}

footer .logo {
    width: 70px;
}

footer .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;
}


p {
    font-size: clamp(16px, 1.3vw, 1.4rem);
}

.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;

    #section-0-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;
            }
        }

    }



    #section-1-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%;
            }
        }


        #section-1-science,
        #section-2-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;
                    }
                }
            }

        }

        #section-2-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;
                }
            }
        }
    }

    #section-3-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;
            }
        }


    }

    #section-3-science,
    #section-4-science,
    #section-5-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;

    #section-0-shop {
        z-index: 9;
        transition: all .4s ease;

        .column {
            justify-content: center;
        }
    }

    #section-1-shop {

        transition: all .4s ease;
    }

    #section-2-shop {
        opacity: 0;
        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;
        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: 200px;
            font-size: 14px;

            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: 0px 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;
        }
    }

    .section-1,
    .section-2 {
        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;
    }



    .section-3 {
        background-color: #000;
        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;
    }
}

#section-0_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-bottom: 50px;
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vh;
        height: auto;
        border-radius: 30px;
        overflow: hidden;
    }

    .swiper-slide img {
        display: block;
        height: 100%;
        width: 100%;
    }

}




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

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

    #section-2-shop {
        opacity: 1;
    }

    #section-9 {
        /* display: none; */
    }

    #section-8 {
        /* display: none; */
    }

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

    #miniCart{
        overflow-y: scroll;
    }
    

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

    .active {
        height: 100vh !important;
    }

    a {

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


    }

    #menu a 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;
    }

    .menu a {
        height: 50px;
    }

    .right {
        position: absolute;
        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: 125px;
        top: 15px;
        margin-left: -10px;
        position: absolute;
    }

    #burgerMenu {
        width: 115px;
        margin-right: -25px;
        position: absolute;
        top: 5px;
        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;
    }


    #section-0 h1 {
        font-size: 9.5vw;
    }

    #section-0 h2 {
        font-size: 6.5vw;
    }

    #section-0.section-panel {
        justify-content: center;
    }

    #section-0 .box {
        padding: 0;
        padding-top: 10vh;
        text-align: center;
    }

    #section-0 .wrapper {
        padding: 0;
        text-align: center;
    }



    #section-1.section-panel {
        justify-content: center;
    }

    #section-1 .box {
        width: 80vw;
        padding: 0;
        padding-top: 5vh;
    }

    #section-1 h1 {
        font-size: 9.5vw;
    }

    #section-1 h2 {
        font-size: 6.5vw;
    }

    #section-1 .wrapper {
        text-align: center;
    }

    #section-1 p {
        font-size: 14px;
    }

    #section-2.section-panel {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #section-2 .box {
        width: 80vw;
        padding: 0;
        flex-direction: column;
        gap: 5vh;
        padding-top: 5vh;
    }

    #section-2 h1 {
        font-size: 9.5vw;
        /* margin-top: -5px; */
    }

    #section-2 h2 {
        font-size: 6.5vw;
    }

    #section-2 .wrapper:nth-child(1) {
        text-align: center;
        width: 100%;
    }

    #section-2 .wrapper:nth-child(2) {
        text-align: center;
        width: 100%;
        /* width: 58vw; */
        /* margin-right: 7vw; */
    }

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


    #section-2 .wrapper:nth-child(2) {
        margin-right: 0;
    }


    #section-3 {
        color: #000;
        /* margin-top: 100vh; */
    }

    #section-3.section-panel {
        justify-content: center;
        align-items: flex-start;
    }

    #section-3 .box {
        width: 58vw;
        padding: 0;
        padding-top: 10vh;
        justify-content: center;
    }


    #section-3 .wrapper:nth-child(1) {
        width: 100%;
    }

    #section-3 .wrapper:nth-child(2) {
        /* width: 30vw; */
        /* transform: translate(-30px, 5px); */
        width: 100%;
        margin-right: 0rem;
        text-align: center;
    }

    #section-3 {
        display: flex;
        justify-content: flex-start;
    }

    #section-3 h1 {
        font-size: 9.5vw;
        /* margin-top: -5px; */
    }

    #section-3 h2 {
        font-size: 6.5vw;
    }

    #section-3 .wrapper:nth-child(1) {
        text-align: center;
        width: 30vw;
        display: none;
    }


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



    #section-4.section-panel {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #section-4 .box {
        padding: 0;
        padding-top: 5vw;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 5vh;
        color: #000;
    }

    #section-4 h1 {
        font-size: 9.5vw;
        /* margin-top: -5px; */
    }

    #section-4 h2 {
        font-size: 6.5vw;
    }

    #section-4 .wrapper:nth-child(1) {
        width: 50vw;
        text-align: center;
    }

    #section-4 .wrapper:nth-child(2) {
        width: 50vw;
        text-align: center;
        /* color: #fff; */
    }

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


    #section-5.section-panel {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #section-5 .box {
        width: 80vw;
        padding: 0;
        flex-direction: column;
        gap: 2vh;
        padding-top: 5vh;
    }

    #section-5 h1 {
        font-size: 9.5vw;
        /* margin-top: -5px; */
    }

    #section-5 h2 {
        font-size: 6.5vw;
    }

    #section-5 .wrapper:nth-child(1) {
        text-align: center;
        width: 100%;
    }

    #section-5 .wrapper:nth-child(2) {
        text-align: center;
        margin-right: 0vw;
        text-align: left;
        width: 100%;
        /* color: #fff; */
    }

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



    #section-6.section-panel {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #section-6 .box {
        width: 80vw;
        padding: 0;
        flex-direction: column;
        gap: 10vh;
        padding-top: 10vh;
        color: #000;
    }

    #section-6 .wrapper {
        text-align: center;
        width: 100%;
    }

    #section-6 h1 {
        font-size: 9.5vw;
        /* margin-top: -5px; */
    }

    #section-6 h2 {
        font-size: 6.5vw;
    }



    #section-7.section-panel {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #section-7 .box {
        width: 80vw;
        padding: 0;
        flex-direction: column;
        gap: 10vh;
        padding-top: 10vh;
    }

    #section-7 .wrapper {
        text-align: center;
        width: 100%;
    }


    #section-7 h1 {
        font-size: 9.5vw;
        line-height: 13.5vw;
        /* margin-top: -5px; */
    }

    #section-7 h2 {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }


    #section-8.section-panel {
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }

    #section-8 h1 {
        font-size: 9.5vw;
    }

    #section-8 h2 {
        font-size: 6.5vw;
        line-height: 4.5vh;
    }

    #section-8 .box {
        padding: 0;
        padding-top: 10vh;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        width: 80vw;
        gap: 10vh;
    }

    #section-8 .wrapper {
        text-align: center;
        width: 100%;
    }

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

    #section-8 .wrapper:nth-child(2) {
        text-align: center;
        width: 100%;
    }



    #section-9.section-panel {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #section-9 .box {
        width: 80vw;
        padding: 0;
        flex-direction: column;
        gap: 10vh;
        padding-top: 10vh;

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

    #section-9 .wrapper {
        text-align: center;
        width: 100%;
    }

    #section-9 h1 {
        font-size: 9.5vw;
    }

    #section-9 h2 {
        font-size: 6.5vw;
        line-height: 4.5vh;
    }

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

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


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


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

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

    #section-10 .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 {
        & #section-0-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;
                }
            }
        }

        #section-1-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;
            }

            & #section-1-science,
            & #section-2-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;
                }






            }

            & #section-3-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 {

        #section-1 {}

        & .section-1,
        & .section-2 {
            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: hidden;

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

        & #section-2-shop {
            display: flex;
            opacity: 1 !important;
            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, 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;
            }

            .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 {
            .column {
                text-align: left;
            }
        }


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

        #section-2-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;
        }


        .section-3,
        #section-3 {

            margin-top: 0vh;
            height: 1250px;

            table {
                width: 100%;


                th {
                    padding: 10px;
                }
            }
        }

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


    #section-4>* {
        color: white;
    }

    #section-6>* {
        color: white;
    }


    .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;
            }
        }
    }


}


hr.minni-line {
    width: 100%;
}

.mini-bottom-check {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.preloader-container {
    z-index: 99999;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
}

#preloader {
    background: black;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.intro-logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(60px, 10vw, 100px);
}

.intro-logo-image {
    width: 100%;
}

.waves-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    #wave01 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: auto;
        height: 100%;
        opacity: 0.35;
        transition: transform 0.1s linear;
        transform: translateX(-50%);
    }

    #wave02 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: auto;
        height: 100%;
        opacity: 0.35;
        transition: transform 0.1s linear;
        transform: translateX(50%);
    }
}

.counter-container {
    display: flex;
    position: absolute;
    bottom: 0rem;
    right: 1rem;
}

.counter {
    position: relative;
    width: 3.2em;
    height: 2em;
    overflow: hidden;
    font-size: clamp(24px, 6vw, 60px);
    color: white;

    &::after,
    &::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1em;
    }
}

.number-slot-tens,
.number-slot-ones {
    display: flex;
    flex-direction: column;
}

.number-slot-tens {
    transition: transform 0.2s ease-out;
}

.number {
    height: 1em;
    line-height: 1em;
    font-size: 2em;
    text-align: center;
}

.progress-bar-container {
    width: 100vw;
    position: absolute;
    bottom: 0rem;
    z-index: 2;

    .progress-bar {
        height: 0.3rem;
        width: 0px;
        background-color: white;
        transition: width 0.3s linear;
    }
}

p {
    font-weight: 600 !important;
  }

  footer a{
    color: #9CA3AF !important;
  }