.splitting .word,.splitting .char{display:inline-block}.splitting .char{position:relative}.splitting .char:before,.splitting .char:after{content:attr(data-char);position:absolute;top:0;left:0;visibility:hidden;transition:inherit;-webkit-user-select:none;user-select:none}.splitting{--word-center: calc((var(--word-total) - 1) / 2);--char-center: calc((var(--char-total) - 1) / 2);--line-center: calc((var(--line-total) - 1) / 2)}.splitting .word{--word-percent: calc(var(--word-index) / var(--word-total));--line-percent: calc(var(--line-index) / var(--line-total))}.splitting .char{--char-percent: calc(var(--char-index) / var(--char-total));--char-offset: calc(var(--char-index) - var(--char-center));--distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) );--distance-sine: calc(var(--char-offset) / var(--char-center));--distance-percent: calc((var(--distance) / var(--char-center)))}.splitting.cells img{width:100%;display:block}@supports (display: grid){.splitting.cells{position:relative;overflow:hidden;background-size:cover;visibility:hidden}.splitting .cell-grid{background:inherit;position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template:repeat(var(--row-total),1fr) / repeat(var(--col-total),1fr)}.splitting .cell{background:inherit;position:relative;overflow:hidden}.splitting .cell-inner{background:inherit;position:absolute;visibility:visible;width:calc(100% * var(--col-total));height:calc(100% * var(--row-total));left:calc(-100% * var(--col-index));top:calc(-100% * var(--row-index))}.splitting .cell{--center-x: calc((var(--col-total) - 1) / 2);--center-y: calc((var(--row-total) - 1) / 2);--offset-x: calc(var(--col-index) - var(--center-x));--offset-y: calc(var(--row-index) - var(--center-y));--distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );--distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) )}}.container{--gutter-x: 24px;width:100%;padding-right:calc(var(--gutter-x) / 2);padding-left:calc(var(--gutter-x) / 2);margin-right:auto;margin-left:auto}.container.noPad{--gutter-x: 0}.noGutter>[class*=col]{padding:0}.container-fluid,.container-4k,.container-2k,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--gutter-x: 24px;width:100%;padding-right:calc(var(--gutter-x) / 2);padding-left:calc(var(--gutter-x) / 2);margin-right:auto;margin-left:auto}.row{--gutter-x: 24px;display:flex;flex-wrap:wrap;margin-right:calc(var(--gutter-x) / -2);margin-left:calc(var(--gutter-x) / -2)}.row-noGutter{--gutter-x: 0;display:flex;flex-wrap:wrap;margin-right:calc(var(--gutter-x) / -2);margin-left:calc(var(--gutter-x) / -2)}.row-noGutter>[class*=col]{padding:0}.container-sm.noPad,.container-md.noPad,.container-lg.noPad,.container-xl.noPad,.container-xxl.noPad,.container-2k.noPad,.container-4k.noPad{--gutter-x: 0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-2k-1,.col-2k-2,.col-2k-3,.col-2k-4,.col-2k-5,.col-2k-6,.col-2k-7,.col-2k-8,.col-2k-9,.col-2k-10,.col-2k-11,.col-2k-12,.col-4k-1,.col-4k-2,.col-4k-3,.col-4k-4,.col-4k-5,.col-4k-6,.col-4k-7,.col-4k-8,.col-4k-9,.col-4k-10,.col-4k-11,.col-4k-12{position:relative;width:100%;padding-right:calc(var(--gutter-x) / 2);padding-left:calc(var(--gutter-x) / 2)}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}@font-face{font-family:Armavir01;src:url(/build/assets/Armavir01-CgLLid1a.woff2) format("woff2"),url(/build/assets/Armavir01-7N-YiflJ.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Armavir01;src:url(/build/assets/Armavir01-Bold-C-22IWTw.woff2) format("woff2"),url(/build/assets/Armavir01-Bold-Cuo4--h4.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--fontBase: "Armavir01";--fontBody: "Arimo", sans-serif;--fontSize: 16px;--color-brand-primary:#1875CB;--color-brand-accent:#03BC2D;--color-brand-mango:#FED034;--color-brand-guava:#E9297F;--color-brand-soursop:#31CA4D;--color-text:#ffffff;--color-light:white;--color-bg:#D9D9D9;--color-alter: #D9D9D9;--color-warning: rgb(226, 137, 137);--transition-type: cubic-bezier(.4, 0, .2, 1);--transition-time: .5s;--border-radius: 20px;--transition: 2s cubic-bezier(.165, .84, .44, 1);--longTransition: 3s cubic-bezier(.165, .84, .44, 1);--slowFade: ease .25s}body{color:var(--color-text);font-family:var(--fontBase);font-weight:700;font-size:var(--fontSize)}body.showNav main{overflow:hidden;height:100vh}body.showNav main .sktr-ham span{background:#fff}body.showNav main .sktr-ham span:first-child{transform:translateY(9px) rotate(45deg)}body.showNav main .sktr-ham span:nth-child(2){opacity:0}body.showNav main .sktr-ham span:last-child{transform:rotate(-45deg) translate(6px,-7px)}body.showNav main .ypy-mb nav{opacity:1;visibility:visible}.ypyBtn-small,.ypyBtn{border-radius:50px;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;width:max-content}.ypyBtn{padding:10px 20px}.btn-accent,[data-type*=accent]{background:var(--color-brand-accent);color:var(--color-light)}.btn-primary,[data-type*=primary]{background:var(--color-brand-primary);color:var(--color-light)}.btn-ghost{border:3px solid white}.ypyBtn-small{font-size:12px;padding:5px 10px}.ypyBtn-small.btn-primary{background:var(--color-brand-primary);color:var(--color-light)}.color-primary{color:var(--color-brand-primary)}.color-accent{color:var(--color-brand-accent)}.color-mango{color:var(--color-brand-mango)}.ypy-degBtn{cursor:pointer;height:40px;display:inline-flex;flex-direction:column;justify-content:flex-start;text-decoration:none;overflow:hidden;padding:0 10px;position:relative}.ypy-degBtn:after{border-radius:20px;content:"";width:100%;height:inherit;position:absolute;left:0;top:0;transform:translateY(100%);transform-origin:bottom}.ypy-degBtn>span{position:relative;height:inherit;line-height:40px;transition:transform .6s cubic-bezier(.22,1,.36,1);z-index:1}.ypy-degBtn.deg-accent:after{background:linear-gradient(to right,#03bc2d,#02a127)}.ypy-degBtn.deg-primary:after{background:linear-gradient(to right,#038bbc 0%,var(--color-brand-primary) 100%)}.ypy-degBtn:hover>span{transform:translateY(-100%)}.ypy-degBtn:hover:after{transform:translate(0)}.ypyHeading{font-size:22px;font-weight:700;line-height:1}.liquid-button{font-family:var(--fontBase);padding:20px 40px;position:relative;color:#fff;text-decoration:none;cursor:pointer;z-index:10;letter-spacing:1px;background:none;border:none;min-width:225px}.liquid-button:hover{color:inherit;text-decoration:none}.liquid-svg{display:none}.button-text{position:relative;z-index:10}.ypy-breads{padding-top:25%;margin-bottom:40px;font-family:var(--fontBody);font-size:14px}.ypy-breads .breadcrumb{display:flex;flex-wrap:wrap;list-style:none;padding:0;gap:5px}.ypy-breads .breadcrumb-item:not(.active):after{content:">"}.ypy-breads a{color:var(--color-light)}.ypy-breads .ypy-breadsCurrent{color:var(--color-brand-mango)}.dFlex{display:flex;flex-wrap:wrap}.img-fluid{max-width:100%;height:auto}.text-center{text-align:center}.fontBody{font-family:var(--fontBody);font-weight:400}a:hover{text-decoration:none;color:inherit}footer{background:url(/build/assets/bg-footer-BlJlAiMV.svg) no-repeat center top/cover;padding-top:70px;position:relative;margin-top:-50px;text-align:center}footer .ypy-ftr-data img{margin-bottom:40px}footer .ypy-ftr-data span{display:block;font-size:20px}footer .ypy-ftr-data span:first-child{font-weight:400}footer .ypy-ftr_menu{gap:30px;padding-top:70px;margin-bottom:30px;font-size:12px}footer .ypy-ftr_menu a{color:var(--color-light)}footer .ypy-ftr_menu span{font-size:12px}.fadeY{opacity:0;transform:translateY(50px);transition:all var(--transition)}.fadeY.doFx{opacity:1;transform:translateY(0);transition-delay:.25s}.simpleFade{opacity:0;transition:opacity var(--transition)}.simpleFade.doFx{opacity:1}.fadeBlurY{opacity:0;filter:blur(10px);transform:translateY(50px);transition:all var(--transition)}.fadeBlurY.doFx{opacity:1;filter:blur(0);transform:translateY(0);transition-delay:.25s}.slideCanY{filter:blur(10px);transform:translateY(50px);transition:all var(--transition)}.slideCanY.doFx{filter:blur(0);transform:translateY(0);transition-delay:.25s}.sldeX{opacity:0;filter:blur(10px);transform:translate(100px);transition:opacity var(--transition),filter var(--transition),transform var(--transition)}.sldeX.doFx{opacity:1;filter:blur(0);transform:translateY(0)}.fadeBlur{opacity:0;filter:blur(20px);transform:scale(1.1);transition:opacity var(--transition),filter var(--transition),transform var(--transition)}.fadeBlur.doFx{opacity:1;filter:blur(0);transform:scale(1)}.ftrCan{opacity:0;filter:blur(10px);transform:translate(-70px);transition:all var(--transition)}.ftrCan.doFx{opacity:1;filter:blur(0);transform:translate(0)}.splitword{position:relative;overflow:hidden}.splitword .word{display:inline-block;transform:translateY(125%);filter:blur(10px)}.splitword.doFx .word{animation:slide-up 1.25s cubic-bezier(.5,.2,0,1);animation-fill-mode:both;animation-delay:calc(.2s + .1s * var(--word-index))}@keyframes slide-up{to{transform:translateY(0);filter:blur(0)}}.ypy-flvrsBanner{background:#21b5cf;position:relative;overflow:hidden}.ypy-flvrsBanner-data{position:absolute;top:0;left:50%;bottom:0;transform:translate(-50%);z-index:2;padding-top:100px}.ypy-flvrsBanner .ypy-flvrsTitle{margin-bottom:17px}.ypy-flvrsBanner .ypy-flvrsVideo{height:70px;margin-top:30px;position:relative}.ypy-flvrStack{position:relative}.ypy-stack{box-shadow:0 -10px 50px -5px #0003}.ypy-stack_data>span{color:var(--color-light);font-size:16px;font-weight:400;display:block;padding:15px 0 25px}.ypy-stack-soursop .ypy-stack_data h2{color:#a2ff73}.ypy-stack-mango .ypy-stack_data h2{color:#3ce023}.ypy-stack-guava .ypy-stack_data h2{color:#a2ff73}.ypy-stack-coconut .ypy-stack_data h2{color:#0ed53b}.ypy-stack-sugar-free .ypy-stack_data h2,.ypy-stack-sugar-free .ypy-stack_data>span{color:#7ad554}.ypy-stack-yuzu .ypy-stack_data h2{color:#ffe941}.ypy-flvr_shortName{color:var(--color-brand-guava)}.ypy-flvrs_dive{position:relative;z-index:4;overflow:hidden}.ypy-flvrs_dive .imgFloat{position:absolute}.ypy-flvrs_dive .imgFloat.dive-guava{top:6%;left:-4%}.ypy-flvrs_dive .imgFloat.dive-coco{top:20px;left:80%;width:70%}.ypy-flvrs_dive .imgFloat.dive-soursop{left:-5%;bottom:5%}.ypy-flvrs_dive .imgFloat.dive-mango{left:77%;width:50%}.ypy-flvrs_dive .ypy-flvr_diveCntr{position:relative;z-index:2}.ypy-flvrs_dive .ypy-flvr_diveCntr>span{color:var(--color-brand-guava);font-size:26px;display:block;margin-bottom:15px}.ypy-flvrs_dive .ypy-flvr_diveCntr h2{margin-bottom:50px}.ypy-flvrs_dive figure{margin-bottom:40px}.ypy-hm-pdrs_sldr .item img{transition:transform .25s ease}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item{color:var(--color-light);position:relative;padding:50px 0 70px;text-align:center;display:block}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item>*{position:relative;z-index:1}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .25s ease}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item:hover{text-decoration:none}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item:hover:after{opacity:1}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item:hover img{transform:rotate(5deg)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item$=coco]{background:linear-gradient(to bottom,#21abc4,#1875cb 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=mango]{background:linear-gradient(to bottom,#ffbd30 30%,#fe9f2a 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=guayaba]{background:linear-gradient(to bottom,#ff759b 30%,#de4975 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=guan]{background:linear-gradient(to bottom,#61d55f 30%,#45c45e 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item^=sin]{background:linear-gradient(to bottom,#d7efff 30%,#c0d4e4 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=yuzu]{background:linear-gradient(to bottom,#76f46e 30%,#6fdd60 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item figure img{display:inline-block}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_body{text-align:center}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_body h2{font-size:14px;font-weight:700;margin-bottom:15px;line-height:1}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_body h2 span{font-size:24px;display:block}.ypy-hm-pdrs{position:relative}.ypy-hm-pdrs .ypy-sldrCtrl button{background:var(--color-brand-accent);border:none;width:50px;height:100px;transition:background var(--transition-time) var(--transition-type)}.ypy-hm-pdrs .ypy-sldrCtrl button:focus{outline:none}.ypy-hm-pdrs .ypy-sldrCtrl button svg{transition:transform var(--transition-time) var(--transition-type)}.ypy-hm-pdrs .ypy-sldrCtrl button:hover{background:var(--color-brand-primary)}.ypy-hm-pdrs .ypy-sldrCtrl .slide-m-prev{border-radius:0 50px 50px 0;padding-right:20px}.ypy-hm-pdrs .ypy-sldrCtrl .slide-m-prev:hover svg{transform:translate(-5px)}.ypy-hm-pdrs .ypy-sldrCtrl .slide-m-next{padding-left:10px;border-radius:100px 0 0 100px;right:0}.ypy-hm-pdrs .ypy-sldrCtrl .slide-m-next:hover svg{transform:translate(5px)}.img-full{width:100%;height:auto}.page_product main{overflow-x:hidden}.page_product .ypy-prdBnr_img{margin-bottom:50px}.page_product .ypy-prdBnrBody{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.page_product .ypy-prdBnrBody .ypy-prdBnr_img .ypyPrdBnr-btmBubbles{position:absolute;left:10%;bottom:-50px;z-index:3;width:50%}.page_product .ypy-prdBnrBody .ypy-prdBnr_img .ypy-prdBnrCan{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:2;width:50%;margin:0 auto}.page_product .ypy-prdBnr{padding-bottom:300px;position:relative}.page_product .ypy-prdBnr_data .lines{padding:25px 0}.page_product .ypy-prdBnr_data img+h1{padding-top:20px}.page_product .ypy-prdBnr_dataTxt{font-weight:400;padding-top:20px;padding-bottom:0}.page_product .yay-prdPack{color:var(--color-light);text-align:center;padding-top:50px;padding-bottom:50px}.page_product .yay-prdPack p{font-family:var(--fontBody)}.page_product .yay-prdPack .yay-prdPack_title{font-size:26px;display:block}.page_product .yay-prdPack .yay-prdPack_pres p,.page_product .yay-prdPack .yay-prdPack_pres li{font-size:18px;font-weight:700;margin-bottom:20px}.page_product .yay-prdPack .yay-prdPack_pres ul{padding-left:20px}.page_product .yay-prdPack .yay-prdPack_pres ul li{font-family:var(--fontBody);margin-bottom:10px}.page_product .yay-prdPack .yay-prdPack_pres ul li::marker{color:#fff}.page_product .yay-prdPack .ypy-prdPack_data p{font-size:20px;font-weight:400;line-height:26px}.page_product .yay-prdPack .ypy-prdPack_data p span{font-size:40px;font-weight:700;line-height:40px;margin-bottom:10px;display:block}.page_product .yay-prdPack .ypy-prdPack_img{position:relative}.page_product .yay-prdPack .ypy-prdPack_img img:first-child{position:relative;margin-top:-49%}.page_product .yay-prdPack .ypy-prdPack_img img:nth-child(2){position:absolute}.page_product .ypy-hy{padding-top:50px}.page_product .ypy-hy .container{position:relative}.page_product .ypy-hy .container .ypy-hy_icon{text-align:center}.page_product .ypy-hy .container .ypy-hy_icon p{padding-top:10px}.page_product .ypy-hy .container .ypy-hy_icon span{display:block}.page_product .ypy-hy .ypy-hy_people{margin-left:-12px;margin-right:-12px}.page_product .ypy-nutriTitle{font-size:26px;margin-bottom:40px}.page_product .ypy-nutriStores{padding-top:40px;padding-bottom:50px}.page_product .ypy-nutriStores_logos{margin-bottom:50px}.page_product .ypy-nutriStores_logos span{display:block;font-size:22px}.page_product .ypy-nutriOnLine{margin-bottom:50px}.page_product .ypy-mocktails .ypyHeading{margin-bottom:40px}.page_product .ypy-mocktailsRecipes{padding:50px 0}.page_product .ypy-mocktailsRecipes+h2{margin-bottom:50px}.page_product .ypy-mocktailsRecipes .sldr-wrap{justify-content:center}.page_product .ypy-mocktailsRecipes .item a{color:var(--color-light)}.soursop-page .ypy-prdBnr{background:url(/build/assets/patern-top-mnJP6v5W.svg) repeat-x left 100.5%,#02c78b}.soursop-page .ypy-prdBnr_dataTxt{color:#a2ff73}.soursop-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center center,url(/build/assets/pattern-green-top-CzVCvX27.svg) repeat-x left bottom,#4dd677}.soursop-page .yay-prdPack .yay-prdPack_pres ul li::marker{color:#0f8b63}.soursop-page .yay-prdPack .ypy-prdPack_data p span{color:#07935b}.soursop-page .yay-prdPack .ypy-prdPack_img{position:relative}.soursop-page .yay-prdPack .ypy-prdPack_img:before{content:url(/build/assets/guanabana-pack-Dll7M2eY.webp);width:200px;height:200px;position:absolute;left:-30%;bottom:25%}.soursop-page .ypy-hy{background:linear-gradient(180deg,#45c45e .3%,#20c140 40.3%,#02c78b 75.15%)}.soursop-page .ypy-hy .container .ypy-hy_icon span{color:#a2ff73}.soursop-page .ypy-hy .logos-top .ypy-hy_icon:first-child p span{color:#fed034}.soursop-page .ypy-hy .logos-btm .ypy-hy_icon:last-child p span{color:#fed034}.soursop-page .ypy-mocktails .ypyHeading{color:var(--color-brand-mango)}.guayaba-page .ypy-prdBnr{background:url(/build/assets/pattern-banner-guava-vs3KQRHh.svg) repeat-x left 100.5%,#e362a5}.guayaba-page .ypy-prdBnr_dataTxt{color:#a2ff73}.guayaba-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center center,url(/build/assets/pattern-hy-top-guava-CZ4MGgHI.svg) repeat-x left bottom,#d71673}.guayaba-page .yay-prdPack .yay-prdPack_pres ul li::marker{color:#ff98c9}.guayaba-page .yay-prdPack .ypy-prdPack_data p span{color:#ff98c9}.guayaba-page .yay-prdPack .ypy-prdPack_img{position:relative}.guayaba-page .yay-prdPack .ypy-prdPack_img:before{content:url(/build/assets/guayaba-pack-BZ1WwoYr.webp);width:373px;height:300px;position:absolute;left:-30%;bottom:-15%}.guayaba-page .ypy-hy{background:linear-gradient(180deg,#f058a7 .3%,#e55088 40.3%,#e362a5 65%)}.guayaba-page .ypy-hy .container .ypy-hy_icon span{color:#a2ff73}.guayaba-page .ypy-hy .logos-top .ypy-hy_icon:first-child p span{color:#fed034}.guayaba-page .ypy-hy .logos-btm .ypy-hy_icon:last-child p span{color:#fed034}.guayaba-page .ypy-mocktails .ypyHeading{color:#a2ff73}.mango-page .ypy-prdBnr{background:url(/build/assets/pattern-banner-mango-DAuS3g7W.svg) repeat-x left 100.5%,#f68003}.mango-page .ypy-prdBnr_dataTxt{color:#a2ff73}.mango-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center center,url(/build/assets/pattern-hy-top-mango-CHgci54X.svg) repeat-x left bottom,#ea7c08}.mango-page .yay-prdPack .yay-prdPack_pres ul li::marker{color:#3ce023}.mango-page .yay-prdPack .ypy-prdPack_data p span{color:#3ce023}.mango-page .yay-prdPack .ypy-prdPack_img{position:relative}.mango-page .yay-prdPack .ypy-prdPack_img:before{content:url(/build/assets/mango-pack-CyrP8t-x.webp);width:373px;height:300px;position:absolute;left:-30%;bottom:-15%}.mango-page .ypy-hy{background:linear-gradient(to bottom,#f68003 .3%,#f39104 40.3%,#f29d04 65%)}.mango-page .ypy-hy .container .ypy-hy_icon span,.mango-page .ypy-hy .logos-top .ypy-hy_icon:first-child p span{color:#a2ff73}.mango-page .ypy-hy .logos-btm .ypy-hy_icon:last-child p span{color:#a2ff73}.mango-page .ypy-mocktails .ypyHeading{color:#a2ff73}.coco-page .ypy-prdBnr{background:url(/build/assets/pattern-banner-coco-BNIj5BeM.svg) repeat-x left 100.5%,#086ef4}.coco-page .ypy-prdBnr_dataTxt{color:#a2ff73}.coco-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center center,url(/build/assets/pattern-hy-top-coco-DtZJSJ_s.svg) repeat-x left bottom,#3f92ff}.coco-page .yay-prdPack .yay-prdPack_pres ul li::marker{color:#3ce023}.coco-page .yay-prdPack .ypy-prdPack_data p span{color:#3ce023}.coco-page .yay-prdPack .ypy-prdPack_img{position:relative}.coco-page .yay-prdPack .ypy-prdPack_img:before{content:url(/build/assets/coco-pack-Bn9_eL65.webp);width:373px;height:300px;position:absolute;left:-30%;bottom:-15%}.coco-page .ypy-hy{background:linear-gradient(to bottom,#085cf0 .3%,#086df4 40.3%,#2d83f5 65%)}.coco-page .ypy-hy .container .ypy-hy_icon span,.coco-page .ypy-hy .logos-top .ypy-hy_icon:first-child p span{color:#a2ff73}.coco-page .ypy-hy .logos-btm .ypy-hy_icon:last-child p span{color:#a2ff73}.coco-page .ypy-mocktails .ypyHeading{color:#a2ff73}.coco-yuzu-page .ypy-prdBnr{background:url(/build/assets/pattern-banner-yuzu-CsY0HTg9.svg) repeat-x left 100.5%,#00cb72;position:relative}.coco-yuzu-page .badget{position:absolute;right:0;top:95%;width:120px}.coco-yuzu-page .ypy-prdBnr_dataTxt{color:#a2ff73}.coco-yuzu-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center center,url(/build/assets/pattern-hy-top-coco-yuzu-DfEkk16_.svg) repeat-x left bottom,#06bf6e}.coco-yuzu-page .yay-prdPack .yay-prdPack_pres ul li::marker{color:#3ce023}.coco-yuzu-page .yay-prdPack .ypy-prdPack_data p span{color:#3ce023}.coco-yuzu-page .yay-prdPack .ypy-prdPack_img{position:relative}.coco-yuzu-page .yay-prdPack .ypy-prdPack_img:before{content:url(/build/assets/coco-pack-Bn9_eL65.webp);width:373px;height:300px;position:absolute;left:-30%;bottom:-15%}.coco-yuzu-page .ypy-hy{background:linear-gradient(to bottom,#34d05a .3%,#00cb72 40.3%,#09bc6d 65%)}.coco-yuzu-page .ypy-hy .container .ypy-hy_icon span{color:#ffe941}.coco-yuzu-page .ypy-mocktails .ypyHeading{color:#a2ff73}.sugarfree-page{--color-free: #7AD554}.sugarfree-page .ypy-prdBnr{background:url(/build/assets/pattern-banner-cocofree-DPCKSDiP.svg) repeat-x left 100.5%,#d8efff;position:relative}.sugarfree-page.page_product .ypy-breads a{color:var(--color-brand-primary)}.sugarfree-page.page_product .ypy-breadsCurrent{color:var(--color-free)}.sugarfree-page .badget{position:absolute;right:0;top:95%;width:130px}.sugarfree-page .ypy-prdBnr_data{color:var(--color-brand-primary)}.sugarfree-page .ypy-prdBnr_data h1{color:var(--color-free)}.sugarfree-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center center,url(/build/assets/pattern-hy-top-coco-free-BDI2RW7U.svg) repeat-x left bottom,#c5e8ff;color:var(--color-brand-primary)}.sugarfree-page .yay-prdPack .yay-prdPack_pres ul li::marker{color:var(--color-free)}.sugarfree-page .yay-prdPack .ypy-prdPack_data p span{color:#6acb41}.sugarfree-page .yay-prdPack .ypy-prdPack_img{position:relative}.sugarfree-page .yay-prdPack .ypy-prdPack_img:before{content:url(/build/assets/coco-pack-Bn9_eL65.webp);width:373px;height:300px;position:absolute;left:-30%;bottom:-15%}.sugarfree-page .ypy-hy{background:linear-gradient(to bottom,#a5dbff .3%,#d4eeff 40.3%,#bbe4ff 65%)}.sugarfree-page .ypy-hy .container .ypy-hy_icon{color:var(--color-brand-primary)}.sugarfree-page .ypy-hy .container .ypy-hy_icon span,.sugarfree-page .ypy-mocktails .ypyHeading{color:var(--color-free)}.page_product .ypy-prdBnr .ypyPrdBnr-topBubbles{opacity:0;animation:bubbles 1s ease forwards .9s}.page_product .ypy-prdBnr .ypyPrdBnr-btmBubbles{opacity:0;animation:bubbles 1s ease forwards .7s}.page_product .ypy-prdBnr .ypy-prdBnr_data>*:not(h1),.page_product .ypy-prdBnr .ypy-prdBnr_data h1>*{opacity:0}.page_product .ypy-prdBnr .ypy-prdBnr_data h1 span{animation:hdrTxt 1s ease forwards .25s}.page_product .ypy-prdBnr .ypy-prdBnr_data h1 img{animation:topBlur 1s ease forwards .5s}.page_product .ypy-prdBnr .ypy-prdBnr_data .ypy-prdBnr_dataTxt{animation:hdrTxt 1s ease forwards .75s}.page_product .ypy-prdBnr .ypy-prdBnr_data .linesBox{animation:hdrTxt 1s ease forwards 1s}.page_product .ypy-prdBnr .ypy-prdBnr_data p{animation:hdrTxt 1s ease forwards 1.25s}@keyframes hdrCan{0%{opacity:0;filter:blur(10px);transform:translate(120%) rotate(25deg)}to{opacity:1;filter:blur(0);transform:translate(0) rotate(0)}}@keyframes bubbles{0%{opacity:0;filter:blur(5px);transform:translateY(50px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes hdrTxt{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes topBlur{0%{opacity:0;filter:blur(10px);transform:scale(1.1)}to{opacity:1;filter:blur(0);transform:scale(1)}}.Video-box{background:#000c;position:fixed;width:100%;height:100vh;top:0;left:0;z-index:17;opacity:0;visibility:hidden;transition:all .5s ease}.Video-box.showme,.Video-box.showme~.OverlayModal,.Video-box.showme~.video-disclaimer-box{opacity:1;visibility:visible}.Video-box .video-body{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);max-width:320px}.Video-box .Video-data{height:36rem;padding-bottom:56.25%;position:relative;overflow:hidden}.Video-box iframe{height:100%;left:0;position:absolute;top:0;width:100%}.Video-box .videoLink{margin:10px auto 0;position:absolute;left:0;right:0;width:180px}.video_local{display:block;width:95%;margin:0 auto}.video_local:focus{outline:none}[data-videoplayicon]{cursor:pointer}[data-videoplayicon] .icon-play{display:block;position:absolute;height:60px;width:60px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}[data-videoplayicon] svg{transition:all .25s ease}[data-videoplayicon]:hover svg{transform:scale(1.1)}[data-videoplayicon]:hover svg path{fill:var(--color-brand-primary)}[data-videoplayicon_position*=icon_top_center]{top:70%;left:50%;transform:translate(-50%,-50%);z-index:3}.OverlayModal{background:#000c;position:fixed;left:0;top:0;height:100vh;width:100vw;z-index:16;opacity:0;visibility:hidden;transition:all .5s ease}.video-close{color:var(--color-light);cursor:pointer;position:fixed;top:15px;right:15px;z-index:2;height:40px;width:40px;border-radius:50px;font-size:2em;line-height:34px;text-align:center}.videoSingle{cursor:pointer;position:relative}.page-recipes .ypy-RcpMain{padding-top:25%;padding-bottom:100px}.page-recipes .ypy-RcpsFilters{margin-bottom:50px}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap{text-align:center}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item{color:var(--color-light);position:relative}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item img{transition:transform .25s ease;position:relative;z-index:2}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item:after{content:"";border-radius:100%;width:176px;height:176px;position:absolute;top:45%;left:50%;opacity:0;transform:translate(-50%,-50%) scale(1.2);transition:transform .25s ease,opacity .25s ease;z-index:1}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item:hover,.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item.current{text-decoration:none}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item:hover img,.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item.current img{transform:rotate(5deg)}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item:hover:after,.page-recipes .ypy-RcpsFilters .sktr-sldrWrap .item.current:after{opacity:1;transform:scale(1) translate(-50%,-50%)}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap [data-item*=coco]:after{background:url(/build/assets/coco-hover-D_jCpTjq.webp) no-repeat center center}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap [data-item*=mango]:after{background:url(/build/assets/mango-hover-BPWDcv_M.webp) no-repeat center center}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap [data-item*=guanabana]:after{background:url(/build/assets/guanabana-hover-qcfoVwph.webp) no-repeat center center}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap [data-item*=guayaba]:after{background:url(/build/assets/guayaba-hover-CFwjUwAg.webp) no-repeat center center}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap [data-item*=azucar]:after{background:url(/build/assets/coco-sinazucar-hover-BOh_774k.webp) no-repeat center center}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap [data-item*=yuzu]:after{background:url(/build/assets/coco-yuzu-hover-D6SY4c-Y.webp) no-repeat center center}.page-recipes .ypy-RcpsTitle h1{color:var(--color-brand-mango)}.page-recipes .ypy-RcpsTitle p{font-family:var(--fontBody);font-weight:400;padding:40px 0}.page-recipes .ypy-RcpsTitle p strong{font-family:var(--fontBase)}.page-recipes .ypy-RcpsList{padding-bottom:100px;row-gap:50px}.page-recipes .ypy-RcpsList .ypy-RcpsItem{color:var(--color-light);text-align:center;text-decoration:none;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;align-items:center}.page-recipes .ypy-RcpsList .ypy-RcpsItem .ypyBtn{font-size:14px}.page-recipeDet{background:url(/build/assets/bg-recipes-top-xs-DF6fp0WI.webp) no-repeat center top/contain,#1875cb;padding-top:25%}.page-recipeDet .ypy-RcpTop{padding-bottom:50px}.page-recipeDet .ypy-RcpTop_title span{font-size:30px;padding:50px}.page-recipeDet .ypy-RcpMade{position:relative}.page-recipeDet .ypy-RcpMade .container{margin-top:-80%}.page-recipeDet .ypy-RcpMade_prdClave{color:#a2ff73;font-size:30px}.page-recipeDet .ypy-RcpMade_prd{margin-bottom:100px}.page-recipeDet .ypy-RcpMade_prdFrase{font-weight:400;font-size:16px}.page-recipeDet .ypy-RcpMade_can .ypy-can{transform:rotate(20deg)}.page-recipeDet .ypy-RcpMade_can .bubbls-can{position:absolute;right:0;bottom:0;z-index:2}.page-recipeDet .ypy-RcpSteps span{font-size:24px;display:block;margin-bottom:10px}.page-recipeDet .ypy-RcpSteps ul li,.page-recipeDet .ypy-RcpSteps ol li{font-family:var(--fontBody);font-size:18px;font-weight:400;line-height:26px;margin-bottom:10px}.page-recipeDet .ypy-RcpSteps ul li::marker,.page-recipeDet .ypy-RcpSteps ol li::marker{color:#f4933e}.page-recipeDet .ypy-RcpSteps_ing{padding:50px;background:#2989e1}.page-recipeDet .ypy-RcpSteps_ing:before,.page-recipeDet .ypy-RcpSteps_ing:after{background:inherit;content:"";position:absolute;height:30px;width:100%}.page-recipeDet .ypy-RcpSteps_ing ul{list-style-type:disc;padding-left:15px}.page-recipeDet .ypy-RcpSteps_step{padding:100px 50px}.page-recipeDet .ypy-RcpSteps_step ol{padding-left:20px}.ypy-RcpVideo{background-color:#b6eaf2;background-image:url(/build/assets/bg-recipes-btm-xs-B5DduDVq.webp);background-repeat:no-repeat;background-position:center bottom;background-size:contain;padding:100px 0}.ypy-RcpVideo h2{color:var(--color-brand-primary);margin-bottom:50px}.ypy-RcpVideo .videoSingle img{border-radius:20px}.ypy-RcpVideo .ypy-RcpNav{padding-top:50px}.ypy-RcpVideo .ypy-RcpNav a{color:var(--color-brand-primary)}.ypy-RcpDet .ypy-RcpTop_title,.ypy-RcpDet .ypy-RcpTop_img img{filter:blur(10px);opacity:0;transform:translate(50px)}.ypy-RcpDet .ypy-RcpTop_img img{animation:slideLeft .75s ease forwards}.ypy-RcpDet .ypy-RcpTop_title{animation:slideLeft .75s ease forwards .25s}@keyframes slideLeft{to{filter:blur(0);opacity:1;transform:translate(0)}}.doFxPlease canvas{position:absolute;top:0;left:0}.ypyCtc{background:url(/build/assets/bg-contact-top-xs-T9_tlpX_.webp) no-repeat center top/contain,url(/build/assets/bg-contact-btm-xs-CJECRpVH.webp) no-repeat center bottom/contain,#b6eaf2;padding-top:25%}.ypyCtc p{color:var(--color-brand-primary);font-family:var(--fontBody);font-weight:400;padding-top:40px}.ypyCtc p strong{color:#00b438}.ypyCtc-title{margin-bottom:100px}.ypyCtc-title h1{margin-bottom:50px}.ypyCtc .ypy-inputGroup{margin-bottom:30px}.ypyCtc form{padding-bottom:100px}.ypyCtc form label{color:var(--color-brand-guava);display:block;padding-left:20px}.ypyCtc form input,.ypyCtc form textarea,.ypyCtc form select{background:transparent;border:1px solid var(--color-brand-primary);border-radius:50px;color:var(--color-brand-primary);font-family:var(--fontBody);padding:0 20px;height:55px;width:100%;margin-bottom:15px}.ypyCtc form input::placeholder,.ypyCtc form textarea::placeholder,.ypyCtc form select::placeholder{color:var(--color-brand-primary)}.ypyCtc form input.is-invalid,.ypyCtc form textarea.is-invalid,.ypyCtc form select.is-invalid{border-color:var(--color-warning)}.ypyCtc form input.is-invalid::placeholder,.ypyCtc form textarea.is-invalid::placeholder,.ypyCtc form select.is-invalid::placeholder{color:var(--color-warning)}.ypyCtc form input.is-invalid+.invalid-feedback,.ypyCtc form textarea.is-invalid+.invalid-feedback,.ypyCtc form select.is-invalid+.invalid-feedback{background:var(--color-warning);border-radius:5px;color:var(--color-light);font-size:12px;padding:5px 10px;display:inline-flex;margin-left:20px}.ypyCtc form textarea{border-radius:30px;height:150px;padding-top:15px}.ypyCtc form button{border:none}.ypyCtc .bee-form-errors:has(span){background:var(--color-warning);border-radius:5px;padding:5px 10px}.ypyCtc-tks{background-image:url(/build/assets/bg-contact-top-xs-T9_tlpX_.webp);background-color:#b6eaf2;background-repeat:no-repeat;background-position:center top;background-size:contain;height:100vh;position:relative}.ypyCtc-tks h1{color:var(--color-brand-soursop)}.ypyCtc-tks p{color:var(--color-brand-primary);font-family:var(--fontBody);font-weight:400}.ypyCtc-tks .container{background:url(/build/assets/bubbles-contact-tks-PguGcW57.webp) no-repeat center center;height:inherit;display:flex;align-items:center;justify-content:center}.ypyCtc-tks img{position:absolute;width:80px}.ypyCtc-tks img.guayaba{top:15%;left:0}.ypyCtc-tks img.mango{bottom:0;right:0}@media (min-width: 0){.col{flex-basis:0;flex-grow:1;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}}@media (min-width: 576px){.container-sm,.container{max-width:540px}.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.ypyBtn{min-width:215px}.ypyHeading{font-size:30px}.ypy-breads{position:absolute;top:0%;padding-top:9%;z-index:3}footer{text-align:initial}.ypy-flvrsBanner{padding-bottom:135px}.ypy-flvrsBanner-data{display:flex;align-items:center;padding-top:0}.ypy-flvrsBanner .can{position:absolute}.ypy-flvrsBanner .can.ypy-flvrs-soursop{top:15%;left:-10%}.ypy-flvrsBanner .can.ypy-flvrs-mango{bottom:0;left:8%}.ypy-flvrsBanner .can.ypy-flvrs-guava{top:15%;right:-4%;text-align:right}.ypy-flvrsBanner .can.ypy-flvrs-coco{bottom:0;right:8%;text-align:right}.ypy-flvrStack .ypy-stack:nth-child(2n) .ypy-stack_wrap{flex-direction:row-reverse}.ypy-stack{position:sticky;top:0;height:400px}.ypy-stack_data>span{font-size:18px}.ypy-stack-soursop{background:url(/build/assets/bg-jugo-de-guanabana-2k-CsVIROX1.webp) no-repeat left bottom}.ypy-stack-mango{background:url(/build/assets/bg-jugo-de-mango-ColNNg6S.webp) no-repeat left bottom}.ypy-stack-guava{background:url(/build/assets/bg-guayaba-2k-e6QutEDB.webp) no-repeat left bottom}.ypy-stack-coconut{background:url(/build/assets/bg-coconut-water-2k-DjhXczzY.webp) no-repeat left bottom}.ypy-stack-sugar-free{background:url(/build/assets/bg-coconut-water-sin-azucar-2k-DPD7i-lu.webp) no-repeat left bottom}.ypy-stack-yuzu{background:url(/build/assets/bg-conocut-water-yuzu-2k-BayHGgci.webp) no-repeat left bottom}.ypy-flvrs_dive{background:url(/build/assets/bg-flavor-amazon-CGqUq36P.webp) no-repeat center bottom,#b6eaf2;padding-top:50px;padding-bottom:100px}.ypy-flvrs_dive .imgFloat.dive-guava{top:10%;left:10%}.ypy-flvrs_dive .imgFloat.dive-coco{top:10%;left:70%;width:auto}.ypy-flvrs_dive .imgFloat.dive-soursop{bottom:15%;left:10%}.ypy-flvrs_dive .imgFloat.dive-mango{bottom:10%;left:74%;width:auto}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item{padding:50px 0 160px}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item figure{margin-bottom:70px}.page_product .ypy-prdBnr_img{margin-bottom:0}.page_product .ypy-prdBnrBody{padding-top:13%}.page_product .ypy-prdBnrBody .ypy-prdBnr_img .ypyPrdBnr-btmBubbles{left:0;width:initial}.page_product .ypy-prdBnrBody .ypy-prdBnr_img .ypy-prdBnrCan{left:0;transform:initial;width:auto;margin:initial}.page_product .ypy-prdBnr{padding-bottom:150px}.page_product .yay-prdPack{text-align:initial}.page_product .yay-prdPack{padding-top:200px;padding-bottom:100px}.page_product .yay-prdPack .yay-prdPack_pres p,.page_product .yay-prdPack .yay-prdPack_pres li{font-size:22px}.page_product .yay-prdPack .ypy-prdPack_data p span{font-size:30px;line-height:30px}.page_product .ypy-hy .container .ypy-hy_icon{position:absolute;z-index:2}.page_product .ypy-hy .container .ypy-hy_icon p{font-size:18px;line-height:18px}.page_product .ypy-hy .logos-top .ypy-hy_icon:first-child{top:40px;left:0}.page_product .ypy-hy .logos-top .ypy-hy_icon:last-child{top:40px;right:0}.page_product .ypy-hy .logos-btm .ypy-hy_icon:first-child{bottom:20%;left:0}.page_product .ypy-hy .logos-btm .ypy-hy_icon:last-child{bottom:20%;right:0}.page_product .ypy-nutri{padding:65px 0}.page_product .ypy-nutriTitle{font-size:30px}.page_product .ypy-mocktailsRecipes .item a{display:flex;align-items:center}.page_product .ypy-mocktailsRecipes .item h3{font-size:22px;line-height:20px}.soursop-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center bottom,url(/build/assets/pattern-green-top-CzVCvX27.svg) repeat-x left bottom,#4dd677}.soursop-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-CS8aLyAI.svg) repeat-x left top,url(/build/assets/pattern-nutri-btm-CpeyzYWO.svg) repeat-x left bottom,url(/build/assets/bubbles-nutri-left-BWOPCipM.webp) no-repeat left center,linear-gradient(to right,#0eab7b,#0eab7b 22%,#4dd677 22%,#4dd677)}.guayaba-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center bottom,url(/build/assets/pattern-hy-top-guava-CZ4MGgHI.svg) repeat-x left bottom,#d71673}.guayaba-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-guava-BpmcrxNI.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-guava-CnrIqFXu.svg) repeat-x left bottom,url(/build/assets/bubbles-nutri-left-BWOPCipM.webp) no-repeat left center,linear-gradient(to right,#d44e94,#d44e94 22%,#efa3cb 22%,#efa3cb)}.mango-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center bottom,url(/build/assets/pattern-hy-top-mango-CHgci54X.svg) repeat-x left bottom,#ea7c08}.mango-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-mango-BRWEL64w.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-mango-Cht3iXCF.svg) repeat-x left bottom,url(/build/assets/bubbles-nutri-left-BWOPCipM.webp) no-repeat left center,linear-gradient(to right,#f47401,#f47401 22%,#edab5c 22%,#edab5c)}.coco-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center bottom,url(/build/assets/pattern-hy-top-coco-DtZJSJ_s.svg) repeat-x left bottom,#3f92ff}.coco-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-coco-B7jhnGui.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-coco-BGJ7-dZs.svg) repeat-x left bottom,url(/build/assets/bubbles-nutri-left-BWOPCipM.webp) no-repeat left center,linear-gradient(to right,#3c7bee,#3c7bee 22%,#8bb2f8 22%,#8bb2f8)}.coco-yuzu-page .badget{width:auto;top:90%}.coco-yuzu-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center bottom,url(/build/assets/pattern-hy-top-coco-yuzu-DfEkk16_.svg) repeat-x left bottom,#06bf6e}.coco-yuzu-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-coco-yuzu-MuFfgQ9i.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-coco-yuzu-Dlr8Nl7F.svg) repeat-x left bottom,url(/build/assets/bubbles-nutri-left-BWOPCipM.webp) no-repeat left center,linear-gradient(to right,#39dd61,#39dd61 22%,#1baa6b 22%,#1baa6b)}.sugarfree-page .badget{width:auto;top:90%}.sugarfree-page .yay-prdPack{background:url(/build/assets/agua-DHCZzbKU.webp) no-repeat center bottom,url(/build/assets/pattern-hy-top-coco-free-BDI2RW7U.svg) repeat-x left bottom,#c5e8ff}.sugarfree-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-coco-free-DF9xTh3i.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-coco-free-WLnFgIGz.svg) repeat-x left bottom,url(/build/assets/bubbles-nutri-left-BWOPCipM.webp) no-repeat left center,linear-gradient(to right,#4498d0,#4498d0 22%,#7ebee9 22%,#7ebee9)}.page_product .ypy-prdBnr .ypy-prdBnr_img .ypy-prdBnrCan{animation:hdrCan .75s ease forwards}.Video-box .Video-data{height:0}.page-recipes .ypy-RcpMain{background:url(/build/assets/bg-recipes-top-dAKTeh1L.webp) no-repeat center top/contain,url(/build/assets/bg-recipes-btm-Lx3QZBfb.webp) no-repeat center bottom/contain,#1875cb;padding-top:10%}.page-recipeDet{background:url(/build/assets/bg-recipes-top-dAKTeh1L.webp) no-repeat center top/contain,#1875cb;padding-top:10%}.page-recipeDet .ypy-RcpMade .container{position:absolute;margin-top:0;z-index:2}.page-recipeDet .ypy-RcpMade_prd{margin-bottom:0}.page-recipeDet .ypy-RcpSteps_ing{padding:100px 50px}.page-recipeDet .ypy-RcpSteps_ing:before,.page-recipeDet .ypy-RcpSteps_ing:after{top:0;height:100%;width:initial}.page-recipeDet .ypy-RcpSteps_ing:before{width:50%;right:100%}.page-recipeDet .ypy-RcpSteps_ing:after{border-radius:0 100% 100% 0;width:50px;left:100%}.ypy-RcpVideo{background-image:url(/build/assets/bg-recipes-btm-Lx3QZBfb.webp);background-size:cover}.ypyCtc{background:url(/build/assets/bg-contact-top-DQsT6H_H.webp) no-repeat center top/contain,url(/build/assets/bg-contact-btm-CXnm_AQb.webp) no-repeat center bottom/contain,#b6eaf2;padding-top:10%}.ypyCtc-tks{background-image:url(/build/assets/bg-contact-top-DQsT6H_H.webp)}.ypyCtc-tks img{width:auto}.ypyCtc-tks img.guayaba{top:35%}.ypyCtc-tks img.mango{top:20%;bottom:initial}}@media (min-width: 768px) and (max-width: 1199.98px){.ypy-flvrsBanner .ypy-flvrsBannerCan{display:flex}.ypy-flvrsBanner .ypy-flvrsBannerCan img{width:63.5%}}@media (min-width: 768px) and (max-width: 991.98px){.coco-page .ypy-prdBnr{padding-bottom:200px}[data-videoplayicon_position*=icon_top_center]{top:15px;transform:translate(-50%)}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}body{font-size:calc(var(--fontSize) + 2px)}.mixology-md .bebida{opacity:0;filter:blur(10px);transform:translate(40px);transition:all var(--transition)}.mixology-md .floats{opacity:0;transition:opacity .25s ease}.mixology-md .recipeChild{opacity:0;transform:translateY(50px);transition:opacity var(--transition)}.mixology-md.doFx .bebida{opacity:1;filter:blur(0);transform:translate(0)}.mixology-md.doFx .floats{opacity:1;transition-delay:.25s}.mixology-md.doFx .recipeChild{opacity:1;transform:translateY(0)}.mixology-md.doFx .recipe-name{transition-delay:.25s}.mixology-md.doFx .ypy-recipeBtn{transition-delay:.5s}.instaCard a{filter:blur(10px);opacity:0;transition:all var(--transition)}.instaCard a:first-child{transform:translate(100%) rotate(10deg)}.instaCard a:nth-child(2){transform:translateY(50px);z-index:3}.instaCard a:last-child{transform:translate(-100%) rotate(-10deg)}.instaCard.doFx a{opacity:1;filter:blur(0);transform:translate(0) rotate(0)}.ypy-flvrsBanner .can.ypy-flvrs-soursop{top:15%;left:-5%}.ypy-stack{height:679px}.ypy-stack_data{padding-top:100px}.ypy-stack_data>span{font-size:25px}.ypy-flvrs_dive .imgFloat.dive-guava{left:20%}.ypy-flvrs_dive .imgFloat.dive-soursop{bottom:15%;left:20%}.ypy-flvrs_dive .imgFloat.dive-mango{left:64%}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item$=coco]{background:linear-gradient(to bottom,#fff0,#fff0 30%,#21abc4 30%,#1875cb 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item$=coco]:hover:after{background:url(/build/assets/bg-yoopy-coco-Dzl3BNo-.webp) no-repeat center top/cover}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=mango]{background:linear-gradient(to bottom,#fff0,#fff0 30%,#ffbd30 30%,#fe9f2a 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=mango]:hover:after{background:url(/build/assets/bg-yoopy-mango-DdjwJM4p.webp) no-repeat center top/cover}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=guayaba]{background:linear-gradient(to bottom,#fff0,#fff0 30%,#ff759b 30%,#de4975 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=guayaba]:hover:after{background:url(/build/assets/bg-yoopy-guayaba-B3chVBLI.webp) no-repeat center top/cover}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=guan]{background:linear-gradient(to bottom,#fff0,#fff0 30%,#61d55f 30%,#45c45e 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=guan]:hover:after{background:url(/build/assets/bg-yoopy-guanabana-M_WVWfGe.webp) no-repeat center top/cover}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item^=sin]{background:linear-gradient(to bottom,#fff0,#fff0 30%,#d7efff 30%,#c0d4e4 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item^=sin]:hover:after{background:url(/build/assets/bg-yoopy-coco-no-sugar-B2aQxspe.webp) no-repeat center top/cover}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=yuzu]{background:linear-gradient(to bottom,#fff0,#fff0 30%,#76f46e 30%,#6fdd60 74%)}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item[data-item*=yuzu]:hover:after{background:url(/build/assets/bg-yoopy-yizu-axJjpQWM.webp) no-repeat center top/cover}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_body h2{font-size:18px}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_body h2 span{font-size:35px}.ypy-hm-pdrs .ypy-sldrCtrl button{position:absolute;top:50%;transform:translateY(-50%);z-index:5}.page_product .ypy-prdBnr_data .lines{padding:50px 0}.page_product .ypy-prdBnr_dataTxt{font-size:25px}.page_product .yay-prdPack .yay-prdPack_title{font-size:34px}.page_product .yay-prdPack .ypy-prdPack_data p span{font-size:40px;line-height:40px}.page_product .ypy-mocktails{padding-top:120px}.page_product .ypy-mocktailsRecipes{padding:100px 0}.soursop-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 10%,url(/build/assets/mocktails-bg-2uTT5jl1.webp) no-repeat center center/cover,linear-gradient(180deg,#20c140 32.89%,#45c45e 75.17%,#02c78b 95.3%);background-blend-mode:luminosity}.guayaba-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 10%,url(/build/assets/mocktails-bg-2uTT5jl1.webp) no-repeat center center/cover,linear-gradient(180deg,#ef58a3 32.89%,#e24697 75.17%);background-blend-mode:luminosity}.mango-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 10%,url(/build/assets/mocktails-bg-2uTT5jl1.webp) no-repeat center center/cover,linear-gradient(180deg,#fd8915,#f3b135 48%,#f67f03 75.17%);background-blend-mode:luminosity}.coco-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 10%,url(/build/assets/mocktails-bg-2uTT5jl1.webp) no-repeat center center/cover,linear-gradient(to top,#0e4ec0 32.89%,#075af0 75.17%,#0529c3 95.3%);background-blend-mode:luminosity}.coco-yuzu-page .badget{top:80%}.coco-yuzu-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 10%,url(/build/assets/mocktails-bg-2uTT5jl1.webp) no-repeat center center/cover,linear-gradient(to bottom,#069b5a 32.89%,#09bc6d 75.17%,#06bf6e 95.3%);background-blend-mode:luminosity}.sugarfree-page .badget{top:80%}.sugarfree-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 10%,url(/build/assets/mocktails-bg-coco-ZDDXyHUl.webp) no-repeat center center/cover,linear-gradient(to bottom,#c5e7fd 32.89%,#bae4ff 75.17%,#7bc6f8 95.3%);background-blend-mode:luminosity}.Video-box .video-body{max-width:1000px}[data-videoplayicon_position*=icon_top_center]{top:70%}.page-recipes .ypy-RcpsFilters .sktr-sldrWrap{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.page-recipeDet .ypy-RcpSteps ul li,.page-recipeDet .ypy-RcpSteps ol li{font-size:20px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.ypyHeading{font-size:40px}.liquid-svg{display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);z-index:-1;pointer-events:none}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_body h2{font-size:22px}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_body h2 span{font-size:50px}.page_product .ypy-prdBnrBody{padding-top:10%}.page_product .ypy-prdBnr{padding-bottom:100px}.page_product .yay-prdPack .yay-prdPack_pres p,.page_product .yay-prdPack .yay-prdPack_pres li{font-size:26px}.page_product .ypy-hy .container .ypy-hy_icon p{font-size:23px;line-height:23px}.page-recipeDet .ypy-RcpTop_title span{font-size:60px;line-height:50px;padding:20px 50px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.page-recipes .ypy-RcpsList .ypy-RcpsItem h2{font-size:22px}}@media (min-width: 1600px){.container-2k,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1420px}.col-2k{flex-basis:0;flex-grow:1;max-width:100%}.col-2k-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2k-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-2k-3{flex:0 0 25%;max-width:25%}.col-2k-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-2k-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-2k-6{flex:0 0 50%;max-width:50%}.col-2k-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-2k-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-2k-9{flex:0 0 75%;max-width:75%}.col-2k-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-2k-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-2k-12{flex:0 0 100%;max-width:100%}.offset-2k-0{margin-left:0}.offset-2k-1{margin-left:8.3333333333%}.offset-2k-2{margin-left:16.6666666667%}.offset-2k-3{margin-left:25%}.offset-2k-4{margin-left:33.3333333333%}.offset-2k-5{margin-left:41.6666666667%}.offset-2k-6{margin-left:50%}.offset-2k-7{margin-left:58.3333333333%}.offset-2k-8{margin-left:66.6666666667%}.offset-2k-9{margin-left:75%}.offset-2k-10{margin-left:83.3333333333%}.offset-2k-11{margin-left:91.6666666667%}.d-2k-inline{display:inline!important}.d-2k-inline-block{display:inline-block!important}.d-2k-block{display:block!important}.d-2k-grid{display:grid!important}.d-2k-table{display:table!important}.d-2k-table-row{display:table-row!important}.d-2k-table-cell{display:table-cell!important}.d-2k-flex{display:flex!important}.d-2k-inline-flex{display:inline-flex!important}.d-2k-none{display:none!important}.flex-2k-fill{flex:1 1 auto!important}.flex-2k-row{flex-direction:row!important}.flex-2k-column{flex-direction:column!important}.flex-2k-row-reverse{flex-direction:row-reverse!important}.flex-2k-column-reverse{flex-direction:column-reverse!important}.flex-2k-grow-0{flex-grow:0!important}.flex-2k-grow-1{flex-grow:1!important}.flex-2k-shrink-0{flex-shrink:0!important}.flex-2k-shrink-1{flex-shrink:1!important}.flex-2k-wrap{flex-wrap:wrap!important}.flex-2k-nowrap{flex-wrap:nowrap!important}.flex-2k-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-2k-start{justify-content:flex-start!important}.justify-content-2k-end{justify-content:flex-end!important}.justify-content-2k-center{justify-content:center!important}.justify-content-2k-between{justify-content:space-between!important}.justify-content-2k-around{justify-content:space-around!important}.justify-content-2k-evenly{justify-content:space-evenly!important}.align-items-2k-start{align-items:flex-start!important}.align-items-2k-end{align-items:flex-end!important}.align-items-2k-center{align-items:center!important}.align-items-2k-baseline{align-items:baseline!important}.align-items-2k-stretch{align-items:stretch!important}.align-content-2k-start{align-content:flex-start!important}.align-content-2k-end{align-content:flex-end!important}.align-content-2k-center{align-content:center!important}.align-content-2k-between{align-content:space-between!important}.align-content-2k-around{align-content:space-around!important}.align-content-2k-stretch{align-content:stretch!important}.align-self-2k-auto{align-self:auto!important}.align-self-2k-start{align-self:flex-start!important}.align-self-2k-end{align-self:flex-end!important}.align-self-2k-center{align-self:center!important}.align-self-2k-baseline{align-self:baseline!important}.align-self-2k-stretch{align-self:stretch!important}.order-2k-first{order:-1!important}.order-2k-0{order:0!important}.order-2k-1{order:1!important}.order-2k-2{order:2!important}.order-2k-3{order:3!important}.order-2k-4{order:4!important}.order-2k-5{order:5!important}.order-2k-last{order:6!important}.m-2k-0{margin:0!important}.m-2k-1{margin:.25rem!important}.m-2k-2{margin:.5rem!important}.m-2k-3{margin:1rem!important}.m-2k-4{margin:1.5rem!important}.m-2k-5{margin:3rem!important}.m-2k-auto{margin:auto!important}.mx-2k-0{margin-right:0!important;margin-left:0!important}.mx-2k-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2k-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-2k-3{margin-right:1rem!important;margin-left:1rem!important}.mx-2k-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-2k-5{margin-right:3rem!important;margin-left:3rem!important}.mx-2k-auto{margin-right:auto!important;margin-left:auto!important}.my-2k-0{margin-top:0!important;margin-bottom:0!important}.my-2k-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2k-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-2k-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-2k-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-2k-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-2k-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-2k-0{margin-top:0!important}.mt-2k-1{margin-top:.25rem!important}.mt-2k-2{margin-top:.5rem!important}.mt-2k-3{margin-top:1rem!important}.mt-2k-4{margin-top:1.5rem!important}.mt-2k-5{margin-top:3rem!important}.mt-2k-auto{margin-top:auto!important}.me-2k-0{margin-right:0!important}.me-2k-1{margin-right:.25rem!important}.me-2k-2{margin-right:.5rem!important}.me-2k-3{margin-right:1rem!important}.me-2k-4{margin-right:1.5rem!important}.me-2k-5{margin-right:3rem!important}.me-2k-auto{margin-right:auto!important}.mb-2k-0{margin-bottom:0!important}.mb-2k-1{margin-bottom:.25rem!important}.mb-2k-2{margin-bottom:.5rem!important}.mb-2k-3{margin-bottom:1rem!important}.mb-2k-4{margin-bottom:1.5rem!important}.mb-2k-5{margin-bottom:3rem!important}.mb-2k-auto{margin-bottom:auto!important}.ms-2k-0{margin-left:0!important}.ms-2k-1{margin-left:.25rem!important}.ms-2k-2{margin-left:.5rem!important}.ms-2k-3{margin-left:1rem!important}.ms-2k-4{margin-left:1.5rem!important}.ms-2k-5{margin-left:3rem!important}.ms-2k-auto{margin-left:auto!important}.ypy-flvrsBanner .can.ypy-flvrs-soursop{left:-8%}.ypy-flvrsBanner .can.ypy-flvrs-mango{left:8%}.ypy-flvrsBanner .can.ypy-flvrs-guava{right:0%}.ypy-stack_data{padding-top:0}.ypy-hm-pdrs_sldr .ypy-hm-pdrs_item{padding:50px 0 51%}.soursop-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 5%,url(/build/assets/mocktails-bg-full-Cf05f_9l.webp) no-repeat center center/100%,linear-gradient(180deg,#20c140 32.89%,#45c45e 75.17%,#02c78b 95.3%);background-blend-mode:luminosity}.guayaba-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 5%,url(/build/assets/mocktails-bg-full-Cf05f_9l.webp) no-repeat center center/100%,linear-gradient(180deg,#ef58a3 32.89%,#e24697 75.17%);background-blend-mode:luminosity}.mango-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 5%,url(/build/assets/mocktails-bg-full-Cf05f_9l.webp) no-repeat center center/100%,linear-gradient(180deg,#fd8915,#f3b135 48%,#f67f03 75.17%);background-blend-mode:luminosity}.coco-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 5%,url(/build/assets/mocktails-bg-full-Cf05f_9l.webp) no-repeat center center/100%,linear-gradient(to top,#0e4ec0 32.89%,#075af0 75.17%,#0529c3 95.3%);background-blend-mode:luminosity}.coco-yuzu-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 5%,url(/build/assets/mocktails-bg-full-Cf05f_9l.webp) no-repeat center center/100%,linear-gradient(to bottom,#069b5a 32.89%,#09bc6d 75.17%,#06bf6e 95.3%);background-blend-mode:luminosity}.sugarfree-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 5%,url(/build/assets/mocktails-bg-full-coco-DfE8Aa3m.webp) no-repeat center center/100%,linear-gradient(to bottom,#c5e7fd 32.89%,#bae4ff 75.17%,#7bc6f8 95.3%);background-blend-mode:luminosity}.Video-box .video-body{max-width:1400px}}@media (min-width: 2500px){.container-4k,.container-2k,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1500px}.col-4k{flex-basis:0;flex-grow:1;max-width:100%}.col-4k-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-4k-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-4k-3{flex:0 0 25%;max-width:25%}.col-4k-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-4k-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-4k-6{flex:0 0 50%;max-width:50%}.col-4k-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-4k-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-4k-9{flex:0 0 75%;max-width:75%}.col-4k-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-4k-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-4k-12{flex:0 0 100%;max-width:100%}.offset-4k-0{margin-left:0}.offset-4k-1{margin-left:8.3333333333%}.offset-4k-2{margin-left:16.6666666667%}.offset-4k-3{margin-left:25%}.offset-4k-4{margin-left:33.3333333333%}.offset-4k-5{margin-left:41.6666666667%}.offset-4k-6{margin-left:50%}.offset-4k-7{margin-left:58.3333333333%}.offset-4k-8{margin-left:66.6666666667%}.offset-4k-9{margin-left:75%}.offset-4k-10{margin-left:83.3333333333%}.offset-4k-11{margin-left:91.6666666667%}.d-4k-inline{display:inline!important}.d-4k-inline-block{display:inline-block!important}.d-4k-block{display:block!important}.d-4k-grid{display:grid!important}.d-4k-table{display:table!important}.d-4k-table-row{display:table-row!important}.d-4k-table-cell{display:table-cell!important}.d-4k-flex{display:flex!important}.d-4k-inline-flex{display:inline-flex!important}.d-4k-none{display:none!important}.flex-4k-fill{flex:1 1 auto!important}.flex-4k-row{flex-direction:row!important}.flex-4k-column{flex-direction:column!important}.flex-4k-row-reverse{flex-direction:row-reverse!important}.flex-4k-column-reverse{flex-direction:column-reverse!important}.flex-4k-grow-0{flex-grow:0!important}.flex-4k-grow-1{flex-grow:1!important}.flex-4k-shrink-0{flex-shrink:0!important}.flex-4k-shrink-1{flex-shrink:1!important}.flex-4k-wrap{flex-wrap:wrap!important}.flex-4k-nowrap{flex-wrap:nowrap!important}.flex-4k-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-4k-start{justify-content:flex-start!important}.justify-content-4k-end{justify-content:flex-end!important}.justify-content-4k-center{justify-content:center!important}.justify-content-4k-between{justify-content:space-between!important}.justify-content-4k-around{justify-content:space-around!important}.justify-content-4k-evenly{justify-content:space-evenly!important}.align-items-4k-start{align-items:flex-start!important}.align-items-4k-end{align-items:flex-end!important}.align-items-4k-center{align-items:center!important}.align-items-4k-baseline{align-items:baseline!important}.align-items-4k-stretch{align-items:stretch!important}.align-content-4k-start{align-content:flex-start!important}.align-content-4k-end{align-content:flex-end!important}.align-content-4k-center{align-content:center!important}.align-content-4k-between{align-content:space-between!important}.align-content-4k-around{align-content:space-around!important}.align-content-4k-stretch{align-content:stretch!important}.align-self-4k-auto{align-self:auto!important}.align-self-4k-start{align-self:flex-start!important}.align-self-4k-end{align-self:flex-end!important}.align-self-4k-center{align-self:center!important}.align-self-4k-baseline{align-self:baseline!important}.align-self-4k-stretch{align-self:stretch!important}.order-4k-first{order:-1!important}.order-4k-0{order:0!important}.order-4k-1{order:1!important}.order-4k-2{order:2!important}.order-4k-3{order:3!important}.order-4k-4{order:4!important}.order-4k-5{order:5!important}.order-4k-last{order:6!important}.m-4k-0{margin:0!important}.m-4k-1{margin:.25rem!important}.m-4k-2{margin:.5rem!important}.m-4k-3{margin:1rem!important}.m-4k-4{margin:1.5rem!important}.m-4k-5{margin:3rem!important}.m-4k-auto{margin:auto!important}.mx-4k-0{margin-right:0!important;margin-left:0!important}.mx-4k-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-4k-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-4k-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4k-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-4k-5{margin-right:3rem!important;margin-left:3rem!important}.mx-4k-auto{margin-right:auto!important;margin-left:auto!important}.my-4k-0{margin-top:0!important;margin-bottom:0!important}.my-4k-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-4k-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-4k-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4k-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-4k-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-4k-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-4k-0{margin-top:0!important}.mt-4k-1{margin-top:.25rem!important}.mt-4k-2{margin-top:.5rem!important}.mt-4k-3{margin-top:1rem!important}.mt-4k-4{margin-top:1.5rem!important}.mt-4k-5{margin-top:3rem!important}.mt-4k-auto{margin-top:auto!important}.me-4k-0{margin-right:0!important}.me-4k-1{margin-right:.25rem!important}.me-4k-2{margin-right:.5rem!important}.me-4k-3{margin-right:1rem!important}.me-4k-4{margin-right:1.5rem!important}.me-4k-5{margin-right:3rem!important}.me-4k-auto{margin-right:auto!important}.mb-4k-0{margin-bottom:0!important}.mb-4k-1{margin-bottom:.25rem!important}.mb-4k-2{margin-bottom:.5rem!important}.mb-4k-3{margin-bottom:1rem!important}.mb-4k-4{margin-bottom:1.5rem!important}.mb-4k-5{margin-bottom:3rem!important}.mb-4k-auto{margin-bottom:auto!important}.ms-4k-0{margin-left:0!important}.ms-4k-1{margin-left:.25rem!important}.ms-4k-2{margin-left:.5rem!important}.ms-4k-3{margin-left:1rem!important}.ms-4k-4{margin-left:1.5rem!important}.ms-4k-5{margin-left:3rem!important}.ms-4k-auto{margin-left:auto!important}}@media (max-width: 1399.98px){.page-recipes .ypy-RcpsList .ypy-RcpsItem h2{font-size:18px}}@media (max-width: 991.98px){.ypy-flvrs_dive .imgFloat img{width:50%}.page_product .ypy-mocktails{background-blend-mode:luminosity;padding-top:60px}.soursop-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 20%,url(/build/assets/mocktails-bg-xs-Hh2jHAe7.webp) no-repeat center center/cover,linear-gradient(180deg,#20c140 32.89%,#45c45e 75.17%,#02c78b 95.3%);background-blend-mode:luminosity}.guayaba-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 20%,url(/build/assets/mocktails-bg-xs-Hh2jHAe7.webp) no-repeat center center/cover,linear-gradient(180deg,#ef58a3 32.89%,#e24697 75.17%);background-blend-mode:luminosity}.mango-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 20%,url(/build/assets/mocktails-bg-xs-Hh2jHAe7.webp) no-repeat center center/cover,linear-gradient(180deg,#fd8915,#f3b135 48%,#f67f03 75.17%);background-blend-mode:luminosity}.coco-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 20%,url(/build/assets/mocktails-bg-xs-Hh2jHAe7.webp) no-repeat center center/cover,linear-gradient(to bottom,#0529c3,#075af0 33%,#0e4ec0 53%);background-blend-mode:luminosity}.coco-yuzu-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 20%,url(/build/assets/mocktails-bg-xs-Hh2jHAe7.webp) no-repeat center center/cover,linear-gradient(to bottom,#069b5a,#09bc6d 33%,#06bf6e 53%);background-blend-mode:luminosity}.sugarfree-page .ypy-mocktails{background:url(/build/assets/vida-bubbles-all-C85ag23V.webp) no-repeat center 20%,url(/build/assets/mocktails-bg-xs-Hh2jHAe7.webp) no-repeat center center/cover,linear-gradient(to bottom,#c5e7fd,#bae4ff 33%,#7bc6f8 53%);background-blend-mode:luminosity}}@media (max-width: 991px){.sktr-nativeSldr .sktr-sldrWrap{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;scroll-snap-type:x mandatory;scroll-padding:0 20px;padding:0 20px;gap:20px}.sktr-nativeSldr .sktr-sldrWrap::-webkit-scrollbar{display:none}.sktr-nativeSldr .sktr-sldrWrap>*{scroll-snap-align:center;flex:0 0 290px}.ypy-RcpsFilters .sktr-sldrWrap{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;scroll-snap-type:x mandatory;scroll-padding:0 20px;padding:0 20px;gap:20px}.ypy-RcpsFilters .sktr-sldrWrap::-webkit-scrollbar{display:none}.ypy-RcpsFilters .sktr-sldrWrap>*{scroll-snap-align:center;flex:0 0 200px}}@media (max-width: 767.98px){.ypy-flvrsBanner .ypy-flvrsBannerCan{display:flex;margin-bottom:50px}.ypy-flvrsBanner .can.ypy-flvrs-soursop{transform:rotate(-25deg)}.ypy-flvrsBanner .can.ypy-flvrs-mango{transform:rotate(10deg)}.ypy-flvrsBanner .can.ypy-flvrs-guava{margin-top:10px;transform:rotate(25deg)}.ypy-flvrsBanner .can.ypy-flvrs-coco{transform:rotate(-25deg);margin-top:5px}.ypy-stack .container{flex-direction:column;justify-content:flex-end}.ypy-stack_data{padding-top:100px;padding-bottom:100px}.ypy-stack_data h2{font-size:26px}.ypy-stack-soursop{background:url(/build/assets/bg-jugo-de-guanabana-xs-BkGKzCtZ.webp) no-repeat left bottom/cover}.ypy-stack-mango{background:url(/build/assets/bg-jugo-de-mango-xs-Cdum0gXf.webp) no-repeat left bottom/cover}.ypy-stack-guava{background:url(/build/assets/bg-guayaba-xs-BF6N5fdA.webp) no-repeat left bottom/cover}.ypy-stack-coconut{background:url(/build/assets/bg-coconut-water-xs-DY6oCnjm.webp) no-repeat left bottom/cover}.ypy-stack-sugar-free{background:url(/build/assets/bg-coconut-water-sin-azucar-xs-Ck7YOO8j.webp) no-repeat left bottom/cover}.ypy-stack-yuzu{background:url(/build/assets/bg-conocut-water-yuzu-xs-B0ki2J2C.webp) no-repeat left bottom/cover}.ypy-flvrs_dive{background:url(/build/assets/bg-flavor-amazon-xs-P38n115y.webp) no-repeat center bottom/cover,#b6eaf2;padding-top:65px;padding-bottom:100px}.ypy-hm-pdrs_sldr{display:flex;flex-wrap:wrap}.ypy-hm-pdrs_sldr .item{width:50%}.ypy-hm-pdrs_sldr .item img{width:80%}.page_product .yay-prdPack .yay-prdPack_pres{order:2}.page_product .yay-prdPack .ypy-prdPack_data{order:-1;margin-bottom:40px}.page_product .ypy-hy .ypy-hy_people img{width:100%}.page_product .ypy-hy .ypy-hy_logos{justify-content:center}.page_product .ypy-nutri{padding:65px 0}.page_product .ypy-nutri .ypy-prdNutri img{margin-right:-30px}.page_product .ypy-mocktails .ypy-hm-pdrs_sldr .ypy-hm-pdrs_item{padding-bottom:100px}.soursop-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-CS8aLyAI.svg) repeat-x left top,url(/build/assets/pattern-nutri-btm-CpeyzYWO.svg) repeat-x left bottom,linear-gradient(to top,#0eab7b,#0eab7b 41%,#4dd677 41%,#4dd677)}.guayaba-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-guava-BpmcrxNI.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-guava-CnrIqFXu.svg) repeat-x left bottom,linear-gradient(to top,#d44e94,#d44e94 50%,#efa3cb 50%,#efa3cb)}.mango-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-mango-BRWEL64w.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-mango-Cht3iXCF.svg) repeat-x left bottom,linear-gradient(to top,#f47401,#f47401 50%,#edab5c 50%,#edab5c)}.coco-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-coco-B7jhnGui.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-coco-BGJ7-dZs.svg) repeat-x left bottom,linear-gradient(to top,#3c7bee,#3c7bee 50%,#8bb2f8 50%,#8bb2f8)}.coco-yuzu-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-coco-yuzu-MuFfgQ9i.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-coco-yuzu-Dlr8Nl7F.svg) repeat-x left bottom,linear-gradient(to top,#39dd61,#39dd61 50%,#1baa6b 50%,#1baa6b)}.sugarfree-page .ypy-nutri{background:url(/build/assets/pattern-nut-top-coco-free-DF9xTh3i.svg) repeat-x left top,url(/build/assets/pattern-nut-btm-coco-free-WLnFgIGz.svg) repeat-x left bottom,linear-gradient(to top,#4498d0,#4498d0 50%,#7ebee9 50%,#7ebee9)}.page-recipes .ypy-RcpMain{background:url(/build/assets/bg-recipes-btm-xs-B5DduDVq.webp) no-repeat center bottom/contain,url(/build/assets/bg-recipes-top-xs-DF6fp0WI.webp) no-repeat center top/contain,#1875cb}.page-recipeDet .ypy-RcpSteps_ing:before{border-radius:80% 80% 0 0;left:0;bottom:100%}.page-recipeDet .ypy-RcpSteps_ing:after{border-radius:0 0 50% 50%;left:0;top:100%}}@media (max-width: 575.98px){.page-recipeDet .ypy-RcpSteps .container{padding:0}}
