@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Geist:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Geist:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap";html,body{scrollbar-width:none;-ms-overflow-style:none;background:#f7f7f8;height:100%;margin:0;padding:0;font-family:Montserrat,sans-serif}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.main_app{flex-direction:column;min-height:100vh;display:flex}.main_app__content{flex:1}.container{width:97%;max-width:1280px;margin:0 auto;padding-bottom:1rem;font-size:14px}*,:before,:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;padding:0}input:focus,textarea:focus,select:focus{box-shadow:none;outline:none}.header{z-index:1000;-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);background-color:#f7f7f8d9;flex-direction:column;display:flex;position:sticky;top:0}.header__logo{justify-content:space-between;align-items:center;display:flex}.header__logo__logo{cursor:pointer;width:95px;height:50px}.header__logo__profile{cursor:pointer;width:30px;height:30px}.header--dimmed{background-color:#f7f7f8;position:sticky}.header--dimmed:before{content:"";z-index:1005;border-radius:inherit;pointer-events:none;background:#00000073;position:absolute;inset:0}.header__search{z-index:1010;background-color:#fff;border-radius:.6rem;width:100%;padding:.4rem;position:relative;box-shadow:0 6px 18px #0a0f2809}.header__search__field{z-index:1020;align-items:center;display:flex;position:relative}.header__search__field input{background-color:#fff;border:none;width:100%;margin-left:.4rem;font-family:Montserrat,sans-serif;font-size:16px}.header__search__list{z-index:1030;background-color:#fff;border-radius:.6rem;flex-direction:column;width:100%;margin-top:.5rem;padding:.5rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 6px 18px #0000001f}.header__search__list__item{cursor:pointer;border-radius:.4rem;align-items:center;margin-bottom:.3rem;padding:.2rem;display:flex}.header__search__list__item img{border-radius:.4rem;width:36px;height:36px}.header__search__list__item span{margin-left:.3rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600}.header__search__list__item:hover{background-color:#f4f7ff}.backdrop{z-index:900;background:#00000073;position:fixed;inset:0}.home{flex-direction:column;display:flex}.categories{scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:.5rem;width:100%;margin-top:.2rem;display:flex;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.categories__category{cursor:pointer;text-align:center;color:#0f172a;background-color:#fff;border:2px solid #dedede;border-radius:.8rem;justify-content:center;align-items:center;width:fit-content;padding:.6rem 1.1rem;display:flex}.categories__category span{white-space:nowrap;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600}.categories__category--selected{color:#fff;background-color:#334155}.cards{grid-template-columns:repeat(auto-fit,minmax(160px,160px));justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:grid}.cards__card{cursor:pointer;flex-direction:column;width:100%;height:100%;display:flex}.cards__card img{border:1px solid #dedede;border-radius:1rem;width:160px;height:150px}.cards__card span{text-align:center;align-self:center;margin-top:.2rem;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600}.group__info{align-items:center;margin-top:1rem;display:flex}.group__info img{border:1px solid #dedede;border-radius:.7rem;width:60px;height:60px}.group__info__title{flex-direction:column;display:flex}.group__info__title-name{color:#0f172a;margin-left:.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.group__info__title-short-info{color:#64748b;margin-left:.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400}.group__region span{font-family:Montserrat,sans-serif}.group__region__title{color:#0f172a;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600}.group__region{margin-top:1.5rem;position:relative}.group__region .region-trigger{cursor:pointer;background-color:#fff;border:1px solid #eef2ff;border-radius:10px;align-items:center;gap:.5rem;width:100%;max-width:100%;margin-top:.6rem;padding:.7rem .9rem;font-size:.96rem;display:inline-flex;box-shadow:0 6px 18px #0a0f2809}.group__region .region-trigger__icon{object-fit:cover;border-radius:6px;width:28px;height:28px}.group__region .region-trigger__label{text-align:left;color:#0f172a;flex:1;font-weight:600}.group__region .region-trigger__arrow__checked{transform:rotate(180deg)}.group__region .region-overlay{z-index:1400;-webkit-tap-highlight-color:transparent;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.group__region .region-sheet{background:#fff;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;max-width:100%;max-height:48vh;padding:.3rem .3rem 2rem;animation:.28s cubic-bezier(.22,.9,.3,1) forwards sheet-slide-up;overflow:auto;transform:translateY(100%);box-shadow:0 -10px 30px #0710241a}.group__region .region-sheet__handle{background:#eef5ff;border-radius:3px;width:42px;height:3px;margin:6px auto 8px}@keyframes sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.group__region .region-sheet__header{justify-content:flex-end;align-items:center;gap:8px;display:flex}.group__region .region-sheet__close{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:6px;font-size:1.05rem}.group__region .region-list{max-height:42vh;margin:0;padding:6px 0 0;list-style:none;overflow:auto}.group__region .region-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px;display:flex}.group__region .region-item+.region-item{margin-top:6px}.group__region .region-item:hover{background:#f4f7ff}.group__region .region-item__icon{object-fit:cover;border-radius:6px;width:24px;height:24px}.group__region .region-item__name{color:#0f172a;font-size:.9rem;font-weight:600}.group__region .region-item__check{margin-left:auto}.group__region .region-item[aria-pressed=true],.group__region .region-item--selected{background:#f6f6f7}.group__region .fade-enter-active,.group__region .fade-leave-active{transition:opacity .2s}.group__region .fade-enter-from,.group__region .fade-leave-to{opacity:0}.product__selection{margin-top:2rem}.product__selection span{font-family:Montserrat,sans-serif}.product__selection__title{font-size:1rem;font-weight:600}.product__selection__list{flex-wrap:wrap;gap:.5rem;margin-top:.6rem;display:flex}.product__selection__list__item{color:#0f172a;cursor:pointer;background-color:#fff;border-radius:.8rem;justify-content:center;align-items:center;padding:.6rem .8rem;display:flex}.product__selection__list__item span{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600}.product__selection__list__item__checked{color:#fff;background-color:#334155}.product__purchase{width:100%;margin-top:2rem}.product__purchase__total{justify-content:space-between;display:flex}.product__purchase__total-text{color:#0f172a;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700}.product__purchase__button{cursor:pointer;background-color:#1e2945;border:1px solid #eef2ff;border-radius:.8rem;justify-content:center;justify-self:center;align-items:center;width:101%;height:50px;margin-top:.6rem;padding:.5rem 2rem;display:flex}.product__purchase__button-text{color:#fff;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700}.product__purchase__button-img{width:36px;height:36px;margin-left:1rem}.product__purchase__button:disabled{opacity:.8;cursor:not-allowed}.product__purchase__button-loader{border:3px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:30px;height:30px;animation:.7s linear infinite product-button-spin}@keyframes product-button-spin{to{transform:rotate(360deg)}}.email{margin-top:2rem}.email__title{font-size:1rem;font-weight:600}.email__error{color:#dc2626;margin-top:.4rem;padding-left:.4rem;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:400}.email__input{background-color:#fff;border-radius:.6rem;width:100%;margin-top:.6rem;padding:.6rem;box-shadow:0 6px 18px #0a0f2809}.email__input__field{align-items:center;display:flex}.email__input__field input{background-color:#fff;border:none;width:100%;margin-left:.4rem;font-family:Montserrat,sans-serif;font-size:16px}.email__remember{justify-content:end;margin-top:.5rem;display:flex}.email__remember__label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.6rem;display:inline-flex}.email__remember__label input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.email__remember__checkbox{background-color:#fff;border:1px solid #eef2ff;border-radius:.2rem;justify-content:center;align-items:center;width:20px;height:20px;padding:.2rem;transition:background-color .15s,border-color .15s,transform .15s;display:flex;position:relative;box-shadow:0 6px 18px #0a0f2809}.email__remember__checkbox:after{content:"";opacity:0;border-bottom:3px solid #fff;border-right:3px solid #fff;width:7px;height:16px;transition:opacity .15s;transform:rotate(45deg)translate(-1px,-1px)}.email__remember__label input:checked+.email__remember__checkbox{background-color:#0f172a;border-color:#0f172a}.email__remember__label input:checked+.email__remember__checkbox:after{opacity:1}.email__remember__text{color:#64748b;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500}.email__remember__label:active .email__remember__checkbox{transform:scale(.94)}.email__remember__label input:focus-visible+.email__remember__checkbox{outline-offset:2px;outline:3px solid #1e294526}.order__title{color:#0f172a;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600}.order__list{margin-top:1rem}.order__list__card{background-color:#fff;border:1px solid #dedede;border-radius:.8rem;flex-direction:column;margin-bottom:.5rem;padding:.7rem;display:flex}.order__list__card__header{justify-content:space-between;display:flex}.order__list__card__header__title{color:#0f172a;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600}.order__list__card__header__date{color:#6b7280;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600}.order__list__card__text{color:#0f172a;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:500}.order__list__card__body{margin-top:1rem;margin-bottom:1rem;padding-left:.5rem}.order__list__card__body__group_info{align-items:center;gap:.3rem;display:flex}.order__list__card__body__group_info img{border:1px solid #dedede;border-radius:.8rem;width:40px;height:40px}.order__list__card__body__group_info span{color:#0f172a;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600}.order__list__card__footer{justify-content:space-between;display:flex}.order__list__card__footer__total_amount{color:#0f172a;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600}.order__list__card__footer__status{color:#6b7280;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600}.footer{background-color:#f7f7f8;border-top:1.2px solid #e2e8f0;justify-content:space-between;align-items:center;display:flex}.footer__left__logo img{width:100px;height:40px}.footer__left__copyright{color:#94a3b8;font-family:Montserrat,sans-serif;font-size:14px}.footer__right__payment_methods{align-items:center;margin-top:1.3rem;margin-bottom:1.3rem;display:flex}.footer__right__payment_methods img{width:60px;height:60px;margin-left:.2rem}
