@import"https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@200;400;700&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Poppins,sans-serif;font-color:white}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}ul{list-style:none}a{text-decoration:none;color:inherit}button{border:none;outline:none;cursor:pointer}html{font-size:62.5%}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}body{box-sizing:border-box}@media only screen and (max-width: 56.25em){body{padding:0}}::selection{background-color:teal;color:#fff}.slide-in{position:fixed;top:0;left:0;width:100%;height:100%;background:teal;transform-origin:bottom;z-index:10}.slide-out{position:fixed;top:0;left:0;width:100%;height:100%;background:teal;transform-origin:top;z-index:11}.filter{width:100%;max-width:120rem;padding:0 2rem;display:flex;justify-content:space-evenly;align-items:start;flex-wrap:wrap;gap:1rem;background:teal;box-shadow:#64646f33 0 7px 29px;padding:1rem;border-radius:2rem;overflow:hidden}.filter__button{padding:1rem 2rem;height:100%;outline:none;border:none;background:teal;color:#fff;border-radius:1rem;cursor:pointer}.filter__button-icon{font-size:3.4rem}.filter__reset{width:100%;display:flex;justify-content:center}.filter__reset-btn{width:100%;max-width:20rem;padding:1rem 2rem;font-size:2rem;border-radius:1rem;color:#f55;background:white}.filter__reset-btn:hover{color:#fff;background:#ff5555}.filter__search{width:100%;max-width:80rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:nowrap;margin:auto;padding:0 2rem}.filter__search-icon{font-size:4rem}.filter__search-input{width:100%;padding:1rem 2rem;outline:none;border-radius:1rem;border:2px solid teal;font-size:2rem}.filter__category{padding:2rem;background:white;border-radius:2rem}.filter__category-title{font-size:2.4rem;margin-bottom:1rem}.filter__category-filters{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.filter__category-label{font-size:2rem;display:inline-flex;justify-content:start;align-items:center;gap:1rem;min-width:max-content}.filter__category-input{height:2rem;width:2rem}.filter__price{padding:2rem;background:white;border-radius:2rem;flex-grow:1;gap:1rem}.filter__price-title{font-size:2.8rem}.filter__price-label{font-size:2rem;display:flex;justify-content:center;align-items:center;gap:1rem}.filter__price-input{border-radius:10px;width:75%;height:1rem;background:rgb(209,209,209);outline:none}.filter__sort{padding:2rem;display:flex;justify-content:center;align-content:center;flex-direction:column;background:white;border-radius:2rem;gap:1rem}.filter__sort-title{font-size:2.4rem}.filter__sort-filters{display:flex;justify-content:center;align-items:start;flex-direction:column;gap:1rem}.filter__sort-label{font-size:2rem;display:inline-flex;justify-content:center;align-items:center;gap:1rem}.filter__sort-input{height:2rem;width:2rem}.filter__rating{padding:2rem;display:flex;justify-content:center;align-content:center;flex-direction:column;background:white;border-radius:2rem;gap:1rem}.filter__rating-title{font-size:2.4rem}.filter__rating-filters{display:flex;justify-content:center;align-items:start;flex-direction:column;gap:1rem}.filter__rating-label{font-size:2rem;display:flex;justify-content:center;align-items:center;gap:1rem}.filter__rating-input{height:2rem;width:2rem}.product__card{padding:1rem;border-radius:1rem;box-shadow:#64646f33 0 7px 29px;height:max-content}.product__card:hover,.product__card:focus{box-shadow:#00000059 0 5px 15px}.product__card-loader{width:100%;aspect-ratio:1/1.4;display:flex;justify-content:center;align-items:center;box-shadow:#64646f33 0 7px 29px;border-radius:1rem}.product__card .card__image{aspect-ratio:1;width:100%;border-radius:1rem;object-fit:cover;object-position:center}.product__card .card__info{padding:1rem 0 0}.product__card .card__name{font-size:2rem}.product__card .card__category{font-size:1.6rem;color:gray}.product__card .card__stats{width:100%;display:flex;justify-content:space-between;align-items:center}.product__card .card__stats-price{font-size:2.4rem;display:flex;justify-content:center;align-items:center}.product__card .card__stats__rating{display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:1.6rem;color:gray}.product__card .card__stats__rating-rate{display:inline-flex;justify-content:center;align-items:center;gap:.4rem;font-size:2rem;color:#000}.product__card .card__stats__rating-rate-icon{color:gold}.product__card .card__quantity{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:2rem}.product__card .card__quantity-minus,.product__card .card__quantity-plus{font-size:2rem;padding:0rem 1rem}.product__card .card__quantity-number{font-size:2.4rem}.product__card .card__btns{width:100%;display:flex;justify-content:space-evenly;gap:1rem;margin:1rem 0rem}.product__card .card__btn{width:100%;font-size:2.4rem;padding:1rem 2rem;display:flex;justify-content:center;align-items:center;border-radius:1rem}.product__card .card__btn__cart{color:#ff7e06}.product__card .card__btn__cart:hover{background:#ff7e06;color:#fff}.product__card .card__btn__heart{color:#fe5c77}.product__card .card__btn__heart:hover{background:#fe5c77;color:#fff}.product__card .card__btn-cta{width:100%;font-size:2rem;padding:1rem 2rem;display:flex;justify-content:center;align-items:center;color:teal;border-radius:1rem}.product__card .card__btn-cta:hover{color:#fff;background:teal}.loader__container{width:100%;height:calc(100vh - 20rem);display:flex;justify-content:center;align-items:center;margin:auto}.header{height:100%;width:100%;max-width:180rem;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}@media only screen and (max-width: 37.5em){.header{padding:0}}.header .logo{width:100%;max-width:15rem;flex-shrink:0;margin:2rem}.header .logo__image{width:100%;max-height:100%}@media only screen and (max-width: 37.5em){.header .logo{max-width:10rem}}.header .nav{width:100%;max-width:60rem;margin:4em;position:relative}@media only screen and (max-width: 37.5em){.header .nav{width:max-content;margin:2rem}}.header .nav__links{display:flex;justify-content:space-evenly;gap:4.1rem}@media only screen and (max-width: 37.5em){.header .nav__links{display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;height:40rem;width:calc(100vw - 15rem);max-width:40rem;top:4rem;right:4rem;background:white;color:#000;border-radius:1rem;transition:all .2s ease-in-out;transform:scale(0);transform-origin:top right;box-shadow:#959da533 0 8px 24px}.header .nav__links.active{transform:scale(1);opacity:1}}.header .nav__link{font-size:2rem;position:relative}.header .nav__link:before{position:absolute;content:"";width:0%;height:1px;border-bottom:2px solid rgb(122,122,122);bottom:-6px;transition:width .3s}.header .nav__link .active:before{position:absolute;content:"";width:35%;height:1px;border-bottom:2px solid black;bottom:-6px}.header .nav__link:hover:before{width:35%}.header .nav__hamburger{width:5rem;height:5rem;justify-content:center;align-items:center;flex-direction:column;display:none;cursor:pointer}@media only screen and (max-width: 37.5em){.header .nav__hamburger{display:flex}}.header .nav__hamburger-line{width:3rem;height:.3rem;border-radius:1rem;background:black;position:absolute;transition:all .2s ease-in-out}.header .nav__hamburger-line.line1{transform:translateY(-1rem)}.header .nav__hamburger-line.line3{transform:translateY(1rem)}.header .nav__hamburger.active .line1{transform:translateY(0) rotate(45deg)}.header .nav__hamburger.active .line2{transform:translate(.6rem);opacity:0}.header .nav__hamburger.active .line3{transform:translateY(0) rotate(-45deg)}.home{display:flex;gap:8em;margin-top:6rem;justify-content:center;align-items:center;flex-direction:column}.home__hero{width:100%;max-width:120rem;display:flex;justify-content:center;align-items:flex-start;gap:2rem;flex-direction:column;flex-wrap:nowrap;padding:0rem 2rem 2rem}.home__hero-title{font-size:6rem;font-family:Playfair Display,serif;font-weight:200}.home__hero-subhead{font-size:2.4rem}.home__hero__cta{background-color:teal;font-size:2rem;font-weight:700;color:#fff;text-decoration:none;border-radius:1.9em;padding:1em 2em;width:max-content;margin:2rem 0rem 4rem}.home__hero__news{width:100%;display:flex;gap:3em;padding:5em;border:1px solid black;border-radius:.8em;position:relative;flex-direction:row;flex-wrap:wrap}.home__hero__news:before{position:absolute;content:"";background:url(/confetti.svg);background-size:contain;background-repeat:no-repeat;width:12rem;height:12rem;top:-30px;left:-30px;z-index:2}.home__hero__news-employees{font-size:5rem;margin:0;font-weight:200;line-height:100%}.home__hero__news-details{font-size:3rem;margin:0;max-width:90rem}.home__category{width:100%;max-width:120rem;display:grid;gap:2.3em;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"card-1 card-3 card-4" "card-2 card-3 card-5";padding:0rem 2rem 4rem;margin:0rem 2rem}@media only screen and (max-width: 37.5em){.home__category{display:none}}.home__category__card{border-radius:.8em;padding:1.1em;display:flex;align-items:end;transition:transform .5s}.home__category__card:hover .product__detail,.home__category__card:focus-within .product__detail{transform:scale(1)}.home__category__card .product__image{object-fit:cover}.home__category__card .product__detail{background:white;border-radius:.6rem;padding:2rem;width:100%;display:flex;align-items:center;justify-content:space-between;transition:transform .8s;transform:scale(.95)}.home__category__card .product__brand{color:#000;text-decoration:none;font-size:2rem;font-weight:700}.home__category__card .product__category{font-size:2rem;margin:0}.home__category__card .product__price{font-size:2.4rem}.home__category__card.card-1:hover,.home__category__card.card-2:hover,.home__category__card.card-3:hover,.home__category__card.card-4:hover,.home__category__card.card-5:hover{transform:scale(1.01)}.home__category__card.card-1{grid-area:card-1;height:100%;width:100%;background:url(https://images.unsplash.com/photo-1605022600390-071c6f969b32?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=388&q=80);background-position:center;background-size:cover;aspect-ratio:1}.home__category__card.card-2{grid-area:card-2;aspect-ratio:1;background:url(https://images.unsplash.com/photo-1552346154-21d32810aba3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=870&q=80);background-position:center;background-size:cover}.home__category__card.card-3{grid-area:card-3;aspect-ratio:1/2;background:url(https://images.unsplash.com/photo-1527813972756-2890936000e9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=391&q=80);background-position:center;background-size:cover}.home__category__card.card-4{grid-area:card-4;aspect-ratio:1;background:url(https://i.ibb.co/R70vBrQ/men.png);background-position:center;background-size:cover}.home__category__card.card-5{grid-area:card-5;aspect-ratio:1;background:url(https://i.ibb.co/GCCdy8t/womens.png);background-position:center;background-size:cover}.section{display:flex;gap:4em;margin:2rem 0;justify-content:center;align-items:center;flex-direction:column}.section__title{font-family:Playfair Display,serif;font-size:4rem;font-weight:400;padding:0 1rem}.section__btn{padding:1rem 2rem;font-size:1.6rem;color:#000;border-radius:1rem}.section__btn:hover{color:#fff;background:teal}.section__error{font-size:2rem}.section__empty{font-size:2.4rem;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:0rem 1rem;text-align:center}.section__empty-cta{font-size:2rem;text-decoration:none;color:#000;display:inline-flex;align-items:center}.section__empty-cta-icon{width:3rem;transition:transform .3s}.section__empty-cta:hover{text-decoration:underline}.section__empty-cta:hover svg{transform:translate(10px)}.section__img{max-width:20rem;width:100%;object-fit:cover;animation:ghostAnimate 2s ease-in-out infinite}@keyframes ghostAnimate{0%{transform:translateY(0)}25%{transform:translateY(2rem)}50%{transform:translateY(0)}75%{transform:translateY(2rem)}to{transform:translateY(0)}}.product{display:flex;gap:4rem;margin:4rem 0;justify-content:center;align-items:center;flex-direction:column}.product__container{width:100%;max-width:120rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(28rem,1fr));gap:3rem 2rem;padding:0 1rem}.product__warning{font-size:1.2rem;color:#f55}.wishlist__container,.cart__container{width:100%;max-width:120rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(28rem,1fr));gap:3rem 2rem;padding:0 1rem}.cart__bill{height:10rem;width:100%;max-width:60rem;padding:1rem 2rem;font-size:2rem;box-shadow:#64646f33 0 7px 29px;border-radius:2rem;border-spacing:1rem}.cart__bill__heading{font-size:2.8rem}.cart__bill__discount,.cart__bill__delivery,.cart__bill__total,.cart__bill__price{display:flex;justify-content:space-between;align-items:center}.cart__bill__foot{font-size:1.6rem;color:gray}.cart__bill__foot-data{display:flex;justify-content:space-between;align-items:center}.cart__bill__discount-number{color:#f55}.cart__bill__total{font-size:2.8rem;padding:1rem 0}.cart__bill__total-number{color:teal}.cart__bill__save{font-weight:700;font-size:2rem}.cart__bill-payment{width:100%;max-width:60rem;padding:1rem 2rem;height:10rem}.cart__order{width:100%;display:flex;justify-content:center;align-items:start;flex-direction:column;gap:1rem}.cart__order-required{color:#f55;display:inline-block;white-space:nowrap;font-weight:700}.cart__order-error{font-size:1.2rem;color:#f55;width:100%}.cart__order-label{display:flex;justify-content:flex-start;align-items:start;flex-wrap:wrap;width:100%;color:gray;font-size:1.6rem}.cart__order-input{width:100%;font-size:2rem;border-radius:1rem;outline:none;border:none;background:#f0f0f0;padding:1rem 2rem}.cart__order-input.address{width:100%;height:10rem;resize:none}.cart__order-checkout{width:100%;background:teal;border-radius:2rem;color:#fff;font-size:2.6rem;padding:1rem 2rem;margin:1rem 0}.auth__container{width:100%;max-width:100rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;margin-bottom:2rem}.auth__option{font-size:2rem}.auth__option-text{cursor:pointer;background:none}.auth__option-text:hover{text-decoration:underline}.auth__social{display:flex;justify-content:center;align-items:center;gap:5rem}.auth__social-btn{background:none}.auth__social-icon{font-size:5rem;cursor:pointer}.auth__form{display:flex;justify-content:center;align-content:center;flex-direction:column;gap:2rem;background:white;box-shadow:#959da533 0 8px 24px;width:100%;max-width:60rem;padding:2rem;border-radius:2rem}.auth__form-error{font-size:1.2rem;color:#f55;width:100%}.auth__form-error.auth-error{font-size:1.6rem}.auth__form-loading{font-size:1.6rem;color:#ff7e06}.auth__required{color:#f55;display:inline-block;white-space:nowrap;font-weight:700}.auth__username,.auth__email,.auth__password,.auth__confPassword{display:flex;justify-content:start;flex-wrap:wrap;font-size:1.6rem;color:gray}.auth__username-input,.auth__email-input,.auth__password-input,.auth__confPassword-input{width:100%;font-size:2rem;border-radius:1rem;outline:none;border:none;background:#f0f0f0;padding:1rem 2rem}.auth__terms{width:max-content;display:inline-flex;justify-content:start;align-items:center;flex-wrap:wrap;gap:0rem 1rem;font-size:1.6rem;cursor:pointer}.auth__terms-input{width:1.5rem;height:1.5rem}.auth__btn{width:100%;max-width:20rem;background:teal;color:#fff;padding:1rem 2rem;border-radius:1rem;font-size:2rem}.profile{width:100%;max-width:60rem;display:flex;flex-direction:column;gap:2rem;padding:1rem}.profile__loading{font-size:2rem;text-align:center}.profile__user{width:100%;display:flex;flex-direction:column;padding:1rem 2rem;box-shadow:#959da533 0 8px 24px;border-radius:1rem;gap:1rem}.profile__user__info{display:flex;flex-direction:column}.profile__user__label{font-size:1.2rem;color:gray}.profile__user__text{font-size:2rem}.profile__user__btns{display:flex;justify-content:space-between;margin-top:2rem}.profile__user__btns-btn{padding:1rem 2rem;font-size:1.6rem;color:#f55;border-radius:1rem}.profile__user__btns-btn:hover{background:#ff5555;color:#fff}.profile__summary{width:100%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:2rem}.profile__summary__cart,.profile__summary__wish,.profile__summary__order{aspect-ratio:1;width:25%;min-width:15rem;min-height:15rem;border-radius:1rem;box-shadow:#959da533 0 8px 24px;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;padding:1rem}.profile__summary__cart-label,.profile__summary__wish-label,.profile__summary__order-label{color:gray;font-size:1.6rem}.profile__summary__cart-number,.profile__summary__wish-number,.profile__summary__order-number{font-size:5rem}.profile__summary__cart-btn,.profile__summary__wish-btn,.profile__summary__order-btn{padding:1rem 2rem;font-size:1.2rem;border-radius:1rem;max-width:100%}.profile__summary__cart-btn:hover,.profile__summary__wish-btn:hover,.profile__summary__order-btn:hover{background:teal;color:#fff}@media only screen and (max-width: 37.5em){.profile__summary__cart-btn,.profile__summary__wish-btn,.profile__summary__order-btn{padding:.3rem .6rem}}.orders__container{width:100%;max-width:60rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.orders__card{width:100%;border-radius:1rem;padding:2rem;box-shadow:#64646f33 0 7px 29px;display:flex;justify-content:center;align-items:start;flex-direction:column;gap:2rem}.orders__card-grayText{font-size:1.2rem;color:gray}.orders__card__header{width:100%;display:flex;justify-content:space-between;font-size:1.6rem}.orders__card__header-status.complete{color:teal}.orders__card__header-status.incomplete{color:#f55}.orders__card__body{width:100%;display:flex;justify-content:space-between;align-items:center}.orders__card__body__products{width:100%;display:flex;justify-content:end;gap:1rem}.orders__card__body__products-image{aspect-ratio:1;width:5rem;border-radius:1rem;object-fit:cover;object-position:center}.orders__card__body__total{font-size:2rem;font-weight:700}.orders__card__body__total-text{font-size:1.6rem;font-weight:400}.orders__card__footer{width:100%;display:flex;justify-content:space-between;align-items:center}.orders__card__footer-button{padding:.4rem 1.2rem;font-size:2rem;border-radius:1rem}.orders__card__footer-button.check{color:teal}.orders__card__footer-button.check:hover{color:#fff;background:teal}.orders__card__footer-button.delete{color:#f55}.orders__card__footer-button.delete:hover{color:#fff;background:#ff5555}.order{width:100%;max-width:60rem;display:flex;flex-direction:column;gap:2rem;padding:1rem}.cart__products{height:10rem;width:100%;max-width:60rem;box-shadow:#64646f33 0 7px 29px;border-radius:2rem;border-spacing:1rem;text-align:center}.cart__products__head-title{font-size:2.8rem}.cart__products__head-headings{font-size:2rem}.cart__products__body{font-size:1.6rem}
