@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Avestan&display=swap);*,:after,:before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin:0;padding:0}#root,.App{width:100%}.App{display:flex;flex-direction:column;flex-grow:1;min-height:100vh}:root{--bg-color:#fff;--bx-shadow:rgba(0,0,0,.2) 0 0.25rem 0.5rem,rgba(0,0,0,.1) 0 0.15rem 0.25rem;--text-sizeA:4rem;--text-sizeB:3rem;--text-sizeC:2rem;--text-sizeD:1.5rem;--text-sizeE:1.25rem;--text-sizeF:1rem;--text-sizeG:0.75rem;--text-sizeH:0.5rem;--clr-primary-1:#453227;--clr-primary-2:#5f4435;--clr-primary-3:#795744;--clr-primary-4:#936a53;--clr-primary-5:#ab7a5f;--clr-primary-6:#b99179;--clr-primary-7:#c5a491;--clr-primary-8:#d1b6a8;--clr-primary-9:#decbc0;--clr-primary-10:#eaded7;--clr-grey-1:#102a42;--clr-grey-2:#243a52;--clr-grey-3:#324d67;--clr-grey-4:#48647f;--clr-grey-5:#617d98;--clr-grey-6:#829ab0;--clr-grey-7:#9eb2c7;--clr-grey-8:#bcccdc;--clr-grey-9:#dae2ec;--clr-grey-10:#f1f5f8;--clr-white:#fff;--clr-red-dark:#bb2525;--clr-red-light:#e66b6b;--clr-green-dark:#25bb32;--clr-green-light:#6be675;--clr-black:#222;--spacing:0.1rem;--radius:0.25rem;--light-shadow:0 5px 15px rgba(0,0,0,.1);--dark-shadow:0 5px 15px rgba(0,0,0,.2);--max-width:1170px;--fixed-width:620px}html{font-family:Noto Sans Avestan,sans-serif;overflow-x:hidden}body{display:flex;width:100%}.about,.cart,.home,.not-found,.product,.product__wrapper,.products{display:flex;flex-grow:1;margin-top:120px}.not-found{display:grid;place-content:center;width:100%}.footer{align-items:center;background:#222;background:var(--clr-black);color:#fff;color:var(--bg-color);display:flex;flex-wrap:wrap;font-size:1.25rem;font-size:var(--text-sizeE);height:100px;justify-content:center;margin-top:2rem}.footerA{color:#c5a491;color:var(--clr-primary-7);text-decoration:underline}.about{display:flex;flex-direction:column}.about_grid{display:flex;flex-direction:column-reverse;gap:2rem;margin:0 auto;max-width:1000px;padding:2rem 1rem 1rem}.img_aboutw{aspect-ratio:2/3;height:100%;max-width:100vw;width:100%}.img_aboutw img{border-radius:10px;display:block;height:100%;width:100%}.about article h1{margin-bottom:2rem}.about article p{letter-spacing:.08rem;line-height:2rem}@media(min-width:800px){.about_grid{display:grid;grid-template-columns:1fr 1fr}.img_aboutw{aspect-ratio:1/1}}.nav{background:var(--clr-white);box-shadow:var(--bx-shadow);display:flex;height:100px;padding:1rem;position:fixed;top:0;width:100%;z-index:90}.nav .logo{align-items:center;display:flex;flex:0 0 35%;justify-content:center}.nav .logo img{max-width:175px}.nav .links{align-items:center;display:flex;flex:1 1 30%;gap:2rem;height:100%;justify-content:center;list-style:none}.nav .links li{font-size:var(--text-sizeF)}.links li .linkR{color:var(--clr-grey-3);height:100%;padding:.25rem;text-decoration:none}.links li .linkR:hover{border-bottom:2px solid var(--clr-primary-7)}.nav .cart-log{align-items:center;display:flex;flex:0 0 35%;gap:2rem;justify-content:center}.cart-log a{background:none;border:none;color:var(--clr-grey-3);cursor:pointer;font-size:var(--text-sizeD);outline:none;position:relative;text-decoration:none}.cart-log i{font-size:var(--text-sizeC)}.cart-log .cart-icon .nav-quantity{background:var(--clr-primary-6);border-radius:50%;color:var(--clr-white);font-size:var(--text-sizeF);height:25px;line-height:25px;position:absolute;right:-.75rem;text-align:center;top:-.4rem;width:25px}.menu{background:none;border:none;color:var(--clr-primary-5);cursor:pointer;font-size:var(--text-sizeB);height:3rem;right:2rem;top:1.4rem;width:3rem}.insider-nav,.menu{display:none}.insider-nav i{cursor:pointer}.insider-nav img{max-width:175px}@media(max-width:800px){.nav .cart-log{background:var(--clr-white);display:flex;height:70px;position:absolute;top:300px;transition:translate .3s linear;translate:-100%;width:100vw;z-index:101}.nav :is(.links.active,.cart-log.active){translate:0}.nav .links{background:var(--clr-white);display:block;height:100vh;position:absolute;transition:translate .3s linear;translate:-100%;width:100vw;z-index:100}.nav .links li{display:grid;height:60px;place-content:flex-start}.nav .links li a:hover{background:var(--clr-grey-10);border-bottom:none;padding-left:1.5rem}.nav .links li a{display:block;height:60px;line-height:50px;padding-left:1rem;transition:all .3s linear;width:100vw}.nav{height:80px;padding:0}.nav .logo{flex:0 0 80%;justify-content:flex-start}.menu{flex:0 0 20%;height:100%;justify-content:flex-end}.insider-nav,.menu{align-items:center;display:flex}.insider-nav{color:var(--clr-red-dark);font-size:var(--text-sizeB);justify-content:space-between;margin-bottom:.5rem;padding:1rem}}.cart{display:flex;flex-direction:column;gap:2rem}.cart__products_header{display:none}.cart__products{grid-gap:.5rem;align-items:center;display:grid;gap:.5rem;grid-template-columns:2fr 2fr 2fr 1fr;margin:2rem auto 0;max-width:1000px;padding:0 1rem;place-content:center;width:100%}.cart__products>*{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.cart__products div:nth-child(3){align-items:center;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.cart hr{color:#d3d3d3;margin:0 1rem}.cart__img{aspect-ratio:2/1;max-height:100px;max-width:150px}.cart__img img{border-radius:5px;display:block;height:100%;width:100%}.cart__clr_cont___btn{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:0 1rem}.cart__clr_cont___btn a{max-width:200px;text-decoration:none}.delete_cart_btn button{background:none;border:none;color:#ab0000;cursor:pointer;font-size:var(--text-sizeD);outline:none}.delete_cart_btn button:hover{-webkit-animation:shake .3s forwards;animation:shake .3s forwards}@-webkit-keyframes shake{0%{rotate:10deg}67%{rotate:-10deg}to{rotate:0deg}}@keyframes shake{0%{rotate:10deg}67%{rotate:-10deg}to{rotate:0deg}}.shipping__section{border:2px solid var(--clr-primary-6);border-radius:7px;height:100%;margin:0 auto;max-height:240px;max-width:300px;padding:1rem;width:100%}.shipping__section :is(h5,h4,p){margin:.5rem 0}.shipping__section button{margin-bottom:0;max-width:100%;width:100%}.info_c{border-radius:10px;height:20px;margin:1rem 0;width:20px}.info_c_wra{align-items:center;display:flex;flex-wrap:nowrap;gap:.25rem;justify-content:flex-start}.info_p{color:var(--clr-primary-5)}.empty{color:brown;font-size:var(--text-sizeC);margin-left:1rem}.empty_wr{align-items:center;display:flex;flex-wrap:wrap;font-size:var(--text-sizeD);gap:1rem;justify-content:center;margin-left:1rem}@media(min-width:800px){.cart__products div:nth-child(3){align-items:center;flex-direction:row;flex-wrap:nowrap;justify-content:center}.info_pcn{align-items:center;flex-direction:row;justify-content:space-between}.shipping__section{margin:0 0 0 auto;translate:-1rem}.cart__products_header{display:grid;grid-template-columns:2fr 2fr 2fr 1fr;margin:0 auto;max-width:1000px;padding:0 1rem;width:100%}.cart__products_header div{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.cart__products_header h4:nth-child(3){text-align:center}}.intro_right{display:none}.intro_left{padding:1rem}.intro{padding:0}.img-wrapper{align-items:center;aspect-ratio:2/1;border-radius:5px;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.img-wrapper img{display:block;width:100%}.feature__card{width:100%}.home{padding:0 .5rem}.describe{display:flex;justify-content:space-between}.describe p{color:var(--clr-grey-4)}.describe span{color:var(--clr-primary-6)}.feature__cards{gap:2rem}.feature,.feature__cards{align-items:center;display:flex;flex-direction:column;justify-content:center}.feature{background:var(--clr-grey-10);gap:1rem;margin-top:4rem;padding-top:4rem}.intro__header{font-size:var(--text-sizeD);margin-bottom:2rem}.intro__intro{color:var(--clr-grey-4);font-size:var(--text-sizeF);line-height:2rem;margin-bottom:2rem}.all__btn,.intro__btn{aspect-ratio:6/2;background:var(--clr-primary-5);border:none;border-radius:.25rem;color:var(--clr-white);cursor:pointer;display:grid;font-size:var(--text-sizeF);outline:none;padding:1rem;place-content:center;transition:all .3s linear}.all__btn{height:45px;margin-bottom:2rem;margin-top:2rem;max-width:150px;text-decoration:none;width:100%}.all__btn:hover,.intro__btn:hover{background:var(--clr-primary-8);color:var(--clr-grey-5)}.home{flex-direction:column}.feature__hr{background:var(--clr-primary-6);border:none;border-radius:1rem;height:.3rem;margin-bottom:2rem;width:5rem}.feature__header{font-size:var(--text-sizeC)}.modal{background:var(--clr-black);display:grid;height:100%;place-content:center;visibility:hidden;width:100%}.modal,.modalbtn{opacity:0;position:absolute;transition:all .3s linear}.modalbtn{background:var(--clr-primary-5);border:none;border-radius:50%;color:var(--clr-white);cursor:pointer;font-size:var(--text-sizeC);height:2.75rem;line-height:2.5rem;outline:none;padding-left:4px;padding-top:7px;text-align:center;width:2.75rem;z-index:1}.img-wrapper:hover .modalbtn{opacity:1}.img-wrapper:hover .modal{opacity:.4;visibility:visible}.service{align-items:center;background:var(--clr-primary-10);display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:4rem 0;width:100%}.service-header{font-size:var(--text-sizeC)}.service-parag{color:var(--clr-grey-4);font-size:var(--text-sizeE)}.grid,.service-grid{display:flex;flex-direction:column}.grid{align-items:center;background:var(--clr-primary-7);border-radius:10px;gap:1rem;justify-content:center;margin:2%+1rem;padding:1rem;text-align:center}.service-svg{background:var(--clr-primary-10);border-radius:50%;font-size:3rem;height:80px;line-height:90px;text-align:center;width:80px}.sign__section{grid-gap:2rem;display:grid;gap:2rem;margin-top:4rem}.sign__section p{color:var(--clr-grey-4)}.sign_input_section{max-width:320px;width:100%}.sign-input{height:40px;padding-left:1rem;width:65%}.sign-input::-webkit-input-placeholder{color:var(--clr-grey-5);font-size:var(--text-sizeF)}.sign-input::placeholder{color:var(--clr-grey-5);font-size:var(--text-sizeF)}.sign-btn{background:var(--clr-primary-5);border:none;color:var(--clr-white);cursor:pointer;font-size:var(--text-sizeF);height:40px;outline:none;transition:all .3s linear;width:35%}.sign-btn:hover{background:var(--clr-primary-8);color:var(--clr-grey-5)}@media(min-width:978px){.feature,.service{padding:6rem 4rem 0}.service-grid .grid{min-height:300px;-webkit-transform:translateY(5rem);transform:translateY(5rem)}.sign__section{margin-top:10rem;padding-left:5rem}.intro{display:grid;grid-template-columns:4fr 1fr 4fr;padding:0 6%+0.5rem}.intro__header{font-size:var(--text-sizeC)}.intro__intro{font-size:var(--text-sizeE)}.intro button{-webkit-transform:scale(1.2);transform:scale(1.2)}.intro_right{display:grid;grid-column:3/4;position:relative}.intro_left{grid-column:1/3;padding:5rem}.hero_1{border-radius:5px;height:550px;max-width:420px;position:relative}.intro_right:after{background:var(--clr-primary-9);bottom:2rem;content:"";height:400px;left:-2rem;width:100px;z-index:-2}.hero_2,.intro_right:after{border-radius:5px;position:absolute}.hero_2{bottom:0;left:-5rem;max-width:240px}}@media(min-width:800px){.feature__cards,.service-grid{flex-direction:row}}h1{color:var(--clr-primary-2);font-size:var(--text-sizeD)}h2{color:var(--clr-primary-1);font-size:var(--text-sizeE)}h3{color:var(--clr-grey-4)}.products{display:flex;flex-direction:column;position:relative}.product__top{align-items:center;aspect-ratio:4/1;background:var(--clr-primary-10);flex-wrap:nowrap;height:100%;justify-content:flex-start;margin:0 auto;max-height:150px;width:100vw}.product__top h1{margin-left:10%}.P__Body{grid-gap:4rem;display:grid;gap:4rem;margin-top:4rem;padding:.5rem;width:100%}.form{grid-gap:.6rem;display:grid;gap:.6rem}#catagory{display:inline-block;flex-direction:column}.form__control h3{color:var(--clr-grey-1);margin-bottom:.5rem}#catagory-btn{display:flex;flex-direction:column}#catagory-btn button{background:none;border:none;color:var(--clr-grey-4);cursor:pointer;display:block;font-size:var(--text-sizeG);letter-spacing:.1rem;margin:.25rem 0;outline:none;padding:.2rem;text-align:left;white-space:nowrap;width:-webkit-min-content;width:min-content}#catagory-btn button.active{border-bottom:2px solid #d3d3d3}.company{border:none;font-size:var(--text-sizeF);padding:.5rem}.form__input{background:var(--clr-grey-10);border:none;color:var(--clr-grey-4);font-size:var(--text-sizeE);height:40px;max-width:200px;outline:none;padding-left:1rem;width:100%}#color button{border:none;border-radius:50%;color:#000;cursor:pointer;height:20px;margin:.5rem;opacity:.5;outline:none;transition:opacity .3s linear;width:20px}#color .button.active{opacity:1}#color button:hover{opacity:.8}.color-btn-wrapper button:first-child{background:none;color:var(--clr-grey-4);font-size:var(--text-sizeF)}.color-btn-wrapper button:first-child.active{text-decoration:underline}.color-btn-wrapper button:nth-child(2){background:red}.color-btn-wrapper button:nth-child(3){background:#0f0}.color-btn-wrapper button:nth-child(4){background:#000}.color-btn-wrapper button:nth-child(5){background:#00f}.color-btn-wrapper button:nth-child(6){background:#ffb900}#shipping,.color-btn-wrapper{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start}#shipping{gap:1rem}#shipping input{cursor:pointer;height:17px;width:17px}.range-wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:var(--text-sizeG);gap:.5rem;justify-content:flex-start}#dFilter,.range-wrapper input{cursor:pointer;outline:none}#dFilter{background:var(--clr-red-dark);border:1px solid #444;border-radius:7px;color:var(--clr-white);font-size:var(--text-sizeF);padding:.25rem .5rem}.products__options button{background:none;border:1px solid #d3d3d3;border-radius:5px;color:var(--clr-grey-4);cursor:pointer;font-size:var(--text-sizeD);height:30px;line-height:50%;outline:none;text-align:center;width:-webkit-min-content;width:min-content;width:30px}.products__options .nav-filter.active{background:#333;color:var(--clr-grey-9)}.products__options .drop select{border:none;font-size:var(--text-sizeF);height:40px;outline:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.skelton{-webkit-animation:skelton-load .5s linear infinite alternate;animation:skelton-load .5s linear infinite alternate;background:#d3d3d3}.nav-filter i{font-size:var(--text-sizeD)}@-webkit-keyframes skelton-load{0%{background:#fff}to{background:#d3d3d3}}@keyframes skelton-load{0%{background:#fff}to{background:#d3d3d3}}@media (min-width:800px){h1{font-size:var(--text-sizeC)}h2{font-size:var(--text-sizeC
        )}.P__Body{gap:.5rem;grid-template-columns:1fr 4fr;padding:0 5%;place-content:center}.P__Left{height:100vh;padding-left:auto;position:-webkit-sticky;position:sticky;top:110px}.products_in_pPage.sidebyside{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}.products_in_pPage.block{grid-template-columns:1fr}.products__options{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr 2fr 4fr 1fr;margin-bottom:2rem}.products__options span{background:#d3d3d3;height:1px;margin-right:1rem;width:80%}.filter-btn-wrapper{display:flex;flex-wrap:nowrap;gap:.5rem}.feature__card.block-active{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 3fr 1fr;margin-bottom:2rem}.feature__card.block-active .describe{align-items:flex-end;display:flex;flex-wrap:nowrap;justify-content:space-between}}.product__wrapper{align-items:center;flex-direction:column;justify-content:center}.product__info{gap:10rem}.product__info>*{margin:1rem 0}.product__top{display:flex;flex-wrap:wrap}.product__wrapper .fa-spinner{font-size:5rem}.product__main{grid-gap:.25rem;display:grid;gap:.25rem;margin:0 auto;padding:1rem}.info__price{color:var(--clr-primary-5);font-size:var(--text-sizeE);font-weight:900}.info-clr{border:none;border-radius:50%;cursor:pointer;height:20px;margin:0 .5rem;opacity:.3;outline:none;width:20px}.info-clr.active{opacity:1}.info__quantity{align-items:center;display:flex;justify-content:flex-start;width:100%}.info__quantity span{border-radius:5px;font-size:var(--text-sizeC);height:40px;line-height:40px;min-width:40px;text-align:center}.info__q__minus,.info__q__plus{border:none;border-radius:3px;cursor:pointer;font-size:var(--text-sizeE);height:30px;margin:0 .5rem;outline:none;width:20px}.footer__gallery{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(5,1fr)}.product__gallery img:first-child,.product__wrapper .footer__gallery img{aspect-ratio:1/1;border-radius:5px;width:100%}.product__wrapper .footer__gallery img{cursor:pointer;display:block}.stars{color:#ffb900;font-size:var(--text-sizeE)}.stars span{color:var(--clr-grey-1);margin-left:1rem}.desc{color:var(--clr-grey-4)}.add-to-cart-btn{max-width:120px;text-decoration:none}.go-back-info{margin:0 1rem;max-width:180px}.product__p{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start}.product__wrapper hr{background:var(--clr-grey-7);border:none;height:2px}.star-span{font-size:var(--text-sizeF)}@media(min-width:800px){.product__main{gap:2rem;grid-template-columns:1fr 1fr}.product__body{margin:2rem auto 0;max-width:1200px}.product__info{grid-gap:0;display:grid;font-size:var(--text-sizeF);gap:0}.product__info>*{margin:0}}
/*# sourceMappingURL=main.88aebaac.css.map*/