@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap);html{font-size:14px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.drawer{background-color:#fff;box-shadow:0 0 15px 0 rgba(34,41,47,.05);font-size:15.4px;height:100vh;position:fixed;top:0;width:260px}@media(max-width:1200px){.drawer{left:-260px;position:fixed;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;z-index:500}}.drawer.show{-webkit-transform:translateX(260px);transform:translateX(260px)}.drawer ::-webkit-scrollbar{width:6px}.drawer ::-webkit-scrollbar-track{background-color:transparent;border-radius:10px;-webkit-transition:background-color .2s linear,width .2s ease-in-out;transition:background-color .2s linear,width .2s ease-in-out}.drawer ::-webkit-scrollbar-track:hover{background-color:#3b4253;width:11px}.drawer ::-webkit-scrollbar-thumb{background-color:transparent;border-radius:10px}.drawer:hover ::-webkit-scrollbar-thumb{background-color:#b4b7bd}.drawer__logo{align-items:center;display:flex;justify-content:space-between}.drawer__logo__link{color:#7367f0;display:flex;margin-bottom:1rem;margin-top:1.35rem;padding:.35rem 1rem .3rem 1.64rem;text-decoration:none}.drawer__logo__link img{width:36px}.drawer__logo__link h1{font-size:20.3px;font-weight:600;padding-left:1rem}.drawer__logo__close{color:#7367f0;display:none;padding-right:.94rem;padding-top:1.1rem}@media(max-width:1200px){.drawer__logo__close{display:block}}.drawer__links{height:-webkit-fill-available;overflow:scroll}.drawer--link{align-items:center;border-radius:6px;display:flex;margin:0 .6rem 0 1rem}.drawer--link.active{background-color:#f8f8f8}.drawer--link.super--active{background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));box-shadow:0 0 10px 1px rgba(115,103,240,.7);color:#f8f8f8;margin-top:.4rem}.drawer--link__container{width:-webkit-fill-available}.drawer--link__container a{align-items:center;color:inherit;display:flex;padding:10px 15px;text-decoration:none;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.drawer--link__container a .drawer--link__icon{font-size:1.45rem;margin-right:1.1rem}.drawer--link__container a .drawer--link__icon.circle{font-size:.7rem;width:22.39px}.drawer--link__container a p{height:22.35px}.drawer--link__container>:hover{-webkit-transform:translateX(8px);transform:translateX(8px)}.drawer--link .drawer--link__arrow{font-size:1rem;margin-right:.6rem;z-index:5}.drawer--sublinks__container{display:none}.drawer--sublinks__container.open{display:block}@-webkit-keyframes growDown{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes growDown{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}.drawer--group h3{color:#a6a4b0;font-size:.9rem;font-weight:500;margin:2.486rem 0 1.2rem 2.2rem}.app{color:#6e6b7b;display:flex}.app,.app .container{background-color:#f8f8f8}.app .overlay{background-color:rgba(34,41,47,.5);display:block;height:120vh;opacity:0;position:fixed;top:0;transition:all .5s ease;visibility:hidden;width:100%;z-index:400}.app .overlay.show{opacity:1;visibility:visible}.app .comp{background-color:#fff}.app__main--content{margin-left:260px;width:-webkit-fill-available}@media(max-width:1200px){.app__main--content{margin-left:0}}.app__main--content__down{padding:0 2rem}@media(max-width:768px){.app__main--content__down{padding:0 1rem}}.app input[type=radio]:after{background-color:#fff}.app.dark{color:#d0d2d6}.app.dark .container{background-color:#161d31}.app.dark .comp{background-color:#283046;box-shadow:none}.app.dark a,.app.dark h2,.app.dark h4,.app.dark p{color:#d0d2d6}.app.dark .navbar{box-shadow:0 4px 24px 0 rgba(21,22,23,.51)}.app.dark .drawer--group .active{background-color:#161d31!important}.app.dark .drawer--group h3{color:#676d7d}.app.dark input[type=radio]:after{background-color:#283046}.app.dark .product__btns__up{background-color:#161d31;color:#fff}.app.dark .selector__choices{background-color:#283046;color:#b4b7bd}.app.dark .slider>.thumb{background-color:#161d31}.app.dark .product__details__name,.app.dark .product__details__numbers__price{color:#b4b7bd}.app.dark .cart__title>h2{color:#d0d2d6}.app.dark .cart>div{border-color:#3b4253}.app.dark .item img{background-color:#161d31}.app.dark .item__details__control,.app.dark .item__details__control>span{border-color:#404656}.app.dark .item__details__name__title{color:#b4b7bd}.app.dark .item__details__control span{border-color:#3b4253}.app.dark .product__btns>div h4{color:#fff}.app.dark .products__right__pagination button,.app.dark .products__right__pagination__list{background-color:#242b3d}.app.dark .products__right__pagination button:disabled{opacity:.7}.app.dark .product--row__right__up{background-color:#161d31}.app.dark .product--row__right{border-color:#3b4253}.app.dark .product--row__center__name,.app.dark .products__right__search input{color:#d0d2d6}.navbar{border-radius:6px;box-shadow:0 4px 24px 0 rgba(34,41,47,.1);display:flex;justify-content:space-between;margin:1.3rem 2rem 0;padding:.8rem 1rem;position:-webkit-sticky;position:sticky;top:1.3rem;z-index:50}.navbar>div a{display:flex;font-size:22px;padding:0 7px;position:relative}.navbar__left{align-items:center;display:flex}@media(max-width:768px){.navbar__left a:not(:first-of-type){display:none}}.navbar__right{align-items:center;display:flex}.navbar__right__profile{display:flex}.navbar__right__profile__name{align-items:flex-end;color:#6e6b7b;display:flex;flex-direction:column;justify-content:center;margin-right:.8rem}.navbar__right__profile__name h4{font-size:14px}.navbar__right__profile__name p{font-size:11.5px}@media(max-width:480px){.navbar__right__profile__name{display:none}}.navbar__right__profile img{border-radius:50%;height:40px;width:40px}.navbar__right__profile .navbar__right__profile__photo{display:flex;position:relative}.navbar__right__profile .navbar__right__profile__photo .online{background-color:#28c76f;border:1px solid #fff;border-radius:50%;height:12px;position:absolute;right:0;top:30px;width:12px}@media(max-width:768px){.navbar{margin:1.3rem 1rem 0}}.burger--menu{display:none!important}@media(max-width:1200px){.burger--menu{display:flex!important}}.cart{border-radius:6px;box-shadow:0 4px 24px 0 rgba(34,41,47,.1);display:flex;display:none;flex-direction:column;position:absolute;right:13.5rem;top:5rem;width:30rem}@media(max-width:768px){.cart{right:0;width:100%}}.cart.show{display:block}.cart__title{border-bottom:1px solid #ebe9f1;display:flex;justify-content:space-between;padding:1.22rem 1.28rem}.cart__title h2{color:#5e5873;font-size:18px;font-weight:500}.cart__title__count{background-color:rgba(115,103,240,.12);border-radius:20px;color:#7367f0;font-size:12px;font-weight:600;padding:.3rem .5rem}.cart__items{border-bottom:1px solid #ebe9f1;max-height:20rem;overflow-y:scroll}.cart__items::-webkit-scrollbar{display:none}.cart__total{display:flex;flex-direction:column;gap:1rem;padding:1.28rem}.cart__total__top{display:flex;justify-content:space-between}.cart__total__top h4{font-weight:600}.cart__total__top__money{color:#7367f0!important}.cart__total__bot{align-items:center;background-color:#7367f0;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;padding:.786rem 1.5rem;transition:.3s ease-in-out}.cart__total__bot:hover{box-shadow:0 5px 10px 1px rgba(115,103,240,.7)}.cart>div{width:100%}.cart__empty{padding:1rem;text-align:center}.badge{align-items:center;background-color:#7367f0;border-radius:20px;color:#fff;display:flex;font-size:11px;font-weight:600;height:20px;justify-content:center;padding:.2rem;position:absolute;right:0;top:-10px;width:20px}.item{display:flex;gap:1rem;padding:1rem;position:relative}.item img{background-color:#f8f8f8;border-radius:6px;width:62px}.item__details{align-items:center;display:flex;justify-content:space-between;width:-webkit-fill-available}.item__details__name{display:flex;flex-direction:column;gap:.4rem;width:8rem}.item__details__name__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#5e5873;display:-webkit-box;font-weight:500;line-height:1.2;overflow:hidden}.item__details__name__brand{color:#b9b9c3;font-size:12px}.item__details__control{border:1px solid #d8d6de;border-radius:6px;display:flex}.item__details__control span{cursor:pointer;padding:.25rem .7rem;text-align:center;width:30px}.item__details__control span:not(:first-child){border-left:1px solid #d8d6de}.item__details__price{font-weight:500}.item__close{cursor:pointer;display:none;position:absolute;right:1rem;top:1rem}.item:hover .item__close{display:block}.products{display:flex;gap:2rem;padding-bottom:2rem}.products h2{color:#5e5873;font-size:1rem;font-weight:500;line-height:1.2;margin-bottom:1.75rem}@media(max-width:1000px){.products__left{left:-260px;position:fixed;top:0;transition:tranform .5s ease-in-out;z-index:500}.products__left__card{border-radius:0!important;height:100vh;overflow:scroll}.products__left.show{-webkit-transform:translateX(260px);transform:translateX(260px)}.products__left>h2{display:none}}.products__left__card{border-radius:6px;box-shadow:0 4px 24px 0 rgba(34,41,47,.1);display:flex;flex-direction:column;gap:2.2rem;padding:21px 21px 6rem;width:260px}.products__left__card h2{margin-bottom:1rem}.products__left__card .stars{display:flex;justify-content:space-between}.products__left__card .stars span{color:#7367f0}.products__right{width:-webkit-fill-available}.products__right .burger--menu--filter{display:none}@media(max-width:1000px){.products__right .burger--menu--filter{display:flex}}.products__right__header{display:flex;justify-content:space-between;margin-bottom:.6rem}.products__right__header__right{display:flex;gap:1rem}.products__right__header__right__style{border:1px solid #7367f0;border-radius:5px;color:#7367f0;display:flex}.products__right__header__right__style div{cursor:pointer;display:flex;padding:.5rem 1rem}.products__right__header__right__style div:first-child{border-right:1px solid #7367f0}.products__right__header__right__style div:hover{background-color:rgba(115,103,240,.05)}.products__right__header__right__style div.active{background-color:rgba(115,103,240,.2)}.products__right__header__left{align-items:center;display:flex}.products__right__header__left h2{margin-bottom:1rem}@media(max-width:1000px){.products__right__header__left h2{display:none}.products__right__header__left a{padding-bottom:1rem}}.products__right__search{align-items:center;border-radius:6px;box-shadow:0 4px 24px 0 rgba(34,41,47,.1);color:#b4b7bd;display:flex;font-size:.95rem;gap:1rem;height:48px;padding:1rem 1.25rem}.products__right__search input{background-color:inherit;border:none;outline:none;width:-webkit-fill-available}.products__right__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}@media(max-width:1000px){.products__right__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.products__right__grid{grid-template-columns:repeat(1,1fr)}}.products__right__list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.products__right__pagination{display:flex;gap:.35rem;justify-content:center;margin-top:1rem}.products__right__pagination>button:hover:not(:disabled){background-color:#7367f0;color:#fff}.products__right__pagination>button:disabled{background-color:#f3f2f7;border-color:#dae1e7;cursor:auto}.products__right__pagination button{border:none;border-radius:50%;color:#6e6b7b;cursor:pointer;display:grid;height:32px;place-items:center;transition:all .2s ease;width:32px}.products__right__pagination__list{background-color:#fff;border-radius:20px;color:#6e6b7b;display:flex}.products__right__pagination__list .active{background-color:#7367f0!important;color:#fff;font-weight:700}.radio{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}input[type=radio]:after{background-color:#283046;border:1px solid #b8c0d354;border-radius:15px;left:-2px;top:-3px}input[type=radio]:after,input[type=radio]:checked:after{content:"";display:inline-block;height:15px;position:relative;visibility:visible;width:15px}input[type=radio]:checked:after{background-color:#7367f0!important;border:none;border-radius:15px;box-shadow:0 2px 4px 0 rgba(115,103,240,.4);left:-1px;top:-2px}.product{border-radius:6px;box-shadow:0 4px 24px 0 rgba(34,41,47,.1);display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;transition:box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;width:100%}.product:hover{box-shadow:0 4px 24px 0 rgba(34,41,47,.25);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.product__image{align-items:center;display:flex;min-height:15.85rem}.product__image img{width:100%}.product__details{color:#6e6b7b;padding:1rem;width:100%}.product__details__numbers{display:flex;justify-content:space-between}.product__details__numbers__price{font-weight:600}.product__details__name{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;font-weight:600;margin-top:.75rem;overflow:hidden;text-overflow:ellipsis;transition:all .5s ease}.product__details__name:hover{color:#7367f0;cursor:pointer}.product__details__discription{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:.875rem;margin-top:.4rem;overflow:hidden;text-overflow:ellipsis}.product__btns{display:flex;flex-direction:row}@media(max-width:1500px){.product__btns{flex-direction:column}}@media(max-width:1000px){.product__btns{flex-direction:row}}@media(max-width:768px){.product__btns{flex-direction:column}}.product__btns>div{align-items:center;cursor:pointer;display:flex;gap:.5rem;justify-content:center;width:50%}.product__btns>div h4{font-weight:600}@media(max-width:1500px){.product__btns>div{width:100%}}.product__btns__up{background-color:#f6f6f6;color:#2a2e30;padding:.786rem 0}.product__btns__down{background-color:#7367f0;color:#fff;padding:.786rem 0}.middle{max-width:500px}.middle,.slider{position:relative}.slider{height:4px;margin:0 15px;z-index:1}.slider>.track{background-color:#c7b2e533;left:-15px;right:0;z-index:1}.slider>.range,.slider>.track{border-radius:5px;bottom:0;position:absolute;top:0}.slider>.range{background-color:#7367f0;left:23%;right:23%;z-index:2}.slider>.thumb{background-color:#fff;border:2px solid #7367f0;border-radius:50%;box-shadow:0 0 0 0 rgba(98,0,238,.1);height:14px;position:absolute;top:5px;transition:box-shadow .3s ease-in-out;width:14px;z-index:3}.slider>.thumb.left{left:25%;-webkit-transform:translate(-15px,-10px);transform:translate(-15px,-10px)}.slider>.thumb.right{right:25%;-webkit-transform:translate(15px,-10px);transform:translate(15px,-10px)}input[type=range]{-webkit-appearance:none;height:10px;opacity:0;pointer-events:none;position:absolute;width:100%;z-index:2}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:red;border:0;border-radius:0;height:30px;pointer-events:all;width:30px}.selector{position:relative}.selector.active{background-color:rgba(115,103,240,.2)}.selector:hover{background-color:rgba(115,103,240,.05)}.selector__head{align-items:center;border:1px solid #7367f0;border-radius:6px;color:#7367f0;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .7rem .5rem 1rem}.selector__head h3{font-size:1rem;font-weight:400;-webkit-user-select:none;-ms-user-select:none;user-select:none}.selector__choices{background-color:#fff;border-radius:6px;box-shadow:0 4px 24px 0 rgba(34,41,47,.1);display:none;margin-top:.4rem;padding:.4rem 0;position:absolute;right:0;width:10rem;z-index:5}.selector__choices.show{display:block}.selector__choices__choice{cursor:pointer;padding:.65rem 1.28rem;-webkit-user-select:none;-ms-user-select:none;user-select:none}.selector__choices__choice:hover{background-color:rgba(115,103,240,.12);color:#7367f0}.product--row{border-radius:6px;box-shadow:0 4px 24px 0 rgba(34,41,47,.1);display:grid;grid-template-columns:1fr 2fr 1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;transition:box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;width:100%}.product--row:hover{box-shadow:0 4px 24px 0 rgba(34,41,47,.25);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.product--row__left{align-items:center;display:flex;height:100%;padding:0}.product--row__left img{width:100%}.product--row__center{display:flex;flex-flow:column;gap:.5rem;padding:1.5rem 1rem}.product--row__center__name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#6e6b7b;display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;transition:all .5s ease}.product--row__center__name:hover{color:#7367f0;cursor:pointer}.product--row__center__company{font-size:12.25px;font-weight:400;text-transform:capitalize}.product--row__center__company span{color:#7367f0;font-weight:700}.product--row__centerstars{display:flex}.product--row__center__description{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;font-size:12.25px;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis}.product--row__right{align-items:center;border-left:1px solid #ccc;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem}.product--row__right__price{color:#7367f0;font-size:1.286rem;font-weight:500}.product--row__right>div{align-items:center;border-radius:5px;cursor:pointer;display:flex;gap:.5rem;justify-content:center;width:100%}.product--row__right>div h4{font-weight:600}.product--row__right__up{background-color:#f6f6f6;padding:.786rem 1.5rem}.product--row__right__up:hover{background-color:#e3e3e3}.product--row__right__up h4{color:#6e6b7b}.product--row__right__down{background-color:#7367f0;color:#fff;padding:.786rem 0;transition:all .2s ease}.product--row__right__down:hover{box-shadow:0 8px 25px -8px #7367f0}@media(max-width:768px){.product--row{display:flex;flex-direction:column}.product--row__left{justify-content:center;padding:1rem 0}.product--row__left img{width:auto}.product--row__right{border:none}}.scroll{background-color:#7367f0;border-radius:6px;bottom:3rem;color:#f8f8f8;padding:1rem;position:fixed;right:3rem}.second--nav{align-items:center;display:flex;gap:.4rem;margin:2rem 0 2.7rem}.second--nav__left{border-right:1px solid #d6dce17a;padding-right:1rem}.second--nav__left h3{font-size:24px;font-weight:500}.second--nav__right{align-items:center;display:flex;gap:.4rem;padding-left:.8rem}.second--nav__right a{color:#7367f0!important}*{box-sizing:border-box;font-family:Montserrat,sans-serif;margin:0}ul{list-style:none;padding:0}a{color:inherit;text-decoration:none}
/*# sourceMappingURL=main.0d927c7f.css.map*/