html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-snap-type: y mandatory;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: 'Nunito Sans', sans-serif, Arial, Verdana, Trebuchet MS,Helvetica !important;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: #000;
    /*color: #222;*/
    position: relative;
}

.container__wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1070px;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.text-primary {
    color: #ffe81e;
}

.text-small {
    font-size: 0.8125rem;
}

.text-white {
    color: #fff !important;
}

.btn-main {
    font-family: 'Meister', sans-serif !important;
    text-decoration: none;
    text-align: center;
    line-height: 22px;
    padding: 22px 70px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 4px solid #700808;
    background-color: #b00310;
    transition-property: background;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 1rem;
    transition: all .3s ease-in-out;
}

.btn-main:hover {
    color: #000;
}

.btn-primary {
    font-family: 'Meister', sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 22px;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 4px solid #700808;
    background-color: #b00310;
    transition-property: background;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 1rem;
    transition: all .3s ease-in-out;
}

.btn-primary:hover {
    color: #000;
}

.show-mobile {
    display: none !important;
}

.blink {
    animation: blinker 2s linear infinite;
}
  
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink-btn {
    animation: blinker-btn 1s infinite;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}
  
@keyframes blinker-btn {
    0% { box-shadow: 0 0 0 0 #700808; }
}

.pulse:hover, 
.pulse:focus {
    animation: pulse 1s infinite;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 #700808; }
}

/*******************************************/
/* Copy this */

/*Fonts*/
@font-face {
    font-family: 'Meister';
    src: url("./fonts/Meister-Bold.eot");
    src: url("./fonts/Meister-Bold.eot?#iefix") format("embedded-opentype"),
      url("./fonts/Meister-Bold.woff2") format("woff2"),
      url("./fonts/Meister-Bold.woff") format("woff"),
      url("./fonts/Meister-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meister-Alt';
    src: url("./fonts/GeometosNeueExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*LP*/

.page__w *,
.page__w *:before,
.page__w *:after{
	-webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.page__w {
    width: 100%;
}

.page__w h2 {
    font-family: 'Meister-Alt', 'Meister', sans-serif !important;
    font-size: 2.5vw;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 3vw;
    position: relative;
}

.page__w h2::after {
    content: '';
    background: #b00310;
    width: 20%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.page__w h2 strong {
    color: #b00310;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.loader img {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: cover;
}

.intro__w {
    width: 100%;
    position: relative;
    background: url('./assets/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.intro__w .intro-aside {
    color: #fff;
    background: transparent;
    width: 40%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.intro__w > img {
    width: 60%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.intro-header {
    text-align: center;
    padding: 2rem 0 0;
    margin-bottom: 1vw;
}

.intro-header img {
    max-width: 74%;
}

/* .intro-text{
    position: absolute;
    bottom: 3vw;
    left: 5vw;
    color: #005c38;
    text-transform: uppercase;
} */

.intro-text__content {
    font-size: 1.25rem;
    font-family: 'Meister', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.intro-text__content h1 {
    font-size: 1.75vw;
    margin-bottom: 4rem;
}

.intro-text__content h1 span {
    line-height: 1;
    display: block;
}

.intro-text__content h1 span:nth-child(1) {
    font-size: 4vw;
}

.intro-text__content h1 span:nth-child(2) {
    font-size: 4.2vw;
}

.intro-text__content h1 span:nth-child(3) {
    font-size: 2.9vw;
    line-height: 1.2;
}

.intro-text__content h1 span:nth-child(4) {
    font-size: 6.65vw;
    line-height: .8;
}

.intro-text__content .text-primary {
    font-size: 2.5vw;
}

.intro-text__action {
    text-align: center;
}

.intro-action {
    margin-top: 2rem;
}

.intro-products {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.intro-product {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.intro-product .thumbnail img {
    max-width: 180px;
}

.intro-product .product-details {
    text-align: center;
    padding-left: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro-product .product-name {
    font-size: 1vw;
    min-height: 60px;
}

.intro-product .product-action {
    margin-top: 1rem;
}

/* .intro-text__top{
    font-size: 3vw;
}

.intro-text__bottom{
    font-size: 1.5vw;
} */

.intro-bottle{
    width: 280px;
    position: absolute;
    bottom: 50px;
    right: 100px;
    z-index: 100;
}

.intro-bottle img{
    display: block;
    width: 100%;
    height: auto;
}

.herbs {
    text-align: center;
}

.herbs > img {
    max-width: 16vw;
}

.herbs h3 {
    font-family: 'Meister', sans-serif !important;
    font-size: 2vw;
    text-transform: uppercase;
}

.herbs h3 span {
    display: block;
}

.herbs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.herbs-wrapper .herb {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.herb .herb__text {
    font-family: 'Meister-Alt', 'Meister', sans-serif !important;
}

#history,
#taste {
    /* height: 60vh; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#history > div,
#taste > div {
    flex: 1 0 50%;
    max-width: 50%;
    height: 100%;
}

#taste .taste-bar {
    text-align: center;
    padding: 2rem 0;
}

#taste .taste-bar img {
    max-width: 22vw;
}

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    padding: 2rem;
}

.banner-content__text {
    font-size: 1.1vw;
    line-height: 1.6;
    color: #fff;
}

.banner-content__text .text-small {
    margin-top: 2rem;
}

.panel {
    overflow: hidden;
    height: 100vh;
    scroll-snap-align: start;
}

#usp {
    background: #113727 url('./assets/bg-usp.jpg') no-repeat center top;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.vertical-align {
    height: calc(100% - 4vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cards {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding-bottom: 4rem;
}

.cards .card {
    width: 33.333%;
    padding: 10px;
}

.cards .card:first-child {
    padding: 10px 10px 10px 0;
}

.cards .card:last-child {
    padding: 10px 0 10px 10px;
}

.card .card-wrapper {
    /* background: rgba(0, 92, 56, .65); */
    height: 100%;
    /* padding: 20px 20px 40px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.cards .card .card-title {
    font-family: 'Meister-Alt', 'Meister', sans-serif !important;
    font-size: 1.2vw;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
}

.cards .card .card-text {
    font-size: .8vw;
    text-align: center;
    color: #fff;
}

.cards .card .card-icon img {
    max-width: 6vw;
}

#video {
    background: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
}

#video iframe {
    width: 100%;
    height: 100%;
    display: block;
}

#gallery .gallery-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
}

#gallery .gallery-wrapper .gallery__image {
    overflow: hidden;
    line-height: 0;
    flex: 1;
    transition: 1s;
}

#gallery .gallery-wrapper .gallery__image img {
    width: 200%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#gallery .gallery-wrapper .gallery__image:hover {
    flex: 1 1 50%;
}

#gallery .gallery-wrapper .gallery__image:hover img {
    width: 100%;
    height: 100%;
}

#ingredience {
    font-size: 1vw;
    color: #fff;
    background: #000 url('./assets/banner-glasses.webp') no-repeat center top;
    background-size: cover;
    height: 70vh;
    padding: 40px 80px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6vw;
    position: relative;
}

#ingredience::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#ingredience-large {
    font-size: 1vw;
    color: #fff;
    background: #000 url('./assets/banner-glasses.webp') no-repeat center top;
    background-size: cover;
    height: 100vh;
    padding: 40px 80px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6vw;
    position: relative;
}

#ingredience-large::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.products {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
}

.product {
    width: 33.333%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product .thumbnail {
    width: 60%;
    position: relative;
}

.product .thumbnail img {
    max-width: 260px;
    width: 100%;
}

.product .product-details {
    text-align: center;
    width: 70%;
    padding-left: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product .product-name {
    font-size: 1vw;
    min-height: 60px;
}

.product .product-price {
    font-family: 'Meister', sans-serif !important;
    font-size: 1vw;
    font-weight: 700;
    color: #b00310;
}

.product-flags {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}

.product-flag.shipping {
    font-size: .7rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: rgba(45, 180, 1, .8);
    padding: 0.2rem 0.5rem 0.1rem;
}

.bg-left {
    background: #000;
}

.bg-right {
    background: #000;
}

.bg-overlay::after {
    content: '';
    background: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.heading img {
    max-width: 300px;
}

@keyframes float {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-7%);
    }
    100% {
        transform: translateY(0%);
    }
}

@media (max-width: 786px) {
    .show-mobile {
        display: block !important;
    }

    .intro__w {
        background: none;
        width: 100%;
        padding-bottom: 14vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .intro__w .intro-aside {
        background: transparent;
        width: 100%;
        min-height: unset;
        padding: 0 14vw;
        position: relative;
        top: -10vh;
    }

    .intro-header {
        padding: 0;
    }

    .intro-header img {
        max-width: 50%;
    }

    .intro__w > img {
        width: 100%;
    }

    .intro-text__content {
        display: none;
    }

    .intro-text__content h1 {
        font-size: 4.75vw;
        margin-bottom: 1rem;
    }

    .intro-text__content h1 span:nth-child(1) {
        font-size: 5vw;
    }
    
    .intro-text__content h1 span:nth-child(2) {
        font-size: 5.2vw;
    }
    
    .intro-text__content h1 span:nth-child(3) {
        font-size: 3.65vw;
    }
    
    .intro-text__content h1 span:nth-child(4) {
        font-size: 8.35vw;
    }

    .intro-text__content .text-primary {
        font-size: 8.5vw;
    }

    .intro-text {
        padding-bottom: 0px;
    }

    .intro-action {
        margin-top: 0;
    }

    .btn-main {
        padding: 4vw 10vw;
    }

    .herbs {
        width: 100%;
    }

    .herbs > img {
        max-width: 66vw;
    }

    .herbs h3 {
        font-size: 4vw;
        text-align: center;
    }

    .herb__img img {
        max-width: 15vw;
    }

    .herb__text {
        font-size: 3vw;
    }

    .page__w h2 {
        font-size: 5.5vw;
        margin-bottom: 6vw;
    }

    .banner-content {
        padding: 40px 20px;
    }

    .intro-product .product-name {
        font-size: 3.6vw;
    }

    #usp {
        padding: 40px;
    }

    #gallery .gallery-wrapper .gallery__image img {
        width: 100%;
    }

    #gallery .gallery-wrapper .gallery__image:hover {
        flex: 1 1 80%;
    }

    /* .gallery-wrapper .gallery__image:not(:first-child) {
        display: none;
    } */

    /* .gallery-wrapper .gallery__image:nth-child(2),
    .gallery-wrapper .gallery__image:nth-child(3) {
        display: none;
    } */

    .cards {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: top;
    }

    .cards .card {
        width: 100%;
        padding: 10px 0 !important;
    }

    .card .card-wrapper {
        padding: 20px;
    }

    .cards .card .card-icon img {
        max-width: 16vw;
        max-height: 78px;
    }

    .cards .card .card-title {
        font-size: 5vw;
    }

    .cards .card .card-text {
        font-size: 4vw;
    }

    #history, #taste {
        flex-direction: column;
        height: auto;
    }

    #history > div, #taste > div {
        flex: 1 0 100%;
        max-width: 100%;
    }

    #taste .taste-bar img {
        width: 100%;
        max-width: 100%;
    }

    #video {
        padding: 40px 20px;
    }

    #ingredience .box {
        flex-direction: column;
    }

    .banner-content__text {
        font-size: 4.5vw;
        line-height: 1.2;
    }

    #ingredience,
    #ingredience-large {
        overflow: auto;
        height: 100vh;
        padding: 10px 20px;
    }

    #ingredience .products {
        flex-wrap: wrap;
    }

    #ingredience .product {
        width: 100%;
        margin-bottom: 6vw;
    }

    #ingredience .product .thumbnail img {
        max-width: 120px;
    }

    #ingredience .product .product-name {
        font-size: 3.6vw;
    }

    #ingredience .product .product-price,
    .product .product-price {
        font-size: 3.6vw;
    }

    #ingredience-large .products {
        flex-wrap: wrap;
    }

    #ingredience-large .product {
        width: 100%;
        margin-bottom: 6vw;
    }

    #ingredience-large .product .thumbnail img {
        max-width: 120px;
    }

    #ingredience-large .product .product-name {
        font-size: 3.6vw;
    }

    #history {
        height: 100vh;
    }

    #history .banner-img {
        display: none;
    }

    #taste .banner-img {
        display: none;
    }
}