.about-feeling{position:relative;padding:64px 0}.about-feeling:after{position:absolute;content:"";width:100%;height:1px;background-color:red;left:0;bottom:100%}.about-feeling__text{max-width:600px}.about-feeling__text>*+*{margin-top:24px}.about-feeling__text h2{font-weight:400;font-family:var(--font2);font-size:32px;line-height:.75}.about-feeling__text h3{font-weight:600;font-size:16px}@media (min-width: 1000px){.about-feeling{padding:128px 0;text-align:center}.about-feeling__text{max-width:800px;margin:0 auto}.about-feeling__text h2{font-size:64px}.about-feeling__text h3{font-size:24px}.about-feeling__text p{font-size:18px}}.about-hands{padding:20px 0}.about-hands__box{border-radius:10px;background-size:cover;background-position:center center;height:700px;display:flex;align-items:flex-end;padding:20px}.about-hands__text{background-color:var(--white);padding:24px;border-radius:10px}.about-hands__text>*+*{margin-top:24px}.about-hands__text h2{font-weight:400;font-family:var(--font2);font-size:32px;line-height:.75}@media (min-width: 1000px){.about-hands__box{display:flex;align-items:center;justify-content:flex-end}.about-hands__text{max-width:700px;padding:48px;width:48%}.about-hands__text h2{font-size:64px}.about-hands__text p{font-size:18px}}@media (min-width: 1200px){.about-hands__box{height:820px}.about-hands__text{padding:96px}}.about-hero{height:500px;background-size:cover;background-position:center center;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.about-hero .icon-waves{position:absolute;bottom:0;left:-400px;width:2000px;max-width:none;z-index:10}.about-hero__heading{font-weight:400;font-family:var(--font2);font-size:40px;color:var(--white);text-align:center;line-height:.75;max-width:300px;margin:0 auto;text-wrap:balance;position:relative;z-index:11}@media (min-width: 1000px){.about-hero{height:700px}.home-hero .icon-waves{width:100%;left:0}.about-hero__heading{font-size:72px;max-width:none}}@media (min-width: 1200px){.about-hero__heading{font-size:96px}}.about-real{padding:64px 0}.about-real__heading{margin:0 auto;max-width:240px;transition:.2s opacity;cursor:pointer}.about-real__heading:hover{opacity:.7}.about-real__flex{display:flex;flex-direction:column;gap:20px;margin-top:32px}.about-real-block{position:relative;background-color:var(--teal);color:var(--white);border-radius:20px;padding:24px;height:240px;display:flex;flex-direction:column;text-align:center}.about-real-block__number{font-size:24px;font-family:var(--font2);line-height:.75;font-weight:400}.about-real-block__heading{font-size:36px;font-family:var(--font2);line-height:.75;font-weight:400;margin:10px 0}.about-real-block__heading:hover{opacity:.7}.about-real-block__text{margin-top:auto}.about-real__manifesto>*+*{margin-top:24px}@media (min-width: 1000px){.about-real{padding:128px 0}.about-real__heading{margin:0 auto;max-width:440px}.about-real__flex{flex-direction:row}.about-real-block{height:320px;padding:48px;flex:1}.about-real-block__heading{font-size:48px}.about-real-block__text{font-size:18px;max-width:360px;margin:auto auto 0}.about-real__manifesto{font-size:18px}}.about-share{padding:64px 0;text-align:center}.about-share__heading{font-size:48px;font-family:var(--font2);font-weight:400;line-height:.75;margin-bottom:32px}.about-share__buttons{display:flex;flex-direction:column;align-items:center;gap:16px}@media (min-width: 1000px){.about-share{padding:128px 0}.about-share__heading{font-size:64px;margin-bottom:48px}.about-share__heading br{display:none}.about-share__buttons{display:inline-flex;flex-direction:row;gap:12px}}@media (min-width: 1200px){.about-share__heading{font-size:96px}}.about-split{background-color:var(--teal);color:var(--white)}.about-split__flex{display:flex;flex-direction:column}.about-split__right{padding:24px 20px}.about-split__text>*+*{margin-top:24px}.about-split__text h2{font-weight:400;font-family:var(--font2);font-size:32px;line-height:.75}.about-split__text h3{font-weight:600;font-size:16px}@media (min-width: 1000px){.about-split__flex{flex-direction:row-reverse}.about-split__left,.about-split__right{flex:1}.about-split__right{display:flex;align-items:center;justify-content:center}.about-split__text{max-width:400px}.about-split__right img{max-height:900px;object-fit:cover}.about-split__text h2{font-size:64px}.about-split__text h3{font-size:24px}.about-split__text p{font-size:18px}}.ajax-cart{position:fixed;top:0;width:100%;height:100%;background:#0009;display:flex;z-index:100;opacity:0;left:-9999px;transition:var(--fadeOff)}.ajax-cart--active{opacity:1;left:0;transition:var(--fadeOn)}.ajax-cart__box{margin-left:auto;width:calc(100% - 24px);background-color:var(--white);max-width:400px;transform:translate(100%);transition:.2s transform;display:flex;flex-direction:column}.ajax-cart--active .ajax-cart__box{transform:none}.ajax-cart__flex{flex:1;overflow-y:auto;display:flex;flex-direction:column}.ajax-cart-qs{width:80px;display:flex;align-items:center}.ajax-cart-qs__minus,.ajax-cart-qs__plus{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--black);background-color:var(--white)}.ajax-cart-qs__input{text-align:center;flex:1;width:32px}.ajax-cart-announcement{background-color:var(--black);color:var(--white);padding:10px 0;text-align:center}.ajax-cart-announcement p{text-transform:uppercase;font-size:14px;font-weight:500}.ajax-cart-announcement p a{color:var(--white);text-decoration:underline}.ajax-cart-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:var(--header-height, 76px);border-bottom:1px solid var(--blackBorder);font-weight:600;height:76px;min-height:76px}.ajax-cart-header__left{display:flex;align-items:center;justify-content:space-between;gap:24px}.ajax-cart-header__left h2{font-weight:600}.ajax-cart-header__bag{display:flex;align-items:center;gap:6px}.ajax-cart-empty{text-align:center;padding:48px 0}.ajax-cart-empty__heading{font-size:20px;font-weight:600}.ajax-cart-empty__text{margin:10px 0 15px}.ajax-cart-empty__buttons{display:flex;flex-direction:column;align-items:center;gap:16px}.ajax-cart-empty__buttons .button{width:240px;text-align:center;justify-content:center;align-items:center}.ajax-cart-progress{padding:20px 20px 26px}.ajax-cart-progress__text{font-size:12px;font-weight:600;margin-bottom:10px}.ajax-cart-progress__bar{background-color:var(--lightGrayBg);height:4px;border-radius:4px;width:100%;position:relative}.ajax-cart-progress__bar-filled{background-color:var(--teal);height:4px;border-radius:4px}.ajax-cart-progress__bubble{position:absolute;top:50%;margin-top:-7px;transform:translate(-50%);font-size:12px}.ajax-cart-progress__bubble--percent{left:auto;right:-7px;text-align:right;transform:none}.ajax-cart-progress__bubble-bubble{width:14px;height:14px;border:2px solid white;background-color:var(--lightGrayBg);border-radius:50%;margin:0 auto 5px}.ajax-cart-progress__bubble--percent .ajax-cart-progress__bubble-bubble{margin:0 0 5px auto}.ajax-cart-progress__bubble-bubble--filled{background-color:var(--teal)}.ajax-cart-items{padding:20px}.ajax-cart-items__section+.ajax-cart-items__section{margin-top:20px}.ajax-cart-items__heading{text-transform:uppercase;font-size:12px;font-weight:600;margin-bottom:12px}.ajax-cart-item{background-color:var(--lightGrayBg);border-radius:10px;display:flex;gap:16px;padding:10px}.ajax-cart-item+.ajax-cart-item{margin-top:10px}.ajax-cart-item__image{width:80px;background-color:var(--white)}.ajax-cart-item__img{width:80px;height:80px;object-fit:cover;aspect-ratio:1/1;font-size:0}.ajax-cart-item__main{flex:1;display:flex;flex-direction:column}.ajax-cart-item__title{font-size:16px;font-weight:600;margin-bottom:4px}.ajax-cart-item__title a{color:var(--black)}.ajax-cart-item__variant{display:flex;align-items:center;gap:6px}.ajax-cart-item__variant-color{width:10px;height:10px;border-radius:50%}.ajax-cart-item__variant-title{flex:1;color:var(--black50);font-size:14px;font-weight:400}.ajax-cart-item__main-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.ajax-cart-item__prices{flex:1;display:flex;align-items:center;font-size:14px;font-weight:600}.ajax-cart-item__compare{text-decoration:line-through;color:var(--black50);font-weight:400;margin-left:10px}.ajax-cart-footer{padding:20px;background-color:var(--teal);color:var(--white);margin-top:auto}.ajax-cart-footer__row{display:flex;align-items:center;justify-content:space-between;font-weight:500}.ajax-cart-footer__row+.ajax-cart-footer__row{margin-top:12px}.ajax-cart-footer__taxes{color:var(--white);font-size:12px;margin-top:24px}.ajax-cart-footer__checkout{margin-top:20px}.ajax-cart-love{margin-top:auto;padding:20px;border-top:1px solid var(--blackBorder)}.ajax-cart-love__heading{font-size:14px;font-weight:600;margin-bottom:10px}.ajax-cart-love-item{display:flex;align-items:center;gap:16px}.ajax-cart-love-item__image{width:40px}.ajax-cart-love-item__img{border-radius:4px}.ajax-cart-love-item__main{flex:1}.ajax-cart-love-item__heading{font-size:14px;font-weight:600;margin-bottom:4px}.ajax-cart-love-item__subheading{font-size:14px;font-weight:400}.ajax-cart-love-item__add{color:var(--white);background-color:var(--teal);padding:0 16px;line-height:32px;border-radius:30px;font-weight:700;font-size:12px}.ajax-cart-love--active .ajax-cart-love-item__add,.ajax-cart-love-item__close{display:none}.ajax-cart-love--active .ajax-cart-love-item__close{display:block}.ajax-cart-love-body{padding:20px 0;display:none}.ajax-cart-love--active .ajax-cart-love-body{display:block}.ajax-cart-love-form{margin-top:20px}.ajax-cart-love-body__options{display:flex;flex-direction:column;gap:5px}.ajax-cart-love-body__option{display:flex;align-items:center;gap:16px}.ajax-cart-love-body__radio{width:19px;height:19px;border:1px solid var(--blackBorder);background-color:var(--black10);border-radius:50%}.ajax-cart-love-body__radio:checked,.ajax-cart-love-body__radio:hover{box-shadow:inset 0 0 0 3px var(--white);background-color:var(--black);border:1px solid var(--black)}.ajax-cart-love-body__label{font-size:14px}.ajax-cart-love-body__badge{background-color:var(--orange);font-size:10px;font-weight:600;text-transform:uppercase;color:var(--white);border-radius:4px;line-height:19px;display:inline-flex;padding:0 4px;margin-left:4px}.ajax-cart-love-form__flex{display:flex;align-items:center;gap:16px}.ajax-cart-love-form__input{line-height:40px;border-radius:200px;background-color:var(--black10);padding:0 24px;flex:1;font-size:14px}input[type=text].ajax-cart-love-form__input--sender{margin-bottom:10px;display:none}input[type=text].ajax-cart-love-form__input--active{display:block}.ajax-cart-love-form__button{line-height:40px;border-radius:200px;background-color:var(--teal);color:var(--white);padding:0 24px;font-size:14px;font-weight:600}.ajax-cart-love-form__error{display:none;font-size:12px;margin-top:10px;text-align:center}.ajax-cart-love-form__error--active{display:block}.announcement{background-color:var(--black);color:var(--white);height:var(--announcementHeight);display:flex;align-items:center;text-align:center;position:sticky}.announcement[data-alia-id]{cursor:pointer}.announcement p{text-transform:uppercase;font-size:14px;font-weight:500}.announcement p a{color:var(--white);text-decoration:underline}@keyframes slideAsSeenIn{0%{transform:translate(0)}to{transform:translate(-100%)}}.as-seen-in{text-align:center;padding:64px 0;border-bottom:1px solid var(--blackBorder);position:relative;z-index:11}.as-seen-in:before{position:absolute;bottom:100%;background-color:var(--white);width:100%;left:0;content:"";height:1px}.as-seen-in--desktop{display:none}.as-seen-in__heading{color:var(--teal);font-family:var(--font2);font-size:24px;margin-bottom:48px;font-weight:400}.as-seen-in__grid{display:grid;grid-template-columns:repeat(1,1fr);padding-bottom:40px}.as-seen-in__item-text{max-width:300px;margin:0 auto;height:80px}.as-seen-in__item-logo{margin-bottom:24px;height:40px;display:flex;align-items:center}.as-seen-in__item-logo-image{margin:0 auto}.as-seen-in .swiper{overflow:hidden}.as-seen-in .swiper-wrapper{display:flex}.as-seen-in .swiper-pagination{bottom:0;top:auto}.as-seen-in .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;border:2px solid var(--black);background-color:transparent;opacity:1;transition:.2s background-color}.as-seen-in .swiper-pagination-bullet-active{background-color:var(--black)}.as-seen-in__marquee{overflow:hidden;white-space:nowrap}.as-seen-in__marquee-slide{display:inline-flex;align-items:flex-start;animation:35s slideAsSeenIn infinite linear}.as-seen-in__marquee .as-seen-in__item-text{white-space:initial}.as-seen-in__marquee-slide .as-seen-in__item{display:inline-block;width:300px;margin:0 30px}@media (min-width: 1000px){.as-seen-in{padding:96px 0}.as-seen-in--mobile{display:none}.as-seen-in--desktop{display:block}.as-seen-in__heading{margin-bottom:64px;font-size:32px}.as-seen-in .swiper{overflow:visible}.as-seen-in .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,5vw,96px)}.as-seen-in .swiper-slide{width:auto!important}.as-seen-in .swiper-pagination{display:none}}.balanced{padding:64px 0}.balanced__flex{display:flex;flex-direction:column;gap:64px}.balanced__left{text-align:center}.balanced__heading{font-size:32px;line-height:.8;font-family:var(--font2);font-weight:400}.balanced__body>*{margin-top:20px}.balanced__items{display:flex;flex-direction:column;gap:10px}.balanced__video{display:none}.balanced__video video{border-radius:10px}@media (min-width: 1000px){.balanced{background-color:var(--teal);background-image:linear-gradient(107deg,#00b5ad,#a9f3cd);color:var(--white)}.balanced__outer-flex{display:flex;align-items:center;gap:60px}.balanced__flex{flex-direction:column;flex:1}.balanced__right{max-width:400px;width:100%;margin:0 auto}.balanced__heading{font-size:64px;text-wrap:balance}.balanced__body,.balanced__item{text-wrap:balance;font-size:18px}.balanced__video{flex:1;max-width:600px;display:block}.balanced__video video{display:block;width:100%}}.basic-text{padding:64px 0}.basic-text__text--center,.basic-text__text--Center{text-align:center}.basic-text__text h2{font-family:var(--font2);line-height:.75;font-size:40px;margin-bottom:32px;font-weight:400}.basic-text__text>*+*{margin-top:20px}.basic-text p,.basic-text ul{max-width:900px;margin:0 auto}@media (min-width: 1000px){.basic-text{padding:128px 0}.basic-text__text{font-size:18px}.basic-text__text h2{font-size:64px}}.can-nutrition{position:relative;padding-bottom:64px;overflow:hidden}.can-nutrition:after{position:absolute;bottom:0;background-color:var(--white);width:100%;left:0;content:"";height:1px}.can-nutrition__image{position:relative;height:400px;overflow:hidden}.can-nutrition__img{position:absolute;height:400px;max-width:none;top:0;left:50%;transform:translate(-50%)}.can-nutrition-row{border-bottom:1px solid var(--white);color:var(--white);padding:10px 0;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;font-size:24px;font-family:var(--font2);text-transform:uppercase;line-height:1}.can-nutrition .icon-waves{position:absolute;bottom:0;min-width:calc(100% + 400px);left:-400px;width:2000px;max-width:none}@media (min-width: 1000px){.can-nutrition{--row-height: 102px;--bottom-offset: 100px;--top-offset: 100px;padding-bottom:0}.can-nutrition .width{position:relative}.can-nutrition__image,.can-nutrition__img{height:650px}.can-nutrition-row{position:absolute;z-index:10;padding:24px 0;flex-direction:column-reverse;justify-content:center;height:var(--row-height)}.can-nutrition-row--1,.can-nutrition-row--2,.can-nutrition-row--3{align-items:flex-start;left:0}.can-nutrition-row--1{width:200px;bottom:calc(var(--bottom-offset) + var(--row-height) * 2)}.can-nutrition-row--2{width:150px;bottom:calc(var(--bottom-offset) + var(--row-height))}.can-nutrition-row--3{width:100px;bottom:var(--bottom-offset)}.can-nutrition-row--4,.can-nutrition-row--5,.can-nutrition-row--6{align-items:flex-end;right:0}.can-nutrition-row--4{width:200px;top:var(--top-offset)}.can-nutrition-row--5{width:150px;top:calc(var(--top-offset) + var(--row-height))}.can-nutrition-row--6{width:100px;top:calc(var(--top-offset) + var(--row-height) * 2)}.can-nutrition-row__label{font-size:24px;white-space:nowrap}.can-nutrition-row__value{font-size:36px}}@media (min-width: 1340px){.can-nutrition{--bottom-offset: 140px;--top-offset: 140px}.can-nutrition__image,.can-nutrition__img{height:800px}.can-nutrition-row--1{width:150px}.can-nutrition-row--2{width:200px}.can-nutrition-row--3,.can-nutrition-row--4{width:280px}.can-nutrition-row--5{width:200px}.can-nutrition-row--6{width:150px}}.collab{color:var(--white);padding:48px 0;border-radius:10px;background-size:cover;background-position:top center}.width.collab__width{max-width:1540px}.collab__box{color:var(--black);border-radius:10px;padding:48px 24px 0;overflow:hidden;position:relative}.collab--no-foreground .collab__box{padding-bottom:48px}.collab__logos{display:flex;align-items:flex-end;justify-content:center;color:var(--white);margin-bottom:48px}.collab__logos .icon-logo{width:78px}.collab__logos .icon-x-big{margin:0 12px 5px;width:16px}.collab__logo{width:140px}.collab__text{padding:24px;border-radius:10px;background-color:var(--white)}.collab__heading{text-wrap:balance;font-family:var(--font2);font-size:32px;line-height:.8;max-width:200px;font-weight:400}.collab__body{margin:24px 0;max-width:340px}.collab__foreground{max-width:calc(100% + 48px);width:500px;margin:32px -24px 0}@media (min-width: 500px){.collab__foreground{max-width:500px;margin:32px auto 0}}@media (min-width: 1000px){.collab{padding:64px 0}.collab__box{flex-direction:row-reverse;display:flex;gap:48px;padding:48px 48px 0}.collab--no-foreground .collab__box{padding-bottom:48px;min-height:700px}.collab__logos{position:absolute;top:48px;left:48px;margin:0}.collab__logos .icon-logo{width:154px}.collab__logos .icon-x-big{margin:0 24px 10px;width:30px}.collab__logo{width:200px}.collab__text{max-width:600px;width:50%;align-self:center;padding:32px 28px 48px}.collab__heading{font-size:63px;max-width:none}.collab__body{max-width:none;font-size:18px}.collab__foreground{max-width:none;width:60%;margin:80px 0 0;align-self:flex-end}}@media (min-width: 1200px){.collab__box{height:760px}}.comparison__table{width:calc(100% + 40px);border-collapse:collapse;margin:0 -20px}.comparison__table-row{display:flex;margin:-1px 0}.comparison__table-row:first-of-type{font-weight:600}.comparison__table-cell{width:18.75%;font-size:12px}.comparison__table-cell:first-of-type{font-weight:600}.comparison__table .icon-logo{width:46px}.comparison__table-cell:first-of-type{flex:initial;width:25%}.comparison__cell-content{height:80px;padding:0 5px;display:flex;align-items:center;justify-content:center;text-align:center}.comparison__table-row:nth-of-type(n+2) .comparison__table-cell .comparison__cell-content{border-top:1px solid var(--blackBorder)}.comparison__table-row:first-child .comparison__table-cell:nth-of-type(2) .comparison__cell-content{border-top-left-radius:6px;border-top-right-radius:6px}.comparison__table-row:last-child .comparison__table-cell:nth-of-type(2) .comparison__cell-content{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.comparison__cell-content svg{margin:0 auto}.comparison__disclaimer{text-align:center;margin-top:20px;text-transform:uppercase;font-size:12px}.comparison__disclaimer a{text-decoration:underline;color:var(--teal);transition:.2s opacity}.comparison__disclaimer a:hover{opacity:.7}@media (min-width: 600px){.comparison__table{width:100%;margin:0}.comparison__table-cell,.comparison__table-cell:first-of-type{font-size:12px;width:20%}.comparison__table-cell:first-of-type .comparison__cell-content{text-align:left;justify-content:flex-start}.comparison__table-cell:first-of-type .comparison__cell-content{padding-right:16px}.comparison__table .icon-logo{width:62px}}@media (min-width: 1000px){.comparison__table-cell,.comparison__table-cell:first-of-type{font-size:16px}.comparison__table .icon-logo{width:92px}}@media (min-width: 1240px){.comparison__table-cell,.comparison__table-cell:first-of-type{font-size:18px}.comparison__table-cell:first-of-type .comparison__cell-content{padding-right:32px}}.drinks-grid{padding:64px 0 24px;position:relative}.drinks-grid:after{position:absolute;bottom:100%;background-color:var(--white);width:100%;left:0;content:"";height:1px}.drinks-grid__header{text-align:center;max-width:320px;margin:0 auto}.drinks-grid__heading{font-family:var(--font2);font-weight:400;font-size:40px;line-height:.9}.drinks-grid__body{text-wrap:balance;margin-top:32px}.drinks-grid__slider{overflow:hidden;position:relative;padding:32px 0 40px}.drinks-grid-product{text-align:center}.drinks-grid-product__image{max-width:88px;margin:0 auto 20px;transition:.4s transform}.drinks-grid-product:hover .drinks-grid-product__image{transform:translateY(-24px)}.drinks-grid-product__badge{color:var(--black);font-weight:600;font-size:12px;line-height:1;padding:10px 12px;border-radius:30px;background-color:var(--white);display:inline-flex}.drinks-grid-product__title{color:var(--white);font-family:var(--font2);margin:10px auto 20px;font-weight:400;line-height:.8;font-size:32px;text-transform:uppercase}.drinks-grid .swiper-wrapper{display:flex}.drinks-grid .swiper-button-prev,.drinks-grid .swiper-button-next{color:var(--black);background-color:var(--white);border-radius:30px;width:60px;height:40px;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;background-position:center center}.drinks-grid .swiper-button-prev{background-image:url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50009 1.5L1.5 9.49991L9.50009 17.5' stroke='%23061B2D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.drinks-grid .swiper-button-next{background-image:url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49991 1.5L9.5 9.49991L1.49991 17.5' stroke='%23061B2D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.drinks-grid .swiper-button-prev svg,.drinks-grid .swiper-button-next svg{display:none}@media (min-width: 1000px){.drinks-grid{padding:128px 0 48px}.drinks-grid__header{margin-bottom:80px;max-width:840px}.drinks-grid__heading{font-size:96px;margin-bottom:48px}.drinks-grid__body{font-size:24px}.drinks-grid__products{margin:0 auto;display:flex;justify-content:center;gap:64px}.drinks-grid-product{text-align:center}.drinks-grid-product__image{max-width:145px}.drinks-grid-product__title{font-size:36px;letter-spacing:-.72px}.drinks-grid__slider .swiper-pagination,.drinks-grid__slider .swiper-button-prev,.drinks-grid__slider .swiper-button-next{display:none}.drinks-grid .swiper-slide{width:auto}}@media (min-width: 1240px){.drinks-grid__products{gap:96px}}.faqs{padding:48px 0}.faqs__heading{font-family:var(--font2);font-size:40px}.faqs__flex{display:flex;flex-direction:column;gap:48px}.faqs__faqs{margin-bottom:32px}@media (min-width: 1000px){.faqs{padding:64px 0}.faqs__heading{font-size:64px}.faq-question__body,.faq-question__heading{font-size:18px}.faqs__flex{flex-direction:row;gap:0}.faqs__left,.faqs__right{width:50%}}.find-us-hero{height:360px;display:flex;padding-top:40px;background-size:cover;background-position:top center}.find-us-hero__heading{font-family:var(--font2);color:var(--white);font-size:40px;max-width:200px;line-height:.75;font-weight:400}@media (min-width: 640px){.find-us-hero{padding:0;align-items:center;background-position:right center}}@media (min-width: 1000px){.find-us-hero{height:400px;background-size:cover;background-position:right center}.find-us-hero__heading{font-size:64px;max-width:300px}}@media (min-width: 1200px){.find-us-hero{height:500px}.find-us-hero__heading{max-width:none}}.find-us{padding:20px}@media (min-width: 1000px){.find-us{padding:40px}}.find{display:none;text-align:center;padding:56px 0 120px}.find__heading{font-family:var(--font2);color:var(--teal);font-size:64px;font-weight:400}.find__logos{display:flex;align-items:center;justify-content:center;gap:80px;margin-top:60px}.find__logo{max-width:220px}.find__cta{text-align:center;margin-top:60px}@media (min-width: 1000px){.find{display:block}}.footer{padding:48px 0}.footer--teal{background-color:var(--teal15)}.footer__top{display:flex;flex-direction:column;gap:48px;margin-bottom:48px}.footer-top__column--logo svg{width:186px}.footer-top__heading{text-transform:uppercase;font-size:14px;margin-bottom:16px}.footer-top__nav-item{font-size:18px}.footer-top__nav-anchor{color:var(--black)}.footer-top__nav-anchor:hover{text-decoration:underline}.footer-top__social{display:inline-flex;align-items:center;gap:24px}.footer-top__social-anchor{transition:.2s opacity}.footer-top__social-anchor:hover{opacity:.7}.footer__bottom{font-size:12px;display:flex;flex-direction:column;gap:20px;line-height:1}.footer__bottom-copy{color:var(--black50)}.footer__bottom-nav{display:inline-flex;gap:24px}.footer__bottom-nav-anchor{color:var(--black)}.footer__bottom-nav-anchor:hover{text-decoration:underline}@media (min-width: 1000px){.footer{padding-top:80px}.footer__top{flex-direction:row;gap:96px;margin-bottom:80px}.footer-top__column--logo{flex:1}.footer-top__column--logo svg{width:248px}.footer__bottom{flex-direction:row;justify-content:space-between}}.give-change{padding:0 0 64px}.give-change__left{margin:0 -20px}.give-change__photo{max-height:500px;width:100%;object-fit:cover;object-position:top center}.give-change__right{padding-top:48px}.give-change__text>*+*{margin-top:24px}.give-change__text h2{font-family:var(--font2);font-size:40px;font-weight:400;line-height:.75}.give-change__text h2 strong,.give-change__text h2 b{color:var(--teal);font-weight:400}@media (min-width: 1000px){.give-change{padding:128px 0}.give-change__flex{display:flex;align-items:center;gap:64px}.give-change__left{width:40%;margin:0}.give-change__photo{max-height:none}.give-change__right{flex:1;display:flex;align-items:center;justify-content:center}.give-change__text{font-size:18px;max-width:704px;width:100%}.give-change__text h2{font-size:64px}}.give-hero{border-bottom:1px solid var(--blackBorder)}.give-hero__flex{display:flex;flex-direction:column}.give-hero__image{max-width:none;width:100%;max-height:500px;object-fit:cover}.give-hero__right{padding:32px 20px}.give_hero__logo{margin-bottom:24px}.give-hero__right h2{font-family:var(--font2);line-height:.75;font-size:40px;font-weight:400}.give-hero__right-inner>*+*{margin-top:24px}@media (min-width: 1000px){.give-hero{border-bottom:none}.give-hero__flex{flex-direction:row}.give-hero__left{width:50%}.give-hero__image{max-height:none;min-height:660px}.give-hero__right{width:50%;padding:48px;display:flex;align-items:center;justify-content:center;font-size:18px}.give-hero__right h2{font-size:64px}.give-hero__right-inner{max-width:540px}}.give-impact{color:var(--white);padding-bottom:64px}.give-impact__flex{display:flex;flex-direction:column-reverse;gap:32px}.give-impact__text{max-width:460px}.give-impact__text>*+*{margin-top:24px}.give-impact__text h2{font-family:var(--font2);line-height:.75;font-size:40px;font-weight:400}.give-impact__text h3{font-size:21px;font-weight:600}.give-impact__text li{display:flex;position:relative;font-size:18px;padding:20px 0 20px 48px;border-bottom:1px solid var(--blackBorder)}.give-impact__text li:first-of-type{margin-top:-20px}.give-impact__text li:before{background-repeat:no-repeat;content:"";width:32px;height:32px;position:absolute;top:50%;margin-top:-16px;left:0;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='%2300B5AD'/%3E%3Cpath d='M31 19L21.5558 29L17 24.1761' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.give-impact__photo{max-width:360px;margin:0 auto}@media (min-width: 1000px){.give-impact{padding:0}.give-impact__flex{display:flex;align-items:center;flex-direction:row}.give-impact__left,.give-impact__right{width:50%}.give-impact__left{padding:128px 0}.give-impact__right{align-self:flex-start}.give-impact__text{max-width:620px}.give-impact__text>*+*{margin-top:48px}.give-impact__text h2{font-size:64px}.give-impact__text h3{font-size:32px}.give-impact__text li{font-size:24px;padding-left:64px}.give-impact__text li:before{width:48px;height:48px;margin-top:-24px}.give-impact__photo{max-width:100%;width:670px}}.header-section{position:sticky;top:0;z-index:50}.header{height:var(--header-height, 76px);background-color:var(--white);align-items:center;display:flex;position:relative;border-bottom:1px solid var(--blackBorder);transition:.2s border-color,.2s background-color,.2s color}.template-index .header{z-index:10;background-color:transparent;margin-bottom:-76px;border-bottom:1px solid var(--whiteBorder);color:var(--white)}.header.header--active,.header.header--sticky{border-bottom:1px solid var(--blackBorder);color:var(--black);background-color:var(--white)}.header__flex{display:flex;align-items:center;justify-content:space-between}.header__nav{position:absolute;left:0;top:calc(var(--header-height));height:calc(100vh - var(--header-height) - var(--announcementHeight));width:100%;left:-9999px;opacity:0;transition:var(--fadeOff);z-index:100;background-color:#000;background-color:var(--white);padding:20px}.header.header--active .header__nav{left:0;opacity:1;transition:var(--fadeOn)}.header__nav-ul{display:flex;flex-direction:column;gap:8px;font-weight:600;flex:1}.header__nav-anchor{font-weight:600;color:var(--black);font-size:24px;transition:.2s opacity,.2s color}.header__nav-anchor--shop{display:flex;align-items:center;justify-content:space-between;width:100%}.header__nav-anchor:hover{opacity:.7}.header.header--active .header__nav-anchor,.header.header--sticky .header__nav-anchor{color:var(--black)}.header__mobile-nav{display:flex;gap:10px;padding:20px;border-bottom:1px solid var(--blackBorder)}.header__mobile-nav-item{flex:1}.header__mobile-nav-anchor{display:block;transition:.2s opacity;color:var(--black)}.header__mobile-nav-anchor:hover{opacity:.7}.header__mobile-nav-image{aspect-ratio:1/1;display:flex;align-items:center;border-radius:10px;justify-content:center;background-color:var(--lightGrayBg)}.header__mobile-nav-text{font-family:var(--font2);text-align:center;display:block;margin-top:16px;text-transform:uppercase;line-height:.8;letter-spacing:-.4px;font-size:20px}.header__logo{color:var(--black);transition:.2s color,.2s opacity}.header__logo:hover{opacity:.7}.header.header--active .header__logo,.header.header--sticky .header__logo{color:var(--black)}.template-index .header__logo{color:var(--white)}.header__right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:32px}.header__cart{color:var(--black);font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:.2s color,.2s opacity}.header__cart:hover{opacity:.7}.template-index .header__cart{color:var(--white)}.header.header--active .header__cart,.header.header--active .header__sticky{color:var(--black)}.header__cart span{padding-top:2px}.header__hamburger{position:relative;height:30px;width:30px;color:#000;margin-top:6px;transition:.2s opacity}.header__hamburger:hover{opacity:.7}.header__hamburger-bar{background-color:var(--black);display:block;width:30px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.2s opacity,.2s transform,.2s width}.template-index .header__hamburger-bar{background-color:var(--white)}.header.header--active .header__hamburger-bar,.header.header--sticky .header__hamburger-bar{background-color:var(--black)}.header__hamburger-bar:first-of-type{margin-top:-6px}.header__hamburger-bar:last-of-type{margin-top:6px}.header--active .header__hamburger-bar:first-of-type,.header--active .header__hamburger-bar:last-of-type{opacity:0}.header--active .header__hamburger-bar:nth-of-type(2){transform:translate(-50%,-50%) rotate(45deg);width:20px}.header--active .header__hamburger-bar:nth-of-type(3){transform:translate(-50%,-50%) rotate(-45deg);width:20px}.header__social-anchor{transition:.2s opacity}.header__social-anchor:hover{opacity:.7}.header-shop{position:absolute;width:100%;top:calc(var(--header-height));height:calc(100vh - var(--header-height) - var(--announcementHeight));background-color:var(--black10);z-index:220;left:-9999px;opacity:0;transition:var(--fadeOff)}.header-shop--active{opacity:1;left:0;transition:var(--fadeOn)}.header-shop__box{background-color:var(--white);height:100%;overflow-y:auto;transform:translate(-100%);transition:.4s transform}.header-shop--active .header-shop__box{transform:none}.header-shop__header{padding:20px 20px 0;display:flex}.header-shop__mobile-close{border:1px solid var(--black);color:var(--black);padding:0 14px;display:flex;justify-content:space-between;line-height:34px;border-radius:40px;gap:10px;transition:.2s opacity}.header-shop__close{transition:.2s opacity;display:none}.header-shop__close:hover,.header-shop__mobile-close:hover{opacity:.7}@media (min-width: 1000px){.header__hamburger,.header__mobile-nav,.header__social,.header__right-item.header__right-item--hamburger{display:none}.template-index .header.header--active{border-bottom:1px solid var(--whiteBorder);color:var(--white);background-color:transparent}.header__nav{flex:1;display:flex;gap:24px;background-color:transparent;position:static;opacity:1;padding:0;height:auto}.header__nav-flex{padding:0}.header__nav-ul{flex-direction:row;gap:12px;font-size:13px;font-weight:400}.template-index .header__nav-anchor,.template-index .header.header--active .header__nav-anchor,.template-index .header.header--active .header__cart,.template-index .header.header--active .header__logo{color:var(--white)}.template-index .header.header--sticky .header__nav-anchor,.template-index .header.header--sticky .header__cart,.template-index .header.header--sticky .header__logo{color:var(--black)}.header__nav-anchor{font-weight:400;font-size:18px}.header__nav-anchor--shop svg{display:none}.header-shop{height:100vh;top:0}.header-shop__header{justify-content:flex-end}.header-shop__box{max-width:500px}.header-shop__mobile-close{display:none}.header-shop__close{display:block}.header-shop__heading{font-size:32px}}@media (min-width: 1240px){.header__nav-ul{gap:24px;font-size:16px}}.heading-with-image{text-align:center;padding:24px 0 64px}.heading-with-image__heading{font-family:var(--font2);font-size:40px;line-height:.75}.heading-with-image__image{margin:48px auto 0;max-width:800px;width:100%;border-radius:10px}.heading-with-image__image--full{max-width:none}.heading-with-image__bottom{max-width:800px;margin:64px auto 0}.heading-with-image__bottom>*+*{margin-top:32px}.heading-with-image__bottom h3{font-weight:600;font-size:21px;text-wrap:balance}@media (min-width: 1000px){.heading-with-image{text-align:center;padding:60px 0 120px}.heading-with-image__heading{font-size:64px}.heading-with-image__bottom{margin:128px auto 0;font-size:18px}.heading-with-image__bottom>*+*{margin-top:48px}.heading-with-image__bottom h3{font-size:24px}}.home-hero{overflow:hidden;background-color:var(--pink);background:linear-gradient(180deg,#f59fc0,#f0609f,#da291c);height:700px;padding-top:calc(var(--header-height, 76px) + 60px);position:relative}.home-hero .icon-waves{position:absolute;bottom:0;left:-400px;width:2000px;max-width:none;z-index:10}.home-hero__text{position:relative;max-width:420px}.home-hero__can{position:absolute}@keyframes canfloat1{0%{transform:rotate(15deg) translateY(0)}50%{transform:rotate(15deg) translateY(-20px)}to{transform:rotate(15deg) translateY(0)}}.home-hero__can--1{width:118px;left:20px;top:280px;transform:rotate(15deg);animation:16s infinite canfloat1 ease-in-out;z-index:5;animation-delay:2s}@keyframes canfloat2{0%{transform:rotate(-30deg) translateY(0)}50%{transform:rotate(-30deg) translateY(-20px)}to{transform:rotate(-30deg) translateY(0)}}.home-hero__can--2{width:75px;left:320px;top:200px;transform:rotate(-30deg);z-index:5;animation:13s infinite canfloat2 ease-in-out}.home-hero__can--3{width:50px;left:0;top:-40px;transform:rotate(-45deg);filter:blur(5px);opacity:.6}.home-hero__can--4{width:90px;left:360px;top:-90px;transform:rotate(65deg);filter:blur(5px);opacity:.6}.home-hero__can--5{width:66px;left:360px;top:70%;transform:rotate(-75deg);filter:blur(5px);opacity:.6}.home-hero__can--6{width:80px;left:360px;top:400px;transform:rotate(55deg);filter:blur(5px);opacity:.6}.home-hero__can--7{width:96px;left:-60px;top:400px;transform:rotate(120deg);filter:blur(2px);opacity:.6;z-index:9;display:none}.home-hero__heading{font-family:var(--font2);font-weight:400;font-size:40px;color:var(--white);line-height:.9;position:relative;z-index:8}.home-hero__body{font-size:16px;color:var(--white);margin:24px 0;line-height:1.15;position:relative;z-index:8}.home-hero__buttons{display:flex;gap:16px;flex-direction:column}.home-hero__text .button{position:relative;z-index:8}@media (min-width: 500px){.home-hero__buttons{flex-direction:row;align-items:center}}@media (min-width: 640px){.home-hero{height:660px;display:flex;align-items:center}.home-hero .icon-waves{width:100%;left:0}.home-hero__text{text-align:center;max-width:500px;margin:calc(var(--header-height, 76px) * -1) auto 0}.home-hero__buttons{justify-content:center}.home-hero__text .button{width:200px;text-align:center;justify-content:center}.home-hero__can--1{width:122px;left:auto;right:calc(100% - 20px);top:-60px}.home-hero__can--2{width:96px;left:calc(100% - 20px);top:-100px;transform:rotate(-30deg)}.home-hero__can--3{width:62.5px;left:auto;right:calc(100% - 20px);top:-240px}.home-hero__can--4{width:92px;left:85%;top:-380px}.home-hero__can--5{width:84px;left:100%;top:210px}.home-hero__can--6{width:80px;left:30%;top:300px;transform:rotate(65deg)}.home-hero__can--7{width:122px;left:-200px;top:340px;display:block}.home-hero__heading{font-size:48px;max-width:none;text-wrap:balance;max-width:400px;margin:0 auto}.home-hero__body{font-size:16px;max-width:540px;margin:32px auto;text-wrap:balance}}@media (min-width: 1000px){.home-hero{height:900px;display:flex;align-items:center}.home-hero .icon-waves{width:100%;left:0}.home-hero__text{text-align:center;max-width:740px;margin:calc(var(--header-height, 76px) * -1) auto 0;max-width:600px}.home-hero__buttons{justify-content:center}.home-hero__text .button{width:240px;text-align:center;justify-content:center}.home-hero__can--1{width:calc(244px * .7);left:auto;right:calc(100% + 60px);top:-100px}.home-hero__can--2{width:calc(192px * .7);left:calc(100% + 60px);top:-100px;transform:rotate(-30deg)}.home-hero__can--3{width:87.5px;left:auto;right:calc(100% + 90px);top:-440px}.home-hero__can--4{width:161px;left:85%;top:-600px}.home-hero__can--5{width:117.6px;left:100%;top:410px}.home-hero__can--6{width:150px;left:30%;top:430px;transform:rotate(65deg)}.home-hero__can--7{width:calc(244px * .7);left:-200px;top:400px;display:block}.home-hero__heading{font-size:72px;margin:0;max-width:none;text-wrap:balance}.home-hero__body{font-size:18px;max-width:540px;margin:40px auto;text-wrap:balance}}@media (min-width: 1240px){.home-hero__text{max-width:820px}.home-hero__heading{font-size:92px}.home-hero__can--1{right:calc(100% + 60px);width:219.6px;top:-150px}.home-hero__can--2{width:172.8px;left:calc(100% + 60px);top:-150px;transform:rotate(-30deg)}.home-hero__can--3{width:112.5px;top:-540px}.home-hero__can--4{width:207px;left:85%;top:-750px}.home-hero__can--5{width:calc(168px * .9);left:100%;top:380px}.home-hero__can--6{width:162px;left:25%;top:410px}.home-hero__can--7{width:219.6px;left:-170px;top:460px}}.main-article{padding:64px 0}.main-article__wrapper{max-width:900px;margin:0 auto}.main-article-header__back{display:inline-flex;align-items:center;gap:8px;justify-content:center;padding:0 16px;transition:.2s opacity;line-height:34px;border:1px solid var(--black);color:var(--black);font-weight:600;text-transform:uppercase;margin-bottom:48px;border-radius:30px;font-size:12px}.main-article-header__back:hover{opacity:.7}.main-article-header__back svg{opacity:.5}.main-article-header__number{font-family:var(--font2);font-size:32px;font-weight:400;line-height:.75;color:var(--teal);display:block;margin-bottom:12px}.main-article-header__title{font-family:var(--font2);font-size:56px;font-weight:400;line-height:.75;margin-bottom:32px}.main-article-tags{display:inline-flex;flex-wrap:wrap;gap:12px}.main-article-tags__tag-anchor{display:block;background-color:var(--teal15);color:var(--teal);text-transform:uppercase;font-weight:600;font-size:12px;padding:10px 14px;line-height:1;border-radius:20px;transition:.2s opacity}.main-article-definition{margin:48px 0}.main-article-definition__heading{font-size:20px;font-weight:400;line-height:1.4}.main-article-blocks{margin:48px 0;display:grid;gap:24px}.main-article-related__heading{font-family:var(--font2);font-weight:400;line-height:.75;margin-bottom:32px;font-size:24px}.main-article-blocks__block{border-radius:10px;background:var(--teal);color:var(--white);box-shadow:6px 6px 0 0 var(--black);position:relative;padding:24px}.main-article-blocks__audio{padding:16px;top:0;right:0;position:absolute;cursor:pointer;transition:.2s opacity;color:var(--white)}.main-article-blocks__audio:hover{opacity:.7}.main-article-blocks__audio svg{width:24px}.main-article-related{border-radius:10px;border:2px solid var(--black);background:var(--white);box-shadow:6px 6px 0 0 var(--black);padding:24px}.main-article-related__flex{display:grid;gap:36px}.main-article-related__subheading{text-transform:uppercase;font-size:12px;line-height:1;font-weight:600;margin-bottom:20px}.main-article-related__post{display:block;transition:.2s opacity;color:var(--black)}.main-article-related__post:hover{opacity:.7}.main-article-related__post-title{color:var(--teal);font-weight:700;font-size:16px}.main-article-related__post-excerpt{font-size:16px;margin-top:4px}@media (min-width: 1000px){.main-article{padding:128px 0}.main-article-header__back{margin-bottom:96px}.main-article-header__number{font-size:40px}.main-article-header__title{font-size:96px}.main-article-tags{gap:16px}.main-article-tags__tag-anchor{padding:14px}.main-article-definition{margin:64px 0}.main-article-definition__heading{font-size:32px}.main-article-blocks{display:flex;margin:64px 0;gap:32px}.main-article-blocks__block{padding:32px;font-size:18px;text-align:center;flex:1}.main-article-blocks__audio{padding:24px}.main-article-blocks__audio svg{width:32px}.main-article-blocks__title{font-size:32px;margin-bottom:32px;font-weight:400;font-family:var(--font2)}.main-article-related{padding:32px}.main-article-related__flex{grid-template-columns:repeat(2,1fr);gap:48px}.main-article-related__heading{font-size:32px;margin-bottom:48px}.main-article-related__subheading{text-transform:uppercase;font-size:12px;line-height:1;font-weight:600;margin-bottom:24px}.main-article-related__post{display:block;transition:.2s opacity;color:var(--black)}.main-article-related__post:hover{opacity:.7}.main-article-related__post-title{color:var(--teal);font-weight:700;font-size:18px}}.main-balanced{padding:64px 0}.main-balanced__blocks{display:grid;gap:20px}.main-balanced__header{max-width:800px;margin:0 auto 64px;text-align:center}.main-balanced__heading{font-family:var(--font2);font-weight:400;line-height:.75;font-size:48px;margin-bottom:32px}.main-balanced__p{font-size:19px}.main-balanced-block{border-radius:10px;overflow:hidden;display:block;position:relative;color:var(--black);transition:.2s opacity}.main-balanced-block:hover{opacity:.7}.main-balanced-block__img{max-height:600px;object-fit:cover;max-width:none;width:100%}.main-balanced-block__heading{font-weight:400;text-transform:uppercase;color:var(--white);line-height:.75;font-size:32px;position:absolute;top:32px;left:0;width:100%;text-align:center;font-family:var(--font2)}.main-balanced-block__box{background-color:var(--white);width:calc(100% - 40px);bottom:20px;left:20px;border-radius:5px;padding:20px;position:absolute;display:block}.main-balanced-block__text{display:block;margin-bottom:32px}.main-balanced-block__header{display:flex;align-items:center;justify-content:space-between}.main-balanced-block__subheading{font-weight:600;display:block}@media (min-width: 640px){.main-balanced__blocks{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px){.main-balanced{padding:128px 0}.main-balanced__header{margin-bottom:128px;max-width:1048px}.main-balanced__heading{font-size:72px;margin-bottom:48px}.main-balanced__p{font-size:21px;text-wrap:balance}}@media (min-width: 1200px){.main-balanced__blocks{grid-template-columns:repeat(4,1fr)}.main-balanced-block__box{font-size:18px}.main-balanced__heading{font-size:96px}.main-balanced__p{font-size:24px}}.main-blog__top{padding:64px 0 92px}.main-blog-header{text-align:left;margin-bottom:48px}.main-blog-header__title{font-family:var(--font2);font-size:56px;font-weight:400;line-height:.75;margin-bottom:32px}.main-blog-header__tags{display:inline-flex;flex-wrap:wrap;gap:12px}.main-blog-header__tag-anchor{display:block;background-color:var(--teal15);color:var(--teal);text-transform:uppercase;font-weight:600;font-size:12px;padding:10px 14px;line-height:1;border-radius:20px;transition:.2s opacity}.main-blog-header__tag-anchor:hover{opacity:.7}.main-blog-info{display:flex;flex-direction:column;gap:32px;max-width:1200px;margin:0 auto}.main-blog-info h2{font-size:20px;font-weight:600}.main-blog-info__right .metafield-rich_text_field>*+*,.main-blog-info__left .metafield-rich_text_field>*+*{margin-top:16px}.main-blog__bottom{position:relative;padding:64px 0;background-color:var(--teal15)}.main-blog__bottom .icon-waves{position:absolute;bottom:calc(100% - 1px);left:-400px;width:2000px;max-width:none;z-index:10}.main-blog__articles{display:grid;gap:20px;max-width:1200px;margin:0 auto}.main-blog-article{display:flex;flex-direction:column;justify-content:space-between;height:170px;background-color:var(--white);color:var(--black);border-radius:10px;border:2px solid var(--black);box-shadow:6px 6px 0 0 var(--black);padding:24px}.main-blog-article__header{display:flex;align-items:center;justify-content:space-between}.main-blog-article__heading,.main-blog-article__number{font-family:var(--font2);font-size:32px;font-weight:400;line-height:.75}.main-blog-article__number{color:var(--teal)}.main-blog-article__body{display:flex;justify-content:space-between;align-items:center;gap:24px}.main-blog-article__except{flex:1}.main-blog-article__arrow{width:20px}@media (min-width: 1000px){.main-blog__top{padding:128px 0 150px}.main-blog-header{margin-bottom:64px;text-align:center}.main-blog-header__title{font-size:96px}.main-blog-header__tags{gap:16px}.main-blog-header__tag-anchor{padding:14px}.main-blog-info{flex-direction:row;justify-content:space-between}.main-blog-info{font-size:18px}.main-blog-info h2{font-size:24px}.main-blog-info__right,.main-blog-info__left{width:calc(50% - 32px)}.main-blog__bottom{padding:128px 0}.main-blog__bottom .icon-waves{width:100%;left:0}.main-blog__articles{grid-template-columns:repeat(2,1fr)}.main-blog-article{padding:32px;font-size:18px}}.main-faq{background-color:var(--lightBlueBg);padding-bottom:84px}.main-faq__heading{padding:64px 0;text-align:center;font-family:var(--font2);line-height:.75;font-size:40px}.main-faq__right{display:flex;flex-direction:column;gap:24px}.main-faq__category{font-weight:600}.main-faq__category a{color:var(--black);padding:24px 0;border-bottom:1px solid var(--blackBorder);display:block}.main-faq-category{border-radius:10px;border:2px solid var(--black);background:var(--white);box-shadow:6px 6px 0 0 var(--black);padding:24px}.main-faq-category__heading{font-size:32px;font-family:var(--font2);line-height:.75;margin-bottom:12px}@media (min-width: 1000px){.main-faq{padding-bottom:128px}.main-faq__heading{padding:128px 0;font-size:64px}.main-faq__right{gap:48px}.main-faq__flex{display:flex;gap:74px}.main-faq__left{width:170px}.main-faq__right{flex:1}.main-faq-category{padding:32px}.main-faq-category__heading{font-size:48px;margin-bottom:24px}}.main-page{padding:64px 0}.main-page__heading{margin-bottom:32px;font-family:var(--font2);font-weight:400;line-height:.9;font-size:40px}.main-page__content{max-width:700px;margin:0 auto}@media (min-width: 1000px){.main-page{padding:128px 0}.main-page__heading{font-size:64px}}.main-product{padding-top:24px}.main-product__flex,.main-product__right{display:flex;flex-direction:column;gap:24px}.main-product-stars{display:inline-flex;gap:8px}.main-product-stars__stars{display:inline-flex;gap:4px}.main-product-stars__reviews{font-size:12px;text-transform:uppercase;font-weight:500}.main-product__title{font-family:var(--font2);line-height:.8;font-size:64px;font-weight:400}.main-product__description>*+*,.main-product__description .metafield-rich_text_field>*+*{margin-top:20px}.main-product__form-box{padding:24px;border-radius:10px}.main-product__form{display:flex;flex-direction:column;align-items:stretch;gap:24px}.main-product-group__heading{text-transform:uppercase;font-size:20px;font-family:var(--font2);margin-bottom:20px}.main-product-group__items{gap:10px;display:grid;grid-template-columns:repeat(2,1fr)}.main-product-group__item{display:block;flex:1;background-color:#0000001a;border-radius:10px;padding:3px}.main-product-group__item-image{flex:1;background-color:#fff;display:block;height:70px;border-radius:8px;display:flex;align-items:center;justify-content:center}.main-product-group__item-image img{max-width:50%;max-height:50%}.main-product-group__item-title{display:block;text-align:center;text-wrap:balance;color:var(--black);padding:6px 20px;font-weight:600;margin:0 auto;font-size:12px}.main-product-group__item--active .main-product-group__item-title{color:var(--white)}.main-product-group__blurb{font-size:12px;margin-top:20px}.main-product-oq{display:flex;gap:24px}.main-product-option--hidden{display:none}.main-product-oq__heading{font-family:var(--font2);margin-bottom:20px;font-size:20px;line-height:.8;text-transform:uppercase}.main-product-option__options{display:flex;gap:10px}.main-product-option__option{flex:1}.main-product-option__option input{display:none}.main-product-option__option label{border-radius:6px;display:flex;height:40px;align-items:center;justify-content:center;width:100%;font-size:12px;font-weight:600;border:2px solid var(--white);background:var(--white);transition:.2s border-color,.2s background-color,.2s box-shadow;box-shadow:0 2px 4px #061b2d00;padding:0 24px}.main-product-option__option input:checked+label{box-shadow:0 2px 4px #061b2d40}.main-product-option__option input:not(:checked)+label{border-color:var(--white)!important}.main-product-quantity{display:flex;justify-content:center;border-radius:6px;background-color:var(--white);height:40px;align-items:center}.main-product-quantity__plus,.main-product-quantity__minus{padding:12px}input[type=text].main-product-quantity__input{width:40px;text-align:center}.main-product-so+.main-product-so{margin-top:10px}.main-product-so input{display:none}.main-product-so input+label{background:var(--white);padding:20px;display:block;border-radius:6px;border:2px solid var(--black)}.main-product-so input:not(:checked)+label{border-color:var(--white)!important}.main-product-so input:checked+label{box-shadow:0 2px 4px #061b2d40}.main-product-so__header,.main-product-so__header-left{display:flex;align-items:center;justify-content:space-between;gap:10px}.main-product-so__heading{font-weight:600}.main-product-so__radio{border:2px solid var(--black);background-color:var(--white);width:20px;height:20px;border-radius:50%}.main-product-so input:checked+label .main-product-so__radio{box-shadow:inset 0 0 0 4px var(--black)}.main-product-so__price,.main-product-so__original-price{font-weight:600}.main-product-so__compare{text-decoration:line-through;opacity:.4}.main-product-so__list{display:flex;flex-direction:column;gap:10px;margin-top:16px}.main-product-so__item{display:flex;align-items:center;gap:10px}.main-product__preorder{text-align:center;font-weight:600;text-wrap:balance}.main-product-accordion{border-bottom:1px solid var(--blackBorder);border-top:1px solid var(--blackBorder)}.main-product-accordion+.main-product-accordion{margin-top:-25px;border-top:none}.main-product-accordion:first-of-type{border-top:none}.main-product-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:24px 0;-webkit-user-select:none;user-select:none;cursor:pointer}.main-product-accordion__header h2{font-weight:600}.main-product-accordion .icon-plus__vertical{transition:.2s opacity}.main-product-accordion--active .icon-plus__vertical{opacity:0}.main-product-accordion__body{max-height:0;overflow:hidden;transition:.4s max-height ease}.main-product-accordion__body-inner{padding-bottom:24px}.main-product-accordion__body-inner-inner>*+*{margin-top:24px}.main-product-accordion__benefits{display:grid;gap:24px}.main-product-facts__button{display:block;text-align:center;line-height:60px;border-radius:200px;background-color:var(--lightGrayBg);font-weight:600;color:var(--black);width:100%;transition:.2s opacity}.main-product-facts__button:hover{opacity:.7}.main-product-benefit{display:flex;align-items:center;gap:20px}.main-product-benefit__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%}.main-product-benefit__text{flex:1}.main-product-benefit__title{flex:1;margin-bottom:8px;font-weight:600}.main-product-benefit__body{flex:1;font-size:12px}.main-product-images__image img{border-radius:10px;font-size:0}.main-product-images__arrows .swiper-button-next,.main-product-images__arrows .swiper-button-prev{width:60px;height:40px;border-radius:50px;background-color:var(--white);color:var(--white);background-position:center center;background-repeat:no-repeat}.main-product-images__arrows .swiper-button-prev{background-image:url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50009 1.5L1.5 9.49991L9.50009 17.5' stroke='%23061b2d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.main-product-images__arrows .swiper-button-next{background-image:url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49991 1.5L9.5 9.49991L1.49991 17.5' stroke='%23061b2d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.main-product-images__arrows svg{display:none}.main-product-images__image img{aspect-ratio:1/1;object-fit:cover;margin-bottom:10px;border-radius:5px}.main-product-thumbnails .swiper-slide{opacity:.4;transition:.2s transform}.main-product-thumbnails .swiper-slide-thumb-active{opacity:1}@media (min-width: 640px){.main-product-group__items{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1000px){.main-product{padding-top:48px}.main-product__flex{display:block;overflow:hidden}.main-product__left,.main-product__right{width:calc(50% - 24px);float:left}.main-product__right{margin-left:48px}.main-product-group__item-title{font-size:16px}.main-product-group__blurb{font-size:14px}.main-product-so__price,.main-product-so__compare,.main-product-so__original_price{font-size:20px}.main-product-benefit__icon{width:64px;height:64px}.main-product-benefit__title{font-size:18px}.main-product-benefit__body{font-size:12px}.main-product-images__arrows .swiper-button-next,.main-product-images__arrows .swiper-button-prev{width:80px;height:48px}.main-product-facts{order:999}}@media (min-width: 1200px){.main-product-group__items{grid-template-columns:repeat(3,1fr)}.main-product-accordion__benefits{grid-template-columns:repeat(2,1fr)}.main-product__facts{order:99}}@media (min-width: 1300px){.main-product-group__items{display:flex;flex-wrap:wrap}.main-product-group__item{min-width:17%}}.matters{padding:64px 0}.matters__flex{display:flex;flex-direction:column-reverse;gap:48px}.matters__left-inner{max-width:700px}.matters__heading{font-family:var(--font2);line-height:.8;font-size:40px;max-width:300px;margin-bottom:24px}.matters-accordion{padding:24px 0;border-bottom:1px solid var(--blackBorder)}.matters-accordion__header{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.matters-accordion__header-icon{width:32px}.matters-accordion--active .icon-vertical-bar{opacity:0}.matters-accordion__header-heading{flex:1;font-weight:600}.matters-accordion__body{padding-left:44px;max-height:0;overflow:hidden;transition:.4s max-height}.matters-accordion__body-inner>*+*{margin-top:20px}.matters__right img{border-radius:10px}@media (min-width: 1000px){.matters{padding:128px 0}.matters__flex{flex-direction:row;align-items:center;gap:0}.matters__flex--reverse{flex-direction:row-reverse}.matters__left{flex:1;padding:40px;display:flex;align-items:center;justify-content:center}.matters__heading{font-size:64px;max-width:none}.matters__right{width:40%;max-width:600px}.matters-accordion__header{gap:20px}.matters-accordion__header-icon{width:48px}.matters-accordion__header-heading{font-size:24px}.matters-accordion__body{font-size:18px;padding-left:68px}.matters-accordion__body-inner{padding-top:10px}}.photo-grid{padding:96px 0 124px}.photo-grid__grid{display:flex;align-items:stretch;gap:20px}.photo-grid__grid>*:nth-child(n+3){display:none}.photo-grid__grid img{border-radius:10px}.photo-grid__tall{flex:1;aspect-ratio:3 / 4}.photo-grid__tall img{width:100%;height:100%;object-fit:cover}.photo-grid__stacked{flex:1;display:flex;flex-direction:column;gap:20px}.photo-grid__square{aspect-ratio:1 / 1}.photo-grid__square img{width:100%;height:100%;object-fit:cover}@media (min-width: 1000px){.photo-grid__grid>*:nth-child(n+3){display:flex}}@keyframes slideReel{0%{transform:translate(0)}to{transform:translate(-100%)}}.reel{padding:48px 0 0;overflow:hidden;background:#fff;white-space:nowrap;position:relative}.reel:hover .reel__slide{animation-play-state:paused}.reel__slide{display:inline-flex;animation:35s slideReel infinite linear}.reel__photo{width:140px;height:140px;display:inline-flex;margin:12px;font-size:0;background-color:var(--lightGrayBg);display:block;transition:.2s opacity}.reel__photo:hover{opacity:.7}.reel__photo img,.reel__photo video{object-fit:cover;aspect-ratio:1/1;width:140px;height:140px;border-radius:10px}@media (min-width: 1000px){.reel__photo{width:320px;height:320px}.reel__photo img,.reel__photo video{width:320px;height:320px}}.testimonials__heading{font-size:40px;font-family:var(--font2);line-height:.75;max-width:240px;font-weight:400;text-align:center;margin:0 auto}.testimonials__slider{padding:40px 0 98px}.testimonial__slide{width:auto;display:flex;justify-content:center}.testimonials__arrows{position:absolute;width:180px;bottom:2px;height:48px;left:50%;transform:translate(-50%)}.testimonials__arrows .swiper-button-next,.testimonials__arrows .swiper-button-prev{width:80px;height:48px;border-radius:50px;background-color:var(--teal);color:var(--white);background-position:center center;background-repeat:no-repeat}.testimonials__arrows .swiper-button-prev{background-image:url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50009 1.5L1.5 9.49991L9.50009 17.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.testimonials__arrows .swiper-button-next{background-image:url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49991 1.5L9.5 9.49991L1.49991 17.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.testimonials__arrows svg{display:none}.testimonial{border-radius:10px;border:2px solid var(--black);background:var(--white);box-shadow:6px 6px 0 0 var(--black);max-width:320px;padding:32px}.testimonial__name{font-weight:500}.testimonial__stars{display:inline-flex;gap:4px;margin:24px 0}.testimonial__title{font-weight:500;height:48px}.testimonial__body{height:100px}.testimonial__bottom{display:flex;align-items:center;gap:8px}.testimonial__can{align-items:center;width:80px;aspect-ratio:80 / 31.33333}.testimonial__product{flex:1;font-size:18px;color:var(--black50);font-weight:500}@media (min-width: 1000px){.testimonials__heading{font-size:64px;max-width:none}.testimonials__slider{padding:64px 0 114px}.testimonial{max-width:460px;padding:48px}.testimonial__name,.testimonial__title,.testimonial__body{font-size:18px}.testimonial__product{font-size:20px}}.wave-text{overflow:hidden;height:11vw;margin:48px 0;width:100%}.wave-text text{font-size:28px;fill:#fff;font-weight:700;white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/22/compiled_assets/styles.css.map */
