@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);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}*,:after,:before{box-sizing:border-box}a,b,blockquote,body,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;border:0;font-size:100%;font:inherit;margin:0;padding:0;text-rendering:optimizeLegibility;vertical-align:initial}footer,header,main,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}*{box-sizing:border-box}body,html{font-family:Lato,sans-serif}#root,body,html{min-height:100vh}#root{display:flex;flex-direction:column}header{flex:0 0 auto}main{flex:1 0 100%}footer{flex:0 0 auto;height:4em}a{font-family:Lato,sans-serif;text-decoration:none}h1{margin-bottom:30px}main{padding-top:3em}@media (min-width:768px){main{padding-top:5em}}.container{margin:0 auto;max-width:1030px;padding:0 15px;width:100%}.content-wrapper{margin:1em 0}.title{color:#4e72d0;font-size:calc(20px + 2vmin);font-weight:700}.image-wrapper img{display:block;height:100%;object-fit:cover;width:100%}.sm-sub{color:#8796a5;font-size:11px}.mb-sub{color:#8796a5;font-size:17px;line-height:1.7}.pd-1-3{padding:1em .5em}@media (min-width:768px){.pd-1-3{padding:1em 3em}}.primary-link{color:#4e72d0;display:inline-block;font-weight:700;margin-bottom:20px}.primary-link:hover{color:#7e4ed0}.text-color{color:#223645}.dark-theme{background-color:#000e21;background-image:linear-gradient(hsla(0,0%,100%,.09),hsla(0,0%,100%,.09));color:#8796a5}.dark-theme-link{color:#8796a5;transition:all .3s ease}.dark-theme-link:hover{color:#4e72d0}.light-theme-link{color:#223645;transition:all .3s ease}.light-theme-link:hover{color:#4e72d0}.header .container,.header nav{align-items:center;display:flex;justify-content:space-between}.header .logo{width:calc(180px + 3vmin)}.header nav,.header__item a,.header__list{align-items:center;-webkit-column-gap:20px;column-gap:20px;display:flex}.header__item a{border-bottom:2px solid transparent;font-size:calc(3px + 2vmin);font-weight:700;justify-content:space-between;padding-bottom:5px;transition:all .5s ease-in-out}.header__item a:hover{color:#4e72d0}.header .active{border-color:#4e72d0;color:#4e72d0}.form-container{margin:1em auto;max-width:400px}.btn{background:#da4c05;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 35px;text-align:center;transition:.5s}.btn:hover{background:#4e72d0}.userForm{align-items:center;border-radius:10px;box-shadow:0 0 10px #dadada;display:flex;flex-direction:column;padding:2em 1em}.userForm .title{font-size:25px;margin:0 0 5px}.userForm .desription{margin:0 0 20px}.carousel{display:grid;height:400px;padding:1em 0;place-items:center;position:relative;width:100%}@media (min-width:572px){.carousel{-webkit-column-gap:1em;column-gap:1em;grid-template-columns:5% 1fr 5%}}@media (min-width:768px){.carousel{-webkit-column-gap:2em;column-gap:2em}}.carousel__wrapper{height:100%;position:relative;width:100%}.carousel__card{color:#fff;display:flex;flex:1 1;height:100%;opacity:0;overflow:hidden;pointer-events:none;position:absolute;-webkit-transform:scale(.8);transform:scale(.8);transition:all .6s ease-in-out;width:100%}@media (min-width:572px){.carousel__card>div{flex:50% 1}}.carousel__card--active{opacity:1;pointer-events:visible;-webkit-transform:scale(1);transform:scale(1)}.carousel .card__image{background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover}.carousel .card__description{color:#8796a5;display:grid;grid-template-rows:auto auto auto;padding:20px;text-align:center;-webkit-user-select:none;user-select:none}.carousel .card__description h2{color:#3f4d55}.carousel .card__description p{line-height:1.6}.carousel .arrow{display:none}@media (min-width:572px){.carousel .arrow{display:flex}}.carousel__pagination{bottom:-5px;left:50%;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%)}.carousel .pagination__dot{background-color:#f5f5f5;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin-left:10px;width:10px}.carousel .pagination__dot:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.carousel .pagination__dot--active{background-color:#4e72d0}.cart-list{grid-column-gap:1em;grid-row-gap:1em;-webkit-column-gap:1em;column-gap:1em;display:grid;row-gap:1em}@media (min-width:572px){.cart-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.cart-list{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.cart-list{grid-template-columns:repeat(4,1fr)}}.cart{position:relative;transition:all .5s ease-in-out}.cart__category{background-position:50%;background-size:cover;min-height:100px;min-width:100px}.cart__category-link{align-items:center;display:flex;font-weight:700;height:100%;justify-content:center;position:absolute;transition:all .5s ease-in-out;width:100%}.cart__category-link.dark:hover,.cart__category-link.light{background-color:#ffffff7a;color:#223645;text-shadow:0 3px 10px #fff}.cart__category-link.dark,.cart__category-link.light:hover{background-color:#46464696;color:#fff;text-shadow:0 3px 10px #010101}.cart__product{-webkit-animation:apearence 1.5s ease;animation:apearence 1.5s ease}.cart__product a{grid-row-gap:10px;display:grid;font-weight:700;grid-template-rows:auto 1fr 20px 30px;height:100%;line-height:1.2;row-gap:10px;text-align:center;transition:all .3s ease}.cart__product img{-webkit-transform:scale(1);transform:scale(1);transition:all .5s ease-in-out}.cart__product:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.cart__product-image{height:100%;min-height:150px;overflow:hidden}.cart__product-image img{display:block;height:100%;object-fit:contain;width:100%}.cart__product-price,.cart__product-title:hover{color:#4e72d0}.cart__product button{justify-self:center;min-width:90px}@-webkit-keyframes apearence{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes apearence{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.product-list{row-gap:1.5em}.product-item{-webkit-column-gap:1em;column-gap:1em;display:flex;flex-flow:column nowrap}@media (min-width:768px){.product-item{-webkit-column-gap:3em;column-gap:3em}}@media (min-width:572px){.product-item{flex-flow:row nowrap}}.product-item__image{flex:1 1 40%}.product-item__content{display:flex;flex:1 1 60%;flex-flow:column nowrap;height:inherit;justify-content:space-between;row-gap:1em}.product-item__content .box{-webkit-column-gap:1em;column-gap:1em;display:flex;justify-content:center}.product-item__content .box button{flex-grow:1}.product-item__title{font-size:calc(16px + 2vmin);padding:15px 0}.product-item__price{font-weight:700}.about{row-gap:1em}.about,.about__article{display:flex;flex-flow:column nowrap}.about__article{row-gap:inherit}.shopping-container{border-radius:5px;box-shadow:0 0 10px #8796a5;margin:1em auto;max-width:600px;width:100%}.shopping-item{grid-column-gap:1em;align-items:center;border-bottom:1px solid #8796a5;-webkit-column-gap:1em;column-gap:1em;display:grid;grid-template-columns:10px auto auto auto;padding:15px 0}@media (min-width:572px){.shopping-item{grid-template-columns:20px auto auto 70px auto}}.shopping-item span:first-child{padding-left:5px}.shopping-item .item{align-self:end;min-height:55%}.shopping-item .item__image{display:none}@media (min-width:572px){.shopping-item .item__image{display:block}}.shopping-item .item__title{margin-bottom:5px}.shopping-item .item__details{align-items:center;-webkit-column-gap:20px;column-gap:20px;display:flex}.shopping-item .item__price{text-align:center}.shopping-item .counter{flex-direction:column;padding-left:20px;position:relative}.shopping-item .counter button{padding:0}.shopping-item .counter p{left:0;position:absolute}.shopping-item .counter svg{font-size:1.2rem}.total{color:#4e72d0;-webkit-column-gap:40px;column-gap:40px;display:flex;font-size:20px;font-weight:700;justify-content:flex-end;margin-top:20px}.counter{align-items:center;-webkit-column-gap:10px;column-gap:10px;display:flex;justify-content:center}.counter p{width:15px}.counter button{padding:0}.footer{align-items:center;background-color:#eeecec;display:flex;text-align:center}.dark-theme.footer{background-color:#000e21;box-shadow:0 1px 10px 0 #000000b5}
/*# sourceMappingURL=main.49ce7c19.css.map*/