.hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100dvh;box-sizing:border-box;min-height:730px;max-height:1500px;gap:30px}.hero .background{top:0;left:0;position:fixed;z-index:-1;width:100dvw;height:100dvh;object-fit:cover;filter:hue-rotate(0deg);transition:filter .5s}.hero .sun{position:absolute;z-index:-1;width:100%;height:200%;opacity:.1;overflow:hidden;display:flex;justify-content:center;align-items:center;-webkit-mask-image:linear-gradient(180deg,#000,#000 50%,transparent 90%);mask-image:linear-gradient(180deg,#000,#000 50%,transparent 90%)}.hero .sun img{width:5000px;height:5000px;animation:spin 222s linear infinite}.hero .modelContainer{position:relative;height:70%;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.hero .modelContainer .model{height:100%;aspect-ratio:1}.hero .modelContainer[data-new=true] .badge{scale:1;opacity:1}.hero .modelContainer .badge{position:absolute;font-size:40px;z-index:1;color:#d13a60;-webkit-text-stroke:10px #161616;display:flex;align-items:center;justify-content:center;max-width:0;text-align:center;scale:0;opacity:0;pointer-events:none;transition:scale .2s,opacity .2s}.hero .modelContainer .badge:before{content:attr(text-value);position:absolute;color:#fff;-webkit-text-fill:#fff;-webkit-text-stroke:0;top:-3px;z-index:0;pointer-events:none}.hero .modelContainer .badge:first-of-type{top:15%;left:30%;animation:float 10s -4s infinite}.hero .modelContainer .badge:nth-of-type(2){top:85%;left:70%;animation:float 12s infinite}@keyframes float{0%{transform:translate(-50%,calc(-50% - 10px))}50%{transform:translate(-50%,calc(-50% + 10px))}to{transform:translate(-50%,calc(-50% - 10px))}}@media only screen and (max-width:1439px){.hero{min-height:calc(50dvw - 170px + 180px)}}@media only screen and (max-width:1024px){.hero{min-height:930px}}@media only screen and (max-width:550px){.hero{min-height:calc(100dvw - 150px + 300px + 180px);height:calc(100dvw - 150px + 300px + 180px)}}.flavorSelect{--offsetSelected:0px;--offsetScroll:0px;display:flex;color:#fff;flex-direction:column;align-items:center;justify-content:center;gap:20px;position:relative}.flavorSelect:after{content:"";position:absolute;width:56px;height:56px;background-color:#fff;border-radius:100%;z-index:-1;top:-6px}.flavorSelect main{display:flex;align-items:center;gap:20px}.flavorSelect main button{all:unset;background-color:transparent;border:none;min-width:44px;height:44px;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background-color .2s}.flavorSelect main button:hover{background-color:hsla(0,0%,100%,.2)}.flavorSelect main .items{overflow:hidden;overflow-x:hidden;scrollbar-width:none;display:flex;width:280px;height:44px;position:relative}.flavorSelect main .items .container{position:absolute;display:flex;gap:15px;transition:left .2s;left:calc(50% - 22px + var(--offsetSelected) + var(--offsetScroll))}.flavorSelect main .items button{--itemOffset:0px;position:relative;left:var(--itemOffset)}.flavorSelect main .items button>img{pointer-events:none}.flavorSelect>span{font-weight:700}.flavorSelect.active{cursor:-webkit-grabbing;cursor:grabbing}.flavorSelect.active .items .container{transition:none;pointer-events:none}@media only screen and (max-width:500px){.flavorSelect main .items{width:162px}}.productSelect{position:absolute;height:110px;top:0;display:flex;gap:15px;align-items:center;z-index:1}.productSelect>button{border-radius:100px;height:44px;background-color:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;border:none;padding:0 25px;cursor:pointer;transition:box-shadow .1s;position:relative;display:flex;gap:5px;align-items:center}.productSelect>button>svg{scale:1.5}.productSelect>button:after{content:"";height:3px;border-radius:3px 3px 0 0;background-color:#fff;position:absolute;bottom:0;left:50%;width:0;opacity:0;transition:all .2s}.productSelect>button[data-active=true]:after{left:calc(50% - 15px);width:30px;opacity:1}.productSelect>button:hover{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3)}@media only screen and (max-width:1024px){.productSelect{width:100%;height:auto;z-index:2;display:flex;flex-direction:column;align-items:center;transform:translateY(-100%);transition:transform .3s ease-in-out}.productSelect[data-open=true]{transform:translate(0)}.productSelect[data-open=true]>button{bottom:-50px}.productSelect .options{width:100%;padding:30px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:hsla(0,0%,100%,.2);display:flex;flex-direction:column;gap:1px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3)}.productSelect .options>button{color:#fff;border:none;background:transparent;padding:15px 0;cursor:pointer;position:relative;display:flex;justify-content:center}.productSelect .options>button:after{content:"";position:absolute;width:200px;height:1px;bottom:-1px;background-color:hsla(0,0%,100%,.3)}.productSelect .options>button:last-of-type:after{display:none}.productSelect>button{position:absolute;padding:0 18px;bottom:-77px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3);transition:bottom .3s ease-in-out}}@media only screen and (max-width:500px){.productSelect>button{bottom:-62px}}nav{top:0;width:100%;height:110px;position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 50px;box-sizing:border-box;z-index:1}nav>div{padding:12px 25px}nav>.calltoaction{display:flex;gap:10px;align-items:center;color:#d13a60;background-color:#fff;border-radius:100px;cursor:pointer}@media only screen and (max-width:600px){nav{padding:0 20px}}@media only screen and (max-width:500px){nav{height:80px}nav .logo{width:58.5px;height:39px}nav>.calltoaction{padding:14px}nav>.calltoaction span{display:none}}.footer{padding:100px;background-color:#000d1d;color:#fff;display:flex;justify-content:center}.footer .container{display:flex;gap:25px;flex-wrap:wrap;max-width:1200px;padding-bottom:100px}.footer .col{flex:1 1;min-width:275px;padding-bottom:40px}.footer .col h2{margin-top:0;color:#375274;font-size:20px}.footer .col ul{all:unset;display:flex;flex-direction:column;color:#b8c2d0;font-weight:500;gap:2px}.footer .col ul li{all:unset}.footer .col ul li a{padding:3px;border-radius:100px;color:#b8c2d0;text-decoration:unset}.footer .col ul li a:hover{color:#fff;cursor:pointer}.footer .logo{display:flex;gap:20px;font-size:26px;align-items:center;padding-bottom:30px}.prizes{padding:40px;color:#fff;position:relative}.prizes>.background{position:absolute;width:100%;top:100px;left:0;bottom:0;z-index:-1}.prizes .container{margin:0 auto;max-width:1024px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px}.prizes .container .mainPrize{height:576px;grid-column:span 3;width:100%}@media(max-width:1024px){.prizes article.prizeCard.mainPrize .title{font-size:120px;top:40px;-webkit-text-stroke:30px #161616}.prizes article.prizeCard.mainPrize .title:after{top:-6px}}@media(max-width:768px){.prizes .container{grid-template-columns:repeat(2,1fr)}.prizes .container article.prizeCard.mainPrize{aspect-ratio:unset;grid-column:span 2}.prizes .container article.prizeCard.mainPrize .title{font-size:100px;padding:0 20px;text-align:center;top:40px}.prizes .container article.prizeCard.mainPrize .title:after{padding:0 20px;top:-6px}.prizes .container article.prizeCard.mainPrize .foreground{height:75%;width:auto;bottom:0}}@media(max-width:500px){.prizes{padding:20px}.prizes .container{grid-template-columns:1fr}.prizes .container article.prizeCard.mainPrize{height:auto;max-height:576px;aspect-ratio:360/510;grid-column:span 1}.prizes .container article.prizeCard.mainPrize .title{font-size:80px}}article.prizeCard{border-radius:28px;padding:25px;min-height:300px;box-sizing:border-box;overflow:hidden;position:relative;aspect-ratio:360/510;display:flex;flex-direction:column;gap:10px;justify-content:center;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3)}article.prizeCard.mainPrize{background-color:#fff;color:#000;align-items:center}article.prizeCard.mainPrize .foreground{position:absolute}article.prizeCard.mainPrize .title{position:absolute;top:50px;font-size:160px;-webkit-text-stroke:40px #161616}article.prizeCard.mainPrize .title:after{content:attr(text-value);position:absolute;color:#fff;-webkit-text-fill:#fff;-webkit-text-stroke:0;top:-10px;left:0;z-index:0;pointer-events:none}article.prizeCard.mainPrize .count{position:absolute;bottom:40px;padding:5px;background-color:#fff;border-radius:100px;box-shadow:0 10px 30px rgba(0,0,0,.2)}article.prizeCard.mainPrize .count>div{display:flex;gap:8px;align-items:center;color:#ff603d;background-color:rgba(255,97,61,.2);padding:10px 22px 10px 20px;border-radius:100px;line-height:0}article.prizeCard.mainPrize .count>div img{position:relative;top:-1px}article.prizeCard>header,article.prizeCard>main{z-index:0;display:flex;justify-content:center;align-items:center}article.prizeCard>main{aspect-ratio:1}article.prizeCard>main>img{width:80%}article.prizeCard>header{z-index:1;padding:0 40px 20px;text-align:center;display:flex;gap:12px;flex-direction:column;align-items:center}article.prizeCard>header>*{pointer-events:all}article.prizeCard>header p{position:absolute;right:10px;top:10px}article.prizeCard>header a{display:inline-block;background-color:hsla(0,0%,100%,.2);text-decoration:none;height:32px;padding:0 16px;border-radius:100px}article.prizeCard>header a,article.prizeCard>header h2{color:#fff;display:flex;justify-content:center;align-items:center}article.prizeCard>header h2{font-size:35px;position:relative;color:#161616;text-stroke:10px #161616;-webkit-text-stroke:10px #161616}article.prizeCard>header h2:after{content:attr(text-value);position:absolute;color:#fff;-webkit-text-fill:#fff;-webkit-text-stroke:0;top:-2px;z-index:0;pointer-events:none}article.prizeCard>.background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%}article.prizeCard>.background>.pattern,article.prizeCard>.background>.shadow{object-fit:cover;position:absolute;width:100%;height:100%;top:0;left:0}article.prizeCard>.background .shadow{opacity:.5}article.prizeCard h2{font-weight:600}article.prizeCard h2,article.prizeCard p{margin:0}article.prizeCard .amount{position:absolute;top:60px;right:60px;width:56px;height:56px;background-color:#fff;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:24px}article.prizeCard .amount>span{opacity:.4}@media only screen and (max-width:1124px){.prizes article.prizeCard>header h2{font-size:26px}.prizes article.prizeCard .amount{top:30px;right:30px}}@media only screen and (max-width:500px){.prizes article.prizeCard>header h2{font-size:35px}.prizes article.prizeCard .amount{top:50px;right:50px}}@media only screen and (max-width:350px){.prizes article.prizeCard>header h2{font-size:26px}.prizes article.prizeCard .amount{top:30px;right:30px}}.shops .preview>*{width:100%;height:100%}.shops .preview *{font-family:Arial}.shops .preview .popup{width:250px;display:flex;gap:10px;margin:0 -11px 0 -7px}.shops .preview .popup .name{font-size:20px;font-weight:700}.shops .preview .popup>img{width:100px;height:100px;border-radius:7px}.shops .preview .popup .availableFlavors{display:flex;gap:5px;margin-top:10px}.shops .preview .popup .availableFlavors img{height:22px}.shops .preview .leaflet-touch .leaflet-bar,.shops .preview .leaflet-touch .leaflet-control-layers{display:flex;background:#fff;flex-direction:column;padding:5px;border-radius:10px;border:none!important;box-shadow:0 0 10px rgba(0,0,0,.3)!important}.shops .preview .leaflet-touch .leaflet-bar a{width:30px;height:30px;cursor:pointer;display:inline-block;border-radius:5px;text-align:center;box-sizing:border-box;color:#2a60be;transition:all .1s;display:flex;justify-content:center;align-items:center;border:none!important}.shops .preview .leaflet-touch .leaflet-bar a:hover{background:#f0f6ff;color:#5c96f6}.shops .detail h3{margin-top:auto}.shops .detail .stores{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 30px}.shops .detail .stores a{color:#fff;text-decoration:none;position:relative}.shops .detail .stores a img{height:80px}.shops .detail .stores svg{position:absolute;top:0;right:0}.code{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;color:#fff;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;box-sizing:border-box}.code .close{position:absolute;z-index:2;right:10px;top:10px}.code>.voucher{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.code>.voucher .tutorial{max-width:80dvw;height:auto;aspect-ratio:1/1}.code>.voucher .info{width:500px;max-width:80dvw;display:flex;flex-direction:column;align-items:flex-start}.code>.voucher .info>a{background-color:#fff;border-radius:30px;font-size:30px;text-decoration:none;color:#000;gap:20px;padding:10px 40px 10px 10px;display:inline-flex;align-items:center}.code>.voucher .info>a .applogo{border-radius:20px}.code>.voucher .info .badge{width:100%;position:relative;font-size:40px;z-index:1;color:#d13a60;-webkit-text-stroke:10px #161616;pointer-events:none;transition:scale .2s,opacity .2s}.code>.voucher .info .badge:before{content:attr(text-value);position:absolute;color:#fff;-webkit-text-fill:#fff;-webkit-text-stroke:0;top:-3px;z-index:0;pointer-events:none}.code>.voucher .info p{font-size:20px}.code .background{top:0;left:0;position:fixed;width:100dvw;height:100dvh;object-fit:cover;filter:hue-rotate(0deg);transition:filter .5s}.code .background,.code .sun{pointer-events:none;z-index:-1}.code .sun{position:absolute;width:100%;height:200%;opacity:.1;overflow:hidden;display:flex;justify-content:center;align-items:center;-webkit-mask-image:linear-gradient(180deg,#000,#000 50%,transparent 90%);mask-image:linear-gradient(180deg,#000,#000 50%,transparent 90%)}.code .sun img{width:5000px;height:5000px;animation:spin 222s linear infinite}.code button.open{position:absolute;color:#fff;background-color:hsla(0,0%,100%,.15);border:none;border-radius:28px;cursor:pointer;bottom:100px;font-size:40px;padding:20px 40px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3)}.code .prizeInfo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;animation:resultAppear .5s ease-out 2.5s both;display:grid;overflow:auto;padding:20px 0;box-sizing:border-box}.code .prizeInfo>div{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}.code .prizeInfo .info{width:330px;background-color:hsla(0,0%,100%,.8);border:1px solid #fff;box-sizing:border-box;padding:25px;border-radius:28px;display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.code .prizeInfo .info>*{-webkit-user-select:text;-moz-user-select:text;user-select:text;pointer-events:all}.code .prizeInfo .info h2,.code .prizeInfo .info p{margin:0;color:#000}.code .prizeInfo button.next{color:#fff;background-color:hsla(0,0%,100%,.15);border:none;border-radius:28px;cursor:pointer;font-size:16px;display:flex;gap:10px;align-items:center;padding:10px 20px;position:absolute;top:15px;right:15px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3)}.code .prizeInfo button.next svg{font-size:12px}.code .prizeInfo button.claim{background-color:#fff;border:none;border-radius:100px;padding:15px 25px;display:flex;gap:10px;align-items:center;cursor:pointer;font-size:18px}.code .prizeInfo button.claim svg{font-size:13px}.code .prizeInfo .prizeCard{width:330px;height:468px}.code .prizeInfo article.prizeCard.mainPrize .title{-webkit-text-stroke:30px #161616;font-size:80px;padding:0 20px;text-align:center;top:40px}.code .prizeInfo article.prizeCard.mainPrize .title:after{padding:0 20px;top:-6px}.code .prizeInfo article.prizeCard.mainPrize .foreground{height:75%;width:auto;bottom:0}@keyframes resultAppear{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:1023px){.code>.voucher{flex-direction:column;align-items:center}}@media only screen and (max-width:360px){.code .prizeInfo .prizeCard{width:280px;height:320px}.code .prizeInfo .info{width:280px}}.button{all:unset;cursor:pointer;font-weight:500;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:6px;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 0 0 2px hsla(0,0%,100%,0);transition:all .1s;display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:nowrap}.button.mode_link.color_danger:disabled,.button.mode_link.color_danger:disabled:hover,.button.mode_link.color_success:disabled,.button.mode_link.color_success:disabled:hover,.button.mode_primary.color_danger:disabled,.button.mode_primary.color_danger:disabled:hover,.button.mode_primary.color_primary:disabled,.button.mode_primary.color_primary:disabled:hover,.button.mode_primary.color_success:disabled,.button.mode_primary.color_success:disabled:hover,.button.mode_secondary.color_danger:disabled,.button.mode_secondary.color_danger:disabled:hover,.button.mode_secondary.color_primary:disabled,.button.mode_secondary.color_primary:disabled:hover,.button.mode_secondary.color_success:disabled,.button.mode_secondary.color_success:disabled:hover{background-color:#e6e6e6!important;color:#b3b3b3!important;box-shadow:0 0 0 2px hsla(0,0%,100%,0)}.button_content{white-space:nowrap}.button.size_small{height:32px;font-size:12px;padding:0 18px;border-radius:12px;line-height:12px}.button.size_small.flag_noContent{width:32px;padding:0}.button.size_medium{height:36px;font-size:13px;padding:0 20px;border-radius:12px;line-height:13px}.button.size_medium.flag_noContent{width:36px;padding:0}.button.size_large{height:44px;font-size:15px;padding:0 22px;border-radius:12px;line-height:15px}.button.size_large.flag_noContent{width:44px;padding:0}.button.mode_primary{color:#fff}.button.mode_primary.color_primary{background-color:#0064e8}.button.mode_primary.color_primary:focus-visible,.button.mode_primary.color_primary:hover{box-shadow:0 0 0 4px #cce0fa}.button.mode_primary.color_primary:active{background-color:#3383ed}.button.mode_primary.color_danger{background-color:#e02d33}.button.mode_primary.color_danger:focus-visible,.button.mode_primary.color_danger:hover{box-shadow:0 0 0 4px #fad5d8}.button.mode_primary.color_danger:active{background-color:#e7575c}.button.mode_primary.color_success{background-color:#2bab28}.button.mode_primary.color_success:focus-visible,.button.mode_primary.color_success:hover{box-shadow:0 0 0 4px #d1f2d1}.button.mode_primary.color_success:active{background-color:#55bd52}.button.mode_secondary.color_primary{background-color:#e6f0fd;color:#0064e8}.button.mode_secondary.color_primary:focus-visible,.button.mode_secondary.color_primary:hover{box-shadow:0 0 0 4px #e6f0fd}.button.mode_secondary.color_primary:active{background-color:#cce0fa}.button.mode_secondary.color_danger{background-color:#ffecee;color:#e02d33}.button.mode_secondary.color_danger:focus-visible,.button.mode_secondary.color_danger:hover{box-shadow:0 0 0 4px #ffecee}.button.mode_secondary.color_success{background-color:#e6f7e6;color:#2bab28}.button.mode_secondary.color_success:focus-visible,.button.mode_secondary.color_success:hover{box-shadow:0 0 0 4px #e6f7e6}.button.mode_link{background-color:hsla(0,0%,100%,0)}.button.mode_link.color_primary{color:#0064e8}.button.mode_link.color_primary:focus-visible,.button.mode_link.color_primary:hover{box-shadow:0 0 0 4px #e6f0fd}.button.mode_link.color_danger{color:#e02d33}.button.mode_link.color_danger:focus-visible,.button.mode_link.color_danger:hover{box-shadow:0 0 0 4px #ffecee}.button.mode_link.color_success{color:#2bab28}.button.mode_link.color_success:focus-visible,.button.mode_link.color_success:hover{box-shadow:0 0 0 4px #e6f7e6}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:1fr auto 1fr;z-index:2;opacity:1;transition:all .2s;overflow:auto;color:#000}.modal.hidden{opacity:0}.modal.hidden>.content{top:15px;transform:scale(.95)}.modal>.content{grid-column:2;grid-row:2;top:50px;margin-top:50px;margin-bottom:50px;background-color:#fff;border-radius:40px;padding:50px;display:flex;flex-direction:column;gap:15px;min-width:300px;transform:scale(1);transition:all .2s}.modal>.content .close{position:absolute;top:38px;right:38px}.modal>.content .close>.button{border-radius:100%}.modal>.content .button{margin:0}.modal>.content h2{line-height:24px;font-size:24px;margin:0 0 20px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal>.content>.content{display:flex;flex-direction:column;flex:1 1}.modal>.content>.content>form{-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:1 1;display:flex;flex-direction:column;gap:20px}.modal>.content>.content>form .formGroup{display:flex;flex-direction:column;gap:5px}.modal>.content>.content>form .formGroup label{height:25px}.modal>.content>.content>form .formGroup label .optional{display:inline-block;color:#b3b3b3;font-size:12px;margin-left:3px}.modal>.content>.content>form .formGroup .static{font-weight:700;background-color:#999;border:2px solid #1a1a1a;border-radius:12px;height:44px;display:flex;align-items:center;padding:0 15px;pointer-events:all;-webkit-user-select:text;-moz-user-select:text;user-select:text}.modal>.content>.content>form .formGroup .static.multiLine{padding:15px;height:auto;max-height:150px;overflow:auto;align-items:flex-start}.modal>.content>.content>form .formGroup .formError{background-color:#ffecee;color:#e02d33;border-radius:10px;padding:5px 15px;display:flex;flex-direction:row;align-items:center;font-size:14px;gap:10px}.modal>.content>.content>form .formGroup .formError>svg{width:16px}.modal>.content>.content>form .formRow{display:flex;flex-direction:row;gap:15px}.modal>.content>.content>form .formRow .formGroup{flex:1 1}@media only screen and (max-width:767px){.modal{display:flex;justify-content:center;overflow:auto;align-items:flex-start}.modal>.content{width:100%;min-height:calc(100% - 50px);top:50px;box-sizing:border-box;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;margin-top:0;margin-bottom:0}.modal>.content>.content>form>:last-child{margin-top:auto}.modal.hidden{opacity:0}.modal.hidden>.content{top:100px;transform:scale(1)}}.spinner{animation:spin .6s cubic-bezier(.61,.34,.41,.66) infinite;line-height:0;display:flex;justify-content:center;align-items:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.input{all:unset;background-color:#fff;box-shadow:0 0 0 2px #e6e6e6;padding:0 16px;border-radius:12px;font-size:15px;height:44px;border:none;transition:all .1s}.input::placeholder{color:#b3b3b3;opacity:1}.input:hover{box-shadow:0 0 0 2px #ccc,0 0 0 6px #f2f2f2}.input:focus{border:none;box-shadow:0 0 0 2px #0064e8,0 0 0 6px #cce0fa}.shopItemsGrid{display:grid;grid-template-columns:repeat(4,1fr);padding:0;list-style:none;grid-column-gap:8px;column-gap:8px;grid-row-gap:8px;row-gap:8px}.shopItemsSection{display:flex;justify-content:center;padding:40px}.shopItemsSection a{all:unset}.shopItemsSection h2{font-size:50px;text-align:center;color:#fff;margin-bottom:0}.shopItemsSection p{font-size:16px;text-align:center;color:#fff;margin-top:10px;margin-bottom:50px}.shopItemsSection .container{max-width:1024px;margin:0 auto}.shopItemsSection .card__button{width:100%;font-size:16px}.shopItemsSection .card__button button{position:relative;border:none;width:100%;background-color:#ffe100;box-shadow:0 7px #fc0;border-radius:15px;padding:12px 0;cursor:pointer;transition:all .1s;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.shopItemsSection .card__button span{position:relative;line-height:100%;z-index:100}.shopItemsSection .card__button span:before{-webkit-text-fill:#161616;-webkit-text-stroke:4px #161616;z-index:0}.shopItemsSection .card__button span:after,.shopItemsSection .card__button span:before{content:attr(data-text);position:absolute;top:0;left:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:100%}.shopItemsSection .card__button span:after{color:#fff;-webkit-text-fill:#fff;-webkit-text-stroke:0;z-index:1}.shopItemsSection .card__button button:before{height:100%;box-shadow:0 0 0 2px rgba(0,0,0,.2)}.shopItemsSection .card__button button:after,.shopItemsSection .card__button button:before{content:"";position:absolute;width:100%;top:0;left:0;border-radius:inherit;pointer-events:none}.shopItemsSection .card__button button:after{height:calc(100% + 7px);box-shadow:0 0 0 2px #000}.price-compare{font-weight:500;text-decoration:line-through;color:hsla(0,0%,7%,.75);font-size:16px;margin-right:5px}.grid__item{position:relative;cursor:pointer}.grid__item:hover{z-index:101}.card-product{box-shadow:inset 0 1px 0 .8px hsla(0,0%,100%,.7),inset 0 -1px 0 .8px hsla(0,0%,100%,.7);border-radius:25px;padding:10px;transition:all .1s;top:0;position:relative;z-index:100;display:flex;flex-direction:column;justify-content:flex-start;height:100%;box-sizing:border-box;background-color:hsla(0,0%,100%,.7)}.card-product .card__inner{width:100%;position:relative}.card-product .card__inner .card__media{aspect-ratio:1;border-radius:15px;overflow:hidden;position:relative;z-index:1}.card-product .card__media .card-background{position:absolute;z-index:-1;width:100%;left:0;height:100%}.card-product .card__media .card-foreground{width:100%;height:auto;object-fit:contain}.card-product .card__information{padding:10px 7px;display:flex;flex-direction:column;gap:5px}.card-product h3{font-size:16px;font-weight:600;margin:0}.card-product .price{font-size:20px;color:#d13a9f;font-weight:700}.card-product .price .price__sale{display:flex;flex-wrap:wrap}.card .card__inner .card__content{position:absolute;inset:0;z-index:2;pointer-events:none}.card .card__content{width:100%}.card-product .card__more{position:absolute;top:0;left:0;width:100%;background-color:#fff;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;padding:10px 10px 17px;box-sizing:border-box;border-radius:25px;z-index:-1;opacity:0;height:100%;transition:all .1s}.card-product:focus-within,.card-product:hover{top:-20px}.card-product:focus-within .card__more,.card-product:hover .card__more{box-shadow:0 0 0 2px #000,0 0 50px rgba(159,25,218,.1);opacity:1;height:calc(100% + 43px)}@media screen and (max-width:1023px){.shopItemsGrid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:599px){.shopItemsGrid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.shopItemsSection{display:flex;justify-content:center;padding:20px}.card-product .card__more{position:static;top:unset;padding:0 0 7px;opacity:1;z-index:100;flex:1 1;margin-top:10px}.card-product{background-color:#fff}.card-product:focus-within,.card-product:hover{top:unset}.card-product:focus-within .card__more,.card-product:hover .card__more{box-shadow:none;height:auto}}.styled-text{position:relative;color:transparent;line-height:100%;white-space:nowrap}.styled-text:before{-webkit-text-fill:#161616;-webkit-text-stroke:4px #161616;z-index:0}.styled-text:after,.styled-text:before{content:attr(data-text);position:absolute;top:0;left:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:100%}.styled-text:after{color:#fff;-webkit-text-fill:#fff;-webkit-text-stroke:0;z-index:1}.scanner{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;color:#fff;z-index:100;padding:100px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.scanner .close{position:absolute;z-index:2;right:10px;top:10px}.scanner button{background-color:hsla(0,0%,100%,.1);color:#fff;border:none;padding:10px;cursor:pointer}.scanner video{background-color:#000;object-fit:cover}.scanner video,.scanner:after{width:100%;height:100%;position:absolute;top:0;left:0}.scanner:after{content:"";background-image:linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent 150px,transparent calc(100% - 150px),rgba(0,0,0,.5))}.scanner .overlay{width:100%;max-width:calc(100dvh - 220px);height:100%;max-height:100dvh;position:absolute;top:0;display:grid;grid-template-rows:1fr auto 1fr;padding:0 30px;box-sizing:border-box;grid-gap:30px;gap:30px;z-index:1}.scanner .overlay>header{text-align:center;display:flex;align-items:center;justify-content:center;font-size:26px}.scanner .overlay>header h2{margin:0}.scanner .overlay>header .barcode{padding:10px;border-radius:20px;overflow:hidden;background-color:#fff;display:flex;width:150px;position:absolute;top:120px}.scanner .overlay>header .barcode img{width:100%}.scanner .overlay>main .rect{width:100%;aspect-ratio:1;display:flex;justify-content:center;align-items:center}.scanner .overlay>main .rect:after{content:"";width:100%;border:5px dashed hsla(0,0%,100%,.5);border-radius:30px;box-sizing:border-box;aspect-ratio:1}.scanner .overlay>footer{font-size:16px;color:#000}.scanner .overlay>footer>div{background-color:#fff;padding:25px;border-radius:20px;display:flex;gap:10px;align-items:center}.scanner[data-mode=ean-only] .overlay>main .rect:after{aspect-ratio:2}.competition .container .preview{background-color:hsla(0,0%,100%,.2)}.competition .container .preview>*{width:100%;height:100%}.competition .container .detail .calltoaction{margin-top:10px;padding:12px 25px;display:inline-flex;gap:10px;align-items:center;color:#d13a60;background-color:#fff;border-radius:100px;cursor:pointer}.competition .container .detail .steps{margin-top:30px;display:flex;gap:20px;flex-direction:column}.competition .container .detail .steps .item{margin-left:25px;width:300px;position:relative}.competition .container .detail .steps .item:before{content:"";position:absolute;width:8px;height:8px;border-radius:100%;background-color:hsla(0,0%,100%,.3);left:-20px;top:5px}@media(max-width:768px){.competition .container .preview{width:300px;margin:0 auto}.competition .detail .steps{align-items:center}.competition .detail .scan{width:300px;margin:auto}}@media(max-width:400px){.competition .container .preview{width:250px}.competition .container .detail .steps .item{width:220px}.competition .container .detail .scan{width:250px}}.claimNotification{width:100%;position:absolute;padding:10px;z-index:1000;box-sizing:border-box;display:flex;justify-content:center;pointer-events:none}.claimNotification>div{pointer-events:all;width:100%;max-width:400px;background-color:#000;color:#fff;border-radius:25px;padding:20px;display:flex;gap:15px;box-shadow:0 4px 40px rgba(0,0,0,.5);transition:transform .2s}.claimNotification>div:hover{cursor:pointer;transform:scale(1.05)}.claimNotification>div:active{transform:scale(.99)}.claimNotification>div>img{height:48px;padding:5px}.claimNotification>div>main{display:flex;gap:10px;flex-direction:column;justify-content:center}.claimNotification>div>main h2,.claimNotification>div>main p{margin:0;line-height:90%}.claimNotification>div>main p{color:hsla(0,0%,100%,.8);font-size:12px;line-height:auto;margin-bottom:4px}.claimNotification>div>.arrow{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:100px;border:1px solid #fff;opacity:.8;display:flex;justify-content:center;align-items:center;font-size:8px;margin-left:auto}.popupNotification{height:180px;background-color:#fff;border-radius:30px;position:absolute;right:25px;bottom:25px;box-shadow:0 7px 20px rgba(0,0,0,.2);pointer-events:all;box-sizing:border-box;padding:25px 25px 25px 230px;display:flex;flex-direction:column;gap:7px;text-align:left;z-index:1000;opacity:0;transform:scale(.3) translate(600px,100px) rotate(-15deg);animation:_fizi_popup_noti_appear .6s cubic-bezier(.38,1.41,.58,.98) 0s forwards}.popupNotification[data-hidden=true]{pointer-events:none;animation:_fizi_popup_noti_hide .2s forwards}.popupNotification img{width:190px;height:190px;position:absolute;left:20px;bottom:20px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:20px;box-shadow:0 0 1px #fff}.popupNotification h2{font-size:22px;margin:0}.popupNotification p{width:200px;font-size:16px;line-height:1.3;margin:0}.popupNotification>div{margin-top:7px;display:flex;gap:10px}.popupNotification>div>a{background:#26ad4f;text-decoration:none;color:#fff;height:40px;display:flex;padding:0 15px 0 20px;align-items:center;border-radius:100px;gap:7px;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.popupNotification>div>a>svg{width:24px;height:24px}.popupNotification>div>button{height:40px;width:40px;background:#eee;border:none;font-size:20px;display:flex;justify-content:center;align-items:center;border-radius:1000px;cursor:pointer}@keyframes _fizi_popup_noti_appear{0%{opacity:0;transform:scale(.3) translate(600px,100px) rotate(-15deg)}to{opacity:1;transform:none}}@keyframes _fizi_popup_noti_hide{0%{opacity:1;transform:none}to{opacity:0;transform:translate(100px)}}@media only screen and (max-width:550px){.popupNotification{height:195px;width:290px;right:15px;bottom:15px;padding:20px}.popupNotification img{width:110px;height:110px;top:-35px}.popupNotification h2{padding-left:120px}.popupNotification p{padding-left:10px}}