@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%}body{font-family:Poppins,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;color:#65727e}a,a:visited{text-decoration:none}.open-icon,.close-icon{font-size:1.6rem}.hidden{display:none}.btn{padding:1rem 3rem;font-size:1.8rem;cursor:pointer;border:0;transition:.3s}.btn__primary{background-color:#212529;color:#fff;box-shadow:5px 5px #383f45}.btn__primary:hover{background-color:#0a0c0d}.btn__secondary{background-color:#fff;border:2px solid #212529;box-shadow:5px 5px #212529}.btn__secondary:hover{background-color:#212529;color:#fff;box-shadow:5px 5px #0a0c0d}@media only screen and (max-width: 768px){.btn{font-size:2rem}}.errors{font-size:1.6rem;color:#ececec;background-color:brown;padding:1rem;border-radius:3px;list-style:none}.errors__item{font-size:1.4rem;color:#ececec}.form{display:flex;flex-direction:column;gap:2rem;padding:2rem;color:#212529;width:50%;border:3px solid #ececec}@media only screen and (max-width: 768px){.form{width:100%}}.form__title{font-size:1.8rem}.form *{width:100%}.input{padding:1.5rem;border-radius:3px;outline:0;border:0;background-color:#ececec;transition:background-color .3s;width:100%}.input:focus{background-color:#f7f7f7}.input:disabled{color:#212529;background-color:#ececec;opacity:1;cursor:not-allowed}.pagination{width:100%}.pagination__list{display:flex;justify-content:center;gap:1rem;list-style:none;width:100%}.pagination__item{display:flex;justify-content:center;align-items:center;font-size:1.6rem;color:#212529;padding:.5rem 1rem;height:4rem;min-width:4rem;border:2px solid #212529;cursor:pointer;transition-duration:.3s}.pagination__item:hover,.pagination__item.active{background-color:#212529;color:#ececec}.footer{display:flex;justify-content:center;padding:1.5rem;color:#fff;background-color:#212529}.footer__text{font-size:1.8rem}.header{display:flex;flex-direction:column}.loader{display:flex;justify-content:center;align-items:center;gap:2rem;background-color:#ececec;height:100vh;width:100vw}.loader__box{background-color:#212529;width:50px;height:50px;border-radius:10px;animation-name:bounce;animation-duration:2s;animation-iteration-count:infinite;animation-fill-mode:backwards}.loader__box:nth-of-type(2){animation-delay:.5s}.loader__box:nth-of-type(3){animation-delay:1s}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(20px)}10%{transform:translateY(0)}}.navbar{display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;align-items:center;padding:1rem 10rem;min-height:10vh}.navbar__logo,.navbar__links__mobile .logo{font-size:4.8rem;font-weight:700;text-decoration:none;color:#212529;transition:transform .3s}.navbar__logo:hover,.navbar__links__mobile .logo:hover{transform:rotate(5deg)}.navbar__links{display:flex;list-style:none;gap:1rem}.navbar__links__item{position:relative;text-decoration:none;color:#212529;font-size:1.8rem;text-transform:capitalize;cursor:pointer}.navbar__links__item.active{background-color:#212529;color:#fff;padding:.5rem 1rem;text-transform:uppercase;transition:background-color .3s}.navbar__links__item.active:hover{background-color:#0a0c0d}.navbar__links__item:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:0;background-color:#212529;transition:width .3s}.navbar__links__item:hover:after{width:100%}.navbar__links__mobile{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);background-color:#ececec;z-index:100}.navbar__links__mobile .icon{font-size:4.8rem;color:#212529;position:absolute;top:3%;right:3%}.navbar__links__mobile .logo{margin-bottom:2rem}.navbar__links__mobile .navbar__links{flex-direction:column;align-items:center}.navbar__links__mobile .navbar__links__item{font-size:2rem}.navbar__details{display:flex;gap:3rem}.navbar__details .user{display:flex;align-items:center;position:relative;-webkit-user-select:none;user-select:none}.navbar__details .user__details{display:flex;align-items:center;gap:.5rem;position:relative;cursor:pointer;color:#65727e;transition:.3s}.navbar__details .user__details:hover,.navbar__details .user__details.active{color:#212529}.navbar__details .user__details__icon{font-size:2.4rem}.navbar__details .user__details__name{font-size:1.8rem}.navbar__details .user__options{position:absolute;left:-10%;top:100%;width:12rem;background-color:#ececec;border-radius:10px;display:flex;flex-direction:column;padding:1rem;gap:.5rem;cursor:pointer;z-index:5}.navbar__details .user__options__item{display:block;font-size:1.8rem;text-align:center;color:#65727e;cursor:pointer}.navbar__details .user__options__item:hover{color:#212529}.navbar__details .shopping-cart{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 1rem;border:2px solid #ececec;border-radius:10px;transition:.3s border,.3s color;color:#65727e;-webkit-user-select:none;user-select:none}.navbar__details .shopping-cart:hover{border:2px solid #212529;color:#212529}.navbar__details .shopping-cart__icon{font-size:2.6rem}.navbar__details .shopping-cart__amount{font-size:1.8rem}@media only screen and (max-width: 768px){.navbar{padding:1rem 0}}.auth{display:grid;grid-template-columns:1fr 50rem;height:100vh}.auth__video{position:relative;overflow:hidden}.auth__video video{position:absolute;object-fit:fill;left:-20%}.auth__form{display:flex;flex-direction:column;justify-content:center;min-width:40rem;max-width:90vw;max-height:100%;padding:3rem;gap:1rem;box-shadow:10px 10px #212529}.auth__form .auth__title{color:#212529;font-size:3.2rem;text-align:center;margin-bottom:2rem}.auth__form .auth__siblings{display:grid;grid-template-columns:1fr 1fr;column-gap:1rem}.auth__form .auth__btns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.auth__form .auth__btns .btn__secondary{width:100%}@media only screen and (max-width: 1200px){.auth{display:flex;justify-content:center;align-items:center}.auth__video{display:none}.auth__form{min-width:0;width:100%;box-shadow:none}.auth__form .auth__btns{display:flex;flex-direction:column}}.cart{display:flex;justify-content:center;align-items:flex-start;gap:2rem;min-height:80vh;max-width:80vw;margin:2rem auto}@media only screen and (max-width: 768px){.cart{flex-direction:column}}.cart__products{display:flex;flex-direction:column;padding:3rem;width:120rem;border:3px solid #ececec;gap:3rem}.cart__products__item{display:flex;gap:5rem;width:100%;padding-bottom:2rem;border-bottom:3px solid #ececec}.cart__products__item__image{width:8rem}.cart__products__item__image img{border-radius:10px;width:100%}.cart__products__item__content{display:flex;flex-direction:column;justify-content:center}.cart__products__item__content__title{color:#212529;font-size:3.2rem}.cart__products__item__content__details{font-size:1.8rem}.cart__products__item__details{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;margin-left:auto}.cart__products__item__details__icon{color:#ececec;background-color:#212529;border-radius:10px;padding:.5rem;font-size:2.6rem}.cart__products__item__details__price{color:#212529;font-size:2.4rem}.cart__products__total{font-size:2.4rem;color:#212529;text-align:end}@media only screen and (max-width: 992px){.cart{display:flex;flex-direction:column}.cart *,.cart__products{width:100%}.cart__products__item{position:relative;flex-direction:column;gap:1rem}.cart__products__item__details{position:absolute;top:0;right:0}}.main{display:flex;justify-content:center;align-items:flex-start;gap:2rem;min-height:80vh;max-width:80vw;margin:2rem auto;flex-direction:column}@media only screen and (max-width: 768px){.main{flex-direction:column}}.orders{display:flex;justify-content:center;align-items:flex-start;gap:2rem;min-height:80vh;max-width:80vw;margin:2rem auto;justify-content:flex-start;flex-direction:column}@media only screen and (max-width: 768px){.orders{flex-direction:column}}.orders__list{display:flex;flex-direction:column;gap:1rem;width:100%}.orders__item{display:flex;flex-direction:column;border:3px solid #ececec;padding:1rem;border-radius:5px;cursor:pointer}.orders__content{margin-bottom:1rem}.orders__content__title{font-size:2.4rem;color:#212529}.orders__content__no-items{margin-right:1rem}.orders__content__no-items,.orders__content__date{font-size:1.6rem;color:#65727e}.orders__content__details{display:flex;justify-content:space-between;align-items:center}.orders__content__price{font-size:1.8rem;font-weight:700;color:#212529}.product{display:grid;grid-template-columns:35% 1fr;justify-content:center;column-gap:10rem;padding:6rem 20rem;background:url(../polygon.svg);background-size:cover}.product__image{height:100%;background-color:#ececec}.product__image *{--x: 50%;--y: 50%;width:100%;transform:scale(var(--zoom));transform-origin:var(--x) var(--y);clip-path:inset(calc((1 - 1 / var(--zoom)) * (var(--y))) calc((1 - 1 / var(--zoom)) * (100% - var(--x))) calc((1 - 1 / var(--zoom)) * (100% - var(--y))) calc((1 - 1 / var(--zoom)) * (var(--x))));object-fit:cover}.product__image:hover{--zoom: 2.5}.product__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;max-width:80%}.product__content .product__title{position:relative;font-size:4.2rem;color:#212529;border-bottom:3px solid #212529;transition:.3s;padding:0 1rem;word-wrap:break-word;max-width:100%;z-index:10}.product__content .product__title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#212529;transition:.4s;z-index:1;mix-blend-mode:screen}.product__content .product__title:hover{color:#ececec}.product__content .product__title:hover:after{height:100%}.product__content .product__price{font-size:3.2rem;font-weight:600;color:#212529}.product__content .product__description{font-size:1.8rem;max-width:50rem}.product__content .product__colors{display:flex;gap:1rem;flex-wrap:wrap}.product__content .product__colors__item{display:block;height:3rem;width:3rem;background-color:#dadada;border-radius:50%;cursor:pointer;border:2px solid #bbb;transition:border .3s}.product__content .product__colors__item.active{border:2px solid black}.product__content .product__sizes{display:flex;gap:1rem;max-width:100%}.product__content .product__sizes__item{display:block;height:5rem;width:6.5rem;padding:1rem 2rem;font-size:1.8rem;border:2px solid #bbb;background-color:#fff;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.product__content .product__sizes__item:before{content:"";position:absolute;top:0;left:0;width:0;height:0;background-color:#212529;z-index:1;transition:width .3s ease,height .3s ease;transform-origin:bottom right}.product__content .product__sizes__item:hover{border:2px solid black;color:#212529}.product__content .product__sizes__item span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product__content .product__sizes__item.active{color:#fff;border:2px solid #212529}.product__content .product__sizes__item.active:before{width:100%;height:100%}.product__content .product__sizes__item.active span{z-index:2}.product__content .product__buttons{display:flex;gap:2rem}.product__delivery__info{position:relative;display:flex;flex-direction:column;padding:4rem;background-color:#ececec;border-radius:10px;margin-top:6rem;gap:1rem;grid-column:1/-1;transition:.3s}.product__delivery__info__icon{position:absolute;top:-30px;left:95%;font-size:4.8rem;padding:2rem;background-color:#212529;border-radius:20px;transform:rotate(15deg);color:#ececec}.product__delivery__info__title{font-size:3.2rem;color:#212529}.product__delivery__info__description{font-size:1.8rem}.product__delivery__info:hover{transform:translateY(-10px)}@media only screen and (max-width: 768px){.product{display:flex;flex-direction:column;gap:2rem;padding:2rem 6rem}.product__content{max-width:100%}.product .product__title{font-size:3.2rem}.product .product__price{font-size:2.4rem}.product .product__colors__item{height:4rem;width:4rem}.product .product__buttons,.product .product__buttons .btn{width:100%}.product__delivery__info{margin-top:2rem}.product__delivery__info__icon{display:none}}.settings{display:flex;justify-content:center;align-items:flex-start;gap:2rem;min-height:80vh;max-width:80vw;margin:2rem auto}@media only screen and (max-width: 768px){.settings{flex-direction:column}}.hero{display:flex;justify-content:center;position:relative;height:80vh;margin-bottom:5rem}.hero .item-1{background:linear-gradient(#00000045,#e6e6e697),url(https://images.pexels.com/photos/1126993/pexels-photo-1126993.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2)!important;background-position:20% 20%!important}.hero .item-2{background:linear-gradient(#00000045,#e6e6e697),url(https://images.pexels.com/photos/28354682/pexels-photo-28354682.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2)!important;background-position:20% 20%!important;animation:fadeOut 5s 3s infinite alternate}.hero__item{display:flex;justify-content:center;align-items:center;background-size:cover;width:calc(100vw - 10rem);height:100%;border-radius:10px;position:absolute;max-width:1600px}.hero__item__title{text-align:center;font-size:7.2rem;max-width:90%;color:#212529}.hero__item__title .span{padding:0rem 1rem;background-color:#ececec;border-radius:10px}@media only screen and (max-width: 768px){.hero{display:none}}@keyframes fadeOut{0%{opacity:1}50%{opacity:1}to{opacity:0}}.products{display:grid;grid-template-columns:repeat(4,1fr);column-gap:1rem;row-gap:6rem;min-height:80vh;margin-bottom:2rem}.products__search-bar{align-self:end;width:40rem}.products__item{display:flex;flex-direction:column;gap:1rem;cursor:pointer}.products__item__image{position:relative;height:40rem;width:30rem}.products__item__image img{position:absolute;height:100%;width:100%;object-fit:cover;transition:opacity .3s ease-in-out}.products__item__image .default-image{opacity:1;z-index:1}.products__item__image .hover-image{opacity:0;z-index:1}.products__item__image:hover .default-image{opacity:0}.products__item__image:hover .hover-image{opacity:1}.products__item__title{font-size:2.4rem;color:#212529}.products__item__price{font-size:1.8rem;color:#65727e}@media only screen and (max-width: 768px){.products{display:flex;flex-direction:column;gap:2rem;width:100%}.products__item{padding:1rem;border:1px solid #ececec}.products__item__image{width:100%;object-fit:cover}.products__item__title{font-size:3.2rem}.products__item__price{font-size:2rem}}@media only screen and (min-width: 769px) and (max-width: 992px){.products{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.products__item{padding:1rem;border:1px solid #ececec}}@media only screen and (min-width: 993px) and (max-width: 1200px){.products{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.products__item{padding:1rem;border:1px solid #ececec}}
