.switch-small-circle .switch-container{align-items:center;color:#000;display:flex;flex-direction:row;font-family:Monserrat-bold,sans-serif;justify-content:center;margin:auto;width:160px}.switch-small-circle .switch-button{background:#fff;border-radius:20px;margin:10px 5px;max-width:40px;min-width:40px}.switch-small-circle .switch-button,.switch-small-circle .switch-button__white{-webkit-tap-highlight-color:transparent;align-items:center;cursor:pointer;display:flex;font-size:14px;justify-content:center;padding:10px}.switch-small-circle .switch-button__white{background-color:#fff;border-radius:30px;color:#000;height:34px;margin:0 10px 0 0;width:34px}.switch-small-circle .switch-button:hover{background-color:rgba(251,217,218,.5);border-radius:30px;color:#f1686e;transition:all .2s ease-out}.switch-small-circle .switch-button:hover .active{background-color:#f1686e;border-radius:30px;color:#fff}.switch-small-circle .switch-button__white:hover{border:1px solid #f1686e;border-radius:30px;color:#f1686e;transition:all .1s linear}.switch-small-circle .active,.switch-small-circle .active:hover{background-color:#f1686e;border-radius:30px;color:#fff}.switch-small-circle .active__white,.switch-small-circle .active__white:hover{background-color:#f1686e;border:none;border-radius:30px;color:#fff}body,html{height:100%;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Monserrat,sans-serif;margin:0;padding:0}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}button{cursor:pointer}.jBox-Notice.jBox-Notice-blue .jBox-container{background-color:#fff;color:#000;font-size:16px}.jBox-Notice.jBox-Notice-blue .jBox-container .jBox-content:before{-webkit-margin-end:12px;content:url(/static/media/greenV.a04df9b08c73c4624482.svg);height:25px;margin-inline-end:12px;width:25px}.jBox-content{display:flex;justify-content:center;text-align:center}@font-face{font-family:Monserrat;src:url(/static/media/Montserrat-Regular.3cd786652b8a2e9d41f2.ttf)}@font-face{font-family:Monserrat-semi-bold;src:url(/static/media/Montserrat-SemiBold.fa8441f345d83a0bc4ec.ttf)}@font-face{font-family:Monserrat-bold;src:url(/static/media/Montserrat-Bold.079ca05d3ded9bc107ab.ttf)}body{background-color:#000;overflow:hidden}body main{display:flex;height:100vh;justify-content:center;padding-bottom:2.5vw;padding-top:79px;width:100vw}@media (min-height:601px) and (max-height:1200px) and (min-width:781px) and (orientation:landscape){body main{padding-top:59px}}.btn-timer{-webkit-animation:drawBorderFromCenter calc(var(--duration)*1ms);background-color:initial;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAOqrAP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);background-position:0;background-repeat:no-repeat;background-size:100% 100%;border-radius:20px;margin:0 auto;padding:2px;width:70%}@-webkit-keyframes drawBorderFromCenter{0%{background-size:100% 100%}95%{background-size:2px 100%}to{background-size:2px 0}}@keyframes drawBorderFromCenter{0%{background-size:100% 100%}95%{background-size:2px 100%}to{background-size:2px 0}}.loader{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Monserrat-bold;font-size:1rem;gap:40px;grid-row:2;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.loader img{-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-timing-function:linear;animation-timing-function:linear;width:50%}.error-msg{display:grid;grid-row:2;height:calc(100vh - 50vmin);place-content:center;position:absolute;width:100%}.error-msg .screen{background-color:#000;height:100%;left:0;opacity:.8;position:fixed;top:0;width:100%;z-index:10}.error-msg .content{background-color:#ddd;border-radius:15px;font-family:Monserrat-bold;line-height:2rem;margin:0;padding:40px;text-align:center;z-index:11}.error-msg .content span{font-size:1.8rem}.error-msg .content button{background-color:#f8686e;border:none;border-radius:20px;color:#fff;font-family:Monserrat-bold;height:2rem;transition:.2s;width:100%}.error-msg .content button:hover{background-color:#f75057;transition:.2s}.error-msg .content .pie-timer{display:flex;justify-content:flex-end;position:relative;right:-25px;top:-25px}.error-msg.error{color:red}.error-msg.success{color:green}.error-msg.normal{color:#000}.wrapper{background:#ddd;height:25px;position:relative;width:25px}.wrapper .pie{background:#f8686e;border:2px solid #f8686e;height:100%;position:absolute;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;width:50%}.wrapper .spinner{-webkit-animation:rota calc(var(--duration)*1ms) linear infinite;animation:rota calc(var(--duration)*1ms) linear infinite;border-radius:100% 0 0 100%/50% 0 0 50%;border-right:none;z-index:200}.wrapper .filler{animation:opa calc(var(--duration)*1ms) step-end infinite reverse;border-left:none;border-radius:0 100% 100% 0/0 50% 50% 0;left:50%;opacity:0;z-index:100}.wrapper .mask{-webkit-animation:opa calc(var(--duration)*1ms) step-end infinite;animation:opa calc(var(--duration)*1ms) step-end infinite;background:inherit;height:100%;opacity:1;position:absolute;width:50%;z-index:300}@-webkit-keyframes rota{to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rota{to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes opa{0%{opacity:0}50%,to{opacity:1}}@keyframes opa{0%{opacity:0}50%,to{opacity:1}}nav{align-items:flex-start;display:flex;height:79px;justify-content:space-between;left:0;padding:29px 33px 0 34px;position:absolute;top:0;width:100%;z-index:10}nav>img{height:50px;width:50px}nav .cart{cursor:pointer;height:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative}nav .cart:hover{color:aqua}nav .cart__counter{background-color:#f8686e;border-radius:100%;color:#fff;font-size:12px;height:15px;position:absolute;right:-7px;text-align:center;top:5px;width:15px}nav .cart .cart-icon{height:72px}nav button{background-color:initial;border:none;border-radius:15px;color:#fff;flex-direction:column;font-family:Monserrat-semi-bold;font-size:1.2vh;gap:1vh;height:-webkit-max-content;height:max-content;justify-content:center;margin-top:-4px;padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}nav button,nav button div{align-items:center;display:flex}nav button div{gap:7.5px;margin:0}nav button div .redo{height:1.5vh}nav button:hover{background-color:#f8686e}nav button:hover .redo{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-timing-function:linear;animation-timing-function:linear}nav button .qr-restart{border-radius:7.5px;height:5.625vh;max-height:90px}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media (min-width:601px) and (max-width:1200px) and (min-height:780px) and (orientation:portrait){nav>img{height:30px;width:30px}nav .cart .cart-icon{height:32px}}@media (min-height:601px) and (max-height:1200px) and (min-width:781px) and (orientation:landscape){nav>img{height:30px;width:30px}nav .cart .cart-icon{height:32px}nav{height:59px}}@media (max-height:415px),(max-width:600px){nav>img{height:20px;width:20px}nav .cart .cart-icon{height:25px}}@media (min-width:1601px){nav{zoom:2}}.step1{display:flex;height:-webkit-max-content;height:max-content;justify-content:center}.step1 .img{text-align:center}.step1 .img img{margin-right:20px}.step1 .main{display:flex;flex-direction:column;justify-content:center;padding:20px 0}.step1 .main>img{margin:-2vmin auto 0;width:20vmin}.step1 .main h1,.step1 .main h2{margin:10px}.step1 .main h1{color:#fff;font-family:Monserrat-bold;font-size:4vmin;line-height:5vmin}.step1 .main .text{margin:30px 0;text-align:center}.step1 .main .text h2{color:#f8686e;font-family:Monserrat-semi-bold;font-size:1.2rem;line-height:1.8rem}.step1 .main .animation.footer{align-items:flex-start;display:flex;gap:.5rem;margin:0 auto}.step1 .main .animation.footer img[alt=Scanner]{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:scanner;animation-name:scanner;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;width:8vmin}.step1 .main .animation.footer .qr-code{display:flex;flex-grow:1;position:relative}.step1 .main .animation.footer .qr-code img[alt="QR Code"]{width:5vmin}.step1 .main .animation.footer .qr-code span{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:beam-laser;animation-name:beam-laser;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;display:block;position:absolute;width:100%}.step1 .main .animation.footer .qr-code span:before{border:2px solid #f8686e;content:"";left:-5px;position:absolute;top:-5px;width:calc(100% + 5px)}.step1 .main .animation.footer div{flex-grow:1}@-webkit-keyframes scanner{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@keyframes scanner{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@-webkit-keyframes beam-laser{0%{top:5px}to{top:104%}}@keyframes beam-laser{0%{top:5px}to{top:104%}}@media (max-width:600px){.step1{flex-direction:column}.step1 .main h1{font-size:7vmin}.step1 .main img{width:40vmin}.step1 .main .animation.footer img[alt=Scanner]{width:15vmin}.step1 .main .animation.footer .qr-code img[alt="QR Code"]{width:9vmin}.step1 .img img{height:30vh;margin-right:0}}@media (max-height:415px) and (orientation:landscape){.step1{align-self:center;max-height:70vh}.step1 .img{display:flex;justify-content:flex-end;width:50%}.step1 .img img{height:100%;justify-self:flex-end}.step1 .main{width:50%}}@media (min-height:601px) and (max-height:1200px) and (min-width:781px) and (orientation:landscape){.step1{align-self:center}}.step2{align-self:start;gap:2vh;min-height:calc(100vh - 70vmin)}.step2,.step2 .user{align-items:center;display:flex;flex-direction:column;justify-content:center}.step2 .user{background-color:rgba(0,0,0,.37);border-radius:40vmin;gap:1.5vh;padding:2vmin 7vmin}.step2 .user h1{color:#fff;font-family:Monserrat-bold;font-size:6.2vmin;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.38;margin:0;text-align:center;text-transform:capitalize;word-break:break-word}.step2 .user img{height:6.6875vmin;width:6.6875vmin}.step2 .scan{align-items:center;display:flex;flex-direction:column;position:relative;-webkit-transform:translateY(10px);transform:translateY(10px)}.step2 .scan img{height:10vmin;margin:2vh 0;max-width:23vw}.step2 .scan span{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:beam;animation-name:beam;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;display:block;position:absolute;width:100%}.step2 .scan span:before{border:2px solid #f8686e;content:"";left:-5px;position:absolute;top:3px;width:calc(100% + 5px)}.step2 h3{color:#fff;font-family:Monserrat-bold;font-size:4.28vmin;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.38;margin:0;text-align:center}.step2 h3 span{text-transform:capitalize}@-webkit-keyframes beam{0%{top:2vh}to{top:calc(100% - 2.5vh)}}@keyframes beam{0%{top:2vh}to{top:calc(100% - 2.5vh)}}.step3{color:#fff;display:grid;font-family:Monserrat-bold;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-template-rows:-webkit-min-content -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content min-content;max-height:978px;max-width:1000px}.step3 .top .item-img{border-radius:50%;height:449px;object-fit:cover;object-position:center;width:449px}.step3 .top .item-img2{position:absolute;-webkit-transform:translatex(-100%);transform:translatex(-100%)}.step3 .product-info{-webkit-padding-start:51px;display:flex;flex-direction:column;font-family:Monserrat,sans-serif;justify-content:center;padding-inline-start:51px}.step3 .product-info__name{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Monserrat-bold,sans-serif;font-size:23px;max-height:106px;overflow:hidden}.step3 .product-info__stock{font-size:16px;margin-top:11px;text-transform:capitalize}.step3 .product-info__stock.in-stock{color:#3cbc55}.step3 .product-info__stock.out-stock{color:#f8686e}.step3 .product-info__price{color:#fff;font-size:23px;font-weight:600;margin-top:13px}.step3 .product-info__button{align-items:center;border-radius:60vh;cursor:pointer;display:flex;font-family:Monserrat-bold,sans-serif;font-size:18px;height:50px;justify-content:center;text-align:center;width:100px;width:250px}.step3 .product-info__size{color:#fff;cursor:default;margin-top:16px}.step3 .product-info__size div{text-align:left;width:100%}.step3 .product-info__size .product-info__user-name{font-family:Monserrat,sans-serif;font-size:17px}.step3 .product-info__size-picker{color:#fff;cursor:pointer;margin-top:20px;position:relative;z-index:2}.step3 .product-info__size-picker>div{width:100%}.step3 .product-info__size-picker>div>div:first-of-type{border-radius:60vh;width:100%}.step3 .product-info__add-to-basket{background-color:#f8686e;margin-top:23px}.step3 .product-info__scan{cursor:default;height:-webkit-min-content;height:min-content;margin-top:41px}.step3 .product-info__scan img{margin-right:7px;width:25px}.step3 .product-info__scan p{margin:0}.step3 .product-info__3d-btn{background-color:#fff;color:#f8686e;margin-top:23px}.step3 .product-info__user-name{color:#fff;font-size:16px}.step3 .products-container{grid-column:span 2;margin-top:15px}.step3 .products-container__title{font-size:19px;font-weight:700;margin-left:15px}.step3 .products-container__carousel{-ms-overflow-style:none;align-items:center;display:flex;justify-content:flex-start;overflow-x:scroll;overflow-y:hidden;position:relative;scrollbar-width:none}.step3 .products-container__carousel::-webkit-scrollbar{display:none}.step3 .products-container__carousel .product-seperator{background-color:hsla(0,0%,79%,.192);height:70px;min-width:1px;padding-top:20px;width:2px}.step3 .products-container__carousel div:first-child .product{-webkit-padding-start:0;padding-inline-start:0}.step3 .products-container__carousel div:last-child .product{-webkit-padding-end:0;padding-inline-end:0}@media (min-width:601px) and (max-width:1200px) and (min-height:780px) and (orientation:portrait){.step3{max-width:700px}.step3 .top .item-img{height:308px;width:308px}.step3 .product-info{-webkit-padding-start:34px;padding-inline-start:34px}.step3 .product-info__name{font-size:18px}.step3 .product-info__stock{font-size:16px}.step3 .product-info__price{font-size:20px;margin-top:12px}.step3 .product-info__size{height:-webkit-min-content!important;height:min-content!important;margin-top:13px}.step3 .product-info__3d-btn,.step3 .product-info__size{font-size:13px;height:35px;min-height:0;min-height:auto}.step3 .product-info__size-picker{margin-top:14px}.step3 .product-info__3d-btn,.step3 .product-info__add-to-basket{margin-top:20px}.step3 .product-info__scan{font-size:12px;height:15px!important;margin-top:20px}.step3 .product-info__button{font-size:13px;height:44px}.step3 .products-container{margin-top:53px;max-height:150px}.step3 .products-container__title{font-size:19px;margin:0;padding:0;text-align:start}.step3 .products-container .product{height:143px;min-height:0;min-height:auto;padding:10px 34px;width:130px}.step3 .products-container .product__name{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;margin:3px;overflow:hidden}.step3 .products-container .product__price{font-size:16px}}@media (min-height:601px) and (max-height:1200px) and (min-width:781px) and (orientation:landscape){.step3{zoom:.75;max-height:750px;max-width:976px}.step3 .top .item-img{height:308px;width:308px}.step3 .product-info__name{font-size:18px}.step3 .product-info__stock{font-size:16px}.step3 .product-info__price{font-size:20px}.step3 .product-info__size{font-size:17px;margin-top:10px}.step3 .product-info__3d-btn,.step3 .product-info__add-to-basket,.step3 .product-info__size-picker{margin-top:10px}.step3 .product-info__button{font-size:13px;height:44px}.step3 .product-info__scan{font-size:12px;height:-webkit-min-content;height:min-content}.step3 .products-container__title{font-size:19px}}@media (max-width:600px) and (orientation:portrait){.step3{grid-template-columns:100%;grid-template-rows:-webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content min-content min-content;max-width:90vw}.step3 .top{justify-self:center}.step3 .top .item-img{height:15vh;width:15vh}.step3 .product-info{align-items:center;justify-self:center;margin-bottom:32px;padding:0}.step3 .product-info__name{font-size:15px;text-align:center}.step3 .product-info__stock{font-size:11px}.step3 .product-info__price{font-size:20px;margin-top:8px}.step3 .product-info__size{font-size:16px;margin-top:6px}.step3 .product-info__size-picker{font-size:15px;margin-top:14px}.step3 .product-info__add-to-basket{margin-top:12px}.step3 .product-info__add-to-basket div{font-size:15px}.step3 .product-info__button{height:45px}.step3 .product-info__scan{font-size:12px;height:15px;margin-top:27px}.step3 .products-container{grid-column:1}.step3 .products-container__title{font-size:13px;margin-bottom:12px;text-align:center}.step3 .products-container__carousel .product__image img{height:45px;width:45px}.step3 .products-container__carousel .product__name,.step3 .products-container__carousel .product__price{font-size:11px}}@media (max-height:415px) and (orientation:landscape){.step3{gap:0;grid-template-columns:50% 50%;grid-template-rows:40% 60%}.step3 .top{grid-column:1;grid-row:1;margin:auto}.step3 .top .item-img{height:30vh;width:30vh}.step3 .product-info{align-items:center;gap:2px;grid-column:1;grid-row:2;justify-self:center;padding:0}.step3 .product-info__stock{margin:2px 0}.step3 .product-info__size{font-size:3vmin}.step3 .product-info__button{margin:0}.step3 .product-info__size-picker{font-size:3vmin;height:25px;margin-bottom:5px}.step3 .product-info__add-to-basket{font-size:3vmin;min-height:4vmin}.step3 .product-info__scan{margin-top:10px}.step3 .product-info__scan>img{width:15px}.step3 .products-container{background-color:#000;grid-column:2;grid-row:1;margin:0;padding:0 5px;position:relative;width:100%}.step3 .products-container--similar{align-self:center;grid-row:2;margin-top:10px}.step3 .products-container:after,.step3 .products-container:before{box-shadow:0 0 10px 1.5px #fff;content:"";height:100%;position:absolute;top:0;width:0;z-index:-1}.step3 .products-container:before{left:0}.step3 .products-container:after{right:0}}@media (min-width:1601px){.step3{zoom:1.35}}.product{-webkit-tap-highlight-color:rgba(0,0,0,0);color:#fff;cursor:pointer;font-family:Monserrat;height:165px;padding:10px 15px;text-align:center;-webkit-user-select:none;user-select:none;width:200px}.product__image img{border-radius:50%;height:69px;object-fit:cover;object-position:center;width:69px}.product__name{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;margin-top:10px;max-height:3.6em;overflow:hidden;text-overflow:ellipsis}.product__price{font-weight:700;margin-top:1px}.avatar-container{background-color:#e3e3e3;border-radius:20px;display:flex;justify-content:space-evenly;margin:35px 20px 0;max-height:650px;overflow:hidden;padding:65px 20px;position:relative;width:800px}.avatar-container .close-overlay{cursor:pointer;height:10%;position:absolute;right:0;top:0;width:10%;z-index:999}.avatar-container__close{cursor:pointer;height:20px;position:absolute;right:20px;top:20px;width:20px}.avatar-container .panel{display:flex;flex-direction:column;height:100%}.avatar-container .panel__size{align-items:center;display:flex;flex-direction:column;font-family:Monserrat-bold;font-size:30px;margin-top:15px;width:400px}.avatar-container .panel select{background-color:#fff;border-radius:20px;cursor:pointer;height:40px;outline:none;text-align:center;width:200px}.avatar-container .panel .avatar{flex-grow:1}.avatar-container .panel .avatar iframe{border:none;height:100%;overflow:hidden;width:100%}@media (min-height:601px) and (max-height:1200px) and (min-width:781px) and (orientation:landscape){.avatar-container{margin-top:10px;padding:40px 0}.avatar-container .panel__size{margin-top:0}}@media (max-height:415px) and (orientation:landscape){.avatar-container{margin-top:0;padding:40px 0}.avatar-container .panel__size{margin-top:0}}@media (min-width:1601px){.avatar-container{max-height:none;width:80%}.avatar-container .panel{zoom:2}}.version{background-color:initial;bottom:0;color:#eee;font-size:12px;left:0;position:fixed}
/*# sourceMappingURL=main.ce05d5cd.css.map*/