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

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

h4{
    text-align: start !important;
    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;
    text-align: start;
}

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


}

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


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

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

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



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

    #scrollMsg  img {
        width: 130px;
    }


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

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

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





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

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

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


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

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

    #section03  h1 {
        font-size: 5.5vw;
    }

    #section03   h2 {
        font-size: 3.5vw;
    }

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

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

    #section04  h1 {
        font-size: 5.5vw;
    }

    #section04   h2 {
        font-size: 3.5vw;
    }

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

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

    #section05  h1 {
        font-size: 5.5vw;
    }

    #section05   h2 {
        font-size: 3.5vw;
    }

#section03 {

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


}

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

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


}

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

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


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

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

}

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



#section07 {

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

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

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




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

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

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



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

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

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



#section10 {
    position: fixed;
}

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

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

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


#section11 {
    display: flex;
    align-items: flex-start;
    position: fixed;
}

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

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

    #section11  .box {
        width: 100vw;
    }


#section12 {

    position: fixed;
    bottom: -100vh;
}

#section12   h2 {
        font-size: 56px;
    }

    #section12   .button {
        margin-top: 20px;
    }
    #section12   .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;
    }
    
    .page-about .wrapper{
        background-color: transparent;
    }

    /* Section 01 About */
    .page-about #section01-about {
        align-items: flex-start;
    }
    
    .page-about #section01-about .animation {
        margin-left: -120%;
    }
    
    .page-about #section01-about h1 {
        font-size: 5.5vw;
        line-height: 3vw;
    }
    
    .page-about #section01-about h2 {
        font-size: 3.5vw;
    }
    
    .page-about #section01-about .wrapper:nth-child(1) {
        margin-left: 20vw;
        text-align: right;
    }
    
    .page-about #section01-about .wrapper:nth-child(2) {
        text-align: left;
        width: 40vw;
        margin-top: 150%;
    }
    
    .page-about #section01-about .box {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        width: 95vw;
    }
    
    .page-about #section01-about p {
        font-size: 22px;
    }
    
    .page-about #section01-about .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;
    }
    
    .page-about #section01-about .text01 {
        margin-top: 150px;
    }
    
    .page-about #section01-about .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;
    }
    
    .page-about #section01-about .image img {
        position: absolute;
    }
    
    .page-about #section01-about .image img:nth-child(1) {
        z-index: 10;
    }
    
    .page-about #section01-about .image img:nth-child(2) {
        z-index: 9;
        margin-top: 190px;
        margin-left: -400px;
    }
    
    .page-about #section01-about .image img:nth-child(3) {
        z-index: 8;
    }
    
    .page-about #section01-about .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;
    }
    
    .page-about #section01-about .p2 .bottle-container-p2 {
        width: 380px;
        margin-top: 210px;
        margin-left: -195px;
        position: absolute;
        transform: translateY(-100vh);
    }
    
    .page-about #section01-about .p2 .bottle-container-p2 img {
        width: 100%;
    }
    
    .page-about #section01-about .p2 .text-p2 {
        transform: translateY(100vh);
    }
    
    .page-about #section01-about .p2 .text02 {
        width: 43vh;
        margin-left: 35vw;
        margin-top: 70px;
    }
    
    /* Section 02 About */
    .page-about #section02-about {
        align-items: flex-start;
    }
    
    .page-about #section02-about.fixed {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        transform: scale(1) !important;
    }
    
    .page-about #section02-about h2 {
        font-size: 3.5vw;
    }
    
    .page-about #section02-about .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);
    }
    
    .page-about #section02-about .roundabout {
        position: absolute;
        transform: rotate(0deg);
        margin-top: 130px;
    }
    
    .page-about #section02-about .roundabout .center-point {
        background-color: #000;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        display: none;
    }
    
    .page-about #section02-about .roundabout .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;
    }
    
    .page-about #section02-about .roundabout .founder:nth-child(1) {
        transform: rotate(0deg);
    }
    
    .page-about #section02-about .roundabout .founder:nth-child(2) {
        transform: rotate(120deg);
    }
    
    .page-about #section02-about .roundabout .founder:nth-child(3) {
        transform: rotate(240deg);
    }
    
    .page-about #section02-about p {
        font-size: 15px;
        font-weight: 700;
        width: 250px;
        text-align: center;
    }
    
    /* Footer */
    .page-about footer {
        z-index: 99999;
        position: absolute;
        width: 100vw;
    }
    



    .page-contact {
        background: #000;
    }
    
    .page-contact .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;
    }
    
    .page-contact .header h2 {
        font-size: 48px;
        font-weight: 600;
        color: #fff;
    }
    
    .page-contact .header p {
        color: #9CA3AF;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }
    
    .page-contact .wrapper {
        background-color: #fff;
        padding: 50px 30vw;
    }
    
    .page-contact .wrapper p {
        color: #6B7280;
    }
    
    .page-contact .wrapper h3 {
        color: #111928;
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        line-height: 125%;
        letter-spacing: -0.4px;
        margin-bottom: 30px;
    }
    
    .page-contact .wrapper .subtitle {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .page-contact .wrapper .faq .question {
        font-weight: 800;
    }
    
    .page-contact .wrapper .faq .answer {
        color: #6B7280;
    }
    
    .page-contact .wrapper .form {
        padding-top: 50px;
    }
    
    .page-contact .wrapper .form input[type="text"],
    .page-contact .wrapper .form textarea {
        border-radius: 15px;
        border: 1px solid #D1D5DB;
        background: #F9FAFB;
    }
    
    .page-contact .wrapper .form button {
        border-radius: 90px;
        background: #000;
        color: #fff;
        border: none;
        padding: 13px 23px;
        font-size: 12px;
        margin-left: 10px;
    }
    
    .page-contact .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;
    }
    
    .page-contact .address .column {
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        width: 20%;
    }
    
    .page-contact .address p {
        color: #6B7280;
        font-size: 12px;
    }
    
    .page-contact .address b {
        margin: 10px 0;
    }
    
    .page-contact .address img {
        border-radius: 8px;
        background: #F3F4F6;
        width: 50px;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .page-contact .address a {
        font-weight: 800;
        font-size: 12px;
        margin-top: 5px;
    }
    
    .page-science {
        background: #fff;
    }
    
    .page-science .header,
    .page-science .product-features {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        padding-bottom: 1rem;
    }
    
    .page-science .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;
    }
    
    .page-science .wrapper.grey {
        background-color: #F4F5F6;
    }
    
    .page-science .wrapper h1 {
        font-size: 45px;
    }
    
    .page-science .wrapper p {
        color: #6B7280;
        font-size: 16px;
        text-align: center;
        margin: 25px 0;
        width: 50vw;
    }
    
    .page-science .wrapper .button {
        background-color: #000;
        color: #fff;
        width: auto;
        padding: 10px 20px;
    }
    
    .page-science .wrapper .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;
    }
    
    .page-science .wrapper .caroussel img {
        width: 100%;
    }
    
    .page-science #section02-science h1,
    .page-science #section03-science h1 {
        padding-top: 150px;
    }
    
    .page-science #section02-science .product,
    .page-science #section02-science .lid,
    .page-science #section03-science .product,
    .page-science #section03-science .lid {
        margin-left: -140px;
        position: relative;
        transform: scale(0.9);
        transform-origin: 20vw 15vh;
    }
    
    .page-science #section02-science .main-image {
        width: 345px;
    }
    
    .page-science #section02-science .features {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .page-science #section02-science .feature,
    .page-science #section03-science .feature {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        transform: scale(0);
    }
    
    .page-science #section02-science .feature p,
    .page-science #section03-science .feature p {
        width: 210px;
        margin: 0 10px;
        color: #6B7280;
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;
    }
    
    .page-science #section02-science .feature img,
    .page-science #section03-science .feature img {
        width: 80px;
    }
    
    .page-science #section02-science .feature.inverted,
    .page-science #section03-science .feature.inverted {
        flex-direction: row-reverse !important;
    }
    
    .page-science #section02-science .feature.inverted img,
    .page-science #section03-science .feature.inverted img {
        transform: scaleX(-1);
    }
    
    /* Ajustes para cada tipo de característica */
    .page-science #section02-science .feature.led,
    .page-science #section03-science .feature.led {
        margin-left: 340px;
        margin-top: 10px;
    }
    


.page-shop {
    
    background: #fff;
}

    #section01-shop {
        z-index: 9;
        transition: all .4s ease;
        width: 80%;
    }


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

    #section02-shop {

        transition: all .4s ease;
    }

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

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

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

        #section03-shop  .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;
        }

            #section03-shop  .bottle-container    .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%;
    }
    
    .gallery .row {
        gap: 10px;
    }
    
    .gallery .row .column {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    .gallery .row .column.main img {
        height: 50vh !important;
        width: auto !important;
    }
    
    .gallery .row .thumbs {
        width: 20vw;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
    }
    
    .gallery .row .thumbs img {
        width: 40px;
    }
    
    .gallery a {
        width: 100%;
        height: 100%;
        background-color: #f3f4f6;
        border-radius: 20px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    .gallery a img {
        width: 100%;
    }

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

    .content h1 {
        font-size: 30px !important;
        text-transform: uppercase;
    }
    
    .content b {
        font-size: 18px;
        margin: 20px 0px;
    }
    
    .content p {
        text-align: left;
        font-size: 15px;
        border-bottom: 1px solid #dfdedd;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    
    .content .colors {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 1rem;
    }
    
    .content .colors b {
        font-size: 14px;
        margin: 0px;
    }
    
    .content .colors .color {
        background-color: #fff;
        width: 10px;
        height: 10px;
        border-radius: 20px;
        border: 4px solid transparent;
        gap: 15px;
    }
    
    .content .colors .color.white {
        background-color: #fff;
    }
    
    .content .colors .color.orange {
        background-color: #FF9314;
    }
    
    .content .colors .color.pink {
        background-color: #EF466F;
    }
    
    .content .colors .color.selected {
        border: 4px solid #000;
    }
    
    .content .button {
        background-color: #000;
        color: #fff;
        width: 200px;
        font-size: 14px;
    }
    
    .content .button img {
        width: 20px;
    }
    
    .content .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 0vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    
    .wrapper.product {
        display: flex;
        justify-content: center;
        height: 100vh;
        width: 100% !important;
        padding-top: 80px;
    }
    
    .wrapper.grey {
        background-color: #F4F5F6;
    }
    
    .wrapper 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;
    }
    
    .caroussel img {
        width: 100%;
    }
    
    .caroussel swiper-slide,
    .caroussel .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;
    }
    
    .section02 h1,
    .section03 h1 {
        font-size: 5.5vw;
        line-height: 5vw;
    }
    
    .section02 h2,
    .section03 h2 {
        font-size: 3.5vw;
    }
    
    .section02 p,
    .section03 p {
        font-size: 22px;
    }
    
    footer {
        position: absolute;
        width: 100vw;
    }
    
    .section04 {
        background-color: #000;
        overflow: hidden;
        position: sticky;
    }
    
    .section04 h1 {
        font-size: 35px;
        font-weight: 100;
    }
    
    .section04 .black {
        background-color: #000;
        color: #fff;
    }
    
    .section04 .bottle-container {
        position: absolute;
        top: 10vh;
        z-index: -1;
    }
    
    .section04 .product-information {
        width: 90%;
        margin-bottom: 40px;
    }
    
    .section04 .product-information h4 {
        font-weight: 400;
        font-size: 18px;
    }
    
    .section04 .product-information h5 {
        font-weight: 100;
        font-size: 16px;
    }
    
    .section04 .product-information img {
        height: 40px;
        margin: 15px 0px;
    }
    
    .section04 table {
        width: 90%;
        font-size: 18px;
        position: relative;
    }
    
    .section04 table tr::after {
        content: '';
        width: 100%;
        border-bottom: 1px solid #3e4043;
        position: absolute;
        left: 0;
    }
    
    .section04 table th {
        font-weight: 100;
        padding: 20px;
        color: #aca7a7;
    }
    
    .section04 table 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: 90%;
        }

        form {
            width: 90%;
            gap: 1rem;
            display: flex;
            flex-direction: column;
            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;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                margin-top: 1rem;

                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: 80% !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 : 1024px) {

    .content b{
        margin: 0rem !important;
    }



    .row{
        margin-bottom: 1rem !important;
        width: 90%;
        margin-top: 1rem !important;
    }

    fieldset{
        width: 90% !important;
    }

    .new-account{
        width: 90% !important;
    }

    .content .stepper{
        width: 120px;
    }

    .content .button{
        height: fit-content;
    }

    .alis{
        display: flex;
        margin-top: 0rem !important;
        align-items: end;
    }

    #btnLogo {
        width: 125px;
        top: 15px;
        margin-left: -10px;
        position: absolute;
    }

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

    .active-menu {
        height: 100vh !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%;
        }

        .row {
            width: 95%;
        }

        .center-content{
            display: flex;
            justify-content: center;
        }

        .gallery .row .thumbs{
            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;
        }

        .content b{
            font-size: 14px;
            text-wrap: nowrap;
        }

            #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 5vw;
                box-sizing: border-box;
            
            

   
            }

            #btnBuyNow {
                position: absolute;
                transform: translateY(90px);
                font-size: 13px;
                color: #fff;
                background-color: #1f1f1f;
                border-radius: 20px;
                height: 40px;
                margin-top: 2rem !important;
            }
        


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

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

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

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

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

    /* Header */
    .header {
        margin-bottom: 25px;
        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: 970px !important;
    }

    .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;
    }
    
    form{
        width: 100%;
    }

    .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: 100%;
                padding: 2rem 0rem !important;
            }
            .button {
                width: 95% !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;
            }
        }
    }

    



    
}

@media only screen and (min-height : 700px) and (max-height : 900px) {


#section09 {
    opacity: 0 !important;
    
}


.section04, #section04 {

    margin-top: 0vh;
    height: 970px !important;

}

footer{
    margin-top: -29vh !important;
}



}



@media only screen and (min-height : 999px) and (max-height : 1200px) {

    #section08 {
        margin-top: -60.5vh !important;
    }
    

    .section04, #section04 {

        margin-top: 0vh;
        height: 1300px !important;

    }


    
    }

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