@charset "UTF-8";
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.img-responsive{
    width: 100%;
    height: auto;
}
.responsive img{
    width: 100%;
    height: auto;
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .wrap-50 {
        height: auto;
    }
}

.btn-blue {
    background-color: #005d6e!important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 16px;
    cursor: pointer !important;
}

.btn-blue:hover {
    color: #75a7ad!important;
}

.btn-blue:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-blue:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.text {
    /* max-width: 500px; */
    z-index: 9;
}

.text h3 {
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.text p {
    font-size: 12px;
    line-height: 1.5;
}

.box-text .text a {
    margin-top: 0;
    border: 2px solid #005d6e;
}

._shelf h2 {
    margin: 0 auto;
    padding-top: 40px !important;
    display: block;
    text-align: center;
}

._shelf .prateleira h2 {
    display: none;
}

._shelf .prateleira li {
    padding-bottom: 2rem;
}

._shelf .prateleira .photo-product {
    padding: 1.5rem 0;
}

._shelf .prateleira .description-product .name-product {
    padding-bottom: 0;
}

._shelf .prateleira .btn-quickshop-product .btn-blue {
    margin-top: 0;
    color: #fff;
    cursor: pointer;
}

._shelf .prateleira .btn-quickshop-product .btn-blue:hover {
    color: #009ee2;
}

body * {
    outline: none;
}

main>a.banner-mob {
    display: none;
}

main>a.banner-mob img {
    width: 100%;
}

main>a.banner-desk {
    display: block;
}

.wrap-bubbles {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.wrap-bubbles .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
}

.wrap-bubbles h2 {
    font-weight: 900;
    font-size: 5.5vw;
    color: white;
    padding: 5rem 0;
    text-shadow: 0px 4px 48px rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    line-height: 1;
}

.wrap-bubbles h2 .menor {
    display: block;
    font-weight: 500;
    text-transform: none;
    font-size: 3.5vw;
    margin-bottom: 20px;
}

.wrap-bubbles span.btn {
    color: #fff;
    background: #009ee2;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.wrap-bubbles .bubbles-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 15rem;
    transform: translateX(-50%);
    opacity: 0.75;
    overflow: visible;
}

.wrap-bubbles .bubbles {
    width: 100%;
    height: auto;
}

.wrap-bubbles .bubbles circle {
    stroke: white;
    fill: none;
}

.wrap-bubbles .bubbles>g>g:nth-of-type(3n) circle {
    stroke: #87f5fb;
}

.wrap-bubbles .bubbles>g>g:nth-of-type(4n) circle {
    stroke: #8be8cb;
}

.wrap-bubbles .bubbles-large {
    overflow: visible;
}

.wrap-bubbles .bubbles-large>g {
    transform: translateY(2048px);
    opacity: 0;
    will-change: transform, opacity;
}

.wrap-bubbles .bubbles-large g:nth-of-type(1) {
    animation: up 6.5s infinite;
}

.wrap-bubbles .bubbles-large g:nth-of-type(1) g {
    transform: translateX(350px);
}

.wrap-bubbles .bubbles-large g:nth-of-type(1) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .bubbles-large g:nth-of-type(2) {
    animation: up 5.25s 250ms infinite;
}

.wrap-bubbles .bubbles-large g:nth-of-type(2) g {
    transform: translateX(450px);
}

.wrap-bubbles .bubbles-large g:nth-of-type(2) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .bubbles-large g:nth-of-type(3) {
    animation: up 6s 750ms infinite;
}

.wrap-bubbles .bubbles-large g:nth-of-type(3) g {
    transform: translateX(700px);
}

.wrap-bubbles .bubbles-large g:nth-of-type(3) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .bubbles-large g:nth-of-type(4) {
    animation: up 5.5s 1.5s infinite;
}

.wrap-bubbles .bubbles-large g:nth-of-type(4) g {
    transform: translateX(500px);
}

.wrap-bubbles .bubbles-large g:nth-of-type(4) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .bubbles-large g:nth-of-type(5) {
    animation: up 6.5s 4s infinite;
}

.wrap-bubbles .bubbles-large g:nth-of-type(5) g {
    transform: translateX(675px);
}

.wrap-bubbles .bubbles-large g:nth-of-type(5) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .bubbles-small {
    overflow: visible;
}

.wrap-bubbles .bubbles-small>g {
    transform: translateY(2048px);
    opacity: 0;
    will-change: transform, opacity;
}

.wrap-bubbles .bubbles-small g circle {
    transform: scale(0);
}

.wrap-bubbles .bubbles-small g:nth-of-type(1) {
    animation: up 5.25s infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(1) g {
    transform: translateX(350px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(1) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(2) {
    animation: up 5.75s infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(2) g {
    transform: translateX(750px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(2) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(3) {
    animation: up 5.25s 250ms infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(3) g {
    transform: translateX(350px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(3) circle {
    animation: wobble 3s 250ms infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(4) {
    animation: up 5.75s 325ms infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(4) g {
    transform: translateX(180px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(4) circle {
    animation: wobble 3s 325ms infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(5) {
    animation: up 6s 125ms infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(5) g {
    transform: translateX(350px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(5) circle {
    animation: wobble 3s 250ms infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(6) {
    animation: up 5.13s 250ms infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(6) g {
    transform: translateX(650px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(6) circle {
    animation: wobble 3s 125ms infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(7) {
    animation: up 6.25s 350ms infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(7) g {
    transform: translateX(480px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(7) circle {
    animation: wobble 3s 325ms infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(8) {
    animation: up 7s 200ms infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(8) g {
    transform: translateX(330px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(8) circle {
    animation: wobble 3s 325ms infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(9) {
    animation: up 6.25s 233ms infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(9) g {
    transform: translateX(230px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(9) circle {
    animation: wobble 3s 275ms infinite ease-in-out;
}

.wrap-bubbles .bubbles-small g:nth-of-type(10) {
    animation: up 6s 900ms infinite;
}

.wrap-bubbles .bubbles-small g:nth-of-type(10) g {
    transform: translateX(730px);
}

.wrap-bubbles .bubbles-small g:nth-of-type(10) circle {
    animation: wobble 2s 905ms infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-large {
    overflow: visible;
}

.wrap-bubbles .modelo-2 .bubbles-large>g {
    transform: translateY(2048px);
    opacity: 0;
    will-change: transform, opacity;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(1) {
    animation: up 5.5s infinite;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(1) g {
    transform: translateX(350px);
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(1) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(2) {
    animation: up 4.25s 250ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(2) g {
    transform: translateX(450px);
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(2) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(3) {
    animation: up 5s 750ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(3) g {
    transform: translateX(700px);
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(3) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(4) {
    animation: up 4.5s 1.5s infinite;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(4) g {
    transform: translateX(500px);
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(4) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(5) {
    animation: up 5.5s 4s infinite;
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(5) g {
    transform: translateX(675px);
}

.wrap-bubbles .modelo-2 .bubbles-large g:nth-of-type(5) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small {
    overflow: visible;
}

.wrap-bubbles .modelo-2 .bubbles-small>g {
    transform: translateY(2048px);
    opacity: 0;
    will-change: transform, opacity;
}

.wrap-bubbles .modelo-2 .bubbles-small g circle {
    transform: scale(0);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(1) {
    animation: up 4.25s infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(1) g {
    transform: translateX(350px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(1) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(2) {
    animation: up 4.75s infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(2) g {
    transform: translateX(750px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(2) circle {
    animation: wobble 3s infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(3) {
    animation: up 4.25s 250ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(3) g {
    transform: translateX(350px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(3) circle {
    animation: wobble 3s 250ms infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(4) {
    animation: up 4.75s 325ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(4) g {
    transform: translateX(180px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(4) circle {
    animation: wobble 3s 325ms infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(5) {
    animation: up 5s 125ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(5) g {
    transform: translateX(350px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(5) circle {
    animation: wobble 3s 250ms infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(6) {
    animation: up 4.13s 250ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(6) g {
    transform: translateX(650px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(6) circle {
    animation: wobble 3s 125ms infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(7) {
    animation: up 5.25s 350ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(7) g {
    transform: translateX(480px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(7) circle {
    animation: wobble 3s 325ms infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(8) {
    animation: up 6s 200ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(8) g {
    transform: translateX(330px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(8) circle {
    animation: wobble 3s 325ms infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(9) {
    animation: up 5.25s 233ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(9) g {
    transform: translateX(230px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(9) circle {
    animation: wobble 3s 275ms infinite ease-in-out;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(10) {
    animation: up 5s 900ms infinite;
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(10) g {
    transform: translateX(730px);
}

.wrap-bubbles .modelo-2 .bubbles-small g:nth-of-type(10) circle {
    animation: wobble 2s 905ms infinite ease-in-out;
}

@keyframes wobble {
    33% {
        transform: translateX(-50px);
    }
    66% {
        transform: translateX(50px);
    }
}

@keyframes up {
    0% {
        opacity: 0;
    }
    10%,
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-1024px);
    }
}

.section-bottle {
    position: relative;
}

.section-bottle .container {
    position: relative;
}

.section-bottle .container .text {
    position: absolute;
    top: 80px;
    left: 0;
    color: #fff;
}

.section-bottle .wrap-bottle {
    background-color: #75a7ad;
    height: 560px;
    position: relative;
    max-width: 100vw;
}

.section-bottle .wrap-bottle div#parallax {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.section-bottle .wrap-bottle div#parallax .bottle-bg {
    left: -45px !important;
    top: 20px !important;
}

.section-flavor {
    position: relative;
}

.section-flavor .text {
    position: absolute;
    left: 10%;
    top: calc(50% - 108px);
    max-width: 350px;
}

.section-flavor .flavor {
    background-image: url("/arquivos/flavor-bg-03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% center;
    width: 100%;
    height: 100vh;
}

.waves-bg {
    position: relative;
}

.waves-bg .newsletter {
    background-image: url(/arquivos/waves-bg.png);
    background-size: contain;
    height: 480px;
    width: 100%;
    position: relative;
}

.waves-bg .wrap-waves {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Animation */
    /*Shrinking for mobile*/
}

.waves-bg .wrap-waves .waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.waves-bg .wrap-waves .parallax>use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.waves-bg .wrap-waves .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.waves-bg .wrap-waves .parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.waves-bg .wrap-waves .parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.waves-bg .wrap-waves .parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves-bg .wrap-waves .waves {
        height: 40px;
        min-height: 40px;
    }
}

.news {
    background: #75a7ad;
    display: flex;
    height: 275px;
    align-items: center;
    border: 1px solid;
}

.news .container {
    max-width: 100%;
    /* padding-right: 80px; */
}

.news .container h3 {
    margin-top: 0;
    font-size: 16px;
}

.news .container .text {
    /* max-width: 50%; */
    width: 100%;
    color: #fff;
    padding-right: 50px;
}

.news .container .text p {
    margin-bottom: 14px;
}

.news .container .wrap-text {
    /* display: flex; */
}

.news form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}

.news form>div {
}

.news form input {
    padding-left: 2rem;
    height: 59px;
    font-size: 17px;
    vertical-align: top;
    border-radius: 50px;
    color: black !important;
    border: none;
    width: 100% !important;
}

.news form button {
    height: 38px;
    position: relative;
    font-size: 1.6rem;
    cursor: pointer;
    background-color: #fff !important;
    border: none;
    box-shadow: none;
    color: #009ee2 !important;
    padding: 0 20px;
    vertical-align: top;
    margin-top: 0px;
}

.news form button:before {
    background: #02272e !important;
    border-radius: 20px;
}

.news form button:hover {
    color: #fff !important;
}

.news form>div._ftr-newsletter-result._success {
    position: absolute;
    display: block;
    width: 90%;
    bottom: -10px;
    right: 0;
    box-shadow: none;
}

.news form {
    position: relative;
}

.news form>div._ftr-newsletter-result._success h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.news form>div._ftr-newsletter-result._success ._ftr-newsletter-result-app {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    main>a.banner-mob {
        display: block;
    }
    main>a.banner-desk {
        display: none;
    }
    .wrap-bubbles h2 {
        font-size: 44px;
    }
    .wrap-bubbles h2 .menor {
        font-size: 30px;
    }
    .text {
        max-width: 100%;
        padding: 0 20px;
    }
    .text h3 {
        font-size: 26px;
        text-align: center;
    }
    .text p {
        font-size: 16px;
        text-align: center;
    }
    .text .btn-blue {
        text-align: center;
        display: block;
    }
    .section-flavor .text {
        left: 0;
    }
    .section-flavor .flavor {
        background-size: cover;
        height: 550px;
        background-position: 60% center !important;
    }
    .section-flavor .text {
        background: rgba(255, 255, 255, 0.7);
        padding: 50px 25px;
        top: calc(50% - 150px);
        width: 90%;
        left: 5%;
    }
    .waves-bg .newsletter {
        height: 200px;
        background-size: cover;
        background-position: center center;
    }
    .news .container .text {
        max-width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .news form {
        width: 100%;
    }
    .news .container .wrap-text {
        display: block;
    }
    .news .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .news {
        height: auto;
    }
    .news .container h3 {
        font-size: 17px;
        line-height: 1.7;
        padding: 10px;
    }

    .news .container p {
        font-size: 14px;

    }
    .news form input {
        width: 70%;
        margin: 0 auto;
    }
    .news form button {
        font-size: 18px;
    }
    .news form>div {
        box-shadow: none;
        display: flex;
        justify-content: space-between;
    }
    ._footer {
        justify-content: center;
        text-align: center;
    }
    ._footer-logo {
        margin: 0 auto;
    }
    ._footer .social ul {
        justify-content: center;
    }
}


/* banner atual */

@font-face {
    font-family: 'HalisGR';
    src: url('/arquivos/HalisGR-Book.otf.css');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HalisGR';
    src: url('/arquivos/HalisGR-Bold.otf.css');
    font-weight: 700;
    font-style: normal;
}

.wrap-bubbles .wrap-h2 {
    z-index: 2;
    position: relative;
}

.wrap-bubbles h2 {
    text-align: left;
}

.wrap-bubbles .container {
    justify-content: flex-start;
}

.wrap-bubbles h2 .menor {
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgb(0 0 0 / .5);
    font-family: 'HalisGR';
}

.wrap-bubbles h2 .menor strong {
    font-weight: 700;
}

/* banner full  */

.banner-full {
    background: url(/arquivos/bg-banner-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-full .wrap-product img {
    max-width: 300px;
}

.banner-full .wrap-h2 h2 {
    text-transform: uppercase;
    font-family: 'HalisGR';
    display: block;
    font-weight: 500;
    text-transform: none;
    font-size: 39px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.banner-full .wrap-h2 h2 span {
    display: block;
}

.banner-full {
    position: relative;
}

.banner-full .wrap-h2 .btn {
    background: #00a9ff;
    padding: 5px 20px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 10px auto 0 auto;
    text-align: center;
}

.banner-full .wrap-h2 {
    position: absolute;
    right: 100px;
    top: calc(50% - 80px);
    text-align: center;
}


/* wrap-50  */

.wrap-50 {
    display: flex;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 33px;
}

/* banner azul e rosa  */

.wrap-50.azul-rosa .banner-full.w-50 {
    width: 50%;
    align-items: center;
    background: none;
    height: 500px;
}

.wrap-50.azul-rosa {
    background: url(/arquivos/azul-rosa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.azul-rosa .banner-full.w-50.pink {
    align-items: flex-start;
}

.azul-rosa .banner-full.w-50 h2 {
    color: #fff;
    font-size: 55px;
    line-height: 1;
    font-weight: 900;
}

.azul-rosa .banner-full.w-50.pink h2 {
    margin-left: 40px;
    margin-top: 70px;
}

.azul-rosa .banner-full.w-50.blue h2 {
    margin-left: 20px;
}

/* ajuste prateleira  */

section._shelf.animated.in-view {
    background-attachment: fixed;
}

._shelf h2 {
    font-family: 'HalisGR', sans-serif;
    color: white;
}

/*# sourceMappingURL=sodastream-venus-2020.css.map */

@media (max-width: 576px) {
}

@media (max-width: 768px) {
}

@media (max-width: 959px) {
    /*versao mobile*/
    .mobile{
        display:block;
    }
    .desktop{
        display:none;
    }
}

@media (max-width: 1200px) {
}

.brand-btn {
    cursor: pointer;
    font-weight: 900
}

.brand-btn.brand-btn-main {
    border-radius: 93px;
    text-align: center
}

@media(max-width: 991px) {
    .brand-btn.brand-btn-main {
        font-size:1.1rem;
        letter-spacing: 2.2px;
        min-width: 165px;
        padding: 1.7rem
    }
}

@media(min-width: 992px) {
    .brand-btn.brand-btn-main {
        font-size:1.3rem;
        letter-spacing: 1.56px;
        min-width: 215px;
        padding: 2rem
    }

    .brand-btn.brand-btn-main.brand-btn-full-width-desktop {
        min-width: 100%
    }
}

.brand-btn.brand-btn-main.brand-btn-primary {
    background-color: #002238;
    border: 2px solid #002238;
    color: #fff
}

.brand-btn.brand-btn-main.brand-btn-primary:hover {
    background-color: #005d6e;
    border: 2px solid #005d6e
}

.brand-btn.brand-btn-main.brand-btn-primary.disabled,.brand-btn.brand-btn-main.brand-btn-primary:disabled,.brand-btn.brand-btn-main.brand-btn-primary[disabled] {
    background-color: #eceeef;
    border: 2px solid #eceeef;
    color: #8b9195
}

.brand-btn.brand-btn-main.brand-btn-secondary {
    background-color: #fff;
    border: 1px solid #002238;
    color: #002238
}

.brand-btn.brand-btn-main.brand-btn-secondary:hover {
    border-color: #005d6e;
    color: #005d6e
}

.brand-btn.brand-btn-main.brand-btn-secondary.disabled,.brand-btn.brand-btn-main.brand-btn-secondary:disabled,.brand-btn.brand-btn-main.brand-btn-secondary[disabled] {
    border-color: #eceeef;
    color: #8b9195
}

.brand-btn.brand-btn-main.brand-btn-other {
    background-color: #e56;
    color: #fff
}

.brand-btn.brand-btn-main.brand-btn-other:hover {
    background-color: #002238
}

.brand-btn.brand-btn-main.brand-btn-other.disabled,.brand-btn.brand-btn-main.brand-btn-other:disabled,.brand-btn.brand-btn-main.brand-btn-other[disabled] {
    background-color: #eceeef;
    color: #8b9195
}

.brand-btn.brand-btn-additional {
    color: #002238
}

.brand-btn.brand-btn-additional.light {
    color: #eceeef
}

.brand-btn.brand-btn-additional.light .brand-btn-additional-text:before {
    background-color: #eceeef
}

.brand-btn.brand-btn-additional.alternate {
    color: #005d6e
}

.brand-btn.brand-btn-additional.alternate .brand-btn-additional-text:before {
    background-color: #005d6e
}

@media(max-width: 991px) {
    .brand-btn.brand-btn-additional {
        font-size:1.1rem;
        letter-spacing: 1.32px
    }
}

@media(min-width: 992px) {
    .brand-btn.brand-btn-additional {
        font-size:1.3rem;
        letter-spacing: 1.56px
    }
}

@media(max-width: 991px) {
    .brand-btn.brand-btn-additional.small {
        font-size:1.2rem;
        letter-spacing: .24px
    }
}

@media(min-width: 992px) {
    .brand-btn.brand-btn-additional.small {
        font-size:1.1rem;
        letter-spacing: 1.32px
    }
}

.brand-btn.brand-btn-additional:hover:before {
    visibility: visible;
    width: 100%
}

.brand-btn.brand-btn-additional .brand-btn-additional-arrow {
    -webkit-margin-start: 0;
    display: inline-block;
    margin-inline-start:0;min-width: 15px;
    position: relative;
    top: 1px;
    transition: all .3s ease-out
}

.brand-btn.brand-btn-additional .brand-btn-additional-text {
    position: relative
}

.brand-btn.brand-btn-additional .brand-btn-additional-text:before {
    background-color: #002238;
    bottom: 0;
    content: "";
    height: 1px;
    inset-inline-start: 0;
    position: absolute;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 0
}

.brand-btn.brand-btn-additional:hover .brand-btn-additional-text:before {
    visibility: visible;
    width: 100%
}

.brand-btn.brand-btn-additional:hover .brand-btn-additional-arrow {
    -webkit-padding-start: .5rem;
    padding-inline-start:.5rem}

.brand-btn.brand-btn-additional:hover .brand-btn-additional-arrow.reversed {
    -webkit-padding-start: unset;
    -webkit-padding-end: .5rem;
    padding-inline-end:.5rem;padding-inline-start:unset}

.brand-btn.brand-btn-additional.disabled,.brand-btn.brand-btn-additional:disabled,.brand-btn.brand-btn-additional[disabled] {
    color: #8b9195;
    pointer-events: none
}

.brand-btn.brand-btn-small {
    border-radius: 2.2rem;
    font-size: 11px;
    letter-spacing: 1.32px;
    min-width: 170px;
    padding: 1rem;
    text-align: center
}

.brand-btn.brand-btn-small.brand-btn-secondary {
    background-color: #fff;
    border: 1px solid #002238;
    color: #002238
}

.brand-btn.brand-btn-small.brand-btn-secondary:hover {
    border-color: #005d6e;
    color: #005d6e
}

.brand-btn.brand-btn-small.brand-btn-secondary.disabled,.brand-btn.brand-btn-small.brand-btn-secondary:disabled,.brand-btn.brand-btn-small.brand-btn-secondary[disabled] {
    border-color: #eceeef;
    color: #8b9195
}

.brand-quantity-selector-btn-add g g>*,.brand-quantity-selector-btn-add svg>*,.brand-quantity-selector-btn-remove g g>*,.brand-quantity-selector-btn-remove svg>* {
    stroke: #002238
}

.brand-quantity-selector-btn-add:hover g g>*,.brand-quantity-selector-btn-add:hover svg>*,.brand-quantity-selector-btn-remove:hover g g>*,.brand-quantity-selector-btn-remove:hover svg>* {
    stroke: #005d6e
}

.disabled .brand-quantity-selector-btn-add,.disabled .brand-quantity-selector-btn-remove {
    cursor: default!important;
    opacity: .3!important;
    pointer-events: none
}

.disabled .brand-quantity-selector-btn-add g g>*,.disabled .brand-quantity-selector-btn-add svg>*,.disabled .brand-quantity-selector-btn-add:hover g g>*,.disabled .brand-quantity-selector-btn-add:hover svg>*,.disabled .brand-quantity-selector-btn-remove g g>*,.disabled .brand-quantity-selector-btn-remove svg>*,.disabled .brand-quantity-selector-btn-remove:hover g g>*,.disabled .brand-quantity-selector-btn-remove:hover svg>* {
    stroke: #002238
}

.brand-h1,h1.brand-h1 {
    color: #002238;
    font-weight: 600
}

@media(max-width: 991px) {
    .brand-h1,h1.brand-h1 {
        font-size:3rem
    }
}

@media(min-width: 992px) {
    .brand-h1,h1.brand-h1 {
        font-size:4.8rem
    }
}

.brand-h1.alternate,h1.brand-h1.alternate {
    color: #005d6e
}

.brand-h1.light,h1.brand-h1.light {
    color: #eceeef
}

.brand-h2,h2.brand-h2 {
    color: #002238;
    font-weight: 600
}

@media(max-width: 991px) {
    .brand-h2,h2.brand-h2 {
        font-size:2.2rem
    }
}

@media(min-width: 992px) {
    .brand-h2,h2.brand-h2 {
        font-size:3.2rem
    }
}

.brand-h2.alternate,h2.brand-h2.alternate {
    color: #005d6e
}

.brand-h2.light,h2.brand-h2.light {
    color: #eceeef
}

.brand-h3,h3.brand-h3 {
    color: #002238;
    font-weight: 900
}

@media(max-width: 991px) {
    .brand-h3,h3.brand-h3 {
        font-size:1.8rem
    }
}

@media(min-width: 992px) {
    .brand-h3,h3.brand-h3 {
        font-size:2.2rem
    }
}

.brand-h3.alternate,h3.brand-h3.alternate {
    color: #005d6e
}

.brand-h3.light,h3.brand-h3.light {
    color: #eceeef
}

.brand-h4,h4.brand-h4 {
    color: #002238;
    font-weight: 900
}

@media(max-width: 991px) {
    .brand-h4,h4.brand-h4 {
        font-size:1.4rem
    }
}

@media(min-width: 992px) {
    .brand-h4,h4.brand-h4 {
        font-size:1.8rem
    }
}

.brand-h4.alternate,h4.brand-h4.alternate {
    color: #005d6e
}

.brand-h4.light,h4.brand-h4.light {
    color: #eceeef
}

.brand-subtitle {
    color: #002238
}

@media(max-width: 991px) {
    .brand-subtitle {
        font-size:1.4rem
    }
}

@media(min-width: 992px) {
    .brand-subtitle {
        font-size:1.8rem
    }
}

.brand-subtitle.alternate {
    color: #005d6e
}

.brand-subtitle.light {
    color: #eceeef
}

.brand-disclaimer-text {
    color: #8b9195;
    font-size: 1.2rem
}

.brand-article-more-info,.brand-disclaimer-text.alternate {
    color: #002238
}

@media(min-width: 992px) {
    .brand-article-more-info {
        color:#002238;
        font-size: 1.4rem
    }
}

.brand-article-more-info.alternate {
    color: #005d6e
}

.brand-article-more-info.light {
    color: #eceeef
}

.brand-input::-moz-placeholder {
    color: #002238;
    opacity: 1
}

.brand-input:-ms-input-placeholder {
    color: #002238;
    opacity: 1
}

.brand-input::placeholder {
    color: #002238;
    opacity: 1
}

.brand-input:-ms-input-placeholder,.brand-input::-ms-input-placeholder {
    color: #002238
}

.brand-social-icon .brand-social-icon-regular {
    display: unset
}

.brand-social-icon .brand-social-icon-hover,.brand-social-icon:hover .brand-social-icon-regular {
    display: none
}

.brand-social-icon:hover .brand-social-icon-hover {
    display: unset
}

.swiper-pagination-bullet-active {
    background-color: #005d6e!important
}

#storepoint-search-bar-container {
    padding-top: 5.5rem
}

li {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    box-sizing: border-box;
    list-style-type: none
}

h1 {
    font-size: 4.2rem
}

h2 {
    font-size: 3.6rem
}

h3 {
    font-size: 2.2rem
}

h4 {
    font-size: 2rem
}

h5 {
    font-size: 1.6rem
}

h6 {
    font-size: 1rem
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi-bold {
    font-weight: 600!important
}

.hp-v2-color-grey {
    color: #2c2c2c
}

.color-light-grey {
    color: #9b9b9b
}

.color-blue-bubble {
    color: #009cd6
}

.text-blue,.text-blue a {
    color: #0d678f
}

.text-black {
    color: #000
}

.text-main-blue,.text-main-blue:hover {
    color: #00aeef
}

.text-blue-hover:hover {
    color: #009cd6
}

.text-account-red {
    color: #ff807b
}

.text-light-gray {
    color: #707070
}

.text-x-light-gray {
    color: #979797
}

.text-navy,.text-navy a {
    color: #09658d
}

.text-turquoise,.text-turquoise a {
    color: #0a5d7d
}

.text-red {
    color: red!important
}

.text-red-danger {
    color: #d42b2b
}

.text-alert {
    color: #d54b4b
}

.text-light-blue {
    color: #1a9fdf!important
}

.text-dark {
    color: #000!important
}

.text-green {
    color: #16c39b
}

.text-green-success {
    color: #1fbc8a
}

.text-pink {
    color: #f0337b
}

.text-price-gray {
    color: gray
}

.text-light-green {
    color: #4b980e
}

.text-gray {
    color: #5d5d5e
}

.text-gray-light {
    color: #7d7d7d
}

.text-dark-gray {
    color: #848484
}

.text-light-white {
    color: hsla(0,0%,100%,.6)
}

.text-blog-blue,.text-blog-blue:hover {
    color: #00aeef
}

.text-checkout-gray {
    color: #9c9c9c
}

.text-you-saved-green {
    color: #008a3c
}

.text-blue-badge-cart,.text-blue-nav {
    color: #00608a
}

.btn {
    border: 0;
    padding: 1rem 2rem
}

.btn:hover {
    color: inherit
}

.text-dark-grey {
    color: #7e7e7e
}

.text-bubly-grey {
    color: #7b7b7b
}

.text-pink {
    color: #ec0059
}

.text-purple {
    color: #7734e4
}

.text-light-red {
    color: #e37575
}

.text-gray-two {
    color: #252525
}

.text-blue-two {
    color: #00a1ed
}

.text-grey-three {
    color: #888
}

.text-red-two {
    color: #d53737
}

.text-grey-four {
    color: #818181
}

.text-dark-two {
    color: #1a1a1a
}

.text-account-red {
    color: #c94f4f
}

.text-soda-blue {
    color: #00adee
}

.text-black-pearl {
    color: #002238
}

.text-wild-watermelon {
    color: #e56
}

.text-white {
    color: #fff
}

.text-blue-lagoon {
    color: #005d6e
}

.text-aluminium {
    color: #8b9195
}

.text-alice-blue {
    color: #eceeef
}

.text-white-linen {
    color: #efebe4
}

.text-spring-wood {
    color: #e5dcd3
}

.text-roman {
    color: #e15757
}

.text-crystal-blue {
    color: #75a7ad
}

.text-catskill-white {
    color: #f5f9fa
}

.text-hover-black-pearl:hover {
    color: #002238
}

.text-hover-wild-watermelon:hover {
    color: #e56
}

.text-hover-white:hover {
    color: #fff
}

.text-hover-blue-lagoon:hover {
    color: #005d6e
}

.text-hover-aluminium:hover {
    color: #8b9195
}

.text-hover-alice-blue:hover {
    color: #eceeef
}

.text-hover-white-linen:hover {
    color: #efebe4
}

.text-hover-spring-wood:hover {
    color: #e5dcd3
}

.text-hover-roman:hover {
    color: #e15757
}

.text-hover-crystal-blue:hover {
    color: #75a7ad
}

.text-hover-catskill-white:hover {
    color: #f5f9fa
}

.bg-navy {
    background-color: #09658d
}

.bg-light-blue {
    background-color: #e4eff3
}

.grey-bg {
    background: #ddd
}

.bg-light-grey {
    background: #f9f9f9
}

.gray-refill-bg {
    background-color: #eee
}

.bg-transparent {
    background-color: transparent
}

.light-grey-bg {
    background: #f3f3f3
}

.aqua-bg {
    background: #2bc0c1
}

.white-bg {
    background: #fff
}

.light-blue-bg {
    background: #ddeef8
}

.cart-bottom-bg {
    background: #e9f5f7
}

.turkiz-bg {
    background: #75c6e3
}

.blue-bg {
    background: #009ee3
}

.footer-blue-bg {
    background: #009ee2
}

.dark-grey-bg {
    background: #979797
}

.grey-white-bg {
    background: #fefdf8
}

.bg-blue {
    background-color: #00aeef
}

.bg-blue:hover {
    background-color: #009cd6
}

.bg-blue:disabled,.bg-blue[aria-disabled=true] {
    opacity: .6
}

.bg-sweden-blue {
    background-color: #61ccf3
}

.bg-black {
    background-color: #000
}

.bg-gray {
    background-color: #f4f4f4
}

.bg-pink {
    background-color: #d984c6
}

.bg-light-red {
    background-color: #f8e2e2
}

.bg-machine-black {
    background-color: #000
}

.bg-machine-white {
    background-color: #fff;
    border: 1px solid #bbd1da
}

.bg-machine-blue {
    background-color: #2c99c8
}

.bg-machine-red {
    background-color: #de3636
}

.bg-machine-pink {
    background-color: #dcbec0
}

.bg-machine-icy-blue {
    background-color: #00aff5
}

.bg-machine-misty-blue {
    background-color: #abcae9
}

.bg-machine-green {
    background-color: #c2d7a9
}

.bg-machine-peach {
    background-color: #f5a26a
}

.bg-machine-gray,.bg-machine-grey {
    background-color: #bbb
}

.bg-machine-gold-black {
    background: linear-gradient(-90deg,#000 49%,#d2ac47 0)
}

.bg-machine-gold-white {
    background: linear-gradient(-90deg,#fff 49%,#d2ac47 0);
    border: 1px solid #bbd1da
}

.bg-dark-grey {
    background-color: #3e3e3e
}

.bg-blue-gas-exchange {
    background-color: #c0eafe
}

.bg-blue-badge-cart {
    background-color: #d4ebf6
}

.bg-sand-mobile-hamburger {
    background-color: #f6f6f6
}

.bg-soda-blue {
    background-color: #00adee
}

.bg-black-pearl {
    background-color: #002238
}

.bg-wild-watermelon {
    background-color: #e56
}

.bg-white {
    background-color: #fff
}

.bg-blue-lagoon {
    background-color: #005d6e
}

.bg-aluminium {
    background-color: #8b9195
}

.bg-alice-blue {
    background-color: #eceeef
}

.bg-white-linen {
    background-color: #efebe4
}

.bg-spring-wood {
    background-color: #e5dcd3
}

.bg-roman {
    background-color: #e15757
}

.bg-crystal-blue {
    background-color: #75a7ad
}

.bg-catskill-white {
    background-color: #f5f9fa
}

.hide {
    display: none
}

.border-solid {
    border-style: solid
}

.border-width-1 {
    border-width: .1rem
}

.border-width-2 {
    border-width: .2rem
}

.border-width-3 {
    border-width: .3rem
}

.border-color-black-pearl {
    border-color: #002238
}

.border-color-wild-watermelon {
    border-color: #e56
}

.border-color-white {
    border-color: #fff
}

.border-color-blue-lagoon {
    border-color: #005d6e
}

.border-color-aluminium {
    border-color: #8b9195
}

.border-color-alice-blue {
    border-color: #eceeef
}

.border-color-white-linen {
    border-color: #efebe4
}

.border-color-spring-wood {
    border-color: #e5dcd3
}

.border-color-roman {
    border-color: #e15757
}

.border-color-crystal-blue {
    border-color: #75a7ad
}

.border-color-lavender-gray {
    border-color: #c1c7c9
}

.border-color-catskill-white {
    border-color: #f5f9fa
}

.no-border {
    border: none
}

.no-border-start {
    -webkit-border-start: none;
    border-inline-start:none}

.no-border-end {
    -webkit-border-end: none;
    border-inline-end:none}

.border-top-white {
    border: 1px solid #fff
}

.border-blue {
    border: .1rem solid #00aeef
}

.border-blue-large {
    border: .2rem solid #00aeef
}

.border-gray {
    border: .1rem solid #e6e6e6
}

.border-blog-blue {
    border: .3rem solid #00aeef
}

.border-light-plans {
    border: 1px solid #e7e7e7
}

.border-light {
    border: 1px solid #c4d7df
}

.border-light-gray {
    border: .1rem solid #dedede
}

.border-bottom-light-gray {
    border-bottom: 1px solid #e9e9e9
}

.border-top-lighten-gray {
    border-top: 1px solid #f2f2f2
}

.border-top-light-gray {
    border-top: 1px solid #e6e6e6
}

.border-bottom-main-blue {
    border-bottom: 1px solid #009ee2
}

.border-thick-bottom-main-blue {
    border-bottom: 2px solid #009ee2
}

.border-bottom-video {
    border-bottom: 3px solid #fff
}

.border-radius-0 {
    border-radius: 0
}

.border-radius-7 {
    border-radius: 7px;
    overflow: hidden
}

.border-radius-10 {
    border-radius: 1rem
}

.border-radius-15 {
    border-radius: 1.5rem
}

.border-radius-20 {
    border-radius: 2rem
}

.border-radius-40 {
    border-radius: 4rem
}

.br-30 {
    border-radius: 3rem
}

.border-radius-btn {
    border-radius: 1.56rem
}

.border-radius-100 {
    border-radius: 10rem
}

.b-radius-big-button {
    border-radius: 2.75rem
}

.border-button {
    border-radius: 30px
}

.border-badge-cart {
    border-radius: 10.08px
}

.gray-title-line {
    background: #e9e9e9;
    flex-grow: 1;
    height: .1rem
}

.border-error {
    border: .1rem solid #d54b4b!important
}

.border-darker-gray {
    border: .1rem solid #7d7d7d
}

.blue-button-large {
    padding-left: 4rem;
    padding-right: 4rem
}

.blue-button-hover:hover {
    background: #0097cf
}

.round-btn {
    border-radius: 27px
}

.primary-btn {
    background-color: #00aeef;
    border: 2px solid #00aeef;
    color: #fff;
    font-weight: 600;
    min-width: 170px;
    padding: 12px 40px;
    text-align: center
}

.primary-btn:hover {
    background-color: #009cd6;
    color: #fff
}

.secondary-btn {
    border: 2px solid #00aeef;
    color: #00aeef;
    font-weight: 600;
    min-width: 170px;
    padding: 12px 40px;
    text-align: center
}

.secondary-btn:hover {
    border-color: #009cd6;
    color: #009cd6
}

.fs8 {
    font-size: .8rem
}

.fs10 {
    font-size: 1rem
}

.fs11 {
    font-size: 1.1rem
}

.fs12 {
    font-size: 1.2rem
}

.fs13 {
    font-size: 1.3rem
}

.fs14 {
    font-size: 1.4rem
}

.fs15 {
    font-size: 1.5rem
}

.fs16 {
    font-size: 1.6rem
}

.fs17 {
    font-size: 1.7rem
}

.fs18 {
    font-size: 1.8rem
}

.fs19 {
    font-size: 1.9rem
}

.fs20 {
    font-size: 2rem
}

.fs21 {
    font-size: 2.1rem
}

.fs22 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.fs16 li{
    padding-bottom:20px;
}

.fs23 {
    font-size: 2.3rem
}

.fs24 {
    font-size: 2.4rem
}

.fs25 {
    font-size: 2.5rem
}

.fs26 {
    font-size: 2.6rem
}

.fs28 {
    font-size: 2.8rem
}

.fs30 {
    font-size: 3rem
}

.fs31 {
    font-size: 3.1rem
}

.fs32 {
    font-size: 3.2rem
}

.fs33 {
    font-size: 3.3rem
}

.fs35 {
    font-size: 3.5rem
}

.fs36 {
    font-size: 3.6rem
}

.fs37 {
    font-size: 3.7rem
}

.fs38 {
    font-size: 3.8rem
}

.fs40 {
    font-size: 4rem
}

.fs42 {
    font-size: 4.2rem
}

.fs43 {
    font-size: 4.3rem
}

.fs44 {
    font-size: 4.4rem
}

.fs45 {
    font-size: 4.5rem
}

.fs46 {
    font-size: 4.6rem
}

.fs48 {
    font-size: 4.8rem
}

.fs51 {
    font-size: 5.1rem
}

.fs55 {
    font-size: 6.5rem
}

.fs60 {
    font-size: 6rem
}

.fs65 {
    font-size: 6.5rem
}

.fs70 {
    font-size: 7rem
}

.fs75 {
    font-size: 7.5rem
}

.line-through {
    text-decoration: line-through
}

.text-underline {
    text-decoration: underline
}

.decoration-none {
    text-decoration: none!important
}

.w-sm {
    width: 234px
}

.w-10 {
    width: 10%
}

.w-33 {
    width: 33.33%
}

.w-40 {
    width: 40%
}

.w-45 {
    width: 45%
}

.w-42 {
    width: 42%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-80 {
    width: 80%
}

.lh2 {
    line-height: 2
}

.lh7 {
    line-height: 7px
}

.lh10 {
    line-height: 1
}

.lh13 {
    line-height: 1.3
}

.lh15 {
    line-height: 1.5
}

.lh16 {
    line-height: 1.6
}

.lh-16 {
    line-height: 1.6rem
}

.lh17 {
    line-height: 1.7
}

.lh18 {
    line-height: 1.8
}

.lh19 {
    line-height: 1.9rem
}

.lh20 {
    line-height: 2rem
}

.lh25 {
    line-height: 2.5rem
}

.lh27 {
    line-height: 2.7rem
}

.lh28 {
    line-height: 2.8rem
}

.lh30 {
    line-height: 3rem
}

.lh32 {
    line-height: 3.2rem
}

.lh47 {
    line-height: 4.7rem
}

.lh50 {
    line-height: 5rem
}

.lh74 {
    line-height: 7.4rem
}

.zi-1 {
    z-index: 1
}

.zi-2 {
    z-index: 2
}

.zi-3 {
    z-index: 3
}

.zi-4 {
    z-index: 4
}

.zi-5 {
    z-index: 5
}

.zi-6 {
    z-index: 6
}

.cart-realted-items-slider .slick-dots {
    color: #4b980e
}

.flex-basis-auto {
    flex-basis: auto
}

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.gap-05 {
    gap: .5rem
}

.gap-1 {
    gap: 1rem
}

.gap-2 {
    gap: 2rem
}

.of-x-hidden {
    overflow-x: hidden
}

.btn-hp-descktop {
    width: 340px
}

.btn-add {
    height: 60px;
    padding: 1rem 9rem
}

.btn-color-blue {
    background-color: #00aeef;
    padding: 1.3rem 2.5rem
}

.input-large {
    padding: 1.5rem 2rem;
    width: 100%
}

.input-danger {
    background: rgba(213,75,75,.1);
    border: .1rem solid #d54b4b
}

.text-holder {
    min-height: 400px
}

.clear {
    clear: both
}

.pointer,.pointer:hover,.pointer>a {
    cursor: pointer
}

.event-none {
    pointer-events: none
}

.position-unset {
    position: unset
}

.slick-absolute-element {
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.remove-transitions {
    transition: none!important
}

header {
    top: 0
}

.content-start-margin-top {
    margin-top: 8rem
}

@media(max-width: 991px) {
    .content-start-margin-top {
        margin-top:6rem
    }
}

.content-start-padding-top {
    padding-top: 8rem
}

@media(max-width: 991px) {
    .content-start-padding-top {
        padding-top:6rem
    }
}

.content-start-top {
    top: 8rem
}

@media(max-width: 991px) {
    .content-start-top {
        top:6rem
    }
}

.content-start-hero-height {
    height: calc(100vh - 8rem)
}

@media(max-width: 991px) {
    .content-start-hero-height {
        height:auto
    }
}

.cart-gray {
    color: #5b5a5a
}

.bg-img-util {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.account-card-header {
    background-color: unset;
    padding-left: 6rem;
    position: relative
}

.account-card-header:first-child {
    border: none;
    border-radius: 0
}

.details,.link {
    border-bottom: 1px solid #979797
}

.account-card {
    border: none;
    border-radius: 0
}

.cart-lable {
    color: #959595;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase
}

.compare-price {
    color: gray
}

.p-20 {
    padding: 2rem
}

.pt-08 {
    padding-top: .8rem
}

.pt-12 {
    padding-top: 1.2rem
}

.pt-16 {
    padding-top: 1.6rem
}

.pt-20 {
    padding-top: 2rem
}

.pt-25 {
    padding-top: 2.5rem
}

.pt-30 {
    padding-top: 3rem
}

.pt-35 {
    padding-top: 3.5rem
}

.pt-40 {
    padding-top: 4rem
}

.pt-45 {
    padding-top: 4.5rem
}

.pt-60 {
    padding-top: 6rem
}

.pt-65 {
    padding-top: 6.5rem
}

.pt-85 {
    padding-top: 8.5rem
}

.pt-97 {
    padding-top: 9.7rem
}

.pt-100 {
    padding-top: 10rem
}

.pt-120 {
    padding-top: 12rem
}

.pb-08 {
    padding-bottom: .8rem
}

.pb-12 {
    padding-bottom: 1.2rem
}

.pb-16 {
    padding-bottom: 1.6rem
}

.pb-20 {
    padding-bottom: 2rem
}

.pb-25 {
    padding-bottom: 2.5rem
}

.pb-40 {
    padding-bottom: 4rem
}

.pb-45 {
    padding-bottom: 4.5rem
}

.pb-60 {
    padding-bottom: 6rem
}

.pb-65 {
    padding-bottom: 6.5rem
}

.pb-85 {
    padding-bottom: 8.5rem
}

.pb-100 {
    padding-bottom: 10rem
}

.pl-0 {
    padding-left: 0
}

.pl-20 {
    padding-left: 2rem
}

.pl-22 {
    padding-left: 2.2rem
}

.pl-25 {
    padding-left: 2.5rem
}

.pl-30 {
    padding-left: 3rem
}

.pl-40 {
    padding-left: 4rem
}

.pl-50 {
    padding-left: 5rem
}

.pl-80 {
    padding-left: 8rem
}

.pr-20 {
    padding-right: 2rem
}

.pr-22 {
    padding-right: 2.2rem
}

.pr-25 {
    padding-right: 2.5rem
}

.pr-30 {
    padding-right: 3rem
}

.pr-40 {
    padding-right: 4rem
}

.pr-50 {
    padding-right: 5rem
}

.pr-80 {
    padding-right: 8rem
}

.plr-2,.px-20 {
    padding-left: 2rem;
    padding-right: 2rem
}

.plr-4,.px-40 {
    padding-left: 4rem;
    padding-right: 4rem
}

.py-65 {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem
}

.py-10 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-20 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.py-08 {
    padding-bottom: .8rem;
    padding-top: .8rem
}

.mt-12 {
    margin-top: 1.2rem
}

.mt-20 {
    margin-top: 2rem
}

.mt-22 {
    margin-top: 2.2rem
}

.mt-25 {
    margin-top: 2.5rem
}

.mt-28 {
    margin-top: 2.8rem
}

.mt-30 {
    margin-top: 3rem
}

.mt-35 {
    margin-top: 3.5rem
}

.mt-40 {
    margin-top: 4rem
}

.mt-45 {
    margin-top: 4.5rem
}

.mt-50 {
    margin-top: 5rem
}

.mt-60 {
    margin-top: 6rem
}

.mt-70 {
    margin-top: 7rem
}

.mt-95 {
    margin-top: 9.5rem
}

.mb-12 {
    margin-bottom: 1.2rem
}

.mb-17 {
    margin-bottom: 1.7rem
}

.mb-20 {
    margin-bottom: 2rem
}

.mb-25 {
    margin-bottom: 2.5rem
}

.mb-33 {
    margin-bottom: 3.3rem
}

.mb-35 {
    margin-bottom: 3.5rem
}

.mb-40 {
    margin-bottom: 4rem
}

.mb-50 {
    margin-bottom: 5rem
}

.mb-60 {
    margin-bottom: 6rem;
}

.mb-70 {
    margin-bottom: 7rem
}

.mb-95 {
    margin-bottom: 9.5rem
}

.ml-8 {
    margin-left: .8rem
}

.ml-13 {
    margin-left: 1.3rem
}

.ml-20 {
    margin-left: 2rem
}

.ml-22 {
    margin-left: 22rem
}

.ml-40 {
    margin-left: 4rem
}

.ml-70 {
    margin-left: 7rem
}

.mr-20 {
    margin-right: 2rem
}

.mr-70 {
    margin-right: 7rem
}

.mis-1 {
    -webkit-margin-start: 1rem;
    margin-inline-start:1rem}

.mis-14 {
    -webkit-margin-start: 1.4rem;
    margin-inline-start:1.4rem}

.mis-4 {
    -webkit-margin-start: 1.5rem;
    margin-inline-start:1.5rem}

.mie-0 {
    -webkit-margin-end: 0;
    margin-inline-end:0}

.mie-50 {
    -webkit-margin-end: 5rem;
    margin-inline-end:5rem}

.ls12 {
    letter-spacing: .12rem
}

.ls15 {
    letter-spacing: .15rem
}

.ls18 {
    letter-spacing: .18rem
}

.ls21 {
    letter-spacing: .21rem
}

.ls025 {
    letter-spacing: .025rem
}

.ls028 {
    letter-spacing: .028rem
}

.ls055 {
    letter-spacing: .055rem
}

.btn.blue-bg {
    padding: 1.2rem 1.5rem
}

.scroll-animations {
    opacity: 0
}

.opacity-05 {
    opacity: .5
}

.calc-videos-easy-as {
    left: 1.5rem!important;
    width: calc(100% - 3rem)
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

body,html {
    font-size: 10px;
    height: 100%;
    line-height: normal;
    margin: 0;
    position: relative
}

a {
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

a,a:hover {
    text-decoration: none
}

a:hover {
    color: inherit
}

ul {
    margin: 0
}

:focus {
    outline: 0
}

[v-cloak]>* {
    display: none!important
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.compatible-slider .slick-prev {
    right: 50%;
    transform: translateY(-50%)
}

.compatible-slider .slick-next {
    left: 50%;
    transform: translateY(-50%)
}

.compatible-slider .slick-next,.compatible-slider .slick-prev {
    background: #e6e6e6;
    border: none;
    border-radius: 50%;
    font-size: 0;
    height: 35px;
    margin: 0 7px;
    position: absolute;
    top: 95%;
    width: 35px
}

.compatible-slider .slick-next.slick-disabled,.compatible-slider .slick-prev.slick-disabled {
    opacity: 40%
}

.compatible-slider .slick-prev:before {
    right: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.compatible-slider .slick-next:before,.compatible-slider .slick-prev:before {
    border: solid #9b9b9b;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 12px
}

.compatible-slider .slick-next:before {
    left: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.compatible-slider .slick-initialized .slick-slide {
    padding: 0 15px
}

.tag-green {
    background-color: #d9f8e6
}

.tag-pink {
    background-color: #f8e2e2
}

.card-tags {
    min-height: 33px
}

.tag-pdp {
    border-radius: 14px;
    font-size: 10px;
    padding: 4.5px 16px;
    text-transform: uppercase
}

.tag-machine-pdp {
    border-radius: 16px;
    padding: 5px 14px;
    text-transform: uppercase
}

.tag-out-of-stock {
    border: 1px solid #d54b4b;
    border-radius: 1rem;
    padding: .2rem 1.5rem;
    text-transform: uppercase
}

.loader {
    display: inline-block;
    height: 64px;
    position: relative;
    width: 64px
}

.loader div {
    -webkit-animation: loader 1.2s cubic-bezier(.5,0,.5,1) infinite;
    animation: loader 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border: 5px solid transparent;
    border-radius: 50%;
    border-top-color: #009ee3;
    box-sizing: border-box;
    display: block;
    height: 46px;
    margin: 5px;
    position: absolute;
    width: 46px
}

.loader div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.loader div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.loader div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media(max-width: 1199px) {
    .fs-xl-24 {
        font-size:2.4rem
    }
}

@media(max-width: 991px) {
    .pb-md-10 {
        padding-bottom:10rem
    }
    
    .mb-60 {
    margin-top:20px;
    flex-direction:row;
    display: flex;
    gap: 1px;
    }

    .sub-row-item{
        display:flex;
        flex-direction:row;
        gap:20px;
    }

    .footer-row{
        margin-left:0px !important;
        margin-top:20px;
        width:100% !important;
    }


    .row-strong{
    display: block;
    flex-direction:column;
    gap: 60px;
    }

    .fs-lg-8 {
        font-size: .8rem!important
    }

    .fs-lg-10 {
        font-size: 1rem!important
    }

    .fs-lg-11 {
        font-size: 1.1rem!important
    }

    .fs-lg-12 {
        font-size: 1.2rem!important
    }

    .fs-lg-13 {
        font-size: 1.3rem!important
    }

    .fs-lg-14 {
        font-size: 1.4rem!important
    }

    .fs-lg-15 {
        font-size: 1.5rem!important
    }

    .fs-lg-16 {
        font-size: 1.6rem!important
    }

    .fs-lg-17 {
        font-size: 1.7rem!important
    }

    .fs-lg-18 {
        font-size: 1.8rem!important
    }

    .fs-lg-19 {
        font-size: 1.9rem!important
    }

    .fs-lg-20 {
        font-size: 2rem!important
    }

    .fs-lg-22 {
        font-size: 2.2rem!important
    }

    .fs-lg-24 {
        font-size: 2.4rem!important
    }

    .fs-lg-25 {
        font-size: 2.5rem!important
    }

    .fs-lg-28 {
        font-size: 2.8rem!important
    }

    .fs-lg-29 {
        font-size: 2.9rem!important
    }

    .fs-lg-30 {
        font-size: 3rem!important
    }

    .fs-lg-34 {
        font-size: 3.4rem!important
    }

    .fs-lg-40 {
        font-size: 4rem!important
    }

    .fs-lg-42 {
        font-size: 4.2rem!important
    }

    .pt-100 {
        padding-top: 6.4rem
    }

    .pb-100 {
        padding-bottom: 6.4rem
    }

    .pb-lg-8 {
        padding-bottom: .8rem
    }

    .pt-lg-8 {
        padding-top: .8rem
    }

    .lh-lg-19 {
        line-height: 1.9rem!important
    }

    .lh-lg-20 {
        line-height: 2rem!important
    }

    .lh-lg-22 {
        line-height: 2.2rem!important
    }

    .lh-lg-28 {
        line-height: 2.8rem!important
    }

    .lh-lg-30 {
        line-height: 3rem!important
    }

    .lh-lg-31 {
        line-height: 3.1rem!important
    }

    .lh-lg-39 {
        line-height: 3.9rem!important
    }

    .font-weight-lg-semi-bold {
        font-weight: 600
    }

    .font-weight-lg-normal {
        font-weight: 400!important
    }

    .blue-button-large {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .vh-mobile-100 {
        height: 100vh!important
    }
}

@media(min-width: 992px) {
    .h-lg-100 {
        height:100%
    }

    .pt-lg-20 {
        padding-top: 2rem!important
    }

    .pb-lg-20 {
        padding-bottom: 2rem
    }

    .pb-lg-25 {
        padding-bottom: 2.5rem!important
    }

    .pr-lg-20 {
        padding-right: 2rem
    }

    .pl-lg-20 {
        padding-left: 2rem
    }

    .pr-lg-27 {
        padding-right: 2.7rem
    }

    .pl-lg-27 {
        padding-left: 2.7rem
    }

    .pt-lg-40 {
        padding-top: 4rem
    }

    .pl-lg-45 {
        padding-left: 4.5rem!important
    }

    .pr-lg-45 {
        padding-right: 4.5rem!important
    }

    .pb-lg-50 {
        padding-bottom: 5rem
    }

    .pr-lg-50 {
        padding-right: 5rem!important
    }

    .pl-lg-50 {
        padding-left: 5rem!important
    }

    .pt-lg-27 {
        padding-top: 2.7rem!important
    }

    .pt-lg-65 {
        padding-top: 6.5rem!important
    }

    .pt-lg-70 {
        padding-top: 7rem
    }

    .pb-lg-90 {
        padding-bottom: 9rem
    }

    .pt-lg-85 {
        padding-top: 8.5rem
    }

    .pb-lg-100 {
        padding-bottom: 10rem
    }

    .pt-lg-100 {
        padding-top: 10rem
    }

    .pt-lg-150 {
        padding-top: 15rem
    }

    .px-lg-25 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .py-lg-10 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .mt-lg-20 {
        margin-top: 2rem!important
    }

    .mb-lg-20 {
        margin-bottom: 2rem!important
    }

    .mt-lg-25 {
        margin-top: 2.5rem!important
    }

    .mt-lg-28 {
        margin-top: 2.8rem!important
    }

    .mb-lg-30 {
        margin-bottom: 3rem!important
    }

    .mt-lg-35 {
        margin-top: 3.5rem!important
    }

    .mb-lg-40 {
        margin-bottom: 4rem!important
    }

    .mt-lg-40 {
        margin-top: 4rem!important
    }

    .mt-lg-50 {
        margin-top: 5rem!important
    }

    .mb-lg-50 {
        margin-bottom: 5rem!important
    }

    .mt-lg-55 {
        margin-top: 5.5rem!important
    }

    .mt-lg-60 {
        margin-top: 6rem!important
    }

    .mb-lg-62 {
        margin-bottom: 6.2rem!important
    }

    .mt-lg-70 {
        margin-top: 7rem!important
    }

    .mb-lg-70 {
        margin-bottom: 7rem!important
    }

    .mt-lg-75 {
        margin-top: 7.5rem!important
    }

    .mt-lg-95 {
        margin-top: 9.5rem!important
    }

    .mb-lg-95 {
        margin-bottom: 9.5rem!important
    }

    .mis-lg-20 {
        -webkit-margin-start: 2rem!important;
        margin-inline-start:2rem!important}

    .mis-lg-50 {
        -webkit-margin-start: 5rem;
        margin-inline-start:5rem}

    .mis-lg-94 {
        -webkit-margin-start: 9.4rem!important;
        margin-inline-start:9.4rem!important}

    .mie-lg-50 {
        -webkit-margin-end: 5rem;
        margin-inline-end:5rem}

    .position-lg-relative {
        position: relative!important
    }

    .pis-lg-15 {
        -webkit-padding-start: 1.5rem;
        padding-inline-start:1.5rem}

    .pie-lg-40 {
        -webkit-padding-end: 4rem;
        padding-inline-end:4rem}

    .w-lg-60 {
        width: 60%!important
    }

    .w-lg-50 {
        width: 50%!important
    }

    .w-lg-40 {
        width: 40%!important
    }
}

@media only screen and (max-width: 1024px) {
    .btn-add {
        padding-left:3rem;
        padding-right: 3rem
    }

    .fs-md-10 {
        font-size: 1rem!important
    }

    .fs-md-12 {
        font-size: 1.2rem!important
    }

    .fs-md-36 {
        font-size: 3.6rem
    }

    .w-sm {
        width: 200px
    }

    .w-42 {
        width: 80%
    }
}

@media(max-width: 767px) {
    h1 {
        font-size:3.6rem
    }

    h2 {
        font-size: 2.2rem
    }

    h3 {
        font-size: 2rem
    }

    h4 {
        font-size: 1.6rem
    }

    .w-sm-60 {
        width: 60%
    }

    .w-42 {
        width: 100%
    }

    .w-sm {
        width: 234px
    }

    .pb-sm-2 {
        padding-bottom: 2rem
    }

    .m-auto-sm {
        margin: 0 auto
    }

    .ls-sm-25 {
        letter-spacing: .25rem
    }

    .ls-sm-10 {
        letter-spacing: .1rem
    }

    .lh-sm-14 {
        line-height: 1.4
    }

    .lh-sm-15 {
        line-height: 1.5
    }

    .fs-sm-8 {
        font-size: .8rem!important
    }

    .fs-sm-9 {
        font-size: .9rem!important
    }

    .fs-sm-10 {
        font-size: 1rem!important
    }

    .fs-sm-12 {
        font-size: 1.2rem!important
    }

    .fs-sm-13 {
        font-size: 1.3rem!important
    }

    .fs-sm-14 {
        font-size: 1.4rem!important
    }

    .fs-sm-15 {
        font-size: 1.5rem!important
    }

    .fs-sm-16 {
        font-size: 1.6rem!important
    }

    .fs-sm-18 {
        font-size: 1.8rem!important
    }

    .fs-sm-20 {
        font-size: 2rem!important
    }

    .fs-sm-22 {
        font-size: 2.2rem!important
    }

    .fs-sm-24 {
        font-size: 2.4rem!important
    }

    .fs-sm-25,.fs-sm-26 {
        font-size: 2.6rem!important
    }

    .fs-sm-28 {
        font-size: 2.8rem!important
    }

    .fs-sm-30 {
        font-size: 3rem!important
    }

    .fs-sm-35 {
        font-size: 3.5rem!important
    }

    .fs-sm-36 {
        font-size: 3.6rem!important
    }
}

#shopify-section-article-template li {
    list-style-type: disc
}

@media(min-width: 992px) {
    .w-lg-auto {
        width:auto!important
    }
}

.cart-icon__counter {
    color: #00aeef;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    margin: 0;
    position: absolute;
    top: -13px;
    transform: translateX(-50%)
}

.cart-icon__wrapper {
    display: inline-block;
    margin-top: .2rem;
    position: relative
}

.boa_cart_transition {
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-name: amos;
    animation-name: amos
}

@-webkit-keyframes amos {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-25px)
    }
}

@keyframes amos {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-25px)
    }
}

.collection-effect {
    border-bottom: 2px solid #00aeef
}

.active-effect,.hover-effect:hover {
    text-shadow: 0 0 .4px #000
}

.gray-hover a:hover,.lang-switch:hover {
    color: #7d7d7d
}

.lang-switch:hover svg {
    opacity: .4
}

.animate-hide {
    max-height: 0!important
}

header {
    background: #fff;
    display: block!important;
    position: fixed;
    width: 100%;
    z-index: 20
}

.main-header {
    padding: 1.65rem 1.2rem
}

.main-header,.main-header a {
    color: #000;
    font-size: 13px
}

.main-header .col-6 .box {
    padding-top: .4rem
}

.main-header .nav-drop-down-toggle #side-arrow {
    height: 8px;
    transition: transform .5s;
    width: 10px
}

.main-header .nav-drop-down-toggle #side-arrow.show {
    transform: rotateX(180deg)
}

.main-nav-drop-down-toggle:hover>.shop-navigation {
    max-height: 400px
}

.secondary-nav-drop-down-toggle:hover>.shop-navigation {
    max-height: 240px
}

.mobile-hamburger {
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 30px
}

.mobile-hamburger span {
    background: #000;
    height: 1px;
    position: absolute;
    top: 50%;
    transform-origin: 100% 0;
    width: 3rem
}

.mobile-hamburger span:first-child {
    transform: translateY(-7px)
}

.mobile-hamburger span:nth-child(3) {
    transform: translateY(7px)
}

.mobile-hamburger .cls-1 {
    fill: #000!important;
    stroke: none!important;
    opacity: 1!important
}

.main-header-two {
    border-bottom: .5px solid #dadce0;
    border-top: .5px solid #dadce0;
    box-shadow: none;
    padding-top: 4px
}

.main-header-two .box {
    line-height: 2.7!important
}

.row.container-flex-inner.justify-content-center,.title-shop-nav {
    margin-top: 6.5rem
}

.shop-navigation.start:after {
    background: #f9fafb;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.shop-navigation.show {
    transform: translateY(65px);
    visibility: visible!important
}

.shop-navigation {
    background: transparent;
    margin-top: 1px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: max-height .3s ease-out;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    z-index: 99
}

.shop-navigatio.cart-icon__countern ul a {
    font-size: 1.4rem;
    line-height: 2
}

.container-flex-inner {
    display: flex;
    margin: 0 auto;
    max-width: 1000px
}

.container-flex-inner .mobile-view {
    position: relative
}

.container-flex-inner .mobile-view .hover {
    display: none;
    position: absolute;
    top: 0
}

.container-flex-inner .mobile-view.active .hover {
    display: block
}

.container-flex-inner .nav-title {
    font-size: 16px;
    margin-top: -1.6rem;
    padding-bottom: 3rem
}

.container-flex-inner .nav-main-link {
    color: #000;
    padding: 0 20px
}

.product-flag-menu {
    background: #2bc0c1;
    width: 100%
}

.banner-6 {
    -webkit-padding-before: 6rem;
    padding-block-start:6rem}

@media(min-width: 992px) {
    #ada-entry.bottom-left #ada-button-frame,#ada-entry.middle-left #ada-button-frame {
        left:0!important
    }

    #ada-entry.bottom-left #ada-chat-frame,#ada-entry.middle-left #ada-chat-frame {
        left: 24px!important
    }

    #ada-entry.bottom-left div:first-child,#ada-entry.middle-left div:first-child {
        left: 0;
        transform: rotateY(180deg)
    }

    #ada-entry.bottom-right #ada-button-frame,#ada-entry.middle-right #ada-button-frame {
        right: 0!important
    }

    #ada-entry.bottom-right #ada-chat-frame,#ada-entry.middle-right #ada-chat-frame {
        right: 24px!important
    }

    #ada-entry.bottom-right div:first-child,#ada-entry.middle-right div:first-child {
        right: 0
    }

    #ada-entry.middle-left #ada-button-frame,#ada-entry.middle-right #ada-button-frame {
        bottom: 50vh!important
    }
}

@media(max-width: 991px) {
    #ada-entry.mobile-bottom-left #ada-button-frame,#ada-entry.mobile-bottom-left #ada-chat-frame,#ada-entry.mobile-middle-left #ada-button-frame,#ada-entry.mobile-middle-left #ada-chat-frame {
        left:0!important
    }

    #ada-entry.mobile-bottom-left div:first-child,#ada-entry.mobile-middle-left div:first-child {
        left: 0!important;
        transform: rotateY(180deg)
    }

    #ada-entry.mobile-bottom-right #ada-button-frame,#ada-entry.mobile-bottom-right #ada-chat-frame,#ada-entry.mobile-bottom-right div:first-child,#ada-entry.mobile-middle-right #ada-button-frame,#ada-entry.mobile-middle-right #ada-chat-frame,#ada-entry.mobile-middle-right div:first-child {
        right: 0!important
    }

    #ada-entry.mobile-middle-left #ada-button-frame,#ada-entry.mobile-middle-right #ada-button-frame {
        bottom: 50vh!important
    }

    .container-flex-inner {
        text-align: center
    }

    .container-flex-inner .nav-main-link {
        padding: 8px 9px
    }

    .container-flex-inner .nav-main-link.hide-from-xs {
        display: none
    }

    .container-flex-inner .mobile-view {
        background: #e1e1e1;
        padding: 15px 10px
    }

    .container-flex-inner .mobile-view .nav-title {
        font-size: 1.4rem;
        padding-bottom: 0
    }

    .container-flex-inner .mobile-view img {
        padding: 0 5px
    }

    .fixed-content {
        background: #fff;
        bottom: 0;
        overflow-y: scroll;
        padding: 2rem .8rem 8rem;
        top: -1px
    }

    .container-flex-inner .mobile-view.active .hover {
        display: none
    }

    .shop-navigation {
        clear: both;
        display: none;
        visibility: hidden
    }

    .lang-switch svg {
        opacity: .4
    }
}

@media(max-width: 767px) {
    .main-header {
        padding:1.657rem 0
    }
}

footer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.new-footer a:hover {
    text-decoration: underline
}

.new-footer ul li {
    display: block
}

.new-footer ul li:not(:last-child) {
    margin-bottom: 10px
}

.new-footer .social a {
    -webkit-margin-end: .6rem;
    margin-inline-end:.6rem}

.new-footer .social img {
    width: 25px
}

.new-footer .box .selected-text {
    border: 0;
    transition: .23s cubic-bezier(.445,.05,.55,.95)
}

.new-footer .box .selected-text span {
    color: #efebe4
}

.new-footer .box .selected-text span:hover {
    cursor: pointer;
    text-decoration: underline
}

.new-footer .box .selected-text span.image:hover {
    text-decoration: none
}

.new-footer .box .selected-text span.image {
    vertical-align: top
}

.new-footer .fake-options {
    -webkit-overflow-scrolling: touch;
    font-size: 1.2rem;
    max-height: 150px;
    max-width: 100%;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 2
}

.new-footer .fake-options .wrap {
    border: 1px solid #cecece;
    border-top: 0
}

.new-footer .fake-options .wrap:first-child {
    border-top: 0
}

.new-footer .fake-options .wrap a {
    border: 0;
    color: #000!important;
    font-size: 1.4rem;
    height: 30px;
    padding: 7px 0 10px 10px
}

.new-footer .fake-options .wrap .country-image {
    width: 2rem
}

.new-footer .fake-select {
    position: relative
}

.new-footer .fake-options {
    height: 0;
    transition: height .4s ease-in
}

.new-footer .fake-options.show {
    height: 150px
}

.main-country-m {
    vertical-align: top
}

.new-footer .footer-title-accordeon+ul {
    padding-left: 0
}

@media(max-width: 991px) {
    .new-footer {
        display:block;
        position: relative
    }

    .new-footer ul li:first-child {
        margin-top: 10px
    }

    .new-footer .fake-select {
        width: 250px
    }

    .new-footer .fake-options .wrap {
        text-align: left
    }

    #footer {
        height: auto!important;
        text-align: center
    }

    .footer-title-accordeon {
        border-bottom: 1px solid #d5d5d5;
        cursor: pointer;
        position: relative;
        width: 100%
    }

    .footer-title-accordeon:after {
        content: "⌄";
        font-weight: 400;
        position: absolute;
        right: 0
    }

    .footer-title-accordeon.accordeon-collapsed:after {
        content: "⌃"
    }

    .footer-title-accordeon+ul {
        display: block;
        margin-bottom: 2rem;
        overflow: hidden;
        padding-left: 0!important;
        transition: all .22s linear
    }

    .footer-title-accordeon.accordeon-collapsed+ul {
        margin-bottom: 0!important;
        max-height: 0!important
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1400px;
    }
}

@media(max-width: 767px) {
    .container-flex-inner .mobile-view .nav-title {
        font-size:1.2rem
    }

    .product-flag {
        right: -3.5rem
    }

    .des-text div {
        font-size: 1.8rem
    }
}

@media(max-width: 575px) {
    .product-flag,.product-flag-menu {
        width:120%
    }
}

@media(max-width: 450px) {
    .container-flex-inner .mobile-view {
        min-height:230px
    }

    .add-btn-mobile {
        font-size: 1.3rem
    }
}

@media(max-width: 400px) {
    .machine-plan-hero {
        padding-top:125px
    }
}

@media(max-width: 350px) {
    .container-flex-inner .mobile-view {
        min-height:210px
    }

    .machine-active:after {
        bottom: 6rem
    }

    .machine-plan-top {
        padding-right: 35px
    }

    #machineTab .btn {
        white-space: normal
    }
}

.account-menu {
    letter-spacing: 1.2px
}

.account-menu>li>a:hover {
    color: #009ee2
}

.active-account-link {
    color: #009ee2!important;
    text-decoration: underline
}

.modal-content {
    border: none
}

.close-x {
    cursor: pointer;
    right: 2rem;
    top: 2rem
}

.welcome:after {
    content: var(--bubbles-desktop);
    max-width: 100%;
    padding-left: 3rem
}

.notice:before {
    content: var(--notice-desktop);
    margin-right: .5rem;
    padding-top: .1rem
}

.account-card-header:after {
    content: var(--arrow-down-desktop);
    pointer-events: none;
    position: absolute;
    right: 5rem;
    top: calc(50% - 5px)
}

.arrow-up:after {
    transform: rotateX(180deg)
}

.deliver-button:before {
    content: var(--deliveries-desktop);
    margin-right: 1.5rem
}

.details-button:before {
    content: var(--details-desktop);
    margin-right: 1.5rem
}

.payment-button:before {
    content: var(--payment-desktop);
    margin-right: 1.5rem
}

.account-btn:focus,.account-btn:hover {
    text-decoration: none
}

.account-btn:hover {
    color: initial
}

.account-card-body {
    padding-left: 6rem;
    padding-right: 10rem
}

.thankyou-popup {
    border: 1px solid #ff807b
}

.mobile-header-customer-info {
    background: #00adee;
    border-radius: 0 0 15px 15px;
    height: 34px;
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 2
}

.mobile-header-customer-info .mobile-customer-numer {
    margin-left: auto
}

.customer-initials {
    align-items: center;
    background: #00608a;
    border: 5px solid #5ccaf4;
    border-radius: 50%;
    box-sizing: content-box;
    display: flex;
    height: 38px;
    justify-content: center;
    top: 0;
    width: 38px
}

.customer-initials-mobile {
    border: 2px solid #5ccaf4!important;
    height: 20px!important;
    width: 20px!important
}

.customer-initials-text {
    color: #e9f9ff;
    line-height: 0
}

@media(max-width: 991px) {
    .modal-dialog.edit-address {
        top:70px
    }
}

@media(max-width: 767px) {
    .welcome:after {
        content:var(--bubbles-mobile);
        padding-left: 1rem
    }

    .notice:before {
        content: var(--notice-mobile);
        margin-right: .5rem;
        padding-top: .1rem
    }

    .account-card-header:after {
        content: var(--arrow-down-mobile);
        position: absolute;
        right: 3rem;
        top: calc(50% - 5px)
    }

    .arrow-up:after {
        transform: rotateX(180deg)
    }

    .deliver-button:before {
        content: var(--deliveries-mobile);
        margin-right: 1.5rem
    }

    .details-button:before {
        content: var(--details-mobile);
        margin-right: 1.5rem
    }

    .payment-button:before {
        content: var(--payment-mobile);
        margin-right: 1.5rem
    }

    #accordion-plan>.card {
        border-bottom: 1px solid #979797
    }

    #accordion-plan:first-child {
        border-top: 1px solid #979797
    }

    .account-card-body {
        padding-right: 1.25rem
    }

    .account-card-body,.account-card-header {
        padding-left: 1.25rem
    }

    .thankyou-popup {
        border: none
    }

    .account-menu {
        letter-spacing: 0
    }

    .active-account-link {
        color: #0d678f!important;
        text-decoration: none
    }

    .active-account-link:after {
        background: #0d678f;
        content: "";
        display: flex;
        height: 2px;
        margin-top: .8rem;
        width: 100%
    }
}

:lang(he) .welcome:after {
    padding-left: 0;
    padding-right: 3rem
}

:lang(he) .close-x {
    left: 2rem;
    right: auto
}

:lang(he) .account-card-header:after {
    left: 5rem;
    right: auto
}

:lang(he) .deliver-button:before,:lang(he) .details-button:before,:lang(he) .payment-button:before {
    margin-left: 1.5rem;
    margin-right: 0
}

@media screen and (max-width: 990px) {
    :lang(he) .paid-icon:before,:lang(he) .refund-icon:before {
        left:auto;
        right: -30px
    }

    :lang(he) .account-card-header:after {
        content: var(--arrow-down-mobile)
    }
}

.close-popup {
    z-index: 2
}

.close-btn {
    right: 2.5rem;
    top: 3rem
}

.bg-images:before {
    background-image: var(--globe-svg);
    height: calc(100% + 6.75rem);
    left: 0;
    top: -7rem;
    width: 50%
}

.bg-images:after,.bg-images:before {
    background-repeat: no-repeat;
    content: "";
    position: absolute
}

.bg-images:after {
    background-image: var(--bubbles_country);
    bottom: 0;
    height: 80%;
    right: 0;
    width: 25%
}

.country-select {
    border: 1px solid #7caab1;
    cursor: pointer;
    height: 30rem;
    overflow-y: scroll;
    top: 6rem;
    z-index: 8
}

.country {
    height: 6rem
}

.selected-country {
    border: 1px solid #7caab1;
    position: relative
}

.selected-country:after {
    content: var(--select-arrow);
    position: absolute;
    right: 2.5rem;
    width: 1rem
}

.country:hover {
    background-color: #d6eff3
}

.selected-country>* {
    pointer-events: none
}

.country p,.selected-country p {
    padding-right: 6rem;
    text-transform: capitalize
}

@media screen and (max-width: 767px) {
    .country-select {
        bottom:0;
        height: 70%;
        top: auto;
        width: 100%
    }

    .bg-images:before {
        background-position-x: 50%;
        height: 85%
    }

    .bg-images:after {
        height: 50%
    }
}

.close-popup {
    z-index: 2
}

.close-btn {
    right: 2.5rem;
    top: 3rem
}

.bg-images:before {
    background-image: var(--globe-svg);
    height: calc(100% + 6.75rem);
    left: 0;
    top: -7rem;
    width: 50%
}

.bg-images:after,.bg-images:before {
    background-repeat: no-repeat;
    content: "";
    position: absolute
}

.bg-images:after {
    background-image: var(--bubbles_country);
    bottom: 0;
    height: 80%;
    right: 0;
    width: 25%
}

.country-select {
    border: 1px solid #7caab1;
    cursor: pointer;
    height: 30rem;
    overflow-y: scroll;
    top: 6rem;
    z-index: 8
}

.country {
    height: 6rem
}

.selected-country {
    border: 1px solid #7caab1;
    position: relative
}

.selected-country:after {
    content: var(--select-arrow);
    position: absolute;
    right: 2.5rem;
    width: 1rem
}

.country:hover {
    background-color: #d6eff3
}

.selected-country>* {
    pointer-events: none
}

.country p,.selected-country p {
    padding-right: 6rem;
    text-transform: capitalize
}

@media screen and (max-width: 767px) {
    .country-select {
        bottom:0;
        height: 70%;
        top: auto;
        width: 100%
    }

    .bg-images:before {
        background-position-x: 50%;
        height: 85%
    }

    .bg-images:after {
        height: 50%
    }
}

.hp-hero-margin-normalize {
    margin-top: 0!important
}

@media(max-width: 1450px)and (min-width:1200px) {
    .header-desktop.container,.menu-dropdown-container.container {
        max-width:97%!important
    }
}

#header-v2 {
    position: relative;
    z-index: 1039
}

#header-v2 .header-desktop {
    z-index: 2
}

#header-v2 .header-logo svg {
    width: 100%
}

#header-v2 .menu-dropdown-button {
    border-left: 1px solid #eceeef;
    border-right: 1px solid #eceeef;
    transition: all .3s ease
}

#header-v2 .menu-dropdown-button:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 3px;
    content: "";
    display: inline-block;
    height: 9px;
    left: 6px;
    position: relative;
    transform: rotate(45deg);
    transition: transform .2s ease,top .2s ease,bottom .2s ease,left .2s ease,right .2s ease;
    width: 9px
}

#header-v2 .menu-dropdown-button.header-dropdown-opened,#header-v2 .menu-dropdown-button:hover {
    background: #005d6e;
    border-color: #005d6e;
    color: #fff
}

#header-v2 .menu-dropdown-button.header-dropdown-opened:after {
    bottom: -1px;
    transform: rotate(-135deg)
}

#header-v2 .phone-container svg * {
    stroke: #002238!important
}

#header-v2 .header-dropdown-item,#header-v2 .header-menu-item {
    flex: 1 0 auto;
    height: auto;
    padding: 0;
    transform: scale(1)
}

#header-v2 .header-dropdown-item img,#header-v2 .header-menu-item img {
    bottom: 0;
    position: absolute
}

#header-v2 .header-dropdown-item p,#header-v2 .header-menu-item p {
    position: absolute;
    top: 0
}

#header-v2 .header-dropdown-item:before,#header-v2 .header-menu-item:before {
    content: "";
    display: block;
    padding-top: 100%
}

#header-v2 .header-dropdown-item-image img,#header-v2 .header-dropdown-item-image p,#header-v2 .header-menu-item-image img,#header-v2 .header-menu-item-image p {
    position: relative
}

#header-v2 .header-dropdown-item-image:before,#header-v2 .header-menu-item-image:before {
    content: none
}

#header-v2 .header-gas .header-gas-text {
    transition: .3s ease
}

#header-v2 .header-banner {
    border: 1px solid #c1c7c9
}

#header-v2 .menu-dropdown-button:last-child {
    border-left: 0
}

#header-v2 .header-quick-links.quick-links-dropdown {
    overflow: visible!important
}

#header-v2 .header-quick-links.quick-links-dropdown .header-quick-links-list {
    background: #fff;
    border: 1px solid #eceeef;
    border-radius: 25px;
    display: none!important;
    flex-direction: column!important;
    margin-top: 13px;
    padding: 20px;
    position: absolute;
    right: -18px
}

#header-v2 .header-quick-links.quick-links-dropdown .header-quick-links-list a {
    border-bottom: 1px solid #ebedee;
    padding: 15px 0
}

#header-v2 .header-quick-links.quick-links-dropdown .header-quick-links-list a:first-child {
    padding-top: 0
}

#header-v2 .header-quick-links.quick-links-dropdown .header-quick-links-list a:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

#header-v2 .header-quick-links.quick-links-dropdown .header-quick-links-list a:hover {
    text-decoration: underline
}

#header-v2 .header-quick-links.quick-links-dropdown .header-quick-opener {
    display: block!important
}

#header-v2 .header-quick-links.quick-links-dropdown .header-quick-opener:after {
    border-bottom: 2px solid #002238;
    border-right: 2px solid #002238;
    bottom: 3px;
    content: "";
    display: inline-block;
    height: 7px;
    left: 6px;
    position: relative;
    transform: rotate(45deg);
    transition: transform .2s ease,top .2s ease,bottom .2s ease,left .2s ease,right .2s ease;
    width: 7px
}

#header-v2 .header-quick-links.quick-links-dropdown .header-triangle {
    background: #fff;
    border-left: 1px solid #eceeef;
    border-top: 1px solid #eceeef;
    display: none!important;
    height: 12px;
    margin-top: 7px;
    position: absolute;
    right: 12px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 100
}

#header-v2 .header-quick-links.quick-links-opened .header-quick-opener:after {
    bottom: 0;
    transform: rotate(-135deg)
}

#header-v2 .header-quick-links.quick-links-opened .header-quick-links-list,#header-v2 .header-quick-links.quick-links-opened .header-triangle {
    display: flex!important
}

#header-v2 .header-action-area {
    border-radius: 0 35px 35px 0;
    justify-content: space-evenly;
    left: 1px
}

#header-v2 .header-action-area .phone-container a:hover span {
    text-decoration: underline
}

#header-v2 .header-action-area .header-language-switcher .lang-opener:after {
    border-bottom: 2px solid #75a7ad;
    border-right: 2px solid #75a7ad;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: -11px;
    top: 5px;
    transform: rotate(45deg);
    transition: transform .2s ease,top .2s ease,bottom .2s ease,left .2s ease,right .2s ease;
    width: 7px
}

#header-v2 .header-action-area .header-language-switcher.lang-selector-visible .lang-selector,#header-v2 .header-action-area .header-language-switcher.lang-selector-visible .lang-triangle {
    display: flex!important
}

#header-v2 .header-action-area .header-language-switcher.lang-selector-visible .lang-opener:after {
    top: 8px;
    transform: rotate(-135deg)
}

#header-v2 .header-action-area .header-language-switcher .lang-triangle {
    background: #fff;
    border-left: 1px solid #eceeef;
    border-top: 1px solid #eceeef;
    height: 12px;
    position: absolute;
    right: 2px;
    top: 44px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 100
}

#header-v2 .header-action-area .header-language-switcher .lang-selector {
    border: 1px solid #eceeef;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 rgba(82,83,83,.1);
    flex-direction: column;
    padding: 25px;
    right: -15px;
    top: 50px
}

#header-v2 .header-action-area .header-language-switcher .lang-selector span {
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    padding: 15px 0
}

#header-v2 .header-action-area .header-language-switcher .lang-selector span:first-child {
    padding-top: 0
}

#header-v2 .header-action-area .header-language-switcher .lang-selector span:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

#header-v2 .header-action-area .header-cart .v2-cart-counter {
    display: flex;
    font-weight: 700;
    height: 16px;
    margin-top: -16px;
    position: absolute;
    right: -2px;
    width: 16px
}

@media(max-width: 991px) {
    html[data-scrolldir=down] #header-v2 .header-mobile.header-v2-container {
        margin-top:-60px
    }

    #header-v2 .header-v2 {
        position: fixed
    }

    #header-v2 .container {
        margin-top: 0;
        max-width: 100%
    }

    #header-v2 .header-mobile.header-v2-container {
        border-radius: 0;
        box-shadow: 0 3px 20px 0 rgba(82,83,83,.1);
        height: 60px;
        margin-top: 0;
        position: relative;
        transition: margin-top .3s ease;
        width: 100%;
        z-index: 22
    }

    #header-v2 .header-desktop,#header-v2 .menu-dropdown-container {
        background: #fff;
        height: 100%;
        left: 0;
        max-width: 90%;
        overflow-y: scroll;
        padding-bottom: 90px;
        padding-top: 100px;
        position: fixed!important;
        top: 0;
        transition: opacity .4s ease,visibility 0s linear .4s
    }

    #header-v2 .header-desktop.active-window,#header-v2 .menu-dropdown-container.active-window {
        opacity: 1;
        transition: opacity .3s ease,visibility 0s linear;
        visibility: visible
    }

    #header-v2 .header-v2-container.header-desktop {
        z-index: 20
    }

    #header-v2 .header-v2-container.header-desktop>.row {
        min-height: 100%
    }

    #header-v2 .menu-dropdown-container {
        padding-top: 92px;
        z-index: 21
    }

    #header-v2 .header-logo svg {
        max-height: 40px
    }

    #header-v2 .header-v2-mobile-buttons {
        border-top: 1px solid #eceeef;
        box-shadow: 0 3px 20px 0 hsla(190,3%,64%,.16)
    }

    #header-v2 .header-v2-mobile-buttons .header-v2-mobile-button {
        border-right: 1px solid #eceeef;
        height: 50px
    }

    #header-v2 .header-v2-mobile-buttons .header-v2-mobile-button:last-child {
        border-right: 0
    }

    #header-v2 .header-quick-links {
        width: 100%
    }

    #header-v2 .header-quick-links .header-quick-links-list a {
        border-bottom: 1px solid #eceeef;
        padding: 15px 0
    }

    #header-v2 .header-quick-links .header-quick-links-list a:first-child {
        border-top: 1px solid #eceeef
    }

    #header-v2 .header-quick-links .header-quick-links-list a:last-child {
        border-bottom: 0
    }

    #header-v2 .header-action-area {
        background: #fff
    }

    #header-v2 .header-action-area svg * {
        stroke: #75a7ad!important
    }

    #header-v2 .header-menu-buttons-holder {
        width: 100%
    }

    #header-v2 .header-language-switcher {
        width: 28px
    }

    #header-v2 .menu-dropdown-container .dropdown-cta-container {
        margin-top: auto
    }

    #header-v2 .svg-menu-button path {
        transition: .3s ease
    }

    #header-v2 .mobile-overlay {
        background-color: #000;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        transition: opacity .3s ease,visibility 0s ease .3s;
        width: 100%;
        z-index: 19
    }

    body.mobile-menu-visible {
        overflow: hidden
    }

    body.mobile-menu-visible #header-v2 .svg-menu-button .menu-line-1 {
        transform: rotate(45deg) translate(5px,-4px)
    }

    body.mobile-menu-visible #header-v2 .svg-menu-button .menu-line-2 {
        transform: rotate(-45deg) translate(-13px,5px) scaleX(1.4)
    }

    body.mobile-menu-visible #header-v2 .svg-menu-button .menu-line-3 {
        transform: rotate(-45deg) translate(-13px,-2px) scaleX(2.1)
    }

    body.mobile-menu-visible #header-v2 .mobile-overlay {
        opacity: .6;
        transition: opacity .3s ease,visibility 0s ease;
        visibility: visible
    }
}

@media(min-width: 992px) {
    .hp-hero-margin-normalize {
        height:100vh!important
    }

    #header-v2 .header-v2-container {
        height: 70px;
        margin-top: 10px;
        position: fixed
    }

    #header-v2 .header-mobile {
        display: none!important
    }

    #header-v2 .header-v2-container.header-desktop>.row {
        border-radius: 35px;
        box-shadow: 0 3px 20px 0 rgba(82,83,83,.1);
        height: 70px
    }

    #header-v2 .header-v2-container.header-desktop:before {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        background-color: hsla(0,0%,100%,.1);
        content: "";
        display: block;
        height: 40px;
        left: 0;
        position: absolute;
        top: -1rem;
        width: 100%;
        z-index: -1
    }

    #header-v2 .menu-dropdown-container {
        background: #fff;
        border-radius: 40px;
        box-shadow: 0 3px 20px 0 rgba(82,83,83,.1);
        opacity: 0;
        overflow: hidden;
        padding-bottom: 11px;
        padding-top: 20px;
        position: fixed!important;
        transition: transform 1.5s cubic-bezier(.22,1,.36,1),opacity .8s cubic-bezier(.22,1,.36,1);
        z-index: -1
    }

    #header-v2 .menu-dropdown-container.dropdown-visible {
        opacity: 1;
        transform: translateY(90px);
        transition: transform 1s cubic-bezier(.22,1,.36,1),opacity 1.2s cubic-bezier(.22,1,.36,1)!important;
        z-index: 1
    }

    #header-v2 .header-logo svg {
        max-height: 35px
    }

    #header-v2 .header-banner,#header-v2 .header-menu-buttons-holder {
        height: 100%
    }

    #header-v2 .header-banner-image img,#header-v2 .header-banner-image svg {
        max-height: 250px
    }

    #header-v2 .header-dropdown-item img {
        transition: all .2s linear
    }

    #header-v2 .header-dropdown-item:hover img {
        transform: scale(1.1)
    }

    #header-v2 .header-dropdown-banner-container {
        align-self: stretch
    }

    #header-v2 .header-dropdown-cta-button {
        margin-left: 50px
    }

    #header-v2 .header-quick-links:not(.quick-links-dropdown) .header-quick-links-list {
        padding: 0!important
    }

    #header-v2 .header-quick-links:not(.quick-links-dropdown) a:first-child {
        margin-left: 0!important
    }

    #header-v2 .header-action-area {
        border-radius: 0 35px 35px 0;
        left: 1px
    }

    #header-v2 .header-action-area svg {
        transition: all .3s ease
    }

    #header-v2 .header-action-area svg:hover {
        opacity: .8
    }

    #header-v2 .header-action-area .header-language-switcher .lang-opener:after {
        border-color: #efebe4
    }

    #header-v2 .header-action-area .header-language-switcher .lang-selector {
        right: -20px;
        top: 58px
    }

    #header-v2 .header-action-area .header-language-switcher .lang-triangle {
        right: -4px;
        top: 53px
    }
}
